Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 756c8f67da22a1e32f0adf623247959e7b9e4742 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27521 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/369 [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/369 # 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 756c8f67da22a1e32f0adf623247959e7b9e4742 (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 756c8f67da22a1e32f0adf623247959e7b9e4742 # timeout=10 Commit message: "Merge pull request #3191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.36" > git rev-list --no-walk afdb9f2a3541b593beed41fd247753118ef1ae38 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-24T13:54:29.402Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-24T13:54:29.640Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-24T13:54:29.737Z] ========================================================= [2021-02-24T13:54:29.737Z] EdgeX Global Pipelines Version Info [2021-02-24T13:54:29.737Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-24T13:54:31.227Z] ------------------- [2021-02-24T13:54:31.227Z] stable info: [2021-02-24T13:54:31.227Z] ------------------- [2021-02-24T13:54:31.227Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-24T13:54:31.227Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T13:54:31.227Z] Message: update stable to v1.0.181 [2021-02-24T13:54:32.176Z] ------------------- [2021-02-24T13:54:32.176Z] experimental info: [2021-02-24T13:54:32.176Z] ------------------- [2021-02-24T13:54:32.176Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-24T13:54:32.176Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-24T13:54:32.176Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-24T13:54:32.407Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-24T13:54:32.487Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-24T13:54:32.570Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-24T13:54:32.657Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-24T13:54:32.760Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-24T13:54:32.862Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-24T13:54:32.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-24T13:54:33.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-24T13:54:33.103Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-24T13:54:33.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-24T13:54:33.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-24T13:54:33.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-24T13:54:33.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-24T13:54:33.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-24T13:54:33.674Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T13:54:33.773Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-24T13:54:33.907Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-24T13:54:33.999Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-24T13:54:34.078Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-24T13:54:34.156Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-24T13:54:34.266Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-24T13:54:34.345Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-24T13:54:34.422Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-24T13:54:34.513Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-24T13:54:34.631Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] echo [2021-02-24T13:54:34.724Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 756c8f6 [Pipeline] echo [2021-02-24T13:54:34.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T13:54:35.004Z] provisioning config files... [2021-02-24T13:54:35.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config8016647267328051403tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T13:54:35.398Z] ---> docker-login.sh [2021-02-24T13:54:35.398Z] nexus3.edgexfoundry.org:10001 [2021-02-24T13:54:35.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:54:35.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:54:35.663Z] Configure a credential helper to remove this warning. See [2021-02-24T13:54:35.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:54:35.663Z] [2021-02-24T13:54:35.663Z] Login Succeeded [2021-02-24T13:54:35.663Z] nexus3.edgexfoundry.org:10002 [2021-02-24T13:54:35.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:54:35.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:54:35.925Z] Configure a credential helper to remove this warning. See [2021-02-24T13:54:35.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:54:35.925Z] [2021-02-24T13:54:35.925Z] Login Succeeded [2021-02-24T13:54:35.925Z] nexus3.edgexfoundry.org:10003 [2021-02-24T13:54:35.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:54:36.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:54:36.192Z] Configure a credential helper to remove this warning. See [2021-02-24T13:54:36.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:54:36.192Z] [2021-02-24T13:54:36.192Z] Login Succeeded [2021-02-24T13:54:36.192Z] nexus3.edgexfoundry.org:10004 [2021-02-24T13:54:36.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:54:36.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:54:36.193Z] Configure a credential helper to remove this warning. See [2021-02-24T13:54:36.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:54:36.193Z] [2021-02-24T13:54:36.193Z] Login Succeeded [2021-02-24T13:54:36.193Z] docker.io [2021-02-24T13:54:36.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:54:36.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:54:36.717Z] Configure a credential helper to remove this warning. See [2021-02-24T13:54:36.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:54:36.717Z] [2021-02-24T13:54:36.717Z] Login Succeeded [2021-02-24T13:54:36.717Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T13:54:36.727Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T13:54:37.186Z] ++ 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-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/core-command/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/core-data/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-24T13:54:37.186Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-24T13:54:37.186Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-24T13:54:37.186Z] ++ cut -d/ -f2 [2021-02-24T13:54:37.186Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-24T13:54:37.258Z] 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-02-24T13:54:38.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T13:54:38.074Z] [2021-02-24T13:54:38.074Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:54:38.414Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T13:54:38.414Z] latest: Pulling from edgex-devops/git-semver [2021-02-24T13:54:38.414Z] 31603596830f: Pulling fs layer [2021-02-24T13:54:38.414Z] 2a8b12db71e7: Pulling fs layer [2021-02-24T13:54:38.414Z] 6ca5941a6612: Pulling fs layer [2021-02-24T13:54:38.414Z] ecc8261a40a4: Pulling fs layer [2021-02-24T13:54:38.414Z] ecc8261a40a4: Waiting [2021-02-24T13:54:38.414Z] 2a8b12db71e7: Verifying Checksum [2021-02-24T13:54:38.414Z] 2a8b12db71e7: Download complete [2021-02-24T13:54:38.681Z] 31603596830f: Verifying Checksum [2021-02-24T13:54:38.681Z] 31603596830f: Download complete [2021-02-24T13:54:38.945Z] ecc8261a40a4: Verifying Checksum [2021-02-24T13:54:38.945Z] ecc8261a40a4: Download complete [2021-02-24T13:54:38.945Z] 6ca5941a6612: Verifying Checksum [2021-02-24T13:54:38.945Z] 6ca5941a6612: Download complete [2021-02-24T13:54:38.945Z] 31603596830f: Pull complete [2021-02-24T13:54:39.207Z] 2a8b12db71e7: Pull complete [2021-02-24T13:54:40.162Z] 6ca5941a6612: Pull complete [2021-02-24T13:54:40.162Z] ecc8261a40a4: Pull complete [2021-02-24T13:54:40.425Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-24T13:54:40.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T13:54:40.425Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-24T13:54:40.547Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T13:54:40.596Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T13:54:43.255Z] $ docker top d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T13:54:43.629Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T13:54:43.629Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T13:54:43.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T13:54:43.861Z] $ docker exec d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa ssh-agent [2021-02-24T13:54:44.039Z] SSH_AUTH_SOCK=/tmp/ssh-4xqJhIjdURts/agent.12 [2021-02-24T13:54:44.039Z] SSH_AGENT_PID=18 [2021-02-24T13:54:44.054Z] Running ssh-add (command line suppressed) [2021-02-24T13:54:44.178Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_7939453027784983280.key (/w/workspace/edgex-go/369@tmp/private_key_7939453027784983280.key) [2021-02-24T13:54:44.234Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T13:54:44.572Z] + git tag --points-at HEAD [Pipeline] } [2021-02-24T13:54:44.598Z] $ docker exec --env ******** --env ******** d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa ssh-agent -k [2021-02-24T13:54:44.713Z] unset SSH_AUTH_SOCK; [2021-02-24T13:54:44.713Z] unset SSH_AGENT_PID; [2021-02-24T13:54:44.713Z] echo Agent pid 18 killed; [2021-02-24T13:54:44.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-24T13:54:44.905Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T13:54:44.905Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T13:54:45.088Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T13:54:45.091Z] $ docker exec d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa ssh-agent [2021-02-24T13:54:45.258Z] SSH_AUTH_SOCK=/tmp/ssh-7zsfLACiyjyB/agent.47 [2021-02-24T13:54:45.259Z] SSH_AGENT_PID=52 [2021-02-24T13:54:45.268Z] Running ssh-add (command line suppressed) [2021-02-24T13:54:45.389Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_774146797631996099.key (/w/workspace/edgex-go/369@tmp/private_key_774146797631996099.key) [2021-02-24T13:54:45.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T13:54:45.786Z] + git semver init [2021-02-24T13:54:45.786Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T13:54:45.786Z] # $GIT_DIR = /w/workspace/edgex-go/369/.git [2021-02-24T13:54:45.786Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/369 [2021-02-24T13:54:45.786Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T13:54:45.786Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T13:54:45.786Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T13:54:45.786Z] # $SEMVER_BRANCH = master [2021-02-24T13:54:45.786Z] # $SEMVER_TEMP = /tmp/semver-657387137 [2021-02-24T13:54:45.786Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-24T13:55:03.968Z] # '/tmp/semver-657387137' -> '/w/workspace/edgex-go/369/.semver' [2021-02-24T13:55:03.968Z] # -> Force: false [2021-02-24T13:55:03.968Z] # $SEMVER_DIR = /w/workspace/edgex-go/369/.semver [Pipeline] } [2021-02-24T13:55:03.981Z] $ docker exec --env ******** --env ******** d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa ssh-agent -k [2021-02-24T13:55:04.187Z] unset SSH_AUTH_SOCK; [2021-02-24T13:55:04.187Z] unset SSH_AGENT_PID; [2021-02-24T13:55:04.187Z] echo Agent pid 52 killed; [2021-02-24T13:55:04.263Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T13:55:04.764Z] + git semver [Pipeline] } [2021-02-24T13:55:04.782Z] $ docker stop --time=1 d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa [2021-02-24T13:55:06.372Z] $ docker rm -f d40a9f6c21b5c183aeb2586702db0e6ea99415e21c0da060b2007afa9c47acaa [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T13:55:06.876Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-24T13:55:07.416Z] Stashed 1 file(s) [Pipeline] echo [2021-02-24T13:55:07.419Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.103 [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-02-24T13:55:08.289Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-24T13:55:08.589Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T13:55:08.891Z] + sudo service docker restart [2021-02-24T13:55:08.891Z] + true [2021-02-24T13:55:08.891Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-24T13:55:09.482Z] ========================================================= [2021-02-24T13:55:09.482Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-24T13:55:09.482Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:55:09.822Z] + 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-02-24T13:55:14.055Z] Sending build context to Docker daemon 327.9MB [2021-02-24T13:55:14.055Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T13:55:14.055Z] Step 2/6 : FROM ${BASE} [2021-02-24T13:55:14.055Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-24T13:55:14.055Z] 188c0c94c7c5: Pulling fs layer [2021-02-24T13:55:14.055Z] 0ef7d3d256c8: Pulling fs layer [2021-02-24T13:55:14.055Z] de9db76c5a1d: Pulling fs layer [2021-02-24T13:55:14.055Z] bca2f99d35d6: Pulling fs layer [2021-02-24T13:55:14.055Z] 93359f2a8cfa: Pulling fs layer [2021-02-24T13:55:14.056Z] 7c6f9722023f: Pulling fs layer [2021-02-24T13:55:14.056Z] a35cf1a2eb13: Pulling fs layer [2021-02-24T13:55:14.056Z] 7c6f9722023f: Waiting [2021-02-24T13:55:14.056Z] a35cf1a2eb13: Waiting [2021-02-24T13:55:14.056Z] bca2f99d35d6: Waiting [2021-02-24T13:55:14.056Z] de9db76c5a1d: Verifying Checksum [2021-02-24T13:55:14.056Z] de9db76c5a1d: Download complete [2021-02-24T13:55:14.056Z] 0ef7d3d256c8: Verifying Checksum [2021-02-24T13:55:14.056Z] 0ef7d3d256c8: Download complete [2021-02-24T13:55:14.056Z] 93359f2a8cfa: Verifying Checksum [2021-02-24T13:55:14.056Z] 93359f2a8cfa: Download complete [2021-02-24T13:55:14.056Z] 188c0c94c7c5: Verifying Checksum [2021-02-24T13:55:14.056Z] 188c0c94c7c5: Download complete [2021-02-24T13:55:14.056Z] 7c6f9722023f: Verifying Checksum [2021-02-24T13:55:14.056Z] 7c6f9722023f: Download complete [2021-02-24T13:55:14.318Z] 188c0c94c7c5: Pull complete [2021-02-24T13:55:14.581Z] 0ef7d3d256c8: Pull complete [2021-02-24T13:55:14.581Z] de9db76c5a1d: Pull complete [2021-02-24T13:55:16.550Z] a35cf1a2eb13: Verifying Checksum [2021-02-24T13:55:16.550Z] a35cf1a2eb13: Download complete [2021-02-24T13:55:16.817Z] bca2f99d35d6: Verifying Checksum [2021-02-24T13:55:16.817Z] bca2f99d35d6: Download complete [2021-02-24T13:55:22.131Z] bca2f99d35d6: Pull complete [2021-02-24T13:55:22.394Z] 93359f2a8cfa: Pull complete [2021-02-24T13:55:22.394Z] 7c6f9722023f: Pull complete [2021-02-24T13:55:22.778Z] Still waiting to schedule task [2021-02-24T13:55:22.779Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-24T13:55:27.730Z] a35cf1a2eb13: Pull complete [2021-02-24T13:55:27.730Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-24T13:55:27.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-24T13:55:27.730Z] ---> a62c8e92a672 [2021-02-24T13:55:27.730Z] 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-02-24T13:55:27.730Z] ---> Running in 8dee7e94b777 [2021-02-24T13:55:27.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:55:28.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:55:28.881Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T13:55:29.144Z] (2/12) Installing file (5.38-r0) [2021-02-24T13:55:29.406Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T13:55:29.406Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T13:55:41.671Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T13:55:41.671Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T13:55:41.671Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T13:55:41.671Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T13:55:41.671Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T13:55:41.671Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T13:55:41.937Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T13:55:42.199Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T13:55:42.199Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T13:55:42.199Z] OK: 233 MiB in 51 packages [2021-02-24T13:55:45.516Z] Removing intermediate container 8dee7e94b777 [2021-02-24T13:55:45.516Z] ---> 947742197e49 [2021-02-24T13:55:45.516Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T13:55:45.516Z] ---> Running in d526963f71d7 [2021-02-24T13:55:45.777Z] Removing intermediate container d526963f71d7 [2021-02-24T13:55:45.777Z] ---> 384a1e380fdb [2021-02-24T13:55:45.777Z] Step 5/6 : COPY go.mod . [2021-02-24T13:55:46.040Z] ---> 3196782b6d64 [2021-02-24T13:55:46.040Z] Step 6/6 : RUN go mod download [2021-02-24T13:55:46.040Z] ---> Running in 19cd44380365 [2021-02-24T13:56:08.076Z] Removing intermediate container 19cd44380365 [2021-02-24T13:56:08.076Z] ---> 06da5bfaf194 [2021-02-24T13:56:08.076Z] Successfully built 06da5bfaf194 [2021-02-24T13:56:08.076Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:56:08.390Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T13:56:08.390Z] . [Pipeline] withDockerContainer [2021-02-24T13:56:08.493Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T13:56:08.539Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T13:56:09.425Z] $ docker top 11f441b04d321a3de66625bc77a6f532be555c3793e0f5d29bab8454d0ac8cd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T13:56:09.925Z] + go version [2021-02-24T13:56:09.925Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-24T13:56:09.939Z] $ docker stop --time=1 11f441b04d321a3de66625bc77a6f532be555c3793e0f5d29bab8454d0ac8cd1 [2021-02-24T13:56:11.306Z] $ docker rm -f 11f441b04d321a3de66625bc77a6f532be555c3793e0f5d29bab8454d0ac8cd1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:56:12.101Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-24T13:56:12.101Z] . [Pipeline] withDockerContainer [2021-02-24T13:56:12.205Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T13:56:12.249Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-24T13:56:12.915Z] $ docker top 7bd31e0d825570040eb741514b069dc89904db9d4b4f4fd784022d1f1ab6db3e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T13:56:13.110Z] ========================================================= [2021-02-24T13:56:13.110Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-24T13:56:13.110Z] ========================================================= [Pipeline] sh [2021-02-24T13:56:13.400Z] + make test [2021-02-24T13:56:13.401Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-24T13:56:21.897Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-24T13:56:36.916Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-24T13:56:43.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-24T13:56:43.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-24T13:56:43.583Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-24T13:56:46.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-24T13:56:46.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-24T13:56:46.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-24T13:56:46.937Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-24T13:56:46.937Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-24T13:56:47.516Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-24T13:56:49.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-24T13:56:49.470Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-24T13:56:49.470Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-24T13:56:52.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 45.9% of statements [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-24T13:56:52.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-24T13:56:52.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-02-24T13:56:54.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-24T13:56:54.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-24T13:56:54.795Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-24T13:56:54.795Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-24T13:56:55.062Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.131s coverage: 65.8% of statements [2021-02-24T13:56:55.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-24T13:56:55.062Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-24T13:56:55.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.410s coverage: 82.3% of statements [2021-02-24T13:56:55.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-24T13:56:55.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T13:56:55.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-24T13:56:55.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-24T13:56:57.920Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-24T13:56:57.920Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.425s coverage: 92.8% of statements [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-24T13:57:00.538Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.076s coverage: 45.5% of statements [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2021-02-24T13:57:00.538Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-24T13:57:12.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements [2021-02-24T13:57:12.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.285s coverage: 68.9% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 36.6% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.033s coverage: 89.5% of statements [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.119s coverage: 47.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.107s coverage: 89.4% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.742s coverage: 29.1% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-24T13:57:25.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-24T13:57:25.186Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 92.9% of statements [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-24T13:57:25.187Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-24T13:57:25.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-24T13:57:25.187Z] GO111MODULE=on go vet ./... [2021-02-24T13:57:51.960Z] gofmt -l . [2021-02-24T13:57:51.960Z] [ "`gofmt -l .`" = "" ] [2021-02-24T13:57:51.960Z] ./bin/test-go-mod-tidy.sh [2021-02-24T13:57:51.960Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-24T13:57:52.266Z] + ls -al . [2021-02-24T13:57:52.266Z] total 708 [2021-02-24T13:57:52.266Z] drwxrwxr-x 10 1001 1001 4096 Feb 24 13:57 . [2021-02-24T13:57:52.266Z] drwxr-xr-x 4 root root 32 Feb 24 13:56 .. [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 11 Feb 24 13:54 .dockerignore [2021-02-24T13:57:52.266Z] drwxrwxr-x 8 1001 1001 162 Feb 24 13:54 .git [2021-02-24T13:57:52.266Z] drwxrwxr-x 3 1001 1001 125 Feb 24 13:54 .github [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 818 Feb 24 13:54 .gitignore [2021-02-24T13:57:52.266Z] drwx------ 3 1001 1001 45 Feb 24 13:55 .semver [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 166 Feb 24 13:54 .sonarcloud.properties [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 8475 Feb 24 13:54 Attribution.txt [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 3804 Feb 24 13:54 CONTRIBUTING.md [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 931 Feb 24 13:54 Dockerfile.build [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 863 Feb 24 13:54 Jenkinsfile [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 10775 Feb 24 13:54 LICENSE [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 5774 Feb 24 13:54 Makefile [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 6524 Feb 24 13:54 README.md [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 6755 Feb 24 13:54 SECURITY.md [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 13 Feb 24 13:55 VERSION [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 4131 Feb 24 13:54 ZMQWindows.md [2021-02-24T13:57:52.266Z] drwxrwxr-x 2 1001 1001 117 Feb 24 13:54 bin [2021-02-24T13:57:52.266Z] drwxrwxr-x 14 1001 1001 4096 Feb 24 13:54 cmd [2021-02-24T13:57:52.266Z] -rw-r--r-- 1 root root 594620 Feb 24 13:57 coverage.out [2021-02-24T13:57:52.266Z] -rw-r--r-- 1 root root 1055 Feb 24 13:57 go.mod [2021-02-24T13:57:52.266Z] -rw-r--r-- 1 root root 21528 Feb 24 13:57 go.sum [2021-02-24T13:57:52.266Z] drwxrwxr-x 8 1001 1001 127 Feb 24 13:54 internal [2021-02-24T13:57:52.266Z] drwxrwxr-x 4 1001 1001 26 Feb 24 13:54 openapi [2021-02-24T13:57:52.266Z] drwxrwxr-x 4 1001 1001 71 Feb 24 13:54 snap [2021-02-24T13:57:52.266Z] -rw-rw-r-- 1 1001 1001 168 Feb 24 13:54 version.go [Pipeline] sh [2021-02-24T13:57:52.569Z] + '[' -e coverage.out ] [2021-02-24T13:57:52.569Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-24T13:57:52.801Z] Stashed 1 file(s) [Pipeline] sh [2021-02-24T13:57:53.097Z] + make build [2021-02-24T13:57:53.097Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T13:57:57.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T13:58:00.858Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27525 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-02-24T13:58:00.944Z] Running in /w/workspace/edgex-go/369 [Pipeline] { [Pipeline] checkout [2021-02-24T13:58:05.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T13:58:06.646Z] using credential edgex-jenkins-ssh [2021-02-24T13:58:06.736Z] Cloning the remote Git repository [2021-02-24T13:58:06.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T13:58:06.795Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-24T13:58:06.905Z] > git init /w/workspace/edgex-go/369 # timeout=10 [2021-02-24T13:58:06.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T13:58:06.970Z] > git --version # timeout=10 [2021-02-24T13:58:06.990Z] > git --version # 'git version 2.17.1' [2021-02-24T13:58:06.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T13:58:07.069Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T13:58:08.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T13:58:08.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T13:58:10.691Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T13:58:12.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T13:58:13.043Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T13:58:14.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T13:58:15.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T13:58:16.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-24T13:58:18.194Z] $ docker stop --time=1 7bd31e0d825570040eb741514b069dc89904db9d4b4f4fd784022d1f1ab6db3e [2021-02-24T13:58:19.872Z] $ docker rm -f 7bd31e0d825570040eb741514b069dc89904db9d4b4f4fd784022d1f1ab6db3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-24T13:58:23.136Z] Checking out Revision 756c8f67da22a1e32f0adf623247959e7b9e4742 (master) [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:58:23.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T13:58:23.537Z] [2021-02-24T13:58:23.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:58:22.443Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T13:58:22.458Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-24T13:58:22.481Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-24T13:58:22.518Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-24T13:58:22.518Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-24T13:58:22.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-24T13:58:23.160Z] > git config core.sparsecheckout # timeout=10 [2021-02-24T13:58:23.180Z] > git checkout -f 756c8f67da22a1e32f0adf623247959e7b9e4742 # timeout=10 [2021-02-24T13:58:23.968Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T13:58:23.968Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-24T13:58:23.968Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-24T13:58:23.968Z] ca9280d653b3: Pulling fs layer [2021-02-24T13:58:23.968Z] 7e9c9ca2126c: Pulling fs layer [2021-02-24T13:58:24.283Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-24T13:58:24.283Z] cbdbe7a5bc2a: Download complete [2021-02-24T13:58:24.566Z] cbdbe7a5bc2a: Pull complete [2021-02-24T13:58:24.850Z] ca9280d653b3: Verifying Checksum [2021-02-24T13:58:24.850Z] ca9280d653b3: Download complete [2021-02-24T13:58:26.325Z] 7e9c9ca2126c: Download complete [2021-02-24T13:58:26.325Z] ca9280d653b3: Pull complete [2021-02-24T13:58:27.810Z] Commit message: "Merge pull request #3191 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.0-dev.36" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-24T13:58:29.127Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-24T13:58:29.562Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-24T13:58:29.900Z] + + true [2021-02-24T13:58:29.901Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T13:58:32.006Z] provisioning config files... [2021-02-24T13:58:32.079Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config5445330354029649648tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T13:58:32.488Z] ---> docker-login.sh [2021-02-24T13:58:32.488Z] nexus3.edgexfoundry.org:10001 [2021-02-24T13:58:32.948Z] 7e9c9ca2126c: Pull complete [2021-02-24T13:58:32.948Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-24T13:58:32.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T13:58:32.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-24T13:58:33.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:58:33.130Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T13:58:33.196Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-24T13:58:33.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:58:33.692Z] Configure a credential helper to remove this warning. See [2021-02-24T13:58:33.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:58:33.692Z] [2021-02-24T13:58:33.692Z] Login Succeeded [2021-02-24T13:58:33.692Z] nexus3.edgexfoundry.org:10002 [2021-02-24T13:58:33.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:58:34.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:58:34.240Z] Configure a credential helper to remove this warning. See [2021-02-24T13:58:34.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:58:34.240Z] [2021-02-24T13:58:34.240Z] Login Succeeded [2021-02-24T13:58:34.240Z] nexus3.edgexfoundry.org:10003 [2021-02-24T13:58:34.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:58:34.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:58:34.511Z] Configure a credential helper to remove this warning. See [2021-02-24T13:58:34.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:58:34.511Z] [2021-02-24T13:58:34.511Z] Login Succeeded [2021-02-24T13:58:34.511Z] nexus3.edgexfoundry.org:10004 [2021-02-24T13:58:34.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T13:58:35.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:58:35.066Z] Configure a credential helper to remove this warning. See [2021-02-24T13:58:35.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:58:35.066Z] [2021-02-24T13:58:35.066Z] Login Succeeded [2021-02-24T13:58:35.066Z] docker.io [2021-02-24T13:58:35.238Z] $ docker top ade99dcc24edef516171887e77d0ca191bf2eedfadb69444b4a0b6916e280ee7 -eo pid,comm [2021-02-24T13:58:35.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-02-24T13:58:35.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T13:58:35.615Z] Configure a credential helper to remove this warning. See [2021-02-24T13:58:35.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T13:58:35.615Z] [2021-02-24T13:58:35.615Z] Login Succeeded [2021-02-24T13:58:35.615Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T13:58:35.645Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-02-24T13:58:35.730Z] + grep parallel [2021-02-24T13:58:35.730Z] + docker-compose build --help [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-24T13:58:36.116Z] ========================================================= [2021-02-24T13:58:36.116Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-24T13:58:36.116Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:58:36.519Z] + 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-02-24T13:58:36.685Z] --parallel Build images in parallel. [Pipeline] } [2021-02-24T13:58:36.700Z] $ docker stop --time=1 ade99dcc24edef516171887e77d0ca191bf2eedfadb69444b4a0b6916e280ee7 [2021-02-24T13:58:38.063Z] $ docker rm -f ade99dcc24edef516171887e77d0ca191bf2eedfadb69444b4a0b6916e280ee7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:58:38.648Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-24T13:58:38.649Z] . [Pipeline] withDockerContainer [2021-02-24T13:58:38.751Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T13:58:38.796Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-02-24T13:58:39.158Z] Sending build context to Docker daemon 166.3MB [2021-02-24T13:58:39.158Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-24T13:58:39.158Z] Step 2/6 : FROM ${BASE} [2021-02-24T13:58:39.158Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-24T13:58:39.158Z] 5f621e34cdf4: Pulling fs layer [2021-02-24T13:58:39.158Z] a4357932f1b6: Pulling fs layer [2021-02-24T13:58:39.158Z] 18c013af1878: Pulling fs layer [2021-02-24T13:58:39.158Z] 00ac8860ef70: Pulling fs layer [2021-02-24T13:58:39.158Z] 63d7cb157983: Pulling fs layer [2021-02-24T13:58:39.158Z] b116817d02f9: Pulling fs layer [2021-02-24T13:58:39.158Z] 745a02a5169b: Pulling fs layer [2021-02-24T13:58:39.158Z] 00ac8860ef70: Waiting [2021-02-24T13:58:39.158Z] 63d7cb157983: Waiting [2021-02-24T13:58:39.158Z] b116817d02f9: Waiting [2021-02-24T13:58:39.158Z] 745a02a5169b: Waiting [2021-02-24T13:58:39.158Z] a4357932f1b6: Verifying Checksum [2021-02-24T13:58:39.158Z] a4357932f1b6: Download complete [2021-02-24T13:58:39.158Z] 18c013af1878: Verifying Checksum [2021-02-24T13:58:39.158Z] 18c013af1878: Download complete [2021-02-24T13:58:39.159Z] 63d7cb157983: Verifying Checksum [2021-02-24T13:58:39.159Z] 63d7cb157983: Download complete [2021-02-24T13:58:39.159Z] b116817d02f9: Verifying Checksum [2021-02-24T13:58:39.159Z] b116817d02f9: Download complete [2021-02-24T13:58:39.159Z] 5f621e34cdf4: Verifying Checksum [2021-02-24T13:58:39.159Z] 5f621e34cdf4: Download complete [2021-02-24T13:58:39.414Z] $ docker top 6ef2a77b66f3cb9a25f225563512e317ffe377cfef99ff2abced2c16a0dfe5be -eo pid,comm [2021-02-24T13:58:39.437Z] 5f621e34cdf4: Pull complete [Pipeline] { [Pipeline] sh [2021-02-24T13:58:39.889Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-24T13:58:40.050Z] a4357932f1b6: Pull complete [2021-02-24T13:58:40.653Z] 18c013af1878: Pull complete [2021-02-24T13:58:40.850Z] Building docker-core-command-go ... [2021-02-24T13:58:40.850Z] Building docker-core-data-go ... [2021-02-24T13:58:40.850Z] Building docker-core-metadata-go ... [2021-02-24T13:58:40.850Z] Building docker-security-bootstrapper-go ... [2021-02-24T13:58:40.850Z] Building docker-security-proxy-setup-go ... [2021-02-24T13:58:40.850Z] Building docker-security-secretstore-setup-go ... [2021-02-24T13:58:40.850Z] Building docker-support-notifications-go ... [2021-02-24T13:58:40.850Z] Building docker-support-scheduler-go ... [2021-02-24T13:58:40.850Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T13:58:40.850Z] Building docker-support-notifications-go [2021-02-24T13:58:40.850Z] Building docker-core-metadata-go [2021-02-24T13:58:40.850Z] Building docker-sys-mgmt-agent-go [2021-02-24T13:58:40.850Z] Building docker-security-proxy-setup-go [2021-02-24T13:58:40.850Z] Building docker-security-secretstore-setup-go [2021-02-24T13:58:41.257Z] 745a02a5169b: Verifying Checksum [2021-02-24T13:58:41.257Z] 745a02a5169b: Download complete [2021-02-24T13:58:42.724Z] 00ac8860ef70: Verifying Checksum [2021-02-24T13:58:42.724Z] 00ac8860ef70: Download complete [2021-02-24T13:58:52.888Z] 00ac8860ef70: Pull complete [2021-02-24T13:58:52.888Z] 63d7cb157983: Pull complete [2021-02-24T13:58:52.888Z] b116817d02f9: Pull complete [2021-02-24T13:58:55.507Z] 745a02a5169b: Pull complete [2021-02-24T13:58:55.507Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-24T13:58:55.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-24T13:58:55.507Z] ---> b7e6874047d6 [2021-02-24T13:58:55.507Z] 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-02-24T13:58:58.920Z] ---> Running in a2563717b028 [2021-02-24T13:58:59.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T13:59:00.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T13:59:01.859Z] (1/12) Installing libmagic (5.38-r0) [2021-02-24T13:59:02.130Z] (2/12) Installing file (5.38-r0) [2021-02-24T13:59:02.130Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-24T13:59:02.431Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-24T13:59:12.544Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-24T13:59:12.544Z] (6/12) Installing patch (2.7.6-r6) [2021-02-24T13:59:12.544Z] (7/12) Installing build-base (0.5-r2) [2021-02-24T13:59:12.544Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-24T13:59:12.816Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-24T13:59:12.816Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-24T13:59:12.816Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-24T13:59:13.090Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-24T13:59:13.090Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T13:59:13.090Z] OK: 217 MiB in 51 packages [2021-02-24T13:59:13.119Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T13:59:13.119Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T13:59:13.119Z] ---> 06da5bfaf194 [2021-02-24T13:59:13.119Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T13:59:13.119Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T13:59:13.119Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T13:59:13.119Z] ---> 06da5bfaf194 [2021-02-24T13:59:13.119Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T13:59:13.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T13:59:13.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T13:59:13.119Z] ---> 06da5bfaf194 [2021-02-24T13:59:13.119Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T13:59:13.119Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T13:59:13.119Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T13:59:13.119Z] ---> 06da5bfaf194 [2021-02-24T13:59:13.119Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T13:59:13.119Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T13:59:13.119Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T13:59:13.119Z] ---> 06da5bfaf194 [2021-02-24T13:59:13.119Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T13:59:13.119Z] ---> Running in 12a8bd5250e1 [2021-02-24T13:59:13.119Z] ---> Running in 078d7e9a059c [2021-02-24T13:59:13.119Z] ---> Running in 2e86254c7e53 [2021-02-24T13:59:13.119Z] ---> Running in 58fa32becce8 [2021-02-24T13:59:13.119Z] ---> Running in 1f56f3053d33 [2021-02-24T13:59:13.119Z] Removing intermediate container 078d7e9a059c [2021-02-24T13:59:13.119Z] ---> 5d975f495420 [2021-02-24T13:59:13.119Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T13:59:13.119Z] Removing intermediate container 12a8bd5250e1 [2021-02-24T13:59:13.119Z] ---> 8b6c384aa5b1 [2021-02-24T13:59:13.119Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T13:59:13.119Z] Removing intermediate container 58fa32becce8 [2021-02-24T13:59:13.119Z] ---> ff89208da94e [2021-02-24T13:59:13.119Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T13:59:13.119Z] Removing intermediate container 1f56f3053d33 [2021-02-24T13:59:13.119Z] ---> 51b9f8789a04 [2021-02-24T13:59:13.119Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T13:59:13.383Z] Removing intermediate container 2e86254c7e53 [2021-02-24T13:59:13.383Z] ---> f0b45d8740bc [2021-02-24T13:59:13.383Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T13:59:13.383Z] ---> Running in 5d8356e07e52 [2021-02-24T13:59:13.383Z] ---> Running in 46695ed87181 [2021-02-24T13:59:13.383Z] ---> Running in 6698e074d0b5 [2021-02-24T13:59:13.383Z] ---> Running in 38b96c91b19f [2021-02-24T13:59:13.383Z] ---> Running in 936a94551792 [2021-02-24T13:59:15.328Z] Removing intermediate container 5d8356e07e52 [2021-02-24T13:59:15.328Z] ---> 140e7ff993bb [2021-02-24T13:59:15.328Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T13:59:15.597Z] ---> Running in 4aa63570344b [2021-02-24T13:59:15.597Z] Removing intermediate container 6698e074d0b5 [2021-02-24T13:59:15.597Z] ---> 24204087cb8d [2021-02-24T13:59:15.597Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T13:59:15.597Z] Removing intermediate container 46695ed87181 [2021-02-24T13:59:15.597Z] ---> 5014157d92ba [2021-02-24T13:59:15.597Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-24T13:59:15.864Z] ---> Running in 7d3ce888d3c5 [2021-02-24T13:59:15.864Z] ---> Running in f2eec07c3103 [2021-02-24T13:59:15.864Z] Removing intermediate container 38b96c91b19f [2021-02-24T13:59:15.864Z] ---> 7877dd3a68d0 [2021-02-24T13:59:15.864Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T13:59:16.135Z] Removing intermediate container 936a94551792 [2021-02-24T13:59:16.135Z] ---> 36aa1bf79fd3 [2021-02-24T13:59:16.135Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T13:59:16.135Z] ---> Running in a242fd940e53 [2021-02-24T13:59:16.135Z] ---> Running in 4c2202087a73 [2021-02-24T13:59:16.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:16.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.245Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.424Z] Removing intermediate container a2563717b028 [2021-02-24T13:59:17.424Z] ---> b22f080a3a84 [2021-02-24T13:59:17.424Z] Step 4/6 : WORKDIR /edgex-go [2021-02-24T13:59:17.424Z] ---> Running in 9e218a9f5555 [2021-02-24T13:59:17.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.696Z] Removing intermediate container 9e218a9f5555 [2021-02-24T13:59:17.697Z] ---> a4c9f094e05c [2021-02-24T13:59:17.697Z] Step 5/6 : COPY go.mod . [2021-02-24T13:59:17.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:17.774Z] OK: 233 MiB in 51 packages [2021-02-24T13:59:17.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:18.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T13:59:18.300Z] Removing intermediate container 4aa63570344b [2021-02-24T13:59:18.300Z] ---> 1715e323c279 [2021-02-24T13:59:18.300Z] Step 6/24 : COPY go.mod . [2021-02-24T13:59:18.300Z] OK: 233 MiB in 51 packages [2021-02-24T13:59:18.568Z] ---> 719c24c70835 [2021-02-24T13:59:18.568Z] Step 7/24 : RUN go mod download [2021-02-24T13:59:18.568Z] ---> Running in 9508114a4fa1 [2021-02-24T13:59:18.682Z] ---> 410e4fe176fb [2021-02-24T13:59:18.682Z] Step 6/6 : RUN go mod download [2021-02-24T13:59:18.682Z] ---> Running in 9298e00d79f0 [2021-02-24T13:59:18.836Z] OK: 233 MiB in 51 packages [2021-02-24T13:59:18.836Z] OK: 233 MiB in 51 packages [2021-02-24T13:59:18.836Z] OK: 233 MiB in 51 packages [2021-02-24T13:59:19.099Z] Removing intermediate container 7d3ce888d3c5 [2021-02-24T13:59:19.099Z] ---> b4989eb90152 [2021-02-24T13:59:19.099Z] Step 6/22 : COPY go.mod . [2021-02-24T13:59:19.674Z] ---> 8913992aafe6 [2021-02-24T13:59:19.674Z] Step 7/22 : RUN go mod download [2021-02-24T13:59:19.674Z] Removing intermediate container f2eec07c3103 [2021-02-24T13:59:19.674Z] ---> 8107b59037ab [2021-02-24T13:59:19.674Z] Step 6/26 : COPY go.mod . [2021-02-24T13:59:19.674Z] ---> Running in 9913b41d10e8 [2021-02-24T13:59:19.675Z] Removing intermediate container 4c2202087a73 [2021-02-24T13:59:19.675Z] ---> f602915eea7a [2021-02-24T13:59:19.675Z] Step 6/23 : COPY go.mod . [2021-02-24T13:59:19.946Z] Removing intermediate container a242fd940e53 [2021-02-24T13:59:19.946Z] ---> 619e86f4dce2 [2021-02-24T13:59:19.946Z] Step 6/21 : COPY go.mod . [2021-02-24T13:59:20.212Z] ---> aa159ac21fcc [2021-02-24T13:59:20.212Z] Step 7/26 : RUN go mod download [2021-02-24T13:59:20.212Z] ---> 1a55d14adecf [2021-02-24T13:59:20.212Z] Step 7/23 : RUN go mod download [2021-02-24T13:59:20.478Z] ---> Running in aa1322b2ffb0 [2021-02-24T13:59:20.478Z] ---> Running in 5feafef9ec4b [2021-02-24T13:59:20.478Z] ---> 68a83d06fa27 [2021-02-24T13:59:20.478Z] Step 7/21 : RUN go mod download [2021-02-24T13:59:20.746Z] ---> Running in a97093ae61d2 [2021-02-24T13:59:21.010Z] Removing intermediate container 9508114a4fa1 [2021-02-24T13:59:21.010Z] ---> f07819072948 [2021-02-24T13:59:21.010Z] Step 8/24 : COPY . . [2021-02-24T13:59:26.356Z] Removing intermediate container 9913b41d10e8 [2021-02-24T13:59:26.619Z] ---> 144bf3f61ff6 [2021-02-24T13:59:26.620Z] Step 8/22 : COPY . . [2021-02-24T13:59:30.851Z] Removing intermediate container aa1322b2ffb0 [2021-02-24T13:59:30.851Z] ---> 168d6b5855e6 [2021-02-24T13:59:30.851Z] Step 8/26 : COPY . . [2021-02-24T13:59:34.166Z] Removing intermediate container 5feafef9ec4b [2021-02-24T13:59:34.166Z] ---> 58a7595beb0b [2021-02-24T13:59:34.166Z] Step 8/23 : COPY . . [2021-02-24T13:59:37.496Z] Removing intermediate container a97093ae61d2 [2021-02-24T13:59:37.496Z] ---> 3f29f9e1bf68 [2021-02-24T13:59:37.496Z] Step 8/21 : COPY . . [2021-02-24T13:59:45.551Z] Removing intermediate container 9298e00d79f0 [2021-02-24T13:59:45.551Z] ---> aeb660e7782b [2021-02-24T13:59:45.551Z] Successfully built aeb660e7782b [2021-02-24T13:59:45.551Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:59:45.894Z] + docker inspect -f . ci-base-image-arm64 [2021-02-24T13:59:45.894Z] . [Pipeline] withDockerContainer [2021-02-24T13:59:46.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-27525 does not seem to be running inside a container [2021-02-24T13:59:46.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-24T13:59:47.787Z] $ docker top 2fb397aa7f29f39bacaac354e13c8f2db93af576b0f5fec20dfc2dfebc6952d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T13:59:48.772Z] + go version [2021-02-24T13:59:48.773Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-24T13:59:48.804Z] $ docker stop --time=1 2fb397aa7f29f39bacaac354e13c8f2db93af576b0f5fec20dfc2dfebc6952d4 [2021-02-24T13:59:50.743Z] $ docker rm -f 2fb397aa7f29f39bacaac354e13c8f2db93af576b0f5fec20dfc2dfebc6952d4 [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-02-24T13:59:51.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T13:59:51.954Z] [2021-02-24T13:59:51.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-24T13:59:52.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T13:59:52.337Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-24T13:59:52.337Z] 29e5d40040c1: Pulling fs layer [2021-02-24T13:59:52.337Z] 1ce36da41761: Pulling fs layer [2021-02-24T13:59:52.337Z] 25b303627fd3: Pulling fs layer [2021-02-24T13:59:53.307Z] 29e5d40040c1: Verifying Checksum [2021-02-24T13:59:53.307Z] 29e5d40040c1: Download complete [2021-02-24T13:59:53.583Z] 1ce36da41761: Verifying Checksum [2021-02-24T13:59:53.583Z] 1ce36da41761: Download complete [2021-02-24T13:59:53.583Z] 29e5d40040c1: Pull complete [2021-02-24T13:59:55.020Z] 1ce36da41761: Pull complete [2021-02-24T13:59:55.020Z] 25b303627fd3: Verifying Checksum [2021-02-24T13:59:55.020Z] 25b303627fd3: Download complete [2021-02-24T13:59:59.546Z] ---> 2a2ad26f018c [2021-02-24T13:59:59.546Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T14:00:02.122Z] ---> Running in 286f60bbf5c0 [2021-02-24T14:00:05.196Z] 25b303627fd3: Pull complete [2021-02-24T14:00:05.196Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-24T14:00:05.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T14:00:05.196Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-24T14:00:05.443Z] prd-ubuntu18.04-docker-arm64-4c-16g-27525 does not seem to be running inside a container [2021-02-24T14:00:05.453Z] ---> a98f8166d920 [2021-02-24T14:00:05.453Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-24T14:00:05.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-24T14:00:07.733Z] ---> Running in 26cc59ce61ee [2021-02-24T14:00:07.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T14:00:08.544Z] $ docker top 2752afa5046663696cdf213f09cbbef75fa60d9d5ce76f670427ddf6fa0e58b9 -eo pid,comm [2021-02-24T14:00:08.752Z] ---> 1ff1a474061e [2021-02-24T14:00:08.752Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [Pipeline] { [Pipeline] sh [2021-02-24T14:00:09.024Z] ---> 83d336d46a9b [2021-02-24T14:00:09.024Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T14:00:09.024Z] ---> Running in 3a9c73cbdde7 [2021-02-24T14:00:09.024Z] ---> db09bb308f91 [2021-02-24T14:00:09.024Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T14:00:09.291Z] ---> Running in 475f051e03e0 [2021-02-24T14:00:09.291Z] ---> Running in be3adc1216c8 [2021-02-24T14:00:09.504Z] + docker-compose build --help [2021-02-24T14:00:09.504Z] + grep parallel [2021-02-24T14:00:09.557Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T14:00:10.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T14:00:10.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T14:00:10.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T14:00:12.869Z] --parallel Build images in parallel. [Pipeline] } [2021-02-24T14:00:12.901Z] $ docker stop --time=1 2752afa5046663696cdf213f09cbbef75fa60d9d5ce76f670427ddf6fa0e58b9 [2021-02-24T14:00:14.821Z] $ docker rm -f 2752afa5046663696cdf213f09cbbef75fa60d9d5ce76f670427ddf6fa0e58b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:00:15.594Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-24T14:00:15.594Z] . [Pipeline] withDockerContainer [2021-02-24T14:00:15.876Z] prd-ubuntu18.04-docker-arm64-4c-16g-27525 does not seem to be running inside a container [2021-02-24T14:00:15.975Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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-02-24T14:00:17.480Z] $ docker top 36fcdbe9efe4396d8f77d6c34967e23feb5bda1deb781d34026d6240ab2aed22 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T14:00:18.460Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-24T14:00:21.862Z] Building docker-core-command-go ... [2021-02-24T14:00:21.862Z] Building docker-core-data-go ... [2021-02-24T14:00:21.862Z] Building docker-core-metadata-go ... [2021-02-24T14:00:21.862Z] Building docker-security-bootstrapper-go ... [2021-02-24T14:00:21.862Z] Building docker-security-proxy-setup-go ... [2021-02-24T14:00:21.862Z] Building docker-security-secretstore-setup-go ... [2021-02-24T14:00:21.862Z] Building docker-support-notifications-go ... [2021-02-24T14:00:21.862Z] Building docker-support-scheduler-go ... [2021-02-24T14:00:21.862Z] Building docker-sys-mgmt-agent-go ... [2021-02-24T14:00:21.862Z] Building docker-security-proxy-setup-go [2021-02-24T14:00:21.862Z] Building docker-support-notifications-go [2021-02-24T14:00:21.862Z] Building docker-support-scheduler-go [2021-02-24T14:00:21.862Z] Building docker-security-bootstrapper-go [2021-02-24T14:00:21.862Z] Building docker-core-command-go [2021-02-24T14:00:32.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T14:00:37.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T14:00:40.559Z] Removing intermediate container 286f60bbf5c0 [2021-02-24T14:00:40.559Z] ---> 54342dff2baf [2021-02-24T14:00:40.559Z] [2021-02-24T14:00:40.559Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T14:00:40.559Z] 3.12: Pulling from library/alpine [2021-02-24T14:00:41.997Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T14:00:41.997Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T14:00:41.997Z] ---> 389fef711851 [2021-02-24T14:00:41.997Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T14:00:43.946Z] ---> Running in b5ef8eea2d88 [2021-02-24T14:00:43.946Z] Removing intermediate container 3a9c73cbdde7 [2021-02-24T14:00:43.946Z] ---> ad838ef2c983 [2021-02-24T14:00:43.946Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T14:00:43.946Z] ---> Running in 9e47e406ac8d [2021-02-24T14:00:44.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:44.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:44.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T14:00:44.820Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T14:00:44.820Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:00:44.820Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T14:00:44.820Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T14:00:44.820Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T14:00:44.820Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:00:44.820Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:00:45.087Z] OK: 7 MiB in 19 packages [2021-02-24T14:00:48.406Z] Removing intermediate container be3adc1216c8 [2021-02-24T14:00:48.406Z] ---> cb219c31266e [2021-02-24T14:00:48.406Z] [2021-02-24T14:00:48.406Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T14:00:48.406Z] ---> 389fef711851 [2021-02-24T14:00:48.406Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T14:00:49.357Z] ---> Running in 2150e2eedb81 [2021-02-24T14:00:49.357Z] Removing intermediate container 26cc59ce61ee [2021-02-24T14:00:49.357Z] ---> a46b947b3f3a [2021-02-24T14:00:49.357Z] [2021-02-24T14:00:49.357Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T14:00:49.357Z] ---> 389fef711851 [2021-02-24T14:00:49.357Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T14:00:49.939Z] Removing intermediate container b5ef8eea2d88 [2021-02-24T14:00:49.939Z] ---> 29d2cc3847d8 [2021-02-24T14:00:49.939Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T14:00:50.894Z] ---> Running in 221137e708f8 [2021-02-24T14:00:51.843Z] ---> Running in f06878657cdd [2021-02-24T14:00:51.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:52.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:52.108Z] Removing intermediate container 9e47e406ac8d [2021-02-24T14:00:52.108Z] ---> a5b3f2fcb9e5 [2021-02-24T14:00:52.108Z] [2021-02-24T14:00:52.108Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T14:00:52.108Z] 20.10.0: Pulling from library/docker [2021-02-24T14:00:52.108Z] Removing intermediate container 475f051e03e0 [2021-02-24T14:00:52.108Z] ---> 588cbe870296 [2021-02-24T14:00:52.108Z] [2021-02-24T14:00:52.108Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:00:52.108Z] ---> 389fef711851 [2021-02-24T14:00:52.108Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:00:52.108Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T14:00:52.108Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:00:52.108Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T14:00:52.108Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T14:00:52.389Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:00:52.997Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:00:52.997Z] Removing intermediate container f06878657cdd [2021-02-24T14:00:52.997Z] ---> 007c44af5f78 [2021-02-24T14:00:52.997Z] Step 13/24 : WORKDIR / [2021-02-24T14:00:53.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:53.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:53.266Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T14:00:53.536Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T14:00:53.536Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:00:53.536Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:00:53.537Z] OK: 6 MiB in 16 packages [2021-02-24T14:00:53.537Z] OK: 7 MiB in 18 packages [2021-02-24T14:00:54.115Z] ---> Running in f94b475f6111 [2021-02-24T14:00:54.115Z] ---> Running in 95fee01c5918 [2021-02-24T14:00:55.084Z] Removing intermediate container 95fee01c5918 [2021-02-24T14:00:55.085Z] ---> da703ef697a6 [2021-02-24T14:00:55.085Z] 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-02-24T14:00:56.499Z] Removing intermediate container 2150e2eedb81 [2021-02-24T14:00:56.499Z] ---> 7d33c17ed785 [2021-02-24T14:00:56.499Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T14:00:56.499Z] Removing intermediate container 221137e708f8 [2021-02-24T14:00:56.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:56.499Z] ---> a8a88645a604 [2021-02-24T14:00:56.499Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:00:56.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:00:56.499Z] ---> d610b967c108 [2021-02-24T14:00:56.499Z] 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-02-24T14:00:56.499Z] ---> Running in b893ae3791a6 [2021-02-24T14:00:56.499Z] ---> Running in ba4e937b8f56 [2021-02-24T14:00:56.499Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T14:00:56.499Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:00:56.764Z] OK: 6 MiB in 15 packages [2021-02-24T14:00:57.729Z] Removing intermediate container ba4e937b8f56 [2021-02-24T14:00:57.729Z] ---> 1c5f9056351f [2021-02-24T14:00:57.729Z] Step 13/21 : WORKDIR /edgex [2021-02-24T14:00:57.729Z] Removing intermediate container b893ae3791a6 [2021-02-24T14:00:57.729Z] ---> 336a27beac97 [2021-02-24T14:00:57.729Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T14:00:57.729Z] ---> 670a9d14e382 [2021-02-24T14:00:57.729Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T14:00:57.729Z] ---> Running in 631865d2ff2b [2021-02-24T14:00:57.729Z] ---> Running in 5c6c98486d50 [2021-02-24T14:00:57.998Z] Removing intermediate container f94b475f6111 [2021-02-24T14:00:57.998Z] ---> 085d1175e03b [2021-02-24T14:00:57.998Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:00:57.998Z] ---> 1ea82849637e [2021-02-24T14:00:57.998Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T14:00:57.998Z] ---> Running in 1d68c7416259 [2021-02-24T14:00:57.998Z] Removing intermediate container 5c6c98486d50 [2021-02-24T14:00:57.998Z] ---> de4b5c71f496 [2021-02-24T14:00:57.998Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T14:00:57.998Z] Removing intermediate container 631865d2ff2b [2021-02-24T14:00:57.998Z] ---> 94da6938eaf7 [2021-02-24T14:00:57.998Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T14:00:58.651Z] ---> Running in ed67b9acb1f1 [2021-02-24T14:00:58.651Z] Removing intermediate container 1d68c7416259 [2021-02-24T14:00:58.651Z] ---> f56826706617 [2021-02-24T14:00:58.651Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T14:00:58.651Z] ---> Running in d313734f29ed [2021-02-24T14:00:58.651Z] ---> d40b41b1a5e2 [2021-02-24T14:00:58.651Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T14:00:58.651Z] ---> d3b14380cc7a [2021-02-24T14:00:58.651Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T14:00:58.651Z] Removing intermediate container ed67b9acb1f1 [2021-02-24T14:00:58.651Z] ---> 394591acc881 [2021-02-24T14:00:58.651Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:00:58.920Z] Removing intermediate container d313734f29ed [2021-02-24T14:00:58.920Z] ---> ccc39b585fc6 [2021-02-24T14:00:58.920Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T14:00:59.191Z] ---> Running in 36dfd8f896ec [2021-02-24T14:00:59.191Z] ---> 68f60c355283 [2021-02-24T14:00:59.191Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T14:00:59.454Z] ---> bbed02929c40 [2021-02-24T14:00:59.454Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T14:00:59.454Z] ---> 3f9597314472 [2021-02-24T14:00:59.454Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T14:01:00.409Z] Removing intermediate container 36dfd8f896ec [2021-02-24T14:01:00.409Z] ---> a53756022698 [2021-02-24T14:01:00.409Z] Step 15/23 : WORKDIR / [2021-02-24T14:01:00.991Z] ---> Running in ef532f8955a4 [2021-02-24T14:01:00.991Z] ---> 5d02282f2685 [2021-02-24T14:01:00.991Z] 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-02-24T14:01:00.991Z] ---> fb20d2b8b41a [2021-02-24T14:01:00.991Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T14:01:00.991Z] ---> aa838d221754 [2021-02-24T14:01:00.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T14:01:01.265Z] ---> Running in b2ec6b2addee [2021-02-24T14:01:01.266Z] ---> Running in 02612509eb38 [2021-02-24T14:01:01.535Z] Removing intermediate container ef532f8955a4 [2021-02-24T14:01:01.535Z] ---> 7fb6bf7d8094 [2021-02-24T14:01:01.535Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:01:01.535Z] ---> d5c1210b0265 [2021-02-24T14:01:01.535Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T14:01:01.820Z] Removing intermediate container 02612509eb38 [2021-02-24T14:01:01.820Z] ---> 18b7f048f9b5 [2021-02-24T14:01:01.820Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T14:01:01.820Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T14:01:01.820Z] ---> Running in 080b7ffcd833 [2021-02-24T14:01:01.821Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T14:01:01.821Z] ---> aefe523efa57 [2021-02-24T14:01:01.821Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T14:01:01.821Z] ---> Running in 4eb7c4b78d39 [2021-02-24T14:01:02.091Z] ---> 79455164ad17 [2021-02-24T14:01:02.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T14:01:02.092Z] ---> Running in 1a233b80258b [2021-02-24T14:01:02.092Z] Removing intermediate container 080b7ffcd833 [2021-02-24T14:01:02.092Z] ---> 7e3496a196cf [2021-02-24T14:01:02.092Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:01:02.355Z] Removing intermediate container 4eb7c4b78d39 [2021-02-24T14:01:02.355Z] ---> 1aa77f103570 [2021-02-24T14:01:02.355Z] Step 19/21 : LABEL arch=x86_64 [2021-02-24T14:01:02.355Z] ---> Running in c6c14576e2d4 [2021-02-24T14:01:02.620Z] ---> Running in 4768c291f413 [2021-02-24T14:01:02.620Z] ---> c7d20d3dadc8 [2021-02-24T14:01:02.620Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T14:01:02.885Z] Removing intermediate container c6c14576e2d4 [2021-02-24T14:01:02.885Z] ---> 86716c96d560 [2021-02-24T14:01:02.885Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T14:01:02.885Z] Removing intermediate container 4768c291f413 [2021-02-24T14:01:02.885Z] ---> 198d708a4631 [2021-02-24T14:01:02.885Z] Step 20/21 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:01:03.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:03.155Z] ---> Running in 833bbcaafa94 [2021-02-24T14:01:03.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:03.155Z] ---> Running in 4f64e96ec8c4 [2021-02-24T14:01:03.155Z] ---> 64fc133164ac [2021-02-24T14:01:03.155Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T14:01:03.155Z] Removing intermediate container b2ec6b2addee [2021-02-24T14:01:03.155Z] ---> 79d26ebe1899 [2021-02-24T14:01:03.155Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T14:01:03.155Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T14:01:03.155Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T14:01:03.155Z] Executing bash-5.0.17-r0.post-install [2021-02-24T14:01:03.155Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:01:03.440Z] OK: 12 MiB in 22 packages [2021-02-24T14:01:03.440Z] ---> Running in 492fc34b1e9f [2021-02-24T14:01:04.017Z] ---> Running in 8372031cb747 [2021-02-24T14:01:04.017Z] Removing intermediate container 833bbcaafa94 [2021-02-24T14:01:04.017Z] ---> b962ca415f98 [2021-02-24T14:01:04.017Z] Step 21/22 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:01:04.017Z] Removing intermediate container 4f64e96ec8c4 [2021-02-24T14:01:04.017Z] ---> 33781523611c [2021-02-24T14:01:04.017Z] Step 21/21 : LABEL version=2.0.0-dev.103 [2021-02-24T14:01:04.290Z] Removing intermediate container 492fc34b1e9f [2021-02-24T14:01:04.290Z] ---> ab807471146d [2021-02-24T14:01:04.290Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:01:04.290Z] ---> Running in a3ce2e7e9e42 [2021-02-24T14:01:04.290Z] ---> Running in a4a75fb80c81 [2021-02-24T14:01:04.290Z] ---> Running in 545623bd9cf0 [2021-02-24T14:01:04.552Z] Removing intermediate container 8372031cb747 [2021-02-24T14:01:04.552Z] ---> 07f3f31057e3 [2021-02-24T14:01:04.552Z] Step 22/24 : LABEL arch=x86_64 [2021-02-24T14:01:04.552Z] Removing intermediate container 1a233b80258b [2021-02-24T14:01:04.552Z] ---> 23697d2cf70e [2021-02-24T14:01:04.552Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T14:01:04.552Z] ---> Running in 8fed7fc03fac [2021-02-24T14:01:04.821Z] Removing intermediate container a3ce2e7e9e42 [2021-02-24T14:01:04.821Z] ---> 25902c25d72a [2021-02-24T14:01:04.821Z] Step 22/22 : LABEL version=2.0.0-dev.103 [2021-02-24T14:01:04.821Z] Removing intermediate container a4a75fb80c81 [2021-02-24T14:01:04.821Z] ---> 87be27f1b61a [2021-02-24T14:01:04.821Z] [2021-02-24T14:01:04.821Z] ---> Running in 3a07eb520996 [2021-02-24T14:01:04.821Z] Removing intermediate container 545623bd9cf0 [2021-02-24T14:01:04.821Z] ---> 76ed93d16b6c [2021-02-24T14:01:04.821Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T14:01:04.821Z] ---> Running in f5646441ffc9 [2021-02-24T14:01:05.087Z] Removing intermediate container 8fed7fc03fac [2021-02-24T14:01:05.087Z] ---> 81c354572a7f [2021-02-24T14:01:05.087Z] Step 23/24 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:01:05.087Z] ---> Running in 41ffa751ce4d [2021-02-24T14:01:05.087Z] Successfully built 87be27f1b61a [2021-02-24T14:01:05.087Z] ---> Running in 903859b7c548 [2021-02-24T14:01:05.087Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-24T14:01:05.087Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-24T14:01:05.357Z] Removing intermediate container 3a07eb520996 [2021-02-24T14:01:05.357Z] ---> 4ad677706de6 [2021-02-24T14:01:05.357Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T14:01:05.358Z] Removing intermediate container f5646441ffc9 [2021-02-24T14:01:05.358Z] ---> 51aa9aa04cf1 [2021-02-24T14:01:05.358Z] [2021-02-24T14:01:05.358Z] Removing intermediate container 41ffa751ce4d [2021-02-24T14:01:05.358Z] ---> 2f6a9c894171 [2021-02-24T14:01:05.358Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:01:05.358Z] ---> Running in d11276de1520 [2021-02-24T14:01:05.622Z] Removing intermediate container 903859b7c548 [2021-02-24T14:01:05.622Z] ---> e8fdf0611af2 [2021-02-24T14:01:05.622Z] Step 24/24 : LABEL version=2.0.0-dev.103 [2021-02-24T14:01:05.622Z] ---> Running in 713e82af1743 [2021-02-24T14:01:05.622Z] Successfully built 51aa9aa04cf1 [2021-02-24T14:01:05.622Z] Successfully tagged docker-support-notifications-go:latest [2021-02-24T14:01:05.622Z] Building docker-core-command-go [2021-02-24T14:01:05.622Z]  Building docker-support-notifications-go ... done  ---> Running in 6cce7334d320 [2021-02-24T14:01:05.885Z] Removing intermediate container d11276de1520 [2021-02-24T14:01:05.885Z] Removing intermediate container 713e82af1743 [2021-02-24T14:01:05.885Z] ---> d247a187168a [2021-02-24T14:01:05.885Z] ---> a164f22345e5 [2021-02-24T14:01:05.885Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:01:05.885Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T14:01:08.958Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:08.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:08.959Z] ---> aeb660e7782b [2021-02-24T14:01:08.959Z] Step 3/21 : WORKDIR /edgex-go [2021-02-24T14:01:08.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:08.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:08.959Z] ---> aeb660e7782b [2021-02-24T14:01:08.959Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T14:01:08.959Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:08.959Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:08.959Z] ---> aeb660e7782b [2021-02-24T14:01:08.959Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T14:01:08.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:08.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:08.959Z] ---> aeb660e7782b [2021-02-24T14:01:08.959Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T14:01:08.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:08.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:08.959Z] ---> aeb660e7782b [2021-02-24T14:01:08.959Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T14:01:08.959Z] ---> Running in e4edd251f0a1 [2021-02-24T14:01:08.959Z] ---> Running in 7412dfcaca2a [2021-02-24T14:01:08.959Z] ---> Running in f3b28460699f [2021-02-24T14:01:08.959Z] ---> Running in 8ebdf92e890e [2021-02-24T14:01:08.959Z] ---> Running in 2937f84f9104 [2021-02-24T14:01:09.213Z] ---> Running in 07356539243a [2021-02-24T14:01:09.495Z] ---> Running in f83a749885a5 [2021-02-24T14:01:09.944Z] Removing intermediate container 8ebdf92e890e [2021-02-24T14:01:09.944Z] ---> f09b334dbdcd [2021-02-24T14:01:09.945Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:09.945Z] Removing intermediate container f3b28460699f [2021-02-24T14:01:09.945Z] ---> 26d707696d45 [2021-02-24T14:01:09.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:09.945Z] Removing intermediate container e4edd251f0a1 [2021-02-24T14:01:09.945Z] ---> 0f568e003056 [2021-02-24T14:01:09.945Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:09.945Z] Removing intermediate container 7412dfcaca2a [2021-02-24T14:01:09.945Z] ---> fdc6251d81a1 [2021-02-24T14:01:09.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:09.945Z] Removing intermediate container 2937f84f9104 [2021-02-24T14:01:09.945Z] ---> 9b5a63f70698 [2021-02-24T14:01:09.945Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:10.109Z] Removing intermediate container 6cce7334d320 [2021-02-24T14:01:10.109Z] ---> cb7d23ee4cf2 [2021-02-24T14:01:10.109Z] [2021-02-24T14:01:10.223Z] ---> Running in cc6ad55ba2b4 [2021-02-24T14:01:10.224Z] ---> Running in 16a3a324691d [2021-02-24T14:01:10.224Z] ---> Running in 0476de03f362 [2021-02-24T14:01:10.224Z] ---> Running in 8bba69d34a14 [2021-02-24T14:01:10.224Z] ---> Running in 8d95be12f6ea [2021-02-24T14:01:11.530Z] Successfully built cb7d23ee4cf2 [2021-02-24T14:01:12.505Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-24T14:01:12.505Z] Building docker-support-scheduler-go [2021-02-24T14:01:12.773Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f83a749885a5 [2021-02-24T14:01:12.773Z] ---> c8c1d9b7c4ed [2021-02-24T14:01:12.773Z] [2021-02-24T14:01:12.773Z] Removing intermediate container 07356539243a [2021-02-24T14:01:12.773Z] ---> 8d57e3844274 [2021-02-24T14:01:12.773Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T14:01:13.042Z] Successfully built c8c1d9b7c4ed [2021-02-24T14:01:13.042Z] Successfully tagged docker-core-metadata-go:latest [2021-02-24T14:01:13.042Z] Building docker-security-bootstrapper-go [2021-02-24T14:01:14.612Z] Removing intermediate container cc6ad55ba2b4 [2021-02-24T14:01:14.612Z] ---> e0ef1eadd7b8 [2021-02-24T14:01:14.612Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T14:01:14.898Z] Removing intermediate container 16a3a324691d [2021-02-24T14:01:14.898Z] ---> e372a067722c [2021-02-24T14:01:14.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T14:01:14.898Z] ---> Running in 5cc8951d6672 [2021-02-24T14:01:14.898Z] Removing intermediate container 0476de03f362 [2021-02-24T14:01:14.898Z] ---> 0471fb7a3697 [2021-02-24T14:01:14.898Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-24T14:01:15.560Z] ---> Running in 869ed3d5673e [2021-02-24T14:01:15.908Z] Removing intermediate container 8bba69d34a14 [2021-02-24T14:01:15.908Z] ---> e5172462c156 [2021-02-24T14:01:15.908Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-24T14:01:15.908Z] ---> Running in 15d82e44697f [2021-02-24T14:01:16.194Z] Removing intermediate container 8d95be12f6ea [2021-02-24T14:01:16.194Z] ---> 67991cdbb31a [2021-02-24T14:01:16.194Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T14:01:16.468Z] ---> Running in 47f293c63578 [2021-02-24T14:01:16.759Z] ---> Running in e05d45b35677 [2021-02-24T14:01:17.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:18.943Z] OK: 217 MiB in 51 packages [2021-02-24T14:01:19.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:19.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:19.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:01:19.827Z] OK: 217 MiB in 51 packages [2021-02-24T14:01:20.449Z] OK: 217 MiB in 51 packages [2021-02-24T14:01:20.733Z] OK: 217 MiB in 51 packages [2021-02-24T14:01:20.733Z] Removing intermediate container 5cc8951d6672 [2021-02-24T14:01:20.733Z] ---> 4bbe31bc475e [2021-02-24T14:01:20.733Z] Step 6/23 : COPY go.mod . [2021-02-24T14:01:20.733Z] OK: 217 MiB in 51 packages [2021-02-24T14:01:21.715Z] Removing intermediate container 869ed3d5673e [2021-02-24T14:01:21.715Z] ---> 51c0926959bb [2021-02-24T14:01:21.715Z] Step 6/22 : COPY go.mod . [2021-02-24T14:01:21.990Z] ---> d40572f8c6df [2021-02-24T14:01:21.990Z] Step 7/23 : RUN go mod download [2021-02-24T14:01:22.268Z] ---> Running in e8fcaf83281e [2021-02-24T14:01:22.546Z] Removing intermediate container 15d82e44697f [2021-02-24T14:01:22.546Z] ---> bb223ee97ac8 [2021-02-24T14:01:22.546Z] Step 6/21 : COPY go.mod . [2021-02-24T14:01:22.825Z] Removing intermediate container 47f293c63578 [2021-02-24T14:01:22.825Z] ---> 17b2b3defe54 [2021-02-24T14:01:22.825Z] Step 6/22 : COPY go.mod . [2021-02-24T14:01:22.825Z] ---> 220e8c813800 [2021-02-24T14:01:22.825Z] Step 7/22 : RUN go mod download [2021-02-24T14:01:23.098Z] Removing intermediate container e05d45b35677 [2021-02-24T14:01:23.098Z] ---> 8629f8b7d958 [2021-02-24T14:01:23.098Z] Step 6/30 : COPY go.mod . [2021-02-24T14:01:23.098Z] ---> Running in 176df801af34 [2021-02-24T14:01:24.108Z] ---> 14a9525d3205 [2021-02-24T14:01:24.108Z] ---> 37dd0c49b664 [2021-02-24T14:01:24.108Z] Step 7/21 : RUN go mod download [2021-02-24T14:01:24.108Z] Step 7/22 : RUN go mod download [2021-02-24T14:01:24.717Z] ---> b2deaade6686 [2021-02-24T14:01:24.717Z] Step 7/30 : RUN go mod download [2021-02-24T14:01:24.717Z] ---> Running in ea8d1d61eae9 [2021-02-24T14:01:24.717Z] ---> Running in 0c12495b59da [2021-02-24T14:01:24.995Z] ---> Running in 8df5e4c3d911 [2021-02-24T14:01:25.382Z]  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:25.382Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:25.382Z] ---> 06da5bfaf194 [2021-02-24T14:01:25.382Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> f0b45d8740bc [2021-02-24T14:01:25.382Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> 36aa1bf79fd3 [2021-02-24T14:01:25.382Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> f602915eea7a [2021-02-24T14:01:25.382Z] Step 6/23 : COPY go.mod . [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> 1a55d14adecf [2021-02-24T14:01:25.382Z] Step 7/23 : RUN go mod download [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> 58a7595beb0b [2021-02-24T14:01:25.382Z] Step 8/23 : COPY . . [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> 83d336d46a9b [2021-02-24T14:01:25.382Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-24T14:01:25.382Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:25.382Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:25.382Z] ---> 06da5bfaf194 [2021-02-24T14:01:25.382Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> f0b45d8740bc [2021-02-24T14:01:25.382Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:25.382Z] ---> Using cache [2021-02-24T14:01:25.382Z] ---> 36aa1bf79fd3 [2021-02-24T14:01:25.382Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T14:01:26.004Z] Removing intermediate container e8fcaf83281e [2021-02-24T14:01:26.005Z] ---> a8fb9114b616 [2021-02-24T14:01:26.005Z] Step 8/23 : COPY . . [2021-02-24T14:01:26.359Z] ---> 52a298c4daeb [2021-02-24T14:01:26.359Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T14:01:26.944Z] ---> Running in e8484a90d865 [2021-02-24T14:01:26.944Z] ---> Running in cd6916387244 [2021-02-24T14:01:26.944Z] ---> 97ba46394a92 [2021-02-24T14:01:26.945Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T14:01:27.243Z] ---> 15e593aa5b44 [2021-02-24T14:01:27.243Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T14:01:27.470Z] Removing intermediate container 176df801af34 [2021-02-24T14:01:27.470Z] ---> de40f42ed98d [2021-02-24T14:01:27.470Z] Step 8/22 : COPY . . [2021-02-24T14:01:27.579Z] ---> Running in 124a06e0e106 [2021-02-24T14:01:27.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:28.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T14:01:28.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:29.342Z] OK: 233 MiB in 51 packages [2021-02-24T14:01:29.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:29.931Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:01:29.931Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T14:01:29.931Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T14:01:29.931Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T14:01:29.931Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T14:01:29.932Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T14:01:30.220Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T14:01:30.220Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-24T14:01:30.953Z] Removing intermediate container ea8d1d61eae9 [2021-02-24T14:01:30.953Z] ---> 011199ed4aa5 [2021-02-24T14:01:30.953Z] Step 8/22 : COPY . . [2021-02-24T14:01:31.261Z] Removing intermediate container 8df5e4c3d911 [2021-02-24T14:01:31.261Z] ---> 83cface8bf36 [2021-02-24T14:01:31.261Z] Step 8/30 : COPY . . [2021-02-24T14:01:31.261Z] Removing intermediate container 0c12495b59da [2021-02-24T14:01:31.261Z] ---> 264212b8332d [2021-02-24T14:01:31.261Z] Step 8/21 : COPY . . [2021-02-24T14:01:35.710Z] Removing intermediate container e8484a90d865 [2021-02-24T14:01:35.711Z] ---> cf9203955356 [2021-02-24T14:01:35.711Z] Step 6/23 : COPY go.mod . [2021-02-24T14:01:37.140Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T14:01:37.140Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T14:01:37.140Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T14:01:37.140Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T14:01:37.731Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T14:01:37.995Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T14:01:37.995Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T14:01:38.267Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T14:01:38.860Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T14:01:38.860Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:38.860Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:38.860Z] ---> 06da5bfaf194 [2021-02-24T14:01:38.860Z] Step 3/30 : WORKDIR /edgex-go [2021-02-24T14:01:38.860Z] ---> Using cache [2021-02-24T14:01:38.860Z] ---> f0b45d8740bc [2021-02-24T14:01:38.860Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:38.860Z] ---> Using cache [2021-02-24T14:01:38.860Z] ---> 36aa1bf79fd3 [2021-02-24T14:01:38.860Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-24T14:01:38.860Z] ---> Using cache [2021-02-24T14:01:38.860Z] ---> f602915eea7a [2021-02-24T14:01:38.860Z] Step 6/30 : COPY go.mod . [2021-02-24T14:01:38.860Z] ---> Using cache [2021-02-24T14:01:38.860Z] ---> 1a55d14adecf [2021-02-24T14:01:38.860Z] Step 7/30 : RUN go mod download [2021-02-24T14:01:38.860Z] ---> Using cache [2021-02-24T14:01:38.860Z] ---> 58a7595beb0b [2021-02-24T14:01:38.860Z] Step 8/30 : COPY . . [2021-02-24T14:01:39.151Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T14:01:39.151Z] ---> 656b80a26783 [2021-02-24T14:01:39.151Z] Step 7/23 : RUN go mod download [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> 83d336d46a9b [2021-02-24T14:01:39.151Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T14:01:39.151Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:01:39.151Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:01:39.151Z] ---> 06da5bfaf194 [2021-02-24T14:01:39.151Z] Step 3/22 : WORKDIR /edgex-go [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> f0b45d8740bc [2021-02-24T14:01:39.151Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> 36aa1bf79fd3 [2021-02-24T14:01:39.151Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> f602915eea7a [2021-02-24T14:01:39.151Z] Step 6/22 : COPY go.mod . [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> 1a55d14adecf [2021-02-24T14:01:39.151Z] Step 7/22 : RUN go mod download [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> 58a7595beb0b [2021-02-24T14:01:39.151Z] Step 8/22 : COPY . . [2021-02-24T14:01:39.151Z] ---> Using cache [2021-02-24T14:01:39.151Z] ---> 83d336d46a9b [2021-02-24T14:01:39.151Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T14:01:39.781Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T14:01:40.372Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T14:01:40.372Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T14:01:40.372Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T14:01:40.651Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T14:01:40.952Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T14:01:40.952Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T14:01:40.952Z] ---> Running in 19a9a10f20a7 [2021-02-24T14:01:40.952Z] ---> Running in e14c6d432c8f [2021-02-24T14:01:40.952Z] ---> Running in fba3969403ce [2021-02-24T14:01:40.952Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T14:01:40.952Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T14:01:40.952Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T14:01:40.952Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T14:01:41.227Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T14:01:41.227Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T14:01:41.227Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T14:01:41.227Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T14:01:41.227Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T14:01:41.227Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:01:41.512Z] OK: 71 MiB in 55 packages [2021-02-24T14:01:42.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T14:01:42.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-24T14:01:43.937Z] Removing intermediate container 19a9a10f20a7 [2021-02-24T14:01:43.937Z] ---> 6e1cdaf8b48d [2021-02-24T14:01:43.937Z] Step 8/23 : COPY . . [2021-02-24T14:01:46.497Z] ---> d1e81e8013db [2021-02-24T14:01:46.497Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-24T14:01:46.497Z] ---> 46b2a275b8d8 [2021-02-24T14:01:46.497Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-24T14:01:46.497Z] ---> e0feb28fe874 [2021-02-24T14:01:46.497Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-24T14:01:46.497Z] ---> f0080280d9e3 [2021-02-24T14:01:46.497Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-24T14:01:46.497Z] ---> f2da8ef9e77d [2021-02-24T14:01:46.497Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-24T14:01:46.497Z] ---> Running in 993fa2a8053f [2021-02-24T14:01:46.497Z] ---> Running in 75ce0473e3ab [2021-02-24T14:01:46.497Z] ---> Running in 486be15aa9b5 [2021-02-24T14:01:46.497Z] ---> Running in 2513bc537127 [2021-02-24T14:01:46.497Z] ---> Running in e87f26e73f19 [2021-02-24T14:01:47.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-24T14:01:47.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-command/core-command ./cmd/core-command [2021-02-24T14:01:47.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-24T14:01:47.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-24T14:01:48.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-24T14:02:02.460Z] Removing intermediate container 124a06e0e106 [2021-02-24T14:02:02.460Z] ---> 25f06c8d553a [2021-02-24T14:02:02.460Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T14:02:09.120Z] ---> Running in 3849d1abb3b4 [2021-02-24T14:02:10.068Z] Removing intermediate container cd6916387244 [2021-02-24T14:02:10.069Z] ---> 77312c5d1752 [2021-02-24T14:02:10.069Z] [2021-02-24T14:02:10.069Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:02:10.069Z] ---> 389fef711851 [2021-02-24T14:02:10.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:02:10.341Z] ---> Using cache [2021-02-24T14:02:10.341Z] ---> 085d1175e03b [2021-02-24T14:02:10.341Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:02:10.341Z] ---> Using cache [2021-02-24T14:02:10.341Z] ---> f56826706617 [2021-02-24T14:02:10.341Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T14:02:10.341Z] ---> ae0fd636057a [2021-02-24T14:02:10.341Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T14:02:10.917Z] ---> Running in b6560f44fb7d [2021-02-24T14:02:10.917Z] ---> Running in 51ccd9767cf5 [2021-02-24T14:02:11.189Z] Removing intermediate container b6560f44fb7d [2021-02-24T14:02:11.190Z] ---> 245d2b0a5ff9 [2021-02-24T14:02:11.190Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T14:02:11.190Z] ---> Running in ed1bcdb744e2 [2021-02-24T14:02:11.462Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T14:02:11.462Z] Removing intermediate container ed1bcdb744e2 [2021-02-24T14:02:11.462Z] ---> 826be64c4908 [2021-02-24T14:02:11.462Z] Step 15/23 : WORKDIR / [2021-02-24T14:02:12.061Z] ---> Running in d9404bec03c9 [2021-02-24T14:02:13.492Z] Removing intermediate container d9404bec03c9 [2021-02-24T14:02:13.492Z] ---> 7a64d915a687 [2021-02-24T14:02:13.492Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:02:13.492Z] Removing intermediate container e14c6d432c8f [2021-02-24T14:02:13.492Z] ---> f37ea7cec14e [2021-02-24T14:02:13.492Z] [2021-02-24T14:02:13.492Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T14:02:13.492Z] ---> 389fef711851 [2021-02-24T14:02:13.492Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T14:02:13.769Z] ---> Running in f7afe4886b58 [2021-02-24T14:02:14.050Z] ---> 6946f3d5850c [2021-02-24T14:02:14.050Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T14:02:14.050Z] Removing intermediate container f7afe4886b58 [2021-02-24T14:02:14.050Z] ---> 9d898993811f [2021-02-24T14:02:14.050Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T14:02:14.329Z] Collecting docker-compose==1.23.2 [2021-02-24T14:02:14.329Z] ---> Running in 65e64bd9a341 [2021-02-24T14:02:14.329Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T14:02:14.615Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T14:02:14.615Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T14:02:15.635Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T14:02:15.635Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T14:02:15.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:16.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:16.175Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T14:02:16.175Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T14:02:16.175Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:02:16.175Z] OK: 6 MiB in 16 packages [2021-02-24T14:02:16.454Z] ---> 15c370839fe4 [2021-02-24T14:02:16.454Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T14:02:17.427Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T14:02:17.427Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T14:02:18.394Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T14:02:18.394Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T14:02:19.353Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T14:02:19.353Z] Removing intermediate container fba3969403ce [2021-02-24T14:02:19.353Z] ---> a193d6fef4c0 [2021-02-24T14:02:19.353Z] [2021-02-24T14:02:19.353Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T14:02:19.353Z] ---> 389fef711851 [2021-02-24T14:02:19.353Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:02:19.353Z] ---> Using cache [2021-02-24T14:02:19.353Z] ---> 085d1175e03b [2021-02-24T14:02:19.353Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:02:19.353Z] ---> Using cache [2021-02-24T14:02:19.353Z] ---> f56826706617 [2021-02-24T14:02:19.353Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T14:02:19.353Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T14:02:19.353Z] ---> e6cd5873ddc8 [2021-02-24T14:02:19.353Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T14:02:19.623Z] ---> Running in 85ec1b8b92e5 [2021-02-24T14:02:19.623Z] ---> Running in ff954b820974 [2021-02-24T14:02:19.896Z] Removing intermediate container 85ec1b8b92e5 [2021-02-24T14:02:19.896Z] ---> 8b734eb7ddc4 [2021-02-24T14:02:19.897Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T14:02:19.897Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T14:02:19.897Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T14:02:20.169Z] Removing intermediate container 65e64bd9a341 [2021-02-24T14:02:20.169Z] ---> ce8caa0a4209 [2021-02-24T14:02:20.169Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T14:02:20.435Z] Removing intermediate container ff954b820974 [2021-02-24T14:02:20.435Z] ---> b79d8bc98f31 [2021-02-24T14:02:20.435Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:02:20.435Z] ---> Running in dbf5870e4b05 [2021-02-24T14:02:20.435Z] Collecting PyYAML<4,>=3.10 [2021-02-24T14:02:20.435Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T14:02:21.035Z] ---> Running in cb9ea0ff26ad [2021-02-24T14:02:21.035Z] ---> Running in fde25a73efd6 [2021-02-24T14:02:21.611Z] Removing intermediate container dbf5870e4b05 [2021-02-24T14:02:21.611Z] ---> 4ea95e9addec [2021-02-24T14:02:21.611Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:02:22.188Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T14:02:22.188Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T14:02:22.188Z] Removing intermediate container cb9ea0ff26ad [2021-02-24T14:02:22.188Z] ---> bad17a2d6f53 [2021-02-24T14:02:22.188Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T14:02:22.188Z] 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-02-24T14:02:22.454Z] Removing intermediate container fde25a73efd6 [2021-02-24T14:02:22.454Z] ---> 405f11855440 [2021-02-24T14:02:22.454Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T14:02:22.454Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T14:02:22.454Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T14:02:22.720Z] ---> Running in f6bd9ba661c4 [2021-02-24T14:02:22.720Z] ---> Running in 9e5ca733fa8d [2021-02-24T14:02:22.720Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T14:02:22.720Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T14:02:22.720Z] 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-02-24T14:02:22.720Z] ---> 7b389064e113 [2021-02-24T14:02:22.720Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T14:02:23.004Z] Collecting idna<2.8,>=2.5 [2021-02-24T14:02:23.004Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T14:02:23.004Z] Removing intermediate container f6bd9ba661c4 [2021-02-24T14:02:23.004Z] ---> 1bf6b93e1990 [2021-02-24T14:02:23.004Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T14:02:23.004Z] 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-02-24T14:02:23.004Z] ---> Running in 2cc1823a0c72 [2021-02-24T14:02:23.281Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T14:02:23.281Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T14:02:23.281Z] Removing intermediate container 9e5ca733fa8d [2021-02-24T14:02:23.281Z] ---> 75ee2e8f87bf [2021-02-24T14:02:23.281Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:23.281Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T14:02:23.281Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T14:02:23.281Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T14:02:23.281Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T14:02:23.555Z] Installing collected packages: docopt, dockerpty, cached-property, websocket-client, texttable, docker-pycreds, idna, urllib3, requests, docker, PyYAML, jsonschema, docker-compose [2021-02-24T14:02:23.555Z] Running setup.py install for docopt: started [2021-02-24T14:02:23.555Z] ---> Running in 0df9fb07d0db [2021-02-24T14:02:23.819Z] ---> 33e265f63e3c [2021-02-24T14:02:23.819Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T14:02:23.819Z] Removing intermediate container 0df9fb07d0db [2021-02-24T14:02:23.819Z] ---> 54c71b3bc4c6 [2021-02-24T14:02:23.819Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:02:24.084Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T14:02:24.084Z] Running setup.py install for dockerpty: started [2021-02-24T14:02:24.084Z] ---> Running in 9de364576f2e [2021-02-24T14:02:24.352Z] ---> a318dde281d2 [2021-02-24T14:02:24.352Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T14:02:24.626Z] ---> Running in 205c693940a0 [2021-02-24T14:02:24.626Z] Removing intermediate container 9de364576f2e [2021-02-24T14:02:24.626Z] ---> 8b94c2dd31b9 [2021-02-24T14:02:24.626Z] [2021-02-24T14:02:24.626Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T14:02:24.893Z] Successfully built 8b94c2dd31b9 [2021-02-24T14:02:24.893Z] Successfully tagged docker-core-command-go:latest [2021-02-24T14:02:25.477Z]  Building docker-core-command-go ... done  Running setup.py install for texttable: started [2021-02-24T14:02:25.477Z] Removing intermediate container 205c693940a0 [2021-02-24T14:02:25.477Z] ---> 522ae2ee3ac0 [2021-02-24T14:02:25.477Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:02:25.477Z] ---> Running in e91c5df4145a [2021-02-24T14:02:25.477Z] Removing intermediate container 2cc1823a0c72 [2021-02-24T14:02:25.477Z] ---> 1ca7a9af5ae2 [2021-02-24T14:02:25.477Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T14:02:25.743Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T14:02:26.317Z] Attempting uninstall: idna [2021-02-24T14:02:26.317Z] Found existing installation: idna 2.9 [2021-02-24T14:02:26.317Z] Uninstalling idna-2.9: [2021-02-24T14:02:26.317Z] Successfully uninstalled idna-2.9 [2021-02-24T14:02:26.589Z] ---> Running in f4889d881480 [2021-02-24T14:02:26.589Z] Attempting uninstall: urllib3 [2021-02-24T14:02:26.589Z] Found existing installation: urllib3 1.25.9 [2021-02-24T14:02:26.589Z] Uninstalling urllib3-1.25.9: [2021-02-24T14:02:26.589Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T14:02:26.862Z] Removing intermediate container e91c5df4145a [2021-02-24T14:02:26.862Z] ---> 4e43fc23469d [2021-02-24T14:02:26.862Z] Step 20/22 : LABEL arch=x86_64 [2021-02-24T14:02:27.809Z] ---> Running in 72fbe9d93a7f [2021-02-24T14:02:27.809Z] Attempting uninstall: requests [2021-02-24T14:02:27.809Z] Found existing installation: requests 2.23.0 [2021-02-24T14:02:27.809Z] Uninstalling requests-2.23.0: [2021-02-24T14:02:27.809Z] Successfully uninstalled requests-2.23.0 [2021-02-24T14:02:27.809Z] Removing intermediate container f4889d881480 [2021-02-24T14:02:27.809Z] ---> af502ffd27cc [2021-02-24T14:02:27.809Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T14:02:28.071Z] Removing intermediate container 72fbe9d93a7f [2021-02-24T14:02:28.071Z] ---> 37c6024eca29 [2021-02-24T14:02:28.071Z] Step 21/22 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:29.016Z] Running setup.py install for PyYAML: started [2021-02-24T14:02:29.016Z] ---> Running in f5b48d95201e [2021-02-24T14:02:29.016Z] ---> 0376faefd039 [2021-02-24T14:02:29.016Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T14:02:29.278Z] ---> Running in ca658a0773ba [2021-02-24T14:02:29.278Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T14:02:29.541Z] Removing intermediate container f5b48d95201e [2021-02-24T14:02:29.541Z] ---> 01cfb3c0c901 [2021-02-24T14:02:29.541Z] Step 22/22 : LABEL version=2.0.0-dev.103 [2021-02-24T14:02:29.819Z] ---> Running in 49747cd9b4e1 [2021-02-24T14:02:31.767Z] 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.57.0 [2021-02-24T14:02:31.767Z] Removing intermediate container 49747cd9b4e1 [2021-02-24T14:02:31.767Z] ---> c4f67edec261 [2021-02-24T14:02:31.767Z] [2021-02-24T14:02:32.030Z] Successfully built c4f67edec261 [2021-02-24T14:02:32.030Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-24T14:02:32.612Z]  Building docker-support-scheduler-go ... done Removing intermediate container ca658a0773ba [2021-02-24T14:02:32.612Z] ---> 0794d2c9d736 [2021-02-24T14:02:32.612Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:02:35.166Z] ---> 3e66cfa802c7 [2021-02-24T14:02:35.166Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T14:02:36.555Z] Removing intermediate container 3849d1abb3b4 [2021-02-24T14:02:36.555Z] ---> 8f320203c15e [2021-02-24T14:02:36.555Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T14:02:36.555Z] Removing intermediate container 51ccd9767cf5 [2021-02-24T14:02:36.555Z] ---> 84f030e3aefe [2021-02-24T14:02:36.555Z] [2021-02-24T14:02:36.555Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:02:36.555Z] ---> 389fef711851 [2021-02-24T14:02:36.555Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T14:02:36.818Z] ---> Running in 003764fce1d0 [2021-02-24T14:02:36.818Z] ---> Running in 98212b27d397 [2021-02-24T14:02:36.818Z] ---> 926990fff393 [2021-02-24T14:02:36.818Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T14:02:37.088Z] Removing intermediate container 003764fce1d0 [2021-02-24T14:02:37.088Z] ---> 89b8b9bfd3df [2021-02-24T14:02:37.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T14:02:37.088Z] ---> Running in 3b0cabbc4236 [2021-02-24T14:02:37.353Z] ---> 72856a9d3cd0 [2021-02-24T14:02:37.353Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-24T14:02:37.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:37.353Z] Removing intermediate container 3b0cabbc4236 [2021-02-24T14:02:37.353Z] ---> 656373da121c [2021-02-24T14:02:37.353Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T14:02:37.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:37.353Z] ---> Running in 4150f28caaeb [2021-02-24T14:02:37.621Z] ---> 2fad829899c8 [2021-02-24T14:02:37.621Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T14:02:37.621Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:02:37.621Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T14:02:37.621Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T14:02:37.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:02:37.621Z] OK: 72 MiB in 58 packages [2021-02-24T14:02:37.621Z] ---> Running in d6d7fc2ff18a [2021-02-24T14:02:37.621Z] Removing intermediate container 4150f28caaeb [2021-02-24T14:02:37.621Z] ---> 5e55b4fe4220 [2021-02-24T14:02:37.621Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:02:37.888Z] ---> Running in 627b01a77936 [2021-02-24T14:02:38.151Z] Removing intermediate container d6d7fc2ff18a [2021-02-24T14:02:38.151Z] ---> 565ae2c62801 [2021-02-24T14:02:38.151Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T14:02:38.413Z] ---> 55e8cd4208c7 [2021-02-24T14:02:38.413Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T14:02:38.413Z] Removing intermediate container 98212b27d397 [2021-02-24T14:02:38.413Z] ---> b08a03231af2 [2021-02-24T14:02:38.413Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T14:02:38.675Z] ---> Running in 0d92994359cf [2021-02-24T14:02:38.675Z] ---> Running in bb11034517d2 [2021-02-24T14:02:38.938Z] Removing intermediate container bb11034517d2 [2021-02-24T14:02:38.938Z] ---> caaeea6fd4ff [2021-02-24T14:02:38.938Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:02:39.201Z] ---> Running in b967f902840f [2021-02-24T14:02:39.201Z] Removing intermediate container 627b01a77936 [2021-02-24T14:02:39.201Z] ---> 9a04759b8206 [2021-02-24T14:02:39.201Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T14:02:39.466Z] ---> Running in 822361d0b6d3 [2021-02-24T14:02:39.466Z] Removing intermediate container b967f902840f [2021-02-24T14:02:39.466Z] ---> 575acdd8b61d [2021-02-24T14:02:39.466Z] Step 24/26 : LABEL arch=x86_64 [2021-02-24T14:02:39.466Z] ---> Running in e9822b9c48d6 [2021-02-24T14:02:39.729Z] Removing intermediate container e9822b9c48d6 [2021-02-24T14:02:39.729Z] ---> 5a79e9f134a5 [2021-02-24T14:02:39.729Z] Step 25/26 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:39.991Z] ---> Running in 2cb370288c0a [2021-02-24T14:02:39.991Z] Removing intermediate container 0d92994359cf [2021-02-24T14:02:39.991Z] ---> 7db696f6fca1 [2021-02-24T14:02:39.991Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T14:02:39.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:40.253Z] Removing intermediate container 2cb370288c0a [2021-02-24T14:02:40.253Z] ---> 9768e7a96d3a [2021-02-24T14:02:40.253Z] Step 26/26 : LABEL version=2.0.0-dev.103 [2021-02-24T14:02:40.253Z] ---> Running in 42daa1ddfd6d [2021-02-24T14:02:40.253Z] ---> Running in f49d971517f7 [2021-02-24T14:02:40.515Z] Removing intermediate container 42daa1ddfd6d [2021-02-24T14:02:40.515Z] ---> ef2141dc7269 [2021-02-24T14:02:40.515Z] Step 27/30 : CMD ["gate"] [2021-02-24T14:02:40.515Z] Removing intermediate container f49d971517f7 [2021-02-24T14:02:40.515Z] ---> 799e2cb2865a [2021-02-24T14:02:40.515Z] [2021-02-24T14:02:40.777Z] Successfully built 799e2cb2865a [2021-02-24T14:02:40.777Z] ---> Running in 8029eefdd432 [2021-02-24T14:02:40.777Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-24T14:02:40.777Z]  Building docker-sys-mgmt-agent-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-24T14:02:40.777Z] Removing intermediate container 8029eefdd432 [2021-02-24T14:02:40.777Z] ---> 3ca84ba80739 [2021-02-24T14:02:40.777Z] Step 28/30 : LABEL arch=x86_64 [2021-02-24T14:02:41.038Z] ---> Running in d9676e0d03ea [2021-02-24T14:02:41.300Z] Removing intermediate container d9676e0d03ea [2021-02-24T14:02:41.300Z] ---> 53f3a05e7e7c [2021-02-24T14:02:41.300Z] Step 29/30 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:41.300Z] ---> Running in d6438fa1986f [2021-02-24T14:02:41.563Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T14:02:41.563Z] Removing intermediate container d6438fa1986f [2021-02-24T14:02:41.563Z] ---> 2e2f02b321a1 [2021-02-24T14:02:41.563Z] Step 30/30 : LABEL version=2.0.0-dev.103 [2021-02-24T14:02:41.563Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T14:02:41.563Z] ---> Running in 4fe974e5ea61 [2021-02-24T14:02:41.825Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T14:02:41.825Z] Removing intermediate container 4fe974e5ea61 [2021-02-24T14:02:41.825Z] ---> 96b6e0c8b8ca [2021-02-24T14:02:41.825Z] [2021-02-24T14:02:41.825Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T14:02:42.087Z] Successfully built 96b6e0c8b8ca [2021-02-24T14:02:42.087Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-24T14:02:42.348Z]  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T14:02:42.348Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T14:02:42.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:02:42.610Z] OK: 8 MiB in 20 packages [2021-02-24T14:02:43.186Z] Removing intermediate container 822361d0b6d3 [2021-02-24T14:02:43.186Z] ---> db8a8c60dfa0 [2021-02-24T14:02:43.186Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:02:43.186Z] ---> 365c40b81284 [2021-02-24T14:02:43.186Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T14:02:44.134Z] ---> 81a01cd17401 [2021-02-24T14:02:44.134Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T14:02:44.399Z] ---> e42f3ad4dfde [2021-02-24T14:02:44.399Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T14:02:44.399Z] ---> Running in 5bc3fe1007bc [2021-02-24T14:02:44.661Z] Removing intermediate container 5bc3fe1007bc [2021-02-24T14:02:44.661Z] ---> 701d45ced821 [2021-02-24T14:02:44.661Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:02:44.661Z] ---> Running in 2a00485c19d8 [2021-02-24T14:02:44.923Z] Removing intermediate container 2a00485c19d8 [2021-02-24T14:02:44.923Z] ---> ae0b2b3c7161 [2021-02-24T14:02:44.923Z] Step 21/23 : LABEL arch=x86_64 [2021-02-24T14:02:44.923Z] ---> Running in 0489f5f01927 [2021-02-24T14:02:44.923Z] Removing intermediate container 0489f5f01927 [2021-02-24T14:02:44.923Z] ---> b47f8156ab83 [2021-02-24T14:02:44.923Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:45.187Z] ---> Running in 840986ad77b5 [2021-02-24T14:02:45.187Z] Removing intermediate container 840986ad77b5 [2021-02-24T14:02:45.187Z] ---> fbece77cabc6 [2021-02-24T14:02:45.187Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:02:45.187Z] ---> Running in 76f1bb688045 [2021-02-24T14:02:45.449Z] Removing intermediate container 76f1bb688045 [2021-02-24T14:02:45.449Z] ---> c7a5f3c0af96 [2021-02-24T14:02:45.449Z] [2021-02-24T14:02:45.449Z] Successfully built c7a5f3c0af96 [2021-02-24T14:02:45.449Z] Successfully tagged docker-core-data-go:latest [2021-02-24T14:02:45.720Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-24T14:02:45.735Z] $ docker stop --time=1 6ef2a77b66f3cb9a25f225563512e317ffe377cfef99ff2abced2c16a0dfe5be [2021-02-24T14:02:47.318Z] $ docker rm -f 6ef2a77b66f3cb9a25f225563512e317ffe377cfef99ff2abced2c16a0dfe5be [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T14:02:47.808Z] + docker images [2021-02-24T14:02:47.808Z] + grep docker [2021-02-24T14:02:48.070Z] docker-core-data-go latest c7a5f3c0af96 2 seconds ago 22.4MB [2021-02-24T14:02:48.070Z] docker-security-bootstrapper-go latest 96b6e0c8b8ca 6 seconds ago 18.3MB [2021-02-24T14:02:48.070Z] docker-sys-mgmt-agent-go latest 799e2cb2865a 7 seconds ago 313MB [2021-02-24T14:02:48.070Z] docker-support-scheduler-go latest c4f67edec261 16 seconds ago 17.2MB [2021-02-24T14:02:48.070Z] docker-core-command-go latest 8b94c2dd31b9 23 seconds ago 17MB [2021-02-24T14:02:48.070Z] docker-core-metadata-go latest c8c1d9b7c4ed About a minute ago 19MB [2021-02-24T14:02:48.070Z] docker-support-notifications-go latest 51aa9aa04cf1 About a minute ago 17.7MB [2021-02-24T14:02:48.070Z] docker-security-secretstore-setup-go latest cb7d23ee4cf2 About a minute ago 24.9MB [2021-02-24T14:02:48.070Z] docker-security-proxy-setup-go latest 87be27f1b61a About a minute ago 24.7MB [2021-02-24T14:02:48.070Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T14:02:48.552Z] provisioning config files... [2021-02-24T14:02:48.585Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config7828277363220305963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:02:48.997Z] ---> docker-login.sh [2021-02-24T14:02:48.997Z] nexus3.edgexfoundry.org:10001 [2021-02-24T14:02:48.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:02:49.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:02:49.288Z] Configure a credential helper to remove this warning. See [2021-02-24T14:02:49.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:02:49.288Z] [2021-02-24T14:02:49.288Z] Login Succeeded [2021-02-24T14:02:49.288Z] nexus3.edgexfoundry.org:10002 [2021-02-24T14:02:49.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:02:49.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:02:49.288Z] Configure a credential helper to remove this warning. See [2021-02-24T14:02:49.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:02:49.288Z] [2021-02-24T14:02:49.288Z] Login Succeeded [2021-02-24T14:02:49.288Z] nexus3.edgexfoundry.org:10003 [2021-02-24T14:02:49.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:02:49.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:02:49.596Z] Configure a credential helper to remove this warning. See [2021-02-24T14:02:49.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:02:49.596Z] [2021-02-24T14:02:49.596Z] Login Succeeded [2021-02-24T14:02:49.596Z] nexus3.edgexfoundry.org:10004 [2021-02-24T14:02:49.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:02:49.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:02:49.879Z] Configure a credential helper to remove this warning. See [2021-02-24T14:02:49.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:02:49.879Z] [2021-02-24T14:02:49.879Z] Login Succeeded [2021-02-24T14:02:49.879Z] docker.io [2021-02-24T14:02:49.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:02:50.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:02:50.140Z] Configure a credential helper to remove this warning. See [2021-02-24T14:02:50.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:02:50.140Z] [2021-02-24T14:02:50.140Z] Login Succeeded [2021-02-24T14:02:50.140Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T14:02:50.150Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:02:50.334Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-02-24T14:02:50.334Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:50.334Z] 2.0.0-dev.103 [2021-02-24T14:02:50.334Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:02:50.334Z] master [2021-02-24T14:02:50.334Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:50.793Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:51.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:51.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-24T14:02:51.093Z] df50171b006c: Preparing [2021-02-24T14:02:51.093Z] f68b782d0d60: Preparing [2021-02-24T14:02:51.093Z] 2347083db897: Preparing [2021-02-24T14:02:51.093Z] 6bb95c895cea: Preparing [2021-02-24T14:02:51.093Z] 777b2c648970: Preparing [2021-02-24T14:02:51.093Z] 777b2c648970: Layer already exists [2021-02-24T14:02:51.356Z] df50171b006c: Pushed [2021-02-24T14:02:51.356Z] 2347083db897: Pushed [2021-02-24T14:02:51.356Z] 6bb95c895cea: Pushed [2021-02-24T14:02:52.302Z] f68b782d0d60: Pushed [2021-02-24T14:02:52.876Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:df843481979fcd0bfa5b331a34a1bf9db114f3461792723a8945bda3d864bc15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:53.183Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:53.481Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.103 [2021-02-24T14:02:53.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-24T14:02:53.482Z] df50171b006c: Preparing [2021-02-24T14:02:53.482Z] f68b782d0d60: Preparing [2021-02-24T14:02:53.482Z] 2347083db897: Preparing [2021-02-24T14:02:53.482Z] 6bb95c895cea: Preparing [2021-02-24T14:02:53.482Z] 777b2c648970: Preparing [2021-02-24T14:02:53.482Z] 6bb95c895cea: Layer already exists [2021-02-24T14:02:53.482Z] 777b2c648970: Layer already exists [2021-02-24T14:02:53.482Z] 2347083db897: Layer already exists [2021-02-24T14:02:53.482Z] df50171b006c: Layer already exists [2021-02-24T14:02:53.482Z] f68b782d0d60: Layer already exists [2021-02-24T14:02:53.482Z] 2.0.0-dev.103: digest: sha256:df843481979fcd0bfa5b331a34a1bf9db114f3461792723a8945bda3d864bc15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:54.050Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:54.348Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:02:54.348Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-24T14:02:54.348Z] df50171b006c: Preparing [2021-02-24T14:02:54.348Z] f68b782d0d60: Preparing [2021-02-24T14:02:54.348Z] 2347083db897: Preparing [2021-02-24T14:02:54.348Z] 6bb95c895cea: Preparing [2021-02-24T14:02:54.348Z] 777b2c648970: Preparing [2021-02-24T14:02:54.348Z] 2347083db897: Layer already exists [2021-02-24T14:02:54.348Z] f68b782d0d60: Layer already exists [2021-02-24T14:02:54.348Z] 777b2c648970: Layer already exists [2021-02-24T14:02:54.348Z] 6bb95c895cea: Layer already exists [2021-02-24T14:02:54.348Z] df50171b006c: Layer already exists [2021-02-24T14:02:54.348Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:df843481979fcd0bfa5b331a34a1bf9db114f3461792723a8945bda3d864bc15 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:54.654Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:54.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-02-24T14:02:54.953Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-02-24T14:02:54.953Z] df50171b006c: Preparing [2021-02-24T14:02:54.953Z] f68b782d0d60: Preparing [2021-02-24T14:02:54.953Z] 2347083db897: Preparing [2021-02-24T14:02:54.953Z] 6bb95c895cea: Preparing [2021-02-24T14:02:54.953Z] 777b2c648970: Preparing [2021-02-24T14:02:54.953Z] df50171b006c: Layer already exists [2021-02-24T14:02:54.953Z] 6bb95c895cea: Layer already exists [2021-02-24T14:02:54.953Z] 2347083db897: Layer already exists [2021-02-24T14:02:54.953Z] 777b2c648970: Layer already exists [2021-02-24T14:02:54.953Z] f68b782d0d60: Layer already exists [2021-02-24T14:02:55.215Z] master: digest: sha256:df843481979fcd0bfa5b331a34a1bf9db114f3461792723a8945bda3d864bc15 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:02:55.435Z] ===================================================== [Pipeline] echo [2021-02-24T14:02:55.484Z] taggedImages: [2021-02-24T14:02:55.484Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:55.484Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.103 [2021-02-24T14:02:55.484Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:02:55.484Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-02-24T14:02:55.551Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-02-24T14:02:55.551Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:55.551Z] 2.0.0-dev.103 [2021-02-24T14:02:55.551Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:02:55.551Z] master [2021-02-24T14:02:55.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:56.060Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:56.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:02:56.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-24T14:02:56.371Z] 2a149483c688: Preparing [2021-02-24T14:02:56.371Z] 3b3db6aaba3b: Preparing [2021-02-24T14:02:56.371Z] 2347083db897: Preparing [2021-02-24T14:02:56.371Z] 6e49610e8850: Preparing [2021-02-24T14:02:56.371Z] 412fce57ea23: Preparing [2021-02-24T14:02:56.371Z] 777b2c648970: Preparing [2021-02-24T14:02:56.371Z] 777b2c648970: Waiting [2021-02-24T14:02:56.371Z] 2347083db897: Layer already exists [2021-02-24T14:02:56.371Z] 777b2c648970: Layer already exists [2021-02-24T14:02:56.633Z] 2a149483c688: Pushed [2021-02-24T14:02:56.633Z] 412fce57ea23: Pushed [2021-02-24T14:02:56.894Z] 6e49610e8850: Pushed [2021-02-24T14:02:58.283Z] 3b3db6aaba3b: Pushed [2021-02-24T14:02:58.283Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:001261df3ba815028d73b0c277aef163b8b755c04921410884de93f33a3098a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:58.588Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:58.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.103 [2021-02-24T14:02:58.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-24T14:02:58.885Z] 2a149483c688: Preparing [2021-02-24T14:02:58.885Z] 3b3db6aaba3b: Preparing [2021-02-24T14:02:58.885Z] 2347083db897: Preparing [2021-02-24T14:02:58.885Z] 6e49610e8850: Preparing [2021-02-24T14:02:58.885Z] 412fce57ea23: Preparing [2021-02-24T14:02:58.885Z] 777b2c648970: Preparing [2021-02-24T14:02:58.885Z] 777b2c648970: Waiting [2021-02-24T14:02:58.885Z] 3b3db6aaba3b: Layer already exists [2021-02-24T14:02:58.885Z] 2347083db897: Layer already exists [2021-02-24T14:02:58.885Z] 412fce57ea23: Layer already exists [2021-02-24T14:02:58.885Z] 2a149483c688: Layer already exists [2021-02-24T14:02:58.885Z] 777b2c648970: Layer already exists [2021-02-24T14:02:58.885Z] 6e49610e8850: Layer already exists [2021-02-24T14:02:58.885Z] 2.0.0-dev.103: digest: sha256:001261df3ba815028d73b0c277aef163b8b755c04921410884de93f33a3098a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:59.194Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:59.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:02:59.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-24T14:02:59.492Z] 2a149483c688: Preparing [2021-02-24T14:02:59.492Z] 3b3db6aaba3b: Preparing [2021-02-24T14:02:59.492Z] 2347083db897: Preparing [2021-02-24T14:02:59.492Z] 6e49610e8850: Preparing [2021-02-24T14:02:59.492Z] 412fce57ea23: Preparing [2021-02-24T14:02:59.492Z] 777b2c648970: Preparing [2021-02-24T14:02:59.492Z] 777b2c648970: Waiting [2021-02-24T14:02:59.492Z] 412fce57ea23: Layer already exists [2021-02-24T14:02:59.492Z] 2347083db897: Layer already exists [2021-02-24T14:02:59.492Z] 3b3db6aaba3b: Layer already exists [2021-02-24T14:02:59.492Z] 2a149483c688: Layer already exists [2021-02-24T14:02:59.492Z] 6e49610e8850: Layer already exists [2021-02-24T14:02:59.492Z] 777b2c648970: Layer already exists [2021-02-24T14:02:59.492Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:001261df3ba815028d73b0c277aef163b8b755c04921410884de93f33a3098a4 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:02:59.810Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:00.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-02-24T14:03:00.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-02-24T14:03:00.109Z] 2a149483c688: Preparing [2021-02-24T14:03:00.109Z] 3b3db6aaba3b: Preparing [2021-02-24T14:03:00.109Z] 2347083db897: Preparing [2021-02-24T14:03:00.109Z] 6e49610e8850: Preparing [2021-02-24T14:03:00.109Z] 412fce57ea23: Preparing [2021-02-24T14:03:00.109Z] 777b2c648970: Preparing [2021-02-24T14:03:00.109Z] 777b2c648970: Waiting [2021-02-24T14:03:00.109Z] 3b3db6aaba3b: Layer already exists [2021-02-24T14:03:00.109Z] 412fce57ea23: Layer already exists [2021-02-24T14:03:00.109Z] 2a149483c688: Layer already exists [2021-02-24T14:03:00.109Z] 6e49610e8850: Layer already exists [2021-02-24T14:03:00.109Z] 2347083db897: Layer already exists [2021-02-24T14:03:00.109Z] 777b2c648970: Layer already exists [2021-02-24T14:03:00.370Z] master: digest: sha256:001261df3ba815028d73b0c277aef163b8b755c04921410884de93f33a3098a4 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:00.630Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:00.675Z] taggedImages: [2021-02-24T14:03:00.675Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:00.675Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.103 [2021-02-24T14:03:00.675Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:00.675Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-02-24T14:03:00.751Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-02-24T14:03:00.751Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:00.751Z] 2.0.0-dev.103 [2021-02-24T14:03:00.751Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:00.751Z] master [2021-02-24T14:03:00.751Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:01.248Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:01.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:01.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-24T14:03:01.550Z] 5d1b01cdc94f: Preparing [2021-02-24T14:03:01.550Z] 0cb5e48d8d66: Preparing [2021-02-24T14:03:01.550Z] 2347083db897: Preparing [2021-02-24T14:03:01.550Z] 6bb95c895cea: Preparing [2021-02-24T14:03:01.550Z] 777b2c648970: Preparing [2021-02-24T14:03:01.550Z] 2347083db897: Layer already exists [2021-02-24T14:03:01.550Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:01.550Z] 777b2c648970: Layer already exists [2021-02-24T14:03:01.816Z] 5d1b01cdc94f: Pushed [2021-02-24T14:03:02.769Z] 0cb5e48d8d66: Pushed [2021-02-24T14:03:03.343Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:2d6331769cf2bbff731de616cfab78b4fc6298236abd0c82cabcd2aac306b21d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:03.652Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:03.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.103 [2021-02-24T14:03:03.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-24T14:03:03.951Z] 5d1b01cdc94f: Preparing [2021-02-24T14:03:03.951Z] 0cb5e48d8d66: Preparing [2021-02-24T14:03:03.951Z] 2347083db897: Preparing [2021-02-24T14:03:03.951Z] 6bb95c895cea: Preparing [2021-02-24T14:03:03.951Z] 777b2c648970: Preparing [2021-02-24T14:03:03.951Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:03.951Z] 0cb5e48d8d66: Layer already exists [2021-02-24T14:03:03.951Z] 777b2c648970: Layer already exists [2021-02-24T14:03:03.951Z] 5d1b01cdc94f: Layer already exists [2021-02-24T14:03:03.951Z] 2347083db897: Layer already exists [2021-02-24T14:03:03.951Z] 2.0.0-dev.103: digest: sha256:2d6331769cf2bbff731de616cfab78b4fc6298236abd0c82cabcd2aac306b21d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:04.261Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:04.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:04.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-24T14:03:04.566Z] 5d1b01cdc94f: Preparing [2021-02-24T14:03:04.566Z] 0cb5e48d8d66: Preparing [2021-02-24T14:03:04.566Z] 2347083db897: Preparing [2021-02-24T14:03:04.566Z] 6bb95c895cea: Preparing [2021-02-24T14:03:04.566Z] 777b2c648970: Preparing [2021-02-24T14:03:04.566Z] 2347083db897: Layer already exists [2021-02-24T14:03:04.566Z] 5d1b01cdc94f: Layer already exists [2021-02-24T14:03:04.566Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:04.566Z] 0cb5e48d8d66: Layer already exists [2021-02-24T14:03:04.566Z] 777b2c648970: Layer already exists [2021-02-24T14:03:04.566Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:2d6331769cf2bbff731de616cfab78b4fc6298236abd0c82cabcd2aac306b21d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:04.893Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:05.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-02-24T14:03:05.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-02-24T14:03:05.191Z] 5d1b01cdc94f: Preparing [2021-02-24T14:03:05.191Z] 0cb5e48d8d66: Preparing [2021-02-24T14:03:05.191Z] 2347083db897: Preparing [2021-02-24T14:03:05.191Z] 6bb95c895cea: Preparing [2021-02-24T14:03:05.191Z] 777b2c648970: Preparing [2021-02-24T14:03:05.191Z] 777b2c648970: Layer already exists [2021-02-24T14:03:05.191Z] 0cb5e48d8d66: Layer already exists [2021-02-24T14:03:05.191Z] 2347083db897: Layer already exists [2021-02-24T14:03:05.191Z] 5d1b01cdc94f: Layer already exists [2021-02-24T14:03:05.191Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:05.191Z] master: digest: sha256:2d6331769cf2bbff731de616cfab78b4fc6298236abd0c82cabcd2aac306b21d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:05.405Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:05.460Z] taggedImages: [2021-02-24T14:03:05.460Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:05.460Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.103 [2021-02-24T14:03:05.460Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:05.460Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-02-24T14:03:05.520Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-02-24T14:03:05.520Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:05.520Z] 2.0.0-dev.103 [2021-02-24T14:03:05.520Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:05.520Z] master [2021-02-24T14:03:05.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:05.993Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:06.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:06.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-24T14:03:06.346Z] eb62b21e959a: Preparing [2021-02-24T14:03:06.346Z] eb62b21e959a: Preparing [2021-02-24T14:03:06.346Z] df5dc29f3225: Preparing [2021-02-24T14:03:06.346Z] 1b7263cbc37f: Preparing [2021-02-24T14:03:06.346Z] 3bd13f95196e: Preparing [2021-02-24T14:03:06.346Z] 2347083db897: Preparing [2021-02-24T14:03:06.346Z] 753b5c294870: Preparing [2021-02-24T14:03:06.346Z] 753b5c294870: Preparing [2021-02-24T14:03:06.346Z] 63d6e3a9e30f: Preparing [2021-02-24T14:03:06.346Z] 793ce3d1779b: Preparing [2021-02-24T14:03:06.346Z] 777b2c648970: Preparing [2021-02-24T14:03:06.346Z] 753b5c294870: Waiting [2021-02-24T14:03:06.346Z] 63d6e3a9e30f: Waiting [2021-02-24T14:03:06.346Z] 777b2c648970: Waiting [2021-02-24T14:03:06.346Z] 2347083db897: Layer already exists [2021-02-24T14:03:06.659Z] df5dc29f3225: Pushed [2021-02-24T14:03:06.659Z] eb62b21e959a: Pushed [2021-02-24T14:03:06.659Z] 753b5c294870: Pushed [2021-02-24T14:03:06.659Z] 1b7263cbc37f: Pushed [2021-02-24T14:03:06.659Z] 777b2c648970: Layer already exists [2021-02-24T14:03:06.659Z] 63d6e3a9e30f: Pushed [2021-02-24T14:03:06.925Z] 793ce3d1779b: Pushed [2021-02-24T14:03:07.498Z] 3bd13f95196e: Pushed [2021-02-24T14:03:07.760Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:a49e8ba9c5c190de4b7beb2c6e910a9c61e8bb34cbf127ab92c773da95fb99af size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:08.072Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:08.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.103 [2021-02-24T14:03:08.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-24T14:03:08.372Z] eb62b21e959a: Preparing [2021-02-24T14:03:08.372Z] eb62b21e959a: Preparing [2021-02-24T14:03:08.372Z] df5dc29f3225: Preparing [2021-02-24T14:03:08.372Z] 1b7263cbc37f: Preparing [2021-02-24T14:03:08.372Z] 3bd13f95196e: Preparing [2021-02-24T14:03:08.372Z] 2347083db897: Preparing [2021-02-24T14:03:08.372Z] 753b5c294870: Preparing [2021-02-24T14:03:08.372Z] 753b5c294870: Preparing [2021-02-24T14:03:08.372Z] 63d6e3a9e30f: Preparing [2021-02-24T14:03:08.372Z] 793ce3d1779b: Preparing [2021-02-24T14:03:08.372Z] 777b2c648970: Preparing [2021-02-24T14:03:08.372Z] 63d6e3a9e30f: Waiting [2021-02-24T14:03:08.372Z] 753b5c294870: Waiting [2021-02-24T14:03:08.372Z] 793ce3d1779b: Waiting [2021-02-24T14:03:08.372Z] 777b2c648970: Waiting [2021-02-24T14:03:08.372Z] eb62b21e959a: Layer already exists [2021-02-24T14:03:08.372Z] 1b7263cbc37f: Layer already exists [2021-02-24T14:03:08.372Z] 3bd13f95196e: Layer already exists [2021-02-24T14:03:08.372Z] 2347083db897: Layer already exists [2021-02-24T14:03:08.372Z] df5dc29f3225: Layer already exists [2021-02-24T14:03:08.372Z] 793ce3d1779b: Layer already exists [2021-02-24T14:03:08.372Z] 63d6e3a9e30f: Layer already exists [2021-02-24T14:03:08.372Z] 753b5c294870: Layer already exists [2021-02-24T14:03:08.372Z] 777b2c648970: Layer already exists [2021-02-24T14:03:08.372Z] 2.0.0-dev.103: digest: sha256:a49e8ba9c5c190de4b7beb2c6e910a9c61e8bb34cbf127ab92c773da95fb99af size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:08.675Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:08.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:08.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-24T14:03:08.974Z] eb62b21e959a: Preparing [2021-02-24T14:03:08.974Z] eb62b21e959a: Preparing [2021-02-24T14:03:08.974Z] df5dc29f3225: Preparing [2021-02-24T14:03:08.974Z] 1b7263cbc37f: Preparing [2021-02-24T14:03:08.974Z] 3bd13f95196e: Preparing [2021-02-24T14:03:08.974Z] 2347083db897: Preparing [2021-02-24T14:03:08.974Z] 753b5c294870: Preparing [2021-02-24T14:03:08.974Z] 753b5c294870: Preparing [2021-02-24T14:03:08.974Z] 63d6e3a9e30f: Preparing [2021-02-24T14:03:08.974Z] 793ce3d1779b: Preparing [2021-02-24T14:03:08.974Z] 777b2c648970: Preparing [2021-02-24T14:03:08.974Z] 753b5c294870: Waiting [2021-02-24T14:03:08.974Z] 793ce3d1779b: Waiting [2021-02-24T14:03:08.974Z] 63d6e3a9e30f: Waiting [2021-02-24T14:03:08.974Z] 777b2c648970: Waiting [2021-02-24T14:03:08.974Z] 1b7263cbc37f: Layer already exists [2021-02-24T14:03:08.974Z] df5dc29f3225: Layer already exists [2021-02-24T14:03:08.974Z] eb62b21e959a: Layer already exists [2021-02-24T14:03:08.974Z] 3bd13f95196e: Layer already exists [2021-02-24T14:03:08.974Z] 2347083db897: Layer already exists [2021-02-24T14:03:08.974Z] 63d6e3a9e30f: Layer already exists [2021-02-24T14:03:08.974Z] 793ce3d1779b: Layer already exists [2021-02-24T14:03:08.974Z] 777b2c648970: Layer already exists [2021-02-24T14:03:08.974Z] 753b5c294870: Layer already exists [2021-02-24T14:03:08.974Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:a49e8ba9c5c190de4b7beb2c6e910a9c61e8bb34cbf127ab92c773da95fb99af size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:09.278Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:09.583Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-02-24T14:03:09.583Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-02-24T14:03:09.583Z] eb62b21e959a: Preparing [2021-02-24T14:03:09.583Z] eb62b21e959a: Preparing [2021-02-24T14:03:09.583Z] df5dc29f3225: Preparing [2021-02-24T14:03:09.583Z] 1b7263cbc37f: Preparing [2021-02-24T14:03:09.583Z] 3bd13f95196e: Preparing [2021-02-24T14:03:09.583Z] 2347083db897: Preparing [2021-02-24T14:03:09.583Z] 753b5c294870: Preparing [2021-02-24T14:03:09.583Z] 753b5c294870: Preparing [2021-02-24T14:03:09.583Z] 63d6e3a9e30f: Preparing [2021-02-24T14:03:09.583Z] 793ce3d1779b: Preparing [2021-02-24T14:03:09.583Z] 777b2c648970: Preparing [2021-02-24T14:03:09.583Z] 753b5c294870: Waiting [2021-02-24T14:03:09.583Z] 63d6e3a9e30f: Waiting [2021-02-24T14:03:09.583Z] 793ce3d1779b: Waiting [2021-02-24T14:03:09.583Z] 777b2c648970: Waiting [2021-02-24T14:03:09.583Z] 1b7263cbc37f: Layer already exists [2021-02-24T14:03:09.583Z] df5dc29f3225: Layer already exists [2021-02-24T14:03:09.583Z] 2347083db897: Layer already exists [2021-02-24T14:03:09.583Z] 3bd13f95196e: Layer already exists [2021-02-24T14:03:09.583Z] eb62b21e959a: Layer already exists [2021-02-24T14:03:09.583Z] 753b5c294870: Layer already exists [2021-02-24T14:03:09.583Z] 63d6e3a9e30f: Layer already exists [2021-02-24T14:03:09.583Z] 777b2c648970: Layer already exists [2021-02-24T14:03:09.583Z] 793ce3d1779b: Layer already exists [2021-02-24T14:03:09.843Z] master: digest: sha256:a49e8ba9c5c190de4b7beb2c6e910a9c61e8bb34cbf127ab92c773da95fb99af size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:10.035Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:10.105Z] taggedImages: [2021-02-24T14:03:10.105Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:10.105Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.103 [2021-02-24T14:03:10.105Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:10.105Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-02-24T14:03:10.180Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-02-24T14:03:10.180Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:10.180Z] 2.0.0-dev.103 [2021-02-24T14:03:10.180Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:10.180Z] master [2021-02-24T14:03:10.180Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:10.690Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:10.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:10.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-24T14:03:10.984Z] 0bb52615f69e: Preparing [2021-02-24T14:03:10.984Z] e570d802b155: Preparing [2021-02-24T14:03:10.984Z] 0d38168da510: Preparing [2021-02-24T14:03:10.984Z] a9e4f23c53bd: Preparing [2021-02-24T14:03:10.984Z] 1641f13a4226: Preparing [2021-02-24T14:03:10.984Z] 777b2c648970: Preparing [2021-02-24T14:03:10.984Z] 777b2c648970: Waiting [2021-02-24T14:03:11.247Z] a9e4f23c53bd: Pushed [2021-02-24T14:03:11.247Z] 0d38168da510: Pushed [2021-02-24T14:03:11.247Z] 777b2c648970: Layer already exists [2021-02-24T14:03:11.508Z] 1641f13a4226: Pushed [2021-02-24T14:03:12.081Z] e570d802b155: Pushed [2021-02-24T14:03:12.081Z] 0bb52615f69e: Pushed [2021-02-24T14:03:12.344Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:b928d75f1f2e2d9c860ea26f5db8b1a815a86551150ed36549e5086b65ea443c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:12.648Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:12.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.103 [2021-02-24T14:03:12.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-24T14:03:12.952Z] 0bb52615f69e: Preparing [2021-02-24T14:03:12.952Z] e570d802b155: Preparing [2021-02-24T14:03:12.952Z] 0d38168da510: Preparing [2021-02-24T14:03:12.952Z] a9e4f23c53bd: Preparing [2021-02-24T14:03:12.952Z] 1641f13a4226: Preparing [2021-02-24T14:03:12.952Z] 777b2c648970: Preparing [2021-02-24T14:03:12.952Z] 777b2c648970: Waiting [2021-02-24T14:03:12.952Z] 0d38168da510: Layer already exists [2021-02-24T14:03:12.952Z] a9e4f23c53bd: Layer already exists [2021-02-24T14:03:12.952Z] 1641f13a4226: Layer already exists [2021-02-24T14:03:12.952Z] 0bb52615f69e: Layer already exists [2021-02-24T14:03:12.952Z] e570d802b155: Layer already exists [2021-02-24T14:03:12.952Z] 777b2c648970: Layer already exists [2021-02-24T14:03:12.952Z] 2.0.0-dev.103: digest: sha256:b928d75f1f2e2d9c860ea26f5db8b1a815a86551150ed36549e5086b65ea443c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:13.254Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:13.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:13.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-24T14:03:13.551Z] 0bb52615f69e: Preparing [2021-02-24T14:03:13.551Z] e570d802b155: Preparing [2021-02-24T14:03:13.551Z] 0d38168da510: Preparing [2021-02-24T14:03:13.551Z] a9e4f23c53bd: Preparing [2021-02-24T14:03:13.551Z] 1641f13a4226: Preparing [2021-02-24T14:03:13.551Z] 777b2c648970: Preparing [2021-02-24T14:03:13.551Z] 777b2c648970: Waiting [2021-02-24T14:03:13.551Z] e570d802b155: Layer already exists [2021-02-24T14:03:13.551Z] a9e4f23c53bd: Layer already exists [2021-02-24T14:03:13.551Z] 1641f13a4226: Layer already exists [2021-02-24T14:03:13.551Z] 0d38168da510: Layer already exists [2021-02-24T14:03:13.551Z] 0bb52615f69e: Layer already exists [2021-02-24T14:03:13.551Z] 777b2c648970: Layer already exists [2021-02-24T14:03:13.551Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:b928d75f1f2e2d9c860ea26f5db8b1a815a86551150ed36549e5086b65ea443c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:13.887Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:14.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-02-24T14:03:14.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-02-24T14:03:14.203Z] 0bb52615f69e: Preparing [2021-02-24T14:03:14.203Z] e570d802b155: Preparing [2021-02-24T14:03:14.203Z] 0d38168da510: Preparing [2021-02-24T14:03:14.203Z] a9e4f23c53bd: Preparing [2021-02-24T14:03:14.203Z] 1641f13a4226: Preparing [2021-02-24T14:03:14.203Z] 777b2c648970: Preparing [2021-02-24T14:03:14.203Z] 777b2c648970: Waiting [2021-02-24T14:03:14.203Z] 0d38168da510: Layer already exists [2021-02-24T14:03:14.203Z] 1641f13a4226: Layer already exists [2021-02-24T14:03:14.203Z] e570d802b155: Layer already exists [2021-02-24T14:03:14.203Z] 0bb52615f69e: Layer already exists [2021-02-24T14:03:14.203Z] a9e4f23c53bd: Layer already exists [2021-02-24T14:03:14.203Z] 777b2c648970: Layer already exists [2021-02-24T14:03:14.203Z] master: digest: sha256:b928d75f1f2e2d9c860ea26f5db8b1a815a86551150ed36549e5086b65ea443c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:14.406Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:14.451Z] taggedImages: [2021-02-24T14:03:14.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:14.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.103 [2021-02-24T14:03:14.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:14.451Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-02-24T14:03:14.514Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-02-24T14:03:14.514Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:14.514Z] 2.0.0-dev.103 [2021-02-24T14:03:14.514Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:14.514Z] master [2021-02-24T14:03:14.514Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:14.990Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:15.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:15.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-24T14:03:15.286Z] 2f34d5e68546: Preparing [2021-02-24T14:03:15.286Z] 8e4a4b050e64: Preparing [2021-02-24T14:03:15.286Z] 12edbad5acfa: Preparing [2021-02-24T14:03:15.286Z] eda84ed1ebb6: Preparing [2021-02-24T14:03:15.286Z] 1299bae4a715: Preparing [2021-02-24T14:03:15.286Z] 3142a8f439a5: Preparing [2021-02-24T14:03:15.286Z] 0d92c9c4b177: Preparing [2021-02-24T14:03:15.286Z] 1fcda9fa9143: Preparing [2021-02-24T14:03:15.286Z] 777b2c648970: Preparing [2021-02-24T14:03:15.286Z] 3142a8f439a5: Waiting [2021-02-24T14:03:15.286Z] 0d92c9c4b177: Waiting [2021-02-24T14:03:15.286Z] 1fcda9fa9143: Waiting [2021-02-24T14:03:15.286Z] 777b2c648970: Waiting [2021-02-24T14:03:15.552Z] 2f34d5e68546: Pushed [2021-02-24T14:03:15.552Z] 1299bae4a715: Pushed [2021-02-24T14:03:15.552Z] 8e4a4b050e64: Pushed [2021-02-24T14:03:15.814Z] 3142a8f439a5: Pushed [2021-02-24T14:03:15.814Z] 0d92c9c4b177: Pushed [2021-02-24T14:03:15.814Z] 777b2c648970: Layer already exists [2021-02-24T14:03:16.076Z] 1fcda9fa9143: Pushed [2021-02-24T14:03:16.338Z] eda84ed1ebb6: Pushed [2021-02-24T14:03:16.338Z] 12edbad5acfa: Pushed [2021-02-24T14:03:16.599Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:4f05fa5ed938d9c82df56df6ddfc02765281db8375798fd687ad36f6134dc191 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:16.903Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:17.200Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.103 [2021-02-24T14:03:17.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-24T14:03:17.201Z] 2f34d5e68546: Preparing [2021-02-24T14:03:17.201Z] 8e4a4b050e64: Preparing [2021-02-24T14:03:17.201Z] 12edbad5acfa: Preparing [2021-02-24T14:03:17.201Z] eda84ed1ebb6: Preparing [2021-02-24T14:03:17.201Z] 1299bae4a715: Preparing [2021-02-24T14:03:17.201Z] 3142a8f439a5: Preparing [2021-02-24T14:03:17.201Z] 0d92c9c4b177: Preparing [2021-02-24T14:03:17.201Z] 1fcda9fa9143: Preparing [2021-02-24T14:03:17.201Z] 777b2c648970: Preparing [2021-02-24T14:03:17.201Z] 0d92c9c4b177: Waiting [2021-02-24T14:03:17.201Z] 1fcda9fa9143: Waiting [2021-02-24T14:03:17.201Z] 777b2c648970: Waiting [2021-02-24T14:03:17.201Z] 3142a8f439a5: Waiting [2021-02-24T14:03:17.201Z] 2f34d5e68546: Layer already exists [2021-02-24T14:03:17.201Z] eda84ed1ebb6: Layer already exists [2021-02-24T14:03:17.201Z] 8e4a4b050e64: Layer already exists [2021-02-24T14:03:17.201Z] 1299bae4a715: Layer already exists [2021-02-24T14:03:17.201Z] 12edbad5acfa: Layer already exists [2021-02-24T14:03:17.201Z] 3142a8f439a5: Layer already exists [2021-02-24T14:03:17.201Z] 777b2c648970: Layer already exists [2021-02-24T14:03:17.201Z] 0d92c9c4b177: Layer already exists [2021-02-24T14:03:17.201Z] 1fcda9fa9143: Layer already exists [2021-02-24T14:03:17.201Z] 2.0.0-dev.103: digest: sha256:4f05fa5ed938d9c82df56df6ddfc02765281db8375798fd687ad36f6134dc191 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:17.514Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:17.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:17.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-24T14:03:17.819Z] 2f34d5e68546: Preparing [2021-02-24T14:03:17.819Z] 8e4a4b050e64: Preparing [2021-02-24T14:03:17.819Z] 12edbad5acfa: Preparing [2021-02-24T14:03:17.819Z] eda84ed1ebb6: Preparing [2021-02-24T14:03:17.819Z] 1299bae4a715: Preparing [2021-02-24T14:03:17.819Z] 3142a8f439a5: Preparing [2021-02-24T14:03:17.819Z] 0d92c9c4b177: Preparing [2021-02-24T14:03:17.819Z] 1fcda9fa9143: Preparing [2021-02-24T14:03:17.819Z] 777b2c648970: Preparing [2021-02-24T14:03:17.819Z] 3142a8f439a5: Waiting [2021-02-24T14:03:17.819Z] 0d92c9c4b177: Waiting [2021-02-24T14:03:17.819Z] 1fcda9fa9143: Waiting [2021-02-24T14:03:17.819Z] 777b2c648970: Waiting [2021-02-24T14:03:17.819Z] 12edbad5acfa: Layer already exists [2021-02-24T14:03:17.819Z] eda84ed1ebb6: Layer already exists [2021-02-24T14:03:17.819Z] 8e4a4b050e64: Layer already exists [2021-02-24T14:03:17.819Z] 2f34d5e68546: Layer already exists [2021-02-24T14:03:17.819Z] 1299bae4a715: Layer already exists [2021-02-24T14:03:17.819Z] 3142a8f439a5: Layer already exists [2021-02-24T14:03:17.819Z] 777b2c648970: Layer already exists [2021-02-24T14:03:17.819Z] 0d92c9c4b177: Layer already exists [2021-02-24T14:03:17.819Z] 1fcda9fa9143: Layer already exists [2021-02-24T14:03:17.819Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:4f05fa5ed938d9c82df56df6ddfc02765281db8375798fd687ad36f6134dc191 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:18.125Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:18.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-02-24T14:03:18.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-02-24T14:03:18.425Z] 2f34d5e68546: Preparing [2021-02-24T14:03:18.425Z] 8e4a4b050e64: Preparing [2021-02-24T14:03:18.425Z] 12edbad5acfa: Preparing [2021-02-24T14:03:18.425Z] eda84ed1ebb6: Preparing [2021-02-24T14:03:18.425Z] 1299bae4a715: Preparing [2021-02-24T14:03:18.425Z] 3142a8f439a5: Preparing [2021-02-24T14:03:18.425Z] 0d92c9c4b177: Preparing [2021-02-24T14:03:18.425Z] 1fcda9fa9143: Preparing [2021-02-24T14:03:18.425Z] 777b2c648970: Preparing [2021-02-24T14:03:18.425Z] 3142a8f439a5: Waiting [2021-02-24T14:03:18.425Z] 0d92c9c4b177: Waiting [2021-02-24T14:03:18.425Z] 1fcda9fa9143: Waiting [2021-02-24T14:03:18.425Z] 777b2c648970: Waiting [2021-02-24T14:03:18.425Z] 1299bae4a715: Layer already exists [2021-02-24T14:03:18.425Z] 8e4a4b050e64: Layer already exists [2021-02-24T14:03:18.425Z] 2f34d5e68546: Layer already exists [2021-02-24T14:03:18.425Z] 12edbad5acfa: Layer already exists [2021-02-24T14:03:18.425Z] eda84ed1ebb6: Layer already exists [2021-02-24T14:03:18.425Z] 3142a8f439a5: Layer already exists [2021-02-24T14:03:18.425Z] 0d92c9c4b177: Layer already exists [2021-02-24T14:03:18.425Z] 1fcda9fa9143: Layer already exists [2021-02-24T14:03:18.425Z] 777b2c648970: Layer already exists [2021-02-24T14:03:18.425Z] master: digest: sha256:4f05fa5ed938d9c82df56df6ddfc02765281db8375798fd687ad36f6134dc191 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:18.618Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:18.664Z] taggedImages: [2021-02-24T14:03:18.664Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:18.664Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.103 [2021-02-24T14:03:18.664Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:18.664Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-02-24T14:03:18.729Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-02-24T14:03:18.729Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:18.729Z] 2.0.0-dev.103 [2021-02-24T14:03:18.729Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:18.729Z] master [2021-02-24T14:03:18.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:19.210Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:19.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:19.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-24T14:03:19.521Z] 0467035d771c: Preparing [2021-02-24T14:03:19.521Z] 8ed4d3cdff29: Preparing [2021-02-24T14:03:19.521Z] 2347083db897: Preparing [2021-02-24T14:03:19.521Z] 6d55cdf48a92: Preparing [2021-02-24T14:03:19.521Z] 777b2c648970: Preparing [2021-02-24T14:03:19.521Z] 777b2c648970: Layer already exists [2021-02-24T14:03:19.521Z] 2347083db897: Layer already exists [2021-02-24T14:03:19.521Z] 0467035d771c: Pushed [2021-02-24T14:03:19.785Z] 6d55cdf48a92: Pushed [2021-02-24T14:03:20.734Z] 8ed4d3cdff29: Pushed [2021-02-24T14:03:20.734Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:37cb4b718e77f122d29c6c5ebeab762cc43fe7adfad0436c534603724224e90f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:21.040Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:21.399Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.103 [2021-02-24T14:03:21.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-24T14:03:21.399Z] 0467035d771c: Preparing [2021-02-24T14:03:21.399Z] 8ed4d3cdff29: Preparing [2021-02-24T14:03:21.399Z] 2347083db897: Preparing [2021-02-24T14:03:21.399Z] 6d55cdf48a92: Preparing [2021-02-24T14:03:21.399Z] 777b2c648970: Preparing [2021-02-24T14:03:21.399Z] 8ed4d3cdff29: Layer already exists [2021-02-24T14:03:21.399Z] 0467035d771c: Layer already exists [2021-02-24T14:03:21.399Z] 777b2c648970: Layer already exists [2021-02-24T14:03:21.399Z] 2347083db897: Layer already exists [2021-02-24T14:03:21.399Z] 6d55cdf48a92: Layer already exists [2021-02-24T14:03:21.399Z] 2.0.0-dev.103: digest: sha256:37cb4b718e77f122d29c6c5ebeab762cc43fe7adfad0436c534603724224e90f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:21.713Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:22.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:22.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-24T14:03:22.016Z] 0467035d771c: Preparing [2021-02-24T14:03:22.016Z] 8ed4d3cdff29: Preparing [2021-02-24T14:03:22.016Z] 2347083db897: Preparing [2021-02-24T14:03:22.016Z] 6d55cdf48a92: Preparing [2021-02-24T14:03:22.016Z] 777b2c648970: Preparing [2021-02-24T14:03:22.016Z] 6d55cdf48a92: Layer already exists [2021-02-24T14:03:22.016Z] 0467035d771c: Layer already exists [2021-02-24T14:03:22.016Z] 777b2c648970: Layer already exists [2021-02-24T14:03:22.016Z] 2347083db897: Layer already exists [2021-02-24T14:03:22.016Z] 8ed4d3cdff29: Layer already exists [2021-02-24T14:03:22.016Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:37cb4b718e77f122d29c6c5ebeab762cc43fe7adfad0436c534603724224e90f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:22.331Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:22.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-02-24T14:03:22.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-02-24T14:03:22.729Z] 0467035d771c: Preparing [2021-02-24T14:03:22.729Z] 8ed4d3cdff29: Preparing [2021-02-24T14:03:22.729Z] 2347083db897: Preparing [2021-02-24T14:03:22.729Z] 6d55cdf48a92: Preparing [2021-02-24T14:03:22.729Z] 777b2c648970: Preparing [2021-02-24T14:03:22.729Z] 777b2c648970: Layer already exists [2021-02-24T14:03:22.729Z] 6d55cdf48a92: Layer already exists [2021-02-24T14:03:22.729Z] 2347083db897: Layer already exists [2021-02-24T14:03:22.729Z] 8ed4d3cdff29: Layer already exists [2021-02-24T14:03:22.729Z] 0467035d771c: Layer already exists [2021-02-24T14:03:22.729Z] master: digest: sha256:37cb4b718e77f122d29c6c5ebeab762cc43fe7adfad0436c534603724224e90f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:22.995Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:23.052Z] taggedImages: [2021-02-24T14:03:23.052Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:23.052Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.103 [2021-02-24T14:03:23.052Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:23.052Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-02-24T14:03:23.138Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-02-24T14:03:23.138Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:23.138Z] 2.0.0-dev.103 [2021-02-24T14:03:23.138Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:23.138Z] master [2021-02-24T14:03:23.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:23.650Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:23.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:23.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-24T14:03:23.957Z] 841633e3ee54: Preparing [2021-02-24T14:03:23.957Z] 94faa6b20e6c: Preparing [2021-02-24T14:03:23.957Z] 2347083db897: Preparing [2021-02-24T14:03:23.957Z] 6bb95c895cea: Preparing [2021-02-24T14:03:23.957Z] 777b2c648970: Preparing [2021-02-24T14:03:23.957Z] 2347083db897: Layer already exists [2021-02-24T14:03:23.957Z] 777b2c648970: Layer already exists [2021-02-24T14:03:23.957Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:23.957Z] 841633e3ee54: Pushed [2021-02-24T14:03:24.906Z] 94faa6b20e6c: Pushed [2021-02-24T14:03:25.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-24T14:03:25.173Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:dd93a56b4b317dbf20fa907616d51685b399559d45cb94295c1df8edb2044dff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:25.484Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:25.788Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.103 [2021-02-24T14:03:25.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-24T14:03:25.788Z] 841633e3ee54: Preparing [2021-02-24T14:03:25.788Z] 94faa6b20e6c: Preparing [2021-02-24T14:03:25.788Z] 2347083db897: Preparing [2021-02-24T14:03:25.788Z] 6bb95c895cea: Preparing [2021-02-24T14:03:25.788Z] 777b2c648970: Preparing [2021-02-24T14:03:25.788Z] 94faa6b20e6c: Layer already exists [2021-02-24T14:03:25.788Z] 841633e3ee54: Layer already exists [2021-02-24T14:03:25.788Z] 777b2c648970: Layer already exists [2021-02-24T14:03:25.788Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:25.788Z] 2347083db897: Layer already exists [2021-02-24T14:03:25.788Z] 2.0.0-dev.103: digest: sha256:dd93a56b4b317dbf20fa907616d51685b399559d45cb94295c1df8edb2044dff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:26.105Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:26.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:26.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-24T14:03:26.405Z] 841633e3ee54: Preparing [2021-02-24T14:03:26.405Z] 94faa6b20e6c: Preparing [2021-02-24T14:03:26.405Z] 2347083db897: Preparing [2021-02-24T14:03:26.405Z] 6bb95c895cea: Preparing [2021-02-24T14:03:26.405Z] 777b2c648970: Preparing [2021-02-24T14:03:26.405Z] 2347083db897: Layer already exists [2021-02-24T14:03:26.405Z] 94faa6b20e6c: Layer already exists [2021-02-24T14:03:26.405Z] 841633e3ee54: Layer already exists [2021-02-24T14:03:26.405Z] 777b2c648970: Layer already exists [2021-02-24T14:03:26.405Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:26.405Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:dd93a56b4b317dbf20fa907616d51685b399559d45cb94295c1df8edb2044dff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:26.718Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:27.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-02-24T14:03:27.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-02-24T14:03:27.028Z] 841633e3ee54: Preparing [2021-02-24T14:03:27.028Z] 94faa6b20e6c: Preparing [2021-02-24T14:03:27.028Z] 2347083db897: Preparing [2021-02-24T14:03:27.028Z] 6bb95c895cea: Preparing [2021-02-24T14:03:27.028Z] 777b2c648970: Preparing [2021-02-24T14:03:27.028Z] 6bb95c895cea: Layer already exists [2021-02-24T14:03:27.028Z] 94faa6b20e6c: Layer already exists [2021-02-24T14:03:27.028Z] 777b2c648970: Layer already exists [2021-02-24T14:03:27.028Z] 2347083db897: Layer already exists [2021-02-24T14:03:27.028Z] 841633e3ee54: Layer already exists [2021-02-24T14:03:27.028Z] master: digest: sha256:dd93a56b4b317dbf20fa907616d51685b399559d45cb94295c1df8edb2044dff size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:27.223Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:27.310Z] taggedImages: [2021-02-24T14:03:27.310Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:27.310Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.103 [2021-02-24T14:03:27.310Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:27.310Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-02-24T14:03:27.402Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-02-24T14:03:27.402Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:27.402Z] 2.0.0-dev.103 [2021-02-24T14:03:27.402Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:27.402Z] master [2021-02-24T14:03:27.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:27.893Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:28.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:28.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-24T14:03:28.201Z] bb6b691cc8ff: Preparing [2021-02-24T14:03:28.201Z] 402632c5389e: Preparing [2021-02-24T14:03:28.201Z] 18cc028cd54a: Preparing [2021-02-24T14:03:28.201Z] 0949d4bf7490: Preparing [2021-02-24T14:03:28.201Z] d2be1fe76493: Preparing [2021-02-24T14:03:28.201Z] 462ff55a395c: Preparing [2021-02-24T14:03:28.201Z] 2d453aa121bf: Preparing [2021-02-24T14:03:28.201Z] 0754057c0ad3: Preparing [2021-02-24T14:03:28.201Z] 998cdf262ab1: Preparing [2021-02-24T14:03:28.201Z] 02e56110abd2: Preparing [2021-02-24T14:03:28.201Z] abc36efb885a: Preparing [2021-02-24T14:03:28.201Z] b0b09059f4e1: Preparing [2021-02-24T14:03:28.201Z] bb961f40224b: Preparing [2021-02-24T14:03:28.201Z] f4666769fca7: Preparing [2021-02-24T14:03:28.201Z] 462ff55a395c: Waiting [2021-02-24T14:03:28.201Z] b0b09059f4e1: Waiting [2021-02-24T14:03:28.201Z] abc36efb885a: Waiting [2021-02-24T14:03:28.201Z] bb961f40224b: Waiting [2021-02-24T14:03:28.201Z] 2d453aa121bf: Waiting [2021-02-24T14:03:28.201Z] f4666769fca7: Waiting [2021-02-24T14:03:28.201Z] 0754057c0ad3: Waiting [2021-02-24T14:03:28.201Z] 998cdf262ab1: Waiting [2021-02-24T14:03:28.201Z] 02e56110abd2: Waiting [2021-02-24T14:03:28.466Z] d2be1fe76493: Pushed [2021-02-24T14:03:28.466Z] bb6b691cc8ff: Pushed [2021-02-24T14:03:28.733Z] 0949d4bf7490: Pushed [2021-02-24T14:03:28.733Z] 0754057c0ad3: Layer already exists [2021-02-24T14:03:28.733Z] 998cdf262ab1: Layer already exists [2021-02-24T14:03:28.733Z] 02e56110abd2: Layer already exists [2021-02-24T14:03:28.997Z] 2d453aa121bf: Pushed [2021-02-24T14:03:28.998Z] abc36efb885a: Layer already exists [2021-02-24T14:03:28.998Z] b0b09059f4e1: Layer already exists [2021-02-24T14:03:28.998Z] bb961f40224b: Layer already exists [2021-02-24T14:03:28.998Z] f4666769fca7: Layer already exists [2021-02-24T14:03:28.998Z] 402632c5389e: Pushed [2021-02-24T14:03:29.576Z] 462ff55a395c: Pushed [2021-02-24T14:03:31.907Z] Removing intermediate container 2513bc537127 [2021-02-24T14:03:31.907Z] ---> 80019b263d3e [2021-02-24T14:03:31.907Z] [2021-02-24T14:03:31.907Z] Step 10/21 : FROM alpine:3.12 [2021-02-24T14:03:31.907Z] 3.12: Pulling from library/alpine [2021-02-24T14:03:31.907Z] Removing intermediate container e87f26e73f19 [2021-02-24T14:03:31.907Z] ---> 2d3b23bb3222 [2021-02-24T14:03:31.907Z] [2021-02-24T14:03:31.907Z] Step 10/30 : FROM alpine:3.12 [2021-02-24T14:03:31.907Z] 3.12: Pulling from library/alpine [2021-02-24T14:03:32.526Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T14:03:32.818Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-24T14:03:32.818Z] Status: Downloaded newer image for alpine:3.12 [2021-02-24T14:03:32.818Z] ---> afeebe901d6b [2021-02-24T14:03:32.818Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-24T14:03:32.818Z] Status: Image is up to date for alpine:3.12 [2021-02-24T14:03:32.818Z] ---> afeebe901d6b [2021-02-24T14:03:32.818Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-24T14:03:33.099Z] ---> Running in 58fb2f45cacf [2021-02-24T14:03:33.099Z] ---> Running in 58a5d200ebf6 [2021-02-24T14:03:34.296Z] Removing intermediate container 58fb2f45cacf [2021-02-24T14:03:34.296Z] ---> 9330eefc2c09 [2021-02-24T14:03:34.296Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-24T14:03:34.591Z] ---> Running in f42e22fc0752 [2021-02-24T14:03:35.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:35.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:36.192Z] 18cc028cd54a: Pushed [2021-02-24T14:03:36.192Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:61cd1adf17e553dbedc4b1f0d711c8f55a0cb02d40cb77c0509bf0196aa5cdf9 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:36.373Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-24T14:03:36.503Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:36.674Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:03:36.674Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-24T14:03:36.674Z] (4/4) Installing curl (7.69.1-r3) [2021-02-24T14:03:36.674Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:03:36.674Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:03:36.674Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:36.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.103 [2021-02-24T14:03:36.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-24T14:03:36.811Z] bb6b691cc8ff: Preparing [2021-02-24T14:03:36.811Z] 402632c5389e: Preparing [2021-02-24T14:03:36.811Z] 18cc028cd54a: Preparing [2021-02-24T14:03:36.811Z] 0949d4bf7490: Preparing [2021-02-24T14:03:36.811Z] d2be1fe76493: Preparing [2021-02-24T14:03:36.811Z] 462ff55a395c: Preparing [2021-02-24T14:03:36.811Z] 2d453aa121bf: Preparing [2021-02-24T14:03:36.811Z] 0754057c0ad3: Preparing [2021-02-24T14:03:36.811Z] 998cdf262ab1: Preparing [2021-02-24T14:03:36.811Z] 02e56110abd2: Preparing [2021-02-24T14:03:36.811Z] abc36efb885a: Preparing [2021-02-24T14:03:36.811Z] b0b09059f4e1: Preparing [2021-02-24T14:03:36.811Z] bb961f40224b: Preparing [2021-02-24T14:03:36.811Z] f4666769fca7: Preparing [2021-02-24T14:03:36.811Z] 998cdf262ab1: Waiting [2021-02-24T14:03:36.811Z] bb961f40224b: Waiting [2021-02-24T14:03:36.811Z] 02e56110abd2: Waiting [2021-02-24T14:03:36.811Z] abc36efb885a: Waiting [2021-02-24T14:03:36.811Z] b0b09059f4e1: Waiting [2021-02-24T14:03:36.811Z] f4666769fca7: Waiting [2021-02-24T14:03:36.811Z] 462ff55a395c: Waiting [2021-02-24T14:03:36.811Z] 2d453aa121bf: Waiting [2021-02-24T14:03:36.811Z] 0754057c0ad3: Waiting [2021-02-24T14:03:36.811Z] d2be1fe76493: Layer already exists [2021-02-24T14:03:36.811Z] bb6b691cc8ff: Layer already exists [2021-02-24T14:03:36.811Z] 18cc028cd54a: Layer already exists [2021-02-24T14:03:36.811Z] 0949d4bf7490: Layer already exists [2021-02-24T14:03:36.811Z] 402632c5389e: Layer already exists [2021-02-24T14:03:36.811Z] 462ff55a395c: Layer already exists [2021-02-24T14:03:36.811Z] 998cdf262ab1: Layer already exists [2021-02-24T14:03:36.811Z] 2d453aa121bf: Layer already exists [2021-02-24T14:03:36.811Z] 02e56110abd2: Layer already exists [2021-02-24T14:03:36.811Z] abc36efb885a: Layer already exists [2021-02-24T14:03:36.811Z] 0754057c0ad3: Layer already exists [2021-02-24T14:03:36.811Z] b0b09059f4e1: Layer already exists [2021-02-24T14:03:36.811Z] bb961f40224b: Layer already exists [2021-02-24T14:03:36.811Z] f4666769fca7: Layer already exists [2021-02-24T14:03:36.811Z] 2.0.0-dev.103: digest: sha256:61cd1adf17e553dbedc4b1f0d711c8f55a0cb02d40cb77c0509bf0196aa5cdf9 size: 3252 [2021-02-24T14:03:36.955Z] OK: 7 MiB in 18 packages [2021-02-24T14:03:36.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:37.381Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:37.569Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-24T14:03:37.569Z] (2/2) Installing su-exec (0.2-r1) [2021-02-24T14:03:37.569Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:03:37.569Z] OK: 5 MiB in 16 packages [2021-02-24T14:03:37.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:37.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-24T14:03:37.680Z] bb6b691cc8ff: Preparing [2021-02-24T14:03:37.680Z] 402632c5389e: Preparing [2021-02-24T14:03:37.680Z] 18cc028cd54a: Preparing [2021-02-24T14:03:37.680Z] 0949d4bf7490: Preparing [2021-02-24T14:03:37.680Z] d2be1fe76493: Preparing [2021-02-24T14:03:37.680Z] 462ff55a395c: Preparing [2021-02-24T14:03:37.680Z] 2d453aa121bf: Preparing [2021-02-24T14:03:37.680Z] 0754057c0ad3: Preparing [2021-02-24T14:03:37.680Z] 998cdf262ab1: Preparing [2021-02-24T14:03:37.680Z] 02e56110abd2: Preparing [2021-02-24T14:03:37.680Z] abc36efb885a: Preparing [2021-02-24T14:03:37.680Z] b0b09059f4e1: Preparing [2021-02-24T14:03:37.680Z] bb961f40224b: Preparing [2021-02-24T14:03:37.680Z] f4666769fca7: Preparing [2021-02-24T14:03:37.680Z] 2d453aa121bf: Waiting [2021-02-24T14:03:37.680Z] 0754057c0ad3: Waiting [2021-02-24T14:03:37.680Z] 998cdf262ab1: Waiting [2021-02-24T14:03:37.680Z] 02e56110abd2: Waiting [2021-02-24T14:03:37.680Z] abc36efb885a: Waiting [2021-02-24T14:03:37.680Z] bb961f40224b: Waiting [2021-02-24T14:03:37.680Z] f4666769fca7: Waiting [2021-02-24T14:03:37.680Z] 462ff55a395c: Waiting [2021-02-24T14:03:37.680Z] b0b09059f4e1: Waiting [2021-02-24T14:03:37.680Z] 402632c5389e: Layer already exists [2021-02-24T14:03:37.680Z] bb6b691cc8ff: Layer already exists [2021-02-24T14:03:37.680Z] 18cc028cd54a: Layer already exists [2021-02-24T14:03:37.680Z] d2be1fe76493: Layer already exists [2021-02-24T14:03:37.680Z] 0949d4bf7490: Layer already exists [2021-02-24T14:03:37.680Z] 2d453aa121bf: Layer already exists [2021-02-24T14:03:37.680Z] 462ff55a395c: Layer already exists [2021-02-24T14:03:37.680Z] 0754057c0ad3: Layer already exists [2021-02-24T14:03:37.680Z] 02e56110abd2: Layer already exists [2021-02-24T14:03:37.680Z] 998cdf262ab1: Layer already exists [2021-02-24T14:03:37.680Z] abc36efb885a: Layer already exists [2021-02-24T14:03:37.680Z] f4666769fca7: Layer already exists [2021-02-24T14:03:37.680Z] b0b09059f4e1: Layer already exists [2021-02-24T14:03:37.680Z] bb961f40224b: Layer already exists [2021-02-24T14:03:37.942Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:61cd1adf17e553dbedc4b1f0d711c8f55a0cb02d40cb77c0509bf0196aa5cdf9 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:38.252Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:03:38.554Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-02-24T14:03:38.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-02-24T14:03:38.554Z] bb6b691cc8ff: Preparing [2021-02-24T14:03:38.554Z] 402632c5389e: Preparing [2021-02-24T14:03:38.554Z] 18cc028cd54a: Preparing [2021-02-24T14:03:38.554Z] 0949d4bf7490: Preparing [2021-02-24T14:03:38.554Z] d2be1fe76493: Preparing [2021-02-24T14:03:38.554Z] 462ff55a395c: Preparing [2021-02-24T14:03:38.554Z] 2d453aa121bf: Preparing [2021-02-24T14:03:38.554Z] 0754057c0ad3: Preparing [2021-02-24T14:03:38.554Z] 998cdf262ab1: Preparing [2021-02-24T14:03:38.554Z] 02e56110abd2: Preparing [2021-02-24T14:03:38.554Z] abc36efb885a: Preparing [2021-02-24T14:03:38.554Z] b0b09059f4e1: Preparing [2021-02-24T14:03:38.554Z] bb961f40224b: Preparing [2021-02-24T14:03:38.554Z] f4666769fca7: Preparing [2021-02-24T14:03:38.554Z] 462ff55a395c: Waiting [2021-02-24T14:03:38.554Z] 998cdf262ab1: Waiting [2021-02-24T14:03:38.554Z] 02e56110abd2: Waiting [2021-02-24T14:03:38.554Z] abc36efb885a: Waiting [2021-02-24T14:03:38.554Z] b0b09059f4e1: Waiting [2021-02-24T14:03:38.554Z] bb961f40224b: Waiting [2021-02-24T14:03:38.554Z] f4666769fca7: Waiting [2021-02-24T14:03:38.554Z] 2d453aa121bf: Waiting [2021-02-24T14:03:38.554Z] 0754057c0ad3: Waiting [2021-02-24T14:03:38.554Z] 18cc028cd54a: Layer already exists [2021-02-24T14:03:38.554Z] bb6b691cc8ff: Layer already exists [2021-02-24T14:03:38.554Z] 402632c5389e: Layer already exists [2021-02-24T14:03:38.554Z] d2be1fe76493: Layer already exists [2021-02-24T14:03:38.554Z] 0949d4bf7490: Layer already exists [2021-02-24T14:03:38.554Z] 462ff55a395c: Layer already exists [2021-02-24T14:03:38.554Z] 998cdf262ab1: Layer already exists [2021-02-24T14:03:38.554Z] 2d453aa121bf: Layer already exists [2021-02-24T14:03:38.554Z] 02e56110abd2: Layer already exists [2021-02-24T14:03:38.554Z] 0754057c0ad3: Layer already exists [2021-02-24T14:03:38.554Z] abc36efb885a: Layer already exists [2021-02-24T14:03:38.554Z] f4666769fca7: Layer already exists [2021-02-24T14:03:38.554Z] b0b09059f4e1: Layer already exists [2021-02-24T14:03:38.554Z] bb961f40224b: Layer already exists [2021-02-24T14:03:38.816Z] master: digest: sha256:61cd1adf17e553dbedc4b1f0d711c8f55a0cb02d40cb77c0509bf0196aa5cdf9 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:03:39.012Z] ===================================================== [Pipeline] echo [2021-02-24T14:03:39.060Z] taggedImages: [2021-02-24T14:03:39.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:39.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.103 [2021-02-24T14:03:39.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:03:39.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-24T14:03:40.249Z] Removing intermediate container 58a5d200ebf6 [2021-02-24T14:03:40.249Z] ---> 73df70602691 [2021-02-24T14:03:40.249Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T14:03:40.249Z] Removing intermediate container f42e22fc0752 [2021-02-24T14:03:40.249Z] ---> 52fd091f72ca [2021-02-24T14:03:40.249Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-24T14:03:41.243Z] ---> Running in 009204c239e5 [2021-02-24T14:03:41.523Z] ---> Running in 143a7231aa7c [2021-02-24T14:03:41.799Z] Removing intermediate container 993fa2a8053f [2021-02-24T14:03:41.800Z] ---> 5ccf45efa0bf [2021-02-24T14:03:41.800Z] [2021-02-24T14:03:41.800Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T14:03:41.800Z] ---> afeebe901d6b [2021-02-24T14:03:41.800Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:03:41.800Z] Removing intermediate container 75ce0473e3ab [2021-02-24T14:03:41.800Z] ---> 54151415820d [2021-02-24T14:03:41.800Z] [2021-02-24T14:03:41.800Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:03:41.800Z] ---> afeebe901d6b [2021-02-24T14:03:41.800Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:03:42.081Z] Removing intermediate container 009204c239e5 [2021-02-24T14:03:42.081Z] ---> 422c0a26cc50 [2021-02-24T14:03:42.081Z] Step 13/21 : WORKDIR /edgex [2021-02-24T14:03:42.081Z] Removing intermediate container 486be15aa9b5 [2021-02-24T14:03:42.081Z] ---> 7627822ad0a8 [2021-02-24T14:03:42.081Z] [2021-02-24T14:03:42.081Z] Step 10/22 : FROM alpine:3.12 [2021-02-24T14:03:42.081Z] ---> afeebe901d6b [2021-02-24T14:03:42.081Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-24T14:03:42.355Z] ---> Running in ac627d8f098f [2021-02-24T14:03:42.355Z] ---> Running in 91b369808bb1 [2021-02-24T14:03:42.355Z] ---> Running in b67382d82a3b [2021-02-24T14:03:42.355Z] ---> Running in 66c8e79d143e [2021-02-24T14:03:42.355Z] Removing intermediate container 143a7231aa7c [2021-02-24T14:03:42.355Z] ---> 5d048d2f0b69 [2021-02-24T14:03:42.355Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-24T14:03:42.630Z] ---> Running in 4bce7937c994 [2021-02-24T14:03:42.947Z] Removing intermediate container b67382d82a3b [2021-02-24T14:03:42.947Z] ---> 521cbe38e68d [2021-02-24T14:03:42.947Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-24T14:03:43.221Z] Removing intermediate container 4bce7937c994 [2021-02-24T14:03:43.221Z] ---> 28d9b2892deb [2021-02-24T14:03:43.221Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-24T14:03:43.497Z] ---> Running in f60cecbd48de [2021-02-24T14:03:44.502Z] ---> 397757bb5fff [2021-02-24T14:03:44.502Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-24T14:03:44.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:44.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:44.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:03:45.403Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-24T14:03:45.403Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-24T14:03:45.403Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:03:45.403Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:03:45.403Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T14:03:45.403Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:03:45.403Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-24T14:03:45.403Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:03:45.403Z] OK: 5 MiB in 15 packages [2021-02-24T14:03:45.699Z] OK: 5 MiB in 15 packages [2021-02-24T14:03:45.699Z] OK: 6 MiB in 16 packages [2021-02-24T14:03:46.319Z] ---> f7e43663ac51 [2021-02-24T14:03:46.319Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-24T14:03:46.947Z] Removing intermediate container f60cecbd48de [2021-02-24T14:03:46.947Z] ---> 699011a7a68b [2021-02-24T14:03:46.947Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-24T14:03:47.224Z] ---> Running in 51503f7b8d5b [2021-02-24T14:03:47.504Z] Removing intermediate container 66c8e79d143e [2021-02-24T14:03:47.504Z] ---> 272e25fa58c8 [2021-02-24T14:03:47.504Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:03:47.504Z] Removing intermediate container 91b369808bb1 [2021-02-24T14:03:47.504Z] ---> d7ae6ef9c614 [2021-02-24T14:03:47.504Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:03:47.788Z] ---> Running in 4eed0e19601b [2021-02-24T14:03:47.788Z] ---> Running in ecf7b1ade177 [2021-02-24T14:03:48.074Z] Removing intermediate container 51503f7b8d5b [2021-02-24T14:03:48.074Z] ---> 8bb01100c714 [2021-02-24T14:03:48.074Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-24T14:03:48.074Z] ---> c4c0ffcbd670 [2021-02-24T14:03:48.074Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-24T14:03:48.074Z] Removing intermediate container ac627d8f098f [2021-02-24T14:03:48.074Z] ---> b973cf37bf80 [2021-02-24T14:03:48.074Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:03:48.350Z] ---> Running in f7f04d48baf4 [2021-02-24T14:03:48.350Z] Removing intermediate container 4eed0e19601b [2021-02-24T14:03:48.350Z] ---> bbbd828aaade [2021-02-24T14:03:48.350Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-24T14:03:48.350Z] ---> Running in 45999ea44735 [2021-02-24T14:03:48.625Z] ---> Running in 76f1f95f608c [2021-02-24T14:03:48.625Z] Removing intermediate container ecf7b1ade177 [2021-02-24T14:03:48.625Z] ---> 9e315977c203 [2021-02-24T14:03:48.625Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-24T14:03:48.911Z] ---> Running in 8401bc19c26b [2021-02-24T14:03:48.911Z] Removing intermediate container f7f04d48baf4 [2021-02-24T14:03:48.911Z] ---> 95cebfc15e0b [2021-02-24T14:03:48.911Z] Step 18/21 : CMD ["--init=true"] [2021-02-24T14:03:49.197Z] ---> 525bf22bab9e [2021-02-24T14:03:49.197Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-24T14:03:49.197Z] ---> Running in dd3041f18c7d [2021-02-24T14:03:49.197Z] Removing intermediate container 45999ea44735 [2021-02-24T14:03:49.197Z] ---> c8f7c1c0d913 [2021-02-24T14:03:49.197Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-24T14:03:49.197Z] ---> Running in 6530890d327b [2021-02-24T14:03:49.197Z] Removing intermediate container 76f1f95f608c [2021-02-24T14:03:49.197Z] ---> e6e0766cc9d6 [2021-02-24T14:03:49.197Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T14:03:49.483Z] ---> Running in 097055f943fb [2021-02-24T14:03:49.483Z] Removing intermediate container 8401bc19c26b [2021-02-24T14:03:49.483Z] ---> 1874ace8acf1 [2021-02-24T14:03:49.483Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T14:03:49.483Z] ---> Running in e02d38286817 [2021-02-24T14:03:49.761Z] Removing intermediate container dd3041f18c7d [2021-02-24T14:03:49.761Z] ---> 113a0c6c7ed6 [2021-02-24T14:03:49.761Z] Step 19/21 : LABEL arch=arm64 [2021-02-24T14:03:50.040Z] ---> Running in 53706f27be6f [2021-02-24T14:03:50.040Z] ---> Running in eb1b36890743 [2021-02-24T14:03:50.040Z] Removing intermediate container 097055f943fb [2021-02-24T14:03:50.040Z] ---> c738bf19729b [2021-02-24T14:03:50.040Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-24T14:03:50.321Z] ---> Running in eb5b41074a3e [2021-02-24T14:03:50.321Z] Removing intermediate container e02d38286817 [2021-02-24T14:03:50.321Z] ---> 199cac38d101 [2021-02-24T14:03:50.321Z] Step 15/23 : WORKDIR / [2021-02-24T14:03:50.602Z] ---> Running in 626a48483611 [2021-02-24T14:03:50.602Z] Removing intermediate container 53706f27be6f [2021-02-24T14:03:50.602Z] ---> c58f025cbae1 [2021-02-24T14:03:50.602Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:03:50.881Z] Removing intermediate container eb1b36890743 [2021-02-24T14:03:50.881Z] ---> cf1cea3f2c49 [2021-02-24T14:03:50.881Z] Step 20/21 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:51.163Z] Removing intermediate container eb5b41074a3e [2021-02-24T14:03:51.163Z] ---> 76a1ad289e4d [2021-02-24T14:03:51.163Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:03:51.163Z] ---> Running in c445bced27c3 [2021-02-24T14:03:51.452Z] Removing intermediate container 626a48483611 [2021-02-24T14:03:51.452Z] ---> e8552ec470aa [2021-02-24T14:03:51.452Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:03:52.072Z] ---> 0f725d9c9cef [2021-02-24T14:03:52.072Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-24T14:03:52.072Z] Removing intermediate container c445bced27c3 [2021-02-24T14:03:52.072Z] ---> 0265e63228e4 [2021-02-24T14:03:52.072Z] Step 21/21 : LABEL version=2.0.0-dev.103 [2021-02-24T14:03:52.372Z] ---> Running in a034d1f95e51 [2021-02-24T14:03:52.372Z] ---> 7b7c4b0e307e [2021-02-24T14:03:52.372Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-24T14:03:52.649Z] ---> 2bd452a35105 [2021-02-24T14:03:52.649Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-24T14:03:52.930Z] Removing intermediate container 6530890d327b [2021-02-24T14:03:52.930Z] ---> 2f0ea61c3876 [2021-02-24T14:03:52.930Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:03:53.215Z] Removing intermediate container a034d1f95e51 [2021-02-24T14:03:53.215Z] ---> 6be2f9a93bd9 [2021-02-24T14:03:53.215Z] [2021-02-24T14:03:53.836Z] Successfully built 6be2f9a93bd9 [2021-02-24T14:03:53.836Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-24T14:03:53.836Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-24T14:03:54.116Z] ---> c90fc50b40f0 [2021-02-24T14:03:54.116Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-24T14:03:54.402Z] ---> bd0788e90a57 [2021-02-24T14:03:54.402Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-24T14:03:54.402Z] ---> ad6a6cf95ab9 [2021-02-24T14:03:54.402Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-24T14:03:54.685Z] ---> 166f441a9a13 [2021-02-24T14:03:54.685Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-24T14:03:56.164Z] ---> 9180fa5348c3 [2021-02-24T14:03:56.164Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-24T14:03:57.157Z] ---> Running in 9ccae4dce399 [2021-02-24T14:03:57.157Z] ---> f897dcd3bc06 [2021-02-24T14:03:57.157Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-24T14:03:57.445Z] ---> 43d1c66f3fe0 [2021-02-24T14:03:57.445Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-24T14:03:57.445Z] ---> 3765e413db9c [2021-02-24T14:03:57.445Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-24T14:03:57.445Z] ---> Running in c32e6fe62b60 [2021-02-24T14:03:57.445Z] ---> Running in 35af67f65b82 [2021-02-24T14:03:58.053Z] Removing intermediate container 9ccae4dce399 [2021-02-24T14:03:58.053Z] ---> 6f13b1d0d26d [2021-02-24T14:03:58.053Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:03:58.333Z] ---> Running in 47e81e94786a [2021-02-24T14:03:58.333Z] Removing intermediate container 35af67f65b82 [2021-02-24T14:03:58.333Z] ---> dbc8c30c4b34 [2021-02-24T14:03:58.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:03:58.333Z] Removing intermediate container c32e6fe62b60 [2021-02-24T14:03:58.333Z] ---> 0627e424d6d4 [2021-02-24T14:03:58.333Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:03:58.607Z] ---> 01d686d015ce [2021-02-24T14:03:58.607Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-24T14:03:58.607Z] ---> Running in ec306288cb57 [2021-02-24T14:03:58.607Z] ---> Running in ed748aa993e3 [2021-02-24T14:03:58.883Z] Removing intermediate container 47e81e94786a [2021-02-24T14:03:58.883Z] ---> c385bd374abc [2021-02-24T14:03:58.883Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T14:03:59.163Z] ---> Running in 55817d85fe19 [2021-02-24T14:03:59.446Z] Removing intermediate container ec306288cb57 [2021-02-24T14:03:59.446Z] ---> edce6fe7a87b [2021-02-24T14:03:59.446Z] Step 20/22 : LABEL arch=arm64 [2021-02-24T14:03:59.446Z] Removing intermediate container ed748aa993e3 [2021-02-24T14:03:59.446Z] ---> 57c16070aa17 [2021-02-24T14:03:59.446Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T14:03:59.446Z] ---> Running in 24e198d55098 [2021-02-24T14:03:59.446Z] ---> Running in 5416f9bf89b6 [2021-02-24T14:03:59.722Z] ---> d480cb505f40 [2021-02-24T14:03:59.722Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-24T14:03:59.722Z] Removing intermediate container 55817d85fe19 [2021-02-24T14:03:59.722Z] ---> 6aa3d705d122 [2021-02-24T14:03:59.722Z] Step 21/22 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:03:59.999Z] ---> Running in 12e21964ea68 [2021-02-24T14:03:59.999Z] ---> Running in 2c3cbf524e41 [2021-02-24T14:04:00.607Z] Removing intermediate container 5416f9bf89b6 [2021-02-24T14:04:00.607Z] ---> f364b701e50a [2021-02-24T14:04:00.607Z] Removing intermediate container 24e198d55098 [2021-02-24T14:04:00.607Z] ---> 2734395efb6c [2021-02-24T14:04:00.607Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:04:00.607Z] Step 21/22 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:04:01.284Z] ---> Running in 8b3c151241ed [2021-02-24T14:04:01.284Z] ---> Running in 7ce9af897355 [2021-02-24T14:04:01.284Z] Removing intermediate container 12e21964ea68 [2021-02-24T14:04:01.284Z] ---> 2337dc1d95f9 [2021-02-24T14:04:01.284Z] Step 22/22 : LABEL version=2.0.0-dev.103 [2021-02-24T14:04:01.586Z] Removing intermediate container 2c3cbf524e41 [2021-02-24T14:04:01.586Z] ---> 0c295d3f2e39 [2021-02-24T14:04:01.586Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-24T14:04:01.869Z] ---> Running in 7ef3ec8aadc2 [2021-02-24T14:04:02.164Z] Removing intermediate container 8b3c151241ed [2021-02-24T14:04:02.164Z] ---> db8698f4801f [2021-02-24T14:04:02.164Z] Step 22/22 : LABEL version=2.0.0-dev.103 [2021-02-24T14:04:02.164Z] Removing intermediate container 7ce9af897355 [2021-02-24T14:04:02.164Z] ---> 299b24c1f156 [2021-02-24T14:04:02.164Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:04:02.767Z] ---> Running in 4eb502be8688 [2021-02-24T14:04:02.767Z] ---> Running in bc141a85ef64 [2021-02-24T14:04:03.044Z] ---> d524a9ce4b0a [2021-02-24T14:04:03.044Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-24T14:04:03.044Z] Removing intermediate container 7ef3ec8aadc2 [2021-02-24T14:04:03.044Z] ---> 8d813f0c1e87 [2021-02-24T14:04:03.044Z] [2021-02-24T14:04:03.656Z] Successfully built 8d813f0c1e87 [2021-02-24T14:04:03.933Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-24T14:04:03.933Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-24T14:04:03.933Z] ---> Running in b7a5026c4da0 [2021-02-24T14:04:03.933Z] Removing intermediate container bc141a85ef64 [2021-02-24T14:04:03.933Z] ---> 58dd975f8d28 [2021-02-24T14:04:03.933Z] [2021-02-24T14:04:03.933Z] Removing intermediate container 4eb502be8688 [2021-02-24T14:04:03.933Z] ---> 9f052f599997 [2021-02-24T14:04:03.933Z] [2021-02-24T14:04:04.543Z] Successfully built 58dd975f8d28 [2021-02-24T14:04:04.543Z] Successfully built 9f052f599997 [2021-02-24T14:04:04.543Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-24T14:04:04.543Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-24T14:04:04.543Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-24T14:04:04.543Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-02-24T14:04:05.538Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:04:05.538Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:04:05.538Z] ---> aeb660e7782b [2021-02-24T14:04:05.538Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T14:04:05.538Z] ---> Using cache [2021-02-24T14:04:05.538Z] ---> 9b5a63f70698 [2021-02-24T14:04:05.538Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:04:05.538Z] ---> Using cache [2021-02-24T14:04:05.538Z] ---> 67991cdbb31a [2021-02-24T14:04:05.538Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-24T14:04:05.816Z] ---> Running in 59f1716606de [2021-02-24T14:04:06.817Z] Removing intermediate container b7a5026c4da0 [2021-02-24T14:04:06.817Z] ---> 98cc596a599a [2021-02-24T14:04:06.817Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-24T14:04:07.099Z] ---> Running in b0915e413f96 [2021-02-24T14:04:07.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:04:08.370Z] Removing intermediate container b0915e413f96 [2021-02-24T14:04:08.370Z] ---> 42e7d8cb35e9 [2021-02-24T14:04:08.370Z] Step 27/30 : CMD ["gate"] [2021-02-24T14:04:08.370Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:04:09.367Z] OK: 217 MiB in 51 packages [2021-02-24T14:04:09.974Z] ---> Running in 1cd41e044160 [2021-02-24T14:04:11.980Z] Removing intermediate container 1cd41e044160 [2021-02-24T14:04:11.980Z] ---> f992ea692bdf [2021-02-24T14:04:11.980Z] Step 28/30 : LABEL arch=arm64 [2021-02-24T14:04:12.266Z] Removing intermediate container 59f1716606de [2021-02-24T14:04:12.266Z] ---> d0a773fbb77d [2021-02-24T14:04:12.266Z] Step 6/23 : COPY go.mod . [2021-02-24T14:04:12.866Z] ---> Running in 316902f29305 [2021-02-24T14:04:12.866Z] ---> cdf43176ec22 [2021-02-24T14:04:12.866Z] Step 7/23 : RUN go mod download [2021-02-24T14:04:13.142Z] ---> Running in efdbcab189b7 [2021-02-24T14:04:13.142Z] Removing intermediate container 316902f29305 [2021-02-24T14:04:13.142Z] ---> 195c267a1aba [2021-02-24T14:04:13.142Z] Step 29/30 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:04:13.744Z] ---> Running in 79eebbf1fe63 [2021-02-24T14:04:14.025Z] Removing intermediate container 79eebbf1fe63 [2021-02-24T14:04:14.025Z] ---> ddf9700a5fa0 [2021-02-24T14:04:14.025Z] Step 30/30 : LABEL version=2.0.0-dev.103 [2021-02-24T14:04:14.306Z] ---> Running in 687bb8f8b7cb [2021-02-24T14:04:14.907Z] Removing intermediate container 687bb8f8b7cb [2021-02-24T14:04:14.907Z] ---> 03c4235e8b3f [2021-02-24T14:04:14.907Z] [2021-02-24T14:04:15.187Z] Successfully built 03c4235e8b3f [2021-02-24T14:04:15.187Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-24T14:04:16.070Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container efdbcab189b7 [2021-02-24T14:04:16.070Z] ---> 2c91e400521e [2021-02-24T14:04:16.070Z] Step 8/23 : COPY . . [2021-02-24T14:04:28.537Z] ---> 04d3dbc1ce83 [2021-02-24T14:04:28.537Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-24T14:04:28.537Z] ---> Running in 00c7b9f89775 [2021-02-24T14:04:29.992Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-data/core-data ./cmd/core-data [2021-02-24T14:04:30.999Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:04:30.999Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:04:30.999Z] ---> aeb660e7782b [2021-02-24T14:04:30.999Z] Step 3/24 : WORKDIR /edgex-go [2021-02-24T14:04:30.999Z] ---> Using cache [2021-02-24T14:04:30.999Z] ---> 9b5a63f70698 [2021-02-24T14:04:30.999Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:04:30.999Z] ---> Using cache [2021-02-24T14:04:30.999Z] ---> 67991cdbb31a [2021-02-24T14:04:30.999Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-24T14:04:30.999Z] ---> Using cache [2021-02-24T14:04:30.999Z] ---> 8629f8b7d958 [2021-02-24T14:04:30.999Z] Step 6/24 : COPY go.mod . [2021-02-24T14:04:30.999Z] ---> Using cache [2021-02-24T14:04:30.999Z] ---> b2deaade6686 [2021-02-24T14:04:30.999Z] Step 7/24 : RUN go mod download [2021-02-24T14:04:30.999Z] ---> Using cache [2021-02-24T14:04:30.999Z] ---> 83cface8bf36 [2021-02-24T14:04:30.999Z] Step 8/24 : COPY . . [2021-02-24T14:04:31.275Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:04:31.275Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:04:31.275Z] ---> aeb660e7782b [2021-02-24T14:04:31.275Z] Step 3/23 : WORKDIR /edgex-go [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 9b5a63f70698 [2021-02-24T14:04:31.275Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 67991cdbb31a [2021-02-24T14:04:31.275Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 8629f8b7d958 [2021-02-24T14:04:31.275Z] Step 6/23 : COPY go.mod . [2021-02-24T14:04:31.275Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-24T14:04:31.275Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-24T14:04:31.275Z] ---> aeb660e7782b [2021-02-24T14:04:31.275Z] Step 3/26 : WORKDIR /edgex-go [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 9b5a63f70698 [2021-02-24T14:04:31.275Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 67991cdbb31a [2021-02-24T14:04:31.275Z] Step 5/26 : RUN apk add --update --no-cache make bash git ---> b2deaade6686 [2021-02-24T14:04:31.275Z] Step 7/23 : RUN go mod download [2021-02-24T14:04:31.275Z] [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> 83cface8bf36 [2021-02-24T14:04:31.275Z] Step 8/23 : COPY . . [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> f2da8ef9e77d [2021-02-24T14:04:31.275Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-24T14:04:31.275Z] ---> Using cache [2021-02-24T14:04:31.275Z] ---> f2da8ef9e77d [2021-02-24T14:04:31.275Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-24T14:04:32.281Z] ---> Running in c4462a51bd7e [2021-02-24T14:04:32.281Z] ---> Running in 1b0545232f50 [2021-02-24T14:04:32.281Z] ---> Running in 5d563646f29a [2021-02-24T14:04:34.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:04:34.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-24T14:04:34.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-24T14:04:34.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:04:35.882Z] OK: 217 MiB in 51 packages [2021-02-24T14:04:37.890Z] Removing intermediate container c4462a51bd7e [2021-02-24T14:04:37.891Z] ---> b9a013c89270 [2021-02-24T14:04:37.891Z] Step 6/26 : COPY go.mod . [2021-02-24T14:04:38.892Z] ---> f22639b2443e [2021-02-24T14:04:38.892Z] Step 7/26 : RUN go mod download [2021-02-24T14:04:38.892Z] ---> Running in 7c9bc0370a38 [2021-02-24T14:04:43.411Z] Removing intermediate container 7c9bc0370a38 [2021-02-24T14:04:43.411Z] ---> d864d9273ef6 [2021-02-24T14:04:43.411Z] Step 8/26 : COPY . . [2021-02-24T14:04:57.077Z] ---> 5a1bf75929ff [2021-02-24T14:04:57.077Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-24T14:04:57.077Z] ---> Running in 9fb88d607b08 [2021-02-24T14:04:57.686Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-24T14:05:44.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-24T14:05:59.818Z] Removing intermediate container 1b0545232f50 [2021-02-24T14:05:59.818Z] ---> 54748f2aac9f [2021-02-24T14:05:59.818Z] [2021-02-24T14:05:59.818Z] Step 10/24 : FROM alpine:3.12 [2021-02-24T14:05:59.818Z] ---> afeebe901d6b [2021-02-24T14:05:59.818Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-24T14:05:59.818Z] ---> Running in d466c2f21cff [2021-02-24T14:05:59.818Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:00.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:00.693Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-24T14:06:00.969Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:06:00.969Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-24T14:06:00.969Z] (4/5) Installing curl (7.69.1-r3) [2021-02-24T14:06:00.969Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-24T14:06:00.969Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:06:00.969Z] Executing ca-certificates-20191127-r4.trigger [2021-02-24T14:06:01.244Z] OK: 7 MiB in 19 packages [2021-02-24T14:06:03.889Z] Removing intermediate container d466c2f21cff [2021-02-24T14:06:03.889Z] ---> fa97abb9029c [2021-02-24T14:06:03.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-24T14:06:03.889Z] ---> Running in 11e3d3705fde [2021-02-24T14:06:04.494Z] Removing intermediate container 11e3d3705fde [2021-02-24T14:06:04.494Z] ---> a0e920716c1b [2021-02-24T14:06:04.494Z] Step 13/24 : WORKDIR / [2021-02-24T14:06:04.786Z] ---> Running in 321793c9a28e [2021-02-24T14:06:05.405Z] Removing intermediate container 321793c9a28e [2021-02-24T14:06:05.405Z] ---> 9e1cf02c6665 [2021-02-24T14:06:05.405Z] 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-02-24T14:06:06.877Z] ---> e5d6571d018c [2021-02-24T14:06:06.877Z] 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-02-24T14:06:07.879Z] ---> 9eaab7550270 [2021-02-24T14:06:07.879Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-24T14:06:08.877Z] ---> fb69ecda4458 [2021-02-24T14:06:08.877Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-24T14:06:10.902Z] ---> ada2a724c44a [2021-02-24T14:06:10.902Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-24T14:06:12.558Z] ---> 41bbdab1aeb7 [2021-02-24T14:06:12.558Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-24T14:06:13.561Z] ---> b2de923778d6 [2021-02-24T14:06:13.561Z] 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-02-24T14:06:13.837Z] ---> Running in 490069c62ca4 [2021-02-24T14:06:17.269Z] Removing intermediate container 490069c62ca4 [2021-02-24T14:06:17.269Z] ---> c95e278cef3b [2021-02-24T14:06:17.269Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-24T14:06:17.269Z] ---> Running in 28378e819c29 [2021-02-24T14:06:18.728Z] Removing intermediate container 9fb88d607b08 [2021-02-24T14:06:18.728Z] ---> b467c3467435 [2021-02-24T14:06:18.728Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-24T14:06:18.728Z] Removing intermediate container 28378e819c29 [2021-02-24T14:06:18.728Z] ---> 2d42efeed368 [2021-02-24T14:06:18.728Z] Step 22/24 : LABEL arch=arm64 [2021-02-24T14:06:19.007Z] ---> Running in c84ec8aba4e3 [2021-02-24T14:06:19.007Z] ---> Running in e4d431feba20 [2021-02-24T14:06:20.452Z] Removing intermediate container e4d431feba20 [2021-02-24T14:06:20.452Z] ---> 821fa197abe9 [2021-02-24T14:06:20.452Z] Step 23/24 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:06:20.452Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.103" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-24T14:06:20.452Z] ---> Running in 7873aa7a9367 [2021-02-24T14:06:20.724Z] Removing intermediate container 5d563646f29a [2021-02-24T14:06:20.724Z] ---> d0682ec7f42b [2021-02-24T14:06:20.724Z] [2021-02-24T14:06:20.724Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:06:20.724Z] ---> afeebe901d6b [2021-02-24T14:06:20.724Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-24T14:06:20.724Z] ---> Using cache [2021-02-24T14:06:20.724Z] ---> d7ae6ef9c614 [2021-02-24T14:06:20.724Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-24T14:06:20.724Z] ---> Using cache [2021-02-24T14:06:20.724Z] ---> 9e315977c203 [2021-02-24T14:06:20.724Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-24T14:06:20.724Z] Removing intermediate container 00c7b9f89775 [2021-02-24T14:06:20.724Z] ---> 708543730297 [2021-02-24T14:06:20.724Z] [2021-02-24T14:06:20.724Z] Step 10/23 : FROM alpine:3.12 [2021-02-24T14:06:20.724Z] ---> afeebe901d6b [2021-02-24T14:06:20.724Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-24T14:06:21.003Z] ---> Running in 0d9ad901221a [2021-02-24T14:06:21.003Z] ---> Running in c8bf32911d0f [2021-02-24T14:06:21.278Z] Removing intermediate container 7873aa7a9367 [2021-02-24T14:06:21.278Z] ---> 962a3e811909 [2021-02-24T14:06:21.278Z] Step 24/24 : LABEL version=2.0.0-dev.103 [2021-02-24T14:06:21.554Z] ---> Running in f10f6d49b88a [2021-02-24T14:06:21.554Z] Removing intermediate container 0d9ad901221a [2021-02-24T14:06:21.554Z] Removing intermediate container c8bf32911d0f [2021-02-24T14:06:21.554Z] ---> 2a33964942ad [2021-02-24T14:06:21.554Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-24T14:06:21.554Z] ---> d295021eacd7 [2021-02-24T14:06:21.554Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-24T14:06:21.837Z] ---> Running in df430e46c118 [2021-02-24T14:06:21.837Z] ---> Running in 324c58282a49 [2021-02-24T14:06:22.118Z] Removing intermediate container f10f6d49b88a [2021-02-24T14:06:22.118Z] ---> 5710295bb785 [2021-02-24T14:06:22.118Z] [2021-02-24T14:06:22.396Z] Successfully built 5710295bb785 [2021-02-24T14:06:22.396Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-24T14:06:22.668Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 324c58282a49 [2021-02-24T14:06:22.668Z] ---> 3833bb28e592 [2021-02-24T14:06:22.668Z] Step 15/23 : WORKDIR / [2021-02-24T14:06:22.668Z] Removing intermediate container df430e46c118 [2021-02-24T14:06:22.668Z] ---> 19d18a9711f5 [2021-02-24T14:06:22.668Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-24T14:06:22.942Z] ---> Running in cb25e79477d6 [2021-02-24T14:06:22.942Z] ---> Running in 00969fca7fc7 [2021-02-24T14:06:23.542Z] Removing intermediate container 00969fca7fc7 [2021-02-24T14:06:23.542Z] ---> c39c13dfd3a1 [2021-02-24T14:06:23.542Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-24T14:06:23.542Z] Removing intermediate container cb25e79477d6 [2021-02-24T14:06:23.542Z] ---> 34662c4328d9 [2021-02-24T14:06:23.542Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:06:23.815Z] Removing intermediate container c84ec8aba4e3 [2021-02-24T14:06:23.815Z] ---> 09d208c62b1d [2021-02-24T14:06:23.815Z] [2021-02-24T14:06:23.815Z] Step 11/26 : FROM docker:20.10.0 [2021-02-24T14:06:23.815Z] ---> Running in c59a4d6a87a6 [2021-02-24T14:06:23.815Z] 20.10.0: Pulling from library/docker [2021-02-24T14:06:24.794Z] ---> 40d27149b1fe [2021-02-24T14:06:24.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-24T14:06:26.779Z] ---> d0dce757997f [2021-02-24T14:06:26.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-24T14:06:26.779Z] Removing intermediate container c59a4d6a87a6 [2021-02-24T14:06:26.779Z] ---> 0424f354e5a5 [2021-02-24T14:06:26.779Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-24T14:06:27.056Z] ---> Running in ede914bb60cb [2021-02-24T14:06:28.037Z] ---> bb90fa377e14 [2021-02-24T14:06:28.037Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-24T14:06:28.037Z] ---> Running in b824546bd0dd [2021-02-24T14:06:28.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:28.905Z] Removing intermediate container b824546bd0dd [2021-02-24T14:06:28.905Z] ---> b0c77d1d166a [2021-02-24T14:06:28.905Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:06:28.905Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:29.177Z] ---> Running in 0bda32d463ab [2021-02-24T14:06:29.778Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-24T14:06:29.778Z] Removing intermediate container 0bda32d463ab [2021-02-24T14:06:29.778Z] ---> 8a762245ab05 [2021-02-24T14:06:29.778Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T14:06:29.778Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-24T14:06:30.052Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-24T14:06:30.052Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-24T14:06:30.328Z] ---> Running in 8a5472ed8998 [2021-02-24T14:06:30.328Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-24T14:06:30.604Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-24T14:06:30.604Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:06:30.604Z] OK: 8 MiB in 20 packages [2021-02-24T14:06:30.882Z] Removing intermediate container 8a5472ed8998 [2021-02-24T14:06:30.882Z] ---> 6076e7a9e677 [2021-02-24T14:06:30.882Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:06:31.481Z] ---> Running in 8f4b71be5ea1 [2021-02-24T14:06:31.757Z] Removing intermediate container 8f4b71be5ea1 [2021-02-24T14:06:31.757Z] ---> 0893a2a5a402 [2021-02-24T14:06:31.757Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:06:32.352Z] ---> Running in 2b1f63577f08 [2021-02-24T14:06:32.352Z] Removing intermediate container ede914bb60cb [2021-02-24T14:06:32.352Z] ---> 5bd4c4384fdd [2021-02-24T14:06:32.352Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-24T14:06:32.979Z] Removing intermediate container 2b1f63577f08 [2021-02-24T14:06:32.979Z] ---> 78d8bfd2884a [2021-02-24T14:06:32.979Z] [2021-02-24T14:06:33.250Z] Successfully built 78d8bfd2884a [2021-02-24T14:06:33.250Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-24T14:06:33.250Z]  Building docker-core-metadata-go ... done  ---> d05b834b61fe [2021-02-24T14:06:33.250Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-24T14:06:34.231Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-24T14:06:34.231Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-24T14:06:34.231Z] ---> eeaf43b92773 [2021-02-24T14:06:34.231Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-24T14:06:34.231Z] ---> Running in 10f021210234 [2021-02-24T14:06:34.506Z] ---> fa3c1ca7b02f [2021-02-24T14:06:34.506Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-24T14:06:35.494Z] ---> a1c87b1db946 [2021-02-24T14:06:35.494Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-24T14:06:35.494Z] ---> Running in 894559058a28 [2021-02-24T14:06:35.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:35.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:36.042Z] Removing intermediate container 894559058a28 [2021-02-24T14:06:36.042Z] ---> 7350ac02bbf7 [2021-02-24T14:06:36.042Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:06:36.042Z] ---> Running in 2259e9f5a006 [2021-02-24T14:06:36.641Z] (1/2) Installing readline (8.0.4-r0) [2021-02-24T14:06:36.641Z] (2/2) Installing bash (5.0.17-r0) [2021-02-24T14:06:36.641Z] Executing bash-5.0.17-r0.post-install [2021-02-24T14:06:36.641Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:06:36.641Z] OK: 12 MiB in 22 packages [2021-02-24T14:06:36.641Z] Removing intermediate container 2259e9f5a006 [2021-02-24T14:06:36.641Z] ---> 46fc96b36260 [2021-02-24T14:06:36.641Z] Step 21/23 : LABEL arch=arm64 [2021-02-24T14:06:36.915Z] ---> Running in 87babf5ae778 [2021-02-24T14:06:37.512Z] Removing intermediate container 87babf5ae778 [2021-02-24T14:06:37.512Z] ---> 6028139b8d32 [2021-02-24T14:06:37.512Z] Step 22/23 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:06:37.512Z] ---> Running in 5c6881bcccc4 [2021-02-24T14:06:37.786Z] Removing intermediate container 10f021210234 [2021-02-24T14:06:37.786Z] ---> 5422f830d696 [2021-02-24T14:06:37.786Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-24T14:06:37.786Z] ---> Running in 5cb4f649bbbf [2021-02-24T14:06:38.057Z] Removing intermediate container 5c6881bcccc4 [2021-02-24T14:06:38.057Z] ---> cca7a618d6d4 [2021-02-24T14:06:38.057Z] Step 23/23 : LABEL version=2.0.0-dev.103 [2021-02-24T14:06:38.327Z] ---> Running in 27f43cbebada [2021-02-24T14:06:38.327Z] Removing intermediate container 5cb4f649bbbf [2021-02-24T14:06:38.327Z] ---> 766a688f737e [2021-02-24T14:06:38.327Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-24T14:06:38.598Z] ---> Running in 639a81e0a584 [2021-02-24T14:06:38.598Z] Removing intermediate container 27f43cbebada [2021-02-24T14:06:38.598Z] ---> 255fc6938660 [2021-02-24T14:06:38.598Z] [2021-02-24T14:06:38.867Z] Successfully built 255fc6938660 [2021-02-24T14:06:39.139Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-24T14:06:39.139Z]  Building docker-core-data-go ... done Removing intermediate container 639a81e0a584 [2021-02-24T14:06:39.139Z] ---> 98898f37ffb0 [2021-02-24T14:06:39.139Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-24T14:06:39.139Z] ---> Running in 4e9d0f59d17c [2021-02-24T14:06:39.732Z] Removing intermediate container 4e9d0f59d17c [2021-02-24T14:06:39.732Z] ---> 8f78598a88bc [2021-02-24T14:06:39.732Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-24T14:06:40.764Z] ---> 3be879cfd61b [2021-02-24T14:06:40.764Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-24T14:06:41.744Z] ---> 720531019260 [2021-02-24T14:06:41.744Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-24T14:06:42.339Z] ---> fc7f3b5310f0 [2021-02-24T14:06:42.339Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-24T14:06:42.611Z] ---> Running in 587c8039e5b2 [2021-02-24T14:06:43.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:43.858Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:06:44.132Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-24T14:06:44.132Z] (2/33) Installing expat (2.2.9-r1) [2021-02-24T14:06:44.132Z] (3/33) Installing libffi (3.3-r2) [2021-02-24T14:06:44.132Z] (4/33) Installing gdbm (1.13-r1) [2021-02-24T14:06:44.132Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-24T14:06:44.132Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-24T14:06:44.132Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-24T14:06:46.095Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-24T14:06:46.095Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-24T14:06:46.095Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-24T14:06:46.095Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-24T14:06:46.095Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-24T14:06:46.095Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-24T14:06:46.095Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-24T14:06:46.095Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-24T14:06:46.095Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-24T14:06:46.095Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-24T14:06:46.095Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-24T14:06:46.095Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-24T14:06:46.095Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-24T14:06:46.095Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-24T14:06:46.095Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-24T14:06:46.095Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-24T14:06:46.363Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-24T14:06:46.363Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-24T14:06:46.363Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-24T14:06:46.363Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-24T14:06:46.363Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-24T14:06:46.363Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-24T14:06:46.363Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-24T14:06:46.363Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-24T14:06:46.363Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-24T14:06:46.363Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-24T14:06:46.634Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:06:46.634Z] OK: 71 MiB in 55 packages [2021-02-24T14:06:53.327Z] Removing intermediate container 587c8039e5b2 [2021-02-24T14:06:53.327Z] ---> 4510ef3e13a3 [2021-02-24T14:06:53.327Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-24T14:06:53.327Z] ---> Running in df6de648c3cf [2021-02-24T14:06:57.601Z] Collecting docker-compose==1.23.2 [2021-02-24T14:06:57.601Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-24T14:06:58.190Z] Collecting docker<4.0,>=3.6.0 [2021-02-24T14:06:58.190Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-24T14:06:58.778Z] Collecting cached-property<2,>=1.2.0 [2021-02-24T14:06:58.778Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-24T14:06:59.365Z] Collecting jsonschema<3,>=2.5.1 [2021-02-24T14:06:59.365Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-24T14:06:59.952Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-24T14:06:59.952Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-24T14:07:00.225Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-24T14:07:00.225Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-24T14:07:02.189Z] Collecting texttable<0.10,>=0.9.0 [2021-02-24T14:07:02.189Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-24T14:07:03.610Z] Collecting docopt<0.7,>=0.6.1 [2021-02-24T14:07:03.610Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-24T14:07:05.571Z] 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-02-24T14:07:06.160Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-24T14:07:06.160Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-24T14:07:07.126Z] Collecting PyYAML<4,>=3.10 [2021-02-24T14:07:07.126Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-24T14:07:10.491Z] Collecting docker-pycreds>=0.4.0 [2021-02-24T14:07:10.491Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-24T14:07:10.491Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-24T14:07:10.491Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-24T14:07:10.762Z] 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-02-24T14:07:10.762Z] Collecting idna<2.8,>=2.5 [2021-02-24T14:07:10.762Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-24T14:07:11.031Z] 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-02-24T14:07:11.031Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-24T14:07:11.031Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-24T14:07:11.031Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-24T14:07:11.031Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-24T14:07:11.620Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, jsonschema, dockerpty, texttable, docopt, PyYAML, docker-compose [2021-02-24T14:07:12.212Z] Attempting uninstall: urllib3 [2021-02-24T14:07:12.212Z] Found existing installation: urllib3 1.25.9 [2021-02-24T14:07:12.212Z] Uninstalling urllib3-1.25.9: [2021-02-24T14:07:12.212Z] Successfully uninstalled urllib3-1.25.9 [2021-02-24T14:07:12.800Z] Attempting uninstall: idna [2021-02-24T14:07:12.800Z] Found existing installation: idna 2.9 [2021-02-24T14:07:12.800Z] Uninstalling idna-2.9: [2021-02-24T14:07:12.800Z] Successfully uninstalled idna-2.9 [2021-02-24T14:07:13.387Z] Attempting uninstall: requests [2021-02-24T14:07:13.387Z] Found existing installation: requests 2.23.0 [2021-02-24T14:07:13.387Z] Uninstalling requests-2.23.0: [2021-02-24T14:07:13.656Z] Successfully uninstalled requests-2.23.0 [2021-02-24T14:07:15.099Z] Running setup.py install for dockerpty: started [2021-02-24T14:07:17.055Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-24T14:07:17.055Z] Running setup.py install for texttable: started [2021-02-24T14:07:18.475Z] Running setup.py install for texttable: finished with status 'done' [2021-02-24T14:07:18.475Z] Running setup.py install for docopt: started [2021-02-24T14:07:20.435Z] Running setup.py install for docopt: finished with status 'done' [2021-02-24T14:07:20.435Z] Running setup.py install for PyYAML: started [2021-02-24T14:07:22.394Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-24T14:07:22.986Z] 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.57.0 [2021-02-24T14:07:27.268Z] Removing intermediate container df6de648c3cf [2021-02-24T14:07:27.268Z] ---> 810ed60daeb1 [2021-02-24T14:07:27.268Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-24T14:07:27.268Z] ---> Running in 555ca1d91f7f [2021-02-24T14:07:28.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-24T14:07:28.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-24T14:07:28.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-24T14:07:28.838Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-24T14:07:28.838Z] (3/3) Installing curl (7.69.1-r3) [2021-02-24T14:07:28.838Z] Executing busybox-1.31.1-r19.trigger [2021-02-24T14:07:28.838Z] OK: 71 MiB in 58 packages [2021-02-24T14:07:29.813Z] Removing intermediate container 555ca1d91f7f [2021-02-24T14:07:29.813Z] ---> 3454e69f74cf [2021-02-24T14:07:29.813Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-24T14:07:30.083Z] ---> Running in 2b14f4886180 [2021-02-24T14:07:30.677Z] Removing intermediate container 2b14f4886180 [2021-02-24T14:07:30.677Z] ---> 5a8c6ef76b70 [2021-02-24T14:07:30.677Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-24T14:07:30.677Z] ---> Running in c1a0db9ccfc7 [2021-02-24T14:07:31.270Z] Removing intermediate container c1a0db9ccfc7 [2021-02-24T14:07:31.270Z] ---> 365249264eb4 [2021-02-24T14:07:31.270Z] Step 24/26 : LABEL arch=arm64 [2021-02-24T14:07:31.270Z] ---> Running in 0c0dcaec8a2f [2021-02-24T14:07:31.862Z] Removing intermediate container 0c0dcaec8a2f [2021-02-24T14:07:31.862Z] ---> cfbe78613e4b [2021-02-24T14:07:31.862Z] Step 25/26 : LABEL git_sha=756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:31.862Z] ---> Running in 7eb5e4acc74a [2021-02-24T14:07:32.453Z] Removing intermediate container 7eb5e4acc74a [2021-02-24T14:07:32.453Z] ---> b259ab5dd292 [2021-02-24T14:07:32.453Z] Step 26/26 : LABEL version=2.0.0-dev.103 [2021-02-24T14:07:32.453Z] ---> Running in 6e27490d0602 [2021-02-24T14:07:33.047Z] Removing intermediate container 6e27490d0602 [2021-02-24T14:07:33.047Z] ---> fa347a905b7a [2021-02-24T14:07:33.047Z] [2021-02-24T14:07:33.047Z] Successfully built fa347a905b7a [2021-02-24T14:07:33.317Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-24T14:07:33.333Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-24T14:07:33.364Z] $ docker stop --time=1 36fcdbe9efe4396d8f77d6c34967e23feb5bda1deb781d34026d6240ab2aed22 [2021-02-24T14:07:35.198Z] $ docker rm -f 36fcdbe9efe4396d8f77d6c34967e23feb5bda1deb781d34026d6240ab2aed22 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-24T14:07:35.892Z] + + grep dockerdocker [2021-02-24T14:07:35.892Z] images [2021-02-24T14:07:36.162Z] docker-sys-mgmt-agent-go-arm64 latest fa347a905b7a 3 seconds ago 300MB [2021-02-24T14:07:36.162Z] docker-core-data-go-arm64 latest 255fc6938660 57 seconds ago 21.1MB [2021-02-24T14:07:36.162Z] docker-core-metadata-go-arm64 latest 78d8bfd2884a About a minute ago 17.9MB [2021-02-24T14:07:36.162Z] docker-security-secretstore-setup-go-arm64 latest 5710295bb785 About a minute ago 23.7MB [2021-02-24T14:07:36.162Z] docker-security-bootstrapper-go-arm64 latest 03c4235e8b3f 3 minutes ago 17.3MB [2021-02-24T14:07:36.162Z] docker-support-notifications-go-arm64 latest 58dd975f8d28 3 minutes ago 16.8MB [2021-02-24T14:07:36.162Z] docker-core-command-go-arm64 latest 9f052f599997 3 minutes ago 16.2MB [2021-02-24T14:07:36.162Z] docker-support-scheduler-go-arm64 latest 8d813f0c1e87 3 minutes ago 16.3MB [2021-02-24T14:07:36.162Z] docker-security-proxy-setup-go-arm64 latest 6be2f9a93bd9 3 minutes ago 23.4MB [2021-02-24T14:07:36.162Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-24T14:07:36.680Z] provisioning config files... [2021-02-24T14:07:36.718Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config7604325847133650228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:07:37.105Z] ---> docker-login.sh [2021-02-24T14:07:37.105Z] nexus3.edgexfoundry.org:10001 [2021-02-24T14:07:37.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:07:37.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:07:37.375Z] Configure a credential helper to remove this warning. See [2021-02-24T14:07:37.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:07:37.375Z] [2021-02-24T14:07:37.375Z] Login Succeeded [2021-02-24T14:07:37.375Z] nexus3.edgexfoundry.org:10002 [2021-02-24T14:07:37.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:07:37.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:07:37.968Z] Configure a credential helper to remove this warning. See [2021-02-24T14:07:37.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:07:37.968Z] [2021-02-24T14:07:37.968Z] Login Succeeded [2021-02-24T14:07:37.968Z] nexus3.edgexfoundry.org:10003 [2021-02-24T14:07:38.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:07:38.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:07:38.513Z] Configure a credential helper to remove this warning. See [2021-02-24T14:07:38.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:07:38.513Z] [2021-02-24T14:07:38.513Z] Login Succeeded [2021-02-24T14:07:38.513Z] nexus3.edgexfoundry.org:10004 [2021-02-24T14:07:38.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:07:39.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:07:39.058Z] Configure a credential helper to remove this warning. See [2021-02-24T14:07:39.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:07:39.058Z] [2021-02-24T14:07:39.058Z] Login Succeeded [2021-02-24T14:07:39.058Z] docker.io [2021-02-24T14:07:39.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-24T14:07:39.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-24T14:07:39.917Z] Configure a credential helper to remove this warning. See [2021-02-24T14:07:39.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-24T14:07:39.917Z] [2021-02-24T14:07:39.917Z] Login Succeeded [2021-02-24T14:07:39.917Z] ---> docker-login.sh ends [Pipeline] } [2021-02-24T14:07:39.934Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:07:40.216Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-02-24T14:07:40.217Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:40.217Z] 2.0.0-dev.103 [2021-02-24T14:07:40.217Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:40.217Z] master [2021-02-24T14:07:40.217Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:40.780Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:41.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:41.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-24T14:07:41.112Z] 805073113ab2: Preparing [2021-02-24T14:07:41.112Z] 07c88afb4cb1: Preparing [2021-02-24T14:07:41.112Z] 0fb27e412859: Preparing [2021-02-24T14:07:41.112Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:41.112Z] 379067d0cb53: Preparing [2021-02-24T14:07:41.382Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:41.382Z] 0fb27e412859: Pushed [2021-02-24T14:07:41.653Z] ecc7532bf8b4: Pushed [2021-02-24T14:07:41.653Z] 805073113ab2: Pushed [2021-02-24T14:07:44.249Z] 07c88afb4cb1: Pushed [2021-02-24T14:07:44.249Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:9708c86c22efc21e55bd35dd56f0b945a6f389bee173de3e503b7e7448937b3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:44.583Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:44.913Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.103 [2021-02-24T14:07:44.913Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-24T14:07:44.913Z] 805073113ab2: Preparing [2021-02-24T14:07:44.913Z] 07c88afb4cb1: Preparing [2021-02-24T14:07:44.913Z] 0fb27e412859: Preparing [2021-02-24T14:07:44.913Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:44.913Z] 379067d0cb53: Preparing [2021-02-24T14:07:45.182Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:45.182Z] 805073113ab2: Layer already exists [2021-02-24T14:07:45.182Z] 07c88afb4cb1: Layer already exists [2021-02-24T14:07:45.182Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:07:45.182Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:45.182Z] 2.0.0-dev.103: digest: sha256:9708c86c22efc21e55bd35dd56f0b945a6f389bee173de3e503b7e7448937b3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:45.517Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:45.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:45.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-24T14:07:45.849Z] 805073113ab2: Preparing [2021-02-24T14:07:45.849Z] 07c88afb4cb1: Preparing [2021-02-24T14:07:45.849Z] 0fb27e412859: Preparing [2021-02-24T14:07:45.849Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:45.849Z] 379067d0cb53: Preparing [2021-02-24T14:07:45.849Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:46.117Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:07:46.117Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:46.117Z] 07c88afb4cb1: Layer already exists [2021-02-24T14:07:46.117Z] 805073113ab2: Layer already exists [2021-02-24T14:07:46.117Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:9708c86c22efc21e55bd35dd56f0b945a6f389bee173de3e503b7e7448937b3e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:46.456Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:46.785Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-02-24T14:07:46.785Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-02-24T14:07:46.785Z] 805073113ab2: Preparing [2021-02-24T14:07:46.785Z] 07c88afb4cb1: Preparing [2021-02-24T14:07:46.785Z] 0fb27e412859: Preparing [2021-02-24T14:07:46.785Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:46.785Z] 379067d0cb53: Preparing [2021-02-24T14:07:47.054Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:47.054Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:07:47.054Z] 805073113ab2: Layer already exists [2021-02-24T14:07:47.054Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:47.054Z] 07c88afb4cb1: Layer already exists [2021-02-24T14:07:47.054Z] master: digest: sha256:9708c86c22efc21e55bd35dd56f0b945a6f389bee173de3e503b7e7448937b3e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:07:47.263Z] ===================================================== [Pipeline] echo [2021-02-24T14:07:47.351Z] taggedImages: [2021-02-24T14:07:47.351Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:47.351Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.103 [2021-02-24T14:07:47.351Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:47.351Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-02-24T14:07:47.420Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-02-24T14:07:47.420Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:47.420Z] 2.0.0-dev.103 [2021-02-24T14:07:47.420Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:47.420Z] master [2021-02-24T14:07:47.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:47.924Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:48.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:48.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-24T14:07:48.253Z] 017d07d39860: Preparing [2021-02-24T14:07:48.253Z] 1b6e507fa66f: Preparing [2021-02-24T14:07:48.253Z] 0fb27e412859: Preparing [2021-02-24T14:07:48.253Z] e3531c01f33f: Preparing [2021-02-24T14:07:48.253Z] b862765ad5e1: Preparing [2021-02-24T14:07:48.253Z] 379067d0cb53: Preparing [2021-02-24T14:07:48.253Z] 379067d0cb53: Waiting [2021-02-24T14:07:48.525Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:48.525Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:48.525Z] b862765ad5e1: Pushed [2021-02-24T14:07:48.795Z] 017d07d39860: Pushed [2021-02-24T14:07:49.382Z] e3531c01f33f: Pushed [2021-02-24T14:07:51.340Z] 1b6e507fa66f: Pushed [2021-02-24T14:07:51.608Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:178f7932d2088afeec5d2e19e1b5d8e685882a881b5a93658ae61e969897a164 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:51.944Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:52.272Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.103 [2021-02-24T14:07:52.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-24T14:07:52.272Z] 017d07d39860: Preparing [2021-02-24T14:07:52.272Z] 1b6e507fa66f: Preparing [2021-02-24T14:07:52.272Z] 0fb27e412859: Preparing [2021-02-24T14:07:52.272Z] e3531c01f33f: Preparing [2021-02-24T14:07:52.272Z] b862765ad5e1: Preparing [2021-02-24T14:07:52.272Z] 379067d0cb53: Preparing [2021-02-24T14:07:52.272Z] 379067d0cb53: Waiting [2021-02-24T14:07:52.541Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:52.541Z] 017d07d39860: Layer already exists [2021-02-24T14:07:52.541Z] b862765ad5e1: Layer already exists [2021-02-24T14:07:52.541Z] e3531c01f33f: Layer already exists [2021-02-24T14:07:52.541Z] 1b6e507fa66f: Layer already exists [2021-02-24T14:07:52.541Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:52.541Z] 2.0.0-dev.103: digest: sha256:178f7932d2088afeec5d2e19e1b5d8e685882a881b5a93658ae61e969897a164 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:52.939Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:53.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:53.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-24T14:07:53.272Z] 017d07d39860: Preparing [2021-02-24T14:07:53.272Z] 1b6e507fa66f: Preparing [2021-02-24T14:07:53.272Z] 0fb27e412859: Preparing [2021-02-24T14:07:53.272Z] e3531c01f33f: Preparing [2021-02-24T14:07:53.272Z] b862765ad5e1: Preparing [2021-02-24T14:07:53.272Z] 379067d0cb53: Preparing [2021-02-24T14:07:53.272Z] 379067d0cb53: Waiting [2021-02-24T14:07:53.541Z] 1b6e507fa66f: Layer already exists [2021-02-24T14:07:53.541Z] b862765ad5e1: Layer already exists [2021-02-24T14:07:53.541Z] e3531c01f33f: Layer already exists [2021-02-24T14:07:53.541Z] 017d07d39860: Layer already exists [2021-02-24T14:07:53.541Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:53.541Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:53.541Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:178f7932d2088afeec5d2e19e1b5d8e685882a881b5a93658ae61e969897a164 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:53.879Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:54.214Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-02-24T14:07:54.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-02-24T14:07:54.214Z] 017d07d39860: Preparing [2021-02-24T14:07:54.214Z] 1b6e507fa66f: Preparing [2021-02-24T14:07:54.214Z] 0fb27e412859: Preparing [2021-02-24T14:07:54.214Z] e3531c01f33f: Preparing [2021-02-24T14:07:54.214Z] b862765ad5e1: Preparing [2021-02-24T14:07:54.214Z] 379067d0cb53: Preparing [2021-02-24T14:07:54.214Z] 379067d0cb53: Waiting [2021-02-24T14:07:54.214Z] 017d07d39860: Layer already exists [2021-02-24T14:07:54.214Z] e3531c01f33f: Layer already exists [2021-02-24T14:07:54.214Z] 1b6e507fa66f: Layer already exists [2021-02-24T14:07:54.214Z] b862765ad5e1: Layer already exists [2021-02-24T14:07:54.214Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:54.485Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:54.485Z] master: digest: sha256:178f7932d2088afeec5d2e19e1b5d8e685882a881b5a93658ae61e969897a164 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:07:54.714Z] ===================================================== [Pipeline] echo [2021-02-24T14:07:54.760Z] taggedImages: [2021-02-24T14:07:54.760Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:54.760Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.103 [2021-02-24T14:07:54.760Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:54.760Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-02-24T14:07:54.823Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-02-24T14:07:54.823Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:54.823Z] 2.0.0-dev.103 [2021-02-24T14:07:54.823Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:07:54.823Z] master [2021-02-24T14:07:54.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:55.332Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:55.661Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:07:55.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-24T14:07:55.661Z] 5ab73b10ab7c: Preparing [2021-02-24T14:07:55.661Z] 508dc6644c5f: Preparing [2021-02-24T14:07:55.661Z] 0fb27e412859: Preparing [2021-02-24T14:07:55.661Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:55.661Z] 379067d0cb53: Preparing [2021-02-24T14:07:55.931Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:55.931Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:07:55.931Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:55.931Z] 5ab73b10ab7c: Pushed [2021-02-24T14:07:59.298Z] 508dc6644c5f: Pushed [2021-02-24T14:07:59.298Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:6b0896033d51109010aab75f35ea17e9fe6e4d8451b2df3e4aa3b3cfdb5a6a2c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:59.629Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:07:59.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.103 [2021-02-24T14:07:59.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-24T14:07:59.956Z] 5ab73b10ab7c: Preparing [2021-02-24T14:07:59.956Z] 508dc6644c5f: Preparing [2021-02-24T14:07:59.956Z] 0fb27e412859: Preparing [2021-02-24T14:07:59.956Z] ecc7532bf8b4: Preparing [2021-02-24T14:07:59.956Z] 379067d0cb53: Preparing [2021-02-24T14:07:59.956Z] 5ab73b10ab7c: Layer already exists [2021-02-24T14:07:59.956Z] 379067d0cb53: Layer already exists [2021-02-24T14:07:59.956Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:07:59.956Z] 0fb27e412859: Layer already exists [2021-02-24T14:07:59.956Z] 508dc6644c5f: Layer already exists [2021-02-24T14:08:00.223Z] 2.0.0-dev.103: digest: sha256:6b0896033d51109010aab75f35ea17e9fe6e4d8451b2df3e4aa3b3cfdb5a6a2c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:00.601Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:00.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:00.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-24T14:08:00.926Z] 5ab73b10ab7c: Preparing [2021-02-24T14:08:00.926Z] 508dc6644c5f: Preparing [2021-02-24T14:08:00.926Z] 0fb27e412859: Preparing [2021-02-24T14:08:00.926Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:00.926Z] 379067d0cb53: Preparing [2021-02-24T14:08:00.926Z] 508dc6644c5f: Layer already exists [2021-02-24T14:08:00.926Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:00.926Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:00.926Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:00.926Z] 5ab73b10ab7c: Layer already exists [2021-02-24T14:08:01.194Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:6b0896033d51109010aab75f35ea17e9fe6e4d8451b2df3e4aa3b3cfdb5a6a2c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:01.531Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:01.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-02-24T14:08:01.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-02-24T14:08:01.863Z] 5ab73b10ab7c: Preparing [2021-02-24T14:08:01.863Z] 508dc6644c5f: Preparing [2021-02-24T14:08:01.863Z] 0fb27e412859: Preparing [2021-02-24T14:08:01.863Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:01.863Z] 379067d0cb53: Preparing [2021-02-24T14:08:01.863Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:01.863Z] 508dc6644c5f: Layer already exists [2021-02-24T14:08:01.863Z] 5ab73b10ab7c: Layer already exists [2021-02-24T14:08:01.863Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:01.863Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:02.138Z] master: digest: sha256:6b0896033d51109010aab75f35ea17e9fe6e4d8451b2df3e4aa3b3cfdb5a6a2c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:02.328Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:02.373Z] taggedImages: [2021-02-24T14:08:02.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:02.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:02.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:02.373Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-02-24T14:08:02.434Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-02-24T14:08:02.434Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:02.434Z] 2.0.0-dev.103 [2021-02-24T14:08:02.434Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:02.434Z] master [2021-02-24T14:08:02.434Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:02.930Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:03.341Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:03.341Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-24T14:08:03.341Z] 6f8077f22c95: Preparing [2021-02-24T14:08:03.341Z] 6f8077f22c95: Preparing [2021-02-24T14:08:03.341Z] c83f3825f78b: Preparing [2021-02-24T14:08:03.341Z] 50389fc9cc68: Preparing [2021-02-24T14:08:03.341Z] 9f661cbdb5e3: Preparing [2021-02-24T14:08:03.341Z] 0fb27e412859: Preparing [2021-02-24T14:08:03.341Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:03.341Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:03.341Z] b2b7df979463: Preparing [2021-02-24T14:08:03.341Z] b4bc401b1358: Preparing [2021-02-24T14:08:03.341Z] 379067d0cb53: Preparing [2021-02-24T14:08:03.341Z] b2b7df979463: Waiting [2021-02-24T14:08:03.341Z] 379067d0cb53: Waiting [2021-02-24T14:08:03.341Z] b4bc401b1358: Waiting [2021-02-24T14:08:03.341Z] 6c17de1ec21a: Waiting [2021-02-24T14:08:03.619Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:03.619Z] 6f8077f22c95: Pushed [2021-02-24T14:08:03.895Z] 6c17de1ec21a: Pushed [2021-02-24T14:08:03.895Z] c83f3825f78b: Pushed [2021-02-24T14:08:03.895Z] 50389fc9cc68: Pushed [2021-02-24T14:08:03.895Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:03.895Z] b2b7df979463: Pushed [2021-02-24T14:08:03.895Z] b4bc401b1358: Pushed [2021-02-24T14:08:06.491Z] 9f661cbdb5e3: Pushed [2021-02-24T14:08:06.759Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:854fed06078b50089d6537a0cb4f1f1981339436048b5e82e931fa7c4ec8b5aa size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:07.104Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:07.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:07.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-24T14:08:07.436Z] 6f8077f22c95: Preparing [2021-02-24T14:08:07.436Z] 6f8077f22c95: Preparing [2021-02-24T14:08:07.436Z] c83f3825f78b: Preparing [2021-02-24T14:08:07.436Z] 50389fc9cc68: Preparing [2021-02-24T14:08:07.436Z] 9f661cbdb5e3: Preparing [2021-02-24T14:08:07.436Z] 0fb27e412859: Preparing [2021-02-24T14:08:07.436Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:07.436Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:07.436Z] b2b7df979463: Preparing [2021-02-24T14:08:07.436Z] b4bc401b1358: Preparing [2021-02-24T14:08:07.436Z] 379067d0cb53: Preparing [2021-02-24T14:08:07.436Z] 6c17de1ec21a: Waiting [2021-02-24T14:08:07.436Z] b2b7df979463: Waiting [2021-02-24T14:08:07.436Z] b4bc401b1358: Waiting [2021-02-24T14:08:07.436Z] 379067d0cb53: Waiting [2021-02-24T14:08:07.436Z] 9f661cbdb5e3: Layer already exists [2021-02-24T14:08:07.436Z] 6f8077f22c95: Layer already exists [2021-02-24T14:08:07.705Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:07.705Z] 50389fc9cc68: Layer already exists [2021-02-24T14:08:07.705Z] c83f3825f78b: Layer already exists [2021-02-24T14:08:07.705Z] b2b7df979463: Layer already exists [2021-02-24T14:08:07.705Z] b4bc401b1358: Layer already exists [2021-02-24T14:08:07.705Z] 6c17de1ec21a: Layer already exists [2021-02-24T14:08:07.705Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:07.705Z] 2.0.0-dev.103: digest: sha256:854fed06078b50089d6537a0cb4f1f1981339436048b5e82e931fa7c4ec8b5aa size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:08.044Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:08.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:08.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-24T14:08:08.375Z] 6f8077f22c95: Preparing [2021-02-24T14:08:08.375Z] 6f8077f22c95: Preparing [2021-02-24T14:08:08.375Z] c83f3825f78b: Preparing [2021-02-24T14:08:08.375Z] 50389fc9cc68: Preparing [2021-02-24T14:08:08.375Z] 9f661cbdb5e3: Preparing [2021-02-24T14:08:08.375Z] 0fb27e412859: Preparing [2021-02-24T14:08:08.375Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:08.375Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:08.375Z] b2b7df979463: Preparing [2021-02-24T14:08:08.375Z] b4bc401b1358: Preparing [2021-02-24T14:08:08.375Z] 379067d0cb53: Preparing [2021-02-24T14:08:08.375Z] b2b7df979463: Waiting [2021-02-24T14:08:08.375Z] b4bc401b1358: Waiting [2021-02-24T14:08:08.375Z] 379067d0cb53: Waiting [2021-02-24T14:08:08.375Z] 6c17de1ec21a: Waiting [2021-02-24T14:08:08.375Z] 50389fc9cc68: Layer already exists [2021-02-24T14:08:08.375Z] c83f3825f78b: Layer already exists [2021-02-24T14:08:08.375Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:08.375Z] 6f8077f22c95: Layer already exists [2021-02-24T14:08:08.375Z] 9f661cbdb5e3: Layer already exists [2021-02-24T14:08:08.375Z] b2b7df979463: Layer already exists [2021-02-24T14:08:08.375Z] b4bc401b1358: Layer already exists [2021-02-24T14:08:08.375Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:08.375Z] 6c17de1ec21a: Layer already exists [2021-02-24T14:08:08.646Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:854fed06078b50089d6537a0cb4f1f1981339436048b5e82e931fa7c4ec8b5aa size: 2609 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:08.989Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:09.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-02-24T14:08:09.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-02-24T14:08:09.329Z] 6f8077f22c95: Preparing [2021-02-24T14:08:09.329Z] 6f8077f22c95: Preparing [2021-02-24T14:08:09.329Z] c83f3825f78b: Preparing [2021-02-24T14:08:09.329Z] 50389fc9cc68: Preparing [2021-02-24T14:08:09.329Z] 9f661cbdb5e3: Preparing [2021-02-24T14:08:09.329Z] 0fb27e412859: Preparing [2021-02-24T14:08:09.329Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:09.329Z] 6c17de1ec21a: Preparing [2021-02-24T14:08:09.329Z] b2b7df979463: Preparing [2021-02-24T14:08:09.329Z] b4bc401b1358: Preparing [2021-02-24T14:08:09.329Z] 379067d0cb53: Preparing [2021-02-24T14:08:09.329Z] 6c17de1ec21a: Waiting [2021-02-24T14:08:09.329Z] b2b7df979463: Waiting [2021-02-24T14:08:09.329Z] b4bc401b1358: Waiting [2021-02-24T14:08:09.329Z] 379067d0cb53: Waiting [2021-02-24T14:08:09.599Z] 6f8077f22c95: Layer already exists [2021-02-24T14:08:09.599Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:09.599Z] 50389fc9cc68: Layer already exists [2021-02-24T14:08:09.599Z] 9f661cbdb5e3: Layer already exists [2021-02-24T14:08:09.599Z] c83f3825f78b: Layer already exists [2021-02-24T14:08:09.599Z] 6c17de1ec21a: Layer already exists [2021-02-24T14:08:09.599Z] b4bc401b1358: Layer already exists [2021-02-24T14:08:09.599Z] b2b7df979463: Layer already exists [2021-02-24T14:08:09.599Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:09.599Z] master: digest: sha256:854fed06078b50089d6537a0cb4f1f1981339436048b5e82e931fa7c4ec8b5aa size: 2609 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:09.809Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:09.851Z] taggedImages: [2021-02-24T14:08:09.851Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:09.851Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:09.851Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:09.851Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-02-24T14:08:09.917Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-02-24T14:08:09.917Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:09.917Z] 2.0.0-dev.103 [2021-02-24T14:08:09.917Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:09.917Z] master [2021-02-24T14:08:09.917Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:10.430Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:10.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:10.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-24T14:08:10.757Z] 893bd6d99169: Preparing [2021-02-24T14:08:10.757Z] 53255266ef15: Preparing [2021-02-24T14:08:10.757Z] 336636ff3560: Preparing [2021-02-24T14:08:10.758Z] 11b8f3aea318: Preparing [2021-02-24T14:08:10.758Z] 3d4517c5821e: Preparing [2021-02-24T14:08:10.758Z] 379067d0cb53: Preparing [2021-02-24T14:08:10.758Z] 379067d0cb53: Waiting [2021-02-24T14:08:11.030Z] 336636ff3560: Pushed [2021-02-24T14:08:11.030Z] 11b8f3aea318: Pushed [2021-02-24T14:08:11.304Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:11.577Z] 3d4517c5821e: Pushed [2021-02-24T14:08:13.003Z] 893bd6d99169: Pushed [2021-02-24T14:08:13.272Z] 53255266ef15: Pushed [2021-02-24T14:08:13.272Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:20846a9af0709edf7ea682e6351fe2b4b9e40a976f678c79e76ec9d386cc0b96 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:13.607Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:13.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:13.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-24T14:08:13.943Z] 893bd6d99169: Preparing [2021-02-24T14:08:13.943Z] 53255266ef15: Preparing [2021-02-24T14:08:13.943Z] 336636ff3560: Preparing [2021-02-24T14:08:13.943Z] 11b8f3aea318: Preparing [2021-02-24T14:08:13.943Z] 3d4517c5821e: Preparing [2021-02-24T14:08:13.943Z] 379067d0cb53: Preparing [2021-02-24T14:08:13.943Z] 379067d0cb53: Waiting [2021-02-24T14:08:14.212Z] 893bd6d99169: Layer already exists [2021-02-24T14:08:14.212Z] 53255266ef15: Layer already exists [2021-02-24T14:08:14.212Z] 3d4517c5821e: Layer already exists [2021-02-24T14:08:14.212Z] 11b8f3aea318: Layer already exists [2021-02-24T14:08:14.212Z] 336636ff3560: Layer already exists [2021-02-24T14:08:14.212Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:14.212Z] 2.0.0-dev.103: digest: sha256:20846a9af0709edf7ea682e6351fe2b4b9e40a976f678c79e76ec9d386cc0b96 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:14.548Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:14.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:14.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-24T14:08:14.932Z] 893bd6d99169: Preparing [2021-02-24T14:08:14.932Z] 53255266ef15: Preparing [2021-02-24T14:08:14.932Z] 336636ff3560: Preparing [2021-02-24T14:08:14.932Z] 11b8f3aea318: Preparing [2021-02-24T14:08:14.932Z] 3d4517c5821e: Preparing [2021-02-24T14:08:14.932Z] 379067d0cb53: Preparing [2021-02-24T14:08:14.932Z] 379067d0cb53: Waiting [2021-02-24T14:08:14.932Z] 3d4517c5821e: Layer already exists [2021-02-24T14:08:14.932Z] 11b8f3aea318: Layer already exists [2021-02-24T14:08:14.932Z] 53255266ef15: Layer already exists [2021-02-24T14:08:14.932Z] 893bd6d99169: Layer already exists [2021-02-24T14:08:14.932Z] 336636ff3560: Layer already exists [2021-02-24T14:08:14.932Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:15.203Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:20846a9af0709edf7ea682e6351fe2b4b9e40a976f678c79e76ec9d386cc0b96 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:15.540Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:15.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-02-24T14:08:15.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-02-24T14:08:15.872Z] 893bd6d99169: Preparing [2021-02-24T14:08:15.872Z] 53255266ef15: Preparing [2021-02-24T14:08:15.872Z] 336636ff3560: Preparing [2021-02-24T14:08:15.872Z] 11b8f3aea318: Preparing [2021-02-24T14:08:15.872Z] 3d4517c5821e: Preparing [2021-02-24T14:08:15.872Z] 379067d0cb53: Preparing [2021-02-24T14:08:15.872Z] 379067d0cb53: Waiting [2021-02-24T14:08:15.872Z] 3d4517c5821e: Layer already exists [2021-02-24T14:08:15.872Z] 336636ff3560: Layer already exists [2021-02-24T14:08:15.872Z] 11b8f3aea318: Layer already exists [2021-02-24T14:08:15.872Z] 893bd6d99169: Layer already exists [2021-02-24T14:08:15.872Z] 53255266ef15: Layer already exists [2021-02-24T14:08:15.872Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:16.142Z] master: digest: sha256:20846a9af0709edf7ea682e6351fe2b4b9e40a976f678c79e76ec9d386cc0b96 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:16.340Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:16.387Z] taggedImages: [2021-02-24T14:08:16.387Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:16.387Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:16.387Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:16.387Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-02-24T14:08:16.449Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-02-24T14:08:16.449Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:16.449Z] 2.0.0-dev.103 [2021-02-24T14:08:16.449Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:16.449Z] master [2021-02-24T14:08:16.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:16.939Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:17.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:17.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-24T14:08:17.270Z] b04bff9cac8a: Preparing [2021-02-24T14:08:17.270Z] c817aa068848: Preparing [2021-02-24T14:08:17.270Z] dcb9b76dded1: Preparing [2021-02-24T14:08:17.270Z] 71759cd0d065: Preparing [2021-02-24T14:08:17.270Z] 238074df0136: Preparing [2021-02-24T14:08:17.270Z] ea32dd34fbc7: Preparing [2021-02-24T14:08:17.270Z] 24dbd9d0bded: Preparing [2021-02-24T14:08:17.270Z] cb884c4d99a8: Preparing [2021-02-24T14:08:17.270Z] 379067d0cb53: Preparing [2021-02-24T14:08:17.270Z] 24dbd9d0bded: Waiting [2021-02-24T14:08:17.270Z] cb884c4d99a8: Waiting [2021-02-24T14:08:17.270Z] ea32dd34fbc7: Waiting [2021-02-24T14:08:17.270Z] 379067d0cb53: Waiting [2021-02-24T14:08:17.548Z] b04bff9cac8a: Pushed [2021-02-24T14:08:17.548Z] c817aa068848: Pushed [2021-02-24T14:08:17.548Z] 238074df0136: Pushed [2021-02-24T14:08:18.145Z] 24dbd9d0bded: Pushed [2021-02-24T14:08:18.145Z] ea32dd34fbc7: Pushed [2021-02-24T14:08:18.145Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:18.414Z] cb884c4d99a8: Pushed [2021-02-24T14:08:19.836Z] 71759cd0d065: Pushed [2021-02-24T14:08:19.836Z] dcb9b76dded1: Pushed [2021-02-24T14:08:19.836Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:1f268c4f5e4424895907ae2ca9cb95cb53193f814888f675d529f5b7467f4ce6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:20.165Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:20.490Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:20.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-24T14:08:20.490Z] b04bff9cac8a: Preparing [2021-02-24T14:08:20.490Z] c817aa068848: Preparing [2021-02-24T14:08:20.490Z] dcb9b76dded1: Preparing [2021-02-24T14:08:20.490Z] 71759cd0d065: Preparing [2021-02-24T14:08:20.490Z] 238074df0136: Preparing [2021-02-24T14:08:20.490Z] ea32dd34fbc7: Preparing [2021-02-24T14:08:20.490Z] 24dbd9d0bded: Preparing [2021-02-24T14:08:20.490Z] cb884c4d99a8: Preparing [2021-02-24T14:08:20.490Z] 379067d0cb53: Preparing [2021-02-24T14:08:20.490Z] 24dbd9d0bded: Waiting [2021-02-24T14:08:20.490Z] cb884c4d99a8: Waiting [2021-02-24T14:08:20.490Z] 379067d0cb53: Waiting [2021-02-24T14:08:20.490Z] ea32dd34fbc7: Waiting [2021-02-24T14:08:20.490Z] c817aa068848: Layer already exists [2021-02-24T14:08:20.490Z] 238074df0136: Layer already exists [2021-02-24T14:08:20.490Z] dcb9b76dded1: Layer already exists [2021-02-24T14:08:20.490Z] b04bff9cac8a: Layer already exists [2021-02-24T14:08:20.490Z] 71759cd0d065: Layer already exists [2021-02-24T14:08:20.490Z] ea32dd34fbc7: Layer already exists [2021-02-24T14:08:20.490Z] cb884c4d99a8: Layer already exists [2021-02-24T14:08:20.490Z] 24dbd9d0bded: Layer already exists [2021-02-24T14:08:20.758Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:20.758Z] 2.0.0-dev.103: digest: sha256:1f268c4f5e4424895907ae2ca9cb95cb53193f814888f675d529f5b7467f4ce6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:21.089Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:21.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:21.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-24T14:08:21.412Z] b04bff9cac8a: Preparing [2021-02-24T14:08:21.412Z] c817aa068848: Preparing [2021-02-24T14:08:21.412Z] dcb9b76dded1: Preparing [2021-02-24T14:08:21.412Z] 71759cd0d065: Preparing [2021-02-24T14:08:21.412Z] 238074df0136: Preparing [2021-02-24T14:08:21.412Z] ea32dd34fbc7: Preparing [2021-02-24T14:08:21.412Z] 24dbd9d0bded: Preparing [2021-02-24T14:08:21.412Z] cb884c4d99a8: Preparing [2021-02-24T14:08:21.412Z] 379067d0cb53: Preparing [2021-02-24T14:08:21.412Z] ea32dd34fbc7: Waiting [2021-02-24T14:08:21.412Z] 24dbd9d0bded: Waiting [2021-02-24T14:08:21.412Z] cb884c4d99a8: Waiting [2021-02-24T14:08:21.412Z] 379067d0cb53: Waiting [2021-02-24T14:08:21.412Z] dcb9b76dded1: Layer already exists [2021-02-24T14:08:21.412Z] 238074df0136: Layer already exists [2021-02-24T14:08:21.412Z] b04bff9cac8a: Layer already exists [2021-02-24T14:08:21.412Z] 71759cd0d065: Layer already exists [2021-02-24T14:08:21.412Z] c817aa068848: Layer already exists [2021-02-24T14:08:21.412Z] ea32dd34fbc7: Layer already exists [2021-02-24T14:08:21.412Z] cb884c4d99a8: Layer already exists [2021-02-24T14:08:21.412Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:21.412Z] 24dbd9d0bded: Layer already exists [2021-02-24T14:08:21.680Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:1f268c4f5e4424895907ae2ca9cb95cb53193f814888f675d529f5b7467f4ce6 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:22.010Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:22.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-02-24T14:08:22.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-02-24T14:08:22.372Z] b04bff9cac8a: Preparing [2021-02-24T14:08:22.372Z] c817aa068848: Preparing [2021-02-24T14:08:22.372Z] dcb9b76dded1: Preparing [2021-02-24T14:08:22.372Z] 71759cd0d065: Preparing [2021-02-24T14:08:22.372Z] 238074df0136: Preparing [2021-02-24T14:08:22.372Z] ea32dd34fbc7: Preparing [2021-02-24T14:08:22.372Z] 24dbd9d0bded: Preparing [2021-02-24T14:08:22.372Z] cb884c4d99a8: Preparing [2021-02-24T14:08:22.372Z] 379067d0cb53: Preparing [2021-02-24T14:08:22.372Z] ea32dd34fbc7: Waiting [2021-02-24T14:08:22.372Z] 24dbd9d0bded: Waiting [2021-02-24T14:08:22.372Z] cb884c4d99a8: Waiting [2021-02-24T14:08:22.372Z] 379067d0cb53: Waiting [2021-02-24T14:08:22.372Z] 238074df0136: Layer already exists [2021-02-24T14:08:22.372Z] 71759cd0d065: Layer already exists [2021-02-24T14:08:22.372Z] dcb9b76dded1: Layer already exists [2021-02-24T14:08:22.372Z] c817aa068848: Layer already exists [2021-02-24T14:08:22.372Z] b04bff9cac8a: Layer already exists [2021-02-24T14:08:22.372Z] cb884c4d99a8: Layer already exists [2021-02-24T14:08:22.372Z] 24dbd9d0bded: Layer already exists [2021-02-24T14:08:22.372Z] ea32dd34fbc7: Layer already exists [2021-02-24T14:08:22.642Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:22.642Z] master: digest: sha256:1f268c4f5e4424895907ae2ca9cb95cb53193f814888f675d529f5b7467f4ce6 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:22.818Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:22.863Z] taggedImages: [2021-02-24T14:08:22.863Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:22.863Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:22.863Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:22.863Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-02-24T14:08:22.924Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-02-24T14:08:22.924Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:22.924Z] 2.0.0-dev.103 [2021-02-24T14:08:22.924Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:22.924Z] master [2021-02-24T14:08:22.924Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:23.409Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:23.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:23.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-24T14:08:23.740Z] ccdd9b397bb8: Preparing [2021-02-24T14:08:23.740Z] 268b6f9970c7: Preparing [2021-02-24T14:08:23.740Z] 0fb27e412859: Preparing [2021-02-24T14:08:23.740Z] 96d1bdc3238a: Preparing [2021-02-24T14:08:23.740Z] 379067d0cb53: Preparing [2021-02-24T14:08:24.029Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:24.029Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:24.029Z] ccdd9b397bb8: Pushed [2021-02-24T14:08:24.309Z] 96d1bdc3238a: Pushed [2021-02-24T14:08:26.908Z] 268b6f9970c7: Pushed [2021-02-24T14:08:26.908Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:7ee2298ac55f851d9aafb94e089a784f1d168e8bdb69a15a8c3aa8e24dd4de61 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:27.241Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:27.569Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:27.569Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-24T14:08:27.569Z] ccdd9b397bb8: Preparing [2021-02-24T14:08:27.569Z] 268b6f9970c7: Preparing [2021-02-24T14:08:27.569Z] 0fb27e412859: Preparing [2021-02-24T14:08:27.569Z] 96d1bdc3238a: Preparing [2021-02-24T14:08:27.569Z] 379067d0cb53: Preparing [2021-02-24T14:08:27.569Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:27.569Z] 268b6f9970c7: Layer already exists [2021-02-24T14:08:27.569Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:27.569Z] 96d1bdc3238a: Layer already exists [2021-02-24T14:08:27.569Z] ccdd9b397bb8: Layer already exists [2021-02-24T14:08:27.837Z] 2.0.0-dev.103: digest: sha256:7ee2298ac55f851d9aafb94e089a784f1d168e8bdb69a15a8c3aa8e24dd4de61 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:28.190Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:28.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:28.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-24T14:08:28.516Z] ccdd9b397bb8: Preparing [2021-02-24T14:08:28.516Z] 268b6f9970c7: Preparing [2021-02-24T14:08:28.516Z] 0fb27e412859: Preparing [2021-02-24T14:08:28.516Z] 96d1bdc3238a: Preparing [2021-02-24T14:08:28.516Z] 379067d0cb53: Preparing [2021-02-24T14:08:28.516Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:28.516Z] 96d1bdc3238a: Layer already exists [2021-02-24T14:08:28.516Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:28.516Z] ccdd9b397bb8: Layer already exists [2021-02-24T14:08:28.516Z] 268b6f9970c7: Layer already exists [2021-02-24T14:08:28.785Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:7ee2298ac55f851d9aafb94e089a784f1d168e8bdb69a15a8c3aa8e24dd4de61 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:29.118Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:29.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-02-24T14:08:29.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-02-24T14:08:29.445Z] ccdd9b397bb8: Preparing [2021-02-24T14:08:29.445Z] 268b6f9970c7: Preparing [2021-02-24T14:08:29.445Z] 0fb27e412859: Preparing [2021-02-24T14:08:29.445Z] 96d1bdc3238a: Preparing [2021-02-24T14:08:29.445Z] 379067d0cb53: Preparing [2021-02-24T14:08:29.714Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:29.714Z] ccdd9b397bb8: Layer already exists [2021-02-24T14:08:29.714Z] 268b6f9970c7: Layer already exists [2021-02-24T14:08:29.714Z] 96d1bdc3238a: Layer already exists [2021-02-24T14:08:29.714Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:29.714Z] master: digest: sha256:7ee2298ac55f851d9aafb94e089a784f1d168e8bdb69a15a8c3aa8e24dd4de61 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:29.889Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:29.937Z] taggedImages: [2021-02-24T14:08:29.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:29.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:29.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:29.937Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-02-24T14:08:30.001Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-02-24T14:08:30.001Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:30.002Z] 2.0.0-dev.103 [2021-02-24T14:08:30.002Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:30.002Z] master [2021-02-24T14:08:30.002Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:30.513Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:30.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:30.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-24T14:08:30.848Z] 5f8087408d8f: Preparing [2021-02-24T14:08:30.848Z] 7187c0dfc9df: Preparing [2021-02-24T14:08:30.848Z] 0fb27e412859: Preparing [2021-02-24T14:08:30.848Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:30.848Z] 379067d0cb53: Preparing [2021-02-24T14:08:31.118Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:31.118Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:31.118Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:31.118Z] 5f8087408d8f: Pushed [2021-02-24T14:08:33.718Z] 7187c0dfc9df: Pushed [2021-02-24T14:08:34.307Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:5c1bef59f343a61261e36c7c4aa143d895c239e5b64a094e3ca30b305dcf46cd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:34.644Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:34.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:34.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-24T14:08:34.974Z] 5f8087408d8f: Preparing [2021-02-24T14:08:34.974Z] 7187c0dfc9df: Preparing [2021-02-24T14:08:34.974Z] 0fb27e412859: Preparing [2021-02-24T14:08:34.974Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:34.974Z] 379067d0cb53: Preparing [2021-02-24T14:08:34.974Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:34.974Z] 7187c0dfc9df: Layer already exists [2021-02-24T14:08:34.974Z] 5f8087408d8f: Layer already exists [2021-02-24T14:08:34.974Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:34.974Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:35.243Z] 2.0.0-dev.103: digest: sha256:5c1bef59f343a61261e36c7c4aa143d895c239e5b64a094e3ca30b305dcf46cd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:35.590Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:35.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:35.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-24T14:08:35.991Z] 5f8087408d8f: Preparing [2021-02-24T14:08:35.991Z] 7187c0dfc9df: Preparing [2021-02-24T14:08:35.991Z] 0fb27e412859: Preparing [2021-02-24T14:08:35.991Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:35.991Z] 379067d0cb53: Preparing [2021-02-24T14:08:35.991Z] 7187c0dfc9df: Layer already exists [2021-02-24T14:08:36.265Z] 5f8087408d8f: Layer already exists [2021-02-24T14:08:36.265Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:36.265Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:36.265Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:36.265Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:5c1bef59f343a61261e36c7c4aa143d895c239e5b64a094e3ca30b305dcf46cd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:36.603Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:36.934Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-02-24T14:08:36.934Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-02-24T14:08:36.934Z] 5f8087408d8f: Preparing [2021-02-24T14:08:36.934Z] 7187c0dfc9df: Preparing [2021-02-24T14:08:36.934Z] 0fb27e412859: Preparing [2021-02-24T14:08:36.934Z] ecc7532bf8b4: Preparing [2021-02-24T14:08:36.934Z] 379067d0cb53: Preparing [2021-02-24T14:08:36.934Z] 7187c0dfc9df: Layer already exists [2021-02-24T14:08:36.934Z] 5f8087408d8f: Layer already exists [2021-02-24T14:08:36.934Z] ecc7532bf8b4: Layer already exists [2021-02-24T14:08:36.934Z] 379067d0cb53: Layer already exists [2021-02-24T14:08:36.934Z] 0fb27e412859: Layer already exists [2021-02-24T14:08:37.203Z] master: digest: sha256:5c1bef59f343a61261e36c7c4aa143d895c239e5b64a094e3ca30b305dcf46cd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:37.381Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:37.423Z] taggedImages: [2021-02-24T14:08:37.423Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:37.423Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:37.423Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:37.423Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-02-24T14:08:37.491Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-02-24T14:08:37.491Z] 756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:37.491Z] 2.0.0-dev.103 [2021-02-24T14:08:37.491Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:37.491Z] master [2021-02-24T14:08:37.491Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:38.002Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:38.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:38.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-24T14:08:38.336Z] cd1764e73b5f: Preparing [2021-02-24T14:08:38.336Z] 8fc57e4f6714: Preparing [2021-02-24T14:08:38.336Z] bc78f2a9f990: Preparing [2021-02-24T14:08:38.336Z] ced7684d7e9d: Preparing [2021-02-24T14:08:38.336Z] 6f903dd20cc8: Preparing [2021-02-24T14:08:38.336Z] 5f581d548f10: Preparing [2021-02-24T14:08:38.336Z] 9910c7ed9a05: Preparing [2021-02-24T14:08:38.336Z] 9ded3b6bb9b5: Preparing [2021-02-24T14:08:38.336Z] fa1afe8e6ed9: Preparing [2021-02-24T14:08:38.336Z] 87a09b4c083e: Preparing [2021-02-24T14:08:38.336Z] 0f74e9ff2a61: Preparing [2021-02-24T14:08:38.336Z] b122376c33c6: Preparing [2021-02-24T14:08:38.336Z] f8381ed47b22: Preparing [2021-02-24T14:08:38.336Z] e934a737d657: Preparing [2021-02-24T14:08:38.336Z] b122376c33c6: Waiting [2021-02-24T14:08:38.336Z] 87a09b4c083e: Waiting [2021-02-24T14:08:38.336Z] 0f74e9ff2a61: Waiting [2021-02-24T14:08:38.336Z] f8381ed47b22: Waiting [2021-02-24T14:08:38.336Z] 5f581d548f10: Waiting [2021-02-24T14:08:38.336Z] e934a737d657: Waiting [2021-02-24T14:08:38.336Z] 9910c7ed9a05: Waiting [2021-02-24T14:08:38.336Z] fa1afe8e6ed9: Waiting [2021-02-24T14:08:38.336Z] 9ded3b6bb9b5: Waiting [2021-02-24T14:08:38.939Z] 6f903dd20cc8: Pushed [2021-02-24T14:08:39.212Z] cd1764e73b5f: Pushed [2021-02-24T14:08:39.485Z] ced7684d7e9d: Pushed [2021-02-24T14:08:39.755Z] 9ded3b6bb9b5: Layer already exists [2021-02-24T14:08:39.756Z] fa1afe8e6ed9: Layer already exists [2021-02-24T14:08:39.756Z] 9910c7ed9a05: Pushed [2021-02-24T14:08:39.756Z] 87a09b4c083e: Layer already exists [2021-02-24T14:08:39.756Z] 0f74e9ff2a61: Layer already exists [2021-02-24T14:08:39.756Z] b122376c33c6: Layer already exists [2021-02-24T14:08:39.756Z] e934a737d657: Layer already exists [2021-02-24T14:08:39.756Z] f8381ed47b22: Layer already exists [2021-02-24T14:08:40.348Z] 8fc57e4f6714: Pushed [2021-02-24T14:08:41.323Z] 5f581d548f10: Pushed [2021-02-24T14:08:51.475Z] bc78f2a9f990: Pushed [2021-02-24T14:08:51.475Z] 756c8f67da22a1e32f0adf623247959e7b9e4742: digest: sha256:7fb935b7f93cb30df43ee6b7207829fc7a9c964dbf18e6d0ae8cac2b5401798a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:51.812Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:52.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:52.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-24T14:08:52.142Z] cd1764e73b5f: Preparing [2021-02-24T14:08:52.142Z] 8fc57e4f6714: Preparing [2021-02-24T14:08:52.142Z] bc78f2a9f990: Preparing [2021-02-24T14:08:52.142Z] ced7684d7e9d: Preparing [2021-02-24T14:08:52.142Z] 6f903dd20cc8: Preparing [2021-02-24T14:08:52.142Z] 5f581d548f10: Preparing [2021-02-24T14:08:52.142Z] 9910c7ed9a05: Preparing [2021-02-24T14:08:52.142Z] 9ded3b6bb9b5: Preparing [2021-02-24T14:08:52.142Z] fa1afe8e6ed9: Preparing [2021-02-24T14:08:52.142Z] 87a09b4c083e: Preparing [2021-02-24T14:08:52.142Z] 0f74e9ff2a61: Preparing [2021-02-24T14:08:52.142Z] b122376c33c6: Preparing [2021-02-24T14:08:52.142Z] f8381ed47b22: Preparing [2021-02-24T14:08:52.142Z] e934a737d657: Preparing [2021-02-24T14:08:52.142Z] 5f581d548f10: Waiting [2021-02-24T14:08:52.142Z] 9ded3b6bb9b5: Waiting [2021-02-24T14:08:52.142Z] 0f74e9ff2a61: Waiting [2021-02-24T14:08:52.142Z] fa1afe8e6ed9: Waiting [2021-02-24T14:08:52.142Z] 87a09b4c083e: Waiting [2021-02-24T14:08:52.142Z] b122376c33c6: Waiting [2021-02-24T14:08:52.142Z] f8381ed47b22: Waiting [2021-02-24T14:08:52.142Z] e934a737d657: Waiting [2021-02-24T14:08:52.142Z] bc78f2a9f990: Layer already exists [2021-02-24T14:08:52.142Z] cd1764e73b5f: Layer already exists [2021-02-24T14:08:52.142Z] 6f903dd20cc8: Layer already exists [2021-02-24T14:08:52.142Z] ced7684d7e9d: Layer already exists [2021-02-24T14:08:52.142Z] 8fc57e4f6714: Layer already exists [2021-02-24T14:08:52.412Z] 87a09b4c083e: Layer already exists [2021-02-24T14:08:52.412Z] 5f581d548f10: Layer already exists [2021-02-24T14:08:52.412Z] 9910c7ed9a05: Layer already exists [2021-02-24T14:08:52.412Z] fa1afe8e6ed9: Layer already exists [2021-02-24T14:08:52.412Z] 9ded3b6bb9b5: Layer already exists [2021-02-24T14:08:52.412Z] b122376c33c6: Layer already exists [2021-02-24T14:08:52.412Z] f8381ed47b22: Layer already exists [2021-02-24T14:08:52.412Z] 0f74e9ff2a61: Layer already exists [2021-02-24T14:08:52.412Z] e934a737d657: Layer already exists [2021-02-24T14:08:52.412Z] 2.0.0-dev.103: digest: sha256:7fb935b7f93cb30df43ee6b7207829fc7a9c964dbf18e6d0ae8cac2b5401798a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:52.748Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:53.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:53.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-24T14:08:53.081Z] cd1764e73b5f: Preparing [2021-02-24T14:08:53.081Z] 8fc57e4f6714: Preparing [2021-02-24T14:08:53.081Z] bc78f2a9f990: Preparing [2021-02-24T14:08:53.081Z] ced7684d7e9d: Preparing [2021-02-24T14:08:53.081Z] 6f903dd20cc8: Preparing [2021-02-24T14:08:53.081Z] 5f581d548f10: Preparing [2021-02-24T14:08:53.081Z] 9910c7ed9a05: Preparing [2021-02-24T14:08:53.081Z] 9ded3b6bb9b5: Preparing [2021-02-24T14:08:53.081Z] fa1afe8e6ed9: Preparing [2021-02-24T14:08:53.081Z] 87a09b4c083e: Preparing [2021-02-24T14:08:53.081Z] 0f74e9ff2a61: Preparing [2021-02-24T14:08:53.081Z] b122376c33c6: Preparing [2021-02-24T14:08:53.081Z] f8381ed47b22: Preparing [2021-02-24T14:08:53.081Z] e934a737d657: Preparing [2021-02-24T14:08:53.081Z] fa1afe8e6ed9: Waiting [2021-02-24T14:08:53.081Z] b122376c33c6: Waiting [2021-02-24T14:08:53.081Z] f8381ed47b22: Waiting [2021-02-24T14:08:53.081Z] 87a09b4c083e: Waiting [2021-02-24T14:08:53.081Z] 0f74e9ff2a61: Waiting [2021-02-24T14:08:53.081Z] 5f581d548f10: Waiting [2021-02-24T14:08:53.081Z] 9910c7ed9a05: Waiting [2021-02-24T14:08:53.081Z] 9ded3b6bb9b5: Waiting [2021-02-24T14:08:53.081Z] e934a737d657: Waiting [2021-02-24T14:08:53.081Z] bc78f2a9f990: Layer already exists [2021-02-24T14:08:53.081Z] cd1764e73b5f: Layer already exists [2021-02-24T14:08:53.081Z] 8fc57e4f6714: Layer already exists [2021-02-24T14:08:53.081Z] 6f903dd20cc8: Layer already exists [2021-02-24T14:08:53.081Z] ced7684d7e9d: Layer already exists [2021-02-24T14:08:53.357Z] 9910c7ed9a05: Layer already exists [2021-02-24T14:08:53.357Z] 5f581d548f10: Layer already exists [2021-02-24T14:08:53.357Z] 9ded3b6bb9b5: Layer already exists [2021-02-24T14:08:53.357Z] fa1afe8e6ed9: Layer already exists [2021-02-24T14:08:53.357Z] 87a09b4c083e: Layer already exists [2021-02-24T14:08:53.357Z] 0f74e9ff2a61: Layer already exists [2021-02-24T14:08:53.357Z] e934a737d657: Layer already exists [2021-02-24T14:08:53.357Z] b122376c33c6: Layer already exists [2021-02-24T14:08:53.357Z] f8381ed47b22: Layer already exists [2021-02-24T14:08:53.357Z] 756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103: digest: sha256:7fb935b7f93cb30df43ee6b7207829fc7a9c964dbf18e6d0ae8cac2b5401798a size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:53.695Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:08:54.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-02-24T14:08:54.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-02-24T14:08:54.024Z] cd1764e73b5f: Preparing [2021-02-24T14:08:54.024Z] 8fc57e4f6714: Preparing [2021-02-24T14:08:54.024Z] bc78f2a9f990: Preparing [2021-02-24T14:08:54.024Z] ced7684d7e9d: Preparing [2021-02-24T14:08:54.024Z] 6f903dd20cc8: Preparing [2021-02-24T14:08:54.024Z] 5f581d548f10: Preparing [2021-02-24T14:08:54.024Z] 9910c7ed9a05: Preparing [2021-02-24T14:08:54.024Z] 9ded3b6bb9b5: Preparing [2021-02-24T14:08:54.024Z] fa1afe8e6ed9: Preparing [2021-02-24T14:08:54.024Z] 87a09b4c083e: Preparing [2021-02-24T14:08:54.024Z] 0f74e9ff2a61: Preparing [2021-02-24T14:08:54.024Z] b122376c33c6: Preparing [2021-02-24T14:08:54.024Z] f8381ed47b22: Preparing [2021-02-24T14:08:54.024Z] e934a737d657: Preparing [2021-02-24T14:08:54.024Z] fa1afe8e6ed9: Waiting [2021-02-24T14:08:54.024Z] 87a09b4c083e: Waiting [2021-02-24T14:08:54.024Z] 0f74e9ff2a61: Waiting [2021-02-24T14:08:54.024Z] 5f581d548f10: Waiting [2021-02-24T14:08:54.024Z] b122376c33c6: Waiting [2021-02-24T14:08:54.024Z] 9910c7ed9a05: Waiting [2021-02-24T14:08:54.024Z] 9ded3b6bb9b5: Waiting [2021-02-24T14:08:54.024Z] e934a737d657: Waiting [2021-02-24T14:08:54.024Z] bc78f2a9f990: Layer already exists [2021-02-24T14:08:54.295Z] ced7684d7e9d: Layer already exists [2021-02-24T14:08:54.295Z] 8fc57e4f6714: Layer already exists [2021-02-24T14:08:54.295Z] 6f903dd20cc8: Layer already exists [2021-02-24T14:08:54.295Z] cd1764e73b5f: Layer already exists [2021-02-24T14:08:54.295Z] 5f581d548f10: Layer already exists [2021-02-24T14:08:54.295Z] 9910c7ed9a05: Layer already exists [2021-02-24T14:08:54.295Z] fa1afe8e6ed9: Layer already exists [2021-02-24T14:08:54.295Z] 9ded3b6bb9b5: Layer already exists [2021-02-24T14:08:54.295Z] 87a09b4c083e: Layer already exists [2021-02-24T14:08:54.295Z] b122376c33c6: Layer already exists [2021-02-24T14:08:54.295Z] f8381ed47b22: Layer already exists [2021-02-24T14:08:54.295Z] 0f74e9ff2a61: Layer already exists [2021-02-24T14:08:54.295Z] e934a737d657: Layer already exists [2021-02-24T14:08:54.295Z] master: digest: sha256:7fb935b7f93cb30df43ee6b7207829fc7a9c964dbf18e6d0ae8cac2b5401798a size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-02-24T14:08:54.479Z] ===================================================== [Pipeline] echo [2021-02-24T14:08:54.527Z] taggedImages: [2021-02-24T14:08:54.527Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742 [2021-02-24T14:08:54.527Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.103 [2021-02-24T14:08:54.527Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:756c8f67da22a1e32f0adf623247959e7b9e4742-2.0.0-dev.103 [2021-02-24T14:08:54.527Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:08:55.117Z] ---> job-cost.sh [2021-02-24T14:08:55.117Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-rdMB [2021-02-24T14:09:34.052Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-02-24T14:11:55.849Z] lf-activate-venv(): INFO: Adding /tmp/venv-rdMB/bin to PATH [2021-02-24T14:11:55.849Z] INFO: No Stack... [2021-02-24T14:11:55.849Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-02-24T14:11:55.849Z] INFO: Archiving Costs [Pipeline] sh [2021-02-24T14:11:56.187Z] + cat /w/workspace/edgex-go/369/archives/cost.csv [2021-02-24T14:11:56.187Z] + cut -d, -f6 [Pipeline] lock [2021-02-24T14:11:56.297Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-369-stack-cost] [2021-02-24T14:11:56.306Z] Resource [jenkins-edgexfoundry-edgex-go-master-369-stack-cost] did not exist. Created. [2021-02-24T14:11:56.306Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-369-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-02-24T14:11:56.736Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-02-24T14:11:57.802Z] Stashed 1 file(s) [Pipeline] } [2021-02-24T14:11:57.811Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-369-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-02-24T14:11:59.204Z] provisioning config files... [2021-02-24T14:11:59.219Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/369@tmp/config3641415372122468016tmp [Pipeline] { [Pipeline] sh [2021-02-24T14:11:59.616Z] + set +x [2021-02-24T14:11:59.616Z] + curl -s https://codecov.io/bash [2021-02-24T14:11:59.616Z] + bash -s -- [2021-02-24T14:11:59.880Z] [2021-02-24T14:11:59.881Z] _____ _ [2021-02-24T14:11:59.881Z] / ____| | | [2021-02-24T14:11:59.881Z] | | ___ __| | ___ ___ _____ __ [2021-02-24T14:11:59.881Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-24T14:11:59.881Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-24T14:11:59.881Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-24T14:11:59.881Z] Bash-20210129-7c25fce [2021-02-24T14:11:59.881Z] [2021-02-24T14:11:59.881Z] [2021-02-24T14:11:59.881Z] ==> git version 2.24.3 found [2021-02-24T14:12:00.144Z] ==> 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-02-24T14:12:00.144Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-24T14:12:00.144Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-24T14:12:00.144Z] ==> Jenkins CI detected. [2021-02-24T14:12:00.144Z] project root: . [2021-02-24T14:12:00.144Z] --> token set from env [2021-02-24T14:12:00.144Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-24T14:12:00.144Z] ==> Running gcov in . (disable via -X gcov) [2021-02-24T14:12:00.144Z] ==> Python coveragepy not found [2021-02-24T14:12:00.144Z] ==> Searching for coverage reports in: [2021-02-24T14:12:00.144Z] + . [2021-02-24T14:12:00.144Z] -> Found 1 reports [2021-02-24T14:12:00.144Z] ==> Detecting git/mercurial file structure [2021-02-24T14:12:00.144Z] ==> Reading reports [2021-02-24T14:12:00.144Z] + ./coverage.out bytes=594620 [2021-02-24T14:12:00.407Z] ==> Appending adjustments [2021-02-24T14:12:00.407Z] https://docs.codecov.io/docs/fixing-reports [2021-02-24T14:12:03.716Z] + Found adjustments [2021-02-24T14:12:03.716Z] ==> Gzipping contents [2021-02-24T14:12:03.716Z] 88K /tmp/codecov.IYqkX1.gz [2021-02-24T14:12:03.716Z] ==> Uploading reports [2021-02-24T14:12:03.716Z] url: https://codecov.io [2021-02-24T14:12:03.716Z] query: branch=master&commit=756c8f67da22a1e32f0adf623247959e7b9e4742&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-24T14:12:03.716Z] -> Pinging Codecov [2021-02-24T14:12:03.716Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=756c8f67da22a1e32f0adf623247959e7b9e4742&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-24T14:12:03.978Z] -> Uploading to [2021-02-24T14:12:03.978Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-24/00271124DB129430A58F1EEE437C3FCB/756c8f67da22a1e32f0adf623247959e7b9e4742/dabed815-1f67-4d01-90b0-8472e942e884.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210224T141203Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72d81b14174e667f871267b19d378cb0cd2182b7191bd8d0c51d9b7c979543bb [2021-02-24T14:12:03.978Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:12:03.978Z] Dload Upload Total Spent Left Speed [2021-02-24T14:12:04.552Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88633 0 0 100 88633 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-02-24T14:12:04.552Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/756c8f67da22a1e32f0adf623247959e7b9e4742 [Pipeline] } [2021-02-24T14:12:04.562Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-02-24T14:12:05.000Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-24T14:12:05.084Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:12:05.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-24T14:12:05.427Z] [2021-02-24T14:12:05.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:12:05.770Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-24T14:12:05.770Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-24T14:12:05.770Z] 188c0c94c7c5: Already exists [2021-02-24T14:12:05.770Z] 0ef7d3d256c8: Already exists [2021-02-24T14:12:05.770Z] de9db76c5a1d: Already exists [2021-02-24T14:12:05.770Z] 0eba1c9be4d2: Pulling fs layer [2021-02-24T14:12:05.770Z] 0d57e429df01: Pulling fs layer [2021-02-24T14:12:05.770Z] 4e4be7b47b0d: Pulling fs layer [2021-02-24T14:12:05.770Z] e1f770b5df2f: Pulling fs layer [2021-02-24T14:12:05.770Z] 85a0685a4137: Pulling fs layer [2021-02-24T14:12:05.770Z] e1f770b5df2f: Waiting [2021-02-24T14:12:05.770Z] 85a0685a4137: Waiting [2021-02-24T14:12:05.770Z] 4e4be7b47b0d: Download complete [2021-02-24T14:12:05.770Z] 0d57e429df01: Verifying Checksum [2021-02-24T14:12:05.770Z] 0d57e429df01: Download complete [2021-02-24T14:12:07.689Z] e1f770b5df2f: Verifying Checksum [2021-02-24T14:12:07.689Z] e1f770b5df2f: Download complete [2021-02-24T14:12:09.624Z] 0eba1c9be4d2: Verifying Checksum [2021-02-24T14:12:09.624Z] 0eba1c9be4d2: Download complete [2021-02-24T14:12:09.891Z] 85a0685a4137: Verifying Checksum [2021-02-24T14:12:09.891Z] 85a0685a4137: Download complete [2021-02-24T14:12:15.361Z] 0eba1c9be4d2: Pull complete [2021-02-24T14:12:15.361Z] 0d57e429df01: Pull complete [2021-02-24T14:12:15.361Z] 4e4be7b47b0d: Pull complete [2021-02-24T14:12:18.718Z] e1f770b5df2f: Pull complete [2021-02-24T14:12:28.801Z] 85a0685a4137: Pull complete [2021-02-24T14:12:28.801Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-24T14:12:28.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-24T14:12:28.801Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-24T14:12:28.992Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:12:29.047Z] $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-24T14:12:30.092Z] $ docker top cf7f901a3fe07b23976cc4e48f714cb232bf6158242fa710568fa9cf6520ca9e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-24T14:12:30.352Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-24T14:12:30.654Z] + set -o pipefail [2021-02-24T14:12:30.654Z] + snyk monitor '--org=edgex-jenkins' [2021-02-24T14:12:52.670Z] [2021-02-24T14:12:52.670Z] Monitoring /w/workspace/edgex-go/369 (github.com/edgexfoundry/edgex-go)... [2021-02-24T14:12:52.670Z] [2021-02-24T14:12:52.670Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8fa0ad91-909e-445a-ac93-c419da4ad4a3 [2021-02-24T14:12:52.670Z] [2021-02-24T14:12:52.670Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-24T14:12:52.670Z] [2021-02-24T14:12:52.670Z] [2021-02-24T14:12:52.670Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-02-24T14:12:52.670Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-02-24T14:12:52.685Z] $ docker stop --time=1 cf7f901a3fe07b23976cc4e48f714cb232bf6158242fa710568fa9cf6520ca9e [2021-02-24T14:12:55.736Z] $ docker rm -f cf7f901a3fe07b23976cc4e48f714cb232bf6158242fa710568fa9cf6520ca9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-02-24T14:12:56.946Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T14:12:56.997Z] provisioning config files... [2021-02-24T14:12:57.007Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/369@tmp/config7583446959797035679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:12:57.404Z] --> edgex-publish-swagger.sh [2021-02-24T14:12:57.404Z] === Publish openapi/v1 API === [2021-02-24T14:12:57.404Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-02-24T14:12:57.404Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/369/openapi/v1/core-command.yaml] [2021-02-24T14:12:57.404Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:12:57.404Z] Dload Upload Total Spent Left Speed [2021-02-24T14:12:58.350Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9278 0:00:01 0:00:01 --:--:-- 9286 100 10522 0 0 100 10522 0 9276 0:00:01 0:00:01 --:--:-- 9286 [2021-02-24T14:12:58.350Z] [2021-02-24T14:12:58.350Z] [2021-02-24T14:12:58.350Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/369/openapi/v1/core-data.yaml] [2021-02-24T14:12:58.350Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:12:58.350Z] Dload Upload Total Spent Left Speed [2021-02-24T14:12:59.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26767 0:00:01 0:00:01 --:--:-- 26795 100 32557 0 0 100 32557 0 25989 0:00:01 0:00:01 --:--:-- 26003 [2021-02-24T14:12:59.739Z] [2021-02-24T14:12:59.739Z] [2021-02-24T14:12:59.739Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/369/openapi/v1/core-metadata.yaml] [2021-02-24T14:12:59.739Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:12:59.739Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:00.946Z] 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 60905 0:00:01 0:00:01 --:--:-- 60876 100 73721 0 0 100 73721 0 60366 0:00:01 0:00:01 --:--:-- 60328 [2021-02-24T14:13:00.946Z] [2021-02-24T14:13:00.946Z] [2021-02-24T14:13:00.946Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/369/openapi/v1/support-logging.yaml] [2021-02-24T14:13:00.946Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:00.946Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:01.892Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13191 0:00:01 0:00:01 --:--:-- 13198 100 13581 0 0 100 13581 0 13188 0:00:01 0:00:01 --:--:-- 13198 [2021-02-24T14:13:01.892Z] [2021-02-24T14:13:01.892Z] [2021-02-24T14:13:01.892Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/369/openapi/v1/support-notifications.yaml] [2021-02-24T14:13:01.892Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:01.892Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:03.287Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36887 0:00:01 0:00:01 --:--:-- 36897 100 38890 0 0 100 38890 0 36878 0:00:01 0:00:01 --:--:-- 36897 [2021-02-24T14:13:03.287Z] [2021-02-24T14:13:03.287Z] [2021-02-24T14:13:03.287Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/369/openapi/v1/support-scheduler.yaml] [2021-02-24T14:13:03.287Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:03.287Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:04.236Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12595 0:00:01 0:00:01 --:--:-- 12598 100 14249 0 0 100 14249 0 12593 0:00:01 0:00:01 --:--:-- 12598 [2021-02-24T14:13:04.236Z] [2021-02-24T14:13:04.236Z] [2021-02-24T14:13:04.236Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/369/openapi/v1/system-agent.yaml] [2021-02-24T14:13:04.236Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:04.236Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:05.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3686 0:00:01 0:00:01 --:--:-- 3689 100 4110 0 0 100 4110 0 3685 0:00:01 0:00:01 --:--:-- 3686 [2021-02-24T14:13:05.623Z] [2021-02-24T14:13:05.623Z] [2021-02-24T14:13:05.623Z] === Publish openapi/v2 API === [2021-02-24T14:13:05.623Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-24T14:13:05.623Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/369/openapi/v2/core-command.yaml] [2021-02-24T14:13:05.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:05.623Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:06.567Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 28296 0:00:01 0:00:01 --:--:-- 28327 100 29744 0 0 100 29744 0 28292 0:00:01 0:00:01 --:--:-- 28300 [2021-02-24T14:13:06.567Z] [2021-02-24T14:13:06.567Z] [2021-02-24T14:13:06.567Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/369/openapi/v2/core-data.yaml] [2021-02-24T14:13:06.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:06.567Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:07.514Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57136 0 0 100 57136 0 49748 0:00:01 0:00:01 --:--:-- 49770 100 57136 0 0 100 57136 0 49740 0:00:01 0:00:01 --:--:-- 49770 [2021-02-24T14:13:07.514Z] [2021-02-24T14:13:07.514Z] [2021-02-24T14:13:07.514Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/369/openapi/v2/core-metadata.yaml] [2021-02-24T14:13:07.514Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:07.514Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:08.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 109k 0:00:01 0:00:01 --:--:-- 109k 100 118k 0 0 100 118k 0 109k 0:00:01 0:00:01 --:--:-- 109k [2021-02-24T14:13:08.902Z] [2021-02-24T14:13:08.902Z] [2021-02-24T14:13:08.902Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/369/openapi/v2/support-notifications.yaml] [2021-02-24T14:13:08.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:08.902Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:09.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 49168 0:00:01 0:00:01 --:--:-- 49139 100 59705 0 0 100 59705 0 46733 0:00:01 0:00:01 --:--:-- 46717 [2021-02-24T14:13:09.847Z] [2021-02-24T14:13:09.847Z] [2021-02-24T14:13:09.847Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/369/openapi/v2/support-scheduler.yaml] [2021-02-24T14:13:09.847Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:09.847Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:11.243Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 35243 0:00:01 0:00:01 --:--:-- 35278 100 37783 0 0 100 37783 0 35236 0:00:01 0:00:01 --:--:-- 35245 [2021-02-24T14:13:11.243Z] [2021-02-24T14:13:11.243Z] [2021-02-24T14:13:11.243Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/369/openapi/v2/system-agent.yaml] [2021-02-24T14:13:11.243Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-24T14:13:11.243Z] Dload Upload Total Spent Left Speed [2021-02-24T14:13:12.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21516 0:00:01 0:00:01 --:--:-- 21533 100 24182 0 0 100 24182 0 21510 0:00:01 0:00:01 --:--:-- 21514 [2021-02-24T14:13:12.189Z] [2021-02-24T14:13:12.189Z] [Pipeline] } [2021-02-24T14:13:12.198Z] 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-02-24T14:13:12.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T14:13:12.985Z] . [Pipeline] withDockerContainer [2021-02-24T14:13:13.094Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:13:13.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T14:13:13.963Z] $ docker top 9d2567170ab8cf4ee799c62127dac2e9a911fc92729c24975ae0687e61d3485c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T14:13:14.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T14:13:14.316Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T14:13:14.556Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T14:13:14.559Z] $ docker exec 9d2567170ab8cf4ee799c62127dac2e9a911fc92729c24975ae0687e61d3485c ssh-agent [2021-02-24T14:13:14.735Z] SSH_AUTH_SOCK=/tmp/ssh-gtEegPqSVUCx/agent.11 [2021-02-24T14:13:14.735Z] SSH_AGENT_PID=16 [2021-02-24T14:13:14.745Z] Running ssh-add (command line suppressed) [2021-02-24T14:13:14.878Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_5672264052220198823.key (/w/workspace/edgex-go/369@tmp/private_key_5672264052220198823.key) [2021-02-24T14:13:14.943Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T14:13:15.280Z] + git semver tag [2021-02-24T14:13:15.542Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T14:13:15.542Z] # $GIT_DIR = /w/workspace/edgex-go/369/.git [2021-02-24T14:13:15.542Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/369 [2021-02-24T14:13:15.542Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T14:13:15.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T14:13:15.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T14:13:15.542Z] # $SEMVER_BRANCH = master [2021-02-24T14:13:15.542Z] # $SEMVER_DIR = /w/workspace/edgex-go/369/.semver [2021-02-24T14:13:15.542Z] # 756c8f67da22a1e32f0adf623247959e7b9e4742 HEAD [2021-02-24T14:13:16.122Z] # -> Force: false [2021-02-24T14:13:16.122Z] # 692e45af85d27bdc38ea8e0fea27f0579758bafc refs/tags/v2.0.0-dev.103 [Pipeline] } [2021-02-24T14:13:16.167Z] $ docker exec --env ******** --env ******** 9d2567170ab8cf4ee799c62127dac2e9a911fc92729c24975ae0687e61d3485c ssh-agent -k [2021-02-24T14:13:16.349Z] unset SSH_AUTH_SOCK; [2021-02-24T14:13:16.349Z] unset SSH_AGENT_PID; [2021-02-24T14:13:16.349Z] echo Agent pid 16 killed; [2021-02-24T14:13:16.426Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T14:13:16.885Z] + git semver [Pipeline] } [2021-02-24T14:13:16.901Z] $ docker stop --time=1 9d2567170ab8cf4ee799c62127dac2e9a911fc92729c24975ae0687e61d3485c [2021-02-24T14:13:18.258Z] $ docker rm -f 9d2567170ab8cf4ee799c62127dac2e9a911fc92729c24975ae0687e61d3485c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:13:18.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-24T14:13:18.884Z] [2021-02-24T14:13:18.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:13:19.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-24T14:13:19.233Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-24T14:13:19.233Z] ab5ef0e58194: Pulling fs layer [2021-02-24T14:13:19.233Z] 9712f1f96733: Pulling fs layer [2021-02-24T14:13:19.233Z] 63f879dbbcfc: Pulling fs layer [2021-02-24T14:13:19.233Z] 0d9ebad4ef96: Pulling fs layer [2021-02-24T14:13:19.233Z] e9a5061849ea: Pulling fs layer [2021-02-24T14:13:19.233Z] d747dcd14b5f: Pulling fs layer [2021-02-24T14:13:19.233Z] 2de7ff778b66: Pulling fs layer [2021-02-24T14:13:19.233Z] 2de7ff778b66: Waiting [2021-02-24T14:13:19.233Z] e9a5061849ea: Waiting [2021-02-24T14:13:19.233Z] d747dcd14b5f: Waiting [2021-02-24T14:13:19.233Z] 0d9ebad4ef96: Waiting [2021-02-24T14:13:19.233Z] 9712f1f96733: Verifying Checksum [2021-02-24T14:13:19.233Z] 9712f1f96733: Download complete [2021-02-24T14:13:21.150Z] 63f879dbbcfc: Verifying Checksum [2021-02-24T14:13:21.150Z] 63f879dbbcfc: Download complete [2021-02-24T14:13:21.150Z] e9a5061849ea: Verifying Checksum [2021-02-24T14:13:21.150Z] e9a5061849ea: Download complete [2021-02-24T14:13:21.150Z] d747dcd14b5f: Verifying Checksum [2021-02-24T14:13:21.150Z] d747dcd14b5f: Download complete [2021-02-24T14:13:21.436Z] 2de7ff778b66: Verifying Checksum [2021-02-24T14:13:21.436Z] 2de7ff778b66: Download complete [2021-02-24T14:13:21.436Z] ab5ef0e58194: Verifying Checksum [2021-02-24T14:13:21.436Z] ab5ef0e58194: Download complete [2021-02-24T14:13:21.698Z] 0d9ebad4ef96: Download complete [2021-02-24T14:13:26.999Z] ab5ef0e58194: Pull complete [2021-02-24T14:13:26.999Z] 9712f1f96733: Pull complete [2021-02-24T14:13:29.563Z] 63f879dbbcfc: Pull complete [2021-02-24T14:13:37.723Z] 0d9ebad4ef96: Pull complete [2021-02-24T14:13:38.668Z] e9a5061849ea: Pull complete [2021-02-24T14:13:38.932Z] d747dcd14b5f: Pull complete [2021-02-24T14:13:41.618Z] 2de7ff778b66: Pull complete [2021-02-24T14:13:41.618Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-24T14:13:41.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-24T14:13:41.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-24T14:13:41.806Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:13:41.853Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-24T14:13:45.014Z] $ docker top 42eb2b6f0b3d183f76235e5e87251d2d3a3d33f147a48404760d4d6b9ec3df26 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-24T14:13:45.284Z] provisioning config files... [2021-02-24T14:13:45.295Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/369@tmp/config1683820121310187383tmp [2021-02-24T14:13:45.318Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/369@tmp/config3589633102049048066tmp [2021-02-24T14:13:45.344Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/369@tmp/config2888408296783657716tmp [Pipeline] { [Pipeline] echo [2021-02-24T14:13:45.400Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:13:45.697Z] ---> sigul-configuration.sh [2021-02-24T14:13:45.697Z] gpg: directory `/root/.gnupg' created [2021-02-24T14:13:45.697Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-24T14:13:45.697Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-24T14:13:45.697Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-24T14:13:45.697Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-24T14:13:45.697Z] gpg: CAST5 encrypted data [2021-02-24T14:13:45.960Z] gpg: encrypted with 1 passphrase [2021-02-24T14:13:45.960Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-24T14:13:46.256Z] + mkdir /home/jenkins [2021-02-24T14:13:46.256Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-24T14:13:46.552Z] + 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-02-24T14:13:46.563Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:13:46.859Z] ---> sigul-install.sh [2021-02-24T14:13:53.450Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-24T14:13:53.747Z] + git tag --list [2021-02-24T14:13:53.747Z] 0.6.0 [2021-02-24T14:13:53.747Z] 0.6.1 [2021-02-24T14:13:53.747Z] 0.7.0 [2021-02-24T14:13:53.747Z] 0.7.1 [2021-02-24T14:13:53.747Z] v0.0.0 [2021-02-24T14:13:53.747Z] v0.0.1-dev.1 [2021-02-24T14:13:53.747Z] v1.0.0 [2021-02-24T14:13:53.747Z] v1.0.1 [2021-02-24T14:13:53.747Z] v1.1.0 [2021-02-24T14:13:53.747Z] v1.2.0 [2021-02-24T14:13:53.747Z] v1.2.1 [2021-02-24T14:13:53.747Z] v1.2.2-dev.1 [2021-02-24T14:13:53.747Z] v1.2.2-dev.10 [2021-02-24T14:13:53.747Z] v1.2.2-dev.100 [2021-02-24T14:13:53.747Z] v1.2.2-dev.101 [2021-02-24T14:13:53.747Z] v1.2.2-dev.102 [2021-02-24T14:13:53.747Z] v1.2.2-dev.103 [2021-02-24T14:13:53.747Z] v1.2.2-dev.104 [2021-02-24T14:13:53.747Z] v1.2.2-dev.105 [2021-02-24T14:13:53.747Z] v1.2.2-dev.106 [2021-02-24T14:13:53.747Z] v1.2.2-dev.107 [2021-02-24T14:13:53.747Z] v1.2.2-dev.11 [2021-02-24T14:13:53.747Z] v1.2.2-dev.12 [2021-02-24T14:13:53.747Z] v1.2.2-dev.13 [2021-02-24T14:13:53.747Z] v1.2.2-dev.14 [2021-02-24T14:13:53.747Z] v1.2.2-dev.15 [2021-02-24T14:13:53.747Z] v1.2.2-dev.16 [2021-02-24T14:13:53.747Z] v1.2.2-dev.17 [2021-02-24T14:13:53.747Z] v1.2.2-dev.18 [2021-02-24T14:13:53.747Z] v1.2.2-dev.19 [2021-02-24T14:13:53.747Z] v1.2.2-dev.2 [2021-02-24T14:13:53.747Z] v1.2.2-dev.20 [2021-02-24T14:13:53.747Z] v1.2.2-dev.21 [2021-02-24T14:13:53.747Z] v1.2.2-dev.22 [2021-02-24T14:13:53.747Z] v1.2.2-dev.23 [2021-02-24T14:13:53.747Z] v1.2.2-dev.24 [2021-02-24T14:13:53.747Z] v1.2.2-dev.25 [2021-02-24T14:13:53.747Z] v1.2.2-dev.26 [2021-02-24T14:13:53.747Z] v1.2.2-dev.27 [2021-02-24T14:13:53.747Z] v1.2.2-dev.28 [2021-02-24T14:13:53.747Z] v1.2.2-dev.29 [2021-02-24T14:13:53.747Z] v1.2.2-dev.3 [2021-02-24T14:13:53.747Z] v1.2.2-dev.30 [2021-02-24T14:13:53.747Z] v1.2.2-dev.31 [2021-02-24T14:13:53.747Z] v1.2.2-dev.32 [2021-02-24T14:13:53.747Z] v1.2.2-dev.33 [2021-02-24T14:13:53.747Z] v1.2.2-dev.34 [2021-02-24T14:13:53.747Z] v1.2.2-dev.35 [2021-02-24T14:13:53.747Z] v1.2.2-dev.36 [2021-02-24T14:13:53.747Z] v1.2.2-dev.37 [2021-02-24T14:13:53.747Z] v1.2.2-dev.38 [2021-02-24T14:13:53.747Z] v1.2.2-dev.39 [2021-02-24T14:13:53.747Z] v1.2.2-dev.4 [2021-02-24T14:13:53.747Z] v1.2.2-dev.40 [2021-02-24T14:13:53.747Z] v1.2.2-dev.41 [2021-02-24T14:13:53.747Z] v1.2.2-dev.42 [2021-02-24T14:13:53.747Z] v1.2.2-dev.43 [2021-02-24T14:13:53.747Z] v1.2.2-dev.44 [2021-02-24T14:13:53.747Z] v1.2.2-dev.45 [2021-02-24T14:13:53.747Z] v1.2.2-dev.46 [2021-02-24T14:13:53.747Z] v1.2.2-dev.47 [2021-02-24T14:13:53.747Z] v1.2.2-dev.48 [2021-02-24T14:13:53.747Z] v1.2.2-dev.49 [2021-02-24T14:13:53.747Z] v1.2.2-dev.5 [2021-02-24T14:13:53.747Z] v1.2.2-dev.50 [2021-02-24T14:13:53.747Z] v1.2.2-dev.51 [2021-02-24T14:13:53.747Z] v1.2.2-dev.52 [2021-02-24T14:13:53.747Z] v1.2.2-dev.53 [2021-02-24T14:13:53.747Z] v1.2.2-dev.54 [2021-02-24T14:13:53.747Z] v1.2.2-dev.55 [2021-02-24T14:13:53.747Z] v1.2.2-dev.56 [2021-02-24T14:13:53.747Z] v1.2.2-dev.57 [2021-02-24T14:13:53.747Z] v1.2.2-dev.58 [2021-02-24T14:13:53.747Z] v1.2.2-dev.59 [2021-02-24T14:13:53.747Z] v1.2.2-dev.6 [2021-02-24T14:13:53.747Z] v1.2.2-dev.60 [2021-02-24T14:13:53.747Z] v1.2.2-dev.61 [2021-02-24T14:13:53.747Z] v1.2.2-dev.62 [2021-02-24T14:13:53.747Z] v1.2.2-dev.63 [2021-02-24T14:13:53.747Z] v1.2.2-dev.64 [2021-02-24T14:13:53.747Z] v1.2.2-dev.65 [2021-02-24T14:13:53.747Z] v1.2.2-dev.66 [2021-02-24T14:13:53.747Z] v1.2.2-dev.67 [2021-02-24T14:13:53.747Z] v1.2.2-dev.68 [2021-02-24T14:13:53.747Z] v1.2.2-dev.69 [2021-02-24T14:13:53.747Z] v1.2.2-dev.7 [2021-02-24T14:13:53.747Z] v1.2.2-dev.70 [2021-02-24T14:13:53.747Z] v1.2.2-dev.71 [2021-02-24T14:13:53.747Z] v1.2.2-dev.72 [2021-02-24T14:13:53.747Z] v1.2.2-dev.73 [2021-02-24T14:13:53.747Z] v1.2.2-dev.74 [2021-02-24T14:13:53.747Z] v1.2.2-dev.75 [2021-02-24T14:13:53.747Z] v1.2.2-dev.76 [2021-02-24T14:13:53.747Z] v1.2.2-dev.77 [2021-02-24T14:13:53.747Z] v1.2.2-dev.78 [2021-02-24T14:13:53.747Z] v1.2.2-dev.79 [2021-02-24T14:13:53.747Z] v1.2.2-dev.8 [2021-02-24T14:13:53.747Z] v1.2.2-dev.80 [2021-02-24T14:13:53.747Z] v1.2.2-dev.81 [2021-02-24T14:13:53.747Z] v1.2.2-dev.82 [2021-02-24T14:13:53.747Z] v1.2.2-dev.83 [2021-02-24T14:13:53.747Z] v1.2.2-dev.84 [2021-02-24T14:13:53.747Z] v1.2.2-dev.85 [2021-02-24T14:13:53.747Z] v1.2.2-dev.86 [2021-02-24T14:13:53.747Z] v1.2.2-dev.87 [2021-02-24T14:13:53.747Z] v1.2.2-dev.88 [2021-02-24T14:13:53.747Z] v1.2.2-dev.89 [2021-02-24T14:13:53.747Z] v1.2.2-dev.9 [2021-02-24T14:13:53.747Z] v1.2.2-dev.90 [2021-02-24T14:13:53.747Z] v1.2.2-dev.91 [2021-02-24T14:13:53.747Z] v1.2.2-dev.92 [2021-02-24T14:13:53.747Z] v1.2.2-dev.93 [2021-02-24T14:13:53.747Z] v1.2.2-dev.94 [2021-02-24T14:13:53.747Z] v1.2.2-dev.95 [2021-02-24T14:13:53.747Z] v1.2.2-dev.96 [2021-02-24T14:13:53.747Z] v1.2.2-dev.97 [2021-02-24T14:13:53.747Z] v1.2.2-dev.98 [2021-02-24T14:13:53.747Z] v1.2.2-dev.99 [2021-02-24T14:13:53.747Z] v1.3.0 [2021-02-24T14:13:53.747Z] v1.3.1 [2021-02-24T14:13:53.747Z] v1.3.1-dev.1 [2021-02-24T14:13:53.747Z] v1.3.1-dev.10 [2021-02-24T14:13:53.747Z] v1.3.1-dev.11 [2021-02-24T14:13:53.747Z] v1.3.1-dev.12 [2021-02-24T14:13:53.747Z] v1.3.1-dev.13 [2021-02-24T14:13:53.747Z] v1.3.1-dev.14 [2021-02-24T14:13:53.747Z] v1.3.1-dev.15 [2021-02-24T14:13:53.747Z] v1.3.1-dev.16 [2021-02-24T14:13:53.747Z] v1.3.1-dev.17 [2021-02-24T14:13:53.747Z] v1.3.1-dev.18 [2021-02-24T14:13:53.747Z] v1.3.1-dev.2 [2021-02-24T14:13:53.747Z] v1.3.1-dev.3 [2021-02-24T14:13:53.747Z] v1.3.1-dev.4 [2021-02-24T14:13:53.747Z] v1.3.1-dev.5 [2021-02-24T14:13:53.747Z] v1.3.1-dev.6 [2021-02-24T14:13:53.747Z] v1.3.1-dev.7 [2021-02-24T14:13:53.747Z] v1.3.1-dev.8 [2021-02-24T14:13:53.747Z] v1.3.1-dev.9 [2021-02-24T14:13:53.747Z] v2.0.0-dev.1 [2021-02-24T14:13:53.747Z] v2.0.0-dev.10 [2021-02-24T14:13:53.747Z] v2.0.0-dev.100 [2021-02-24T14:13:53.747Z] v2.0.0-dev.101 [2021-02-24T14:13:53.747Z] v2.0.0-dev.102 [2021-02-24T14:13:53.747Z] v2.0.0-dev.103 [2021-02-24T14:13:53.747Z] v2.0.0-dev.11 [2021-02-24T14:13:53.747Z] v2.0.0-dev.12 [2021-02-24T14:13:53.747Z] v2.0.0-dev.13 [2021-02-24T14:13:53.747Z] v2.0.0-dev.14 [2021-02-24T14:13:53.747Z] v2.0.0-dev.15 [2021-02-24T14:13:53.747Z] v2.0.0-dev.16 [2021-02-24T14:13:53.747Z] v2.0.0-dev.17 [2021-02-24T14:13:53.747Z] v2.0.0-dev.18 [2021-02-24T14:13:53.747Z] v2.0.0-dev.19 [2021-02-24T14:13:53.747Z] v2.0.0-dev.2 [2021-02-24T14:13:53.747Z] v2.0.0-dev.20 [2021-02-24T14:13:53.747Z] v2.0.0-dev.21 [2021-02-24T14:13:53.747Z] v2.0.0-dev.22 [2021-02-24T14:13:53.747Z] v2.0.0-dev.23 [2021-02-24T14:13:53.747Z] v2.0.0-dev.24 [2021-02-24T14:13:53.747Z] v2.0.0-dev.25 [2021-02-24T14:13:53.747Z] v2.0.0-dev.26 [2021-02-24T14:13:53.747Z] v2.0.0-dev.27 [2021-02-24T14:13:53.747Z] v2.0.0-dev.28 [2021-02-24T14:13:53.747Z] v2.0.0-dev.29 [2021-02-24T14:13:53.747Z] v2.0.0-dev.3 [2021-02-24T14:13:53.747Z] v2.0.0-dev.30 [2021-02-24T14:13:53.747Z] v2.0.0-dev.31 [2021-02-24T14:13:53.747Z] v2.0.0-dev.32 [2021-02-24T14:13:53.747Z] v2.0.0-dev.33 [2021-02-24T14:13:53.747Z] v2.0.0-dev.34 [2021-02-24T14:13:53.747Z] v2.0.0-dev.35 [2021-02-24T14:13:53.747Z] v2.0.0-dev.36 [2021-02-24T14:13:53.747Z] v2.0.0-dev.37 [2021-02-24T14:13:53.747Z] v2.0.0-dev.38 [2021-02-24T14:13:53.747Z] v2.0.0-dev.39 [2021-02-24T14:13:53.747Z] v2.0.0-dev.4 [2021-02-24T14:13:53.747Z] v2.0.0-dev.40 [2021-02-24T14:13:53.747Z] v2.0.0-dev.41 [2021-02-24T14:13:53.747Z] v2.0.0-dev.42 [2021-02-24T14:13:53.747Z] v2.0.0-dev.43 [2021-02-24T14:13:53.747Z] v2.0.0-dev.44 [2021-02-24T14:13:53.747Z] v2.0.0-dev.45 [2021-02-24T14:13:53.747Z] v2.0.0-dev.46 [2021-02-24T14:13:53.747Z] v2.0.0-dev.47 [2021-02-24T14:13:53.747Z] v2.0.0-dev.48 [2021-02-24T14:13:53.747Z] v2.0.0-dev.49 [2021-02-24T14:13:53.747Z] v2.0.0-dev.5 [2021-02-24T14:13:53.747Z] v2.0.0-dev.50 [2021-02-24T14:13:53.747Z] v2.0.0-dev.51 [2021-02-24T14:13:53.747Z] v2.0.0-dev.52 [2021-02-24T14:13:53.747Z] v2.0.0-dev.53 [2021-02-24T14:13:53.747Z] v2.0.0-dev.54 [2021-02-24T14:13:53.747Z] v2.0.0-dev.55 [2021-02-24T14:13:53.747Z] v2.0.0-dev.56 [2021-02-24T14:13:53.747Z] v2.0.0-dev.57 [2021-02-24T14:13:53.747Z] v2.0.0-dev.58 [2021-02-24T14:13:53.747Z] v2.0.0-dev.59 [2021-02-24T14:13:53.747Z] v2.0.0-dev.6 [2021-02-24T14:13:53.747Z] v2.0.0-dev.60 [2021-02-24T14:13:53.747Z] v2.0.0-dev.61 [2021-02-24T14:13:53.747Z] v2.0.0-dev.62 [2021-02-24T14:13:53.747Z] v2.0.0-dev.63 [2021-02-24T14:13:53.747Z] v2.0.0-dev.64 [2021-02-24T14:13:53.747Z] v2.0.0-dev.65 [2021-02-24T14:13:53.747Z] v2.0.0-dev.66 [2021-02-24T14:13:53.747Z] v2.0.0-dev.67 [2021-02-24T14:13:53.747Z] v2.0.0-dev.68 [2021-02-24T14:13:53.747Z] v2.0.0-dev.69 [2021-02-24T14:13:53.747Z] v2.0.0-dev.7 [2021-02-24T14:13:53.747Z] v2.0.0-dev.70 [2021-02-24T14:13:53.747Z] v2.0.0-dev.71 [2021-02-24T14:13:53.747Z] v2.0.0-dev.72 [2021-02-24T14:13:53.747Z] v2.0.0-dev.73 [2021-02-24T14:13:53.747Z] v2.0.0-dev.74 [2021-02-24T14:13:53.747Z] v2.0.0-dev.75 [2021-02-24T14:13:53.747Z] v2.0.0-dev.76 [2021-02-24T14:13:53.747Z] v2.0.0-dev.77 [2021-02-24T14:13:53.747Z] v2.0.0-dev.78 [2021-02-24T14:13:53.747Z] v2.0.0-dev.79 [2021-02-24T14:13:53.747Z] v2.0.0-dev.8 [2021-02-24T14:13:53.747Z] v2.0.0-dev.80 [2021-02-24T14:13:53.747Z] v2.0.0-dev.81 [2021-02-24T14:13:53.747Z] v2.0.0-dev.82 [2021-02-24T14:13:53.747Z] v2.0.0-dev.83 [2021-02-24T14:13:53.747Z] v2.0.0-dev.84 [2021-02-24T14:13:53.747Z] v2.0.0-dev.85 [2021-02-24T14:13:53.747Z] v2.0.0-dev.86 [2021-02-24T14:13:53.747Z] v2.0.0-dev.87 [2021-02-24T14:13:53.747Z] v2.0.0-dev.88 [2021-02-24T14:13:53.747Z] v2.0.0-dev.89 [2021-02-24T14:13:53.747Z] v2.0.0-dev.9 [2021-02-24T14:13:53.747Z] v2.0.0-dev.90 [2021-02-24T14:13:53.747Z] v2.0.0-dev.91 [2021-02-24T14:13:53.747Z] v2.0.0-dev.92 [2021-02-24T14:13:53.747Z] v2.0.0-dev.93 [2021-02-24T14:13:53.747Z] v2.0.0-dev.94 [2021-02-24T14:13:53.747Z] v2.0.0-dev.95 [2021-02-24T14:13:53.747Z] v2.0.0-dev.96 [2021-02-24T14:13:53.747Z] v2.0.0-dev.97 [2021-02-24T14:13:53.747Z] v2.0.0-dev.98 [2021-02-24T14:13:53.747Z] v2.0.0-dev.99 [Pipeline] sh [2021-02-24T14:13:54.045Z] + lftools sign git-tag v2.0.0-dev.103 [2021-02-24T14:13:54.989Z] Signing Git tag with Sigul... [2021-02-24T14:13:54.989Z] Signing v2.0.0-dev.103 [Pipeline] echo [2021-02-24T14:13:56.386Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:13:56.743Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-24T14:13:56.777Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-24T14:13:56.907Z] $ docker stop --time=1 42eb2b6f0b3d183f76235e5e87251d2d3a3d33f147a48404760d4d6b9ec3df26 [2021-02-24T14:13:59.054Z] $ docker rm -f 42eb2b6f0b3d183f76235e5e87251d2d3a3d33f147a48404760d4d6b9ec3df26 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:13:59.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T14:13:59.838Z] . [Pipeline] withDockerContainer [2021-02-24T14:13:59.970Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:14:00.018Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T14:14:00.819Z] $ docker top 0a215e1136ea167cf0b12dac27b7383084e36de1c4a065655d809477412b2d0d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T14:14:01.136Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T14:14:01.136Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T14:14:01.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T14:14:01.372Z] $ docker exec 0a215e1136ea167cf0b12dac27b7383084e36de1c4a065655d809477412b2d0d ssh-agent [2021-02-24T14:14:01.576Z] SSH_AUTH_SOCK=/tmp/ssh-lvkkW7JySTY1/agent.11 [2021-02-24T14:14:01.576Z] SSH_AGENT_PID=17 [2021-02-24T14:14:01.584Z] Running ssh-add (command line suppressed) [2021-02-24T14:14:01.715Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_1845702055561298647.key (/w/workspace/edgex-go/369@tmp/private_key_1845702055561298647.key) [2021-02-24T14:14:01.776Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T14:14:02.113Z] + git semver bump pre [2021-02-24T14:14:02.113Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T14:14:02.113Z] # $GIT_DIR = /w/workspace/edgex-go/369/.git [2021-02-24T14:14:02.113Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/369 [2021-02-24T14:14:02.113Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T14:14:02.113Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T14:14:02.113Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T14:14:02.113Z] # $SEMVER_BRANCH = master [2021-02-24T14:14:02.113Z] # $SEMVER_DIR = /w/workspace/edgex-go/369/.semver [2021-02-24T14:14:02.113Z] 2.0.0-dev.104 [Pipeline] } [2021-02-24T14:14:02.124Z] $ docker exec --env ******** --env ******** 0a215e1136ea167cf0b12dac27b7383084e36de1c4a065655d809477412b2d0d ssh-agent -k [2021-02-24T14:14:02.245Z] unset SSH_AUTH_SOCK; [2021-02-24T14:14:02.245Z] unset SSH_AGENT_PID; [2021-02-24T14:14:02.245Z] echo Agent pid 17 killed; [2021-02-24T14:14:02.303Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T14:14:02.761Z] + git semver [Pipeline] } [2021-02-24T14:14:02.779Z] $ docker stop --time=1 0a215e1136ea167cf0b12dac27b7383084e36de1c4a065655d809477412b2d0d [2021-02-24T14:14:04.161Z] $ docker rm -f 0a215e1136ea167cf0b12dac27b7383084e36de1c4a065655d809477412b2d0d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:14:04.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-24T14:14:04.682Z] . [Pipeline] withDockerContainer [2021-02-24T14:14:04.784Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:14:04.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-24T14:14:05.557Z] $ docker top 662864f9ff14743a882dcc163b4d00ad7d4c7c5d2e3f4829aa5cb9a74f948481 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-24T14:14:05.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-24T14:14:05.833Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-24T14:14:06.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-24T14:14:06.031Z] $ docker exec 662864f9ff14743a882dcc163b4d00ad7d4c7c5d2e3f4829aa5cb9a74f948481 ssh-agent [2021-02-24T14:14:06.209Z] SSH_AUTH_SOCK=/tmp/ssh-XKewxKXhEO7U/agent.11 [2021-02-24T14:14:06.209Z] SSH_AGENT_PID=16 [2021-02-24T14:14:06.216Z] Running ssh-add (command line suppressed) [2021-02-24T14:14:06.344Z] Identity added: /w/workspace/edgex-go/369@tmp/private_key_5394739524164336192.key (/w/workspace/edgex-go/369@tmp/private_key_5394739524164336192.key) [2021-02-24T14:14:06.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-24T14:14:06.766Z] + git semver push [2021-02-24T14:14:06.766Z] # -> Open(): unable to determine branch for HEAD [2021-02-24T14:14:06.766Z] # $GIT_DIR = /w/workspace/edgex-go/369/.git [2021-02-24T14:14:06.766Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/369 [2021-02-24T14:14:06.766Z] # $SEMVER_REMOTE_NAME = origin [2021-02-24T14:14:06.766Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-24T14:14:06.766Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-24T14:14:06.766Z] # $SEMVER_BRANCH = master [2021-02-24T14:14:06.766Z] # $SEMVER_DIR = /w/workspace/edgex-go/369/.semver [Pipeline] } [2021-02-24T14:14:16.794Z] $ docker exec --env ******** --env ******** 662864f9ff14743a882dcc163b4d00ad7d4c7c5d2e3f4829aa5cb9a74f948481 ssh-agent -k [2021-02-24T14:14:16.918Z] unset SSH_AUTH_SOCK; [2021-02-24T14:14:16.918Z] unset SSH_AGENT_PID; [2021-02-24T14:14:16.918Z] echo Agent pid 16 killed; [2021-02-24T14:14:16.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-24T14:14:17.444Z] + git semver [Pipeline] } [2021-02-24T14:14:17.460Z] $ docker stop --time=1 662864f9ff14743a882dcc163b4d00ad7d4c7c5d2e3f4829aa5cb9a74f948481 [2021-02-24T14:14:18.816Z] $ docker rm -f 662864f9ff14743a882dcc163b4d00ad7d4c7c5d2e3f4829aa5cb9a74f948481 [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-02-24T14:14:19.759Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:20.741Z] ---> package-listing.sh [2021-02-24T14:14:20.742Z] ++ facter osfamily [2021-02-24T14:14:20.742Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-24T14:14:20.742Z] + OS_FAMILY=redhat [2021-02-24T14:14:20.742Z] + workspace=/w/workspace/edgex-go/369 [2021-02-24T14:14:20.742Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-24T14:14:20.742Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-24T14:14:20.742Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-24T14:14:20.742Z] + PACKAGES=/tmp/packages_start.txt [2021-02-24T14:14:20.742Z] + '[' /w/workspace/edgex-go/369 ']' [2021-02-24T14:14:20.742Z] + PACKAGES=/tmp/packages_end.txt [2021-02-24T14:14:20.742Z] + case "${OS_FAMILY}" in [2021-02-24T14:14:20.742Z] + rpm -qa [2021-02-24T14:14:20.742Z] + sort [2021-02-24T14:14:26.045Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-24T14:14:26.045Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-24T14:14:26.045Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-24T14:14:26.045Z] + '[' /w/workspace/edgex-go/369 ']' [2021-02-24T14:14:26.045Z] + mkdir -p /w/workspace/edgex-go/369/archives/ [2021-02-24T14:14:26.045Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/369/archives/ [Pipeline] echo [2021-02-24T14:14:26.057Z] 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/369/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-24T14:14:26.345Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:14:26.647Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T14:14:26.647Z] [2021-02-24T14:14:26.647Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-24T14:14:26.994Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T14:14:26.994Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-24T14:14:26.994Z] df20fa9351a1: Pulling fs layer [2021-02-24T14:14:26.994Z] 36b3adc4ff6f: Pulling fs layer [2021-02-24T14:14:26.994Z] 8ad3a11d3b57: Pulling fs layer [2021-02-24T14:14:26.994Z] 46f8f816bc3b: Pulling fs layer [2021-02-24T14:14:26.994Z] 93b61091891f: Pulling fs layer [2021-02-24T14:14:26.994Z] 93b9cdb0e59b: Pulling fs layer [2021-02-24T14:14:26.994Z] 5e14af77c1be: Pulling fs layer [2021-02-24T14:14:26.994Z] 01666e4c0597: Pulling fs layer [2021-02-24T14:14:26.994Z] aa168da1d23b: Pulling fs layer [2021-02-24T14:14:26.994Z] 93b9cdb0e59b: Waiting [2021-02-24T14:14:26.994Z] 5e14af77c1be: Waiting [2021-02-24T14:14:26.994Z] 46f8f816bc3b: Waiting [2021-02-24T14:14:26.994Z] 01666e4c0597: Waiting [2021-02-24T14:14:26.994Z] 93b61091891f: Waiting [2021-02-24T14:14:26.994Z] aa168da1d23b: Waiting [2021-02-24T14:14:26.994Z] 36b3adc4ff6f: Verifying Checksum [2021-02-24T14:14:26.994Z] 36b3adc4ff6f: Download complete [2021-02-24T14:14:26.994Z] 46f8f816bc3b: Verifying Checksum [2021-02-24T14:14:26.994Z] 46f8f816bc3b: Download complete [2021-02-24T14:14:27.256Z] df20fa9351a1: Verifying Checksum [2021-02-24T14:14:27.256Z] df20fa9351a1: Download complete [2021-02-24T14:14:27.256Z] 93b9cdb0e59b: Verifying Checksum [2021-02-24T14:14:27.256Z] 93b9cdb0e59b: Download complete [2021-02-24T14:14:27.256Z] 93b61091891f: Download complete [2021-02-24T14:14:27.256Z] 5e14af77c1be: Verifying Checksum [2021-02-24T14:14:27.256Z] 5e14af77c1be: Download complete [2021-02-24T14:14:27.256Z] 01666e4c0597: Verifying Checksum [2021-02-24T14:14:27.256Z] 01666e4c0597: Download complete [2021-02-24T14:14:27.521Z] 8ad3a11d3b57: Verifying Checksum [2021-02-24T14:14:27.521Z] 8ad3a11d3b57: Download complete [2021-02-24T14:14:27.521Z] df20fa9351a1: Pull complete [2021-02-24T14:14:27.784Z] 36b3adc4ff6f: Pull complete [2021-02-24T14:14:29.707Z] aa168da1d23b: Verifying Checksum [2021-02-24T14:14:29.707Z] aa168da1d23b: Download complete [2021-02-24T14:14:30.653Z] 8ad3a11d3b57: Pull complete [2021-02-24T14:14:30.917Z] 46f8f816bc3b: Pull complete [2021-02-24T14:14:31.179Z] 93b61091891f: Pull complete [2021-02-24T14:14:31.440Z] 93b9cdb0e59b: Pull complete [2021-02-24T14:14:31.440Z] 5e14af77c1be: Pull complete [2021-02-24T14:14:31.705Z] 01666e4c0597: Pull complete [2021-02-24T14:14:39.864Z] aa168da1d23b: Pull complete [2021-02-24T14:14:39.864Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-24T14:14:39.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-24T14:14:39.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-24T14:14:40.050Z] prd-centos7-docker-4c-2g-27521 does not seem to be running inside a container [2021-02-24T14:14:40.105Z] $ 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/369/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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-24T14:14:42.892Z] $ docker top 5ba1090ba2b2b3c6b5fde4ed10518d7e36b45a8eb14c8d3ae6b7e307e115ea29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-24T14:14:43.431Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-24T14:14:43.732Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-24T14:14:44.029Z] + ls /var/log/sa-host [2021-02-24T14:14:44.030Z] + sadf -c /var/log/sa-host/sa23 [2021-02-24T14:14:44.030Z] file_magic: OK [2021-02-24T14:14:44.030Z] HZ: Using current value: 100 [2021-02-24T14:14:44.030Z] file_header: OK [2021-02-24T14:14:44.030Z] 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-02-24T14:14:44.030Z] Statistics: [2021-02-24T14:14:44.030Z] Hnuu...uuuununununu... [2021-02-24T14:14:44.030Z] File successfully converted to sysstat format version 12.2.1 [2021-02-24T14:14:44.030Z] + sadf -c /var/log/sa-host/sa24 [2021-02-24T14:14:44.030Z] file_magic: OK [2021-02-24T14:14:44.030Z] HZ: Using current value: 100 [2021-02-24T14:14:44.030Z] file_header: OK [2021-02-24T14:14:44.030Z] 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-02-24T14:14:44.030Z] Statistics: [2021-02-24T14:14:44.030Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-24T14:14:44.030Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-24T14:14:44.240Z] provisioning config files... [2021-02-24T14:14:44.264Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/369@tmp/config2357625982458391923tmp [Pipeline] { [Pipeline] echo [2021-02-24T14:14:44.343Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:44.669Z] ---> create-netrc.sh [Pipeline] } [2021-02-24T14:14:44.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-24T14:14:44.769Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:45.064Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-24T14:14:45.074Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:45.369Z] ---> sudo-logs.sh [2021-02-24T14:14:45.369Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-24T14:14:45.428Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:45.731Z] ---> job-cost.sh [2021-02-24T14:14:45.731Z] lf-activate-venv: SKIPPING [2021-02-24T14:14:45.731Z] DEBUG: total: 0.20999999344348907 [2021-02-24T14:14:45.731Z] INFO: Retrieving Stack Cost... [2021-02-24T14:14:46.676Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-24T14:14:46.938Z] INFO: Archiving Costs [Pipeline] echo [2021-02-24T14:14:46.951Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-24T14:14:47.247Z] ---> logs-deploy.sh [2021-02-24T14:14:47.247Z] lf-activate-venv: SKIPPING [2021-02-24T14:14:47.247Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/369 [2021-02-24T14:14:47.247Z] INFO: archiving workspace using pattern(s): [2021-02-24T14:14:48.633Z] Archives upload complete. [2021-02-24T14:14:48.634Z] INFO: archiving logs to Nexus