Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3c17eee94111b45567e88cff7b967cb4bb967b00 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30515 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/397 [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/397 # 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 3c17eee94111b45567e88cff7b967cb4bb967b00 (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 3c17eee94111b45567e88cff7b967cb4bb967b00 # timeout=10 Commit message: "Merge pull request #3272 from lenny-intel/content-type" > git rev-list --no-walk 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T08:18:28.972Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T08:18:29.209Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T08:18:29.303Z] ========================================================= [2021-03-19T08:18:29.303Z] EdgeX Global Pipelines Version Info [2021-03-19T08:18:29.303Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:18:30.803Z] ------------------- [2021-03-19T08:18:30.803Z] stable info: [2021-03-19T08:18:30.803Z] ------------------- [2021-03-19T08:18:30.803Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T08:18:30.803Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-19T08:18:30.803Z] Message: update stable to v1.0.184 [2021-03-19T08:18:31.754Z] ------------------- [2021-03-19T08:18:31.754Z] experimental info: [2021-03-19T08:18:31.754Z] ------------------- [2021-03-19T08:18:31.754Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T08:18:31.754Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T08:18:31.754Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T08:18:32.014Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T08:18:32.118Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T08:18:32.204Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T08:18:32.288Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T08:18:32.448Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T08:18:32.530Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T08:18:32.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T08:18:32.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T08:18:32.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T08:18:32.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T08:18:33.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T08:18:33.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T08:18:33.298Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T08:18:33.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T08:18:33.470Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T08:18:33.567Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T08:18:33.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T08:18:33.755Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T08:18:33.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T08:18:33.923Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T08:18:34.008Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T08:18:34.091Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T08:18:34.175Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-19T08:18:34.275Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-19T08:18:34.361Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-19T08:18:34.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] echo [2021-03-19T08:18:34.566Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c17eee [Pipeline] echo [2021-03-19T08:18:34.649Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T08:18:34.802Z] provisioning config files... [2021-03-19T08:18:34.831Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config7829509308306279421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:18:35.193Z] ---> docker-login.sh [2021-03-19T08:18:35.193Z] nexus3.edgexfoundry.org:10001 [2021-03-19T08:18:35.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:18:36.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:18:36.042Z] Configure a credential helper to remove this warning. See [2021-03-19T08:18:36.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:18:36.042Z] [2021-03-19T08:18:36.042Z] Login Succeeded [2021-03-19T08:18:36.042Z] nexus3.edgexfoundry.org:10002 [2021-03-19T08:18:36.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:18:36.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:18:36.303Z] Configure a credential helper to remove this warning. See [2021-03-19T08:18:36.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:18:36.303Z] [2021-03-19T08:18:36.303Z] Login Succeeded [2021-03-19T08:18:36.303Z] nexus3.edgexfoundry.org:10003 [2021-03-19T08:18:36.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:18:36.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:18:36.566Z] Configure a credential helper to remove this warning. See [2021-03-19T08:18:36.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:18:36.566Z] [2021-03-19T08:18:36.566Z] Login Succeeded [2021-03-19T08:18:36.566Z] nexus3.edgexfoundry.org:10004 [2021-03-19T08:18:36.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:18:36.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:18:36.566Z] Configure a credential helper to remove this warning. See [2021-03-19T08:18:36.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:18:36.566Z] [2021-03-19T08:18:36.566Z] Login Succeeded [2021-03-19T08:18:36.566Z] docker.io [2021-03-19T08:18:36.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:18:37.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:18:37.091Z] Configure a credential helper to remove this warning. See [2021-03-19T08:18:37.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:18:37.091Z] [2021-03-19T08:18:37.091Z] Login Succeeded [2021-03-19T08:18:37.091Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T08:18:37.100Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T08:18:37.574Z] ++ 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-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T08:18:37.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T08:18:37.574Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T08:18:37.574Z] ++ cut -d/ -f2 [2021-03-19T08:18:37.574Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T08:18:37.650Z] 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-19T08:18:38.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:18:38.526Z] [2021-03-19T08:18:38.526Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:18:38.877Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:18:38.878Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T08:18:38.878Z] 31603596830f: Pulling fs layer [2021-03-19T08:18:38.878Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T08:18:38.878Z] 6ca5941a6612: Pulling fs layer [2021-03-19T08:18:38.878Z] ecc8261a40a4: Pulling fs layer [2021-03-19T08:18:38.878Z] ecc8261a40a4: Waiting [2021-03-19T08:18:38.878Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T08:18:38.878Z] 2a8b12db71e7: Download complete [2021-03-19T08:18:38.878Z] 31603596830f: Verifying Checksum [2021-03-19T08:18:38.878Z] 31603596830f: Download complete [2021-03-19T08:18:39.141Z] ecc8261a40a4: Verifying Checksum [2021-03-19T08:18:39.141Z] ecc8261a40a4: Download complete [2021-03-19T08:18:39.141Z] 6ca5941a6612: Verifying Checksum [2021-03-19T08:18:39.141Z] 6ca5941a6612: Download complete [2021-03-19T08:18:39.141Z] 31603596830f: Pull complete [2021-03-19T08:18:39.407Z] 2a8b12db71e7: Pull complete [2021-03-19T08:18:40.361Z] 6ca5941a6612: Pull complete [2021-03-19T08:18:40.361Z] ecc8261a40a4: Pull complete [2021-03-19T08:18:40.361Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T08:18:40.361Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:18:40.361Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T08:18:40.462Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:18:40.521Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T08:18:42.944Z] $ docker top 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T08:18:43.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T08:18:43.357Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T08:18:43.592Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T08:18:43.606Z] $ docker exec 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 ssh-agent [2021-03-19T08:18:43.785Z] SSH_AUTH_SOCK=/tmp/ssh-7I7H530f6GkE/agent.12 [2021-03-19T08:18:43.785Z] SSH_AGENT_PID=17 [2021-03-19T08:18:43.800Z] Running ssh-add (command line suppressed) [2021-03-19T08:18:43.936Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_4384147643196604536.key (/w/workspace/edgex-go/397@tmp/private_key_4384147643196604536.key) [2021-03-19T08:18:43.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T08:18:44.339Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T08:18:44.373Z] $ docker exec --env ******** --env ******** 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 ssh-agent -k [2021-03-19T08:18:44.492Z] unset SSH_AUTH_SOCK; [2021-03-19T08:18:44.492Z] unset SSH_AGENT_PID; [2021-03-19T08:18:44.492Z] echo Agent pid 17 killed; [2021-03-19T08:18:44.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T08:18:44.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T08:18:44.710Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T08:18:44.886Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T08:18:44.899Z] $ docker exec 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 ssh-agent [2021-03-19T08:18:45.058Z] SSH_AUTH_SOCK=/tmp/ssh-qWjuRL2tjTzx/agent.46 [2021-03-19T08:18:45.058Z] SSH_AGENT_PID=51 [2021-03-19T08:18:45.064Z] Running ssh-add (command line suppressed) [2021-03-19T08:18:45.198Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_4689759995794395635.key (/w/workspace/edgex-go/397@tmp/private_key_4689759995794395635.key) [2021-03-19T08:18:45.242Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T08:18:45.603Z] + git semver init [2021-03-19T08:18:45.604Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T08:18:45.604Z] # $GIT_DIR = /w/workspace/edgex-go/397/.git [2021-03-19T08:18:45.604Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/397 [2021-03-19T08:18:45.604Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T08:18:45.604Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T08:18:45.604Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T08:18:45.604Z] # $SEMVER_BRANCH = master [2021-03-19T08:18:45.604Z] # $SEMVER_TEMP = /tmp/semver-098817720 [2021-03-19T08:18:45.604Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T08:19:12.233Z] # '/tmp/semver-098817720' -> '/w/workspace/edgex-go/397/.semver' [2021-03-19T08:19:12.808Z] # -> Force: false [2021-03-19T08:19:12.808Z] # $SEMVER_DIR = /w/workspace/edgex-go/397/.semver [Pipeline] } [2021-03-19T08:19:12.830Z] $ docker exec --env ******** --env ******** 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 ssh-agent -k [2021-03-19T08:19:13.074Z] unset SSH_AUTH_SOCK; [2021-03-19T08:19:13.074Z] unset SSH_AGENT_PID; [2021-03-19T08:19:13.075Z] echo Agent pid 51 killed; [2021-03-19T08:19:13.153Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T08:19:13.657Z] + git semver [Pipeline] } [2021-03-19T08:19:13.693Z] $ docker stop --time=1 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 [2021-03-19T08:19:15.308Z] $ docker rm -f 64ea117371dd1fdac0d1882cc918b6298f871640b4638f835878327b8febef92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T08:19:15.831Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T08:19:16.383Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T08:19:16.386Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.130 [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-19T08:19:17.247Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T08:19:17.550Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T08:19:17.856Z] + sudo service docker restart [2021-03-19T08:19:17.856Z] + true [2021-03-19T08:19:17.856Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T08:19:18.447Z] ========================================================= [2021-03-19T08:19:18.448Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T08:19:18.448Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:19:18.788Z] + 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-19T08:19:23.017Z] Sending build context to Docker daemon 328.6MB [2021-03-19T08:19:23.017Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T08:19:23.017Z] Step 2/6 : FROM ${BASE} [2021-03-19T08:19:23.282Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T08:19:23.282Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T08:19:23.282Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T08:19:23.282Z] de9db76c5a1d: Pulling fs layer [2021-03-19T08:19:23.282Z] bca2f99d35d6: Pulling fs layer [2021-03-19T08:19:23.282Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T08:19:23.282Z] 7c6f9722023f: Pulling fs layer [2021-03-19T08:19:23.282Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T08:19:23.282Z] bca2f99d35d6: Waiting [2021-03-19T08:19:23.282Z] 93359f2a8cfa: Waiting [2021-03-19T08:19:23.282Z] 7c6f9722023f: Waiting [2021-03-19T08:19:23.282Z] a35cf1a2eb13: Waiting [2021-03-19T08:19:23.282Z] de9db76c5a1d: Verifying Checksum [2021-03-19T08:19:23.282Z] de9db76c5a1d: Download complete [2021-03-19T08:19:23.282Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T08:19:23.282Z] 0ef7d3d256c8: Download complete [2021-03-19T08:19:23.282Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T08:19:23.282Z] 93359f2a8cfa: Download complete [2021-03-19T08:19:23.282Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T08:19:23.282Z] 188c0c94c7c5: Download complete [2021-03-19T08:19:23.282Z] 7c6f9722023f: Verifying Checksum [2021-03-19T08:19:23.282Z] 7c6f9722023f: Download complete [2021-03-19T08:19:23.859Z] 188c0c94c7c5: Pull complete [2021-03-19T08:19:23.859Z] 0ef7d3d256c8: Pull complete [2021-03-19T08:19:24.122Z] de9db76c5a1d: Pull complete [2021-03-19T08:19:25.536Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T08:19:25.536Z] a35cf1a2eb13: Download complete [2021-03-19T08:19:26.489Z] bca2f99d35d6: Verifying Checksum [2021-03-19T08:19:26.489Z] bca2f99d35d6: Download complete [2021-03-19T08:19:31.726Z] Still waiting to schedule task [2021-03-19T08:19:31.726Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-19T08:19:31.864Z] bca2f99d35d6: Pull complete [2021-03-19T08:19:31.864Z] 93359f2a8cfa: Pull complete [2021-03-19T08:19:31.864Z] 7c6f9722023f: Pull complete [2021-03-19T08:19:36.102Z] a35cf1a2eb13: Pull complete [2021-03-19T08:19:36.102Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T08:19:36.102Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T08:19:36.102Z] ---> a62c8e92a672 [2021-03-19T08:19:36.102Z] 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-19T08:19:36.102Z] ---> Running in 0f03949cd71f [2021-03-19T08:19:36.677Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:19:37.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:19:37.830Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T08:19:38.094Z] (2/12) Installing file (5.38-r0) [2021-03-19T08:19:38.094Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T08:19:38.357Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T08:19:56.498Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T08:19:56.498Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T08:19:56.498Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T08:19:56.498Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T08:19:56.498Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T08:19:56.498Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T08:19:56.498Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T08:19:56.498Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T08:19:56.776Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:19:56.776Z] OK: 233 MiB in 51 packages [2021-03-19T08:20:00.090Z] Removing intermediate container 0f03949cd71f [2021-03-19T08:20:00.090Z] ---> f556f032edec [2021-03-19T08:20:00.090Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T08:20:00.090Z] ---> Running in cb9ce8f11077 [2021-03-19T08:20:00.090Z] Removing intermediate container cb9ce8f11077 [2021-03-19T08:20:00.090Z] ---> db7fab59bcee [2021-03-19T08:20:00.090Z] Step 5/6 : COPY go.mod . [2021-03-19T08:20:00.365Z] ---> 89008ab222bf [2021-03-19T08:20:00.365Z] Step 6/6 : RUN go mod download [2021-03-19T08:20:00.365Z] ---> Running in cfabb538c584 [2021-03-19T08:20:22.380Z] Removing intermediate container cfabb538c584 [2021-03-19T08:20:22.380Z] ---> a728621b19ce [2021-03-19T08:20:22.380Z] Successfully built a728621b19ce [2021-03-19T08:20:22.380Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:20:22.697Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T08:20:22.697Z] . [Pipeline] withDockerContainer [2021-03-19T08:20:22.810Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:20:22.866Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T08:20:23.692Z] $ docker top 1494687ea894c1b86f4357fbfb92ff032580f48df34cce0ebf740a86479d8681 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:20:24.164Z] + go version [2021-03-19T08:20:24.164Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T08:20:24.189Z] $ docker stop --time=1 1494687ea894c1b86f4357fbfb92ff032580f48df34cce0ebf740a86479d8681 [2021-03-19T08:20:25.529Z] $ docker rm -f 1494687ea894c1b86f4357fbfb92ff032580f48df34cce0ebf740a86479d8681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:20:26.321Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T08:20:26.321Z] . [Pipeline] withDockerContainer [2021-03-19T08:20:26.420Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:20:26.472Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T08:20:27.106Z] $ docker top 77a0523ab48d533849304f56012ce282f839925fc979c700d977d3694ff00569 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T08:20:27.301Z] ========================================================= [2021-03-19T08:20:27.301Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T08:20:27.301Z] ========================================================= [Pipeline] sh [2021-03-19T08:20:27.639Z] + make test [2021-03-19T08:20:27.640Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T08:20:37.800Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T08:20:56.103Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T08:20:57.074Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T08:20:59.686Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T08:20:59.686Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T08:21:01.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T08:21:01.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T08:21:01.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T08:21:01.115Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T08:21:02.092Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T08:21:02.092Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T08:21:04.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T08:21:04.676Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T08:21:04.676Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T08:21:07.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.120s coverage: 45.9% of statements [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T08:21:07.280Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T08:21:07.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.051s coverage: 19.8% of statements [2021-03-19T08:21:07.280Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements [2021-03-19T08:21:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T08:21:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T08:21:10.628Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T08:21:10.628Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T08:21:11.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-03-19T08:21:11.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T08:21:11.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T08:21:11.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.190s coverage: 82.9% of statements [2021-03-19T08:21:11.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T08:21:11.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T08:21:11.596Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-19T08:21:11.596Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.438s coverage: 28.6% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T08:21:14.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T08:21:14.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T08:21:15.599Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30517 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-19T08:21:15.709Z] Running in /w/workspace/edgex-go/397 [Pipeline] { [Pipeline] checkout [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.374s coverage: 92.8% of statements [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.101s coverage: 0.1% of statements [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T08:21:17.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements [2021-03-19T08:21:17.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-19T08:21:17.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements [2021-03-19T08:21:17.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-03-19T08:21:21.146Z] using credential edgex-jenkins-ssh [2021-03-19T08:21:21.212Z] Cloning the remote Git repository [2021-03-19T08:21:21.272Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T08:21:21.407Z] > git init /w/workspace/edgex-go/397 # timeout=10 [2021-03-19T08:21:21.492Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T08:21:21.493Z] > git --version # timeout=10 [2021-03-19T08:21:21.513Z] > git --version # 'git version 2.17.1' [2021-03-19T08:21:21.515Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T08:21:21.568Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T08:21:29.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements [2021-03-19T08:21:29.584Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements [2021-03-19T08:21:31.521Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.131s coverage: 81.9% of statements [2021-03-19T08:21:40.038Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T08:21:40.052Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T08:21:40.080Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T08:21:40.111Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T08:21:40.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T08:21:40.123Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T08:21:40.756Z] Checking out Revision 3c17eee94111b45567e88cff7b967cb4bb967b00 (master) [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.6% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.6% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 62.4% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.037s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.313s coverage: 69.0% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.155s coverage: 84.8% of statements [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 87.1% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T08:21:41.613Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.734s coverage: 29.1% of statements [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T08:21:41.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.106s coverage: 96.5% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T08:21:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T08:21:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-19T08:21:41.876Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements [2021-03-19T08:21:42.138Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-19T08:21:40.775Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T08:21:40.799Z] > git checkout -f 3c17eee94111b45567e88cff7b967cb4bb967b00 # timeout=10 [2021-03-19T08:21:42.401Z] GO111MODULE=on go vet ./... [2021-03-19T08:21:45.563Z] Commit message: "Merge pull request #3272 from lenny-intel/content-type" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T08:21:47.062Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T08:21:47.500Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T08:21:47.844Z] + true [2021-03-19T08:21:47.844Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T08:21:49.899Z] provisioning config files... [2021-03-19T08:21:49.943Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config7832155247486082657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:21:50.456Z] ---> docker-login.sh [2021-03-19T08:21:50.456Z] nexus3.edgexfoundry.org:10001 [2021-03-19T08:21:51.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:21:51.731Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:21:51.731Z] Configure a credential helper to remove this warning. See [2021-03-19T08:21:51.731Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:21:51.731Z] [2021-03-19T08:21:51.731Z] Login Succeeded [2021-03-19T08:21:51.731Z] nexus3.edgexfoundry.org:10002 [2021-03-19T08:21:52.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:21:52.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:21:52.286Z] Configure a credential helper to remove this warning. See [2021-03-19T08:21:52.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:21:52.286Z] [2021-03-19T08:21:52.286Z] Login Succeeded [2021-03-19T08:21:52.286Z] nexus3.edgexfoundry.org:10003 [2021-03-19T08:21:52.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:21:52.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:21:52.838Z] Configure a credential helper to remove this warning. See [2021-03-19T08:21:52.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:21:52.838Z] [2021-03-19T08:21:52.838Z] Login Succeeded [2021-03-19T08:21:52.838Z] nexus3.edgexfoundry.org:10004 [2021-03-19T08:21:53.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:21:53.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:21:53.390Z] Configure a credential helper to remove this warning. See [2021-03-19T08:21:53.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:21:53.390Z] [2021-03-19T08:21:53.390Z] Login Succeeded [2021-03-19T08:21:53.390Z] docker.io [2021-03-19T08:21:53.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:21:54.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:21:54.271Z] Configure a credential helper to remove this warning. See [2021-03-19T08:21:54.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:21:54.271Z] [2021-03-19T08:21:54.271Z] Login Succeeded [2021-03-19T08:21:54.271Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T08:21:54.291Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-19T08:21:54.799Z] ========================================================= [2021-03-19T08:21:54.799Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T08:21:54.799Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:21:55.180Z] + 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-19T08:21:57.841Z] Sending build context to Docker daemon 166.8MB [2021-03-19T08:21:57.841Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T08:21:57.841Z] Step 2/6 : FROM ${BASE} [2021-03-19T08:21:57.841Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T08:21:57.841Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T08:21:57.841Z] a4357932f1b6: Pulling fs layer [2021-03-19T08:21:57.841Z] 18c013af1878: Pulling fs layer [2021-03-19T08:21:57.841Z] 00ac8860ef70: Pulling fs layer [2021-03-19T08:21:57.841Z] 63d7cb157983: Pulling fs layer [2021-03-19T08:21:57.841Z] b116817d02f9: Pulling fs layer [2021-03-19T08:21:57.841Z] 745a02a5169b: Pulling fs layer [2021-03-19T08:21:57.841Z] 63d7cb157983: Waiting [2021-03-19T08:21:57.841Z] b116817d02f9: Waiting [2021-03-19T08:21:57.841Z] 00ac8860ef70: Waiting [2021-03-19T08:21:57.841Z] 18c013af1878: Download complete [2021-03-19T08:21:57.841Z] a4357932f1b6: Verifying Checksum [2021-03-19T08:21:57.841Z] a4357932f1b6: Download complete [2021-03-19T08:21:57.841Z] 63d7cb157983: Verifying Checksum [2021-03-19T08:21:57.841Z] 63d7cb157983: Download complete [2021-03-19T08:21:57.841Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T08:21:57.841Z] 5f621e34cdf4: Download complete [2021-03-19T08:21:57.841Z] b116817d02f9: Verifying Checksum [2021-03-19T08:21:57.841Z] b116817d02f9: Download complete [2021-03-19T08:21:58.462Z] 5f621e34cdf4: Pull complete [2021-03-19T08:21:59.077Z] a4357932f1b6: Pull complete [2021-03-19T08:21:59.682Z] 18c013af1878: Pull complete [2021-03-19T08:22:01.121Z] 745a02a5169b: Verifying Checksum [2021-03-19T08:22:01.121Z] 745a02a5169b: Download complete [2021-03-19T08:22:02.564Z] 00ac8860ef70: Verifying Checksum [2021-03-19T08:22:02.564Z] 00ac8860ef70: Download complete [2021-03-19T08:22:09.101Z] gofmt -l . [2021-03-19T08:22:09.678Z] [ "`gofmt -l .`" = "" ] [2021-03-19T08:22:10.256Z] ./bin/test-go-mod-tidy.sh [2021-03-19T08:22:10.838Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T08:22:11.726Z] + ls -al . [2021-03-19T08:22:11.726Z] total 760 [2021-03-19T08:22:11.726Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 08:22 . [2021-03-19T08:22:11.726Z] drwxr-xr-x 4 root root 32 Mar 19 08:20 .. [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 08:18 .dockerignore [2021-03-19T08:22:11.726Z] drwxrwxr-x 8 1001 1001 162 Mar 19 08:18 .git [2021-03-19T08:22:11.726Z] drwxrwxr-x 3 1001 1001 125 Mar 19 08:18 .github [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 08:18 .gitignore [2021-03-19T08:22:11.726Z] drwx------ 3 1001 1001 45 Mar 19 08:19 .semver [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 08:18 .sonarcloud.properties [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 08:18 Attribution.txt [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 08:18 CONTRIBUTING.md [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 08:18 Dockerfile.build [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 08:18 Jenkinsfile [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 08:18 LICENSE [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 08:18 Makefile [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 08:18 README.md [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 08:18 SECURITY.md [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 13 Mar 19 08:19 VERSION [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 08:18 ZMQWindows.md [2021-03-19T08:22:11.726Z] drwxrwxr-x 2 1001 1001 117 Mar 19 08:18 bin [2021-03-19T08:22:11.726Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 08:18 cmd [2021-03-19T08:22:11.726Z] -rw-r--r-- 1 root root 650607 Mar 19 08:21 coverage.out [2021-03-19T08:22:11.726Z] -rw-r--r-- 1 root root 1055 Mar 19 08:22 go.mod [2021-03-19T08:22:11.726Z] -rw-r--r-- 1 root root 21981 Mar 19 08:22 go.sum [2021-03-19T08:22:11.726Z] drwxrwxr-x 8 1001 1001 127 Mar 19 08:18 internal [2021-03-19T08:22:11.726Z] drwxrwxr-x 4 1001 1001 26 Mar 19 08:18 openapi [2021-03-19T08:22:11.726Z] drwxrwxr-x 4 1001 1001 71 Mar 19 08:18 snap [2021-03-19T08:22:11.726Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 08:18 version.go [Pipeline] sh [2021-03-19T08:22:12.029Z] + '[' -e coverage.out ] [2021-03-19T08:22:12.029Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T08:22:12.272Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T08:22:12.565Z] + make build [2021-03-19T08:22:12.565Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T08:22:12.772Z] 00ac8860ef70: Pull complete [2021-03-19T08:22:12.773Z] 63d7cb157983: Pull complete [2021-03-19T08:22:12.773Z] b116817d02f9: Pull complete [2021-03-19T08:22:16.210Z] 745a02a5169b: Pull complete [2021-03-19T08:22:16.210Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T08:22:16.210Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T08:22:16.210Z] ---> b7e6874047d6 [2021-03-19T08:22:16.210Z] 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-19T08:22:17.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T08:22:19.638Z] ---> Running in c109b355a180 [2021-03-19T08:22:21.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:22:21.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:22:22.295Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T08:22:22.566Z] (2/12) Installing file (5.38-r0) [2021-03-19T08:22:22.566Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T08:22:22.566Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T08:22:26.125Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T08:22:26.399Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T08:22:28.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T08:22:28.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T08:22:30.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T08:22:30.892Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T08:22:30.892Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T08:22:30.892Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T08:22:30.892Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T08:22:30.892Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T08:22:30.892Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T08:22:30.892Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T08:22:30.892Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T08:22:30.892Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:22:30.892Z] OK: 217 MiB in 51 packages [2021-03-19T08:22:31.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T08:22:32.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T08:22:34.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T08:22:35.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T08:22:35.196Z] Removing intermediate container c109b355a180 [2021-03-19T08:22:35.196Z] ---> 1529fe09b881 [2021-03-19T08:22:35.196Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T08:22:35.196Z] ---> Running in 7a126a001de6 [2021-03-19T08:22:35.196Z] Removing intermediate container 7a126a001de6 [2021-03-19T08:22:35.196Z] ---> e91417157abc [2021-03-19T08:22:35.196Z] Step 5/6 : COPY go.mod . [2021-03-19T08:22:35.795Z] ---> 77723ba35813 [2021-03-19T08:22:35.795Z] Step 6/6 : RUN go mod download [2021-03-19T08:22:36.073Z] ---> Running in 0c4d9b802b5f [2021-03-19T08:22:36.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T08:22:38.607Z] $ docker stop --time=1 77a0523ab48d533849304f56012ce282f839925fc979c700d977d3694ff00569 [2021-03-19T08:22:40.298Z] $ docker rm -f 77a0523ab48d533849304f56012ce282f839925fc979c700d977d3694ff00569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:22:42.291Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T08:22:42.292Z] [2021-03-19T08:22:42.292Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:22:42.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T08:22:42.638Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T08:22:42.638Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T08:22:42.638Z] ca9280d653b3: Pulling fs layer [2021-03-19T08:22:42.638Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T08:22:43.585Z] cbdbe7a5bc2a: Download complete [2021-03-19T08:22:43.853Z] ca9280d653b3: Verifying Checksum [2021-03-19T08:22:43.853Z] ca9280d653b3: Download complete [2021-03-19T08:22:43.853Z] cbdbe7a5bc2a: Pull complete [2021-03-19T08:22:44.816Z] ca9280d653b3: Pull complete [2021-03-19T08:22:44.816Z] 7e9c9ca2126c: Download complete [2021-03-19T08:22:52.984Z] 7e9c9ca2126c: Pull complete [2021-03-19T08:22:52.984Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T08:22:52.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T08:22:52.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T08:22:53.148Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:22:53.207Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@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-19T08:22:54.053Z] $ docker top 2edfab33c0b32dc65a9ca32dc7493dd5f141bd5750a882a3bc7e299df5ffc62c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:22:54.566Z] + docker-compose build --help [2021-03-19T08:22:54.566Z] + grep parallel [2021-03-19T08:22:55.512Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T08:22:55.801Z] $ docker stop --time=1 2edfab33c0b32dc65a9ca32dc7493dd5f141bd5750a882a3bc7e299df5ffc62c [2021-03-19T08:22:57.178Z] $ docker rm -f 2edfab33c0b32dc65a9ca32dc7493dd5f141bd5750a882a3bc7e299df5ffc62c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:22:57.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T08:22:57.838Z] . [Pipeline] withDockerContainer [2021-03-19T08:22:57.935Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:22:57.992Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-19T08:22:58.706Z] $ docker top 7771dfaa7ff13524043fe2c65627c5fd66b165d0d1b3f68dae21c3af2a915450 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:22:59.191Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T08:23:00.135Z] Building docker-core-command-go ... [2021-03-19T08:23:00.135Z] Building docker-core-data-go ... [2021-03-19T08:23:00.135Z] Building docker-core-metadata-go ... [2021-03-19T08:23:00.135Z] Building docker-security-bootstrapper-go ... [2021-03-19T08:23:00.135Z] Building docker-security-proxy-setup-go ... [2021-03-19T08:23:00.135Z] Building docker-security-secretstore-setup-go ... [2021-03-19T08:23:00.135Z] Building docker-support-notifications-go ... [2021-03-19T08:23:00.135Z] Building docker-support-scheduler-go ... [2021-03-19T08:23:00.135Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T08:23:00.135Z] Building docker-security-proxy-setup-go [2021-03-19T08:23:00.135Z] Building docker-core-command-go [2021-03-19T08:23:00.135Z] Building docker-security-secretstore-setup-go [2021-03-19T08:23:00.135Z] Building docker-support-scheduler-go [2021-03-19T08:23:00.135Z] Building docker-core-data-go [2021-03-19T08:23:02.928Z] Removing intermediate container 0c4d9b802b5f [2021-03-19T08:23:02.928Z] ---> 3c48893bd4cb [2021-03-19T08:23:02.928Z] Successfully built 3c48893bd4cb [2021-03-19T08:23:02.928Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:23:03.273Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T08:23:03.274Z] . [Pipeline] withDockerContainer [2021-03-19T08:23:03.534Z] prd-ubuntu18.04-docker-arm64-4c-16g-30517 does not seem to be running inside a container [2021-03-19T08:23:03.634Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@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-19T08:23:05.093Z] $ docker top 5eefe60d6efb84fc4dd5283dd8138c53287b203b71f0038d7b1c1d72e39e2c18 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:23:06.090Z] + go version [2021-03-19T08:23:06.090Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T08:23:06.117Z] $ docker stop --time=1 5eefe60d6efb84fc4dd5283dd8138c53287b203b71f0038d7b1c1d72e39e2c18 [2021-03-19T08:23:08.046Z] $ docker rm -f 5eefe60d6efb84fc4dd5283dd8138c53287b203b71f0038d7b1c1d72e39e2c18 [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-19T08:23:09.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T08:23:09.506Z] [2021-03-19T08:23:09.506Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:23:09.920Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T08:23:10.194Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T08:23:10.194Z] 29e5d40040c1: Pulling fs layer [2021-03-19T08:23:10.194Z] 1ce36da41761: Pulling fs layer [2021-03-19T08:23:10.194Z] 25b303627fd3: Pulling fs layer [2021-03-19T08:23:10.470Z] 29e5d40040c1: Verifying Checksum [2021-03-19T08:23:10.470Z] 29e5d40040c1: Download complete [2021-03-19T08:23:11.071Z] 1ce36da41761: Verifying Checksum [2021-03-19T08:23:11.071Z] 1ce36da41761: Download complete [2021-03-19T08:23:11.071Z] 29e5d40040c1: Pull complete [2021-03-19T08:23:12.519Z] 1ce36da41761: Pull complete [2021-03-19T08:23:12.798Z] 25b303627fd3: Verifying Checksum [2021-03-19T08:23:12.798Z] 25b303627fd3: Download complete [2021-03-19T08:23:22.986Z] 25b303627fd3: Pull complete [2021-03-19T08:23:22.986Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T08:23:22.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T08:23:22.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T08:23:23.266Z] prd-ubuntu18.04-docker-arm64-4c-16g-30517 does not seem to be running inside a container [2021-03-19T08:23:23.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@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-19T08:23:26.706Z] $ docker top 8f771991cce2df7d61b81908a6903735f01dd0d2305a67e1f92ed931e9b9d167 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:23:27.711Z] + + grepdocker-compose parallel build [2021-03-19T08:23:27.711Z] --help [2021-03-19T08:23:32.005Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T08:23:32.028Z] $ docker stop --time=1 8f771991cce2df7d61b81908a6903735f01dd0d2305a67e1f92ed931e9b9d167 [2021-03-19T08:23:32.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:23:32.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:23:32.428Z] ---> a728621b19ce [2021-03-19T08:23:32.428Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:23:32.428Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:23:32.428Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:23:32.429Z] ---> a728621b19ce [2021-03-19T08:23:32.429Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T08:23:32.429Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:23:32.429Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:23:32.429Z] ---> a728621b19ce [2021-03-19T08:23:32.429Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T08:23:32.429Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:23:32.429Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:23:32.429Z] ---> a728621b19ce [2021-03-19T08:23:32.429Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:23:32.429Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:23:32.429Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:23:32.429Z] ---> a728621b19ce [2021-03-19T08:23:32.429Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T08:23:32.713Z] ---> Running in 8858808fc450 [2021-03-19T08:23:32.713Z] ---> Running in 03d762fd5954 [2021-03-19T08:23:32.713Z] ---> Running in c49b5956c4e9 [2021-03-19T08:23:32.713Z] ---> Running in 4425ccc07f2d [2021-03-19T08:23:32.713Z] ---> Running in 49ab8a3dba9c [2021-03-19T08:23:33.331Z] Removing intermediate container 49ab8a3dba9c [2021-03-19T08:23:33.331Z] ---> 0f2667102232 [2021-03-19T08:23:33.331Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:23:33.331Z] Removing intermediate container 8858808fc450 [2021-03-19T08:23:33.331Z] ---> efcfd6aa9faf [2021-03-19T08:23:33.331Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:23:33.331Z] Removing intermediate container 03d762fd5954 [2021-03-19T08:23:33.331Z] ---> 6619f4a2f41e [2021-03-19T08:23:33.331Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container c49b5956c4e9 [2021-03-19T08:23:33.331Z] [2021-03-19T08:23:33.331Z] ---> da67ce8133b1 [2021-03-19T08:23:33.331Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:23:33.331Z] Removing intermediate container 4425ccc07f2d [2021-03-19T08:23:33.331Z] ---> cb9acf77ed1e [2021-03-19T08:23:33.331Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:23:33.331Z] ---> Running in 38d643a81e8c [2021-03-19T08:23:33.331Z] ---> Running in a5ebe5f74b43 [2021-03-19T08:23:33.598Z] ---> Running in efd2ff047886 [2021-03-19T08:23:33.598Z] ---> Running in 43eb0147868f [2021-03-19T08:23:33.598Z] ---> Running in 7d17b6d0c05d [2021-03-19T08:23:33.965Z] $ docker rm -f 8f771991cce2df7d61b81908a6903735f01dd0d2305a67e1f92ed931e9b9d167 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:23:34.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T08:23:34.797Z] . [Pipeline] withDockerContainer [2021-03-19T08:23:35.110Z] prd-ubuntu18.04-docker-arm64-4c-16g-30517 does not seem to be running inside a container [2021-03-19T08:23:35.214Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@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-19T08:23:35.557Z] Removing intermediate container a5ebe5f74b43 [2021-03-19T08:23:35.557Z] ---> c0849e5fdb42 [2021-03-19T08:23:35.557Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T08:23:35.557Z] Removing intermediate container 38d643a81e8c [2021-03-19T08:23:35.557Z] ---> 94d6857a7b28 [2021-03-19T08:23:35.557Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T08:23:35.822Z] Removing intermediate container efd2ff047886 [2021-03-19T08:23:35.822Z] ---> a01ae7cb7417 [2021-03-19T08:23:35.822Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T08:23:35.822Z] ---> Running in cab7bbca44fc [2021-03-19T08:23:35.822Z] Removing intermediate container 7d17b6d0c05d [2021-03-19T08:23:35.822Z] ---> 763469164e64 [2021-03-19T08:23:35.822Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T08:23:35.822Z] ---> Running in 1628b7ebebcf [2021-03-19T08:23:36.091Z] ---> Running in cd9d0883000d [2021-03-19T08:23:36.092Z] Removing intermediate container 43eb0147868f [2021-03-19T08:23:36.092Z] ---> 820f61d568f3 [2021-03-19T08:23:36.092Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T08:23:36.092Z] ---> Running in 4fa24590f17b [2021-03-19T08:23:36.092Z] ---> Running in 4bd172e21bf8 [2021-03-19T08:23:36.658Z] $ docker top 90c838a96b3b1626f71353d2b09c9722ec56c150bde12b461c9068d64bdb7f83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:23:37.493Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:37.720Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T08:23:37.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:37.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.580Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:38.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:23:39.123Z] OK: 233 MiB in 51 packages [2021-03-19T08:23:39.123Z] OK: 233 MiB in 51 packages [2021-03-19T08:23:39.391Z] OK: 233 MiB in 51 packages [2021-03-19T08:23:39.391Z] OK: 233 MiB in 51 packages [2021-03-19T08:23:39.391Z] OK: 233 MiB in 51 packages [2021-03-19T08:23:39.656Z] Removing intermediate container cab7bbca44fc [2021-03-19T08:23:39.656Z] ---> 621f65d9734d [2021-03-19T08:23:39.656Z] Step 6/24 : COPY go.mod . [2021-03-19T08:23:39.920Z] Removing intermediate container 1628b7ebebcf [2021-03-19T08:23:39.920Z] ---> ffbdc0f394e2 [2021-03-19T08:23:39.920Z] Step 6/23 : COPY go.mod . [2021-03-19T08:23:39.920Z] ---> 6d02326ef3e5 [2021-03-19T08:23:39.920Z] Step 7/24 : RUN go mod download [2021-03-19T08:23:40.193Z] ---> Running in 19efbaa1ac5b [2021-03-19T08:23:40.456Z] ---> 09d4148d2789 [2021-03-19T08:23:40.456Z] Step 7/23 : RUN go mod download [2021-03-19T08:23:40.456Z] Removing intermediate container 4fa24590f17b [2021-03-19T08:23:40.456Z] ---> 6ceeab6a3a03 [2021-03-19T08:23:40.456Z] Step 6/22 : COPY go.mod . [2021-03-19T08:23:40.721Z] ---> Running in aa35cff15d13 [2021-03-19T08:23:40.721Z] Removing intermediate container cd9d0883000d [2021-03-19T08:23:40.721Z] ---> 5d6ffefa811c [2021-03-19T08:23:40.721Z] Step 6/21 : COPY go.mod . [2021-03-19T08:23:40.993Z] ---> 37faf3c0d744 [2021-03-19T08:23:40.993Z] Step 7/22 : RUN go mod download [2021-03-19T08:23:40.993Z] Removing intermediate container 4bd172e21bf8 [2021-03-19T08:23:40.993Z] ---> 05b9dae4ffe7 [2021-03-19T08:23:40.993Z] Step 6/23 : COPY go.mod . [2021-03-19T08:23:40.993Z] ---> Running in 545abb7c69e3 [2021-03-19T08:23:41.259Z] ---> df82f1d72fea [2021-03-19T08:23:41.259Z] Step 7/21 : RUN go mod download [2021-03-19T08:23:41.541Z] ---> f2be7736d1f9 [2021-03-19T08:23:41.541Z] Step 7/23 : RUN go mod download [2021-03-19T08:23:41.541Z] ---> Running in e66f88dfe563 [2021-03-19T08:23:41.541Z] ---> Running in 77831ed310bb [2021-03-19T08:23:42.956Z] Removing intermediate container 19efbaa1ac5b [2021-03-19T08:23:42.956Z] ---> 3e5fcbebfe27 [2021-03-19T08:23:42.956Z] Step 8/24 : COPY . . [2021-03-19T08:23:42.956Z] Removing intermediate container 545abb7c69e3 [2021-03-19T08:23:42.956Z] ---> e0b1c3459939 [2021-03-19T08:23:42.956Z] Step 8/22 : COPY . . [2021-03-19T08:23:42.956Z] Removing intermediate container aa35cff15d13 [2021-03-19T08:23:42.956Z] ---> f83f4321f713 [2021-03-19T08:23:42.956Z] Step 8/23 : COPY . . [2021-03-19T08:23:43.267Z] Building docker-core-command-go ... [2021-03-19T08:23:43.267Z] Building docker-core-data-go ... [2021-03-19T08:23:43.267Z] Building docker-core-metadata-go ... [2021-03-19T08:23:43.267Z] Building docker-security-bootstrapper-go ... [2021-03-19T08:23:43.267Z] Building docker-security-proxy-setup-go ... [2021-03-19T08:23:43.267Z] Building docker-security-secretstore-setup-go ... [2021-03-19T08:23:43.267Z] Building docker-support-notifications-go ... [2021-03-19T08:23:43.267Z] Building docker-support-scheduler-go ... [2021-03-19T08:23:43.267Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T08:23:43.267Z] Building docker-security-proxy-setup-go [2021-03-19T08:23:43.267Z] Building docker-core-command-go [2021-03-19T08:23:43.267Z] Building docker-security-secretstore-setup-go [2021-03-19T08:23:43.267Z] Building docker-core-data-go [2021-03-19T08:23:43.267Z] Building docker-support-notifications-go [2021-03-19T08:23:43.541Z] Removing intermediate container e66f88dfe563 [2021-03-19T08:23:43.541Z] ---> 2538483b10ff [2021-03-19T08:23:43.541Z] Step 8/21 : COPY . . [2021-03-19T08:23:48.866Z] Removing intermediate container 77831ed310bb [2021-03-19T08:23:48.866Z] ---> 481a9c6b2a99 [2021-03-19T08:23:48.866Z] Step 8/23 : COPY . . [2021-03-19T08:24:21.814Z] ---> 1f0028ba3c67 [2021-03-19T08:24:21.814Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T08:24:21.814Z] ---> 0fc75f05be30 [2021-03-19T08:24:21.814Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T08:24:21.814Z] ---> 8416d115b560 [2021-03-19T08:24:21.814Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T08:24:21.814Z] ---> Running in 2d52e1786f40 [2021-03-19T08:24:21.814Z] ---> Running in c6fdfc0db967 [2021-03-19T08:24:21.814Z] ---> Running in 8fbe98a9d753 [2021-03-19T08:24:21.814Z] ---> 9ad0344f022d [2021-03-19T08:24:21.814Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T08:24:21.814Z] ---> 6c0fab221d25 [2021-03-19T08:24:21.814Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T08:24:21.814Z] ---> Running in 2d63c8f5d07b [2021-03-19T08:24:21.814Z] ---> Running in 82bf328968d3 [2021-03-19T08:24:22.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T08:24:22.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T08:24:22.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T08:24:22.797Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T08:24:22.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T08:24:31.223Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:24:31.223Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:24:31.223Z] ---> 3c48893bd4cb [2021-03-19T08:24:31.223Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:24:31.223Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:24:31.223Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:24:31.223Z] ---> 3c48893bd4cb [2021-03-19T08:24:31.223Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T08:24:31.223Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:24:31.223Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:24:31.223Z] ---> 3c48893bd4cb [2021-03-19T08:24:31.223Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:24:31.223Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:24:31.223Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:24:31.223Z] ---> 3c48893bd4cb [2021-03-19T08:24:31.223Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T08:24:31.223Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:24:31.223Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:24:31.223Z] ---> 3c48893bd4cb [2021-03-19T08:24:31.223Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T08:24:32.650Z] ---> Running in 2d9ed8ad9efc [2021-03-19T08:24:32.650Z] ---> Running in a35e78e60a34 [2021-03-19T08:24:32.650Z] ---> Running in ca993b6b5a33 [2021-03-19T08:24:32.650Z] ---> Running in e1f05d8b9965 [2021-03-19T08:24:32.650Z] ---> Running in 006cf3f60191 [2021-03-19T08:24:33.250Z] Removing intermediate container a35e78e60a34 [2021-03-19T08:24:33.250Z] ---> 7bc43f439774 [2021-03-19T08:24:33.250Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:24:33.250Z] Removing intermediate container 2d9ed8ad9efc [2021-03-19T08:24:33.250Z] ---> 5c64d2d34ab0 [2021-03-19T08:24:33.250Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:24:33.250Z] Removing intermediate container 006cf3f60191 [2021-03-19T08:24:33.250Z] ---> 4ef7e21e79b5 [2021-03-19T08:24:33.250Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:24:33.250Z] Removing intermediate container e1f05d8b9965 [2021-03-19T08:24:33.250Z] ---> 2ba6702e04cd [2021-03-19T08:24:33.250Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:24:33.519Z] Removing intermediate container ca993b6b5a33 [2021-03-19T08:24:33.519Z] ---> 3c9a09675a83 [2021-03-19T08:24:33.519Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:24:33.519Z] ---> Running in 7c8a5a75a3bd [2021-03-19T08:24:33.519Z] ---> Running in 4075dd8b4c66 [2021-03-19T08:24:33.519Z] ---> Running in 7fb3e6a93d37 [2021-03-19T08:24:33.519Z] ---> Running in f97af51ca581 [2021-03-19T08:24:33.790Z] ---> Running in 7cf9991cfa56 [2021-03-19T08:24:38.119Z] Removing intermediate container 7c8a5a75a3bd [2021-03-19T08:24:38.119Z] ---> b0e81975c40e [2021-03-19T08:24:38.119Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T08:24:38.119Z] Removing intermediate container 4075dd8b4c66 [2021-03-19T08:24:38.119Z] ---> 38fda7781436 [2021-03-19T08:24:38.119Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T08:24:38.119Z] Removing intermediate container f97af51ca581 [2021-03-19T08:24:38.119Z] ---> 6773718762d5 [2021-03-19T08:24:38.119Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T08:24:38.119Z] ---> Running in 023b3762965a [2021-03-19T08:24:38.119Z] ---> Running in 5435abba6cf9 [2021-03-19T08:24:38.119Z] ---> Running in d0ccd44cbb33 [2021-03-19T08:24:38.394Z] Removing intermediate container 7fb3e6a93d37 [2021-03-19T08:24:38.394Z] ---> 9a802cbac55e [2021-03-19T08:24:38.394Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T08:24:38.394Z] Removing intermediate container 7cf9991cfa56 [2021-03-19T08:24:38.394Z] ---> 82fb6174f03b [2021-03-19T08:24:38.394Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T08:24:38.701Z] ---> Running in 9cb94fb2c47f [2021-03-19T08:24:38.701Z] ---> Running in b3d927c2d3c6 [2021-03-19T08:24:40.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:40.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:40.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:40.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:40.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:40.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:41.249Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:41.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:41.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:41.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:24:42.083Z] OK: 217 MiB in 51 packages [2021-03-19T08:24:42.372Z] OK: 217 MiB in 51 packages [2021-03-19T08:24:42.372Z] OK: 217 MiB in 51 packages [2021-03-19T08:24:42.647Z] OK: 217 MiB in 51 packages [2021-03-19T08:24:42.928Z] OK: 217 MiB in 51 packages [2021-03-19T08:24:43.918Z] Removing intermediate container 5435abba6cf9 [2021-03-19T08:24:43.918Z] ---> 07eb96b98420 [2021-03-19T08:24:43.918Z] Step 6/23 : COPY go.mod . [2021-03-19T08:24:44.218Z] Removing intermediate container d0ccd44cbb33 [2021-03-19T08:24:44.218Z] ---> 0939605b2edb [2021-03-19T08:24:44.218Z] Step 6/23 : COPY go.mod . [2021-03-19T08:24:44.219Z] Removing intermediate container b3d927c2d3c6 [2021-03-19T08:24:44.219Z] ---> ae099f51161e [2021-03-19T08:24:44.219Z] Step 6/24 : COPY go.mod . [2021-03-19T08:24:44.497Z] Removing intermediate container 9cb94fb2c47f [2021-03-19T08:24:44.497Z] ---> c32429dd27c0 [2021-03-19T08:24:44.497Z] Step 6/21 : COPY go.mod . [2021-03-19T08:24:44.771Z] Removing intermediate container 023b3762965a [2021-03-19T08:24:44.771Z] ---> aa5a53fe5d59 [2021-03-19T08:24:44.771Z] Step 6/22 : COPY go.mod . [2021-03-19T08:24:44.771Z] ---> 0d38695a1310 [2021-03-19T08:24:44.771Z] Step 7/23 : RUN go mod download [2021-03-19T08:24:45.048Z] ---> Running in e019bc693ea4 [2021-03-19T08:24:45.322Z] ---> e04301116776 [2021-03-19T08:24:45.322Z] Step 7/23 : RUN go mod download [2021-03-19T08:24:45.594Z] ---> 454e2f8f9816 [2021-03-19T08:24:45.594Z] Step 7/24 : RUN go mod download [2021-03-19T08:24:45.594Z] ---> Running in c7f2799b1b34 [2021-03-19T08:24:45.594Z] ---> Running in a814a530fb97 [2021-03-19T08:24:45.594Z] ---> a2887494c611 [2021-03-19T08:24:45.594Z] Step 7/21 : RUN go mod download [2021-03-19T08:24:45.865Z] ---> b53a95a1ead0 [2021-03-19T08:24:45.865Z] Step 7/22 : RUN go mod download [2021-03-19T08:24:45.865Z] ---> Running in 40394a58c461 [2021-03-19T08:24:46.139Z] ---> Running in 1a4916b18cbe [2021-03-19T08:24:48.760Z] Removing intermediate container e019bc693ea4 [2021-03-19T08:24:48.760Z] ---> 642bc6ef2304 [2021-03-19T08:24:48.760Z] Step 8/23 : COPY . . [2021-03-19T08:24:50.202Z] Removing intermediate container c7f2799b1b34 [2021-03-19T08:24:50.202Z] ---> db3dac61e6b4 [2021-03-19T08:24:50.202Z] Step 8/23 : COPY . . [2021-03-19T08:24:50.804Z] Removing intermediate container a814a530fb97 [2021-03-19T08:24:50.804Z] ---> fc569bd3f731 [2021-03-19T08:24:50.804Z] Step 8/24 : COPY . . [2021-03-19T08:24:50.804Z] Removing intermediate container 40394a58c461 [2021-03-19T08:24:50.804Z] ---> 2a988dfc4cc0 [2021-03-19T08:24:50.804Z] Step 8/21 : COPY . . [2021-03-19T08:24:51.078Z] Removing intermediate container 1a4916b18cbe [2021-03-19T08:24:51.078Z] ---> 68dbd5aea116 [2021-03-19T08:24:51.078Z] Step 8/22 : COPY . . [2021-03-19T08:24:55.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T08:24:55.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T08:25:05.121Z] Removing intermediate container 82bf328968d3 [2021-03-19T08:25:05.121Z] ---> 049506ac7dac [2021-03-19T08:25:05.121Z] [2021-03-19T08:25:05.121Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T08:25:05.121Z] Removing intermediate container c6fdfc0db967 [2021-03-19T08:25:05.121Z] ---> ab4c4fa70c29 [2021-03-19T08:25:05.121Z] [2021-03-19T08:25:05.121Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T08:25:05.121Z] Removing intermediate container 8fbe98a9d753 [2021-03-19T08:25:05.121Z] ---> c7b0a6254a3f [2021-03-19T08:25:05.121Z] [2021-03-19T08:25:05.121Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:25:05.121Z] Removing intermediate container 2d52e1786f40 [2021-03-19T08:25:05.121Z] ---> 314613528780 [2021-03-19T08:25:05.121Z] [2021-03-19T08:25:05.121Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T08:25:05.121Z] 3.12: Pulling from library/alpine [2021-03-19T08:25:05.121Z] 3.12: Pulling from library/alpine [2021-03-19T08:25:05.121Z] 3.12: Pulling from library/alpine [2021-03-19T08:25:05.121Z] 3.12: Pulling from library/alpine [2021-03-19T08:25:05.121Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:25:05.121Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:25:05.121Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:25:05.121Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T08:25:05.121Z] Status: Image is up to date for alpine:3.12 [2021-03-19T08:25:05.121Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T08:25:05.121Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:25:05.121Z] Status: Image is up to date for alpine:3.12 [2021-03-19T08:25:05.121Z] ---> 88dd2752d2ea [2021-03-19T08:25:05.121Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T08:25:05.121Z] ---> 88dd2752d2ea [2021-03-19T08:25:05.121Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T08:25:05.121Z] ---> 88dd2752d2ea [2021-03-19T08:25:05.121Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T08:25:05.121Z] ---> 88dd2752d2ea [2021-03-19T08:25:05.121Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T08:25:06.518Z] ---> Running in aa828d97618c [2021-03-19T08:25:06.518Z] ---> Running in 607ad57163d2 [2021-03-19T08:25:06.518Z] ---> Running in 3cb55e1c27f6 [2021-03-19T08:25:06.518Z] ---> Running in a7d90cd88e60 [2021-03-19T08:25:08.439Z] Removing intermediate container 2d63c8f5d07b [2021-03-19T08:25:08.439Z] ---> b48f3a2ff6fe [2021-03-19T08:25:08.439Z] [2021-03-19T08:25:08.439Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:25:08.439Z] ---> 88dd2752d2ea [2021-03-19T08:25:08.439Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T08:25:08.439Z] ---> Running in 953ee683aa7d [2021-03-19T08:25:09.023Z] Removing intermediate container 953ee683aa7d [2021-03-19T08:25:09.023Z] ---> bcdfb9603fa5 [2021-03-19T08:25:09.023Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T08:25:09.023Z] ---> Running in 846603c97fd0 [2021-03-19T08:25:09.023Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.300Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T08:25:09.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.300Z] Removing intermediate container 846603c97fd0 [2021-03-19T08:25:09.300Z] ---> 069494ebc738 [2021-03-19T08:25:09.300Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T08:25:09.300Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:25:09.300Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T08:25:09.300Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T08:25:09.300Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:25:09.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.574Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T08:25:09.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.574Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:25:09.574Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T08:25:09.574Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T08:25:09.574Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T08:25:09.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:25:09.574Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:25:09.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:09.574Z] OK: 7 MiB in 19 packages [2021-03-19T08:25:09.574Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:25:09.574Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T08:25:09.574Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:25:09.574Z] OK: 6 MiB in 15 packages [2021-03-19T08:25:09.574Z] OK: 7 MiB in 18 packages [2021-03-19T08:25:09.836Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T08:25:09.836Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:25:09.836Z] OK: 6 MiB in 15 packages [2021-03-19T08:25:10.100Z] ---> Running in 2a0d4391119f [2021-03-19T08:25:10.682Z] Removing intermediate container 2a0d4391119f [2021-03-19T08:25:10.682Z] ---> 4fa016e0e3d7 [2021-03-19T08:25:10.682Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:25:10.682Z] ---> Running in 92bbcbe3f82e [2021-03-19T08:25:12.078Z] Removing intermediate container 607ad57163d2 [2021-03-19T08:25:12.078Z] ---> 49f01d421c54 [2021-03-19T08:25:12.078Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T08:25:12.078Z] Removing intermediate container aa828d97618c [2021-03-19T08:25:12.078Z] ---> e08742d22a51 [2021-03-19T08:25:12.078Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T08:25:12.078Z] Removing intermediate container 3cb55e1c27f6 [2021-03-19T08:25:12.078Z] ---> 4ee1d8899fa8 [2021-03-19T08:25:12.078Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:25:12.078Z] Removing intermediate container a7d90cd88e60 [2021-03-19T08:25:12.078Z] ---> 826ddce1e7a4 [2021-03-19T08:25:12.078Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:25:12.078Z] ---> Running in c31771d753e6 [2021-03-19T08:25:12.078Z] ---> Running in 267900a551fe [2021-03-19T08:25:12.078Z] ---> Running in a098a9092118 [2021-03-19T08:25:12.078Z] ---> Running in 4d168e941ad6 [2021-03-19T08:25:12.345Z] Removing intermediate container 267900a551fe [2021-03-19T08:25:12.345Z] ---> acd8d871d544 [2021-03-19T08:25:12.345Z] Step 13/24 : WORKDIR / [2021-03-19T08:25:12.345Z] Removing intermediate container c31771d753e6 [2021-03-19T08:25:12.345Z] ---> 0967f8964eeb [2021-03-19T08:25:12.345Z] Step 13/21 : WORKDIR /edgex [2021-03-19T08:25:12.609Z] ---> Running in 9c7ab033dfaa [2021-03-19T08:25:12.609Z] Removing intermediate container a098a9092118 [2021-03-19T08:25:12.609Z] ---> fffa19406d6a [2021-03-19T08:25:12.609Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T08:25:12.609Z] Removing intermediate container 4d168e941ad6 [2021-03-19T08:25:12.609Z] ---> e0082ea4b976 [2021-03-19T08:25:12.609Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T08:25:12.877Z] ---> Running in 389623c84a73 [2021-03-19T08:25:12.877Z] ---> Running in c01133860d46 [2021-03-19T08:25:12.877Z] ---> Running in 490e90bfd6a0 [2021-03-19T08:25:12.877Z] Removing intermediate container 9c7ab033dfaa [2021-03-19T08:25:12.877Z] ---> 94c13b513ca3 [2021-03-19T08:25:12.877Z] 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-19T08:25:12.877Z] Removing intermediate container 92bbcbe3f82e [2021-03-19T08:25:12.877Z] ---> 713778c077b9 [2021-03-19T08:25:12.877Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T08:25:13.139Z] Removing intermediate container c01133860d46 [2021-03-19T08:25:13.139Z] ---> b9adee29c80f [2021-03-19T08:25:13.139Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T08:25:13.139Z] Removing intermediate container 389623c84a73 [2021-03-19T08:25:13.139Z] ---> 9232c4eb883f [2021-03-19T08:25:13.139Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T08:25:13.288Z] ---> 8363d4382d10 [2021-03-19T08:25:13.288Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T08:25:13.288Z] ---> 246f219a34f3 [2021-03-19T08:25:13.288Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T08:25:13.288Z] ---> 242ba7fc7aee [2021-03-19T08:25:13.288Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T08:25:13.288Z] ---> 3c85bd68daeb [2021-03-19T08:25:13.289Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T08:25:13.289Z] ---> Running in c8c6f16ce35a [2021-03-19T08:25:13.289Z] ---> Running in 715828ff308c [2021-03-19T08:25:13.289Z] ---> Running in a9b26b515ee9 [2021-03-19T08:25:13.289Z] ---> Running in daccd048fcc4 [2021-03-19T08:25:13.289Z] ---> b5e85e1463fc [2021-03-19T08:25:13.289Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T08:25:13.289Z] ---> Running in 4f97c9dffad3 [2021-03-19T08:25:13.289Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T08:25:13.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T08:25:13.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T08:25:13.409Z] Removing intermediate container 490e90bfd6a0 [2021-03-19T08:25:13.409Z] ---> 54a47d17945c [2021-03-19T08:25:13.409Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T08:25:13.409Z] ---> Running in a67300ffb7fa [2021-03-19T08:25:13.409Z] ---> b4a723f4f67d [2021-03-19T08:25:13.409Z] 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-19T08:25:13.409Z] ---> Running in 50a3073b0bdc [2021-03-19T08:25:13.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T08:25:13.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T08:25:13.682Z] ---> Running in 195dd5c06d42 [2021-03-19T08:25:13.682Z] ---> 77bfdc6e43de [2021-03-19T08:25:13.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T08:25:13.957Z] Removing intermediate container 50a3073b0bdc [2021-03-19T08:25:13.957Z] ---> 755bb4cf2677 [2021-03-19T08:25:13.957Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:25:13.957Z] ---> 7014093454f2 [2021-03-19T08:25:13.957Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T08:25:13.957Z] Removing intermediate container 195dd5c06d42 [2021-03-19T08:25:13.957Z] ---> 4c16238cadba [2021-03-19T08:25:13.957Z] Step 15/23 : WORKDIR / [2021-03-19T08:25:14.233Z] ---> Running in b1d1be1754d0 [2021-03-19T08:25:14.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:14.507Z] ---> 867f257226a5 [2021-03-19T08:25:14.507Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T08:25:14.507Z] ---> bdc0bb21a66c [2021-03-19T08:25:14.507Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T08:25:14.507Z] ---> 32c28b883d4d [2021-03-19T08:25:14.507Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T08:25:14.507Z] Removing intermediate container b1d1be1754d0 [2021-03-19T08:25:14.507Z] ---> 261c5e4c86d6 [2021-03-19T08:25:14.507Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:25:14.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:15.044Z] ---> eb1ac8b05619 [2021-03-19T08:25:15.044Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T08:25:15.312Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T08:25:15.312Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T08:25:15.312Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T08:25:15.578Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T08:25:15.578Z] ---> 26cb6487a168 [2021-03-19T08:25:15.578Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T08:25:15.578Z] ---> eb9483b15173 [2021-03-19T08:25:15.578Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T08:25:15.578Z] ---> 48a313f63987 [2021-03-19T08:25:15.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T08:25:15.578Z] ---> 78d10b026767 [2021-03-19T08:25:15.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T08:25:15.840Z] ---> Running in 95c31f3e03e7 [2021-03-19T08:25:15.840Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T08:25:15.840Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T08:25:16.108Z] ---> a2074cb06fb3 [2021-03-19T08:25:16.108Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T08:25:16.108Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:25:16.108Z] OK: 8 MiB in 20 packages [2021-03-19T08:25:16.108Z] ---> 6edeced6c88d [2021-03-19T08:25:16.108Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T08:25:16.108Z] ---> Running in 4cc4397c73a0 [2021-03-19T08:25:16.108Z] Removing intermediate container 95c31f3e03e7 [2021-03-19T08:25:16.108Z] ---> 2b015bb9dc0d [2021-03-19T08:25:16.108Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T08:25:16.108Z] ---> 73207ce70ad6 [2021-03-19T08:25:16.108Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T08:25:16.372Z] ---> Running in 963b47e61547 [2021-03-19T08:25:16.372Z] ---> Running in 9a88e19e843e [2021-03-19T08:25:16.635Z] Removing intermediate container 4cc4397c73a0 [2021-03-19T08:25:16.635Z] ---> 93eb23baf761 [2021-03-19T08:25:16.635Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:25:16.635Z] Removing intermediate container 963b47e61547 [2021-03-19T08:25:16.635Z] ---> cb404452a30e [2021-03-19T08:25:16.635Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:25:16.906Z] ---> d44ac729d867 [2021-03-19T08:25:16.907Z] 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-19T08:25:16.907Z] ---> Running in 0221bb4f4aa8 [2021-03-19T08:25:16.907Z] ---> Running in 5c71591cb567 [2021-03-19T08:25:16.907Z] Removing intermediate container 9a88e19e843e [2021-03-19T08:25:16.907Z] ---> 64f5d7706d53 [2021-03-19T08:25:16.907Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T08:25:16.907Z] ---> Running in 13dd456a03eb [2021-03-19T08:25:16.907Z] Removing intermediate container a67300ffb7fa [2021-03-19T08:25:16.907Z] ---> 47f4433548e0 [2021-03-19T08:25:16.907Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:25:17.169Z] ---> Running in 66b43d75651c [2021-03-19T08:25:17.432Z] Removing intermediate container 0221bb4f4aa8 [2021-03-19T08:25:17.432Z] ---> b8b26f5c2c0c [2021-03-19T08:25:17.432Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T08:25:17.697Z] Removing intermediate container 5c71591cb567 [2021-03-19T08:25:17.697Z] ---> 6685a92e2e34 [2021-03-19T08:25:17.697Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T08:25:17.697Z] ---> 627654a3fcab [2021-03-19T08:25:17.697Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T08:25:17.697Z] Removing intermediate container 66b43d75651c [2021-03-19T08:25:17.697Z] ---> 5b264ad6f436 [2021-03-19T08:25:17.697Z] Step 20/21 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:25:17.697Z] ---> Running in 7d2a5823ec7b [2021-03-19T08:25:17.966Z] ---> Running in d3bfbdf0560b [2021-03-19T08:25:17.966Z] ---> Running in 3f3743273533 [2021-03-19T08:25:18.229Z] Removing intermediate container 7d2a5823ec7b [2021-03-19T08:25:18.229Z] ---> 706eaab17800 [2021-03-19T08:25:18.229Z] Step 21/22 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:25:18.229Z] Removing intermediate container d3bfbdf0560b [2021-03-19T08:25:18.229Z] ---> 7c222e1dcb72 [2021-03-19T08:25:18.229Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:25:18.492Z] Removing intermediate container 3f3743273533 [2021-03-19T08:25:18.492Z] ---> 5f82c1c3c21d [2021-03-19T08:25:18.492Z] Step 21/21 : LABEL version=2.0.0-dev.130 [2021-03-19T08:25:18.492Z] ---> Running in e45754492237 [2021-03-19T08:25:18.492Z] ---> Running in 6e10a123f8b0 [2021-03-19T08:25:18.492Z] ---> Running in 289e412a471f [2021-03-19T08:25:18.760Z] ---> 09b6d6dee02e [2021-03-19T08:25:18.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T08:25:18.760Z] Removing intermediate container e45754492237 [2021-03-19T08:25:18.760Z] ---> d2bcd0735ddc [2021-03-19T08:25:18.760Z] Step 22/22 : LABEL version=2.0.0-dev.130 [2021-03-19T08:25:18.760Z] Removing intermediate container 13dd456a03eb [2021-03-19T08:25:18.760Z] ---> da8fa56b7579 [2021-03-19T08:25:18.760Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T08:25:18.760Z] Removing intermediate container 6e10a123f8b0 [2021-03-19T08:25:18.760Z] ---> 1c94fa9f7e6b [2021-03-19T08:25:18.760Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:25:19.024Z] ---> Running in 6d6c420c4c2b [2021-03-19T08:25:19.024Z] Removing intermediate container 289e412a471f [2021-03-19T08:25:19.024Z] ---> a2d402322d55 [2021-03-19T08:25:19.024Z] [2021-03-19T08:25:19.024Z] ---> Running in ced7ee14f759 [2021-03-19T08:25:19.024Z] ---> Running in 7124482ef53f [2021-03-19T08:25:19.024Z] ---> 2d7cc0275a3c [2021-03-19T08:25:19.024Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T08:25:19.288Z] ---> Running in 5ea4ee7ba2da [2021-03-19T08:25:19.554Z] Successfully built a2d402322d55 [2021-03-19T08:25:19.554Z] Removing intermediate container ced7ee14f759 [2021-03-19T08:25:19.554Z] ---> 3c4cec37060c [2021-03-19T08:25:19.554Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T08:25:19.554Z] Removing intermediate container 6d6c420c4c2b [2021-03-19T08:25:19.554Z] ---> c1adae22679f [2021-03-19T08:25:19.554Z] [2021-03-19T08:25:19.554Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T08:25:19.554Z] Building docker-sys-mgmt-agent-go [2021-03-19T08:25:19.554Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7124482ef53f [2021-03-19T08:25:19.554Z] ---> 2d877b6b4b78 [2021-03-19T08:25:19.554Z] [2021-03-19T08:25:19.817Z] Successfully built c1adae22679f [2021-03-19T08:25:19.817Z] ---> Running in eaea0606f438 [2021-03-19T08:25:19.817Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T08:25:19.817Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-19T08:25:19.817Z] Removing intermediate container 5ea4ee7ba2da [2021-03-19T08:25:19.817Z] ---> fc83c8f74051 [2021-03-19T08:25:19.817Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:25:19.817Z] Successfully built 2d877b6b4b78 [2021-03-19T08:25:19.817Z] Successfully tagged docker-core-command-go:latest [2021-03-19T08:25:19.817Z] Building docker-support-notifications-go [2021-03-19T08:25:20.080Z]  Building docker-core-command-go ... done  ---> Running in de4033219e1a [2021-03-19T08:25:20.080Z] Removing intermediate container eaea0606f438 [2021-03-19T08:25:20.080Z] ---> d719f8714225 [2021-03-19T08:25:20.080Z] Step 23/24 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:25:20.080Z] ---> Running in 0b1056740212 [2021-03-19T08:25:20.080Z] Removing intermediate container de4033219e1a [2021-03-19T08:25:20.080Z] ---> c6de3697b8b3 [2021-03-19T08:25:20.080Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T08:25:20.349Z] ---> Running in d565f0cd46f1 [2021-03-19T08:25:20.349Z] Removing intermediate container 0b1056740212 [2021-03-19T08:25:20.349Z] ---> d1ee220558de [2021-03-19T08:25:20.349Z] Step 24/24 : LABEL version=2.0.0-dev.130 [2021-03-19T08:25:20.349Z] ---> Running in 00e833289e6f [2021-03-19T08:25:20.623Z] Removing intermediate container d565f0cd46f1 [2021-03-19T08:25:20.623Z] ---> 0eb1cca744e3 [2021-03-19T08:25:20.623Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:25:20.624Z] ---> Running in 5baec68ff8c0 [2021-03-19T08:25:20.888Z] Removing intermediate container 00e833289e6f [2021-03-19T08:25:20.888Z] ---> fbf00b725470 [2021-03-19T08:25:20.888Z] [2021-03-19T08:25:21.154Z] Successfully built fbf00b725470 [2021-03-19T08:25:21.154Z] Removing intermediate container 5baec68ff8c0 [2021-03-19T08:25:21.154Z] ---> 472c3ed149f2 [2021-03-19T08:25:21.154Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:25:21.154Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T08:25:21.154Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-19T08:25:21.418Z] ---> Running in 5d7939a27d20 [2021-03-19T08:25:21.687Z] Removing intermediate container 5d7939a27d20 [2021-03-19T08:25:21.687Z] ---> 22b8697e53ab [2021-03-19T08:25:21.687Z] [2021-03-19T08:25:22.635Z] Successfully built 22b8697e53ab [2021-03-19T08:25:22.897Z] Successfully tagged docker-core-data-go:latest [2021-03-19T08:25:45.012Z]  Building docker-core-data-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:25:45.012Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:25:45.012Z] ---> a728621b19ce [2021-03-19T08:25:45.012Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> cb9acf77ed1e [2021-03-19T08:25:45.012Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> 763469164e64 [2021-03-19T08:25:45.012Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> 6ceeab6a3a03 [2021-03-19T08:25:45.012Z] Step 6/31 : COPY go.mod . [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> 37faf3c0d744 [2021-03-19T08:25:45.012Z] Step 7/31 : RUN go mod download [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> e0b1c3459939 [2021-03-19T08:25:45.012Z] Step 8/31 : COPY . . [2021-03-19T08:25:45.012Z] ---> Using cache [2021-03-19T08:25:45.012Z] ---> 0fc75f05be30 [2021-03-19T08:25:45.012Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T08:25:45.283Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:25:45.283Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:25:45.283Z] ---> a728621b19ce [2021-03-19T08:25:45.283Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T08:25:45.283Z] ---> Using cache [2021-03-19T08:25:45.283Z] ---> cb9acf77ed1e [2021-03-19T08:25:45.283Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:25:45.283Z] ---> Using cache [2021-03-19T08:25:45.283Z] ---> 763469164e64 [2021-03-19T08:25:45.283Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T08:25:45.546Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:25:45.546Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:25:45.546Z] ---> a728621b19ce [2021-03-19T08:25:45.546Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> cb9acf77ed1e [2021-03-19T08:25:45.546Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> 763469164e64 [2021-03-19T08:25:45.546Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T08:25:45.546Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:25:45.546Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:25:45.546Z] ---> a728621b19ce [2021-03-19T08:25:45.546Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> cb9acf77ed1e [2021-03-19T08:25:45.546Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> 763469164e64 [2021-03-19T08:25:45.546Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> 6ceeab6a3a03 [2021-03-19T08:25:45.546Z] Step 6/23 : COPY go.mod . [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> 37faf3c0d744 [2021-03-19T08:25:45.546Z] Step 7/23 : RUN go mod download [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> e0b1c3459939 [2021-03-19T08:25:45.546Z] Step 8/23 : COPY . . [2021-03-19T08:25:45.546Z] ---> Using cache [2021-03-19T08:25:45.546Z] ---> 0fc75f05be30 [2021-03-19T08:25:45.546Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T08:25:46.508Z] ---> Running in 87aae7a3d1db [2021-03-19T08:25:46.508Z] ---> Running in a506c5019b5a [2021-03-19T08:25:46.508Z] ---> Running in 9bdfd194ff8d [2021-03-19T08:25:46.508Z] ---> Running in 6c7bada2833c [2021-03-19T08:25:47.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T08:25:47.919Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T08:25:47.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:47.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:48.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:48.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:25:49.090Z] OK: 233 MiB in 51 packages [2021-03-19T08:25:49.090Z] OK: 233 MiB in 51 packages [2021-03-19T08:25:51.061Z] Removing intermediate container 9bdfd194ff8d [2021-03-19T08:25:51.061Z] ---> 7e3b16334d0d [2021-03-19T08:25:51.061Z] Step 6/26 : COPY go.mod . [2021-03-19T08:25:51.061Z] Removing intermediate container a506c5019b5a [2021-03-19T08:25:51.061Z] ---> 5dbae42ca2c2 [2021-03-19T08:25:51.061Z] Step 6/22 : COPY go.mod . [2021-03-19T08:25:52.522Z] ---> fff146209c54 [2021-03-19T08:25:52.522Z] Step 7/26 : RUN go mod download [2021-03-19T08:25:52.522Z] ---> 5b22c444b8a5 [2021-03-19T08:25:52.522Z] Step 7/22 : RUN go mod download [2021-03-19T08:25:52.522Z] ---> Running in b43ff774ca70 [2021-03-19T08:25:52.522Z] ---> Running in 23c035caf8d5 [2021-03-19T08:25:55.904Z] Removing intermediate container b43ff774ca70 [2021-03-19T08:25:55.904Z] ---> 639f2796847d [2021-03-19T08:25:55.904Z] Step 8/26 : COPY . . [2021-03-19T08:25:55.904Z] Removing intermediate container 23c035caf8d5 [2021-03-19T08:25:55.904Z] ---> f3135d5b5368 [2021-03-19T08:25:55.904Z] Step 8/22 : COPY . . [2021-03-19T08:26:23.349Z] Removing intermediate container 87aae7a3d1db [2021-03-19T08:26:23.349Z] ---> a31b98ea6483 [2021-03-19T08:26:23.349Z] [2021-03-19T08:26:23.349Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T08:26:23.349Z] ---> 88dd2752d2ea [2021-03-19T08:26:23.349Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T08:26:23.934Z] ---> Running in 0ea61fc9ee2c [2021-03-19T08:26:24.891Z] ---> 7a8c5271c235 [2021-03-19T08:26:24.891Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T08:26:25.153Z] Removing intermediate container 0ea61fc9ee2c [2021-03-19T08:26:25.153Z] ---> b8280eb681c9 [2021-03-19T08:26:25.153Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T08:26:25.153Z] ---> 451385f1dc75 [2021-03-19T08:26:25.153Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T08:26:25.153Z] ---> Running in 34f0564da052 [2021-03-19T08:26:25.420Z] Removing intermediate container 6c7bada2833c [2021-03-19T08:26:25.420Z] ---> 48038be175f6 [2021-03-19T08:26:25.420Z] [2021-03-19T08:26:25.420Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:26:25.420Z] ---> 88dd2752d2ea [2021-03-19T08:26:25.420Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T08:26:25.420Z] ---> Using cache [2021-03-19T08:26:25.420Z] ---> 826ddce1e7a4 [2021-03-19T08:26:25.420Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:26:25.420Z] ---> Using cache [2021-03-19T08:26:25.420Z] ---> e0082ea4b976 [2021-03-19T08:26:25.420Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T08:26:25.420Z] ---> Running in a57dc2828125 [2021-03-19T08:26:25.420Z] ---> Running in df0222042c8e [2021-03-19T08:26:25.420Z] ---> Running in e40a651dbb7b [2021-03-19T08:26:26.029Z] Removing intermediate container e40a651dbb7b [2021-03-19T08:26:26.029Z] ---> 7c5134180efb [2021-03-19T08:26:26.029Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T08:26:26.029Z] ---> Running in 53284757db87 [2021-03-19T08:26:26.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T08:26:26.293Z] Removing intermediate container 53284757db87 [2021-03-19T08:26:26.293Z] ---> fb49497492a7 [2021-03-19T08:26:26.293Z] Step 15/23 : WORKDIR / [2021-03-19T08:26:26.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T08:26:26.838Z] ---> Running in 46255718fe75 [2021-03-19T08:26:27.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:27.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:27.384Z] Removing intermediate container 46255718fe75 [2021-03-19T08:26:27.384Z] ---> 3146bcf25f55 [2021-03-19T08:26:27.384Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:26:27.384Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T08:26:27.384Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T08:26:27.384Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:26:27.384Z] OK: 6 MiB in 16 packages [2021-03-19T08:26:27.657Z] ---> 6c5f656e430d [2021-03-19T08:26:27.657Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T08:26:28.276Z] Removing intermediate container a57dc2828125 [2021-03-19T08:26:28.276Z] ---> 73e55f1e2a91 [2021-03-19T08:26:28.276Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T08:26:28.563Z] ---> Running in 286ad1775a46 [2021-03-19T08:26:28.563Z] ---> b32b1ae5a575 [2021-03-19T08:26:28.563Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T08:26:28.837Z] Removing intermediate container 286ad1775a46 [2021-03-19T08:26:28.837Z] ---> f5c9da65a006 [2021-03-19T08:26:28.837Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T08:26:28.837Z] ---> 6289f99ea6af [2021-03-19T08:26:28.837Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T08:26:29.116Z] ---> Running in 2f900408a95b [2021-03-19T08:26:29.116Z] ---> Running in 7c32d8dcf60a [2021-03-19T08:26:29.398Z] Removing intermediate container 2f900408a95b [2021-03-19T08:26:29.398Z] ---> c2708144046d [2021-03-19T08:26:29.398Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T08:26:29.398Z] ---> Running in d841cf3be245 [2021-03-19T08:26:29.398Z] Removing intermediate container 7c32d8dcf60a [2021-03-19T08:26:29.398Z] ---> 2b88c9ab9cf1 [2021-03-19T08:26:29.398Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:26:29.667Z] ---> Running in cbc27d197c99 [2021-03-19T08:26:29.941Z] Removing intermediate container cbc27d197c99 [2021-03-19T08:26:29.941Z] ---> a1576b2485f0 [2021-03-19T08:26:29.941Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T08:26:30.238Z] ---> Running in 23c2265651e6 [2021-03-19T08:26:30.513Z] Removing intermediate container 23c2265651e6 [2021-03-19T08:26:30.513Z] ---> a1d3e28b7762 [2021-03-19T08:26:30.513Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:26:30.794Z] ---> Running in 43ff05fe869c [2021-03-19T08:26:31.386Z] Removing intermediate container 43ff05fe869c [2021-03-19T08:26:31.386Z] ---> f421affcda7f [2021-03-19T08:26:31.386Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:26:31.386Z] ---> Running in 987ba503d82a [2021-03-19T08:26:31.386Z] Removing intermediate container d841cf3be245 [2021-03-19T08:26:31.386Z] ---> ba243ea71528 [2021-03-19T08:26:31.386Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T08:26:31.661Z] ---> Running in f33405ee506d [2021-03-19T08:26:31.935Z] Removing intermediate container 987ba503d82a [2021-03-19T08:26:31.935Z] ---> 527dd61aeb44 [2021-03-19T08:26:31.935Z] [2021-03-19T08:26:32.204Z] Successfully built 527dd61aeb44 [2021-03-19T08:26:32.204Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T08:26:32.204Z]  Building docker-core-metadata-go ... done Removing intermediate container f33405ee506d [2021-03-19T08:26:32.204Z] ---> 78730a9a06a9 [2021-03-19T08:26:32.204Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T08:26:32.800Z] ---> 6d230264d581 [2021-03-19T08:26:32.800Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T08:26:32.800Z] ---> Running in e7dafbb99aa0 [2021-03-19T08:26:35.428Z] Removing intermediate container e7dafbb99aa0 [2021-03-19T08:26:35.428Z] ---> a79e3eed1ae5 [2021-03-19T08:26:35.428Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:26:35.428Z] ---> 1bc9ff50d433 [2021-03-19T08:26:35.428Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T08:26:36.399Z] ---> c8294340a3da [2021-03-19T08:26:36.399Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T08:26:36.669Z] ---> f2dd969bf7b3 [2021-03-19T08:26:36.669Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T08:26:36.945Z] ---> 41ec0be4185b [2021-03-19T08:26:36.945Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T08:26:37.563Z] ---> 6779719d80dd [2021-03-19T08:26:37.563Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T08:26:38.013Z] ---> Running in 3abada918d05 [2021-03-19T08:26:39.133Z] Removing intermediate container 3abada918d05 [2021-03-19T08:26:39.133Z] ---> 10de2f599c14 [2021-03-19T08:26:39.133Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T08:26:39.873Z] ---> f2e8d613995d [2021-03-19T08:26:39.873Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T08:26:39.873Z] ---> Running in 32181c19b4b2 [2021-03-19T08:26:42.479Z] Removing intermediate container 32181c19b4b2 [2021-03-19T08:26:42.479Z] ---> 02fe74165bcb [2021-03-19T08:26:42.479Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T08:26:42.479Z] ---> Running in 2132fab73007 [2021-03-19T08:26:42.743Z] Removing intermediate container 2132fab73007 [2021-03-19T08:26:42.744Z] ---> 0c5beaa6799c [2021-03-19T08:26:42.744Z] Step 28/31 : CMD ["gate"] [2021-03-19T08:26:42.744Z] ---> Running in ef9c175f4418 [2021-03-19T08:26:43.013Z] Removing intermediate container ef9c175f4418 [2021-03-19T08:26:43.013Z] ---> 88c4c3bc0ad7 [2021-03-19T08:26:43.013Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T08:26:43.279Z] ---> Running in 7520fec42a2c [2021-03-19T08:26:43.543Z] Removing intermediate container 7520fec42a2c [2021-03-19T08:26:43.543Z] ---> e756d956f077 [2021-03-19T08:26:43.543Z] Step 30/31 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:26:43.811Z] ---> Running in ff8f27b964a5 [2021-03-19T08:26:43.811Z] Removing intermediate container ff8f27b964a5 [2021-03-19T08:26:43.811Z] ---> 2d144f8a560e [2021-03-19T08:26:43.811Z] Step 31/31 : LABEL version=2.0.0-dev.130 [2021-03-19T08:26:45.743Z] ---> Running in a4f559259a56 [2021-03-19T08:26:45.743Z] Removing intermediate container 34f0564da052 [2021-03-19T08:26:45.743Z] ---> 1b6f12cffd08 [2021-03-19T08:26:45.743Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T08:26:45.743Z] ---> Running in 4ea27679ba2f [2021-03-19T08:26:45.743Z] Removing intermediate container a4f559259a56 [2021-03-19T08:26:45.743Z] ---> 7f53f3d59976 [2021-03-19T08:26:45.743Z] [2021-03-19T08:26:45.743Z] Successfully built 7f53f3d59976 [2021-03-19T08:26:46.014Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T08:26:46.287Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T08:26:48.863Z] Removing intermediate container df0222042c8e [2021-03-19T08:26:48.863Z] ---> d62a23eacc45 [2021-03-19T08:26:48.863Z] [2021-03-19T08:26:48.863Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T08:26:48.863Z] ---> 88dd2752d2ea [2021-03-19T08:26:48.863Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T08:26:48.863Z] ---> Running in 69c131f1bbc1 [2021-03-19T08:26:48.863Z] Removing intermediate container 4ea27679ba2f [2021-03-19T08:26:48.863Z] ---> 8360aaadab69 [2021-03-19T08:26:48.863Z] [2021-03-19T08:26:48.863Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T08:26:48.863Z] 20.10.0: Pulling from library/docker [2021-03-19T08:26:48.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:49.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:49.125Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T08:26:49.125Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T08:26:49.125Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:26:49.125Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:26:49.392Z] OK: 6 MiB in 16 packages [2021-03-19T08:26:50.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T08:26:50.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T08:26:50.788Z] Removing intermediate container 69c131f1bbc1 [2021-03-19T08:26:50.788Z] ---> 7fea64c072f5 [2021-03-19T08:26:50.788Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:26:50.788Z] ---> Running in 9c3919691d57 [2021-03-19T08:26:50.788Z] Removing intermediate container 9c3919691d57 [2021-03-19T08:26:50.788Z] ---> b1e0f1514746 [2021-03-19T08:26:50.788Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T08:26:51.049Z] ---> Running in f0714ca9c26a [2021-03-19T08:26:51.310Z] Removing intermediate container f0714ca9c26a [2021-03-19T08:26:51.310Z] ---> b0dd465d6ca6 [2021-03-19T08:26:51.310Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T08:26:51.310Z] ---> Running in 311c058cadf8 [2021-03-19T08:26:51.573Z] Removing intermediate container 311c058cadf8 [2021-03-19T08:26:51.573Z] ---> ad38b221d1d6 [2021-03-19T08:26:51.573Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:26:51.838Z] ---> be418072a9f6 [2021-03-19T08:26:51.838Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T08:26:52.785Z] ---> 6b5e77d0125f [2021-03-19T08:26:52.785Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T08:26:53.363Z] ---> 9aa7f3e3861d [2021-03-19T08:26:53.363Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T08:26:53.363Z] ---> Running in 7955309fd4e7 [2021-03-19T08:26:53.623Z] Removing intermediate container 7955309fd4e7 [2021-03-19T08:26:53.623Z] ---> 6d9d367a8ed3 [2021-03-19T08:26:53.623Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:26:53.623Z] ---> Running in c5ddf3109a92 [2021-03-19T08:26:53.885Z] Removing intermediate container c5ddf3109a92 [2021-03-19T08:26:53.885Z] ---> d46698ead6cf [2021-03-19T08:26:53.885Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T08:26:53.885Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T08:26:53.885Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T08:26:53.885Z] ---> aefe523efa57 [2021-03-19T08:26:53.885Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T08:26:53.885Z] ---> Running in b99e7a57d26a [2021-03-19T08:26:53.885Z] ---> Running in 22b4337e0244 [2021-03-19T08:26:54.146Z] Removing intermediate container b99e7a57d26a [2021-03-19T08:26:54.146Z] ---> b2798f4aafe4 [2021-03-19T08:26:54.146Z] Step 21/22 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:26:54.146Z] ---> Running in 70126c651af0 [2021-03-19T08:26:54.411Z] Removing intermediate container 70126c651af0 [2021-03-19T08:26:54.411Z] ---> 1c32628f94eb [2021-03-19T08:26:54.411Z] Step 22/22 : LABEL version=2.0.0-dev.130 [2021-03-19T08:26:54.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:54.411Z] ---> Running in 904953ce088e [2021-03-19T08:26:54.411Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:54.674Z] Removing intermediate container 904953ce088e [2021-03-19T08:26:54.674Z] ---> 2440af724530 [2021-03-19T08:26:54.674Z] [2021-03-19T08:26:54.674Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T08:26:54.674Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T08:26:54.674Z] Executing bash-5.0.17-r0.post-install [2021-03-19T08:26:54.674Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:26:54.674Z] OK: 12 MiB in 22 packages [2021-03-19T08:26:54.674Z] Successfully built 2440af724530 [2021-03-19T08:26:54.936Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T08:26:55.197Z]  Building docker-support-notifications-go ... done Removing intermediate container 22b4337e0244 [2021-03-19T08:26:55.197Z] ---> 58a256575470 [2021-03-19T08:26:55.197Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T08:26:55.197Z] ---> Running in bbac6a3e10c2 [2021-03-19T08:26:55.769Z] Removing intermediate container bbac6a3e10c2 [2021-03-19T08:26:55.769Z] ---> 3760fcc3ce5b [2021-03-19T08:26:55.769Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T08:26:56.031Z] ---> Running in d1c266391f0d [2021-03-19T08:26:56.031Z] Removing intermediate container d1c266391f0d [2021-03-19T08:26:56.031Z] ---> 4faef4f277f8 [2021-03-19T08:26:56.031Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T08:26:56.031Z] ---> Running in 712d2501fa04 [2021-03-19T08:26:56.294Z] Removing intermediate container 712d2501fa04 [2021-03-19T08:26:56.294Z] ---> 0d0a647fed00 [2021-03-19T08:26:56.294Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T08:26:56.867Z] ---> a44c350e61dd [2021-03-19T08:26:56.867Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T08:26:57.131Z] ---> 38fc3707ff32 [2021-03-19T08:26:57.131Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T08:26:57.393Z] ---> 9940b0e67335 [2021-03-19T08:26:57.393Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T08:26:57.393Z] ---> Running in ba0ec9f654cb [2021-03-19T08:26:57.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:57.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:26:58.231Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T08:26:58.231Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T08:26:58.231Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T08:26:58.231Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T08:26:58.231Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T08:26:58.231Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T08:26:58.231Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T08:26:59.178Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T08:26:59.178Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T08:26:59.178Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T08:26:59.178Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T08:26:59.178Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T08:26:59.178Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T08:26:59.178Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T08:26:59.443Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T08:26:59.443Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T08:26:59.443Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T08:26:59.443Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T08:26:59.443Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T08:26:59.443Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T08:26:59.443Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T08:26:59.443Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T08:26:59.443Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T08:26:59.443Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T08:26:59.443Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T08:26:59.443Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T08:26:59.443Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T08:26:59.443Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T08:26:59.443Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T08:26:59.443Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T08:26:59.443Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T08:26:59.443Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T08:26:59.443Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T08:26:59.715Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:26:59.715Z] OK: 71 MiB in 55 packages [2021-03-19T08:27:07.895Z] Removing intermediate container ba0ec9f654cb [2021-03-19T08:27:07.895Z] ---> 86d8d46cbd87 [2021-03-19T08:27:07.895Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T08:27:07.895Z] ---> Running in 4bac2376f7ab [2021-03-19T08:27:10.499Z] Collecting docker-compose==1.23.2 [2021-03-19T08:27:10.499Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T08:27:10.499Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T08:27:10.499Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T08:27:10.764Z] 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-19T08:27:11.028Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T08:27:11.028Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T08:27:11.028Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T08:27:11.291Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T08:27:11.553Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T08:27:11.553Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T08:27:11.553Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T08:27:11.553Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T08:27:11.816Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T08:27:11.816Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T08:27:12.389Z] Collecting PyYAML<4,>=3.10 [2021-03-19T08:27:12.389Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T08:27:12.769Z] Removing intermediate container 4f97c9dffad3 [2021-03-19T08:27:12.769Z] ---> e2743ee993d9 [2021-03-19T08:27:12.769Z] [2021-03-19T08:27:12.769Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T08:27:12.769Z] 3.12: Pulling from library/alpine [2021-03-19T08:27:12.769Z] Removing intermediate container a9b26b515ee9 [2021-03-19T08:27:12.769Z] ---> 03b40d59cfaf [2021-03-19T08:27:12.769Z] [2021-03-19T08:27:12.769Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T08:27:12.769Z] 3.12: Pulling from library/alpine [2021-03-19T08:27:12.769Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:27:12.769Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T08:27:12.769Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T08:27:12.769Z] ---> d10569e2745f [2021-03-19T08:27:12.769Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T08:27:12.769Z] Status: Image is up to date for alpine:3.12 [2021-03-19T08:27:12.769Z] ---> d10569e2745f [2021-03-19T08:27:12.769Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T08:27:12.975Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T08:27:12.975Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T08:27:13.060Z] ---> Running in d815e32b1d81 [2021-03-19T08:27:13.060Z] ---> Running in 1cb64e4d2102 [2021-03-19T08:27:13.563Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T08:27:13.563Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T08:27:13.563Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T08:27:13.563Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T08:27:13.825Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T08:27:13.825Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T08:27:13.825Z] 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-19T08:27:13.825Z] Collecting idna<2.8,>=2.5 [2021-03-19T08:27:13.825Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T08:27:14.094Z] 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-19T08:27:14.094Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T08:27:14.094Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T08:27:14.094Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T08:27:14.094Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T08:27:14.094Z] Installing collected packages: docopt, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, texttable, cached-property, docker-compose [2021-03-19T08:27:14.094Z] Running setup.py install for docopt: started [2021-03-19T08:27:14.668Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T08:27:14.668Z] Attempting uninstall: urllib3 [2021-03-19T08:27:14.668Z] Found existing installation: urllib3 1.25.9 [2021-03-19T08:27:14.668Z] Uninstalling urllib3-1.25.9: [2021-03-19T08:27:14.668Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T08:27:14.937Z] Attempting uninstall: idna [2021-03-19T08:27:14.937Z] Found existing installation: idna 2.9 [2021-03-19T08:27:14.937Z] Uninstalling idna-2.9: [2021-03-19T08:27:14.937Z] Successfully uninstalled idna-2.9 [2021-03-19T08:27:15.213Z] Attempting uninstall: requests [2021-03-19T08:27:15.213Z] Found existing installation: requests 2.23.0 [2021-03-19T08:27:15.213Z] Uninstalling requests-2.23.0: [2021-03-19T08:27:15.213Z] Successfully uninstalled requests-2.23.0 [2021-03-19T08:27:15.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:15.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:15.798Z] Running setup.py install for dockerpty: started [2021-03-19T08:27:16.061Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T08:27:16.061Z] Running setup.py install for PyYAML: started [2021-03-19T08:27:16.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:16.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:16.635Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T08:27:16.635Z] Running setup.py install for texttable: started [2021-03-19T08:27:16.687Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T08:27:16.967Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:27:16.967Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T08:27:16.967Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T08:27:16.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:16.967Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:27:16.967Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T08:27:17.208Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T08:27:17.259Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:27:17.259Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T08:27:17.259Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T08:27:17.259Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T08:27:17.259Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:17.259Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:27:17.259Z] OK: 7 MiB in 18 packages [2021-03-19T08:27:17.469Z] 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-19T08:27:17.552Z] OK: 7 MiB in 19 packages [2021-03-19T08:27:20.025Z] Removing intermediate container 4bac2376f7ab [2021-03-19T08:27:20.025Z] ---> 75a031efb737 [2021-03-19T08:27:20.025Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T08:27:20.292Z] ---> Running in 01c479a4773e [2021-03-19T08:27:20.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T08:27:20.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T08:27:20.866Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:27:20.866Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T08:27:20.866Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T08:27:20.866Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:20.866Z] OK: 72 MiB in 58 packages [2021-03-19T08:27:21.442Z] Removing intermediate container 01c479a4773e [2021-03-19T08:27:21.442Z] ---> dc17dd7fa641 [2021-03-19T08:27:21.442Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T08:27:21.442Z] ---> Running in 712b4469a2dd [2021-03-19T08:27:21.704Z] Removing intermediate container 712b4469a2dd [2021-03-19T08:27:21.704Z] ---> 00fa59841699 [2021-03-19T08:27:21.704Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:27:21.704Z] ---> Running in bdfc796feeea [2021-03-19T08:27:21.965Z] Removing intermediate container bdfc796feeea [2021-03-19T08:27:21.965Z] ---> a75c8b47914b [2021-03-19T08:27:21.965Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T08:27:21.965Z] ---> Running in f23c82192f27 [2021-03-19T08:27:21.965Z] Removing intermediate container f23c82192f27 [2021-03-19T08:27:21.965Z] ---> 788d05684f67 [2021-03-19T08:27:21.983Z] Removing intermediate container 1cb64e4d2102 [2021-03-19T08:27:21.983Z] ---> ed901f4619c6 [2021-03-19T08:27:21.983Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T08:27:21.983Z] ---> Running in fb4be5b9c402 [2021-03-19T08:27:21.983Z] Removing intermediate container d815e32b1d81 [2021-03-19T08:27:21.983Z] ---> 80522f0eee6a [2021-03-19T08:27:21.983Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T08:27:22.227Z] Step 25/26 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:22.227Z] ---> Running in 2e752532c5a8 [2021-03-19T08:27:22.227Z] Removing intermediate container 2e752532c5a8 [2021-03-19T08:27:22.227Z] ---> 64aef5a88f93 [2021-03-19T08:27:22.227Z] Step 26/26 : LABEL version=2.0.0-dev.130 [2021-03-19T08:27:22.488Z] ---> Running in f9ae467aaa0c [2021-03-19T08:27:22.488Z] Removing intermediate container f9ae467aaa0c [2021-03-19T08:27:22.488Z] ---> 95dffac68be0 [2021-03-19T08:27:22.488Z] [2021-03-19T08:27:22.750Z] Successfully built 95dffac68be0 [2021-03-19T08:27:22.750Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T08:27:22.981Z] ---> Running in b401dc995058 [2021-03-19T08:27:22.981Z] Removing intermediate container fb4be5b9c402 [2021-03-19T08:27:22.981Z] ---> c2e3a8d3b386 [2021-03-19T08:27:22.981Z] Step 13/21 : WORKDIR /edgex [2021-03-19T08:27:23.022Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T08:27:23.043Z] $ docker stop --time=1 7771dfaa7ff13524043fe2c65627c5fd66b165d0d1b3f68dae21c3af2a915450 [2021-03-19T08:27:24.479Z] ---> Running in a4c81d1db0c8 [2021-03-19T08:27:24.604Z] $ docker rm -f 7771dfaa7ff13524043fe2c65627c5fd66b165d0d1b3f68dae21c3af2a915450 [2021-03-19T08:27:24.782Z] Removing intermediate container b401dc995058 [2021-03-19T08:27:24.782Z] ---> 8edc3c033e15 [2021-03-19T08:27:24.782Z] Step 13/24 : WORKDIR / [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T08:27:25.167Z] + docker images [2021-03-19T08:27:25.167Z] + grep docker [2021-03-19T08:27:25.399Z] ---> Running in cd8659a66814 [2021-03-19T08:27:25.429Z] docker-sys-mgmt-agent-go latest 95dffac68be0 3 seconds ago 313MB [2021-03-19T08:27:25.429Z] docker-support-notifications-go latest 2440af724530 31 seconds ago 17.8MB [2021-03-19T08:27:25.429Z] docker-security-bootstrapper-go latest 7f53f3d59976 40 seconds ago 18.8MB [2021-03-19T08:27:25.429Z] docker-core-metadata-go latest 527dd61aeb44 54 seconds ago 19MB [2021-03-19T08:27:25.429Z] docker-core-data-go latest 22b8697e53ab 2 minutes ago 22.6MB [2021-03-19T08:27:25.429Z] docker-security-secretstore-setup-go latest fbf00b725470 2 minutes ago 24.9MB [2021-03-19T08:27:25.429Z] docker-core-command-go latest 2d877b6b4b78 2 minutes ago 17.2MB [2021-03-19T08:27:25.429Z] docker-support-scheduler-go latest c1adae22679f 2 minutes ago 17.3MB [2021-03-19T08:27:25.429Z] docker-security-proxy-setup-go latest a2d402322d55 2 minutes ago 24.7MB [2021-03-19T08:27:25.429Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-19T08:27:25.684Z] Removing intermediate container a4c81d1db0c8 [2021-03-19T08:27:25.684Z] ---> 6eebc7c2b765 [2021-03-19T08:27:25.684Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-19T08:27:25.965Z] Removing intermediate container 715828ff308c [2021-03-19T08:27:25.965Z] ---> f4067971be36 [2021-03-19T08:27:25.965Z] [2021-03-19T08:27:25.965Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:27:25.965Z] ---> d10569e2745f [2021-03-19T08:27:25.965Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [Pipeline] wrap [2021-03-19T08:27:26.014Z] provisioning config files... [2021-03-19T08:27:26.049Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config6319625243998065180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:27:26.239Z] Removing intermediate container cd8659a66814 [2021-03-19T08:27:26.239Z] ---> 9a55efbd07b3 [2021-03-19T08:27:26.239Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-19T08:27:26.239Z] ---> Running in b8c05ec6f006 [2021-03-19T08:27:26.412Z] ---> docker-login.sh [2021-03-19T08:27:26.412Z] nexus3.edgexfoundry.org:10001 [2021-03-19T08:27:26.412Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:27:26.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:27:26.683Z] Configure a credential helper to remove this warning. See [2021-03-19T08:27:26.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:27:26.683Z] [2021-03-19T08:27:26.683Z] Login Succeeded [2021-03-19T08:27:26.683Z] nexus3.edgexfoundry.org:10002 [2021-03-19T08:27:26.683Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:27:26.683Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:27:26.683Z] Configure a credential helper to remove this warning. See [2021-03-19T08:27:26.683Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:27:26.683Z] [2021-03-19T08:27:26.683Z] Login Succeeded [2021-03-19T08:27:26.683Z] nexus3.edgexfoundry.org:10003 [2021-03-19T08:27:26.946Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:27:26.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:27:26.946Z] Configure a credential helper to remove this warning. See [2021-03-19T08:27:26.946Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:27:26.946Z] [2021-03-19T08:27:26.946Z] Login Succeeded [2021-03-19T08:27:26.946Z] nexus3.edgexfoundry.org:10004 [2021-03-19T08:27:27.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:27:27.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:27:27.208Z] Configure a credential helper to remove this warning. See [2021-03-19T08:27:27.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:27:27.208Z] [2021-03-19T08:27:27.208Z] Login Succeeded [2021-03-19T08:27:27.208Z] docker.io [2021-03-19T08:27:27.208Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:27:27.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:27:27.470Z] Configure a credential helper to remove this warning. See [2021-03-19T08:27:27.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:27:27.470Z] [2021-03-19T08:27:27.470Z] Login Succeeded [2021-03-19T08:27:27.470Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T08:27:27.480Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2021-03-19T08:27:27.705Z] ---> 957009448b4f [2021-03-19T08:27:27.706Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] echo [2021-03-19T08:27:27.721Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-19T08:27:27.721Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:27.721Z] 2.0.0-dev.130 [2021-03-19T08:27:27.721Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:27.721Z] master [2021-03-19T08:27:27.721Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:27.985Z] ---> 5734c4f5e5ed [2021-03-19T08:27:27.985Z] 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-19T08:27:27.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:28.248Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:28.268Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:28.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:28.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T08:27:28.611Z] f06acf1f42a7: Preparing [2021-03-19T08:27:28.611Z] 63c30587111a: Preparing [2021-03-19T08:27:28.611Z] 289988fd4a1f: Preparing [2021-03-19T08:27:28.611Z] 84f975e9adbc: Preparing [2021-03-19T08:27:28.611Z] 33e8713114f8: Preparing [2021-03-19T08:27:28.611Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:28.892Z] 84f975e9adbc: Pushed [2021-03-19T08:27:28.892Z] f06acf1f42a7: Pushed [2021-03-19T08:27:28.892Z] 289988fd4a1f: Pushed [2021-03-19T08:27:28.897Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T08:27:29.191Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:29.191Z] OK: 5 MiB in 15 packages [2021-03-19T08:27:29.910Z] 63c30587111a: Pushed [2021-03-19T08:27:30.172Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:37258dc5d5c8e65d2af7cf8960827a1b14e8318e2b9073653c8cbebc6774ac3c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:30.481Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:30.642Z] ---> f9e75d32ecf4 [2021-03-19T08:27:30.642Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T08:27:30.642Z] ---> d81833e2f807 [2021-03-19T08:27:30.642Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T08:27:30.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.130 [2021-03-19T08:27:30.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T08:27:30.786Z] f06acf1f42a7: Preparing [2021-03-19T08:27:30.786Z] 63c30587111a: Preparing [2021-03-19T08:27:30.786Z] 289988fd4a1f: Preparing [2021-03-19T08:27:30.786Z] 84f975e9adbc: Preparing [2021-03-19T08:27:30.786Z] 33e8713114f8: Preparing [2021-03-19T08:27:30.786Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:30.786Z] 63c30587111a: Layer already exists [2021-03-19T08:27:30.786Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:30.786Z] f06acf1f42a7: Layer already exists [2021-03-19T08:27:30.786Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:31.047Z] 2.0.0-dev.130: digest: sha256:37258dc5d5c8e65d2af7cf8960827a1b14e8318e2b9073653c8cbebc6774ac3c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:31.356Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:31.649Z] Removing intermediate container daccd048fcc4 [2021-03-19T08:27:31.649Z] ---> 7f9ca69b8831 [2021-03-19T08:27:31.649Z] [2021-03-19T08:27:31.649Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T08:27:31.649Z] ---> d10569e2745f [2021-03-19T08:27:31.649Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T08:27:31.658Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:31.658Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T08:27:31.658Z] f06acf1f42a7: Preparing [2021-03-19T08:27:31.658Z] 63c30587111a: Preparing [2021-03-19T08:27:31.658Z] 289988fd4a1f: Preparing [2021-03-19T08:27:31.658Z] 84f975e9adbc: Preparing [2021-03-19T08:27:31.658Z] 33e8713114f8: Preparing [2021-03-19T08:27:31.658Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:31.658Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:31.658Z] 63c30587111a: Layer already exists [2021-03-19T08:27:31.658Z] f06acf1f42a7: Layer already exists [2021-03-19T08:27:31.658Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:31.658Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:37258dc5d5c8e65d2af7cf8960827a1b14e8318e2b9073653c8cbebc6774ac3c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:31.965Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:32.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-19T08:27:32.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T08:27:32.271Z] f06acf1f42a7: Preparing [2021-03-19T08:27:32.271Z] 63c30587111a: Preparing [2021-03-19T08:27:32.271Z] 289988fd4a1f: Preparing [2021-03-19T08:27:32.271Z] 84f975e9adbc: Preparing [2021-03-19T08:27:32.271Z] 33e8713114f8: Preparing [2021-03-19T08:27:32.271Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:32.271Z] 63c30587111a: Layer already exists [2021-03-19T08:27:32.271Z] f06acf1f42a7: Layer already exists [2021-03-19T08:27:32.271Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:32.271Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:32.271Z] master: digest: sha256:37258dc5d5c8e65d2af7cf8960827a1b14e8318e2b9073653c8cbebc6774ac3c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:32.475Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:32.528Z] taggedImages: [2021-03-19T08:27:32.528Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:32.528Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.130 [2021-03-19T08:27:32.528Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:32.528Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-19T08:27:32.645Z] ---> Running in 00473c6a454f [2021-03-19T08:27:32.645Z] Removing intermediate container b8c05ec6f006 [2021-03-19T08:27:32.645Z] ---> 2195d1de6c42 [2021-03-19T08:27:32.645Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] echo [2021-03-19T08:27:32.705Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-19T08:27:32.705Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:32.705Z] 2.0.0-dev.130 [2021-03-19T08:27:32.705Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:32.705Z] master [2021-03-19T08:27:32.705Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:32.991Z] ---> b01f3ad2f583 [2021-03-19T08:27:32.991Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T08:27:33.202Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:33.346Z] ---> Running in 654a038ea6bc [2021-03-19T08:27:33.346Z] ---> fa606720c4fa [2021-03-19T08:27:33.346Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T08:27:33.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:33.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T08:27:33.510Z] c4561cb63196: Preparing [2021-03-19T08:27:33.510Z] 665dd37178f4: Preparing [2021-03-19T08:27:33.510Z] 289988fd4a1f: Preparing [2021-03-19T08:27:33.510Z] 12c0d4ca85fb: Preparing [2021-03-19T08:27:33.510Z] 34cf33c738f3: Preparing [2021-03-19T08:27:33.510Z] 33e8713114f8: Preparing [2021-03-19T08:27:33.510Z] 33e8713114f8: Waiting [2021-03-19T08:27:33.510Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:33.510Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:33.717Z] ---> Running in a4ef0ed9afb0 [2021-03-19T08:27:33.772Z] c4561cb63196: Pushed [2021-03-19T08:27:33.773Z] 34cf33c738f3: Pushed [2021-03-19T08:27:34.034Z] 12c0d4ca85fb: Pushed [2021-03-19T08:27:34.980Z] 665dd37178f4: Pushed [2021-03-19T08:27:35.232Z] Removing intermediate container 654a038ea6bc [2021-03-19T08:27:35.232Z] ---> 32ab4dc81286 [2021-03-19T08:27:35.232Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T08:27:35.232Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:35.244Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:ed90f1a6d633a11c187dab55618e2a19641a17ffe9a36dc65e62757fe0066464 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:35.538Z] Removing intermediate container a4ef0ed9afb0 [2021-03-19T08:27:35.538Z] ---> 3188bb42428e [2021-03-19T08:27:35.538Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T08:27:35.538Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:35.560Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:35.857Z] ---> Running in 8457339ec1b4 [2021-03-19T08:27:35.857Z] ---> Running in 686b71e35cb4 [2021-03-19T08:27:35.857Z] ---> 34b8bcfa87f0 [2021-03-19T08:27:35.857Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T08:27:35.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.130 [2021-03-19T08:27:35.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T08:27:35.862Z] c4561cb63196: Preparing [2021-03-19T08:27:35.862Z] 665dd37178f4: Preparing [2021-03-19T08:27:35.862Z] 289988fd4a1f: Preparing [2021-03-19T08:27:35.862Z] 12c0d4ca85fb: Preparing [2021-03-19T08:27:35.862Z] 34cf33c738f3: Preparing [2021-03-19T08:27:35.862Z] 33e8713114f8: Preparing [2021-03-19T08:27:35.862Z] 33e8713114f8: Waiting [2021-03-19T08:27:35.862Z] 12c0d4ca85fb: Layer already exists [2021-03-19T08:27:35.862Z] c4561cb63196: Layer already exists [2021-03-19T08:27:35.862Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:35.862Z] 34cf33c738f3: Layer already exists [2021-03-19T08:27:35.862Z] 665dd37178f4: Layer already exists [2021-03-19T08:27:35.862Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:35.862Z] 2.0.0-dev.130: digest: sha256:ed90f1a6d633a11c187dab55618e2a19641a17ffe9a36dc65e62757fe0066464 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:36.156Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T08:27:36.166Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:36.440Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T08:27:36.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:36.440Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T08:27:36.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:36.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T08:27:36.466Z] c4561cb63196: Preparing [2021-03-19T08:27:36.466Z] 665dd37178f4: Preparing [2021-03-19T08:27:36.466Z] 289988fd4a1f: Preparing [2021-03-19T08:27:36.466Z] 12c0d4ca85fb: Preparing [2021-03-19T08:27:36.466Z] 34cf33c738f3: Preparing [2021-03-19T08:27:36.466Z] 33e8713114f8: Preparing [2021-03-19T08:27:36.466Z] 33e8713114f8: Waiting [2021-03-19T08:27:36.466Z] 34cf33c738f3: Layer already exists [2021-03-19T08:27:36.466Z] 665dd37178f4: Layer already exists [2021-03-19T08:27:36.466Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:36.466Z] 12c0d4ca85fb: Layer already exists [2021-03-19T08:27:36.466Z] c4561cb63196: Layer already exists [2021-03-19T08:27:36.466Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:36.466Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:ed90f1a6d633a11c187dab55618e2a19641a17ffe9a36dc65e62757fe0066464 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:36.733Z] OK: 6 MiB in 16 packages [2021-03-19T08:27:36.773Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:37.020Z] Removing intermediate container 686b71e35cb4 [2021-03-19T08:27:37.020Z] ---> 741345419e45 [2021-03-19T08:27:37.020Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T08:27:37.020Z] Removing intermediate container 8457339ec1b4 [2021-03-19T08:27:37.020Z] ---> 5849528d7434 [2021-03-19T08:27:37.020Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T08:27:37.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-19T08:27:37.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T08:27:37.081Z] c4561cb63196: Preparing [2021-03-19T08:27:37.081Z] 665dd37178f4: Preparing [2021-03-19T08:27:37.081Z] 289988fd4a1f: Preparing [2021-03-19T08:27:37.081Z] 12c0d4ca85fb: Preparing [2021-03-19T08:27:37.081Z] 34cf33c738f3: Preparing [2021-03-19T08:27:37.081Z] 33e8713114f8: Preparing [2021-03-19T08:27:37.081Z] 33e8713114f8: Waiting [2021-03-19T08:27:37.081Z] c4561cb63196: Layer already exists [2021-03-19T08:27:37.081Z] 12c0d4ca85fb: Layer already exists [2021-03-19T08:27:37.081Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:37.081Z] 665dd37178f4: Layer already exists [2021-03-19T08:27:37.081Z] 34cf33c738f3: Layer already exists [2021-03-19T08:27:37.081Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:37.081Z] master: digest: sha256:ed90f1a6d633a11c187dab55618e2a19641a17ffe9a36dc65e62757fe0066464 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:37.277Z] ===================================================== [2021-03-19T08:27:37.307Z] ---> Running in a7e1c96b52ac [2021-03-19T08:27:37.307Z] ---> Running in c456d2b54cdd [Pipeline] echo [2021-03-19T08:27:37.336Z] taggedImages: [2021-03-19T08:27:37.336Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:37.336Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.130 [2021-03-19T08:27:37.336Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:37.336Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-19T08:27:37.407Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-19T08:27:37.407Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:37.408Z] 2.0.0-dev.130 [2021-03-19T08:27:37.408Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:37.408Z] master [2021-03-19T08:27:37.408Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:37.899Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:38.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:38.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T08:27:38.209Z] cf474f8cbb6f: Preparing [2021-03-19T08:27:38.209Z] 686321c6c7e0: Preparing [2021-03-19T08:27:38.209Z] 289988fd4a1f: Preparing [2021-03-19T08:27:38.209Z] 84f975e9adbc: Preparing [2021-03-19T08:27:38.209Z] 33e8713114f8: Preparing [2021-03-19T08:27:38.321Z] ---> fc802bcf4516 [2021-03-19T08:27:38.321Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T08:27:38.471Z] cf474f8cbb6f: Pushed [2021-03-19T08:27:38.602Z] Removing intermediate container a7e1c96b52ac [2021-03-19T08:27:38.602Z] ---> 7c6aae6f6693 [2021-03-19T08:27:38.602Z] Step 15/23 : WORKDIR / [2021-03-19T08:27:38.602Z] Removing intermediate container c456d2b54cdd [2021-03-19T08:27:38.602Z] ---> a666f890db80 [2021-03-19T08:27:38.602Z] Step 20/21 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:39.049Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:39.049Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:39.049Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:39.596Z] ---> Running in 34b7f31855dd [2021-03-19T08:27:39.596Z] ---> Running in 2ddb8be0e751 [2021-03-19T08:27:39.596Z] Removing intermediate container 00473c6a454f [2021-03-19T08:27:39.596Z] ---> 6cdde3825e5b [2021-03-19T08:27:39.596Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:27:39.622Z] 686321c6c7e0: Pushed [2021-03-19T08:27:39.871Z] ---> 80f461d2101d [2021-03-19T08:27:39.871Z] 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-19T08:27:39.871Z] ---> Running in bca5e2a5864c [2021-03-19T08:27:39.883Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:70319d3011d5fa49e02e0d47c80e0d83479b5d20e42e9e113d06621724f67026 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:40.190Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:40.474Z] ---> Running in 01d8c00e9696 [2021-03-19T08:27:40.474Z] Removing intermediate container 2ddb8be0e751 [2021-03-19T08:27:40.474Z] ---> 4eaae0881d65 [2021-03-19T08:27:40.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.130 [2021-03-19T08:27:40.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T08:27:40.491Z] cf474f8cbb6f: Preparing [2021-03-19T08:27:40.491Z] 686321c6c7e0: Preparing [2021-03-19T08:27:40.491Z] 289988fd4a1f: Preparing [2021-03-19T08:27:40.491Z] 84f975e9adbc: Preparing [2021-03-19T08:27:40.491Z] 33e8713114f8: Preparing [2021-03-19T08:27:40.491Z] 686321c6c7e0: Layer already exists [2021-03-19T08:27:40.491Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:40.491Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:40.491Z] cf474f8cbb6f: Layer already exists [2021-03-19T08:27:40.491Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:40.491Z] 2.0.0-dev.130: digest: sha256:70319d3011d5fa49e02e0d47c80e0d83479b5d20e42e9e113d06621724f67026 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:40.751Z] Step 21/21 : LABEL version=2.0.0-dev.130 [2021-03-19T08:27:40.806Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:41.026Z] Removing intermediate container 34b7f31855dd [2021-03-19T08:27:41.026Z] ---> 539bf3936a78 [2021-03-19T08:27:41.026Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:27:41.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:41.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T08:27:41.102Z] cf474f8cbb6f: Preparing [2021-03-19T08:27:41.102Z] 686321c6c7e0: Preparing [2021-03-19T08:27:41.102Z] 289988fd4a1f: Preparing [2021-03-19T08:27:41.102Z] 84f975e9adbc: Preparing [2021-03-19T08:27:41.102Z] 33e8713114f8: Preparing [2021-03-19T08:27:41.102Z] 686321c6c7e0: Layer already exists [2021-03-19T08:27:41.102Z] cf474f8cbb6f: Layer already exists [2021-03-19T08:27:41.102Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:41.102Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:41.102Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:41.102Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:70319d3011d5fa49e02e0d47c80e0d83479b5d20e42e9e113d06621724f67026 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:41.308Z] ---> Running in ba4ad264dcd8 [2021-03-19T08:27:41.405Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:41.590Z] Removing intermediate container bca5e2a5864c [2021-03-19T08:27:41.590Z] ---> 0804bae5e1e8 [2021-03-19T08:27:41.590Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T08:27:41.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-19T08:27:41.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T08:27:41.708Z] cf474f8cbb6f: Preparing [2021-03-19T08:27:41.708Z] 686321c6c7e0: Preparing [2021-03-19T08:27:41.708Z] 289988fd4a1f: Preparing [2021-03-19T08:27:41.708Z] 84f975e9adbc: Preparing [2021-03-19T08:27:41.708Z] 33e8713114f8: Preparing [2021-03-19T08:27:41.708Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:41.708Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:41.708Z] cf474f8cbb6f: Layer already exists [2021-03-19T08:27:41.708Z] 84f975e9adbc: Layer already exists [2021-03-19T08:27:41.708Z] 686321c6c7e0: Layer already exists [2021-03-19T08:27:41.708Z] master: digest: sha256:70319d3011d5fa49e02e0d47c80e0d83479b5d20e42e9e113d06621724f67026 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:41.933Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:41.982Z] taggedImages: [2021-03-19T08:27:41.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:41.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.130 [2021-03-19T08:27:41.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:41.982Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-19T08:27:42.081Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-19T08:27:42.081Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:42.081Z] 2.0.0-dev.130 [2021-03-19T08:27:42.081Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:42.081Z] master [2021-03-19T08:27:42.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-19T08:27:42.226Z] ---> Running in e71cbe25a92e [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:42.505Z] Removing intermediate container ba4ad264dcd8 [2021-03-19T08:27:42.505Z] ---> ff693cb8be0c [2021-03-19T08:27:42.505Z] [2021-03-19T08:27:42.577Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:42.782Z] ---> f19a88a59a67 [2021-03-19T08:27:42.782Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T08:27:42.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:42.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T08:27:42.882Z] 841480bc5b1d: Preparing [2021-03-19T08:27:42.882Z] 841480bc5b1d: Preparing [2021-03-19T08:27:42.882Z] f54c361c3b6e: Preparing [2021-03-19T08:27:42.882Z] b78d2ae18e60: Preparing [2021-03-19T08:27:42.882Z] 36a89f5926bb: Preparing [2021-03-19T08:27:42.882Z] 6f2159496752: Preparing [2021-03-19T08:27:42.882Z] 289988fd4a1f: Preparing [2021-03-19T08:27:42.882Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:42.882Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:42.882Z] 8b51b792ef6c: Preparing [2021-03-19T08:27:42.882Z] 513e5ee86e91: Preparing [2021-03-19T08:27:42.882Z] 33e8713114f8: Preparing [2021-03-19T08:27:42.882Z] 289988fd4a1f: Waiting [2021-03-19T08:27:42.882Z] 91fc1832e4bd: Waiting [2021-03-19T08:27:42.882Z] 8b51b792ef6c: Waiting [2021-03-19T08:27:42.882Z] 33e8713114f8: Waiting [2021-03-19T08:27:42.882Z] 513e5ee86e91: Waiting [2021-03-19T08:27:43.067Z] Successfully built ff693cb8be0c [2021-03-19T08:27:43.067Z] Removing intermediate container e71cbe25a92e [2021-03-19T08:27:43.067Z] ---> cb1f398f80aa [2021-03-19T08:27:43.067Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T08:27:43.067Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T08:27:43.067Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T08:27:43.144Z] b78d2ae18e60: Pushed [2021-03-19T08:27:43.144Z] 36a89f5926bb: Pushed [2021-03-19T08:27:43.144Z] f54c361c3b6e: Pushed [2021-03-19T08:27:43.144Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:43.144Z] 841480bc5b1d: Pushed [2021-03-19T08:27:43.144Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:43.144Z] 8b51b792ef6c: Pushed [2021-03-19T08:27:43.407Z] 91fc1832e4bd: Pushed [2021-03-19T08:27:43.407Z] 513e5ee86e91: Pushed [2021-03-19T08:27:43.684Z] Removing intermediate container c8c6f16ce35a [2021-03-19T08:27:43.684Z] ---> c1e1e37cdae6 [2021-03-19T08:27:43.684Z] [2021-03-19T08:27:43.684Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:27:43.684Z] ---> d10569e2745f [2021-03-19T08:27:43.684Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T08:27:43.959Z] ---> Running in 4be121761813 [2021-03-19T08:27:43.959Z] ---> Running in d114a0e5b804 [2021-03-19T08:27:44.352Z] 6f2159496752: Pushed [2021-03-19T08:27:44.352Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:e5ef08c6a622e7e76de9d7ca77d8cfa4180fca68d176a4d556384dc3d48f25c3 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:44.659Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:44.962Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.130 [2021-03-19T08:27:44.962Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T08:27:44.962Z] 841480bc5b1d: Preparing [2021-03-19T08:27:44.962Z] 841480bc5b1d: Preparing [2021-03-19T08:27:44.962Z] f54c361c3b6e: Preparing [2021-03-19T08:27:44.962Z] b78d2ae18e60: Preparing [2021-03-19T08:27:44.962Z] 36a89f5926bb: Preparing [2021-03-19T08:27:44.962Z] 6f2159496752: Preparing [2021-03-19T08:27:44.962Z] 289988fd4a1f: Preparing [2021-03-19T08:27:44.962Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:44.962Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:44.962Z] 8b51b792ef6c: Preparing [2021-03-19T08:27:44.962Z] 513e5ee86e91: Preparing [2021-03-19T08:27:44.962Z] 33e8713114f8: Preparing [2021-03-19T08:27:44.962Z] 289988fd4a1f: Waiting [2021-03-19T08:27:44.962Z] 91fc1832e4bd: Waiting [2021-03-19T08:27:44.962Z] 8b51b792ef6c: Waiting [2021-03-19T08:27:44.962Z] 513e5ee86e91: Waiting [2021-03-19T08:27:44.962Z] 33e8713114f8: Waiting [2021-03-19T08:27:44.962Z] 841480bc5b1d: Layer already exists [2021-03-19T08:27:44.962Z] f54c361c3b6e: Layer already exists [2021-03-19T08:27:44.962Z] 36a89f5926bb: Layer already exists [2021-03-19T08:27:44.962Z] 6f2159496752: Layer already exists [2021-03-19T08:27:44.962Z] b78d2ae18e60: Layer already exists [2021-03-19T08:27:44.962Z] 8b51b792ef6c: Layer already exists [2021-03-19T08:27:44.962Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:44.962Z] 91fc1832e4bd: Layer already exists [2021-03-19T08:27:44.962Z] 513e5ee86e91: Layer already exists [2021-03-19T08:27:44.962Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:44.963Z] Removing intermediate container 4be121761813 [2021-03-19T08:27:44.963Z] ---> 65b35ffef22e [2021-03-19T08:27:44.963Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:27:44.963Z] ---> b72a0f699daa [2021-03-19T08:27:44.963Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T08:27:44.963Z] Removing intermediate container d114a0e5b804 [2021-03-19T08:27:44.963Z] ---> 13c3a01b3aa7 [2021-03-19T08:27:44.963Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T08:27:45.225Z] 2.0.0-dev.130: digest: sha256:e5ef08c6a622e7e76de9d7ca77d8cfa4180fca68d176a4d556384dc3d48f25c3 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:45.533Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:45.568Z] Removing intermediate container 01d8c00e9696 [2021-03-19T08:27:45.568Z] ---> 8d82291586c4 [2021-03-19T08:27:45.568Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T08:27:45.842Z] ---> Running in f094126aef36 [2021-03-19T08:27:45.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:45.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T08:27:45.890Z] 841480bc5b1d: Preparing [2021-03-19T08:27:45.890Z] 841480bc5b1d: Preparing [2021-03-19T08:27:45.890Z] f54c361c3b6e: Preparing [2021-03-19T08:27:45.890Z] b78d2ae18e60: Preparing [2021-03-19T08:27:45.890Z] 36a89f5926bb: Preparing [2021-03-19T08:27:45.890Z] 6f2159496752: Preparing [2021-03-19T08:27:45.890Z] 289988fd4a1f: Preparing [2021-03-19T08:27:45.890Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:45.890Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:45.890Z] 8b51b792ef6c: Preparing [2021-03-19T08:27:45.890Z] 513e5ee86e91: Preparing [2021-03-19T08:27:45.890Z] 33e8713114f8: Preparing [2021-03-19T08:27:45.890Z] 289988fd4a1f: Waiting [2021-03-19T08:27:45.890Z] 91fc1832e4bd: Waiting [2021-03-19T08:27:45.890Z] 513e5ee86e91: Waiting [2021-03-19T08:27:45.890Z] 8b51b792ef6c: Waiting [2021-03-19T08:27:45.890Z] 33e8713114f8: Waiting [2021-03-19T08:27:45.890Z] 841480bc5b1d: Layer already exists [2021-03-19T08:27:45.890Z] b78d2ae18e60: Layer already exists [2021-03-19T08:27:45.890Z] 6f2159496752: Layer already exists [2021-03-19T08:27:45.890Z] f54c361c3b6e: Layer already exists [2021-03-19T08:27:45.890Z] 36a89f5926bb: Layer already exists [2021-03-19T08:27:45.890Z] 513e5ee86e91: Layer already exists [2021-03-19T08:27:45.890Z] 8b51b792ef6c: Layer already exists [2021-03-19T08:27:45.890Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:45.890Z] 91fc1832e4bd: Layer already exists [2021-03-19T08:27:45.890Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:45.890Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:e5ef08c6a622e7e76de9d7ca77d8cfa4180fca68d176a4d556384dc3d48f25c3 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:46.259Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:46.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-19T08:27:46.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T08:27:46.555Z] 841480bc5b1d: Preparing [2021-03-19T08:27:46.555Z] 841480bc5b1d: Preparing [2021-03-19T08:27:46.555Z] f54c361c3b6e: Preparing [2021-03-19T08:27:46.555Z] b78d2ae18e60: Preparing [2021-03-19T08:27:46.555Z] 36a89f5926bb: Preparing [2021-03-19T08:27:46.555Z] 6f2159496752: Preparing [2021-03-19T08:27:46.555Z] 289988fd4a1f: Preparing [2021-03-19T08:27:46.555Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:46.555Z] 91fc1832e4bd: Preparing [2021-03-19T08:27:46.555Z] 8b51b792ef6c: Preparing [2021-03-19T08:27:46.555Z] 513e5ee86e91: Preparing [2021-03-19T08:27:46.555Z] 33e8713114f8: Preparing [2021-03-19T08:27:46.555Z] 91fc1832e4bd: Waiting [2021-03-19T08:27:46.555Z] 8b51b792ef6c: Waiting [2021-03-19T08:27:46.555Z] 513e5ee86e91: Waiting [2021-03-19T08:27:46.555Z] 33e8713114f8: Waiting [2021-03-19T08:27:46.555Z] 289988fd4a1f: Waiting [2021-03-19T08:27:46.555Z] 36a89f5926bb: Layer already exists [2021-03-19T08:27:46.555Z] 841480bc5b1d: Layer already exists [2021-03-19T08:27:46.555Z] 6f2159496752: Layer already exists [2021-03-19T08:27:46.555Z] b78d2ae18e60: Layer already exists [2021-03-19T08:27:46.555Z] f54c361c3b6e: Layer already exists [2021-03-19T08:27:46.555Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:46.555Z] 91fc1832e4bd: Layer already exists [2021-03-19T08:27:46.555Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:46.555Z] 513e5ee86e91: Layer already exists [2021-03-19T08:27:46.555Z] 8b51b792ef6c: Layer already exists [2021-03-19T08:27:46.555Z] master: digest: sha256:e5ef08c6a622e7e76de9d7ca77d8cfa4180fca68d176a4d556384dc3d48f25c3 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:46.752Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:46.823Z] taggedImages: [2021-03-19T08:27:46.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:46.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.130 [2021-03-19T08:27:46.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:46.824Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-19T08:27:46.828Z] ---> Running in b479b41d3ff6 [2021-03-19T08:27:46.828Z] ---> 508c9985e3d8 [2021-03-19T08:27:46.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [Pipeline] echo [2021-03-19T08:27:46.890Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-19T08:27:46.890Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:46.890Z] 2.0.0-dev.130 [2021-03-19T08:27:46.890Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:46.890Z] master [2021-03-19T08:27:46.890Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:47.119Z] ---> 307362858cc5 [2021-03-19T08:27:47.119Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T08:27:47.119Z] Removing intermediate container f094126aef36 [2021-03-19T08:27:47.119Z] ---> 5a090fa25c73 [2021-03-19T08:27:47.119Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T08:27:47.370Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:47.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:47.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T08:27:47.672Z] 32d04d19f71c: Preparing [2021-03-19T08:27:47.672Z] 87bcf166a6ca: Preparing [2021-03-19T08:27:47.672Z] edd48825e1df: Preparing [2021-03-19T08:27:47.672Z] 0f6cc984caa3: Preparing [2021-03-19T08:27:47.672Z] ed35226151c6: Preparing [2021-03-19T08:27:47.672Z] 33e8713114f8: Preparing [2021-03-19T08:27:47.672Z] 33e8713114f8: Waiting [2021-03-19T08:27:47.672Z] 0f6cc984caa3: Pushed [2021-03-19T08:27:47.725Z] ---> Running in a441a67c726b [2021-03-19T08:27:47.725Z] ---> Running in 8ab50e7214c6 [2021-03-19T08:27:47.725Z] Removing intermediate container b479b41d3ff6 [2021-03-19T08:27:47.725Z] ---> 79b15fdd9791 [2021-03-19T08:27:47.725Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T08:27:47.933Z] edd48825e1df: Pushed [2021-03-19T08:27:47.933Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:48.195Z] ed35226151c6: Pushed [2021-03-19T08:27:48.332Z] ---> Running in f6562860fa24 [2021-03-19T08:27:48.613Z] ---> 10ee082c715b [2021-03-19T08:27:48.613Z] Removing intermediate container a441a67c726b [2021-03-19T08:27:48.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T08:27:48.613Z] ---> fd20d913004f [2021-03-19T08:27:48.613Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:27:48.613Z] Removing intermediate container 8ab50e7214c6 [2021-03-19T08:27:48.613Z] ---> 1ae57c463395 [2021-03-19T08:27:48.613Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:27:48.768Z] 32d04d19f71c: Pushed [2021-03-19T08:27:48.768Z] 87bcf166a6ca: Pushed [2021-03-19T08:27:48.768Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:a33cdcf936847caa5c973b4a42f7a15b3cd2794069f0d553406ea0cc03424fa2 size: 1575 [2021-03-19T08:27:48.904Z] ---> Running in 387b1105cda0 [2021-03-19T08:27:48.904Z] ---> Running in 1f3db1059913 [2021-03-19T08:27:48.904Z] Removing intermediate container f6562860fa24 [2021-03-19T08:27:48.904Z] ---> a98f71711cc4 [2021-03-19T08:27:48.904Z] Step 23/24 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:49.334Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:49.505Z] ---> Running in 2435293d036b [2021-03-19T08:27:49.505Z] Removing intermediate container 1f3db1059913 [2021-03-19T08:27:49.505Z] ---> 24f4f814b6e8 [2021-03-19T08:27:49.505Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T08:27:49.641Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.130 [2021-03-19T08:27:49.641Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T08:27:49.641Z] 32d04d19f71c: Preparing [2021-03-19T08:27:49.641Z] 87bcf166a6ca: Preparing [2021-03-19T08:27:49.641Z] edd48825e1df: Preparing [2021-03-19T08:27:49.641Z] 0f6cc984caa3: Preparing [2021-03-19T08:27:49.641Z] ed35226151c6: Preparing [2021-03-19T08:27:49.641Z] 33e8713114f8: Preparing [2021-03-19T08:27:49.641Z] 33e8713114f8: Waiting [2021-03-19T08:27:49.641Z] ed35226151c6: Layer already exists [2021-03-19T08:27:49.641Z] 87bcf166a6ca: Layer already exists [2021-03-19T08:27:49.641Z] edd48825e1df: Layer already exists [2021-03-19T08:27:49.641Z] 32d04d19f71c: Layer already exists [2021-03-19T08:27:49.641Z] 0f6cc984caa3: Layer already exists [2021-03-19T08:27:49.641Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:49.641Z] 2.0.0-dev.130: digest: sha256:a33cdcf936847caa5c973b4a42f7a15b3cd2794069f0d553406ea0cc03424fa2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:49.780Z] ---> Running in deb4c95ee14f [2021-03-19T08:27:49.780Z] ---> 5762271d7963 [2021-03-19T08:27:49.780Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T08:27:49.954Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:50.056Z] Removing intermediate container 2435293d036b [2021-03-19T08:27:50.057Z] ---> 58a19ac6a805 [2021-03-19T08:27:50.057Z] Step 24/24 : LABEL version=2.0.0-dev.130 [2021-03-19T08:27:50.057Z] ---> Running in 33056d9c4dd0 [2021-03-19T08:27:50.255Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:50.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T08:27:50.255Z] 32d04d19f71c: Preparing [2021-03-19T08:27:50.255Z] 87bcf166a6ca: Preparing [2021-03-19T08:27:50.255Z] edd48825e1df: Preparing [2021-03-19T08:27:50.255Z] 0f6cc984caa3: Preparing [2021-03-19T08:27:50.255Z] ed35226151c6: Preparing [2021-03-19T08:27:50.255Z] 33e8713114f8: Preparing [2021-03-19T08:27:50.255Z] 33e8713114f8: Waiting [2021-03-19T08:27:50.255Z] ed35226151c6: Layer already exists [2021-03-19T08:27:50.255Z] 0f6cc984caa3: Layer already exists [2021-03-19T08:27:50.255Z] 87bcf166a6ca: Layer already exists [2021-03-19T08:27:50.255Z] edd48825e1df: Layer already exists [2021-03-19T08:27:50.255Z] 32d04d19f71c: Layer already exists [2021-03-19T08:27:50.255Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:50.255Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:a33cdcf936847caa5c973b4a42f7a15b3cd2794069f0d553406ea0cc03424fa2 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:50.572Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:50.663Z] ---> Running in a169986e568c [2021-03-19T08:27:50.663Z] Removing intermediate container deb4c95ee14f [2021-03-19T08:27:50.663Z] ---> 3a604f00da97 [2021-03-19T08:27:50.663Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:50.663Z] ---> Running in d3f340bd1dca [2021-03-19T08:27:50.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-19T08:27:50.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T08:27:50.871Z] 32d04d19f71c: Preparing [2021-03-19T08:27:50.871Z] 87bcf166a6ca: Preparing [2021-03-19T08:27:50.871Z] edd48825e1df: Preparing [2021-03-19T08:27:50.871Z] 0f6cc984caa3: Preparing [2021-03-19T08:27:50.871Z] ed35226151c6: Preparing [2021-03-19T08:27:50.871Z] 33e8713114f8: Preparing [2021-03-19T08:27:50.871Z] 33e8713114f8: Waiting [2021-03-19T08:27:50.871Z] 87bcf166a6ca: Layer already exists [2021-03-19T08:27:50.871Z] ed35226151c6: Layer already exists [2021-03-19T08:27:50.871Z] 0f6cc984caa3: Layer already exists [2021-03-19T08:27:50.871Z] 32d04d19f71c: Layer already exists [2021-03-19T08:27:50.871Z] edd48825e1df: Layer already exists [2021-03-19T08:27:50.871Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:50.871Z] master: digest: sha256:a33cdcf936847caa5c973b4a42f7a15b3cd2794069f0d553406ea0cc03424fa2 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-19T08:27:50.952Z] Removing intermediate container 33056d9c4dd0 [2021-03-19T08:27:50.952Z] ---> f3c36b0d7adf [2021-03-19T08:27:50.952Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:51.079Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:51.126Z] taggedImages: [2021-03-19T08:27:51.126Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:51.126Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.130 [2021-03-19T08:27:51.126Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:51.126Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-19T08:27:51.193Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-19T08:27:51.193Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:51.193Z] 2.0.0-dev.130 [2021-03-19T08:27:51.193Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:51.193Z] master [2021-03-19T08:27:51.193Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:51.573Z] Removing intermediate container a169986e568c [2021-03-19T08:27:51.573Z] ---> e7b07aa8f200 [2021-03-19T08:27:51.573Z] [2021-03-19T08:27:51.712Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:51.850Z] Successfully built e7b07aa8f200 [2021-03-19T08:27:52.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:52.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T08:27:52.008Z] 2fd1defcaf92: Preparing [2021-03-19T08:27:52.008Z] c8fd2d888e92: Preparing [2021-03-19T08:27:52.008Z] 18783a8dda4f: Preparing [2021-03-19T08:27:52.008Z] 1d3cafdeea86: Preparing [2021-03-19T08:27:52.008Z] 1edabfca1d9b: Preparing [2021-03-19T08:27:52.008Z] 241f8ab4808a: Preparing [2021-03-19T08:27:52.008Z] 2164019fc80b: Preparing [2021-03-19T08:27:52.008Z] 8b5b55b64360: Preparing [2021-03-19T08:27:52.008Z] 33e8713114f8: Preparing [2021-03-19T08:27:52.008Z] 241f8ab4808a: Waiting [2021-03-19T08:27:52.008Z] 33e8713114f8: Waiting [2021-03-19T08:27:52.008Z] 2164019fc80b: Waiting [2021-03-19T08:27:52.449Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T08:27:52.449Z] Building docker-core-metadata-go [2021-03-19T08:27:52.449Z] ---> Running in 0a91ec4209ed [2021-03-19T08:27:52.449Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container d3f340bd1dca [2021-03-19T08:27:52.449Z] ---> 79df77ace6b4 [2021-03-19T08:27:52.449Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:27:52.589Z] 1edabfca1d9b: Pushed [2021-03-19T08:27:52.589Z] c8fd2d888e92: Pushed [2021-03-19T08:27:52.589Z] 2fd1defcaf92: Pushed [2021-03-19T08:27:52.855Z] 241f8ab4808a: Pushed [2021-03-19T08:27:52.855Z] 2164019fc80b: Pushed [2021-03-19T08:27:52.855Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:53.051Z] ---> Running in 800bc53cb5ab [2021-03-19T08:27:53.051Z] Removing intermediate container 0a91ec4209ed [2021-03-19T08:27:53.051Z] ---> 8007b619c29f [2021-03-19T08:27:53.051Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T08:27:53.125Z] 8b5b55b64360: Pushed [2021-03-19T08:27:53.329Z] ---> Running in 2637963acf0a [2021-03-19T08:27:53.387Z] 1d3cafdeea86: Pushed [2021-03-19T08:27:53.387Z] 18783a8dda4f: Pushed [2021-03-19T08:27:53.607Z] Removing intermediate container 800bc53cb5ab [2021-03-19T08:27:53.607Z] ---> bf6f1b50558f [2021-03-19T08:27:53.607Z] [2021-03-19T08:27:53.607Z] Removing intermediate container 387b1105cda0 [2021-03-19T08:27:53.607Z] ---> 186522667bfa [2021-03-19T08:27:53.607Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T08:27:53.649Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:433567ff8186482869fcc172d7fa23acfb64ee098752898e1d29b833464e3db9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:53.890Z] ---> Running in 5ad2a0b40e90 [2021-03-19T08:27:53.956Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:54.172Z] Removing intermediate container 2637963acf0a [2021-03-19T08:27:54.172Z] ---> 95c53327b5f5 [2021-03-19T08:27:54.172Z] Step 21/22 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:54.172Z] Successfully built bf6f1b50558f [2021-03-19T08:27:54.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.130 [2021-03-19T08:27:54.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T08:27:54.258Z] 2fd1defcaf92: Preparing [2021-03-19T08:27:54.258Z] c8fd2d888e92: Preparing [2021-03-19T08:27:54.258Z] 18783a8dda4f: Preparing [2021-03-19T08:27:54.258Z] 1d3cafdeea86: Preparing [2021-03-19T08:27:54.258Z] 1edabfca1d9b: Preparing [2021-03-19T08:27:54.258Z] 241f8ab4808a: Preparing [2021-03-19T08:27:54.258Z] 2164019fc80b: Preparing [2021-03-19T08:27:54.258Z] 8b5b55b64360: Preparing [2021-03-19T08:27:54.258Z] 33e8713114f8: Preparing [2021-03-19T08:27:54.258Z] 241f8ab4808a: Waiting [2021-03-19T08:27:54.258Z] 2164019fc80b: Waiting [2021-03-19T08:27:54.258Z] 8b5b55b64360: Waiting [2021-03-19T08:27:54.258Z] 33e8713114f8: Waiting [2021-03-19T08:27:54.258Z] 2fd1defcaf92: Layer already exists [2021-03-19T08:27:54.258Z] 1edabfca1d9b: Layer already exists [2021-03-19T08:27:54.258Z] 1d3cafdeea86: Layer already exists [2021-03-19T08:27:54.258Z] 18783a8dda4f: Layer already exists [2021-03-19T08:27:54.258Z] c8fd2d888e92: Layer already exists [2021-03-19T08:27:54.258Z] 8b5b55b64360: Layer already exists [2021-03-19T08:27:54.258Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:54.258Z] 241f8ab4808a: Layer already exists [2021-03-19T08:27:54.258Z] 2164019fc80b: Layer already exists [2021-03-19T08:27:54.258Z] 2.0.0-dev.130: digest: sha256:433567ff8186482869fcc172d7fa23acfb64ee098752898e1d29b833464e3db9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:54.443Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T08:27:54.443Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-19T08:27:54.560Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:54.729Z] ---> Running in be72ead5a0e5 [2021-03-19T08:27:54.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:54.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T08:27:54.857Z] 2fd1defcaf92: Preparing [2021-03-19T08:27:54.857Z] c8fd2d888e92: Preparing [2021-03-19T08:27:54.857Z] 18783a8dda4f: Preparing [2021-03-19T08:27:54.858Z] 1d3cafdeea86: Preparing [2021-03-19T08:27:54.858Z] 1edabfca1d9b: Preparing [2021-03-19T08:27:54.858Z] 241f8ab4808a: Preparing [2021-03-19T08:27:54.858Z] 2164019fc80b: Preparing [2021-03-19T08:27:54.858Z] 8b5b55b64360: Preparing [2021-03-19T08:27:54.858Z] 33e8713114f8: Preparing [2021-03-19T08:27:54.858Z] 241f8ab4808a: Waiting [2021-03-19T08:27:54.858Z] 2164019fc80b: Waiting [2021-03-19T08:27:54.858Z] 8b5b55b64360: Waiting [2021-03-19T08:27:54.858Z] 33e8713114f8: Waiting [2021-03-19T08:27:54.858Z] 2fd1defcaf92: Layer already exists [2021-03-19T08:27:54.858Z] 18783a8dda4f: Layer already exists [2021-03-19T08:27:54.858Z] 1d3cafdeea86: Layer already exists [2021-03-19T08:27:54.858Z] 1edabfca1d9b: Layer already exists [2021-03-19T08:27:54.858Z] c8fd2d888e92: Layer already exists [2021-03-19T08:27:54.858Z] 2164019fc80b: Layer already exists [2021-03-19T08:27:54.858Z] 8b5b55b64360: Layer already exists [2021-03-19T08:27:54.858Z] 241f8ab4808a: Layer already exists [2021-03-19T08:27:54.858Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:54.858Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:433567ff8186482869fcc172d7fa23acfb64ee098752898e1d29b833464e3db9 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:55.162Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:55.461Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-19T08:27:55.461Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T08:27:55.461Z] 2fd1defcaf92: Preparing [2021-03-19T08:27:55.461Z] c8fd2d888e92: Preparing [2021-03-19T08:27:55.461Z] 18783a8dda4f: Preparing [2021-03-19T08:27:55.461Z] 1d3cafdeea86: Preparing [2021-03-19T08:27:55.461Z] 1edabfca1d9b: Preparing [2021-03-19T08:27:55.461Z] 241f8ab4808a: Preparing [2021-03-19T08:27:55.461Z] 2164019fc80b: Preparing [2021-03-19T08:27:55.461Z] 8b5b55b64360: Preparing [2021-03-19T08:27:55.461Z] 33e8713114f8: Preparing [2021-03-19T08:27:55.461Z] 33e8713114f8: Waiting [2021-03-19T08:27:55.461Z] 8b5b55b64360: Waiting [2021-03-19T08:27:55.461Z] 241f8ab4808a: Waiting [2021-03-19T08:27:55.461Z] 2164019fc80b: Waiting [2021-03-19T08:27:55.461Z] c8fd2d888e92: Layer already exists [2021-03-19T08:27:55.461Z] 2fd1defcaf92: Layer already exists [2021-03-19T08:27:55.461Z] 18783a8dda4f: Layer already exists [2021-03-19T08:27:55.461Z] 1edabfca1d9b: Layer already exists [2021-03-19T08:27:55.461Z] 1d3cafdeea86: Layer already exists [2021-03-19T08:27:55.461Z] 2164019fc80b: Layer already exists [2021-03-19T08:27:55.461Z] 241f8ab4808a: Layer already exists [2021-03-19T08:27:55.461Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:55.461Z] 8b5b55b64360: Layer already exists [2021-03-19T08:27:55.461Z] master: digest: sha256:433567ff8186482869fcc172d7fa23acfb64ee098752898e1d29b833464e3db9 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:55.645Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:55.692Z] taggedImages: [2021-03-19T08:27:55.692Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:55.692Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.130 [2021-03-19T08:27:55.692Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:55.692Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-19T08:27:55.716Z] Removing intermediate container be72ead5a0e5 [2021-03-19T08:27:55.716Z] ---> 118b7b8e2e4a [2021-03-19T08:27:55.716Z] Step 22/22 : LABEL version=2.0.0-dev.130 [2021-03-19T08:27:55.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-19T08:27:55.786Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-19T08:27:55.786Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:55.786Z] 2.0.0-dev.130 [2021-03-19T08:27:55.786Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:55.786Z] master [2021-03-19T08:27:55.786Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-19T08:27:55.990Z] ---> Running in 1e3d5fdc9b47 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:56.302Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:56.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:27:56.598Z] Removing intermediate container 1e3d5fdc9b47 [2021-03-19T08:27:56.598Z] ---> 1e7468931937 [2021-03-19T08:27:56.598Z] [2021-03-19T08:27:56.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:56.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T08:27:56.601Z] 0c6d54da1358: Preparing [2021-03-19T08:27:56.601Z] ebfb506d9845: Preparing [2021-03-19T08:27:56.601Z] 289988fd4a1f: Preparing [2021-03-19T08:27:56.601Z] 2ba43f4b547f: Preparing [2021-03-19T08:27:56.601Z] 33e8713114f8: Preparing [2021-03-19T08:27:56.601Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:56.601Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:56.860Z] 0c6d54da1358: Pushed [2021-03-19T08:27:56.860Z] 2ba43f4b547f: Pushed [2021-03-19T08:27:57.202Z] Successfully built 1e7468931937 [2021-03-19T08:27:57.202Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T08:27:57.202Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-19T08:27:57.202Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T08:27:57.479Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T08:27:57.479Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T08:27:57.479Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T08:27:57.764Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T08:27:57.824Z] ebfb506d9845: Pushed [2021-03-19T08:27:57.824Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:689fcb0f0351946da5741cbac835eca8aebc741668ae8e0eca7f53a94f3f74e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:58.038Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T08:27:58.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:27:58.038Z] OK: 8 MiB in 20 packages [2021-03-19T08:27:58.141Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:58.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.130 [2021-03-19T08:27:58.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T08:27:58.446Z] 0c6d54da1358: Preparing [2021-03-19T08:27:58.446Z] ebfb506d9845: Preparing [2021-03-19T08:27:58.446Z] 289988fd4a1f: Preparing [2021-03-19T08:27:58.446Z] 2ba43f4b547f: Preparing [2021-03-19T08:27:58.446Z] 33e8713114f8: Preparing [2021-03-19T08:27:58.446Z] ebfb506d9845: Layer already exists [2021-03-19T08:27:58.446Z] 2ba43f4b547f: Layer already exists [2021-03-19T08:27:58.446Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:58.446Z] 0c6d54da1358: Layer already exists [2021-03-19T08:27:58.446Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:58.446Z] 2.0.0-dev.130: digest: sha256:689fcb0f0351946da5741cbac835eca8aebc741668ae8e0eca7f53a94f3f74e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:58.753Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:59.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:59.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T08:27:59.078Z] 0c6d54da1358: Preparing [2021-03-19T08:27:59.078Z] ebfb506d9845: Preparing [2021-03-19T08:27:59.078Z] 289988fd4a1f: Preparing [2021-03-19T08:27:59.078Z] 2ba43f4b547f: Preparing [2021-03-19T08:27:59.078Z] 33e8713114f8: Preparing [2021-03-19T08:27:59.078Z] 2ba43f4b547f: Layer already exists [2021-03-19T08:27:59.078Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:59.078Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:59.078Z] 0c6d54da1358: Layer already exists [2021-03-19T08:27:59.078Z] ebfb506d9845: Layer already exists [2021-03-19T08:27:59.078Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:689fcb0f0351946da5741cbac835eca8aebc741668ae8e0eca7f53a94f3f74e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:59.399Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:27:59.706Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-19T08:27:59.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T08:27:59.706Z] 0c6d54da1358: Preparing [2021-03-19T08:27:59.706Z] ebfb506d9845: Preparing [2021-03-19T08:27:59.706Z] 289988fd4a1f: Preparing [2021-03-19T08:27:59.706Z] 2ba43f4b547f: Preparing [2021-03-19T08:27:59.706Z] 33e8713114f8: Preparing [2021-03-19T08:27:59.706Z] 0c6d54da1358: Layer already exists [2021-03-19T08:27:59.706Z] ebfb506d9845: Layer already exists [2021-03-19T08:27:59.706Z] 289988fd4a1f: Layer already exists [2021-03-19T08:27:59.706Z] 2ba43f4b547f: Layer already exists [2021-03-19T08:27:59.706Z] 33e8713114f8: Layer already exists [2021-03-19T08:27:59.706Z] master: digest: sha256:689fcb0f0351946da5741cbac835eca8aebc741668ae8e0eca7f53a94f3f74e5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:27:59.896Z] ===================================================== [Pipeline] echo [2021-03-19T08:27:59.943Z] taggedImages: [2021-03-19T08:27:59.943Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:27:59.943Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.130 [2021-03-19T08:27:59.943Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:27:59.943Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-19T08:28:00.009Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-19T08:28:00.009Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:00.009Z] 2.0.0-dev.130 [2021-03-19T08:28:00.009Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:00.009Z] master [2021-03-19T08:28:00.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:00.537Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:00.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:00.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T08:28:00.831Z] ff897f680580: Preparing [2021-03-19T08:28:00.831Z] 7cf26b775c4c: Preparing [2021-03-19T08:28:00.831Z] 289988fd4a1f: Preparing [2021-03-19T08:28:00.831Z] 84f975e9adbc: Preparing [2021-03-19T08:28:00.831Z] 33e8713114f8: Preparing [2021-03-19T08:28:00.831Z] 33e8713114f8: Layer already exists [2021-03-19T08:28:00.831Z] 84f975e9adbc: Layer already exists [2021-03-19T08:28:00.831Z] 289988fd4a1f: Layer already exists [2021-03-19T08:28:01.097Z] ff897f680580: Pushed [2021-03-19T08:28:01.502Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:28:01.502Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:28:01.502Z] ---> 3c48893bd4cb [2021-03-19T08:28:01.502Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T08:28:01.502Z] ---> Using cache [2021-03-19T08:28:01.502Z] ---> 3c9a09675a83 [2021-03-19T08:28:01.502Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:28:01.502Z] ---> Using cache [2021-03-19T08:28:01.502Z] ---> 82fb6174f03b [2021-03-19T08:28:01.502Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T08:28:02.042Z] 7cf26b775c4c: Pushed [2021-03-19T08:28:02.042Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:d14c98892d39bd91b3c1b1a823e1f4d724d9db321b5129a1109be627a33768c5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:02.615Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:02.970Z] Removing intermediate container 5ad2a0b40e90 [2021-03-19T08:28:02.970Z] ---> 0f46eccf938d [2021-03-19T08:28:02.970Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:28:03.032Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.130 [2021-03-19T08:28:03.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T08:28:03.032Z] ff897f680580: Preparing [2021-03-19T08:28:03.032Z] 7cf26b775c4c: Preparing [2021-03-19T08:28:03.032Z] 289988fd4a1f: Preparing [2021-03-19T08:28:03.032Z] 84f975e9adbc: Preparing [2021-03-19T08:28:03.032Z] 33e8713114f8: Preparing [2021-03-19T08:28:03.032Z] 84f975e9adbc: Layer already exists [2021-03-19T08:28:03.032Z] 7cf26b775c4c: Layer already exists [2021-03-19T08:28:03.032Z] ff897f680580: Layer already exists [2021-03-19T08:28:03.032Z] 33e8713114f8: Layer already exists [2021-03-19T08:28:03.032Z] 289988fd4a1f: Layer already exists [2021-03-19T08:28:03.032Z] 2.0.0-dev.130: digest: sha256:d14c98892d39bd91b3c1b1a823e1f4d724d9db321b5129a1109be627a33768c5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:03.246Z] ---> Running in a9d53cb54041 [2021-03-19T08:28:03.333Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:03.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:03.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T08:28:03.627Z] ff897f680580: Preparing [2021-03-19T08:28:03.627Z] 7cf26b775c4c: Preparing [2021-03-19T08:28:03.627Z] 289988fd4a1f: Preparing [2021-03-19T08:28:03.627Z] 84f975e9adbc: Preparing [2021-03-19T08:28:03.627Z] 33e8713114f8: Preparing [2021-03-19T08:28:03.627Z] 289988fd4a1f: Layer already exists [2021-03-19T08:28:03.627Z] 7cf26b775c4c: Layer already exists [2021-03-19T08:28:03.627Z] ff897f680580: Layer already exists [2021-03-19T08:28:03.627Z] 33e8713114f8: Layer already exists [2021-03-19T08:28:03.627Z] 84f975e9adbc: Layer already exists [2021-03-19T08:28:03.627Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:d14c98892d39bd91b3c1b1a823e1f4d724d9db321b5129a1109be627a33768c5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:03.930Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:04.229Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-19T08:28:04.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T08:28:04.230Z] ff897f680580: Preparing [2021-03-19T08:28:04.230Z] 7cf26b775c4c: Preparing [2021-03-19T08:28:04.230Z] 289988fd4a1f: Preparing [2021-03-19T08:28:04.230Z] 84f975e9adbc: Preparing [2021-03-19T08:28:04.230Z] 33e8713114f8: Preparing [2021-03-19T08:28:04.230Z] 289988fd4a1f: Layer already exists [2021-03-19T08:28:04.230Z] ff897f680580: Layer already exists [2021-03-19T08:28:04.230Z] 33e8713114f8: Layer already exists [2021-03-19T08:28:04.230Z] 7cf26b775c4c: Layer already exists [2021-03-19T08:28:04.230Z] 84f975e9adbc: Layer already exists [2021-03-19T08:28:04.230Z] master: digest: sha256:d14c98892d39bd91b3c1b1a823e1f4d724d9db321b5129a1109be627a33768c5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:28:04.432Z] ===================================================== [Pipeline] echo [2021-03-19T08:28:04.482Z] taggedImages: [2021-03-19T08:28:04.482Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:04.482Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.130 [2021-03-19T08:28:04.482Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:04.482Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-19T08:28:04.548Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-19T08:28:04.548Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:04.548Z] 2.0.0-dev.130 [2021-03-19T08:28:04.548Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:04.548Z] master [2021-03-19T08:28:04.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:04.749Z] ---> 216072e91966 [2021-03-19T08:28:04.749Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T08:28:04.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:28:05.026Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:05.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:05.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T08:28:05.321Z] d6bce53fe460: Preparing [2021-03-19T08:28:05.321Z] 2a9c669e399e: Preparing [2021-03-19T08:28:05.321Z] ea5ecf35b6c4: Preparing [2021-03-19T08:28:05.321Z] ccc379837d7d: Preparing [2021-03-19T08:28:05.321Z] ae26dd73ccfe: Preparing [2021-03-19T08:28:05.321Z] 5532350954a2: Preparing [2021-03-19T08:28:05.321Z] 07786bdfef85: Preparing [2021-03-19T08:28:05.321Z] 0754057c0ad3: Preparing [2021-03-19T08:28:05.321Z] 998cdf262ab1: Preparing [2021-03-19T08:28:05.321Z] 02e56110abd2: Preparing [2021-03-19T08:28:05.321Z] abc36efb885a: Preparing [2021-03-19T08:28:05.321Z] b0b09059f4e1: Preparing [2021-03-19T08:28:05.321Z] bb961f40224b: Preparing [2021-03-19T08:28:05.321Z] f4666769fca7: Preparing [2021-03-19T08:28:05.321Z] 5532350954a2: Waiting [2021-03-19T08:28:05.321Z] 07786bdfef85: Waiting [2021-03-19T08:28:05.321Z] 0754057c0ad3: Waiting [2021-03-19T08:28:05.321Z] 998cdf262ab1: Waiting [2021-03-19T08:28:05.321Z] 02e56110abd2: Waiting [2021-03-19T08:28:05.321Z] abc36efb885a: Waiting [2021-03-19T08:28:05.321Z] b0b09059f4e1: Waiting [2021-03-19T08:28:05.321Z] f4666769fca7: Waiting [2021-03-19T08:28:05.321Z] bb961f40224b: Waiting [2021-03-19T08:28:05.596Z] ae26dd73ccfe: Pushed [2021-03-19T08:28:05.596Z] d6bce53fe460: Pushed [2021-03-19T08:28:05.867Z] ccc379837d7d: Pushed [2021-03-19T08:28:05.867Z] 0754057c0ad3: Layer already exists [2021-03-19T08:28:05.867Z] 998cdf262ab1: Layer already exists [2021-03-19T08:28:05.867Z] 02e56110abd2: Layer already exists [2021-03-19T08:28:05.867Z] 07786bdfef85: Pushed [2021-03-19T08:28:05.867Z] abc36efb885a: Layer already exists [2021-03-19T08:28:05.867Z] b0b09059f4e1: Layer already exists [2021-03-19T08:28:05.867Z] bb961f40224b: Layer already exists [2021-03-19T08:28:05.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:28:06.136Z] 2a9c669e399e: Pushed [2021-03-19T08:28:06.136Z] f4666769fca7: Layer already exists [2021-03-19T08:28:06.153Z] ---> cd7208761164 [2021-03-19T08:28:06.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T08:28:06.439Z] OK: 217 MiB in 51 packages [2021-03-19T08:28:06.712Z] 5532350954a2: Pushed [2021-03-19T08:28:07.441Z] ---> e3c6dc4836b3 [2021-03-19T08:28:07.441Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T08:28:07.724Z] ---> Running in 68e0b2b27581 [2021-03-19T08:28:08.338Z] Removing intermediate container 68e0b2b27581 [2021-03-19T08:28:08.338Z] ---> 70bff1d9d15b [2021-03-19T08:28:08.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:28:08.338Z] Removing intermediate container a9d53cb54041 [2021-03-19T08:28:08.338Z] ---> 8d0e979122fc [2021-03-19T08:28:08.338Z] Step 6/26 : COPY go.mod . [2021-03-19T08:28:08.630Z] ---> Running in 4688c7743a71 [2021-03-19T08:28:09.247Z] Removing intermediate container 4688c7743a71 [2021-03-19T08:28:09.247Z] ---> a92d95a45d1d [2021-03-19T08:28:09.247Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T08:28:09.247Z] ---> dd54a1612252 [2021-03-19T08:28:09.247Z] Step 7/26 : RUN go mod download [2021-03-19T08:28:09.247Z] ---> Running in 70adb0542af2 [2021-03-19T08:28:09.527Z] ---> Running in 94e73333cfa8 [2021-03-19T08:28:10.043Z] ea5ecf35b6c4: Pushed [2021-03-19T08:28:10.043Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:c215b7e059c69024c03c583a12e9f72ac601dcab21b65d3b6ef905050265a98b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:10.145Z] Removing intermediate container 70adb0542af2 [2021-03-19T08:28:10.145Z] ---> ae85718d8922 [2021-03-19T08:28:10.145Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:10.355Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:10.439Z] ---> Running in 491673fb9f6a [2021-03-19T08:28:10.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.130 [2021-03-19T08:28:10.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T08:28:10.652Z] d6bce53fe460: Preparing [2021-03-19T08:28:10.652Z] 2a9c669e399e: Preparing [2021-03-19T08:28:10.652Z] ea5ecf35b6c4: Preparing [2021-03-19T08:28:10.652Z] ccc379837d7d: Preparing [2021-03-19T08:28:10.652Z] ae26dd73ccfe: Preparing [2021-03-19T08:28:10.652Z] 5532350954a2: Preparing [2021-03-19T08:28:10.652Z] 07786bdfef85: Preparing [2021-03-19T08:28:10.652Z] 0754057c0ad3: Preparing [2021-03-19T08:28:10.652Z] 998cdf262ab1: Preparing [2021-03-19T08:28:10.652Z] 02e56110abd2: Preparing [2021-03-19T08:28:10.652Z] abc36efb885a: Preparing [2021-03-19T08:28:10.652Z] b0b09059f4e1: Preparing [2021-03-19T08:28:10.652Z] bb961f40224b: Preparing [2021-03-19T08:28:10.652Z] f4666769fca7: Preparing [2021-03-19T08:28:10.652Z] 5532350954a2: Waiting [2021-03-19T08:28:10.652Z] 07786bdfef85: Waiting [2021-03-19T08:28:10.652Z] 0754057c0ad3: Waiting [2021-03-19T08:28:10.652Z] 998cdf262ab1: Waiting [2021-03-19T08:28:10.652Z] 02e56110abd2: Waiting [2021-03-19T08:28:10.652Z] abc36efb885a: Waiting [2021-03-19T08:28:10.652Z] b0b09059f4e1: Waiting [2021-03-19T08:28:10.652Z] bb961f40224b: Waiting [2021-03-19T08:28:10.652Z] f4666769fca7: Waiting [2021-03-19T08:28:10.652Z] ae26dd73ccfe: Layer already exists [2021-03-19T08:28:10.652Z] 2a9c669e399e: Layer already exists [2021-03-19T08:28:10.652Z] ea5ecf35b6c4: Layer already exists [2021-03-19T08:28:10.652Z] ccc379837d7d: Layer already exists [2021-03-19T08:28:10.652Z] d6bce53fe460: Layer already exists [2021-03-19T08:28:10.652Z] 07786bdfef85: Layer already exists [2021-03-19T08:28:10.652Z] 0754057c0ad3: Layer already exists [2021-03-19T08:28:10.652Z] 5532350954a2: Layer already exists [2021-03-19T08:28:10.652Z] 998cdf262ab1: Layer already exists [2021-03-19T08:28:10.652Z] b0b09059f4e1: Layer already exists [2021-03-19T08:28:10.652Z] f4666769fca7: Layer already exists [2021-03-19T08:28:10.652Z] bb961f40224b: Layer already exists [2021-03-19T08:28:10.652Z] abc36efb885a: Layer already exists [2021-03-19T08:28:10.652Z] 02e56110abd2: Layer already exists [2021-03-19T08:28:10.652Z] 2.0.0-dev.130: digest: sha256:c215b7e059c69024c03c583a12e9f72ac601dcab21b65d3b6ef905050265a98b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:11.043Z] Removing intermediate container 491673fb9f6a [2021-03-19T08:28:11.217Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:11.322Z] ---> b879f7e6a53a [2021-03-19T08:28:11.322Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:28:11.322Z] ---> Running in d5135e7afec3 [2021-03-19T08:28:11.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:11.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T08:28:11.574Z] d6bce53fe460: Preparing [2021-03-19T08:28:11.574Z] 2a9c669e399e: Preparing [2021-03-19T08:28:11.574Z] ea5ecf35b6c4: Preparing [2021-03-19T08:28:11.574Z] ccc379837d7d: Preparing [2021-03-19T08:28:11.574Z] ae26dd73ccfe: Preparing [2021-03-19T08:28:11.574Z] 5532350954a2: Preparing [2021-03-19T08:28:11.574Z] 07786bdfef85: Preparing [2021-03-19T08:28:11.574Z] 0754057c0ad3: Preparing [2021-03-19T08:28:11.574Z] 998cdf262ab1: Preparing [2021-03-19T08:28:11.574Z] 02e56110abd2: Preparing [2021-03-19T08:28:11.574Z] abc36efb885a: Preparing [2021-03-19T08:28:11.574Z] b0b09059f4e1: Preparing [2021-03-19T08:28:11.574Z] bb961f40224b: Preparing [2021-03-19T08:28:11.574Z] f4666769fca7: Preparing [2021-03-19T08:28:11.574Z] abc36efb885a: Waiting [2021-03-19T08:28:11.574Z] 5532350954a2: Waiting [2021-03-19T08:28:11.574Z] 07786bdfef85: Waiting [2021-03-19T08:28:11.574Z] 0754057c0ad3: Waiting [2021-03-19T08:28:11.574Z] b0b09059f4e1: Waiting [2021-03-19T08:28:11.574Z] bb961f40224b: Waiting [2021-03-19T08:28:11.574Z] f4666769fca7: Waiting [2021-03-19T08:28:11.574Z] 998cdf262ab1: Waiting [2021-03-19T08:28:11.574Z] 02e56110abd2: Waiting [2021-03-19T08:28:11.574Z] ccc379837d7d: Layer already exists [2021-03-19T08:28:11.574Z] 2a9c669e399e: Layer already exists [2021-03-19T08:28:11.574Z] ae26dd73ccfe: Layer already exists [2021-03-19T08:28:11.574Z] d6bce53fe460: Layer already exists [2021-03-19T08:28:11.574Z] ea5ecf35b6c4: Layer already exists [2021-03-19T08:28:11.574Z] 0754057c0ad3: Layer already exists [2021-03-19T08:28:11.574Z] 5532350954a2: Layer already exists [2021-03-19T08:28:11.574Z] 07786bdfef85: Layer already exists [2021-03-19T08:28:11.574Z] 998cdf262ab1: Layer already exists [2021-03-19T08:28:11.574Z] 02e56110abd2: Layer already exists [2021-03-19T08:28:11.574Z] abc36efb885a: Layer already exists [2021-03-19T08:28:11.574Z] b0b09059f4e1: Layer already exists [2021-03-19T08:28:11.574Z] bb961f40224b: Layer already exists [2021-03-19T08:28:11.574Z] f4666769fca7: Layer already exists [2021-03-19T08:28:11.855Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:c215b7e059c69024c03c583a12e9f72ac601dcab21b65d3b6ef905050265a98b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:12.165Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:28:12.338Z] Removing intermediate container d5135e7afec3 [2021-03-19T08:28:12.338Z] ---> 8c74a180eedb [2021-03-19T08:28:12.338Z] [2021-03-19T08:28:12.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-19T08:28:12.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T08:28:12.460Z] d6bce53fe460: Preparing [2021-03-19T08:28:12.460Z] 2a9c669e399e: Preparing [2021-03-19T08:28:12.460Z] ea5ecf35b6c4: Preparing [2021-03-19T08:28:12.460Z] ccc379837d7d: Preparing [2021-03-19T08:28:12.460Z] ae26dd73ccfe: Preparing [2021-03-19T08:28:12.460Z] 5532350954a2: Preparing [2021-03-19T08:28:12.460Z] 07786bdfef85: Preparing [2021-03-19T08:28:12.460Z] 0754057c0ad3: Preparing [2021-03-19T08:28:12.460Z] 998cdf262ab1: Preparing [2021-03-19T08:28:12.460Z] 02e56110abd2: Preparing [2021-03-19T08:28:12.460Z] abc36efb885a: Preparing [2021-03-19T08:28:12.460Z] b0b09059f4e1: Preparing [2021-03-19T08:28:12.460Z] bb961f40224b: Preparing [2021-03-19T08:28:12.460Z] f4666769fca7: Preparing [2021-03-19T08:28:12.460Z] 5532350954a2: Waiting [2021-03-19T08:28:12.460Z] 07786bdfef85: Waiting [2021-03-19T08:28:12.460Z] 0754057c0ad3: Waiting [2021-03-19T08:28:12.460Z] 998cdf262ab1: Waiting [2021-03-19T08:28:12.460Z] 02e56110abd2: Waiting [2021-03-19T08:28:12.460Z] abc36efb885a: Waiting [2021-03-19T08:28:12.460Z] b0b09059f4e1: Waiting [2021-03-19T08:28:12.460Z] bb961f40224b: Waiting [2021-03-19T08:28:12.460Z] f4666769fca7: Waiting [2021-03-19T08:28:12.460Z] ccc379837d7d: Layer already exists [2021-03-19T08:28:12.460Z] ea5ecf35b6c4: Layer already exists [2021-03-19T08:28:12.460Z] d6bce53fe460: Layer already exists [2021-03-19T08:28:12.460Z] 2a9c669e399e: Layer already exists [2021-03-19T08:28:12.460Z] ae26dd73ccfe: Layer already exists [2021-03-19T08:28:12.460Z] 07786bdfef85: Layer already exists [2021-03-19T08:28:12.460Z] 5532350954a2: Layer already exists [2021-03-19T08:28:12.460Z] 0754057c0ad3: Layer already exists [2021-03-19T08:28:12.460Z] 998cdf262ab1: Layer already exists [2021-03-19T08:28:12.460Z] 02e56110abd2: Layer already exists [2021-03-19T08:28:12.460Z] abc36efb885a: Layer already exists [2021-03-19T08:28:12.460Z] b0b09059f4e1: Layer already exists [2021-03-19T08:28:12.460Z] bb961f40224b: Layer already exists [2021-03-19T08:28:12.460Z] f4666769fca7: Layer already exists [2021-03-19T08:28:12.722Z] master: digest: sha256:c215b7e059c69024c03c583a12e9f72ac601dcab21b65d3b6ef905050265a98b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:28:12.923Z] ===================================================== [2021-03-19T08:28:12.949Z] Successfully built 8c74a180eedb [2021-03-19T08:28:12.949Z] Successfully tagged docker-core-data-go-arm64:latest [Pipeline] echo [2021-03-19T08:28:12.970Z] taggedImages: [2021-03-19T08:28:12.970Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:28:12.970Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.130 [2021-03-19T08:28:12.970Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:28:12.970Z] - 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] } [2021-03-19T08:28:13.560Z]  Building docker-core-data-go ... done Removing intermediate container 94e73333cfa8 [2021-03-19T08:28:13.560Z] ---> e86038e03bef [2021-03-19T08:28:13.560Z] Step 8/26 : COPY . . [Pipeline] // stage [Pipeline] } [2021-03-19T08:28:23.769Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:28:23.769Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:28:23.769Z] ---> 3c48893bd4cb [2021-03-19T08:28:23.769Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 3c9a09675a83 [2021-03-19T08:28:23.769Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 82fb6174f03b [2021-03-19T08:28:23.769Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> ae099f51161e [2021-03-19T08:28:23.769Z] Step 6/23 : COPY go.mod . [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 454e2f8f9816 [2021-03-19T08:28:23.769Z] Step 7/23 : RUN go mod download [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> fc569bd3f731 [2021-03-19T08:28:23.769Z] Step 8/23 : COPY . . [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> b5e85e1463fc [2021-03-19T08:28:23.769Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T08:28:23.769Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:28:23.769Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:28:23.769Z] ---> 3c48893bd4cb [2021-03-19T08:28:23.769Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 3c9a09675a83 [2021-03-19T08:28:23.769Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 82fb6174f03b [2021-03-19T08:28:23.769Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> ae099f51161e [2021-03-19T08:28:23.769Z] Step 6/31 : COPY go.mod . [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> 454e2f8f9816 [2021-03-19T08:28:23.769Z] Step 7/31 : RUN go mod download [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> fc569bd3f731 [2021-03-19T08:28:23.769Z] Step 8/31 : COPY . . [2021-03-19T08:28:23.769Z] ---> Using cache [2021-03-19T08:28:23.769Z] ---> b5e85e1463fc [2021-03-19T08:28:23.769Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T08:28:24.528Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T08:28:24.528Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T08:28:24.528Z] ---> 3c48893bd4cb [2021-03-19T08:28:24.528Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T08:28:24.528Z] ---> Using cache [2021-03-19T08:28:24.528Z] ---> 3c9a09675a83 [2021-03-19T08:28:24.528Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T08:28:24.528Z] ---> Using cache [2021-03-19T08:28:24.528Z] ---> 82fb6174f03b [2021-03-19T08:28:24.528Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T08:28:24.528Z] ---> Using cache [2021-03-19T08:28:24.528Z] ---> ae099f51161e [2021-03-19T08:28:24.528Z] Step 6/22 : COPY go.mod . [2021-03-19T08:28:24.528Z] ---> Using cache [2021-03-19T08:28:24.528Z] ---> 454e2f8f9816 [2021-03-19T08:28:24.528Z] Step 7/22 : RUN go mod download [2021-03-19T08:28:24.528Z] ---> Using cache [2021-03-19T08:28:24.528Z] ---> fc569bd3f731 [2021-03-19T08:28:24.528Z] Step 8/22 : COPY . . [2021-03-19T08:28:24.823Z] ---> Using cache [2021-03-19T08:28:24.823Z] ---> b5e85e1463fc [2021-03-19T08:28:24.823Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T08:28:27.488Z] ---> Running in 286778c1bda5 [2021-03-19T08:28:27.488Z] ---> Running in a0c94b3ca757 [2021-03-19T08:28:27.488Z] ---> Running in 0b575ac511b6 [2021-03-19T08:28:27.773Z] ---> bcdccc9008a7 [2021-03-19T08:28:27.773Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T08:28:28.062Z] ---> Running in 0beb71101d9d [2021-03-19T08:28:29.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T08:28:29.668Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T08:28:29.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T08:28:29.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T08:30:21.930Z] Removing intermediate container 0beb71101d9d [2021-03-19T08:30:21.930Z] ---> 2b401538e3d4 [2021-03-19T08:30:21.930Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T08:30:21.930Z] ---> Running in ade66e18b06e [2021-03-19T08:30:21.930Z] Removing intermediate container a0c94b3ca757 [2021-03-19T08:30:21.930Z] ---> a79f792b2701 [2021-03-19T08:30:21.930Z] [2021-03-19T08:30:21.930Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T08:30:21.930Z] ---> d10569e2745f [2021-03-19T08:30:21.930Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T08:30:21.930Z] ---> Running in e17d1c3ee8d1 [2021-03-19T08:30:21.930Z] Removing intermediate container e17d1c3ee8d1 [2021-03-19T08:30:21.930Z] ---> 2ed5c3966734 [2021-03-19T08:30:21.930Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T08:30:21.930Z] ---> Running in 9b73f96de07b [2021-03-19T08:30:21.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.130" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T08:30:22.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:22.808Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:23.413Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T08:30:23.413Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T08:30:23.413Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:30:23.413Z] OK: 5 MiB in 16 packages [2021-03-19T08:30:26.280Z] Removing intermediate container 9b73f96de07b [2021-03-19T08:30:26.280Z] ---> ebf78e87fe60 [2021-03-19T08:30:26.280Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T08:30:26.280Z] ---> Running in 23b7dd240fc9 [2021-03-19T08:30:27.746Z] Removing intermediate container ade66e18b06e [2021-03-19T08:30:27.747Z] ---> 31a00a6a8c72 [2021-03-19T08:30:27.747Z] [2021-03-19T08:30:27.747Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T08:30:27.747Z] Removing intermediate container 23b7dd240fc9 [2021-03-19T08:30:27.747Z] ---> 4dde5987ad8b [2021-03-19T08:30:27.747Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T08:30:27.747Z] 20.10.0: Pulling from library/docker [2021-03-19T08:30:28.026Z] ---> Running in dc7d9d937a71 [2021-03-19T08:30:29.035Z] Removing intermediate container dc7d9d937a71 [2021-03-19T08:30:29.035Z] ---> 4c9abef4a3c3 [2021-03-19T08:30:29.035Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T08:30:29.646Z] ---> Running in 49800d7da655 [2021-03-19T08:30:30.634Z] Removing intermediate container 286778c1bda5 [2021-03-19T08:30:30.634Z] ---> f6a06d07dd5c [2021-03-19T08:30:30.634Z] [2021-03-19T08:30:30.634Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T08:30:30.634Z] ---> d10569e2745f [2021-03-19T08:30:30.634Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T08:30:30.634Z] ---> Using cache [2021-03-19T08:30:30.634Z] ---> 2195d1de6c42 [2021-03-19T08:30:30.634Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:30:30.634Z] ---> Using cache [2021-03-19T08:30:30.634Z] ---> 32ab4dc81286 [2021-03-19T08:30:30.634Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T08:30:31.624Z] ---> Running in c337ac260fe3 [2021-03-19T08:30:32.616Z] Removing intermediate container c337ac260fe3 [2021-03-19T08:30:32.616Z] ---> df4fd6f2a052 [2021-03-19T08:30:32.616Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T08:30:32.896Z] ---> Running in e444dbdde496 [2021-03-19T08:30:34.336Z] Removing intermediate container e444dbdde496 [2021-03-19T08:30:34.336Z] ---> 8e8d46d23aa4 [2021-03-19T08:30:34.336Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:30:34.336Z] Removing intermediate container 49800d7da655 [2021-03-19T08:30:34.336Z] ---> 0dedb4abc213 [2021-03-19T08:30:34.336Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T08:30:34.612Z] ---> Running in d35db675d6c4 [2021-03-19T08:30:35.593Z] ---> a3d68deff42a [2021-03-19T08:30:35.593Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T08:30:35.593Z] Removing intermediate container d35db675d6c4 [2021-03-19T08:30:35.593Z] ---> 6b9036cf7bc2 [2021-03-19T08:30:35.593Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T08:30:37.594Z] ---> 7d03e9ee2215 [2021-03-19T08:30:37.594Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T08:30:37.873Z] ---> ad46ea76784f [2021-03-19T08:30:37.873Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T08:30:37.873Z] ---> Running in 0e5fc60fb26b [2021-03-19T08:30:38.482Z] Removing intermediate container 0b575ac511b6 [2021-03-19T08:30:38.482Z] ---> 37b14549d8d1 [2021-03-19T08:30:38.482Z] [2021-03-19T08:30:38.482Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T08:30:38.482Z] ---> d10569e2745f [2021-03-19T08:30:38.482Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T08:30:38.482Z] ---> Using cache [2021-03-19T08:30:38.482Z] ---> 2195d1de6c42 [2021-03-19T08:30:38.482Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T08:30:38.482Z] ---> Using cache [2021-03-19T08:30:38.482Z] ---> 32ab4dc81286 [2021-03-19T08:30:38.482Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T08:30:39.079Z] ---> Running in 112549b11b13 [2021-03-19T08:30:39.079Z] ---> f8708184aca9 [2021-03-19T08:30:39.079Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T08:30:39.354Z] ---> Running in a5bdcbe8c275 [2021-03-19T08:30:39.628Z] Removing intermediate container 112549b11b13 [2021-03-19T08:30:39.628Z] ---> 0f00b0256565 [2021-03-19T08:30:39.628Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T08:30:39.899Z] ---> Running in 7c13f541ddb6 [2021-03-19T08:30:40.170Z] Removing intermediate container a5bdcbe8c275 [2021-03-19T08:30:40.171Z] ---> 6463dfe129ea [2021-03-19T08:30:40.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:30:40.448Z] ---> Running in 7542dd7c09f9 [2021-03-19T08:30:40.720Z] Removing intermediate container 7c13f541ddb6 [2021-03-19T08:30:40.720Z] ---> dd4b3b740cf0 [2021-03-19T08:30:40.720Z] Step 15/23 : WORKDIR / [2021-03-19T08:30:40.994Z] ---> Running in 48c6e06ef9e5 [2021-03-19T08:30:40.994Z] Removing intermediate container 0e5fc60fb26b [2021-03-19T08:30:40.994Z] ---> 73d307a401d9 [2021-03-19T08:30:40.994Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:30:41.271Z] Removing intermediate container 7542dd7c09f9 [2021-03-19T08:30:41.271Z] ---> 2b91bfe9b928 [2021-03-19T08:30:41.271Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T08:30:41.271Z] ---> Running in ee3ee6a16a9b [2021-03-19T08:30:41.546Z] Removing intermediate container 48c6e06ef9e5 [2021-03-19T08:30:41.546Z] ---> b3b471d8fcd1 [2021-03-19T08:30:41.546Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T08:30:41.821Z] Removing intermediate container ee3ee6a16a9b [2021-03-19T08:30:41.821Z] ---> 60208d215c26 [2021-03-19T08:30:41.821Z] Step 21/22 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:30:42.097Z] ---> 63c119079200 [2021-03-19T08:30:42.097Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T08:30:42.097Z] ---> Running in c21a76f1eded [2021-03-19T08:30:42.375Z] ---> da8241310822 [2021-03-19T08:30:42.375Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T08:30:42.646Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T08:30:42.646Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T08:30:42.646Z] ---> eeaf43b92773 [2021-03-19T08:30:42.646Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T08:30:42.646Z] Removing intermediate container c21a76f1eded [2021-03-19T08:30:42.646Z] ---> 8e00e116f184 [2021-03-19T08:30:42.646Z] Step 22/22 : LABEL version=2.0.0-dev.130 [2021-03-19T08:30:42.917Z] ---> Running in 941fb24ab27a [2021-03-19T08:30:42.917Z] ---> Running in 2426ef2d4e93 [2021-03-19T08:30:43.510Z] ---> 59981a618d26 [2021-03-19T08:30:43.510Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T08:30:43.781Z] Removing intermediate container 2426ef2d4e93 [2021-03-19T08:30:43.781Z] ---> aff86f168493 [2021-03-19T08:30:43.781Z] [2021-03-19T08:30:44.053Z] ---> b94800499e24 [2021-03-19T08:30:44.053Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T08:30:44.053Z] Successfully built aff86f168493 [2021-03-19T08:30:44.336Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T08:30:44.336Z]  Building docker-support-scheduler-go ... done  ---> a8059feaad42 [2021-03-19T08:30:44.336Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T08:30:44.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:44.881Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:44.881Z] ---> 51eb409f7764 [2021-03-19T08:30:44.881Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T08:30:44.881Z] ---> Running in 4cb713c81541 [2021-03-19T08:30:45.153Z] ---> 7cbb2f37016e [2021-03-19T08:30:45.153Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T08:30:45.432Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T08:30:45.432Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T08:30:45.432Z] Executing bash-5.0.17-r0.post-install [2021-03-19T08:30:45.432Z] Removing intermediate container 4cb713c81541 [2021-03-19T08:30:45.432Z] ---> 9cea7c4b4eee [2021-03-19T08:30:45.432Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:30:45.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:30:45.432Z] OK: 12 MiB in 22 packages [2021-03-19T08:30:45.710Z] ---> Running in 7f615b7817ea [2021-03-19T08:30:45.989Z] ---> 0d6bf05e903d [2021-03-19T08:30:45.989Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T08:30:46.581Z] ---> Running in 213bb6a04edb [2021-03-19T08:30:46.581Z] Removing intermediate container 7f615b7817ea [2021-03-19T08:30:46.581Z] ---> 40b90dc5afdf [2021-03-19T08:30:46.581Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T08:30:46.581Z] ---> Running in 85429045099c [2021-03-19T08:30:47.172Z] Removing intermediate container 213bb6a04edb [2021-03-19T08:30:47.173Z] ---> 36c1e7d44067 [2021-03-19T08:30:47.173Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T08:30:47.173Z] Removing intermediate container 941fb24ab27a [2021-03-19T08:30:47.173Z] ---> d064828457a5 [2021-03-19T08:30:47.173Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T08:30:47.173Z] Removing intermediate container 85429045099c [2021-03-19T08:30:47.173Z] ---> 153641954678 [2021-03-19T08:30:47.173Z] Step 22/23 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:30:47.448Z] ---> Running in 3bfbfc434471 [2021-03-19T08:30:47.448Z] ---> Running in 22def9099752 [2021-03-19T08:30:47.720Z] ---> 2125b8edc383 [2021-03-19T08:30:47.720Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T08:30:47.991Z] Removing intermediate container 3bfbfc434471 [2021-03-19T08:30:47.991Z] ---> 6c6e71a14c34 [2021-03-19T08:30:47.991Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T08:30:48.264Z] ---> Running in 787fd21d108b [2021-03-19T08:30:48.264Z] Removing intermediate container 22def9099752 [2021-03-19T08:30:48.264Z] ---> fd85c11e971b [2021-03-19T08:30:48.264Z] Step 23/23 : LABEL version=2.0.0-dev.130 [2021-03-19T08:30:48.544Z] ---> Running in 381a24f1b74f [2021-03-19T08:30:48.544Z] ---> Running in 148f39b034d1 [2021-03-19T08:30:49.146Z] Removing intermediate container 381a24f1b74f [2021-03-19T08:30:49.146Z] ---> 8c83353a8dfc [2021-03-19T08:30:49.146Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T08:30:49.146Z] Removing intermediate container 148f39b034d1 [2021-03-19T08:30:49.146Z] ---> 3ddc459d1e8f [2021-03-19T08:30:49.146Z] [2021-03-19T08:30:49.421Z] ---> Running in e16a2a0ce73b [2021-03-19T08:30:49.691Z] Successfully built 3ddc459d1e8f [2021-03-19T08:30:49.691Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T08:30:49.967Z]  Building docker-core-metadata-go ... done Removing intermediate container e16a2a0ce73b [2021-03-19T08:30:49.967Z] ---> 0ad78c73fc48 [2021-03-19T08:30:49.968Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T08:30:50.950Z] ---> ecefd0b70860 [2021-03-19T08:30:50.950Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T08:30:51.226Z] Removing intermediate container 787fd21d108b [2021-03-19T08:30:51.226Z] ---> 8f74bc096a15 [2021-03-19T08:30:51.226Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T08:30:51.499Z] ---> Running in baf013c98a81 [2021-03-19T08:30:51.770Z] ---> f23317b9e359 [2021-03-19T08:30:51.770Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T08:30:52.042Z] Removing intermediate container baf013c98a81 [2021-03-19T08:30:52.042Z] ---> 718e10491405 [2021-03-19T08:30:52.042Z] Step 28/31 : CMD ["gate"] [2021-03-19T08:30:52.656Z] ---> Running in e1b418757650 [2021-03-19T08:30:52.656Z] ---> 69d61bbf11d5 [2021-03-19T08:30:52.656Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T08:30:52.926Z] ---> Running in 7d96040f46a8 [2021-03-19T08:30:53.197Z] Removing intermediate container e1b418757650 [2021-03-19T08:30:53.197Z] ---> fc61da7a6296 [2021-03-19T08:30:53.197Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T08:30:53.468Z] ---> Running in 9f3734399934 [2021-03-19T08:30:54.063Z] Removing intermediate container 9f3734399934 [2021-03-19T08:30:54.063Z] ---> 13b3a1fd5087 [2021-03-19T08:30:54.063Z] Step 30/31 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:30:54.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:54.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:30:54.335Z] ---> Running in db98e9b37e2a [2021-03-19T08:30:54.932Z] Removing intermediate container db98e9b37e2a [2021-03-19T08:30:54.932Z] ---> d97e06d11f8e [2021-03-19T08:30:54.932Z] Step 31/31 : LABEL version=2.0.0-dev.130 [2021-03-19T08:30:54.932Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T08:30:54.932Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T08:30:54.932Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T08:30:54.932Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T08:30:54.932Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T08:30:54.932Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T08:30:54.932Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T08:30:55.205Z] ---> Running in 3c6952c669b0 [2021-03-19T08:30:56.179Z] Removing intermediate container 3c6952c669b0 [2021-03-19T08:30:56.179Z] ---> 9bc865b46684 [2021-03-19T08:30:56.179Z] [2021-03-19T08:30:56.450Z] Successfully built 9bc865b46684 [2021-03-19T08:30:56.450Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T08:30:57.042Z]  Building docker-security-bootstrapper-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T08:30:57.042Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T08:30:57.042Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T08:30:57.042Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T08:30:57.042Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T08:30:57.042Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T08:30:57.042Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T08:30:57.042Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T08:30:57.042Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T08:30:57.313Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T08:30:57.313Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T08:30:57.313Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T08:30:57.313Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T08:30:57.313Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T08:30:57.313Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T08:30:57.313Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T08:30:57.313Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T08:30:57.313Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T08:30:57.313Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T08:30:57.586Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T08:30:57.586Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T08:30:57.586Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T08:30:57.586Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T08:30:57.586Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T08:30:57.586Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T08:30:57.586Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T08:30:57.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:30:57.586Z] OK: 71 MiB in 55 packages [2021-03-19T08:31:05.870Z] Removing intermediate container 7d96040f46a8 [2021-03-19T08:31:05.870Z] ---> 451b51c2fa3e [2021-03-19T08:31:05.870Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T08:31:05.870Z] ---> Running in 625f5ea5350c [2021-03-19T08:31:11.246Z] Collecting docker-compose==1.23.2 [2021-03-19T08:31:11.246Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T08:31:12.227Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T08:31:12.227Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T08:31:14.840Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T08:31:14.840Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T08:31:15.812Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T08:31:15.812Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T08:31:16.785Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T08:31:16.785Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T08:31:17.057Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T08:31:17.057Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T08:31:20.435Z] Collecting PyYAML<4,>=3.10 [2021-03-19T08:31:20.435Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T08:31:27.140Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T08:31:27.140Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T08:31:27.418Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T08:31:27.418Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T08:31:27.692Z] 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-19T08:31:27.964Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T08:31:27.964Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T08:31:31.345Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T08:31:31.345Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T08:31:31.938Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T08:31:31.938Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T08:31:32.532Z] 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-19T08:31:32.532Z] 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-19T08:31:32.532Z] Collecting idna<2.8,>=2.5 [2021-03-19T08:31:32.805Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T08:31:32.805Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T08:31:32.805Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T08:31:32.805Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T08:31:32.805Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T08:31:34.779Z] Installing collected packages: texttable, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, dockerpty, PyYAML, docopt, docker-compose [2021-03-19T08:31:34.779Z] Running setup.py install for texttable: started [2021-03-19T08:31:37.390Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T08:31:37.390Z] Attempting uninstall: urllib3 [2021-03-19T08:31:37.390Z] Found existing installation: urllib3 1.25.9 [2021-03-19T08:31:37.390Z] Uninstalling urllib3-1.25.9: [2021-03-19T08:31:37.662Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T08:31:38.675Z] Attempting uninstall: idna [2021-03-19T08:31:38.675Z] Found existing installation: idna 2.9 [2021-03-19T08:31:38.675Z] Uninstalling idna-2.9: [2021-03-19T08:31:38.675Z] Successfully uninstalled idna-2.9 [2021-03-19T08:31:39.676Z] Attempting uninstall: requests [2021-03-19T08:31:39.676Z] Found existing installation: requests 2.23.0 [2021-03-19T08:31:39.676Z] Uninstalling requests-2.23.0: [2021-03-19T08:31:39.676Z] Successfully uninstalled requests-2.23.0 [2021-03-19T08:31:42.339Z] Running setup.py install for dockerpty: started [2021-03-19T08:31:44.947Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T08:31:44.947Z] Running setup.py install for PyYAML: started [2021-03-19T08:31:47.561Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T08:31:47.561Z] Running setup.py install for docopt: started [2021-03-19T08:31:50.173Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T08:31:51.606Z] 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-19T08:31:55.909Z] Removing intermediate container 625f5ea5350c [2021-03-19T08:31:55.909Z] ---> 9e4d319c5ec7 [2021-03-19T08:31:55.909Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T08:31:56.179Z] ---> Running in 1dd8f0ef91f8 [2021-03-19T08:31:57.152Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T08:31:57.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T08:31:58.016Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T08:31:58.016Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T08:31:58.016Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T08:31:58.016Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T08:31:58.286Z] OK: 72 MiB in 58 packages [2021-03-19T08:31:59.263Z] Removing intermediate container 1dd8f0ef91f8 [2021-03-19T08:31:59.263Z] ---> 42431a59f419 [2021-03-19T08:31:59.263Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T08:31:59.537Z] ---> Running in 2491bbc3fe35 [2021-03-19T08:32:00.132Z] Removing intermediate container 2491bbc3fe35 [2021-03-19T08:32:00.132Z] ---> 024fdcdff0e8 [2021-03-19T08:32:00.132Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T08:32:00.132Z] ---> Running in 19192f7d4d11 [2021-03-19T08:32:00.727Z] Removing intermediate container 19192f7d4d11 [2021-03-19T08:32:00.727Z] ---> 49819c482014 [2021-03-19T08:32:00.727Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T08:32:00.727Z] ---> Running in fe6805bb88e1 [2021-03-19T08:32:01.323Z] Removing intermediate container fe6805bb88e1 [2021-03-19T08:32:01.323Z] ---> b6a630d499ac [2021-03-19T08:32:01.323Z] Step 25/26 : LABEL git_sha=3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:01.323Z] ---> Running in 283f2ec5dc5f [2021-03-19T08:32:01.919Z] Removing intermediate container 283f2ec5dc5f [2021-03-19T08:32:01.919Z] ---> 119bf34d615c [2021-03-19T08:32:01.919Z] Step 26/26 : LABEL version=2.0.0-dev.130 [2021-03-19T08:32:01.919Z] ---> Running in ea9cf2195365 [2021-03-19T08:32:02.516Z] Removing intermediate container ea9cf2195365 [2021-03-19T08:32:02.516Z] ---> 8e9ce031009c [2021-03-19T08:32:02.516Z] [2021-03-19T08:32:02.791Z] Successfully built 8e9ce031009c [2021-03-19T08:32:03.066Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T08:32:03.676Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T08:32:03.667Z] $ docker stop --time=1 90c838a96b3b1626f71353d2b09c9722ec56c150bde12b461c9068d64bdb7f83 [2021-03-19T08:32:05.612Z] $ docker rm -f 90c838a96b3b1626f71353d2b09c9722ec56c150bde12b461c9068d64bdb7f83 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T08:32:06.359Z] + docker images [2021-03-19T08:32:06.359Z] + grep docker [2021-03-19T08:32:06.631Z] docker-sys-mgmt-agent-go-arm64 latest 8e9ce031009c 4 seconds ago 300MB [2021-03-19T08:32:06.631Z] docker-security-bootstrapper-go-arm64 latest 9bc865b46684 About a minute ago 17.8MB [2021-03-19T08:32:06.631Z] docker-core-metadata-go-arm64 latest 3ddc459d1e8f About a minute ago 17.9MB [2021-03-19T08:32:06.631Z] docker-support-scheduler-go-arm64 latest aff86f168493 About a minute ago 16.3MB [2021-03-19T08:32:06.631Z] docker-core-data-go-arm64 latest 8c74a180eedb 3 minutes ago 21.3MB [2021-03-19T08:32:06.631Z] docker-support-notifications-go-arm64 latest 1e7468931937 4 minutes ago 16.9MB [2021-03-19T08:32:06.631Z] docker-core-command-go-arm64 latest bf6f1b50558f 4 minutes ago 16.2MB [2021-03-19T08:32:06.631Z] docker-security-secretstore-setup-go-arm64 latest e7b07aa8f200 4 minutes ago 23.7MB [2021-03-19T08:32:06.631Z] docker-security-proxy-setup-go-arm64 latest ff693cb8be0c 4 minutes ago 23.4MB [2021-03-19T08:32:06.631Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T08:32:07.191Z] provisioning config files... [2021-03-19T08:32:07.230Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/397@tmp/config1869960887162846248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:32:07.627Z] ---> docker-login.sh [2021-03-19T08:32:07.627Z] nexus3.edgexfoundry.org:10001 [2021-03-19T08:32:07.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:32:07.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:32:07.898Z] Configure a credential helper to remove this warning. See [2021-03-19T08:32:07.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:32:07.898Z] [2021-03-19T08:32:07.898Z] Login Succeeded [2021-03-19T08:32:08.171Z] nexus3.edgexfoundry.org:10002 [2021-03-19T08:32:08.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:32:08.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:32:08.712Z] Configure a credential helper to remove this warning. See [2021-03-19T08:32:08.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:32:08.712Z] [2021-03-19T08:32:08.712Z] Login Succeeded [2021-03-19T08:32:08.712Z] nexus3.edgexfoundry.org:10003 [2021-03-19T08:32:08.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:32:09.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:32:09.258Z] Configure a credential helper to remove this warning. See [2021-03-19T08:32:09.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:32:09.258Z] [2021-03-19T08:32:09.258Z] Login Succeeded [2021-03-19T08:32:09.258Z] nexus3.edgexfoundry.org:10004 [2021-03-19T08:32:09.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:32:09.800Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:32:09.800Z] Configure a credential helper to remove this warning. See [2021-03-19T08:32:09.800Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:32:09.800Z] [2021-03-19T08:32:09.800Z] Login Succeeded [2021-03-19T08:32:09.800Z] docker.io [2021-03-19T08:32:10.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T08:32:10.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T08:32:10.346Z] Configure a credential helper to remove this warning. See [2021-03-19T08:32:10.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T08:32:10.346Z] [2021-03-19T08:32:10.346Z] Login Succeeded [2021-03-19T08:32:10.346Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T08:32:10.364Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:10.619Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-19T08:32:10.619Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:10.619Z] 2.0.0-dev.130 [2021-03-19T08:32:10.619Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:10.619Z] master [2021-03-19T08:32:10.619Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:11.158Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:11.503Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:11.503Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T08:32:11.503Z] c3c095dd5229: Preparing [2021-03-19T08:32:11.503Z] c06801fa8b5b: Preparing [2021-03-19T08:32:11.503Z] 028b9f9149b9: Preparing [2021-03-19T08:32:11.503Z] 423706b53a77: Preparing [2021-03-19T08:32:11.503Z] 02a88cfff88f: Preparing [2021-03-19T08:32:11.780Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:11.780Z] c3c095dd5229: Pushed [2021-03-19T08:32:11.780Z] 423706b53a77: Pushed [2021-03-19T08:32:11.780Z] 028b9f9149b9: Pushed [2021-03-19T08:32:15.154Z] c06801fa8b5b: Pushed [2021-03-19T08:32:15.154Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:88a4b8467538fb507fe5af8a24c7f4dd257ee65ff83c17aa98f7f80c2870af3f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:15.519Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:15.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:15.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T08:32:15.865Z] c3c095dd5229: Preparing [2021-03-19T08:32:15.865Z] c06801fa8b5b: Preparing [2021-03-19T08:32:15.865Z] 028b9f9149b9: Preparing [2021-03-19T08:32:15.865Z] 423706b53a77: Preparing [2021-03-19T08:32:15.865Z] 02a88cfff88f: Preparing [2021-03-19T08:32:15.865Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:15.865Z] 423706b53a77: Layer already exists [2021-03-19T08:32:15.865Z] c3c095dd5229: Layer already exists [2021-03-19T08:32:15.865Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:15.865Z] c06801fa8b5b: Layer already exists [2021-03-19T08:32:16.147Z] 2.0.0-dev.130: digest: sha256:88a4b8467538fb507fe5af8a24c7f4dd257ee65ff83c17aa98f7f80c2870af3f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:16.493Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:16.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:16.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T08:32:16.837Z] c3c095dd5229: Preparing [2021-03-19T08:32:16.837Z] c06801fa8b5b: Preparing [2021-03-19T08:32:16.837Z] 028b9f9149b9: Preparing [2021-03-19T08:32:16.837Z] 423706b53a77: Preparing [2021-03-19T08:32:16.837Z] 02a88cfff88f: Preparing [2021-03-19T08:32:16.837Z] c3c095dd5229: Layer already exists [2021-03-19T08:32:16.837Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:16.837Z] c06801fa8b5b: Layer already exists [2021-03-19T08:32:17.108Z] 423706b53a77: Layer already exists [2021-03-19T08:32:17.108Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:17.108Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:88a4b8467538fb507fe5af8a24c7f4dd257ee65ff83c17aa98f7f80c2870af3f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:17.453Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:17.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-19T08:32:17.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T08:32:17.808Z] c3c095dd5229: Preparing [2021-03-19T08:32:17.808Z] c06801fa8b5b: Preparing [2021-03-19T08:32:17.808Z] 028b9f9149b9: Preparing [2021-03-19T08:32:17.808Z] 423706b53a77: Preparing [2021-03-19T08:32:17.808Z] 02a88cfff88f: Preparing [2021-03-19T08:32:18.081Z] 423706b53a77: Layer already exists [2021-03-19T08:32:18.081Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:18.081Z] c06801fa8b5b: Layer already exists [2021-03-19T08:32:18.081Z] c3c095dd5229: Layer already exists [2021-03-19T08:32:18.081Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:18.081Z] master: digest: sha256:88a4b8467538fb507fe5af8a24c7f4dd257ee65ff83c17aa98f7f80c2870af3f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:18.273Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:18.319Z] taggedImages: [2021-03-19T08:32:18.319Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:18.319Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:18.319Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:18.319Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-19T08:32:18.383Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-19T08:32:18.384Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:18.384Z] 2.0.0-dev.130 [2021-03-19T08:32:18.384Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:18.384Z] master [2021-03-19T08:32:18.384Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:18.942Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:19.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:19.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T08:32:19.282Z] 5422fa263d7f: Preparing [2021-03-19T08:32:19.282Z] bb443fdb7df3: Preparing [2021-03-19T08:32:19.282Z] 028b9f9149b9: Preparing [2021-03-19T08:32:19.282Z] b3bfe5f64ad0: Preparing [2021-03-19T08:32:19.282Z] 87cf0058719c: Preparing [2021-03-19T08:32:19.282Z] 02a88cfff88f: Preparing [2021-03-19T08:32:19.282Z] 02a88cfff88f: Waiting [2021-03-19T08:32:19.556Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:19.556Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:19.556Z] 5422fa263d7f: Pushed [2021-03-19T08:32:19.556Z] 87cf0058719c: Pushed [2021-03-19T08:32:20.539Z] b3bfe5f64ad0: Pushed [2021-03-19T08:32:23.148Z] bb443fdb7df3: Pushed [2021-03-19T08:32:23.148Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:a3018f504e57dceb1c5f7f81a57781690919457a69333f311b298ee418f7b380 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:23.497Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:23.883Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:23.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T08:32:24.176Z] 5422fa263d7f: Preparing [2021-03-19T08:32:24.176Z] bb443fdb7df3: Preparing [2021-03-19T08:32:24.176Z] 028b9f9149b9: Preparing [2021-03-19T08:32:24.176Z] b3bfe5f64ad0: Preparing [2021-03-19T08:32:24.176Z] 87cf0058719c: Preparing [2021-03-19T08:32:24.176Z] 02a88cfff88f: Preparing [2021-03-19T08:32:24.176Z] 02a88cfff88f: Waiting [2021-03-19T08:32:24.816Z] 87cf0058719c: Layer already exists [2021-03-19T08:32:24.816Z] b3bfe5f64ad0: Layer already exists [2021-03-19T08:32:24.816Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:24.816Z] bb443fdb7df3: Layer already exists [2021-03-19T08:32:24.816Z] 5422fa263d7f: Layer already exists [2021-03-19T08:32:24.816Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:24.816Z] 2.0.0-dev.130: digest: sha256:a3018f504e57dceb1c5f7f81a57781690919457a69333f311b298ee418f7b380 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:25.226Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:25.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:25.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T08:32:25.594Z] 5422fa263d7f: Preparing [2021-03-19T08:32:25.594Z] bb443fdb7df3: Preparing [2021-03-19T08:32:25.594Z] 028b9f9149b9: Preparing [2021-03-19T08:32:25.594Z] b3bfe5f64ad0: Preparing [2021-03-19T08:32:25.594Z] 87cf0058719c: Preparing [2021-03-19T08:32:25.594Z] 02a88cfff88f: Preparing [2021-03-19T08:32:25.594Z] 02a88cfff88f: Waiting [2021-03-19T08:32:25.871Z] 5422fa263d7f: Layer already exists [2021-03-19T08:32:25.871Z] bb443fdb7df3: Layer already exists [2021-03-19T08:32:25.871Z] b3bfe5f64ad0: Layer already exists [2021-03-19T08:32:25.871Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:25.871Z] 87cf0058719c: Layer already exists [2021-03-19T08:32:25.871Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:25.871Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:a3018f504e57dceb1c5f7f81a57781690919457a69333f311b298ee418f7b380 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:26.232Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:26.859Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-19T08:32:26.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T08:32:26.860Z] 5422fa263d7f: Preparing [2021-03-19T08:32:26.860Z] bb443fdb7df3: Preparing [2021-03-19T08:32:26.860Z] 028b9f9149b9: Preparing [2021-03-19T08:32:26.860Z] b3bfe5f64ad0: Preparing [2021-03-19T08:32:26.860Z] 87cf0058719c: Preparing [2021-03-19T08:32:26.860Z] 02a88cfff88f: Preparing [2021-03-19T08:32:26.860Z] 02a88cfff88f: Waiting [2021-03-19T08:32:27.135Z] 87cf0058719c: Layer already exists [2021-03-19T08:32:27.135Z] 5422fa263d7f: Layer already exists [2021-03-19T08:32:27.135Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:27.135Z] bb443fdb7df3: Layer already exists [2021-03-19T08:32:27.135Z] b3bfe5f64ad0: Layer already exists [2021-03-19T08:32:27.135Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:27.135Z] master: digest: sha256:a3018f504e57dceb1c5f7f81a57781690919457a69333f311b298ee418f7b380 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:27.340Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:27.388Z] taggedImages: [2021-03-19T08:32:27.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:27.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:27.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:27.388Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-19T08:32:27.455Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-19T08:32:27.455Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:27.455Z] 2.0.0-dev.130 [2021-03-19T08:32:27.455Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:27.455Z] master [2021-03-19T08:32:27.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:27.990Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:28.340Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:28.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T08:32:28.340Z] 713717a24bce: Preparing [2021-03-19T08:32:28.340Z] 411eb24f8daa: Preparing [2021-03-19T08:32:28.340Z] 028b9f9149b9: Preparing [2021-03-19T08:32:28.340Z] 423706b53a77: Preparing [2021-03-19T08:32:28.340Z] 02a88cfff88f: Preparing [2021-03-19T08:32:28.612Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:28.612Z] 423706b53a77: Layer already exists [2021-03-19T08:32:28.612Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:28.612Z] 713717a24bce: Pushed [2021-03-19T08:32:31.987Z] 411eb24f8daa: Pushed [2021-03-19T08:32:31.987Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:58528ba6ad5f1ce742c13e6b86c3724247aa03b7aecee15f9ba1bc02f7b3955b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:32.334Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:32.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:32.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T08:32:32.678Z] 713717a24bce: Preparing [2021-03-19T08:32:32.678Z] 411eb24f8daa: Preparing [2021-03-19T08:32:32.678Z] 028b9f9149b9: Preparing [2021-03-19T08:32:32.678Z] 423706b53a77: Preparing [2021-03-19T08:32:32.678Z] 02a88cfff88f: Preparing [2021-03-19T08:32:32.950Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:32.950Z] 423706b53a77: Layer already exists [2021-03-19T08:32:32.950Z] 713717a24bce: Layer already exists [2021-03-19T08:32:32.950Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:32.950Z] 411eb24f8daa: Layer already exists [2021-03-19T08:32:32.950Z] 2.0.0-dev.130: digest: sha256:58528ba6ad5f1ce742c13e6b86c3724247aa03b7aecee15f9ba1bc02f7b3955b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:33.298Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:33.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:33.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T08:32:33.642Z] 713717a24bce: Preparing [2021-03-19T08:32:33.642Z] 411eb24f8daa: Preparing [2021-03-19T08:32:33.642Z] 028b9f9149b9: Preparing [2021-03-19T08:32:33.642Z] 423706b53a77: Preparing [2021-03-19T08:32:33.642Z] 02a88cfff88f: Preparing [2021-03-19T08:32:33.914Z] 423706b53a77: Layer already exists [2021-03-19T08:32:33.914Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:33.914Z] 411eb24f8daa: Layer already exists [2021-03-19T08:32:33.914Z] 713717a24bce: Layer already exists [2021-03-19T08:32:33.914Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:33.914Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:58528ba6ad5f1ce742c13e6b86c3724247aa03b7aecee15f9ba1bc02f7b3955b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:34.267Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:34.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-19T08:32:34.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T08:32:34.611Z] 713717a24bce: Preparing [2021-03-19T08:32:34.611Z] 411eb24f8daa: Preparing [2021-03-19T08:32:34.611Z] 028b9f9149b9: Preparing [2021-03-19T08:32:34.611Z] 423706b53a77: Preparing [2021-03-19T08:32:34.611Z] 02a88cfff88f: Preparing [2021-03-19T08:32:34.883Z] 713717a24bce: Layer already exists [2021-03-19T08:32:34.883Z] 411eb24f8daa: Layer already exists [2021-03-19T08:32:34.883Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:34.883Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:34.883Z] 423706b53a77: Layer already exists [2021-03-19T08:32:34.883Z] master: digest: sha256:58528ba6ad5f1ce742c13e6b86c3724247aa03b7aecee15f9ba1bc02f7b3955b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:35.063Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:35.109Z] taggedImages: [2021-03-19T08:32:35.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:35.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:35.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:35.109Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-19T08:32:35.178Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-19T08:32:35.178Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:35.178Z] 2.0.0-dev.130 [2021-03-19T08:32:35.178Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:35.178Z] master [2021-03-19T08:32:35.178Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:35.695Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:36.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:36.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T08:32:36.042Z] 1182de0ac379: Preparing [2021-03-19T08:32:36.042Z] 1182de0ac379: Preparing [2021-03-19T08:32:36.042Z] 6d65c5d9b8e5: Preparing [2021-03-19T08:32:36.042Z] 4ea481953a7e: Preparing [2021-03-19T08:32:36.042Z] 398a95a75c1d: Preparing [2021-03-19T08:32:36.042Z] 1e414c3710bd: Preparing [2021-03-19T08:32:36.042Z] 028b9f9149b9: Preparing [2021-03-19T08:32:36.042Z] 433cde331ed0: Preparing [2021-03-19T08:32:36.042Z] 433cde331ed0: Preparing [2021-03-19T08:32:36.042Z] 931df35b49e8: Preparing [2021-03-19T08:32:36.042Z] be9660b98df5: Preparing [2021-03-19T08:32:36.042Z] 028b9f9149b9: Waiting [2021-03-19T08:32:36.042Z] 433cde331ed0: Waiting [2021-03-19T08:32:36.042Z] 931df35b49e8: Waiting [2021-03-19T08:32:36.042Z] 02a88cfff88f: Preparing [2021-03-19T08:32:36.042Z] be9660b98df5: Waiting [2021-03-19T08:32:36.042Z] 02a88cfff88f: Waiting [2021-03-19T08:32:36.634Z] 1182de0ac379: Pushed [2021-03-19T08:32:36.635Z] 4ea481953a7e: Pushed [2021-03-19T08:32:36.635Z] 6d65c5d9b8e5: Pushed [2021-03-19T08:32:36.635Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:36.635Z] 398a95a75c1d: Pushed [2021-03-19T08:32:36.635Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:36.635Z] 433cde331ed0: Pushed [2021-03-19T08:32:36.906Z] be9660b98df5: Pushed [2021-03-19T08:32:36.906Z] 931df35b49e8: Pushed [2021-03-19T08:32:39.525Z] 1e414c3710bd: Pushed [2021-03-19T08:32:39.797Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:48a5f023156f2ee875e1c309fcb5a5bec109fd6d96ef1856cc384915387c7957 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:40.429Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:40.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:40.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T08:32:40.772Z] 1182de0ac379: Preparing [2021-03-19T08:32:40.772Z] 1182de0ac379: Preparing [2021-03-19T08:32:40.772Z] 6d65c5d9b8e5: Preparing [2021-03-19T08:32:40.772Z] 4ea481953a7e: Preparing [2021-03-19T08:32:40.772Z] 398a95a75c1d: Preparing [2021-03-19T08:32:40.772Z] 1e414c3710bd: Preparing [2021-03-19T08:32:40.772Z] 028b9f9149b9: Preparing [2021-03-19T08:32:40.772Z] 433cde331ed0: Preparing [2021-03-19T08:32:40.772Z] 433cde331ed0: Preparing [2021-03-19T08:32:40.772Z] 931df35b49e8: Preparing [2021-03-19T08:32:40.772Z] be9660b98df5: Preparing [2021-03-19T08:32:40.772Z] 02a88cfff88f: Preparing [2021-03-19T08:32:40.772Z] 931df35b49e8: Waiting [2021-03-19T08:32:40.772Z] be9660b98df5: Waiting [2021-03-19T08:32:40.772Z] 02a88cfff88f: Waiting [2021-03-19T08:32:40.772Z] 028b9f9149b9: Waiting [2021-03-19T08:32:40.772Z] 433cde331ed0: Waiting [2021-03-19T08:32:41.047Z] 1182de0ac379: Layer already exists [2021-03-19T08:32:41.047Z] 6d65c5d9b8e5: Layer already exists [2021-03-19T08:32:41.047Z] 4ea481953a7e: Layer already exists [2021-03-19T08:32:41.047Z] 1e414c3710bd: Layer already exists [2021-03-19T08:32:41.047Z] 398a95a75c1d: Layer already exists [2021-03-19T08:32:41.047Z] be9660b98df5: Layer already exists [2021-03-19T08:32:41.047Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:41.047Z] 931df35b49e8: Layer already exists [2021-03-19T08:32:41.047Z] 433cde331ed0: Layer already exists [2021-03-19T08:32:41.047Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:41.047Z] 2.0.0-dev.130: digest: sha256:48a5f023156f2ee875e1c309fcb5a5bec109fd6d96ef1856cc384915387c7957 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:41.391Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:41.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:41.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T08:32:41.731Z] 1182de0ac379: Preparing [2021-03-19T08:32:41.731Z] 1182de0ac379: Preparing [2021-03-19T08:32:41.731Z] 6d65c5d9b8e5: Preparing [2021-03-19T08:32:41.731Z] 4ea481953a7e: Preparing [2021-03-19T08:32:41.731Z] 398a95a75c1d: Preparing [2021-03-19T08:32:41.731Z] 1e414c3710bd: Preparing [2021-03-19T08:32:41.731Z] 028b9f9149b9: Preparing [2021-03-19T08:32:41.731Z] 433cde331ed0: Preparing [2021-03-19T08:32:41.731Z] 433cde331ed0: Preparing [2021-03-19T08:32:41.731Z] 931df35b49e8: Preparing [2021-03-19T08:32:41.731Z] be9660b98df5: Preparing [2021-03-19T08:32:41.731Z] 02a88cfff88f: Preparing [2021-03-19T08:32:41.731Z] 931df35b49e8: Waiting [2021-03-19T08:32:41.731Z] be9660b98df5: Waiting [2021-03-19T08:32:41.731Z] 02a88cfff88f: Waiting [2021-03-19T08:32:41.731Z] 028b9f9149b9: Waiting [2021-03-19T08:32:41.731Z] 433cde331ed0: Waiting [2021-03-19T08:32:42.002Z] 6d65c5d9b8e5: Layer already exists [2021-03-19T08:32:42.002Z] 398a95a75c1d: Layer already exists [2021-03-19T08:32:42.002Z] 4ea481953a7e: Layer already exists [2021-03-19T08:32:42.002Z] 1e414c3710bd: Layer already exists [2021-03-19T08:32:42.002Z] 1182de0ac379: Layer already exists [2021-03-19T08:32:42.002Z] 433cde331ed0: Layer already exists [2021-03-19T08:32:42.002Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:42.002Z] be9660b98df5: Layer already exists [2021-03-19T08:32:42.002Z] 931df35b49e8: Layer already exists [2021-03-19T08:32:42.002Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:42.002Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:48a5f023156f2ee875e1c309fcb5a5bec109fd6d96ef1856cc384915387c7957 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:42.351Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:42.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-19T08:32:42.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T08:32:42.689Z] 1182de0ac379: Preparing [2021-03-19T08:32:42.689Z] 1182de0ac379: Preparing [2021-03-19T08:32:42.689Z] 6d65c5d9b8e5: Preparing [2021-03-19T08:32:42.689Z] 4ea481953a7e: Preparing [2021-03-19T08:32:42.689Z] 398a95a75c1d: Preparing [2021-03-19T08:32:42.689Z] 1e414c3710bd: Preparing [2021-03-19T08:32:42.689Z] 028b9f9149b9: Preparing [2021-03-19T08:32:42.689Z] 433cde331ed0: Preparing [2021-03-19T08:32:42.689Z] 433cde331ed0: Preparing [2021-03-19T08:32:42.689Z] 931df35b49e8: Preparing [2021-03-19T08:32:42.689Z] be9660b98df5: Preparing [2021-03-19T08:32:42.689Z] 02a88cfff88f: Preparing [2021-03-19T08:32:42.689Z] 028b9f9149b9: Waiting [2021-03-19T08:32:42.689Z] 433cde331ed0: Waiting [2021-03-19T08:32:42.689Z] 931df35b49e8: Waiting [2021-03-19T08:32:42.689Z] 02a88cfff88f: Waiting [2021-03-19T08:32:42.689Z] be9660b98df5: Waiting [2021-03-19T08:32:42.962Z] 1182de0ac379: Layer already exists [2021-03-19T08:32:42.962Z] 4ea481953a7e: Layer already exists [2021-03-19T08:32:42.962Z] 1e414c3710bd: Layer already exists [2021-03-19T08:32:42.962Z] 6d65c5d9b8e5: Layer already exists [2021-03-19T08:32:42.962Z] 398a95a75c1d: Layer already exists [2021-03-19T08:32:42.962Z] 931df35b49e8: Layer already exists [2021-03-19T08:32:42.962Z] be9660b98df5: Layer already exists [2021-03-19T08:32:42.962Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:42.962Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:42.962Z] 433cde331ed0: Layer already exists [2021-03-19T08:32:42.962Z] master: digest: sha256:48a5f023156f2ee875e1c309fcb5a5bec109fd6d96ef1856cc384915387c7957 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:43.169Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:43.213Z] taggedImages: [2021-03-19T08:32:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:43.213Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-19T08:32:43.276Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-19T08:32:43.276Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:43.276Z] 2.0.0-dev.130 [2021-03-19T08:32:43.276Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:43.276Z] master [2021-03-19T08:32:43.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:43.786Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:44.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:44.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T08:32:44.126Z] 2881b2f355a2: Preparing [2021-03-19T08:32:44.126Z] 329284f26e34: Preparing [2021-03-19T08:32:44.126Z] 9cc323754279: Preparing [2021-03-19T08:32:44.126Z] dae79a0247da: Preparing [2021-03-19T08:32:44.126Z] b02d5b5a5ce0: Preparing [2021-03-19T08:32:44.126Z] 02a88cfff88f: Preparing [2021-03-19T08:32:44.126Z] 02a88cfff88f: Waiting [2021-03-19T08:32:44.401Z] 9cc323754279: Pushed [2021-03-19T08:32:44.401Z] dae79a0247da: Pushed [2021-03-19T08:32:44.676Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:44.950Z] b02d5b5a5ce0: Pushed [2021-03-19T08:32:46.922Z] 2881b2f355a2: Pushed [2021-03-19T08:32:46.922Z] 329284f26e34: Pushed [2021-03-19T08:32:46.922Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:b6525c4a0a49fa0ebacd2cfd5bb7891bffa55031fd04e41a30a6db7738187212 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:47.265Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:47.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:47.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T08:32:47.611Z] 2881b2f355a2: Preparing [2021-03-19T08:32:47.611Z] 329284f26e34: Preparing [2021-03-19T08:32:47.611Z] 9cc323754279: Preparing [2021-03-19T08:32:47.611Z] dae79a0247da: Preparing [2021-03-19T08:32:47.611Z] b02d5b5a5ce0: Preparing [2021-03-19T08:32:47.611Z] 02a88cfff88f: Preparing [2021-03-19T08:32:47.611Z] 02a88cfff88f: Waiting [2021-03-19T08:32:47.884Z] 329284f26e34: Layer already exists [2021-03-19T08:32:47.884Z] 9cc323754279: Layer already exists [2021-03-19T08:32:47.884Z] dae79a0247da: Layer already exists [2021-03-19T08:32:47.884Z] 2881b2f355a2: Layer already exists [2021-03-19T08:32:47.884Z] b02d5b5a5ce0: Layer already exists [2021-03-19T08:32:47.884Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:47.884Z] 2.0.0-dev.130: digest: sha256:b6525c4a0a49fa0ebacd2cfd5bb7891bffa55031fd04e41a30a6db7738187212 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:48.230Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:48.568Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:48.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T08:32:48.569Z] 2881b2f355a2: Preparing [2021-03-19T08:32:48.569Z] 329284f26e34: Preparing [2021-03-19T08:32:48.569Z] 9cc323754279: Preparing [2021-03-19T08:32:48.569Z] dae79a0247da: Preparing [2021-03-19T08:32:48.569Z] b02d5b5a5ce0: Preparing [2021-03-19T08:32:48.569Z] 02a88cfff88f: Preparing [2021-03-19T08:32:48.569Z] 02a88cfff88f: Waiting [2021-03-19T08:32:48.842Z] 2881b2f355a2: Layer already exists [2021-03-19T08:32:48.842Z] b02d5b5a5ce0: Layer already exists [2021-03-19T08:32:48.842Z] dae79a0247da: Layer already exists [2021-03-19T08:32:48.842Z] 329284f26e34: Layer already exists [2021-03-19T08:32:48.842Z] 9cc323754279: Layer already exists [2021-03-19T08:32:48.842Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:48.842Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:b6525c4a0a49fa0ebacd2cfd5bb7891bffa55031fd04e41a30a6db7738187212 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:49.244Z] + 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-19T08:32:49.886Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-19T08:32:49.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T08:32:49.886Z] 2881b2f355a2: Preparing [2021-03-19T08:32:49.886Z] 329284f26e34: Preparing [2021-03-19T08:32:49.886Z] 9cc323754279: Preparing [2021-03-19T08:32:49.886Z] dae79a0247da: Preparing [2021-03-19T08:32:49.886Z] b02d5b5a5ce0: Preparing [2021-03-19T08:32:49.886Z] 02a88cfff88f: Preparing [2021-03-19T08:32:49.886Z] 02a88cfff88f: Waiting [2021-03-19T08:32:50.164Z] dae79a0247da: Layer already exists [2021-03-19T08:32:50.164Z] 329284f26e34: Layer already exists [2021-03-19T08:32:50.164Z] b02d5b5a5ce0: Layer already exists [2021-03-19T08:32:50.164Z] 9cc323754279: Layer already exists [2021-03-19T08:32:50.164Z] 2881b2f355a2: Layer already exists [2021-03-19T08:32:50.164Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:50.164Z] master: digest: sha256:b6525c4a0a49fa0ebacd2cfd5bb7891bffa55031fd04e41a30a6db7738187212 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:50.420Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:50.477Z] taggedImages: [2021-03-19T08:32:50.477Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:50.477Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:50.477Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:50.477Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-19T08:32:50.561Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-19T08:32:50.561Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:50.561Z] 2.0.0-dev.130 [2021-03-19T08:32:50.561Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:50.561Z] master [2021-03-19T08:32:50.561Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:51.079Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:51.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:51.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T08:32:51.700Z] 8aa89cfea931: Preparing [2021-03-19T08:32:51.700Z] 3f1ef35a6a61: Preparing [2021-03-19T08:32:51.700Z] 39198521a842: Preparing [2021-03-19T08:32:51.700Z] 6ce324426134: Preparing [2021-03-19T08:32:51.700Z] 0fcc420d5eae: Preparing [2021-03-19T08:32:51.700Z] f1a75ba1dc9a: Preparing [2021-03-19T08:32:51.700Z] afa438d77d70: Preparing [2021-03-19T08:32:51.700Z] 39232d536803: Preparing [2021-03-19T08:32:51.700Z] 02a88cfff88f: Preparing [2021-03-19T08:32:51.700Z] f1a75ba1dc9a: Waiting [2021-03-19T08:32:51.700Z] afa438d77d70: Waiting [2021-03-19T08:32:51.700Z] 39232d536803: Waiting [2021-03-19T08:32:51.700Z] 02a88cfff88f: Waiting [2021-03-19T08:32:52.297Z] 8aa89cfea931: Pushed [2021-03-19T08:32:52.297Z] 0fcc420d5eae: Pushed [2021-03-19T08:32:52.297Z] 3f1ef35a6a61: Pushed [2021-03-19T08:32:52.576Z] f1a75ba1dc9a: Pushed [2021-03-19T08:32:52.576Z] afa438d77d70: Pushed [2021-03-19T08:32:52.576Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:52.850Z] 39232d536803: Pushed [2021-03-19T08:32:54.283Z] 6ce324426134: Pushed [2021-03-19T08:32:54.556Z] 39198521a842: Pushed [2021-03-19T08:32:54.831Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:ad6585e202064d7c41639a535a08a89883e0f1fb25e20dfb2633222aa4d2eceb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:55.181Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:55.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:55.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T08:32:55.522Z] 8aa89cfea931: Preparing [2021-03-19T08:32:55.522Z] 3f1ef35a6a61: Preparing [2021-03-19T08:32:55.522Z] 39198521a842: Preparing [2021-03-19T08:32:55.522Z] 6ce324426134: Preparing [2021-03-19T08:32:55.522Z] 0fcc420d5eae: Preparing [2021-03-19T08:32:55.522Z] f1a75ba1dc9a: Preparing [2021-03-19T08:32:55.522Z] afa438d77d70: Preparing [2021-03-19T08:32:55.522Z] 39232d536803: Preparing [2021-03-19T08:32:55.522Z] 02a88cfff88f: Preparing [2021-03-19T08:32:55.522Z] afa438d77d70: Waiting [2021-03-19T08:32:55.522Z] 39232d536803: Waiting [2021-03-19T08:32:55.522Z] 02a88cfff88f: Waiting [2021-03-19T08:32:55.522Z] f1a75ba1dc9a: Waiting [2021-03-19T08:32:55.793Z] 8aa89cfea931: Layer already exists [2021-03-19T08:32:55.793Z] 0fcc420d5eae: Layer already exists [2021-03-19T08:32:55.793Z] 39198521a842: Layer already exists [2021-03-19T08:32:55.793Z] 3f1ef35a6a61: Layer already exists [2021-03-19T08:32:55.793Z] 6ce324426134: Layer already exists [2021-03-19T08:32:55.793Z] f1a75ba1dc9a: Layer already exists [2021-03-19T08:32:55.793Z] 39232d536803: Layer already exists [2021-03-19T08:32:55.793Z] afa438d77d70: Layer already exists [2021-03-19T08:32:55.793Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:55.793Z] 2.0.0-dev.130: digest: sha256:ad6585e202064d7c41639a535a08a89883e0f1fb25e20dfb2633222aa4d2eceb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:56.135Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:56.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:56.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T08:32:56.477Z] 8aa89cfea931: Preparing [2021-03-19T08:32:56.477Z] 3f1ef35a6a61: Preparing [2021-03-19T08:32:56.477Z] 39198521a842: Preparing [2021-03-19T08:32:56.477Z] 6ce324426134: Preparing [2021-03-19T08:32:56.477Z] 0fcc420d5eae: Preparing [2021-03-19T08:32:56.477Z] f1a75ba1dc9a: Preparing [2021-03-19T08:32:56.477Z] afa438d77d70: Preparing [2021-03-19T08:32:56.477Z] 39232d536803: Preparing [2021-03-19T08:32:56.477Z] 02a88cfff88f: Preparing [2021-03-19T08:32:56.477Z] 39232d536803: Waiting [2021-03-19T08:32:56.477Z] f1a75ba1dc9a: Waiting [2021-03-19T08:32:56.477Z] afa438d77d70: Waiting [2021-03-19T08:32:56.477Z] 02a88cfff88f: Waiting [2021-03-19T08:32:56.748Z] 3f1ef35a6a61: Layer already exists [2021-03-19T08:32:56.748Z] 0fcc420d5eae: Layer already exists [2021-03-19T08:32:56.748Z] 6ce324426134: Layer already exists [2021-03-19T08:32:56.748Z] 39198521a842: Layer already exists [2021-03-19T08:32:56.748Z] 8aa89cfea931: Layer already exists [2021-03-19T08:32:56.748Z] afa438d77d70: Layer already exists [2021-03-19T08:32:56.748Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:56.748Z] f1a75ba1dc9a: Layer already exists [2021-03-19T08:32:56.748Z] 39232d536803: Layer already exists [2021-03-19T08:32:56.748Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:ad6585e202064d7c41639a535a08a89883e0f1fb25e20dfb2633222aa4d2eceb size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:57.091Z] + 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-19T08:32:57.432Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-19T08:32:57.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T08:32:57.432Z] 8aa89cfea931: Preparing [2021-03-19T08:32:57.432Z] 3f1ef35a6a61: Preparing [2021-03-19T08:32:57.432Z] 39198521a842: Preparing [2021-03-19T08:32:57.432Z] 6ce324426134: Preparing [2021-03-19T08:32:57.432Z] 0fcc420d5eae: Preparing [2021-03-19T08:32:57.432Z] f1a75ba1dc9a: Preparing [2021-03-19T08:32:57.432Z] afa438d77d70: Preparing [2021-03-19T08:32:57.432Z] 39232d536803: Preparing [2021-03-19T08:32:57.432Z] 02a88cfff88f: Preparing [2021-03-19T08:32:57.432Z] f1a75ba1dc9a: Waiting [2021-03-19T08:32:57.432Z] afa438d77d70: Waiting [2021-03-19T08:32:57.432Z] 39232d536803: Waiting [2021-03-19T08:32:57.432Z] 02a88cfff88f: Waiting [2021-03-19T08:32:57.709Z] 0fcc420d5eae: Layer already exists [2021-03-19T08:32:57.709Z] 6ce324426134: Layer already exists [2021-03-19T08:32:57.709Z] 39198521a842: Layer already exists [2021-03-19T08:32:57.709Z] 8aa89cfea931: Layer already exists [2021-03-19T08:32:57.709Z] 3f1ef35a6a61: Layer already exists [2021-03-19T08:32:57.709Z] f1a75ba1dc9a: Layer already exists [2021-03-19T08:32:57.709Z] 39232d536803: Layer already exists [2021-03-19T08:32:57.709Z] afa438d77d70: Layer already exists [2021-03-19T08:32:57.709Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:57.709Z] master: digest: sha256:ad6585e202064d7c41639a535a08a89883e0f1fb25e20dfb2633222aa4d2eceb size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:32:57.904Z] ===================================================== [Pipeline] echo [2021-03-19T08:32:57.949Z] taggedImages: [2021-03-19T08:32:57.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:57.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.130 [2021-03-19T08:32:57.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:57.949Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-19T08:32:58.017Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-19T08:32:58.017Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:58.017Z] 2.0.0-dev.130 [2021-03-19T08:32:58.017Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:32:58.017Z] master [2021-03-19T08:32:58.017Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:58.575Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:32:58.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:32:58.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T08:32:58.950Z] 007ccc28b527: Preparing [2021-03-19T08:32:58.950Z] ca78fc9880fb: Preparing [2021-03-19T08:32:58.950Z] 028b9f9149b9: Preparing [2021-03-19T08:32:58.950Z] 22af29171037: Preparing [2021-03-19T08:32:58.950Z] 02a88cfff88f: Preparing [2021-03-19T08:32:59.224Z] 02a88cfff88f: Layer already exists [2021-03-19T08:32:59.224Z] 028b9f9149b9: Layer already exists [2021-03-19T08:32:59.224Z] 007ccc28b527: Pushed [2021-03-19T08:32:59.494Z] 22af29171037: Pushed [2021-03-19T08:33:02.102Z] ca78fc9880fb: Pushed [2021-03-19T08:33:02.102Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:c11919ccc7ef44edae21f252bb1b54b35b266ba13ee1f20b77950cab02cd7e79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:02.465Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:02.808Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:02.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T08:33:02.808Z] 007ccc28b527: Preparing [2021-03-19T08:33:02.808Z] ca78fc9880fb: Preparing [2021-03-19T08:33:02.808Z] 028b9f9149b9: Preparing [2021-03-19T08:33:02.808Z] 22af29171037: Preparing [2021-03-19T08:33:02.808Z] 02a88cfff88f: Preparing [2021-03-19T08:33:03.080Z] 007ccc28b527: Layer already exists [2021-03-19T08:33:03.080Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:03.080Z] ca78fc9880fb: Layer already exists [2021-03-19T08:33:03.080Z] 22af29171037: Layer already exists [2021-03-19T08:33:03.080Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:03.080Z] 2.0.0-dev.130: digest: sha256:c11919ccc7ef44edae21f252bb1b54b35b266ba13ee1f20b77950cab02cd7e79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:03.421Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:03.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:03.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T08:33:03.766Z] 007ccc28b527: Preparing [2021-03-19T08:33:03.766Z] ca78fc9880fb: Preparing [2021-03-19T08:33:03.766Z] 028b9f9149b9: Preparing [2021-03-19T08:33:03.766Z] 22af29171037: Preparing [2021-03-19T08:33:03.766Z] 02a88cfff88f: Preparing [2021-03-19T08:33:04.042Z] ca78fc9880fb: Layer already exists [2021-03-19T08:33:04.042Z] 22af29171037: Layer already exists [2021-03-19T08:33:04.042Z] 007ccc28b527: Layer already exists [2021-03-19T08:33:04.042Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:04.042Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:04.042Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:c11919ccc7ef44edae21f252bb1b54b35b266ba13ee1f20b77950cab02cd7e79 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:04.393Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:04.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-19T08:33:04.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T08:33:05.017Z] 007ccc28b527: Preparing [2021-03-19T08:33:05.017Z] ca78fc9880fb: Preparing [2021-03-19T08:33:05.017Z] 028b9f9149b9: Preparing [2021-03-19T08:33:05.017Z] 22af29171037: Preparing [2021-03-19T08:33:05.017Z] 02a88cfff88f: Preparing [2021-03-19T08:33:05.017Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:05.017Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:05.017Z] ca78fc9880fb: Layer already exists [2021-03-19T08:33:05.017Z] 007ccc28b527: Layer already exists [2021-03-19T08:33:05.017Z] 22af29171037: Layer already exists [2021-03-19T08:33:05.017Z] master: digest: sha256:c11919ccc7ef44edae21f252bb1b54b35b266ba13ee1f20b77950cab02cd7e79 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:33:05.207Z] ===================================================== [Pipeline] echo [2021-03-19T08:33:05.253Z] taggedImages: [2021-03-19T08:33:05.253Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:05.253Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:05.253Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:05.253Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-19T08:33:05.315Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-19T08:33:05.315Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:05.315Z] 2.0.0-dev.130 [2021-03-19T08:33:05.315Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:05.315Z] master [2021-03-19T08:33:05.315Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:05.811Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:06.157Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:06.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T08:33:06.157Z] 2ee00abc04a6: Preparing [2021-03-19T08:33:06.157Z] 636522bccd27: Preparing [2021-03-19T08:33:06.157Z] 028b9f9149b9: Preparing [2021-03-19T08:33:06.157Z] 423706b53a77: Preparing [2021-03-19T08:33:06.157Z] 02a88cfff88f: Preparing [2021-03-19T08:33:06.433Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:06.433Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:06.433Z] 423706b53a77: Layer already exists [2021-03-19T08:33:06.433Z] 2ee00abc04a6: Pushed [2021-03-19T08:33:09.042Z] 636522bccd27: Pushed [2021-03-19T08:33:09.314Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:e6877fc16db8682d1ee07fe23c491b5d307538a301108ec3110522b54b0898fd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:09.664Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:10.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:10.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T08:33:10.002Z] 2ee00abc04a6: Preparing [2021-03-19T08:33:10.002Z] 636522bccd27: Preparing [2021-03-19T08:33:10.002Z] 028b9f9149b9: Preparing [2021-03-19T08:33:10.002Z] 423706b53a77: Preparing [2021-03-19T08:33:10.002Z] 02a88cfff88f: Preparing [2021-03-19T08:33:10.274Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:10.274Z] 636522bccd27: Layer already exists [2021-03-19T08:33:10.274Z] 423706b53a77: Layer already exists [2021-03-19T08:33:10.274Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:10.274Z] 2ee00abc04a6: Layer already exists [2021-03-19T08:33:10.274Z] 2.0.0-dev.130: digest: sha256:e6877fc16db8682d1ee07fe23c491b5d307538a301108ec3110522b54b0898fd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:10.616Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:10.952Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:10.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T08:33:10.952Z] 2ee00abc04a6: Preparing [2021-03-19T08:33:10.952Z] 636522bccd27: Preparing [2021-03-19T08:33:10.952Z] 028b9f9149b9: Preparing [2021-03-19T08:33:10.952Z] 423706b53a77: Preparing [2021-03-19T08:33:10.952Z] 02a88cfff88f: Preparing [2021-03-19T08:33:11.224Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:11.224Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:11.224Z] 2ee00abc04a6: Layer already exists [2021-03-19T08:33:11.224Z] 423706b53a77: Layer already exists [2021-03-19T08:33:11.224Z] 636522bccd27: Layer already exists [2021-03-19T08:33:11.224Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:e6877fc16db8682d1ee07fe23c491b5d307538a301108ec3110522b54b0898fd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:11.564Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:11.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-19T08:33:11.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T08:33:11.907Z] 2ee00abc04a6: Preparing [2021-03-19T08:33:11.907Z] 636522bccd27: Preparing [2021-03-19T08:33:11.907Z] 028b9f9149b9: Preparing [2021-03-19T08:33:11.907Z] 423706b53a77: Preparing [2021-03-19T08:33:11.907Z] 02a88cfff88f: Preparing [2021-03-19T08:33:12.179Z] 02a88cfff88f: Layer already exists [2021-03-19T08:33:12.179Z] 423706b53a77: Layer already exists [2021-03-19T08:33:12.179Z] 028b9f9149b9: Layer already exists [2021-03-19T08:33:12.179Z] 2ee00abc04a6: Layer already exists [2021-03-19T08:33:12.179Z] 636522bccd27: Layer already exists [2021-03-19T08:33:12.179Z] master: digest: sha256:e6877fc16db8682d1ee07fe23c491b5d307538a301108ec3110522b54b0898fd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:33:12.355Z] ===================================================== [Pipeline] echo [2021-03-19T08:33:12.399Z] taggedImages: [2021-03-19T08:33:12.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:12.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:12.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:12.399Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-19T08:33:12.463Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-19T08:33:12.463Z] 3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:12.463Z] 2.0.0-dev.130 [2021-03-19T08:33:12.463Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:12.463Z] master [2021-03-19T08:33:12.463Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:12.978Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:13.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:13.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T08:33:13.770Z] 25a79c590029: Preparing [2021-03-19T08:33:13.770Z] 3d241fb0c39e: Preparing [2021-03-19T08:33:13.770Z] 815f6d023906: Preparing [2021-03-19T08:33:13.770Z] 918528038837: Preparing [2021-03-19T08:33:13.770Z] ec35b1439fea: Preparing [2021-03-19T08:33:13.770Z] 6d7a8356f03f: Preparing [2021-03-19T08:33:13.770Z] 0de83ce80758: Preparing [2021-03-19T08:33:13.770Z] 9ded3b6bb9b5: Preparing [2021-03-19T08:33:13.770Z] fa1afe8e6ed9: Preparing [2021-03-19T08:33:13.770Z] 87a09b4c083e: Preparing [2021-03-19T08:33:13.770Z] 0f74e9ff2a61: Preparing [2021-03-19T08:33:13.770Z] b122376c33c6: Preparing [2021-03-19T08:33:13.770Z] f8381ed47b22: Preparing [2021-03-19T08:33:13.770Z] e934a737d657: Preparing [2021-03-19T08:33:13.770Z] 6d7a8356f03f: Waiting [2021-03-19T08:33:13.770Z] 0de83ce80758: Waiting [2021-03-19T08:33:13.770Z] 9ded3b6bb9b5: Waiting [2021-03-19T08:33:13.770Z] fa1afe8e6ed9: Waiting [2021-03-19T08:33:13.770Z] 87a09b4c083e: Waiting [2021-03-19T08:33:13.770Z] 0f74e9ff2a61: Waiting [2021-03-19T08:33:13.770Z] b122376c33c6: Waiting [2021-03-19T08:33:13.770Z] f8381ed47b22: Waiting [2021-03-19T08:33:13.770Z] e934a737d657: Waiting [2021-03-19T08:33:14.103Z] ec35b1439fea: Pushed [2021-03-19T08:33:14.397Z] 25a79c590029: Pushed [2021-03-19T08:33:15.045Z] 918528038837: Pushed [2021-03-19T08:33:15.045Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T08:33:15.045Z] fa1afe8e6ed9: Layer already exists [2021-03-19T08:33:15.323Z] 0de83ce80758: Pushed [2021-03-19T08:33:15.323Z] 87a09b4c083e: Layer already exists [2021-03-19T08:33:15.323Z] 0f74e9ff2a61: Layer already exists [2021-03-19T08:33:15.323Z] b122376c33c6: Layer already exists [2021-03-19T08:33:15.323Z] f8381ed47b22: Layer already exists [2021-03-19T08:33:15.323Z] e934a737d657: Layer already exists [2021-03-19T08:33:15.921Z] 3d241fb0c39e: Pushed [2021-03-19T08:33:16.892Z] 6d7a8356f03f: Pushed [2021-03-19T08:33:29.276Z] 815f6d023906: Pushed [2021-03-19T08:33:29.276Z] 3c17eee94111b45567e88cff7b967cb4bb967b00: digest: sha256:3dd59657991ced02802f6d28ba11a8a7cc3d3601fda4260ec9383cea3ddaa775 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:29.629Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:29.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:29.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T08:33:29.973Z] 25a79c590029: Preparing [2021-03-19T08:33:29.973Z] 3d241fb0c39e: Preparing [2021-03-19T08:33:29.973Z] 815f6d023906: Preparing [2021-03-19T08:33:29.973Z] 918528038837: Preparing [2021-03-19T08:33:29.973Z] ec35b1439fea: Preparing [2021-03-19T08:33:29.973Z] 6d7a8356f03f: Preparing [2021-03-19T08:33:29.973Z] 0de83ce80758: Preparing [2021-03-19T08:33:29.973Z] 9ded3b6bb9b5: Preparing [2021-03-19T08:33:29.973Z] fa1afe8e6ed9: Preparing [2021-03-19T08:33:29.973Z] 87a09b4c083e: Preparing [2021-03-19T08:33:29.973Z] 0f74e9ff2a61: Preparing [2021-03-19T08:33:29.973Z] b122376c33c6: Preparing [2021-03-19T08:33:29.973Z] f8381ed47b22: Preparing [2021-03-19T08:33:29.973Z] e934a737d657: Preparing [2021-03-19T08:33:29.973Z] 6d7a8356f03f: Waiting [2021-03-19T08:33:29.973Z] 0de83ce80758: Waiting [2021-03-19T08:33:29.973Z] 9ded3b6bb9b5: Waiting [2021-03-19T08:33:29.973Z] fa1afe8e6ed9: Waiting [2021-03-19T08:33:29.973Z] 87a09b4c083e: Waiting [2021-03-19T08:33:29.973Z] 0f74e9ff2a61: Waiting [2021-03-19T08:33:29.973Z] b122376c33c6: Waiting [2021-03-19T08:33:29.973Z] e934a737d657: Waiting [2021-03-19T08:33:30.247Z] 815f6d023906: Layer already exists [2021-03-19T08:33:30.247Z] 25a79c590029: Layer already exists [2021-03-19T08:33:30.247Z] 918528038837: Layer already exists [2021-03-19T08:33:30.247Z] ec35b1439fea: Layer already exists [2021-03-19T08:33:30.247Z] 3d241fb0c39e: Layer already exists [2021-03-19T08:33:30.247Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T08:33:30.247Z] 0de83ce80758: Layer already exists [2021-03-19T08:33:30.247Z] 6d7a8356f03f: Layer already exists [2021-03-19T08:33:30.247Z] fa1afe8e6ed9: Layer already exists [2021-03-19T08:33:30.247Z] 87a09b4c083e: Layer already exists [2021-03-19T08:33:30.247Z] f8381ed47b22: Layer already exists [2021-03-19T08:33:30.247Z] e934a737d657: Layer already exists [2021-03-19T08:33:30.247Z] 0f74e9ff2a61: Layer already exists [2021-03-19T08:33:30.247Z] b122376c33c6: Layer already exists [2021-03-19T08:33:30.247Z] 2.0.0-dev.130: digest: sha256:3dd59657991ced02802f6d28ba11a8a7cc3d3601fda4260ec9383cea3ddaa775 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:30.600Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:30.942Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:30.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T08:33:30.942Z] 25a79c590029: Preparing [2021-03-19T08:33:30.942Z] 3d241fb0c39e: Preparing [2021-03-19T08:33:30.942Z] 815f6d023906: Preparing [2021-03-19T08:33:30.942Z] 918528038837: Preparing [2021-03-19T08:33:30.942Z] ec35b1439fea: Preparing [2021-03-19T08:33:30.942Z] 6d7a8356f03f: Preparing [2021-03-19T08:33:30.942Z] 0de83ce80758: Preparing [2021-03-19T08:33:30.942Z] 9ded3b6bb9b5: Preparing [2021-03-19T08:33:30.942Z] fa1afe8e6ed9: Preparing [2021-03-19T08:33:30.942Z] 87a09b4c083e: Preparing [2021-03-19T08:33:30.942Z] 0f74e9ff2a61: Preparing [2021-03-19T08:33:30.942Z] b122376c33c6: Preparing [2021-03-19T08:33:30.942Z] f8381ed47b22: Preparing [2021-03-19T08:33:30.942Z] e934a737d657: Preparing [2021-03-19T08:33:30.942Z] 87a09b4c083e: Waiting [2021-03-19T08:33:30.942Z] f8381ed47b22: Waiting [2021-03-19T08:33:30.942Z] 0f74e9ff2a61: Waiting [2021-03-19T08:33:30.942Z] b122376c33c6: Waiting [2021-03-19T08:33:30.942Z] e934a737d657: Waiting [2021-03-19T08:33:30.942Z] 6d7a8356f03f: Waiting [2021-03-19T08:33:30.942Z] 9ded3b6bb9b5: Waiting [2021-03-19T08:33:30.942Z] 0de83ce80758: Waiting [2021-03-19T08:33:30.942Z] fa1afe8e6ed9: Waiting [2021-03-19T08:33:31.219Z] 3d241fb0c39e: Layer already exists [2021-03-19T08:33:31.219Z] 25a79c590029: Layer already exists [2021-03-19T08:33:31.219Z] ec35b1439fea: Layer already exists [2021-03-19T08:33:31.219Z] 815f6d023906: Layer already exists [2021-03-19T08:33:31.219Z] 918528038837: Layer already exists [2021-03-19T08:33:31.219Z] fa1afe8e6ed9: Layer already exists [2021-03-19T08:33:31.219Z] 6d7a8356f03f: Layer already exists [2021-03-19T08:33:31.219Z] 87a09b4c083e: Layer already exists [2021-03-19T08:33:31.219Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T08:33:31.219Z] 0de83ce80758: Layer already exists [2021-03-19T08:33:31.219Z] e934a737d657: Layer already exists [2021-03-19T08:33:31.219Z] 0f74e9ff2a61: Layer already exists [2021-03-19T08:33:31.219Z] b122376c33c6: Layer already exists [2021-03-19T08:33:31.219Z] f8381ed47b22: Layer already exists [2021-03-19T08:33:31.219Z] 3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130: digest: sha256:3dd59657991ced02802f6d28ba11a8a7cc3d3601fda4260ec9383cea3ddaa775 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:33:31.563Z] + 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-19T08:33:32.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-19T08:33:32.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T08:33:32.456Z] 25a79c590029: Preparing [2021-03-19T08:33:32.456Z] 3d241fb0c39e: Preparing [2021-03-19T08:33:32.456Z] 815f6d023906: Preparing [2021-03-19T08:33:32.456Z] 918528038837: Preparing [2021-03-19T08:33:32.456Z] ec35b1439fea: Preparing [2021-03-19T08:33:32.456Z] 6d7a8356f03f: Preparing [2021-03-19T08:33:32.456Z] 0de83ce80758: Preparing [2021-03-19T08:33:32.456Z] 9ded3b6bb9b5: Preparing [2021-03-19T08:33:32.456Z] fa1afe8e6ed9: Preparing [2021-03-19T08:33:32.456Z] 87a09b4c083e: Preparing [2021-03-19T08:33:32.456Z] 0f74e9ff2a61: Preparing [2021-03-19T08:33:32.456Z] b122376c33c6: Preparing [2021-03-19T08:33:32.456Z] f8381ed47b22: Preparing [2021-03-19T08:33:32.456Z] e934a737d657: Preparing [2021-03-19T08:33:32.456Z] 0de83ce80758: Waiting [2021-03-19T08:33:32.456Z] 9ded3b6bb9b5: Waiting [2021-03-19T08:33:32.456Z] fa1afe8e6ed9: Waiting [2021-03-19T08:33:32.456Z] 0f74e9ff2a61: Waiting [2021-03-19T08:33:32.456Z] b122376c33c6: Waiting [2021-03-19T08:33:32.456Z] 87a09b4c083e: Waiting [2021-03-19T08:33:32.456Z] f8381ed47b22: Waiting [2021-03-19T08:33:32.456Z] e934a737d657: Waiting [2021-03-19T08:33:32.456Z] 25a79c590029: Layer already exists [2021-03-19T08:33:32.456Z] 918528038837: Layer already exists [2021-03-19T08:33:32.456Z] 3d241fb0c39e: Layer already exists [2021-03-19T08:33:32.456Z] ec35b1439fea: Layer already exists [2021-03-19T08:33:32.456Z] 815f6d023906: Layer already exists [2021-03-19T08:33:32.456Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T08:33:32.456Z] 0de83ce80758: Layer already exists [2021-03-19T08:33:32.456Z] 6d7a8356f03f: Layer already exists [2021-03-19T08:33:32.456Z] fa1afe8e6ed9: Layer already exists [2021-03-19T08:33:32.456Z] 87a09b4c083e: Layer already exists [2021-03-19T08:33:32.456Z] b122376c33c6: Layer already exists [2021-03-19T08:33:32.456Z] f8381ed47b22: Layer already exists [2021-03-19T08:33:32.456Z] e934a737d657: Layer already exists [2021-03-19T08:33:32.456Z] 0f74e9ff2a61: Layer already exists [2021-03-19T08:33:32.456Z] master: digest: sha256:3dd59657991ced02802f6d28ba11a8a7cc3d3601fda4260ec9383cea3ddaa775 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T08:33:32.666Z] ===================================================== [Pipeline] echo [2021-03-19T08:33:32.712Z] taggedImages: [2021-03-19T08:33:32.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00 [2021-03-19T08:33:32.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.130 [2021-03-19T08:33:32.712Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:3c17eee94111b45567e88cff7b967cb4bb967b00-2.0.0-dev.130 [2021-03-19T08:33:32.712Z] - 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-19T08:33:33.306Z] ---> job-cost.sh [2021-03-19T08:33:33.306Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-D8JU [2021-03-19T08:34:41.309Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T08:37:18.189Z] lf-activate-venv(): INFO: Adding /tmp/venv-D8JU/bin to PATH [2021-03-19T08:37:18.189Z] INFO: No Stack... [2021-03-19T08:37:18.189Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T08:37:18.189Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T08:37:18.540Z] + cat /w/workspace/edgex-go/397/archives/cost.csv [2021-03-19T08:37:18.540Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T08:37:18.690Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-397-stack-cost] [2021-03-19T08:37:18.702Z] Resource [jenkins-edgexfoundry-edgex-go-master-397-stack-cost] did not exist. Created. [2021-03-19T08:37:18.702Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-397-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T08:37:19.154Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T08:37:20.716Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T08:37:20.724Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-397-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-19T08:37:22.175Z] provisioning config files... [2021-03-19T08:37:22.186Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/397@tmp/config6673913585358441236tmp [Pipeline] { [Pipeline] sh [2021-03-19T08:37:22.564Z] + set +x [2021-03-19T08:37:22.564Z] + curl -s https://codecov.io/bash [2021-03-19T08:37:22.564Z] + bash -s -- [2021-03-19T08:37:22.826Z] [2021-03-19T08:37:22.826Z] _____ _ [2021-03-19T08:37:22.826Z] / ____| | | [2021-03-19T08:37:22.826Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T08:37:22.826Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T08:37:22.826Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T08:37:22.826Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T08:37:22.826Z] Bash-20210309-2b87ace [2021-03-19T08:37:22.826Z] [2021-03-19T08:37:22.826Z] [2021-03-19T08:37:22.826Z] ==> git version 2.24.3 found [2021-03-19T08:37:22.826Z] ==> 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-19T08:37:22.826Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T08:37:22.826Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T08:37:22.826Z] ==> Jenkins CI detected. [2021-03-19T08:37:22.826Z] project root: . [2021-03-19T08:37:22.826Z] --> token set from env [2021-03-19T08:37:23.087Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T08:37:23.087Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T08:37:23.087Z] ==> Python coveragepy not found [2021-03-19T08:37:23.087Z] ==> Searching for coverage reports in: [2021-03-19T08:37:23.087Z] + . [2021-03-19T08:37:23.087Z] -> Found 1 reports [2021-03-19T08:37:23.087Z] ==> Detecting git/mercurial file structure [2021-03-19T08:37:23.087Z] ==> Reading reports [2021-03-19T08:37:23.087Z] + ./coverage.out bytes=650607 [2021-03-19T08:37:23.087Z] ==> Appending adjustments [2021-03-19T08:37:23.087Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T08:37:26.412Z] + Found adjustments [2021-03-19T08:37:26.412Z] ==> Gzipping contents [2021-03-19T08:37:26.412Z] 96K /tmp/codecov.dpLVnY.gz [2021-03-19T08:37:26.412Z] ==> Uploading reports [2021-03-19T08:37:26.412Z] url: https://codecov.io [2021-03-19T08:37:26.412Z] query: branch=master&commit=3c17eee94111b45567e88cff7b967cb4bb967b00&build=397&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F397%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T08:37:26.675Z] -> Pinging Codecov [2021-03-19T08:37:26.675Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=3c17eee94111b45567e88cff7b967cb4bb967b00&build=397&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F397%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T08:37:26.937Z] -> Uploading to [2021-03-19T08:37:26.937Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/3c17eee94111b45567e88cff7b967cb4bb967b00/ebe2066d-a152-4d85-b221-68e1ee2808f8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T083726Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=776f894d4df1b1ad883fdf492be2b4e981c58b435d77dc979ef05de6faeb31f1 [2021-03-19T08:37:26.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:37:26.937Z] Dload Upload Total Spent Left Speed [2021-03-19T08:37:27.513Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94890 0 0 100 94890 0 175k --:--:-- --:--:-- --:--:-- 175k [2021-03-19T08:37:27.513Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3c17eee94111b45567e88cff7b967cb4bb967b00 [Pipeline] } [2021-03-19T08:37:27.527Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-19T08:37:27.990Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-19T08:37:28.047Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:37:28.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T08:37:28.400Z] [2021-03-19T08:37:28.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:37:28.750Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T08:37:28.750Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-19T08:37:28.750Z] 188c0c94c7c5: Already exists [2021-03-19T08:37:28.750Z] 0ef7d3d256c8: Already exists [2021-03-19T08:37:28.750Z] de9db76c5a1d: Already exists [2021-03-19T08:37:28.750Z] 0eba1c9be4d2: Pulling fs layer [2021-03-19T08:37:28.750Z] 0d57e429df01: Pulling fs layer [2021-03-19T08:37:28.750Z] 4e4be7b47b0d: Pulling fs layer [2021-03-19T08:37:28.750Z] e1f770b5df2f: Pulling fs layer [2021-03-19T08:37:28.750Z] 85a0685a4137: Pulling fs layer [2021-03-19T08:37:28.750Z] e1f770b5df2f: Waiting [2021-03-19T08:37:28.750Z] 85a0685a4137: Waiting [2021-03-19T08:37:28.750Z] 0d57e429df01: Verifying Checksum [2021-03-19T08:37:28.750Z] 0d57e429df01: Download complete [2021-03-19T08:37:28.750Z] 4e4be7b47b0d: Verifying Checksum [2021-03-19T08:37:28.750Z] 4e4be7b47b0d: Download complete [2021-03-19T08:37:30.140Z] e1f770b5df2f: Verifying Checksum [2021-03-19T08:37:30.140Z] e1f770b5df2f: Download complete [2021-03-19T08:37:32.079Z] 0eba1c9be4d2: Verifying Checksum [2021-03-19T08:37:32.079Z] 0eba1c9be4d2: Download complete [2021-03-19T08:37:32.662Z] 85a0685a4137: Verifying Checksum [2021-03-19T08:37:32.662Z] 85a0685a4137: Download complete [2021-03-19T08:37:37.991Z] 0eba1c9be4d2: Pull complete [2021-03-19T08:37:37.991Z] 0d57e429df01: Pull complete [2021-03-19T08:37:37.991Z] 4e4be7b47b0d: Pull complete [2021-03-19T08:37:41.340Z] e1f770b5df2f: Pull complete [2021-03-19T08:37:49.513Z] 85a0685a4137: Pull complete [2021-03-19T08:37:49.513Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-19T08:37:49.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T08:37:49.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-19T08:37:49.745Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:37:49.957Z] $ 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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-19T08:37:51.082Z] $ docker top be6b8e91058be45cd7f882d24d06464bdf2b681b5e5e7c34a2032fd9443cf010 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T08:37:51.381Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-19T08:37:51.671Z] + set -o pipefail [2021-03-19T08:37:51.671Z] + snyk monitor '--org=edgex-jenkins' [2021-03-19T08:38:30.462Z] [2021-03-19T08:38:30.462Z] Monitoring /w/workspace/edgex-go/397 (github.com/edgexfoundry/edgex-go)... [2021-03-19T08:38:30.462Z] [2021-03-19T08:38:30.462Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/b3762bf9-6a31-466c-b361-753e57eeec30 [2021-03-19T08:38:30.462Z] [2021-03-19T08:38:30.462Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-19T08:38:30.462Z] [2021-03-19T08:38:30.462Z] [Pipeline] } [2021-03-19T08:38:30.484Z] $ docker stop --time=1 be6b8e91058be45cd7f882d24d06464bdf2b681b5e5e7c34a2032fd9443cf010 [2021-03-19T08:38:32.948Z] $ docker rm -f be6b8e91058be45cd7f882d24d06464bdf2b681b5e5e7c34a2032fd9443cf010 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-19T08:38:33.984Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T08:38:34.035Z] provisioning config files... [2021-03-19T08:38:34.047Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/397@tmp/config8618366752340706182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:38:34.441Z] --> edgex-publish-swagger.sh [2021-03-19T08:38:34.441Z] === Publish openapi/v1 API === [2021-03-19T08:38:34.441Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-19T08:38:34.441Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/397/openapi/v1/core-command.yaml] [2021-03-19T08:38:34.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:34.441Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:35.386Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9593 0:00:01 0:00:01 --:--:-- 9600 100 10522 0 0 100 10522 0 9591 0:00:01 0:00:01 --:--:-- 9600 [2021-03-19T08:38:35.386Z] [2021-03-19T08:38:35.386Z] [2021-03-19T08:38:35.386Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/397/openapi/v1/core-data.yaml] [2021-03-19T08:38:35.386Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:35.386Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:36.779Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 29041 0:00:01 0:00:01 --:--:-- 29068 100 32557 0 0 100 32557 0 29037 0:00:01 0:00:01 --:--:-- 29042 [2021-03-19T08:38:36.779Z] [2021-03-19T08:38:36.779Z] [2021-03-19T08:38:36.779Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/397/openapi/v1/core-metadata.yaml] [2021-03-19T08:38:36.779Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:36.779Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:38.004Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61390 0:00:01 0:00:01 --:--:-- 61383 100 73721 0 0 100 73721 0 58167 0:00:01 0:00:01 --:--:-- 58139 [2021-03-19T08:38:38.004Z] [2021-03-19T08:38:38.004Z] [2021-03-19T08:38:38.004Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/397/openapi/v1/support-logging.yaml] [2021-03-19T08:38:38.004Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:38.004Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:38.957Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12388 0:00:01 0:00:01 --:--:-- 12391 100 13581 0 0 100 13581 0 12386 0:00:01 0:00:01 --:--:-- 12391 [2021-03-19T08:38:38.957Z] [2021-03-19T08:38:38.957Z] [2021-03-19T08:38:38.957Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/397/openapi/v1/support-notifications.yaml] [2021-03-19T08:38:38.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:38.958Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:39.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 38773 0:00:01 0:00:01 --:--:-- 38812 100 38890 0 0 100 38890 0 38767 0:00:01 0:00:01 --:--:-- 38812 [2021-03-19T08:38:39.902Z] [2021-03-19T08:38:39.902Z] [2021-03-19T08:38:39.902Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/397/openapi/v1/support-scheduler.yaml] [2021-03-19T08:38:39.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:39.902Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:41.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12829 0:00:01 0:00:01 --:--:-- 12836 100 14249 0 0 100 14249 0 12827 0:00:01 0:00:01 --:--:-- 12836 [2021-03-19T08:38:41.287Z] [2021-03-19T08:38:41.287Z] [2021-03-19T08:38:41.288Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/397/openapi/v1/system-agent.yaml] [2021-03-19T08:38:41.288Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:41.288Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:42.232Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4055 0:00:01 0:00:01 --:--:-- 4057 100 4110 0 0 100 4110 0 4054 0:00:01 0:00:01 --:--:-- 4057 [2021-03-19T08:38:42.232Z] [2021-03-19T08:38:42.232Z] [2021-03-19T08:38:42.232Z] === Publish openapi/v2 API === [2021-03-19T08:38:42.232Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-19T08:38:42.232Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/397/openapi/v2/core-command.yaml] [2021-03-19T08:38:42.232Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:42.232Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:43.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 28830 0:00:01 0:00:01 --:--:-- 28849 100 29744 0 0 100 29744 0 28825 0:00:01 0:00:01 --:--:-- 28849 [2021-03-19T08:38:43.177Z] [2021-03-19T08:38:43.177Z] [2021-03-19T08:38:43.177Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/397/openapi/v2/core-data.yaml] [2021-03-19T08:38:43.177Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:43.177Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:44.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 52170 0:00:01 0:00:01 --:--:-- 52221 100 57287 0 0 100 57287 0 52162 0:00:01 0:00:01 --:--:-- 52173 [2021-03-19T08:38:44.564Z] [2021-03-19T08:38:44.564Z] [2021-03-19T08:38:44.564Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/397/openapi/v2/core-metadata.yaml] [2021-03-19T08:38:44.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:44.564Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:45.519Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 98894 0:00:01 0:00:01 --:--:-- 98917 100 116k 0 0 100 116k 0 94294 0:00:01 0:00:01 --:--:-- 94364 [2021-03-19T08:38:45.519Z] [2021-03-19T08:38:45.519Z] [2021-03-19T08:38:45.519Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/397/openapi/v2/support-notifications.yaml] [2021-03-19T08:38:45.519Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:45.519Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:46.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 60405 0:00:01 0:00:01 --:--:-- 60376 100 71727 0 0 100 71727 0 60396 0:00:01 0:00:01 --:--:-- 60376 [2021-03-19T08:38:46.729Z] [2021-03-19T08:38:46.729Z] [2021-03-19T08:38:46.729Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/397/openapi/v2/support-scheduler.yaml] [2021-03-19T08:38:46.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:46.729Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:48.122Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 34036 0:00:01 0:00:01 --:--:-- 34059 100 39475 0 0 100 39475 0 34032 0:00:01 0:00:01 --:--:-- 34059 [2021-03-19T08:38:48.123Z] [2021-03-19T08:38:48.123Z] [2021-03-19T08:38:48.123Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/397/openapi/v2/system-agent.yaml] [2021-03-19T08:38:48.123Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T08:38:48.123Z] Dload Upload Total Spent Left Speed [2021-03-19T08:38:49.068Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23731 0:00:01 0:00:01 --:--:-- 23754 100 24182 0 0 100 24182 0 23728 0:00:01 0:00:01 --:--:-- 23754 [2021-03-19T08:38:49.068Z] [2021-03-19T08:38:49.068Z] [Pipeline] } [2021-03-19T08:38:49.077Z] 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-19T08:38:49.940Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:38:49.940Z] . [Pipeline] withDockerContainer [2021-03-19T08:38:50.048Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:38:50.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T08:38:50.949Z] $ docker top ba37b8e9b9c40dfeb5b44275d664c77aa244bf3bcbf5da1c057384167a117d95 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T08:38:51.256Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T08:38:51.256Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T08:38:51.511Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T08:38:51.520Z] $ docker exec ba37b8e9b9c40dfeb5b44275d664c77aa244bf3bcbf5da1c057384167a117d95 ssh-agent [2021-03-19T08:38:51.720Z] SSH_AUTH_SOCK=/tmp/ssh-wwovv8nfDGeL/agent.11 [2021-03-19T08:38:51.720Z] SSH_AGENT_PID=16 [2021-03-19T08:38:51.727Z] Running ssh-add (command line suppressed) [2021-03-19T08:38:51.868Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_1489783271252212357.key (/w/workspace/edgex-go/397@tmp/private_key_1489783271252212357.key) [2021-03-19T08:38:51.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T08:38:52.269Z] + git semver tag [2021-03-19T08:38:52.842Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T08:38:52.842Z] # $GIT_DIR = /w/workspace/edgex-go/397/.git [2021-03-19T08:38:52.842Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/397 [2021-03-19T08:38:52.842Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T08:38:52.842Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T08:38:52.842Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T08:38:52.842Z] # $SEMVER_BRANCH = master [2021-03-19T08:38:52.842Z] # $SEMVER_DIR = /w/workspace/edgex-go/397/.semver [2021-03-19T08:38:52.842Z] # 3c17eee94111b45567e88cff7b967cb4bb967b00 HEAD [2021-03-19T08:38:53.103Z] # -> Force: false [2021-03-19T08:38:53.103Z] # d2e0782c24a78364d42f8cc43d29bb12db38853b refs/tags/v2.0.0-dev.130 [Pipeline] } [2021-03-19T08:38:53.118Z] $ docker exec --env ******** --env ******** ba37b8e9b9c40dfeb5b44275d664c77aa244bf3bcbf5da1c057384167a117d95 ssh-agent -k [2021-03-19T08:38:53.274Z] unset SSH_AUTH_SOCK; [2021-03-19T08:38:53.275Z] unset SSH_AGENT_PID; [2021-03-19T08:38:53.275Z] echo Agent pid 16 killed; [2021-03-19T08:38:53.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T08:38:53.815Z] + git semver [Pipeline] } [2021-03-19T08:38:53.847Z] $ docker stop --time=1 ba37b8e9b9c40dfeb5b44275d664c77aa244bf3bcbf5da1c057384167a117d95 [2021-03-19T08:38:55.239Z] $ docker rm -f ba37b8e9b9c40dfeb5b44275d664c77aa244bf3bcbf5da1c057384167a117d95 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:38:55.969Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T08:38:55.969Z] [2021-03-19T08:38:55.969Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:38:56.327Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T08:38:56.327Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-19T08:38:56.327Z] ab5ef0e58194: Pulling fs layer [2021-03-19T08:38:56.327Z] 9712f1f96733: Pulling fs layer [2021-03-19T08:38:56.327Z] 63f879dbbcfc: Pulling fs layer [2021-03-19T08:38:56.327Z] 0d9ebad4ef96: Pulling fs layer [2021-03-19T08:38:56.327Z] e9a5061849ea: Pulling fs layer [2021-03-19T08:38:56.327Z] d747dcd14b5f: Pulling fs layer [2021-03-19T08:38:56.327Z] 2de7ff778b66: Pulling fs layer [2021-03-19T08:38:56.327Z] 0d9ebad4ef96: Waiting [2021-03-19T08:38:56.327Z] e9a5061849ea: Waiting [2021-03-19T08:38:56.327Z] d747dcd14b5f: Waiting [2021-03-19T08:38:56.327Z] 2de7ff778b66: Waiting [2021-03-19T08:38:56.327Z] 9712f1f96733: Verifying Checksum [2021-03-19T08:38:56.327Z] 9712f1f96733: Download complete [2021-03-19T08:38:58.255Z] 63f879dbbcfc: Verifying Checksum [2021-03-19T08:38:58.255Z] 63f879dbbcfc: Download complete [2021-03-19T08:38:58.255Z] e9a5061849ea: Verifying Checksum [2021-03-19T08:38:58.255Z] e9a5061849ea: Download complete [2021-03-19T08:38:58.255Z] d747dcd14b5f: Verifying Checksum [2021-03-19T08:38:58.255Z] d747dcd14b5f: Download complete [2021-03-19T08:38:58.518Z] 2de7ff778b66: Verifying Checksum [2021-03-19T08:38:58.518Z] 2de7ff778b66: Download complete [2021-03-19T08:38:58.518Z] 0d9ebad4ef96: Verifying Checksum [2021-03-19T08:38:58.518Z] 0d9ebad4ef96: Download complete [2021-03-19T08:38:59.089Z] ab5ef0e58194: Verifying Checksum [2021-03-19T08:38:59.089Z] ab5ef0e58194: Download complete [2021-03-19T08:39:04.403Z] ab5ef0e58194: Pull complete [2021-03-19T08:39:04.403Z] 9712f1f96733: Pull complete [2021-03-19T08:39:06.331Z] 63f879dbbcfc: Pull complete [2021-03-19T08:39:14.512Z] 0d9ebad4ef96: Pull complete [2021-03-19T08:39:15.461Z] e9a5061849ea: Pull complete [2021-03-19T08:39:15.461Z] d747dcd14b5f: Pull complete [2021-03-19T08:39:19.676Z] 2de7ff778b66: Pull complete [2021-03-19T08:39:19.676Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-19T08:39:19.676Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T08:39:19.676Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-19T08:39:19.853Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:39:19.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-19T08:39:23.095Z] $ docker top 53c0b919b2e860992a45b455309e4d61d31376b55d6c07a39af08da64a91c02e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-19T08:39:23.383Z] provisioning config files... [2021-03-19T08:39:23.394Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/397@tmp/config1799688276308613409tmp [2021-03-19T08:39:23.410Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/397@tmp/config2735071954765199388tmp [2021-03-19T08:39:23.426Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/397@tmp/config2747681869226195377tmp [Pipeline] { [Pipeline] echo [2021-03-19T08:39:23.485Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:39:23.786Z] ---> sigul-configuration.sh [2021-03-19T08:39:23.786Z] gpg: directory `/root/.gnupg' created [2021-03-19T08:39:23.786Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-19T08:39:23.786Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-19T08:39:23.786Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-19T08:39:23.786Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-19T08:39:23.786Z] gpg: CAST5 encrypted data [2021-03-19T08:39:24.048Z] gpg: encrypted with 1 passphrase [2021-03-19T08:39:24.048Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-19T08:39:24.347Z] + mkdir /home/jenkins [2021-03-19T08:39:24.347Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-19T08:39:24.643Z] + 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-19T08:39:24.653Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:39:24.952Z] ---> sigul-install.sh [2021-03-19T08:39:31.574Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-19T08:39:31.882Z] + git tag --list [2021-03-19T08:39:31.882Z] 0.6.0 [2021-03-19T08:39:31.882Z] 0.6.1 [2021-03-19T08:39:31.882Z] 0.7.0 [2021-03-19T08:39:31.882Z] 0.7.1 [2021-03-19T08:39:31.882Z] v0.0.0 [2021-03-19T08:39:31.882Z] v0.0.1-dev.1 [2021-03-19T08:39:31.882Z] v1.0.0 [2021-03-19T08:39:31.882Z] v1.0.1 [2021-03-19T08:39:31.882Z] v1.1.0 [2021-03-19T08:39:31.882Z] v1.2.0 [2021-03-19T08:39:31.882Z] v1.2.1 [2021-03-19T08:39:31.882Z] v1.2.2-dev.1 [2021-03-19T08:39:31.882Z] v1.2.2-dev.10 [2021-03-19T08:39:31.882Z] v1.2.2-dev.100 [2021-03-19T08:39:31.882Z] v1.2.2-dev.101 [2021-03-19T08:39:31.882Z] v1.2.2-dev.102 [2021-03-19T08:39:31.882Z] v1.2.2-dev.103 [2021-03-19T08:39:31.882Z] v1.2.2-dev.104 [2021-03-19T08:39:31.882Z] v1.2.2-dev.105 [2021-03-19T08:39:31.882Z] v1.2.2-dev.106 [2021-03-19T08:39:31.882Z] v1.2.2-dev.107 [2021-03-19T08:39:31.882Z] v1.2.2-dev.11 [2021-03-19T08:39:31.882Z] v1.2.2-dev.12 [2021-03-19T08:39:31.882Z] v1.2.2-dev.13 [2021-03-19T08:39:31.882Z] v1.2.2-dev.14 [2021-03-19T08:39:31.882Z] v1.2.2-dev.15 [2021-03-19T08:39:31.882Z] v1.2.2-dev.16 [2021-03-19T08:39:31.882Z] v1.2.2-dev.17 [2021-03-19T08:39:31.882Z] v1.2.2-dev.18 [2021-03-19T08:39:31.882Z] v1.2.2-dev.19 [2021-03-19T08:39:31.882Z] v1.2.2-dev.2 [2021-03-19T08:39:31.882Z] v1.2.2-dev.20 [2021-03-19T08:39:31.882Z] v1.2.2-dev.21 [2021-03-19T08:39:31.882Z] v1.2.2-dev.22 [2021-03-19T08:39:31.882Z] v1.2.2-dev.23 [2021-03-19T08:39:31.882Z] v1.2.2-dev.24 [2021-03-19T08:39:31.882Z] v1.2.2-dev.25 [2021-03-19T08:39:31.882Z] v1.2.2-dev.26 [2021-03-19T08:39:31.882Z] v1.2.2-dev.27 [2021-03-19T08:39:31.882Z] v1.2.2-dev.28 [2021-03-19T08:39:31.882Z] v1.2.2-dev.29 [2021-03-19T08:39:31.882Z] v1.2.2-dev.3 [2021-03-19T08:39:31.882Z] v1.2.2-dev.30 [2021-03-19T08:39:31.882Z] v1.2.2-dev.31 [2021-03-19T08:39:31.882Z] v1.2.2-dev.32 [2021-03-19T08:39:31.882Z] v1.2.2-dev.33 [2021-03-19T08:39:31.882Z] v1.2.2-dev.34 [2021-03-19T08:39:31.882Z] v1.2.2-dev.35 [2021-03-19T08:39:31.882Z] v1.2.2-dev.36 [2021-03-19T08:39:31.882Z] v1.2.2-dev.37 [2021-03-19T08:39:31.882Z] v1.2.2-dev.38 [2021-03-19T08:39:31.882Z] v1.2.2-dev.39 [2021-03-19T08:39:31.882Z] v1.2.2-dev.4 [2021-03-19T08:39:31.882Z] v1.2.2-dev.40 [2021-03-19T08:39:31.882Z] v1.2.2-dev.41 [2021-03-19T08:39:31.882Z] v1.2.2-dev.42 [2021-03-19T08:39:31.882Z] v1.2.2-dev.43 [2021-03-19T08:39:31.882Z] v1.2.2-dev.44 [2021-03-19T08:39:31.882Z] v1.2.2-dev.45 [2021-03-19T08:39:31.882Z] v1.2.2-dev.46 [2021-03-19T08:39:31.882Z] v1.2.2-dev.47 [2021-03-19T08:39:31.882Z] v1.2.2-dev.48 [2021-03-19T08:39:31.882Z] v1.2.2-dev.49 [2021-03-19T08:39:31.882Z] v1.2.2-dev.5 [2021-03-19T08:39:31.882Z] v1.2.2-dev.50 [2021-03-19T08:39:31.882Z] v1.2.2-dev.51 [2021-03-19T08:39:31.882Z] v1.2.2-dev.52 [2021-03-19T08:39:31.882Z] v1.2.2-dev.53 [2021-03-19T08:39:31.882Z] v1.2.2-dev.54 [2021-03-19T08:39:31.882Z] v1.2.2-dev.55 [2021-03-19T08:39:31.882Z] v1.2.2-dev.56 [2021-03-19T08:39:31.882Z] v1.2.2-dev.57 [2021-03-19T08:39:31.882Z] v1.2.2-dev.58 [2021-03-19T08:39:31.882Z] v1.2.2-dev.59 [2021-03-19T08:39:31.882Z] v1.2.2-dev.6 [2021-03-19T08:39:31.882Z] v1.2.2-dev.60 [2021-03-19T08:39:31.882Z] v1.2.2-dev.61 [2021-03-19T08:39:31.882Z] v1.2.2-dev.62 [2021-03-19T08:39:31.882Z] v1.2.2-dev.63 [2021-03-19T08:39:31.882Z] v1.2.2-dev.64 [2021-03-19T08:39:31.882Z] v1.2.2-dev.65 [2021-03-19T08:39:31.882Z] v1.2.2-dev.66 [2021-03-19T08:39:31.882Z] v1.2.2-dev.67 [2021-03-19T08:39:31.882Z] v1.2.2-dev.68 [2021-03-19T08:39:31.882Z] v1.2.2-dev.69 [2021-03-19T08:39:31.882Z] v1.2.2-dev.7 [2021-03-19T08:39:31.882Z] v1.2.2-dev.70 [2021-03-19T08:39:31.882Z] v1.2.2-dev.71 [2021-03-19T08:39:31.882Z] v1.2.2-dev.72 [2021-03-19T08:39:31.882Z] v1.2.2-dev.73 [2021-03-19T08:39:31.882Z] v1.2.2-dev.74 [2021-03-19T08:39:31.882Z] v1.2.2-dev.75 [2021-03-19T08:39:31.882Z] v1.2.2-dev.76 [2021-03-19T08:39:31.882Z] v1.2.2-dev.77 [2021-03-19T08:39:31.882Z] v1.2.2-dev.78 [2021-03-19T08:39:31.882Z] v1.2.2-dev.79 [2021-03-19T08:39:31.882Z] v1.2.2-dev.8 [2021-03-19T08:39:31.882Z] v1.2.2-dev.80 [2021-03-19T08:39:31.882Z] v1.2.2-dev.81 [2021-03-19T08:39:31.882Z] v1.2.2-dev.82 [2021-03-19T08:39:31.882Z] v1.2.2-dev.83 [2021-03-19T08:39:31.882Z] v1.2.2-dev.84 [2021-03-19T08:39:31.882Z] v1.2.2-dev.85 [2021-03-19T08:39:31.882Z] v1.2.2-dev.86 [2021-03-19T08:39:31.882Z] v1.2.2-dev.87 [2021-03-19T08:39:31.882Z] v1.2.2-dev.88 [2021-03-19T08:39:31.882Z] v1.2.2-dev.89 [2021-03-19T08:39:31.882Z] v1.2.2-dev.9 [2021-03-19T08:39:31.882Z] v1.2.2-dev.90 [2021-03-19T08:39:31.882Z] v1.2.2-dev.91 [2021-03-19T08:39:31.882Z] v1.2.2-dev.92 [2021-03-19T08:39:31.882Z] v1.2.2-dev.93 [2021-03-19T08:39:31.882Z] v1.2.2-dev.94 [2021-03-19T08:39:31.882Z] v1.2.2-dev.95 [2021-03-19T08:39:31.882Z] v1.2.2-dev.96 [2021-03-19T08:39:31.882Z] v1.2.2-dev.97 [2021-03-19T08:39:31.882Z] v1.2.2-dev.98 [2021-03-19T08:39:31.882Z] v1.2.2-dev.99 [2021-03-19T08:39:31.882Z] v1.3.0 [2021-03-19T08:39:31.882Z] v1.3.1 [2021-03-19T08:39:31.882Z] v1.3.1-dev.1 [2021-03-19T08:39:31.882Z] v1.3.1-dev.10 [2021-03-19T08:39:31.882Z] v1.3.1-dev.11 [2021-03-19T08:39:31.882Z] v1.3.1-dev.12 [2021-03-19T08:39:31.882Z] v1.3.1-dev.13 [2021-03-19T08:39:31.882Z] v1.3.1-dev.14 [2021-03-19T08:39:31.882Z] v1.3.1-dev.15 [2021-03-19T08:39:31.882Z] v1.3.1-dev.16 [2021-03-19T08:39:31.882Z] v1.3.1-dev.17 [2021-03-19T08:39:31.882Z] v1.3.1-dev.18 [2021-03-19T08:39:31.882Z] v1.3.1-dev.2 [2021-03-19T08:39:31.882Z] v1.3.1-dev.3 [2021-03-19T08:39:31.882Z] v1.3.1-dev.4 [2021-03-19T08:39:31.882Z] v1.3.1-dev.5 [2021-03-19T08:39:31.882Z] v1.3.1-dev.6 [2021-03-19T08:39:31.882Z] v1.3.1-dev.7 [2021-03-19T08:39:31.882Z] v1.3.1-dev.8 [2021-03-19T08:39:31.882Z] v1.3.1-dev.9 [2021-03-19T08:39:31.882Z] v2.0.0-dev.1 [2021-03-19T08:39:31.882Z] v2.0.0-dev.10 [2021-03-19T08:39:31.882Z] v2.0.0-dev.100 [2021-03-19T08:39:31.882Z] v2.0.0-dev.101 [2021-03-19T08:39:31.882Z] v2.0.0-dev.102 [2021-03-19T08:39:31.882Z] v2.0.0-dev.103 [2021-03-19T08:39:31.882Z] v2.0.0-dev.104 [2021-03-19T08:39:31.882Z] v2.0.0-dev.105 [2021-03-19T08:39:31.882Z] v2.0.0-dev.106 [2021-03-19T08:39:31.882Z] v2.0.0-dev.107 [2021-03-19T08:39:31.882Z] v2.0.0-dev.108 [2021-03-19T08:39:31.882Z] v2.0.0-dev.109 [2021-03-19T08:39:31.882Z] v2.0.0-dev.11 [2021-03-19T08:39:31.882Z] v2.0.0-dev.110 [2021-03-19T08:39:31.882Z] v2.0.0-dev.111 [2021-03-19T08:39:31.882Z] v2.0.0-dev.112 [2021-03-19T08:39:31.882Z] v2.0.0-dev.113 [2021-03-19T08:39:31.882Z] v2.0.0-dev.114 [2021-03-19T08:39:31.882Z] v2.0.0-dev.115 [2021-03-19T08:39:31.882Z] v2.0.0-dev.116 [2021-03-19T08:39:31.882Z] v2.0.0-dev.117 [2021-03-19T08:39:31.882Z] v2.0.0-dev.118 [2021-03-19T08:39:31.882Z] v2.0.0-dev.119 [2021-03-19T08:39:31.882Z] v2.0.0-dev.12 [2021-03-19T08:39:31.882Z] v2.0.0-dev.120 [2021-03-19T08:39:31.882Z] v2.0.0-dev.121 [2021-03-19T08:39:31.882Z] v2.0.0-dev.122 [2021-03-19T08:39:31.882Z] v2.0.0-dev.123 [2021-03-19T08:39:31.882Z] v2.0.0-dev.124 [2021-03-19T08:39:31.882Z] v2.0.0-dev.125 [2021-03-19T08:39:31.882Z] v2.0.0-dev.126 [2021-03-19T08:39:31.882Z] v2.0.0-dev.127 [2021-03-19T08:39:31.882Z] v2.0.0-dev.128 [2021-03-19T08:39:31.882Z] v2.0.0-dev.129 [2021-03-19T08:39:31.882Z] v2.0.0-dev.13 [2021-03-19T08:39:31.882Z] v2.0.0-dev.130 [2021-03-19T08:39:31.882Z] v2.0.0-dev.14 [2021-03-19T08:39:31.882Z] v2.0.0-dev.15 [2021-03-19T08:39:31.882Z] v2.0.0-dev.16 [2021-03-19T08:39:31.882Z] v2.0.0-dev.17 [2021-03-19T08:39:31.882Z] v2.0.0-dev.18 [2021-03-19T08:39:31.882Z] v2.0.0-dev.19 [2021-03-19T08:39:31.882Z] v2.0.0-dev.2 [2021-03-19T08:39:31.882Z] v2.0.0-dev.20 [2021-03-19T08:39:31.882Z] v2.0.0-dev.21 [2021-03-19T08:39:31.882Z] v2.0.0-dev.22 [2021-03-19T08:39:31.882Z] v2.0.0-dev.23 [2021-03-19T08:39:31.882Z] v2.0.0-dev.24 [2021-03-19T08:39:31.882Z] v2.0.0-dev.25 [2021-03-19T08:39:31.882Z] v2.0.0-dev.26 [2021-03-19T08:39:31.882Z] v2.0.0-dev.27 [2021-03-19T08:39:31.882Z] v2.0.0-dev.28 [2021-03-19T08:39:31.882Z] v2.0.0-dev.29 [2021-03-19T08:39:31.882Z] v2.0.0-dev.3 [2021-03-19T08:39:31.882Z] v2.0.0-dev.30 [2021-03-19T08:39:31.882Z] v2.0.0-dev.31 [2021-03-19T08:39:31.882Z] v2.0.0-dev.32 [2021-03-19T08:39:31.882Z] v2.0.0-dev.33 [2021-03-19T08:39:31.882Z] v2.0.0-dev.34 [2021-03-19T08:39:31.882Z] v2.0.0-dev.35 [2021-03-19T08:39:31.882Z] v2.0.0-dev.36 [2021-03-19T08:39:31.882Z] v2.0.0-dev.37 [2021-03-19T08:39:31.882Z] v2.0.0-dev.38 [2021-03-19T08:39:31.882Z] v2.0.0-dev.39 [2021-03-19T08:39:31.882Z] v2.0.0-dev.4 [2021-03-19T08:39:31.882Z] v2.0.0-dev.40 [2021-03-19T08:39:31.882Z] v2.0.0-dev.41 [2021-03-19T08:39:31.882Z] v2.0.0-dev.42 [2021-03-19T08:39:31.882Z] v2.0.0-dev.43 [2021-03-19T08:39:31.882Z] v2.0.0-dev.44 [2021-03-19T08:39:31.882Z] v2.0.0-dev.45 [2021-03-19T08:39:31.882Z] v2.0.0-dev.46 [2021-03-19T08:39:31.882Z] v2.0.0-dev.47 [2021-03-19T08:39:31.882Z] v2.0.0-dev.48 [2021-03-19T08:39:31.883Z] v2.0.0-dev.49 [2021-03-19T08:39:31.883Z] v2.0.0-dev.5 [2021-03-19T08:39:31.883Z] v2.0.0-dev.50 [2021-03-19T08:39:31.883Z] v2.0.0-dev.51 [2021-03-19T08:39:31.883Z] v2.0.0-dev.52 [2021-03-19T08:39:31.883Z] v2.0.0-dev.53 [2021-03-19T08:39:31.883Z] v2.0.0-dev.54 [2021-03-19T08:39:31.883Z] v2.0.0-dev.55 [2021-03-19T08:39:31.883Z] v2.0.0-dev.56 [2021-03-19T08:39:31.883Z] v2.0.0-dev.57 [2021-03-19T08:39:31.883Z] v2.0.0-dev.58 [2021-03-19T08:39:31.883Z] v2.0.0-dev.59 [2021-03-19T08:39:31.883Z] v2.0.0-dev.6 [2021-03-19T08:39:31.883Z] v2.0.0-dev.60 [2021-03-19T08:39:31.883Z] v2.0.0-dev.61 [2021-03-19T08:39:31.883Z] v2.0.0-dev.62 [2021-03-19T08:39:31.883Z] v2.0.0-dev.63 [2021-03-19T08:39:31.883Z] v2.0.0-dev.64 [2021-03-19T08:39:31.883Z] v2.0.0-dev.65 [2021-03-19T08:39:31.883Z] v2.0.0-dev.66 [2021-03-19T08:39:31.883Z] v2.0.0-dev.67 [2021-03-19T08:39:31.883Z] v2.0.0-dev.68 [2021-03-19T08:39:31.883Z] v2.0.0-dev.69 [2021-03-19T08:39:31.883Z] v2.0.0-dev.7 [2021-03-19T08:39:31.883Z] v2.0.0-dev.70 [2021-03-19T08:39:31.883Z] v2.0.0-dev.71 [2021-03-19T08:39:31.883Z] v2.0.0-dev.72 [2021-03-19T08:39:31.883Z] v2.0.0-dev.73 [2021-03-19T08:39:31.883Z] v2.0.0-dev.74 [2021-03-19T08:39:31.883Z] v2.0.0-dev.75 [2021-03-19T08:39:31.883Z] v2.0.0-dev.76 [2021-03-19T08:39:31.883Z] v2.0.0-dev.77 [2021-03-19T08:39:31.883Z] v2.0.0-dev.78 [2021-03-19T08:39:31.883Z] v2.0.0-dev.79 [2021-03-19T08:39:31.883Z] v2.0.0-dev.8 [2021-03-19T08:39:31.883Z] v2.0.0-dev.80 [2021-03-19T08:39:31.883Z] v2.0.0-dev.81 [2021-03-19T08:39:31.883Z] v2.0.0-dev.82 [2021-03-19T08:39:31.883Z] v2.0.0-dev.83 [2021-03-19T08:39:31.883Z] v2.0.0-dev.84 [2021-03-19T08:39:31.883Z] v2.0.0-dev.85 [2021-03-19T08:39:31.883Z] v2.0.0-dev.86 [2021-03-19T08:39:31.883Z] v2.0.0-dev.87 [2021-03-19T08:39:31.883Z] v2.0.0-dev.88 [2021-03-19T08:39:31.883Z] v2.0.0-dev.89 [2021-03-19T08:39:31.883Z] v2.0.0-dev.9 [2021-03-19T08:39:31.883Z] v2.0.0-dev.90 [2021-03-19T08:39:31.883Z] v2.0.0-dev.91 [2021-03-19T08:39:31.883Z] v2.0.0-dev.92 [2021-03-19T08:39:31.883Z] v2.0.0-dev.93 [2021-03-19T08:39:31.883Z] v2.0.0-dev.94 [2021-03-19T08:39:31.883Z] v2.0.0-dev.95 [2021-03-19T08:39:31.883Z] v2.0.0-dev.96 [2021-03-19T08:39:31.883Z] v2.0.0-dev.97 [2021-03-19T08:39:31.883Z] v2.0.0-dev.98 [2021-03-19T08:39:31.883Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-19T08:39:32.183Z] + lftools sign git-tag v2.0.0-dev.130 [2021-03-19T08:39:33.128Z] Signing Git tag with Sigul... [2021-03-19T08:39:33.128Z] Signing v2.0.0-dev.130 [Pipeline] echo [2021-03-19T08:39:34.528Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:39:34.826Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-19T08:39:34.835Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-19T08:39:34.935Z] $ docker stop --time=1 53c0b919b2e860992a45b455309e4d61d31376b55d6c07a39af08da64a91c02e [2021-03-19T08:39:37.078Z] $ docker rm -f 53c0b919b2e860992a45b455309e4d61d31376b55d6c07a39af08da64a91c02e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:39:37.906Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:39:37.906Z] . [Pipeline] withDockerContainer [2021-03-19T08:39:38.041Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:39:38.159Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T08:39:38.904Z] $ docker top 1b68435a44188b01c047815063f7158293a48e0b749bb08a5ccd8c8a89421d2b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T08:39:39.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T08:39:39.209Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T08:39:39.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T08:39:39.407Z] $ docker exec 1b68435a44188b01c047815063f7158293a48e0b749bb08a5ccd8c8a89421d2b ssh-agent [2021-03-19T08:39:39.580Z] SSH_AUTH_SOCK=/tmp/ssh-w8vCHj1a3U3L/agent.12 [2021-03-19T08:39:39.580Z] SSH_AGENT_PID=17 [2021-03-19T08:39:39.586Z] Running ssh-add (command line suppressed) [2021-03-19T08:39:39.727Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_2417563361389981424.key (/w/workspace/edgex-go/397@tmp/private_key_2417563361389981424.key) [2021-03-19T08:39:39.781Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T08:39:40.110Z] + git semver bump pre [2021-03-19T08:39:40.110Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T08:39:40.110Z] # $GIT_DIR = /w/workspace/edgex-go/397/.git [2021-03-19T08:39:40.110Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/397 [2021-03-19T08:39:40.110Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T08:39:40.110Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T08:39:40.110Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T08:39:40.110Z] # $SEMVER_BRANCH = master [2021-03-19T08:39:40.110Z] # $SEMVER_DIR = /w/workspace/edgex-go/397/.semver [2021-03-19T08:39:40.110Z] 2.0.0-dev.131 [Pipeline] } [2021-03-19T08:39:40.127Z] $ docker exec --env ******** --env ******** 1b68435a44188b01c047815063f7158293a48e0b749bb08a5ccd8c8a89421d2b ssh-agent -k [2021-03-19T08:39:40.264Z] unset SSH_AUTH_SOCK; [2021-03-19T08:39:40.264Z] unset SSH_AGENT_PID; [2021-03-19T08:39:40.264Z] echo Agent pid 17 killed; [2021-03-19T08:39:40.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T08:39:40.780Z] + git semver [Pipeline] } [2021-03-19T08:39:40.800Z] $ docker stop --time=1 1b68435a44188b01c047815063f7158293a48e0b749bb08a5ccd8c8a89421d2b [2021-03-19T08:39:42.172Z] $ docker rm -f 1b68435a44188b01c047815063f7158293a48e0b749bb08a5ccd8c8a89421d2b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:39:42.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T08:39:42.702Z] . [Pipeline] withDockerContainer [2021-03-19T08:39:42.803Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:39:42.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T08:39:43.596Z] $ docker top 29e3cabc78730d16bbdc0f62416b5c80ac2ee1f7d23bf9b5c55e15f142fde7f2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T08:39:43.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T08:39:43.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T08:39:44.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T08:39:44.148Z] $ docker exec 29e3cabc78730d16bbdc0f62416b5c80ac2ee1f7d23bf9b5c55e15f142fde7f2 ssh-agent [2021-03-19T08:39:44.348Z] SSH_AUTH_SOCK=/tmp/ssh-l9KLhWi9xGz1/agent.12 [2021-03-19T08:39:44.348Z] SSH_AGENT_PID=18 [2021-03-19T08:39:44.356Z] Running ssh-add (command line suppressed) [2021-03-19T08:39:44.503Z] Identity added: /w/workspace/edgex-go/397@tmp/private_key_2942092908596657309.key (/w/workspace/edgex-go/397@tmp/private_key_2942092908596657309.key) [2021-03-19T08:39:44.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T08:39:44.891Z] + git semver push [2021-03-19T08:39:44.891Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T08:39:44.891Z] # $GIT_DIR = /w/workspace/edgex-go/397/.git [2021-03-19T08:39:44.891Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/397 [2021-03-19T08:39:44.891Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T08:39:44.891Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T08:39:44.891Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T08:39:44.891Z] # $SEMVER_BRANCH = master [2021-03-19T08:39:44.891Z] # $SEMVER_DIR = /w/workspace/edgex-go/397/.semver [Pipeline] } [2021-03-19T08:39:53.063Z] $ docker exec --env ******** --env ******** 29e3cabc78730d16bbdc0f62416b5c80ac2ee1f7d23bf9b5c55e15f142fde7f2 ssh-agent -k [2021-03-19T08:39:53.240Z] unset SSH_AUTH_SOCK; [2021-03-19T08:39:53.240Z] unset SSH_AGENT_PID; [2021-03-19T08:39:53.240Z] echo Agent pid 18 killed; [2021-03-19T08:39:53.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T08:39:53.827Z] + git semver [Pipeline] } [2021-03-19T08:39:53.849Z] $ docker stop --time=1 29e3cabc78730d16bbdc0f62416b5c80ac2ee1f7d23bf9b5c55e15f142fde7f2 [2021-03-19T08:39:55.229Z] $ docker rm -f 29e3cabc78730d16bbdc0f62416b5c80ac2ee1f7d23bf9b5c55e15f142fde7f2 [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-19T08:39:56.370Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:39:57.250Z] ---> package-listing.sh [2021-03-19T08:39:57.250Z] ++ facter osfamily [2021-03-19T08:39:57.250Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T08:39:57.250Z] + OS_FAMILY=redhat [2021-03-19T08:39:57.250Z] + workspace=/w/workspace/edgex-go/397 [2021-03-19T08:39:57.250Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T08:39:57.250Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T08:39:57.250Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T08:39:57.250Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T08:39:57.250Z] + '[' /w/workspace/edgex-go/397 ']' [2021-03-19T08:39:57.250Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T08:39:57.250Z] + case "${OS_FAMILY}" in [2021-03-19T08:39:57.250Z] + rpm -qa [2021-03-19T08:39:57.250Z] + sort [2021-03-19T08:40:02.573Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T08:40:02.573Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T08:40:02.573Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T08:40:02.573Z] + '[' /w/workspace/edgex-go/397 ']' [2021-03-19T08:40:02.573Z] + mkdir -p /w/workspace/edgex-go/397/archives/ [2021-03-19T08:40:02.573Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/397/archives/ [Pipeline] echo [2021-03-19T08:40:02.590Z] 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/397/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T08:40:02.884Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:40:03.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T08:40:03.240Z] [2021-03-19T08:40:03.240Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T08:40:03.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T08:40:03.726Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T08:40:03.726Z] df20fa9351a1: Pulling fs layer [2021-03-19T08:40:03.726Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T08:40:03.726Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T08:40:03.726Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T08:40:03.726Z] 93b61091891f: Pulling fs layer [2021-03-19T08:40:03.726Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T08:40:03.726Z] 5e14af77c1be: Pulling fs layer [2021-03-19T08:40:03.726Z] 46f8f816bc3b: Waiting [2021-03-19T08:40:03.726Z] 01666e4c0597: Pulling fs layer [2021-03-19T08:40:03.726Z] aa168da1d23b: Pulling fs layer [2021-03-19T08:40:03.726Z] 93b9cdb0e59b: Waiting [2021-03-19T08:40:03.726Z] 93b61091891f: Waiting [2021-03-19T08:40:03.726Z] 01666e4c0597: Waiting [2021-03-19T08:40:03.726Z] 5e14af77c1be: Waiting [2021-03-19T08:40:03.726Z] aa168da1d23b: Waiting [2021-03-19T08:40:03.726Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T08:40:03.726Z] 36b3adc4ff6f: Download complete [2021-03-19T08:40:03.726Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T08:40:03.726Z] 46f8f816bc3b: Download complete [2021-03-19T08:40:03.726Z] df20fa9351a1: Verifying Checksum [2021-03-19T08:40:03.992Z] 93b9cdb0e59b: Download complete [2021-03-19T08:40:03.992Z] 5e14af77c1be: Verifying Checksum [2021-03-19T08:40:03.992Z] 5e14af77c1be: Download complete [2021-03-19T08:40:03.992Z] 93b61091891f: Verifying Checksum [2021-03-19T08:40:03.992Z] 93b61091891f: Download complete [2021-03-19T08:40:03.992Z] 01666e4c0597: Verifying Checksum [2021-03-19T08:40:03.992Z] 01666e4c0597: Download complete [2021-03-19T08:40:04.260Z] df20fa9351a1: Pull complete [2021-03-19T08:40:04.260Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T08:40:04.260Z] 8ad3a11d3b57: Download complete [2021-03-19T08:40:04.524Z] 36b3adc4ff6f: Pull complete [2021-03-19T08:40:05.925Z] aa168da1d23b: Verifying Checksum [2021-03-19T08:40:05.925Z] aa168da1d23b: Download complete [2021-03-19T08:40:06.192Z] 8ad3a11d3b57: Pull complete [2021-03-19T08:40:06.453Z] 46f8f816bc3b: Pull complete [2021-03-19T08:40:06.716Z] 93b61091891f: Pull complete [2021-03-19T08:40:06.716Z] 93b9cdb0e59b: Pull complete [2021-03-19T08:40:06.978Z] 5e14af77c1be: Pull complete [2021-03-19T08:40:06.978Z] 01666e4c0597: Pull complete [2021-03-19T08:40:15.149Z] aa168da1d23b: Pull complete [2021-03-19T08:40:15.149Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T08:40:15.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T08:40:15.149Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T08:40:15.345Z] prd-centos7-docker-4c-2g-30515 does not seem to be running inside a container [2021-03-19T08:40:15.393Z] $ 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/397/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/397 -v /w/workspace/edgex-go/397:/w/workspace/edgex-go/397:rw,z -v /w/workspace/edgex-go/397@tmp:/w/workspace/edgex-go/397@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T08:40:18.496Z] $ docker top 59f81b780bcc904b7828820c3bcb04470ca3e162c5276f00a616fa45602ac7b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T08:40:19.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T08:40:19.342Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T08:40:19.640Z] + ls /var/log/sa-host [2021-03-19T08:40:19.640Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T08:40:19.640Z] file_magic: OK [2021-03-19T08:40:19.640Z] HZ: Using current value: 100 [2021-03-19T08:40:19.640Z] file_header: OK [2021-03-19T08:40:19.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-19T08:40:19.640Z] Statistics: [2021-03-19T08:40:19.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... [2021-03-19T08:40:19.640Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T08:40:19.640Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T08:40:19.640Z] file_magic: OK [2021-03-19T08:40:19.640Z] HZ: Using current value: 100 [2021-03-19T08:40:19.640Z] file_header: OK [2021-03-19T08:40:19.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-19T08:40:19.640Z] Statistics: [2021-03-19T08:40:19.640Z] Hnuu...uuuununununu... [2021-03-19T08:40:19.640Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T08:40:19.886Z] provisioning config files... [2021-03-19T08:40:19.901Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/397@tmp/config1332955283422669135tmp [Pipeline] { [Pipeline] echo [2021-03-19T08:40:19.980Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:40:20.281Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T08:40:20.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T08:40:20.399Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:40:20.708Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T08:40:20.722Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:40:21.020Z] ---> sudo-logs.sh [2021-03-19T08:40:21.020Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T08:40:21.078Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:40:21.377Z] ---> job-cost.sh [2021-03-19T08:40:21.377Z] lf-activate-venv: SKIPPING [2021-03-19T08:40:21.377Z] DEBUG: total: 0.20999999344348907 [2021-03-19T08:40:21.377Z] INFO: Retrieving Stack Cost... [2021-03-19T08:40:22.322Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T08:40:22.892Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T08:40:22.904Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T08:40:23.200Z] ---> logs-deploy.sh [2021-03-19T08:40:23.200Z] lf-activate-venv: SKIPPING [2021-03-19T08:40:23.200Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/397 [2021-03-19T08:40:23.200Z] INFO: archiving workspace using pattern(s): [2021-03-19T08:40:24.592Z] Archives upload complete. [2021-03-19T08:40:24.592Z] INFO: archiving logs to Nexus