Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from efcc50239e0d152f0b735e3d100765ac31cee296 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4985 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/485 [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/485 # 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 efcc50239e0d152f0b735e3d100765ac31cee296 (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 efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 Commit message: "Merge pull request #3457 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" > git rev-list --no-walk 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-13T01:54:33.440Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-13T01:54:33.543Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-13T01:54:33.572Z] ========================================================= [2021-05-13T01:54:33.572Z] EdgeX Global Pipelines Version Info [2021-05-13T01:54:33.572Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-13T01:54:35.220Z] ------------------- [2021-05-13T01:54:35.220Z] stable info: [2021-05-13T01:54:35.220Z] ------------------- [2021-05-13T01:54:35.220Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-13T01:54:35.220Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T01:54:35.220Z] Message: update stable to v1.0.192 [2021-05-13T01:54:36.184Z] ------------------- [2021-05-13T01:54:36.184Z] experimental info: [2021-05-13T01:54:36.184Z] ------------------- [2021-05-13T01:54:36.184Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-13T01:54:36.184Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-13T01:54:36.184Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-13T01:54:36.305Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-13T01:54:36.326Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-13T01:54:36.346Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-13T01:54:36.366Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-13T01:54:36.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-13T01:54:36.409Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-13T01:54:36.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-13T01:54:36.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-13T01:54:36.473Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-13T01:54:36.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-13T01:54:36.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-13T01:54:36.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-13T01:54:36.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-13T01:54:36.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-13T01:54:36.625Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T01:54:36.645Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-13T01:54:36.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-13T01:54:36.686Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-13T01:54:36.708Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-13T01:54:36.730Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-13T01:54:36.752Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-13T01:54:36.772Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-13T01:54:36.828Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-13T01:54:36.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-13T01:54:36.870Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-13T01:54:36.890Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] echo [2021-05-13T01:54:36.911Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = efcc502 [Pipeline] echo [2021-05-13T01:54:36.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T01:54:37.004Z] provisioning config files... [2021-05-13T01:54:37.039Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config8344062135264950176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T01:54:37.368Z] ---> docker-login.sh [2021-05-13T01:54:37.368Z] nexus3.edgexfoundry.org:10001 [2021-05-13T01:54:37.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:54:38.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:54:38.228Z] Configure a credential helper to remove this warning. See [2021-05-13T01:54:38.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:54:38.228Z] [2021-05-13T01:54:38.228Z] Login Succeeded [2021-05-13T01:54:38.228Z] nexus3.edgexfoundry.org:10002 [2021-05-13T01:54:38.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:54:38.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:54:38.826Z] Configure a credential helper to remove this warning. See [2021-05-13T01:54:38.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:54:38.826Z] [2021-05-13T01:54:38.826Z] Login Succeeded [2021-05-13T01:54:38.826Z] nexus3.edgexfoundry.org:10003 [2021-05-13T01:54:39.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:54:39.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:54:39.124Z] Configure a credential helper to remove this warning. See [2021-05-13T01:54:39.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:54:39.124Z] [2021-05-13T01:54:39.124Z] Login Succeeded [2021-05-13T01:54:39.124Z] nexus3.edgexfoundry.org:10004 [2021-05-13T01:54:39.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:54:39.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:54:39.770Z] Configure a credential helper to remove this warning. See [2021-05-13T01:54:39.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:54:39.770Z] [2021-05-13T01:54:39.770Z] Login Succeeded [2021-05-13T01:54:39.770Z] docker.io [2021-05-13T01:54:40.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:54:40.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:54:40.671Z] Configure a credential helper to remove this warning. See [2021-05-13T01:54:40.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:54:40.671Z] [2021-05-13T01:54:40.671Z] Login Succeeded [2021-05-13T01:54:40.671Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T01:54:40.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T01:54:41.020Z] ++ 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-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/core-command/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/core-data/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-13T01:54:41.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-13T01:54:41.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-13T01:54:41.020Z] ++ cut -d/ -f2 [2021-05-13T01:54:41.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-13T01:54:41.143Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:54:42.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:54:42.518Z] [2021-05-13T01:54:42.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:54:42.845Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:54:42.845Z] latest: Pulling from edgex-devops/git-semver [2021-05-13T01:54:42.845Z] 31603596830f: Pulling fs layer [2021-05-13T01:54:42.845Z] 54011a49482f: Pulling fs layer [2021-05-13T01:54:42.845Z] a6820b24f6d8: Pulling fs layer [2021-05-13T01:54:42.845Z] f581987b2513: Pulling fs layer [2021-05-13T01:54:42.845Z] f581987b2513: Waiting [2021-05-13T01:54:42.845Z] 54011a49482f: Verifying Checksum [2021-05-13T01:54:42.845Z] 54011a49482f: Download complete [2021-05-13T01:54:43.121Z] 31603596830f: Download complete [2021-05-13T01:54:43.393Z] a6820b24f6d8: Verifying Checksum [2021-05-13T01:54:43.393Z] a6820b24f6d8: Download complete [2021-05-13T01:54:43.393Z] f581987b2513: Verifying Checksum [2021-05-13T01:54:43.393Z] f581987b2513: Download complete [2021-05-13T01:54:43.657Z] 31603596830f: Pull complete [2021-05-13T01:54:43.959Z] 54011a49482f: Pull complete [2021-05-13T01:54:45.954Z] a6820b24f6d8: Pull complete [2021-05-13T01:54:45.954Z] f581987b2513: Pull complete [2021-05-13T01:54:45.954Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-13T01:54:45.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T01:54:45.954Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-13T01:54:46.090Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T01:54:46.172Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T01:54:49.319Z] $ docker top dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T01:54:49.614Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T01:54:49.614Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T01:54:49.908Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T01:54:49.915Z] $ docker exec dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 ssh-agent [2021-05-13T01:54:50.138Z] SSH_AUTH_SOCK=/tmp/ssh-UzQ70dGp9az7/agent.13 [2021-05-13T01:54:50.138Z] SSH_AGENT_PID=18 [2021-05-13T01:54:50.155Z] Running ssh-add (command line suppressed) [2021-05-13T01:54:50.300Z] Identity added: /w/workspace/edgex-go/485@tmp/private_key_3579745708174734205.key (/w/workspace/edgex-go/485@tmp/private_key_3579745708174734205.key) [2021-05-13T01:54:50.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T01:54:50.695Z] + git tag --points-at HEAD [Pipeline] } [2021-05-13T01:54:50.726Z] $ docker exec --env ******** --env ******** dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 ssh-agent -k [2021-05-13T01:54:50.897Z] unset SSH_AUTH_SOCK; [2021-05-13T01:54:50.897Z] unset SSH_AGENT_PID; [2021-05-13T01:54:50.897Z] echo Agent pid 18 killed; [2021-05-13T01:54:50.949Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-13T01:54:50.989Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T01:54:50.989Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T01:54:51.197Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T01:54:51.204Z] $ docker exec dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 ssh-agent [2021-05-13T01:54:51.419Z] SSH_AUTH_SOCK=/tmp/ssh-Z7b9AHJTZKmk/agent.48 [2021-05-13T01:54:51.419Z] SSH_AGENT_PID=53 [2021-05-13T01:54:51.427Z] Running ssh-add (command line suppressed) [2021-05-13T01:54:51.621Z] Identity added: /w/workspace/edgex-go/485@tmp/private_key_703823273935680616.key (/w/workspace/edgex-go/485@tmp/private_key_703823273935680616.key) [2021-05-13T01:54:51.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T01:54:51.999Z] + git semver init [2021-05-13T01:54:51.999Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T01:54:51.999Z] # $GIT_DIR = /w/workspace/edgex-go/485/.git [2021-05-13T01:54:51.999Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/485 [2021-05-13T01:54:51.999Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T01:54:51.999Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T01:54:51.999Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T01:54:51.999Z] # $SEMVER_BRANCH = master [2021-05-13T01:54:51.999Z] # $SEMVER_TEMP = /tmp/semver-469199190 [2021-05-13T01:54:51.999Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-13T01:55:19.007Z] # '/tmp/semver-469199190' -> '/w/workspace/edgex-go/485/.semver' [2021-05-13T01:55:19.007Z] # -> Force: false [2021-05-13T01:55:19.007Z] # $SEMVER_DIR = /w/workspace/edgex-go/485/.semver [Pipeline] } [2021-05-13T01:55:19.035Z] $ docker exec --env ******** --env ******** dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 ssh-agent -k [2021-05-13T01:55:19.410Z] unset SSH_AUTH_SOCK; [2021-05-13T01:55:19.412Z] unset SSH_AGENT_PID; [2021-05-13T01:55:19.412Z] echo Agent pid 53 killed; [2021-05-13T01:55:19.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T01:55:19.943Z] + git semver [Pipeline] } [2021-05-13T01:55:20.260Z] $ docker stop --time=1 dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 [2021-05-13T01:55:22.036Z] $ docker rm -f dea36320be4d355175f98a9738a32dc6bae44704fb8aa7f8a43f77045b143f76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T01:55:22.614Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-13T01:55:23.143Z] Stashed 1 file(s) [Pipeline] echo [2021-05-13T01:55:23.146Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.216 [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-05-13T01:55:23.670Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:55:23.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:55:24.301Z] + sudo service docker restart [2021-05-13T01:55:24.301Z] + true [2021-05-13T01:55:24.301Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-13T01:55:25.280Z] ========================================================= [2021-05-13T01:55:25.280Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-13T01:55:25.281Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:55:25.634Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-13T01:55:32.618Z] Sending build context to Docker daemon 330.3MB [2021-05-13T01:55:32.618Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T01:55:32.618Z] Step 2/6 : FROM ${BASE} [2021-05-13T01:55:32.618Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-13T01:55:32.618Z] 540db60ca938: Pulling fs layer [2021-05-13T01:55:32.618Z] adcc1eea9eea: Pulling fs layer [2021-05-13T01:55:32.618Z] 4c4ab2625f07: Pulling fs layer [2021-05-13T01:55:32.618Z] 0510c868ecb4: Pulling fs layer [2021-05-13T01:55:32.618Z] afea3b2eda06: Pulling fs layer [2021-05-13T01:55:32.618Z] 7809a108b3ef: Pulling fs layer [2021-05-13T01:55:32.618Z] f706445af74f: Pulling fs layer [2021-05-13T01:55:32.618Z] 7809a108b3ef: Waiting [2021-05-13T01:55:32.618Z] f706445af74f: Waiting [2021-05-13T01:55:32.618Z] 0510c868ecb4: Waiting [2021-05-13T01:55:32.618Z] afea3b2eda06: Waiting [2021-05-13T01:55:32.618Z] 4c4ab2625f07: Download complete [2021-05-13T01:55:32.618Z] adcc1eea9eea: Verifying Checksum [2021-05-13T01:55:32.618Z] adcc1eea9eea: Download complete [2021-05-13T01:55:32.618Z] afea3b2eda06: Verifying Checksum [2021-05-13T01:55:32.618Z] afea3b2eda06: Download complete [2021-05-13T01:55:32.618Z] 7809a108b3ef: Verifying Checksum [2021-05-13T01:55:32.618Z] 7809a108b3ef: Download complete [2021-05-13T01:55:32.618Z] 540db60ca938: Verifying Checksum [2021-05-13T01:55:32.618Z] 540db60ca938: Download complete [2021-05-13T01:55:32.919Z] 540db60ca938: Pull complete [2021-05-13T01:55:33.571Z] adcc1eea9eea: Pull complete [2021-05-13T01:55:33.848Z] 4c4ab2625f07: Pull complete [2021-05-13T01:55:35.858Z] f706445af74f: Verifying Checksum [2021-05-13T01:55:35.858Z] f706445af74f: Download complete [2021-05-13T01:55:36.442Z] 0510c868ecb4: Verifying Checksum [2021-05-13T01:55:36.442Z] 0510c868ecb4: Download complete [2021-05-13T01:55:38.292Z] Still waiting to schedule task [2021-05-13T01:55:38.293Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-13T01:55:46.713Z] 0510c868ecb4: Pull complete [2021-05-13T01:55:46.713Z] afea3b2eda06: Pull complete [2021-05-13T01:55:47.019Z] 7809a108b3ef: Pull complete [2021-05-13T01:55:54.265Z] f706445af74f: Pull complete [2021-05-13T01:55:54.265Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-13T01:55:54.265Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-13T01:55:54.265Z] ---> b068be0155e3 [2021-05-13T01:55:54.535Z] 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-05-13T01:55:54.535Z] ---> Running in 2fdf60421d19 [2021-05-13T01:55:56.040Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T01:55:57.019Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T01:55:57.597Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T01:55:58.174Z] (2/12) Installing file (5.39-r0) [2021-05-13T01:55:58.174Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T01:55:58.449Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T01:56:02.817Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T01:56:02.817Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T01:56:03.083Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T01:56:03.083Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T01:56:03.083Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T01:56:03.347Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T01:56:03.347Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T01:56:03.347Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T01:56:03.619Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T01:56:03.619Z] OK: 219 MiB in 52 packages [2021-05-13T01:56:09.030Z] Removing intermediate container 2fdf60421d19 [2021-05-13T01:56:09.030Z] ---> bda1a0cb0682 [2021-05-13T01:56:09.030Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T01:56:09.030Z] ---> Running in 80eee15e387d [2021-05-13T01:56:09.030Z] Removing intermediate container 80eee15e387d [2021-05-13T01:56:09.030Z] ---> 8a4529047cf0 [2021-05-13T01:56:09.030Z] Step 5/6 : COPY go.mod . [2021-05-13T01:56:09.030Z] ---> 9658427bb452 [2021-05-13T01:56:09.030Z] Step 6/6 : RUN go mod download [2021-05-13T01:56:09.030Z] ---> Running in 6270248fd11a [2021-05-13T01:56:41.653Z] Removing intermediate container 6270248fd11a [2021-05-13T01:56:41.653Z] ---> f439485d4b10 [2021-05-13T01:56:41.653Z] Successfully built f439485d4b10 [2021-05-13T01:56:41.653Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:56:42.051Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T01:56:42.648Z] . [Pipeline] withDockerContainer [2021-05-13T01:56:42.803Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T01:56:42.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T01:56:44.930Z] $ docker top 91223b11819cb85e7f49a53067cb3b2c5072caf6e13fa61d3922dcd38299b946 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T01:56:46.001Z] + go version [2021-05-13T01:56:46.001Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-13T01:56:46.030Z] $ docker stop --time=1 91223b11819cb85e7f49a53067cb3b2c5072caf6e13fa61d3922dcd38299b946 [2021-05-13T01:56:47.674Z] $ docker rm -f 91223b11819cb85e7f49a53067cb3b2c5072caf6e13fa61d3922dcd38299b946 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:56:48.254Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-13T01:56:48.254Z] . [Pipeline] withDockerContainer [2021-05-13T01:56:48.387Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T01:56:48.453Z] $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-13T01:56:50.183Z] $ docker top c791027a6351ba2475e7838ce20cf686c9cd5fbecf018ebe05d5f3e9c7d4819a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T01:56:50.427Z] ========================================================= [2021-05-13T01:56:50.427Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-13T01:56:50.427Z] ========================================================= [Pipeline] sh [2021-05-13T01:56:51.095Z] + go mod tidy [Pipeline] sh [2021-05-13T01:56:55.879Z] + make test [2021-05-13T01:56:55.879Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-13T01:57:14.274Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-13T01:57:30.848Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4988 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-13T01:57:30.869Z] Running in /w/workspace/edgex-go/485 [Pipeline] { [Pipeline] checkout [2021-05-13T01:57:36.295Z] using credential edgex-jenkins-ssh [2021-05-13T01:57:36.329Z] Cloning the remote Git repository [2021-05-13T01:57:36.397Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-13T01:57:36.497Z] > git init /w/workspace/edgex-go/485 # timeout=10 [2021-05-13T01:57:36.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T01:57:36.567Z] > git --version # timeout=10 [2021-05-13T01:57:36.582Z] > git --version # 'git version 2.17.1' [2021-05-13T01:57:36.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T01:57:36.634Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T01:57:46.874Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-13T01:57:57.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-13T01:57:57.280Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-13T01:57:57.280Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-13T01:57:57.421Z] Checking out Revision efcc50239e0d152f0b735e3d100765ac31cee296 (master) [2021-05-13T01:57:56.619Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T01:57:56.637Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-13T01:57:56.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-13T01:57:56.689Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-13T01:57:56.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-13T01:57:56.704Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-13T01:57:57.439Z] > git config core.sparsecheckout # timeout=10 [2021-05-13T01:57:57.465Z] > git checkout -f efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 [2021-05-13T01:58:00.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-13T01:58:00.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-13T01:58:00.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-13T01:58:00.725Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-13T01:58:01.946Z] Commit message: "Merge pull request #3457 from edgexfoundry/dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-13T01:58:03.260Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:58:03.388Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-13T01:58:03.666Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-13T01:58:03.985Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-13T01:58:04.016Z] + sudo service docker restart [2021-05-13T01:58:04.016Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T01:58:06.686Z] provisioning config files... [2021-05-13T01:58:06.728Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config3023545325826880988tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T01:58:07.096Z] ---> docker-login.sh [2021-05-13T01:58:07.096Z] nexus3.edgexfoundry.org:10001 [2021-05-13T01:58:07.436Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-13T01:58:07.436Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-13T01:58:07.436Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-13T01:58:08.103Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:58:08.377Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:58:08.377Z] Configure a credential helper to remove this warning. See [2021-05-13T01:58:08.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:58:08.377Z] [2021-05-13T01:58:08.377Z] Login Succeeded [2021-05-13T01:58:08.377Z] nexus3.edgexfoundry.org:10002 [2021-05-13T01:58:08.649Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:58:08.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:58:08.925Z] Configure a credential helper to remove this warning. See [2021-05-13T01:58:08.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:58:08.925Z] [2021-05-13T01:58:08.925Z] Login Succeeded [2021-05-13T01:58:08.925Z] nexus3.edgexfoundry.org:10003 [2021-05-13T01:58:09.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:58:09.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:58:09.199Z] Configure a credential helper to remove this warning. See [2021-05-13T01:58:09.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:58:09.199Z] [2021-05-13T01:58:09.199Z] Login Succeeded [2021-05-13T01:58:09.199Z] nexus3.edgexfoundry.org:10004 [2021-05-13T01:58:09.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:58:09.796Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:58:09.796Z] Configure a credential helper to remove this warning. See [2021-05-13T01:58:09.796Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:58:09.796Z] [2021-05-13T01:58:09.796Z] Login Succeeded [2021-05-13T01:58:09.796Z] docker.io [2021-05-13T01:58:10.071Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T01:58:10.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 45.9% of statements [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-13T01:58:10.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-13T01:58:10.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.090s coverage: 28.7% of statements [2021-05-13T01:58:10.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.121s coverage: 100.0% of statements [2021-05-13T01:58:10.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T01:58:10.662Z] Configure a credential helper to remove this warning. See [2021-05-13T01:58:10.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T01:58:10.662Z] [2021-05-13T01:58:10.662Z] Login Succeeded [2021-05-13T01:58:10.662Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T01:58:10.679Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-13T01:58:10.969Z] ========================================================= [2021-05-13T01:58:10.969Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-13T01:58:10.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:58:11.310Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-13T01:58:13.949Z] Sending build context to Docker daemon 167.8MB [2021-05-13T01:58:13.949Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-13T01:58:13.949Z] Step 2/6 : FROM ${BASE} [2021-05-13T01:58:13.949Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-13T01:58:13.949Z] 595b0fe564bb: Pulling fs layer [2021-05-13T01:58:13.949Z] 7186ed65a4f7: Pulling fs layer [2021-05-13T01:58:13.949Z] 316046926c0a: Pulling fs layer [2021-05-13T01:58:13.949Z] 4ebd0625c992: Pulling fs layer [2021-05-13T01:58:13.949Z] 207e8628e3a3: Pulling fs layer [2021-05-13T01:58:13.949Z] c791037a9be2: Pulling fs layer [2021-05-13T01:58:13.949Z] ffd874e62e21: Pulling fs layer [2021-05-13T01:58:13.949Z] 4ebd0625c992: Waiting [2021-05-13T01:58:13.949Z] 207e8628e3a3: Waiting [2021-05-13T01:58:13.949Z] c791037a9be2: Waiting [2021-05-13T01:58:13.949Z] 316046926c0a: Verifying Checksum [2021-05-13T01:58:13.949Z] 316046926c0a: Download complete [2021-05-13T01:58:13.949Z] 7186ed65a4f7: Verifying Checksum [2021-05-13T01:58:13.949Z] 7186ed65a4f7: Download complete [2021-05-13T01:58:13.949Z] 207e8628e3a3: Download complete [2021-05-13T01:58:13.949Z] c791037a9be2: Verifying Checksum [2021-05-13T01:58:13.949Z] c791037a9be2: Download complete [2021-05-13T01:58:13.949Z] 595b0fe564bb: Verifying Checksum [2021-05-13T01:58:13.949Z] 595b0fe564bb: Download complete [2021-05-13T01:58:14.561Z] 595b0fe564bb: Pull complete [2021-05-13T01:58:15.165Z] 7186ed65a4f7: Pull complete [2021-05-13T01:58:15.438Z] 316046926c0a: Pull complete [2021-05-13T01:58:16.421Z] ffd874e62e21: Verifying Checksum [2021-05-13T01:58:16.421Z] ffd874e62e21: Download complete [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.454s coverage: 27.8% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.155s coverage: 81.2% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.175s coverage: 100.0% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.167s coverage: 71.3% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.208s coverage: 87.7% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T01:58:17.313Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.113s coverage: 78.9% of statements [2021-05-13T01:58:17.313Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-13T01:58:17.850Z] 4ebd0625c992: Download complete [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.739s coverage: 28.6% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.170s coverage: 100.0% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.245s coverage: 97.5% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-13T01:58:22.880Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-13T01:58:22.880Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-13T01:58:28.023Z] 4ebd0625c992: Pull complete [2021-05-13T01:58:28.024Z] 207e8628e3a3: Pull complete [2021-05-13T01:58:28.297Z] c791037a9be2: Pull complete [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.475s coverage: 95.1% of statements [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 0.8% of statements [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.083s coverage: 22.0% of statements [2021-05-13T01:58:28.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.124s coverage: 47.1% of statements [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.111s coverage: 79.5% of statements [2021-05-13T01:58:28.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements [2021-05-13T01:58:29.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements [2021-05-13T01:58:30.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-05-13T01:58:32.622Z] ffd874e62e21: Pull complete [2021-05-13T01:58:32.622Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-13T01:58:32.622Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-13T01:58:32.622Z] ---> cfc18b08335c [2021-05-13T01:58:32.622Z] 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-05-13T01:58:36.008Z] ---> Running in 0c48bc1f2c7a [2021-05-13T01:58:36.604Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T01:58:37.575Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T01:58:38.174Z] (1/12) Installing libmagic (5.39-r0) [2021-05-13T01:58:38.766Z] (2/12) Installing file (5.39-r0) [2021-05-13T01:58:39.037Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-13T01:58:39.037Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-13T01:58:41.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.131s coverage: 94.4% of statements [2021-05-13T01:58:41.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements [2021-05-13T01:58:46.586Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.297s coverage: 81.8% of statements [2021-05-13T01:58:46.586Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-13T01:58:47.311Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-13T01:58:47.311Z] (6/12) Installing patch (2.7.6-r6) [2021-05-13T01:58:47.580Z] (7/12) Installing build-base (0.5-r2) [2021-05-13T01:58:47.580Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-13T01:58:47.580Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-13T01:58:47.862Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-13T01:58:47.862Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-13T01:58:48.137Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-13T01:58:48.137Z] Executing busybox-1.32.1-r6.trigger [2021-05-13T01:58:48.137Z] OK: 218 MiB in 52 packages [2021-05-13T01:58:52.450Z] Removing intermediate container 0c48bc1f2c7a [2021-05-13T01:58:52.450Z] ---> 278680a80a2f [2021-05-13T01:58:52.450Z] Step 4/6 : WORKDIR /edgex-go [2021-05-13T01:58:52.450Z] ---> Running in 623e59a137b4 [2021-05-13T01:58:52.724Z] Removing intermediate container 623e59a137b4 [2021-05-13T01:58:52.724Z] ---> 8aff0c422778 [2021-05-13T01:58:52.724Z] Step 5/6 : COPY go.mod . [2021-05-13T01:58:54.391Z] ---> a496a7a55ecc [2021-05-13T01:58:54.391Z] Step 6/6 : RUN go mod download [2021-05-13T01:58:54.391Z] ---> Running in 6c05da4bb869 [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.251s coverage: 92.9% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 65.1% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.075s coverage: 100.0% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 76.0% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.0% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 85.4% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.633s coverage: 91.2% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.261s coverage: 64.4% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.104s coverage: 100.0% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.117s coverage: 73.7% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.552s coverage: 66.9% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.304s coverage: 43.4% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-05-13T01:58:55.973Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-13T01:58:55.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2021-05-13T01:58:57.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.225s coverage: 47.0% of statements [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-13T01:58:57.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.085s coverage: 100.0% of statements [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-13T01:58:57.016Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-13T01:58:57.016Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-13T01:59:01.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.152s coverage: 21.5% of statements [2021-05-13T01:59:01.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-13T01:59:01.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.246s coverage: 92.2% of statements [2021-05-13T01:59:01.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-13T01:59:01.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T01:59:01.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-13T01:59:02.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.673s coverage: 28.7% of statements [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-13T01:59:02.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.302s coverage: 99.0% of statements [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-13T01:59:02.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-13T01:59:02.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-13T01:59:02.481Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.096s coverage: 64.6% of statements [2021-05-13T01:59:02.481Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-13T01:59:03.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.320s coverage: 97.6% of statements [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-13T01:59:03.991Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-13T01:59:03.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-13T01:59:03.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-13T01:59:04.282Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.120s coverage: 87.9% of statements [2021-05-13T01:59:04.282Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-13T01:59:04.282Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-13T01:59:04.282Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.105s coverage: 100.0% of statements [2021-05-13T01:59:05.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 28.1% of statements [2021-05-13T01:59:05.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-13T01:59:05.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.030s coverage: 85.7% of statements [2021-05-13T01:59:05.298Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-13T01:59:05.298Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-05-13T01:59:05.880Z] GO111MODULE=on go vet ./... [2021-05-13T01:59:21.184Z] Removing intermediate container 6c05da4bb869 [2021-05-13T01:59:21.184Z] ---> 8d5c7514bfa0 [2021-05-13T01:59:21.184Z] Successfully built 8d5c7514bfa0 [2021-05-13T01:59:21.184Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:59:21.527Z] + docker inspect -f . ci-base-image-arm64 [2021-05-13T01:59:21.527Z] . [Pipeline] withDockerContainer [2021-05-13T01:59:21.758Z] prd-ubuntu18.04-docker-arm64-4c-16g-4988 does not seem to be running inside a container [2021-05-13T01:59:21.838Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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-05-13T01:59:23.229Z] $ docker top c287f85d6948ba1de156a2bd219c4efafe3687c82e6a148120a2dbbcab525d44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T01:59:24.139Z] + go version [2021-05-13T01:59:24.139Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-13T01:59:24.160Z] $ docker stop --time=1 c287f85d6948ba1de156a2bd219c4efafe3687c82e6a148120a2dbbcab525d44 [2021-05-13T01:59:26.008Z] $ docker rm -f c287f85d6948ba1de156a2bd219c4efafe3687c82e6a148120a2dbbcab525d44 [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-05-13T01:59:29.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T01:59:29.081Z] [2021-05-13T01:59:29.082Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:59:29.716Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T01:59:29.717Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-13T01:59:29.717Z] 29e5d40040c1: Pulling fs layer [2021-05-13T01:59:29.717Z] 1ce36da41761: Pulling fs layer [2021-05-13T01:59:29.717Z] 25b303627fd3: Pulling fs layer [2021-05-13T01:59:29.992Z] 29e5d40040c1: Verifying Checksum [2021-05-13T01:59:29.992Z] 29e5d40040c1: Download complete [2021-05-13T01:59:30.591Z] 1ce36da41761: Verifying Checksum [2021-05-13T01:59:30.591Z] 1ce36da41761: Download complete [2021-05-13T01:59:30.591Z] 29e5d40040c1: Pull complete [2021-05-13T01:59:32.030Z] 1ce36da41761: Pull complete [2021-05-13T01:59:33.470Z] 25b303627fd3: Verifying Checksum [2021-05-13T01:59:33.470Z] 25b303627fd3: Download complete [2021-05-13T01:59:43.610Z] 25b303627fd3: Pull complete [2021-05-13T01:59:43.610Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-13T01:59:43.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T01:59:43.610Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-13T01:59:43.842Z] prd-ubuntu18.04-docker-arm64-4c-16g-4988 does not seem to be running inside a container [2021-05-13T01:59:43.929Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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-05-13T01:59:47.057Z] $ docker top 44c675155d6d7d7662e77f7f352b823a5566ff067b271305c74b73938358762a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T01:59:48.034Z] + grep parallel [2021-05-13T01:59:48.034Z] + docker-compose build --help [2021-05-13T01:59:51.427Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T01:59:51.446Z] $ docker stop --time=1 44c675155d6d7d7662e77f7f352b823a5566ff067b271305c74b73938358762a [2021-05-13T01:59:53.389Z] $ docker rm -f 44c675155d6d7d7662e77f7f352b823a5566ff067b271305c74b73938358762a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T01:59:54.018Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-13T01:59:54.019Z] . [Pipeline] withDockerContainer [2021-05-13T01:59:54.251Z] prd-ubuntu18.04-docker-arm64-4c-16g-4988 does not seem to be running inside a container [2021-05-13T01:59:54.340Z] $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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-05-13T01:59:55.693Z] $ docker top 983083ba61ff4b844ae5949c0e0b291b9942d106c821e37b9b7d5fda97b70884 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T01:59:56.261Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T02:00:00.549Z] Building core-command ... [2021-05-13T02:00:00.549Z] Building core-data ... [2021-05-13T02:00:00.549Z] Building core-metadata ... [2021-05-13T02:00:00.549Z] Building security-bootstrapper ... [2021-05-13T02:00:00.549Z] Building security-proxy-setup ... [2021-05-13T02:00:00.549Z] Building security-secretstore-setup ... [2021-05-13T02:00:00.549Z] Building support-notifications ... [2021-05-13T02:00:00.549Z] Building support-scheduler ... [2021-05-13T02:00:00.549Z] Building sys-mgmt-agent ... [2021-05-13T02:00:00.549Z] Building security-proxy-setup [2021-05-13T02:00:00.549Z] Building support-notifications [2021-05-13T02:00:00.549Z] Building core-command [2021-05-13T02:00:00.549Z] Building core-data [2021-05-13T02:00:00.549Z] Building security-bootstrapper [2021-05-13T02:00:14.735Z] gofmt -l . [2021-05-13T02:00:14.735Z] [ "`gofmt -l .`" = "" ] [2021-05-13T02:00:14.735Z] ./bin/test-go-mod-tidy.sh [2021-05-13T02:00:15.361Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-13T02:00:18.065Z] + ls -al . [2021-05-13T02:00:18.065Z] total 836 [2021-05-13T02:00:18.065Z] drwxrwxr-x 10 1001 1001 4096 May 13 02:00 . [2021-05-13T02:00:18.065Z] drwxr-xr-x 4 root root 32 May 13 01:56 .. [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 11 May 13 01:54 .dockerignore [2021-05-13T02:00:18.065Z] drwxrwxr-x 8 1001 1001 162 May 13 01:54 .git [2021-05-13T02:00:18.065Z] drwxrwxr-x 3 1001 1001 125 May 13 01:54 .github [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 818 May 13 01:54 .gitignore [2021-05-13T02:00:18.065Z] drwx------ 3 1001 1001 45 May 13 01:55 .semver [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 166 May 13 01:54 .sonarcloud.properties [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 8609 May 13 01:54 Attribution.txt [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 3804 May 13 01:54 CONTRIBUTING.md [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 931 May 13 01:54 Dockerfile.build [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 863 May 13 01:54 Jenkinsfile [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 10775 May 13 01:54 LICENSE [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 5594 May 13 01:54 Makefile [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 7978 May 13 01:54 README.md [2021-05-13T02:00:18.065Z] -rw-rw-r-- 1 1001 1001 6755 May 13 01:54 SECURITY.md [2021-05-13T02:00:18.066Z] -rw-rw-r-- 1 1001 1001 13 May 13 01:55 VERSION [2021-05-13T02:00:18.066Z] -rw-rw-r-- 1 1001 1001 4131 May 13 01:54 ZMQWindows.md [2021-05-13T02:00:18.066Z] drwxrwxr-x 2 1001 1001 117 May 13 01:54 bin [2021-05-13T02:00:18.066Z] drwxrwxr-x 14 1001 1001 4096 May 13 01:54 cmd [2021-05-13T02:00:18.066Z] -rw-r--r-- 1 root root 727486 May 13 01:59 coverage.out [2021-05-13T02:00:18.066Z] -rw-r--r-- 1 root root 1060 May 13 02:00 go.mod [2021-05-13T02:00:18.066Z] -rw-r--r-- 1 root root 21797 May 13 01:56 go.sum [2021-05-13T02:00:18.066Z] drwxrwxr-x 8 1001 1001 127 May 13 01:54 internal [2021-05-13T02:00:18.066Z] drwxrwxr-x 4 1001 1001 26 May 13 01:54 openapi [2021-05-13T02:00:18.066Z] drwxrwxr-x 4 1001 1001 71 May 13 01:54 snap [2021-05-13T02:00:18.066Z] -rw-rw-r-- 1 1001 1001 168 May 13 01:54 version.go [Pipeline] sh [2021-05-13T02:00:18.915Z] + '[' -e coverage.out ] [2021-05-13T02:00:18.915Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-13T02:00:19.370Z] Stashed 1 file(s) [Pipeline] sh [2021-05-13T02:00:20.031Z] + make build [2021-05-13T02:00:20.031Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T02:00:24.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T02:00:43.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T02:00:43.955Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T02:00:46.612Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T02:00:47.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T02:00:50.027Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-13T02:00:52.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T02:00:54.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T02:00:57.091Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:00:57.091Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:00:57.091Z] ---> 8d5c7514bfa0 [2021-05-13T02:00:57.091Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:00:57.091Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:00:57.091Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:00:57.091Z] ---> 8d5c7514bfa0 [2021-05-13T02:00:57.091Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:00:57.091Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:00:57.091Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:00:57.091Z] ---> 8d5c7514bfa0 [2021-05-13T02:00:57.091Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T02:00:57.091Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:00:57.091Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:00:57.091Z] ---> 8d5c7514bfa0 [2021-05-13T02:00:57.091Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:00:57.091Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:00:57.091Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:00:57.091Z] ---> 8d5c7514bfa0 [2021-05-13T02:00:57.091Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T02:00:57.091Z] ---> Running in 3bf7a650f7ad [2021-05-13T02:00:57.091Z] ---> Running in 4635284f2e63 [2021-05-13T02:00:57.091Z] ---> Running in 1fc5a615c616 [2021-05-13T02:00:57.091Z] ---> Running in 418d1524358f [2021-05-13T02:00:57.091Z] ---> Running in 8538336a3dd1 [2021-05-13T02:00:57.091Z] Removing intermediate container 3bf7a650f7ad [2021-05-13T02:00:57.091Z] ---> ca7bd8100c4d [2021-05-13T02:00:57.091Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:00:57.091Z] Removing intermediate container 8538336a3dd1 [2021-05-13T02:00:57.091Z] ---> 81c61ee08a52 [2021-05-13T02:00:57.091Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:00:57.091Z] Removing intermediate container 418d1524358f [2021-05-13T02:00:57.091Z] ---> 014a23a1bc52 [2021-05-13T02:00:57.091Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:00:57.091Z] Removing intermediate container 4635284f2e63 [2021-05-13T02:00:57.091Z] ---> 4682425a6e8e [2021-05-13T02:00:57.091Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:00:57.091Z] Removing intermediate container 1fc5a615c616 [2021-05-13T02:00:57.091Z] ---> aabfb5664b51 [2021-05-13T02:00:57.091Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:00:57.091Z] ---> Running in df3c54fa78be [2021-05-13T02:00:57.091Z] ---> Running in acefe068163b [2021-05-13T02:00:57.091Z] ---> Running in b6b6d6ca104d [2021-05-13T02:00:57.091Z] ---> Running in add7bedb6491 [2021-05-13T02:00:57.091Z] ---> Running in 98283c641da7 [2021-05-13T02:00:57.091Z] Removing intermediate container df3c54fa78be [2021-05-13T02:00:57.091Z] ---> 1d040435f38e [2021-05-13T02:00:57.091Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T02:00:57.091Z] ---> Running in 211ac9e6921a [2021-05-13T02:00:57.369Z] Removing intermediate container acefe068163b [2021-05-13T02:00:57.369Z] ---> 6c6893e5a9a8 [2021-05-13T02:00:57.369Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T02:00:57.369Z] Removing intermediate container b6b6d6ca104d [2021-05-13T02:00:57.369Z] ---> eab011cef8d7 [2021-05-13T02:00:57.369Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T02:00:57.644Z] ---> Running in 413c56860045 [2021-05-13T02:00:57.644Z] Removing intermediate container 98283c641da7 [2021-05-13T02:00:57.644Z] ---> 0e730e093be5 [2021-05-13T02:00:57.644Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:00:57.644Z] Removing intermediate container add7bedb6491 [2021-05-13T02:00:57.644Z] ---> a6a936ae77f4 [2021-05-13T02:00:57.644Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T02:00:57.920Z] ---> Running in cf94c4d74c7c [2021-05-13T02:00:57.920Z] ---> Running in 369552d90d5c [2021-05-13T02:00:57.920Z] ---> Running in fb9882b40f66 [2021-05-13T02:00:58.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T02:00:58.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:00:59.521Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:00:59.801Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:00:59.801Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:00:59.801Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:00.073Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:00.349Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:00.620Z] OK: 218 MiB in 52 packages [2021-05-13T02:01:00.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:00.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:00.912Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:01:01.198Z] OK: 218 MiB in 52 packages [2021-05-13T02:01:01.821Z] OK: 218 MiB in 52 packages [2021-05-13T02:01:01.821Z] OK: 218 MiB in 52 packages [2021-05-13T02:01:02.036Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T02:01:02.096Z] Removing intermediate container 211ac9e6921a [2021-05-13T02:01:02.096Z] ---> 08b316951751 [2021-05-13T02:01:02.096Z] Step 6/24 : COPY go.mod . [2021-05-13T02:01:02.389Z] OK: 218 MiB in 52 packages [2021-05-13T02:01:03.406Z] Removing intermediate container 413c56860045 [2021-05-13T02:01:03.406Z] ---> 6be86ac20d33 [2021-05-13T02:01:03.406Z] Step 6/23 : COPY go.mod . [2021-05-13T02:01:03.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T02:01:03.699Z] ---> 09c9a0efe4e4 [2021-05-13T02:01:03.699Z] Step 7/24 : RUN go mod download [2021-05-13T02:01:03.982Z] ---> Running in 56091bc81248 [2021-05-13T02:01:03.982Z] Removing intermediate container fb9882b40f66 [2021-05-13T02:01:03.982Z] ---> 2300e471157f [2021-05-13T02:01:03.982Z] Step 6/22 : COPY go.mod . [2021-05-13T02:01:04.261Z] Removing intermediate container 369552d90d5c [2021-05-13T02:01:04.261Z] ---> 06f643d2afb2 [2021-05-13T02:01:04.261Z] Step 6/24 : COPY go.mod . [2021-05-13T02:01:04.261Z] Removing intermediate container cf94c4d74c7c [2021-05-13T02:01:04.261Z] ---> c74e5df130eb [2021-05-13T02:01:04.261Z] Step 6/32 : COPY go.mod . [2021-05-13T02:01:04.539Z] ---> 5f963d046111 [2021-05-13T02:01:04.539Z] Step 7/23 : RUN go mod download [2021-05-13T02:01:04.539Z] ---> Running in f2dbe666dc42 [2021-05-13T02:01:05.141Z] ---> 060562603916 [2021-05-13T02:01:05.141Z] Step 7/22 : RUN go mod download [2021-05-13T02:01:05.426Z] ---> Running in 778b6001c950 [2021-05-13T02:01:05.427Z] ---> 6bace4b05fa8 [2021-05-13T02:01:05.427Z] Step 7/24 : RUN go mod download [2021-05-13T02:01:05.713Z] ---> f4348f45e1c8 [2021-05-13T02:01:05.713Z] Step 7/32 : RUN go mod download [2021-05-13T02:01:05.997Z] ---> Running in 89254db12ce3 [2021-05-13T02:01:05.997Z] ---> Running in 26601d5e190f [Pipeline] } [2021-05-13T02:01:06.913Z] $ docker stop --time=1 c791027a6351ba2475e7838ce20cf686c9cd5fbecf018ebe05d5f3e9c7d4819a [2021-05-13T02:01:07.477Z] Removing intermediate container 56091bc81248 [2021-05-13T02:01:07.477Z] ---> 75cad704e264 [2021-05-13T02:01:07.477Z] Step 8/24 : COPY . . [2021-05-13T02:01:08.485Z] Removing intermediate container f2dbe666dc42 [2021-05-13T02:01:08.485Z] ---> fdb8a62b78ad [2021-05-13T02:01:08.485Z] Step 8/23 : COPY . . [2021-05-13T02:01:09.182Z] $ docker rm -f c791027a6351ba2475e7838ce20cf686c9cd5fbecf018ebe05d5f3e9c7d4819a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:01:10.499Z] Removing intermediate container 778b6001c950 [2021-05-13T02:01:10.499Z] ---> 8e272550edfb [2021-05-13T02:01:10.499Z] Step 8/22 : COPY . . [2021-05-13T02:01:10.499Z] Removing intermediate container 26601d5e190f [2021-05-13T02:01:10.499Z] ---> eec2e6489d5e [2021-05-13T02:01:10.499Z] Step 8/24 : COPY . . [2021-05-13T02:01:10.534Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:01:10.534Z] [2021-05-13T02:01:10.534Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:01:10.775Z] Removing intermediate container 89254db12ce3 [2021-05-13T02:01:10.775Z] ---> b8fec2558497 [2021-05-13T02:01:10.775Z] Step 8/32 : COPY . . [2021-05-13T02:01:10.919Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:01:10.919Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-13T02:01:10.919Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-13T02:01:10.919Z] ca9280d653b3: Pulling fs layer [2021-05-13T02:01:10.919Z] 7e9c9ca2126c: Pulling fs layer [2021-05-13T02:01:11.501Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-13T02:01:11.501Z] cbdbe7a5bc2a: Download complete [2021-05-13T02:01:12.560Z] cbdbe7a5bc2a: Pull complete [2021-05-13T02:01:12.560Z] ca9280d653b3: Verifying Checksum [2021-05-13T02:01:12.560Z] ca9280d653b3: Download complete [2021-05-13T02:01:14.565Z] ca9280d653b3: Pull complete [2021-05-13T02:01:14.565Z] 7e9c9ca2126c: Verifying Checksum [2021-05-13T02:01:14.565Z] 7e9c9ca2126c: Download complete [2021-05-13T02:01:24.845Z] 7e9c9ca2126c: Pull complete [2021-05-13T02:01:24.845Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-13T02:01:24.845Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:01:24.845Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-13T02:01:25.012Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:01:25.089Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@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-05-13T02:01:27.409Z] $ docker top 96dbfa3c6f7ae84c107f965b646fed0e0d0550de3d520f456367f3de4546fef5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:01:28.040Z] + docker-compose build --help [2021-05-13T02:01:28.040Z] + grep parallel [2021-05-13T02:01:29.172Z] ---> 4feadd9d46b4 [2021-05-13T02:01:29.172Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:01:29.172Z] ---> 2a4ef7dd7741 [2021-05-13T02:01:29.172Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:01:29.172Z] ---> 88a284b3ba26 [2021-05-13T02:01:29.172Z] Step 9/22 : RUN go mod tidy [2021-05-13T02:01:29.172Z] ---> Running in cf3f19c9bc9b [2021-05-13T02:01:29.172Z] ---> Running in 859df66ddd66 [2021-05-13T02:01:29.172Z] ---> 1b812f2b8d20 [2021-05-13T02:01:29.172Z] Step 9/32 : RUN go mod tidy [2021-05-13T02:01:29.172Z] ---> c62b6116c1f3 [2021-05-13T02:01:29.172Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:01:29.172Z] ---> Running in e17a4d77072e [2021-05-13T02:01:29.172Z] ---> Running in 5cb156edf712 [2021-05-13T02:01:29.172Z] ---> Running in e0fb413a0da0 [2021-05-13T02:01:29.534Z] --parallel Build images in parallel. [Pipeline] } [2021-05-13T02:01:29.558Z] $ docker stop --time=1 96dbfa3c6f7ae84c107f965b646fed0e0d0550de3d520f456367f3de4546fef5 [2021-05-13T02:01:31.683Z] $ docker rm -f 96dbfa3c6f7ae84c107f965b646fed0e0d0550de3d520f456367f3de4546fef5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:01:32.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-13T02:01:32.245Z] . [Pipeline] withDockerContainer [2021-05-13T02:01:32.390Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:01:32.456Z] $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-13T02:01:33.421Z] $ docker top b229b2ac0364c14bd5953eb7b316fa96ee1d6dc0de320b1dec637241307cbd4b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:01:33.877Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-13T02:01:35.283Z] Building core-command ... [2021-05-13T02:01:35.283Z] Building core-data ... [2021-05-13T02:01:35.283Z] Building core-metadata ... [2021-05-13T02:01:35.283Z] Building security-bootstrapper ... [2021-05-13T02:01:35.283Z] Building security-proxy-setup ... [2021-05-13T02:01:35.283Z] Building security-secretstore-setup ... [2021-05-13T02:01:35.283Z] Building support-notifications ... [2021-05-13T02:01:35.283Z] Building support-scheduler ... [2021-05-13T02:01:35.283Z] Building sys-mgmt-agent ... [2021-05-13T02:01:35.283Z] Building security-proxy-setup [2021-05-13T02:01:35.283Z] Building security-secretstore-setup [2021-05-13T02:01:35.283Z] Building core-command [2021-05-13T02:01:35.283Z] Building support-scheduler [2021-05-13T02:01:35.284Z] Building core-data [2021-05-13T02:01:35.915Z] Removing intermediate container cf3f19c9bc9b [2021-05-13T02:01:35.915Z] ---> c71123eaa464 [2021-05-13T02:01:35.915Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T02:01:36.189Z] ---> Running in 81463223c338 [2021-05-13T02:01:36.464Z] Removing intermediate container 859df66ddd66 [2021-05-13T02:01:36.464Z] ---> 676cf2622f81 [2021-05-13T02:01:36.464Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T02:01:36.464Z] Removing intermediate container e17a4d77072e [2021-05-13T02:01:36.464Z] ---> 9a971b6d5406 [2021-05-13T02:01:36.464Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T02:01:36.742Z] ---> Running in cd771a6672d6 [2021-05-13T02:01:36.742Z] ---> Running in 940cc7505f38 [2021-05-13T02:01:37.016Z] Removing intermediate container e0fb413a0da0 [2021-05-13T02:01:37.016Z] ---> f63e1c8ef4f6 [2021-05-13T02:01:37.016Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T02:01:37.294Z] ---> Running in 2d9adb590805 [2021-05-13T02:01:37.294Z] Removing intermediate container 5cb156edf712 [2021-05-13T02:01:37.294Z] ---> 6f40b3607af3 [2021-05-13T02:01:37.294Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T02:01:37.900Z] ---> Running in 696a5cd798e7 [2021-05-13T02:01:38.179Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T02:01:38.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T02:01:39.067Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T02:01:39.677Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T02:01:39.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T02:02:58.661Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:02:58.661Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:02:58.661Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:02:58.661Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:02:58.661Z] ---> f439485d4b10 [2021-05-13T02:02:58.661Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T02:02:58.661Z] ---> f439485d4b10 [2021-05-13T02:02:58.661Z] Step 3/22 : WORKDIR /edgex-go [2021-05-13T02:02:58.662Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:02:58.662Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:02:58.662Z] ---> f439485d4b10 [2021-05-13T02:02:58.662Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:02:58.662Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:02:58.662Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:02:58.662Z] ---> f439485d4b10 [2021-05-13T02:02:58.662Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:02:58.662Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:02:58.662Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:02:58.662Z] ---> f439485d4b10 [2021-05-13T02:02:58.662Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:02:58.662Z] ---> Running in 42af9ed1ed12 [2021-05-13T02:02:58.662Z] ---> Running in 45b8b3167a25 [2021-05-13T02:02:58.662Z] ---> Running in e81e7226d027 [2021-05-13T02:02:58.662Z] ---> Running in aff01a0285f9 [2021-05-13T02:02:58.662Z] ---> Running in 388121eb0d1a [2021-05-13T02:02:58.662Z] Removing intermediate container aff01a0285f9 [2021-05-13T02:02:58.662Z] ---> 6e398405a13c [2021-05-13T02:02:58.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:02:58.662Z] Removing intermediate container 388121eb0d1a [2021-05-13T02:02:58.662Z] ---> b6f327db3482 [2021-05-13T02:02:58.662Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:02:58.662Z] Removing intermediate container e81e7226d027 [2021-05-13T02:02:58.662Z] ---> fa23d2191c09 [2021-05-13T02:02:58.662Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:02:58.662Z] Removing intermediate container 45b8b3167a25 [2021-05-13T02:02:58.662Z] ---> 44ffcc5c00b4 [2021-05-13T02:02:58.662Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:02:58.662Z] Removing intermediate container 42af9ed1ed12 [2021-05-13T02:02:58.662Z] ---> 03d05be76ec1 [2021-05-13T02:02:58.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:02:58.662Z] ---> Running in a2cd369e48e8 [2021-05-13T02:02:58.662Z] ---> Running in 121c64168261 [2021-05-13T02:02:58.662Z] ---> Running in c0419ad0b78a [2021-05-13T02:02:58.662Z] ---> Running in 8fe1a157e871 [2021-05-13T02:02:58.662Z] ---> Running in 5103e4460b99 [2021-05-13T02:03:01.536Z] Removing intermediate container a2cd369e48e8 [2021-05-13T02:03:01.536Z] ---> df627e7e9b5b [2021-05-13T02:03:01.536Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:03:01.536Z] ---> Running in c6f0cfd4d899 [2021-05-13T02:03:01.536Z] Removing intermediate container 5103e4460b99 [2021-05-13T02:03:01.536Z] ---> 741dc7e85603 [2021-05-13T02:03:01.536Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-13T02:03:01.863Z] Removing intermediate container 121c64168261 [2021-05-13T02:03:01.863Z] ---> 0cbec02b8426 [2021-05-13T02:03:01.863Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T02:03:02.483Z] Removing intermediate container c0419ad0b78a [2021-05-13T02:03:02.483Z] ---> 72ee705c8145 [2021-05-13T02:03:02.483Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T02:03:02.483Z] Removing intermediate container 8fe1a157e871 [2021-05-13T02:03:02.483Z] ---> a7e94d4e90aa [2021-05-13T02:03:02.483Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-13T02:03:02.781Z] ---> Running in ac4c0f0fa597 [2021-05-13T02:03:02.781Z] ---> Running in 219fe964bf4c [2021-05-13T02:03:02.781Z] ---> Running in 4847859192e4 [2021-05-13T02:03:03.072Z] ---> Running in 609b9dea43cf [2021-05-13T02:03:04.108Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:04.384Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:04.655Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:04.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:04.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:04.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:05.197Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:05.466Z] OK: 219 MiB in 52 packages [2021-05-13T02:03:05.466Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:05.773Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:05.773Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:03:05.773Z] OK: 219 MiB in 52 packages [2021-05-13T02:03:06.394Z] OK: 219 MiB in 52 packages [2021-05-13T02:03:06.701Z] Removing intermediate container c6f0cfd4d899 [2021-05-13T02:03:06.701Z] ---> df135990fb9d [2021-05-13T02:03:06.701Z] Step 6/24 : COPY go.mod . [2021-05-13T02:03:06.701Z] OK: 219 MiB in 52 packages [2021-05-13T02:03:07.026Z] Removing intermediate container ac4c0f0fa597 [2021-05-13T02:03:07.026Z] ---> 3b497034e021 [2021-05-13T02:03:07.312Z] Step 6/24 : COPY go.mod . [2021-05-13T02:03:07.312Z] OK: 219 MiB in 52 packages [2021-05-13T02:03:07.990Z] ---> 117c062aa3ef [2021-05-13T02:03:07.990Z] Step 7/24 : RUN go mod download [2021-05-13T02:03:08.364Z] ---> Running in 35f973e4a251 [2021-05-13T02:03:08.364Z] ---> 018219a96a0b [2021-05-13T02:03:08.364Z] Step 7/24 : RUN go mod download [2021-05-13T02:03:08.690Z] ---> Running in a1725fc4b166 [2021-05-13T02:03:09.014Z] Removing intermediate container 609b9dea43cf [2021-05-13T02:03:09.014Z] ---> a62789bfcfa8 [2021-05-13T02:03:09.014Z] Step 6/22 : COPY go.mod . [2021-05-13T02:03:09.306Z] Removing intermediate container 219fe964bf4c [2021-05-13T02:03:09.306Z] ---> fc01e84b3c3e [2021-05-13T02:03:09.306Z] Step 6/23 : COPY go.mod . [2021-05-13T02:03:09.306Z] Removing intermediate container 4847859192e4 [2021-05-13T02:03:09.306Z] ---> 1f5e6daf33df [2021-05-13T02:03:09.306Z] Step 6/26 : COPY go.mod . [2021-05-13T02:03:09.584Z] ---> 0f9e0dbba4f3 [2021-05-13T02:03:09.584Z] Step 7/22 : RUN go mod download [2021-05-13T02:03:09.862Z] ---> Running in c8177c974750 [2021-05-13T02:03:10.137Z] ---> cf31aea234eb [2021-05-13T02:03:10.137Z] Step 7/23 : RUN go mod download [2021-05-13T02:03:10.137Z] ---> 9da02d6080fb [2021-05-13T02:03:10.137Z] Step 7/26 : RUN go mod download [2021-05-13T02:03:10.410Z] ---> Running in 21682e4159bf [2021-05-13T02:03:10.410Z] ---> Running in 78150f53a5b7 [2021-05-13T02:03:13.090Z] Removing intermediate container c8177c974750 [2021-05-13T02:03:13.090Z] ---> 0a482e5f826f [2021-05-13T02:03:13.090Z] Step 8/22 : COPY . . [2021-05-13T02:03:13.090Z] Removing intermediate container 35f973e4a251 [2021-05-13T02:03:13.090Z] ---> 7f40f62ced91 [2021-05-13T02:03:13.090Z] Step 8/24 : COPY . . [2021-05-13T02:03:13.090Z] Removing intermediate container a1725fc4b166 [2021-05-13T02:03:13.090Z] ---> 18c44e76d753 [2021-05-13T02:03:13.090Z] Step 8/24 : COPY . . [2021-05-13T02:03:13.786Z] Removing intermediate container 21682e4159bf [2021-05-13T02:03:13.786Z] ---> b1b4cb2d84de [2021-05-13T02:03:13.786Z] Step 8/23 : COPY . . [2021-05-13T02:03:14.469Z] Removing intermediate container 78150f53a5b7 [2021-05-13T02:03:14.469Z] ---> 55dae91a4aa4 [2021-05-13T02:03:14.469Z] Step 8/26 : COPY . . [2021-05-13T02:03:31.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T02:03:40.511Z] Removing intermediate container 696a5cd798e7 [2021-05-13T02:03:40.511Z] ---> 26c590c59383 [2021-05-13T02:03:40.511Z] [2021-05-13T02:03:40.511Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T02:03:40.511Z] 3.12: Pulling from library/alpine [2021-05-13T02:03:41.117Z] Removing intermediate container 940cc7505f38 [2021-05-13T02:03:41.117Z] ---> 10f18baccd0b [2021-05-13T02:03:41.117Z] [2021-05-13T02:03:41.117Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T02:03:41.117Z] 3.12: Pulling from library/alpine [2021-05-13T02:03:41.465Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:03:41.465Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:03:41.465Z] Status: Image is up to date for alpine:3.12 [2021-05-13T02:03:41.465Z] ---> 9852663dfa18 [2021-05-13T02:03:41.465Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T02:03:41.465Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T02:03:41.465Z] ---> 9852663dfa18 [2021-05-13T02:03:41.465Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T02:03:45.788Z] ---> Running in ddeddcc154b1 [2021-05-13T02:03:46.062Z] ---> Running in c9da4c9691c3 [2021-05-13T02:03:47.046Z] Removing intermediate container c9da4c9691c3 [2021-05-13T02:03:47.046Z] ---> 5c6829ffb8d9 [2021-05-13T02:03:47.046Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T02:03:48.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:48.488Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:49.095Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T02:03:49.095Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:03:49.095Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T02:03:49.095Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T02:03:49.095Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:03:49.364Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:03:49.957Z] OK: 7 MiB in 18 packages [2021-05-13T02:03:49.957Z] ---> Running in d351aece881a [2021-05-13T02:03:52.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:52.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:03:52.863Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:03:53.137Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T02:03:53.137Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:03:53.137Z] OK: 5 MiB in 16 packages [2021-05-13T02:03:54.555Z] Removing intermediate container cd771a6672d6 [2021-05-13T02:03:54.555Z] ---> 5557f17449cf [2021-05-13T02:03:54.555Z] [2021-05-13T02:03:54.555Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:03:54.555Z] ---> 9852663dfa18 [2021-05-13T02:03:54.555Z] Removing intermediate container 2d9adb590805 [2021-05-13T02:03:54.555Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init ---> 92459c0f8d4e [2021-05-13T02:03:54.555Z] [2021-05-13T02:03:54.555Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:03:54.555Z] ---> 9852663dfa18 [2021-05-13T02:03:54.555Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:03:54.555Z] [2021-05-13T02:03:55.524Z] Removing intermediate container ddeddcc154b1 [2021-05-13T02:03:55.524Z] ---> be99fcae6b9d [2021-05-13T02:03:55.524Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:03:55.809Z] ---> Running in bbcfc4b0f122 [2021-05-13T02:03:55.809Z] ---> Running in 6fad5c04653b [2021-05-13T02:03:56.788Z] ---> Running in 1e53a9c0f089 [2021-05-13T02:03:58.763Z] Removing intermediate container d351aece881a [2021-05-13T02:03:58.763Z] ---> 3be3c8feabfd [2021-05-13T02:03:58.763Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T02:03:58.763Z] Removing intermediate container 1e53a9c0f089 [2021-05-13T02:03:58.763Z] ---> 97e5870b3186 [2021-05-13T02:03:58.763Z] Step 14/22 : WORKDIR /edgex [2021-05-13T02:03:59.368Z] Removing intermediate container 81463223c338 [2021-05-13T02:03:59.368Z] ---> 617ef53e0875 [2021-05-13T02:03:59.368Z] [2021-05-13T02:03:59.368Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:03:59.368Z] ---> 9852663dfa18 [2021-05-13T02:03:59.368Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T02:03:59.961Z] ---> Running in 4bc13ff4935f [2021-05-13T02:03:59.961Z] ---> Running in 7628aa95c372 [2021-05-13T02:04:00.236Z] ---> Running in c37287c963ab [2021-05-13T02:04:00.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:00.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:00.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:00.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:00.790Z] Removing intermediate container 4bc13ff4935f [2021-05-13T02:04:00.790Z] ---> 0fa07fd5af48 [2021-05-13T02:04:00.790Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T02:04:00.790Z] Removing intermediate container 7628aa95c372 [2021-05-13T02:04:00.790Z] ---> c14cad6a7e9a [2021-05-13T02:04:00.790Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T02:04:01.067Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T02:04:01.068Z] ---> Running in 103f76f659dc [2021-05-13T02:04:01.068Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:04:01.068Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:04:01.068Z] Removing intermediate container c37287c963ab [2021-05-13T02:04:01.068Z] ---> 5b05db198b40 [2021-05-13T02:04:01.068Z] Step 13/24 : ENV APP_PORT=48080Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:04:01.068Z] [2021-05-13T02:04:01.068Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:04:01.068Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:04:01.351Z] OK: 5 MiB in 15 packages [2021-05-13T02:04:01.351Z] OK: 6 MiB in 16 packages [2021-05-13T02:04:01.954Z] ---> Running in 817f78ef46a0 [2021-05-13T02:04:02.228Z] ---> 5380134884d2 [2021-05-13T02:04:02.228Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T02:04:02.228Z] Removing intermediate container 103f76f659dc [2021-05-13T02:04:02.228Z] ---> 47b951644dca [2021-05-13T02:04:02.228Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T02:04:02.845Z] ---> Running in 3648ed24b7e1 [2021-05-13T02:04:02.845Z] Removing intermediate container 817f78ef46a0 [2021-05-13T02:04:02.845Z] ---> 787ad6d3ffe8 [2021-05-13T02:04:02.845Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T02:04:03.830Z] ---> Running in cbd0912b8fbf [2021-05-13T02:04:04.102Z] ---> ea86c83f0837 [2021-05-13T02:04:04.102Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T02:04:04.102Z] Removing intermediate container 6fad5c04653b [2021-05-13T02:04:04.102Z] ---> 4c52fe9121b3 [2021-05-13T02:04:04.102Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:04:04.102Z] Removing intermediate container bbcfc4b0f122 [2021-05-13T02:04:04.102Z] ---> 1d3a906eace8 [2021-05-13T02:04:04.102Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:04:04.714Z] ---> Running in 833bb771cb1e [2021-05-13T02:04:04.714Z] ---> Running in 91b7ec2864be [2021-05-13T02:04:05.001Z] Removing intermediate container cbd0912b8fbf [2021-05-13T02:04:05.001Z] ---> 130b4db7608d [2021-05-13T02:04:05.001Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:04:05.276Z] ---> Running in c2eed637adf7 [2021-05-13T02:04:05.550Z] Removing intermediate container 91b7ec2864be [2021-05-13T02:04:05.550Z] Removing intermediate container 833bb771cb1e [2021-05-13T02:04:05.550Z] ---> cf24f929c11c [2021-05-13T02:04:05.550Z] ---> aa47382e56ff [2021-05-13T02:04:05.550Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T02:04:05.550Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T02:04:05.824Z] ---> 654d95099cdf [2021-05-13T02:04:05.824Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T02:04:05.824Z] ---> Running in f92b87367579 [2021-05-13T02:04:05.824Z] ---> Running in 9435117f5641 [2021-05-13T02:04:06.109Z] ---> Running in 6919a82fab9e [2021-05-13T02:04:06.385Z] Removing intermediate container 3648ed24b7e1 [2021-05-13T02:04:06.385Z] ---> fb9124e7bcdb [2021-05-13T02:04:06.385Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T02:04:06.662Z] ---> Running in a0690b14ccd5 [2021-05-13T02:04:06.662Z] Removing intermediate container f92b87367579 [2021-05-13T02:04:06.662Z] ---> ad2315c6af7a [2021-05-13T02:04:06.662Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:04:06.939Z] Removing intermediate container 9435117f5641 [2021-05-13T02:04:06.939Z] ---> 630331183bbc [2021-05-13T02:04:06.939Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:04:07.213Z] Removing intermediate container 6919a82fab9e [2021-05-13T02:04:07.213Z] ---> 27ca91d98ccd [2021-05-13T02:04:07.213Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T02:04:07.213Z] ---> Running in 452ed2cc379e [2021-05-13T02:04:07.485Z] ---> Running in 38a83eefabba [2021-05-13T02:04:07.758Z] ---> Running in 9c7a9e9cc6cb [2021-05-13T02:04:07.758Z] Removing intermediate container a0690b14ccd5 [2021-05-13T02:04:07.758Z] ---> dc9f2ccad455 [2021-05-13T02:04:07.758Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T02:04:08.028Z] Removing intermediate container 452ed2cc379e [2021-05-13T02:04:08.028Z] ---> 884f2fb78b5a [2021-05-13T02:04:08.028Z] Step 16/24 : WORKDIR / [2021-05-13T02:04:08.028Z] Removing intermediate container 38a83eefabba [2021-05-13T02:04:08.028Z] ---> c2a08711f5d8 [2021-05-13T02:04:08.028Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:04:08.627Z] ---> Running in b735f86fefda [2021-05-13T02:04:08.627Z] Removing intermediate container 9c7a9e9cc6cb [2021-05-13T02:04:08.627Z] ---> 91692d1e9d03 [2021-05-13T02:04:08.627Z] Step 20/22 : LABEL arch=arm64 [2021-05-13T02:04:09.223Z] ---> Running in 2c074b17c07a [2021-05-13T02:04:09.224Z] ---> 3ac741a32750 [2021-05-13T02:04:09.224Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T02:04:09.224Z] Removing intermediate container c2eed637adf7 [2021-05-13T02:04:09.224Z] ---> 7c3b911a56ab [2021-05-13T02:04:09.224Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T02:04:09.497Z] ---> 0f694da92f34 [2021-05-13T02:04:09.497Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T02:04:09.497Z] Removing intermediate container b735f86fefda [2021-05-13T02:04:09.497Z] ---> 939f25d34985 [2021-05-13T02:04:09.497Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:04:09.774Z] ---> Running in dac45e5eebdc [2021-05-13T02:04:10.047Z] ---> Running in f28d9cb3b7bb [2021-05-13T02:04:10.320Z] Removing intermediate container 2c074b17c07a [2021-05-13T02:04:10.320Z] ---> 33b444454645 [2021-05-13T02:04:10.320Z] Step 21/22 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:04:10.920Z] ---> Running in b0b3c35e7517 [2021-05-13T02:04:10.920Z] ---> 9910095b0a72 [2021-05-13T02:04:11.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T02:04:11.191Z] ---> c786d2531eec [2021-05-13T02:04:11.191Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T02:04:11.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:12.062Z] Removing intermediate container b0b3c35e7517 [2021-05-13T02:04:12.062Z] ---> c54f3d14213a [2021-05-13T02:04:12.062Z] Step 22/22 : LABEL version=2.0.0-dev.216 [2021-05-13T02:04:12.665Z] ---> Running in 2da932ca1843 [2021-05-13T02:04:12.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:12.665Z] ---> e2a468bb2ba9 [2021-05-13T02:04:12.665Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T02:04:12.943Z] ---> 0a802e989114 [2021-05-13T02:04:12.943Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T02:04:13.217Z] ---> Running in edc7450d35f1 [2021-05-13T02:04:13.502Z] Removing intermediate container 2da932ca1843 [2021-05-13T02:04:13.502Z] ---> d8fe75f15085 [2021-05-13T02:04:13.502Z] [2021-05-13T02:04:13.777Z] Successfully built d8fe75f15085 [2021-05-13T02:04:14.050Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-13T02:04:14.050Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2021-05-13T02:04:14.050Z] ---> 8827b53b7417 [2021-05-13T02:04:14.050Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T02:04:14.331Z] Removing intermediate container edc7450d35f1 [2021-05-13T02:04:14.331Z] ---> 247ccfae6e91 [2021-05-13T02:04:14.331Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:04:14.610Z] ---> Running in f80c3ad88310 [2021-05-13T02:04:14.611Z] ---> Running in b50cc58d9826 [2021-05-13T02:04:14.611Z] Removing intermediate container f28d9cb3b7bb [2021-05-13T02:04:14.611Z] ---> 9deaca043c82 [2021-05-13T02:04:14.611Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:04:15.205Z] Removing intermediate container f80c3ad88310 [2021-05-13T02:04:15.205Z] ---> bacc68a17088 [2021-05-13T02:04:15.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:04:15.800Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:04:15.800Z] Removing intermediate container b50cc58d9826 [2021-05-13T02:04:15.800Z] ---> 017b93e4f772 [2021-05-13T02:04:15.800Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T02:04:16.077Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T02:04:16.349Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T02:04:16.645Z] ---> Running in 410a74d25c6b [2021-05-13T02:04:16.915Z] ---> 6c65b75eb4d0 [2021-05-13T02:04:16.915Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T02:04:17.186Z] ---> Running in 673f9f5e41c9 [2021-05-13T02:04:17.186Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T02:04:17.780Z] Removing intermediate container 410a74d25c6b [2021-05-13T02:04:17.780Z] ---> 3ed28917f263 [2021-05-13T02:04:17.780Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:04:18.055Z] Removing intermediate container 673f9f5e41c9 [2021-05-13T02:04:18.055Z] ---> b817289a5aac [2021-05-13T02:04:18.055Z] Step 22/23 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:04:18.326Z] ---> Running in a64bcd13a868 [2021-05-13T02:04:18.600Z] ---> ab3f71187417 [2021-05-13T02:04:18.600Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T02:04:18.886Z] ---> Running in 935c2dba348b [2021-05-13T02:04:19.164Z] Removing intermediate container a64bcd13a868 [2021-05-13T02:04:19.164Z] ---> 46c5a5f4b08e [2021-05-13T02:04:19.164Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:04:19.442Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T02:04:19.442Z] ---> Running in 0db9c641823b [2021-05-13T02:04:19.719Z] ---> ac62cce391b2 [2021-05-13T02:04:19.719Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T02:04:19.719Z] Removing intermediate container 935c2dba348b [2021-05-13T02:04:19.719Z] ---> 19b216fbb0b7 [2021-05-13T02:04:19.719Z] Step 23/23 : LABEL version=2.0.0-dev.216 [2021-05-13T02:04:19.997Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T02:04:20.287Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:04:20.287Z] OK: 8 MiB in 20 packages [2021-05-13T02:04:20.565Z] ---> Running in 37854f08d93f [2021-05-13T02:04:20.565Z] Removing intermediate container 0db9c641823b [2021-05-13T02:04:20.565Z] ---> b81b2bffc707 [2021-05-13T02:04:20.565Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:04:21.168Z] ---> c795a10284ef [2021-05-13T02:04:21.168Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T02:04:21.770Z] ---> Running in 8085e144b632 [2021-05-13T02:04:22.047Z] Removing intermediate container 37854f08d93f [2021-05-13T02:04:22.048Z] ---> 642be82a3178 [2021-05-13T02:04:22.048Z] [2021-05-13T02:04:22.651Z] Successfully built 642be82a3178 [2021-05-13T02:04:22.651Z] ---> d37831c72822 [2021-05-13T02:04:22.651Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T02:04:22.923Z] Successfully tagged support-notifications-arm64:latest [2021-05-13T02:04:22.923Z]  Building support-notifications ... done Building support-scheduler [2021-05-13T02:04:23.198Z] Removing intermediate container 8085e144b632 [2021-05-13T02:04:23.198Z] Removing intermediate container dac45e5eebdc [2021-05-13T02:04:23.198Z] ---> c58e8355fec7 [2021-05-13T02:04:23.198Z] [2021-05-13T02:04:23.198Z] ---> 60273626830e [2021-05-13T02:04:23.198Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:04:23.476Z] Successfully built c58e8355fec7 [2021-05-13T02:04:23.476Z] ---> Running in 756eee8accf4 [2021-05-13T02:04:23.476Z] Successfully tagged core-command-arm64:latest [2021-05-13T02:04:23.476Z]  Building core-command ... done Building sys-mgmt-agent [2021-05-13T02:04:24.074Z] ---> f2b59a0800f4 [2021-05-13T02:04:24.074Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T02:04:24.074Z] Removing intermediate container 756eee8accf4 [2021-05-13T02:04:24.074Z] ---> b4718e5ab3a7 [2021-05-13T02:04:24.074Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T02:04:25.531Z] ---> 787d32703ebd [2021-05-13T02:04:25.531Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T02:04:26.125Z] ---> Running in f91ad0bb182a [2021-05-13T02:04:26.401Z] ---> a9117852c815 [2021-05-13T02:04:26.401Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T02:04:28.375Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:04:28.375Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:04:28.375Z] ---> 8d5c7514bfa0 [2021-05-13T02:04:28.375Z] Step 3/26 : WORKDIR /edgex-go [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> aabfb5664b51 [2021-05-13T02:04:28.375Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> 0e730e093be5 [2021-05-13T02:04:28.375Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> 06f643d2afb2 [2021-05-13T02:04:28.375Z] Step 6/26 : COPY go.mod . [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> 6bace4b05fa8 [2021-05-13T02:04:28.375Z] Step 7/26 : RUN go mod download [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> eec2e6489d5e [2021-05-13T02:04:28.375Z] Step 8/26 : COPY . . [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> c62b6116c1f3 [2021-05-13T02:04:28.375Z] Step 9/26 : RUN go mod tidy [2021-05-13T02:04:28.375Z] ---> Using cache [2021-05-13T02:04:28.375Z] ---> f63e1c8ef4f6 [2021-05-13T02:04:28.375Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T02:04:30.348Z] ---> 7ede743f80ac [2021-05-13T02:04:30.348Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T02:04:30.348Z] ---> Running in f0e55f4f43c8 [2021-05-13T02:04:30.348Z] ---> Running in fc44f49eb5fc [2021-05-13T02:04:30.948Z] Removing intermediate container fc44f49eb5fc [2021-05-13T02:04:30.948Z] ---> eda8b3df3158 [2021-05-13T02:04:30.948Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:04:31.228Z] Removing intermediate container f91ad0bb182a [2021-05-13T02:04:31.228Z] ---> c9c3d0d045ed [2021-05-13T02:04:31.228Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T02:04:31.228Z] ---> Running in 6fc5d44ab42b [2021-05-13T02:04:31.826Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T02:04:31.826Z] ---> Running in cfd83da7e81d [2021-05-13T02:04:31.826Z] Removing intermediate container 6fc5d44ab42b [2021-05-13T02:04:31.826Z] ---> 27df1a50d214 [2021-05-13T02:04:31.826Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:04:32.105Z] ---> Running in 27186f9c2d57 [2021-05-13T02:04:32.378Z] Removing intermediate container cfd83da7e81d [2021-05-13T02:04:32.378Z] ---> 4d788eaf4d03 [2021-05-13T02:04:32.378Z] Step 29/32 : CMD ["gate"] [2021-05-13T02:04:32.656Z] ---> Running in 0cdb1c20a91b [2021-05-13T02:04:32.932Z] Removing intermediate container 27186f9c2d57 [2021-05-13T02:04:32.936Z] ---> ed7ffa8cb54d [2021-05-13T02:04:32.936Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:04:33.221Z] ---> Running in c04462dd0e96 [2021-05-13T02:04:33.499Z] Removing intermediate container 0cdb1c20a91b [2021-05-13T02:04:33.499Z] ---> 332eb8a19639 [2021-05-13T02:04:33.499Z] Step 30/32 : LABEL arch=arm64 [2021-05-13T02:04:33.781Z] ---> Running in 96ec1fea40d8 [2021-05-13T02:04:33.781Z] Removing intermediate container c04462dd0e96 [2021-05-13T02:04:34.074Z] ---> cc8f1f931e33 [2021-05-13T02:04:34.074Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:04:34.074Z] ---> Running in 080547feab39 [2021-05-13T02:04:34.681Z] Removing intermediate container 96ec1fea40d8 [2021-05-13T02:04:34.681Z] ---> c68c891ee431 [2021-05-13T02:04:34.681Z] Step 31/32 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:04:34.959Z] ---> Running in 0aec5b9df752 [2021-05-13T02:04:34.959Z] Removing intermediate container 080547feab39 [2021-05-13T02:04:34.959Z] ---> 860c4830f447 [2021-05-13T02:04:34.959Z] [2021-05-13T02:04:35.562Z] Successfully built 860c4830f447 [2021-05-13T02:04:35.562Z] Successfully tagged core-data-arm64:latest [2021-05-13T02:04:35.562Z] Building core-metadata [2021-05-13T02:04:35.837Z]  Building core-data ... done Removing intermediate container 0aec5b9df752 [2021-05-13T02:04:35.837Z] ---> 60a68d94e492 [2021-05-13T02:04:35.837Z] Step 32/32 : LABEL version=2.0.0-dev.216 [2021-05-13T02:04:36.461Z] ---> Running in eccc1ef92f9e [2021-05-13T02:04:37.920Z] Removing intermediate container eccc1ef92f9e [2021-05-13T02:04:37.920Z] ---> 01a34eff8ef2 [2021-05-13T02:04:37.920Z] [2021-05-13T02:04:38.203Z] Successfully built 01a34eff8ef2 [2021-05-13T02:04:38.203Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-13T02:04:48.418Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:04:48.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:04:48.418Z] ---> 8d5c7514bfa0 [2021-05-13T02:04:48.418Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> aabfb5664b51 [2021-05-13T02:04:48.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> 0e730e093be5 [2021-05-13T02:04:48.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> 06f643d2afb2 [2021-05-13T02:04:48.418Z] Step 6/23 : COPY go.mod . [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> 6bace4b05fa8 [2021-05-13T02:04:48.418Z] Step 7/23 : RUN go mod download [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> eec2e6489d5e [2021-05-13T02:04:48.418Z] Step 8/23 : COPY . . [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> c62b6116c1f3 [2021-05-13T02:04:48.418Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:04:48.418Z] ---> Using cache [2021-05-13T02:04:48.418Z] ---> f63e1c8ef4f6 [2021-05-13T02:04:48.418Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T02:04:49.021Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:04:49.021Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:04:49.021Z] ---> 8d5c7514bfa0 [2021-05-13T02:04:49.021Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:04:49.021Z] ---> Using cache [2021-05-13T02:04:49.021Z] ---> aabfb5664b51 [2021-05-13T02:04:49.021Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:04:49.021Z] ---> Using cache [2021-05-13T02:04:49.021Z] ---> 0e730e093be5 [2021-05-13T02:04:49.021Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T02:04:52.786Z] ---> Running in 0c046268d960 [2021-05-13T02:04:52.786Z] ---> Running in 96b49fa5703f [2021-05-13T02:04:55.529Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-13T02:04:55.809Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:56.810Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:04:57.417Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:04:57.417Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:04:57.417Z] ---> 8d5c7514bfa0 [2021-05-13T02:04:57.417Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> aabfb5664b51 [2021-05-13T02:04:57.417Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> 0e730e093be5 [2021-05-13T02:04:57.417Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> 06f643d2afb2 [2021-05-13T02:04:57.417Z] Step 6/24 : COPY go.mod . [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> 6bace4b05fa8 [2021-05-13T02:04:57.417Z] Step 7/24 : RUN go mod download [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> eec2e6489d5e [2021-05-13T02:04:57.417Z] Step 8/24 : COPY . . [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> c62b6116c1f3 [2021-05-13T02:04:57.417Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:04:57.417Z] ---> Using cache [2021-05-13T02:04:57.417Z] ---> f63e1c8ef4f6 [2021-05-13T02:04:57.417Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T02:04:58.041Z] OK: 218 MiB in 52 packages [2021-05-13T02:04:58.662Z] ---> Running in cb1122c6e399 [2021-05-13T02:05:00.143Z] Removing intermediate container 96b49fa5703f [2021-05-13T02:05:00.143Z] ---> 14c9b58cd967 [2021-05-13T02:05:00.143Z] Step 6/24 : COPY go.mod . [2021-05-13T02:05:01.151Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T02:05:01.151Z] ---> 96396d9a0d8c [2021-05-13T02:05:01.151Z] Step 7/24 : RUN go mod download [2021-05-13T02:05:01.428Z] ---> Running in 8ea5caf66c09 [2021-05-13T02:05:05.788Z] Removing intermediate container 8ea5caf66c09 [2021-05-13T02:05:05.788Z] ---> 8ec07aeb5380 [2021-05-13T02:05:05.788Z] Step 8/24 : COPY . . [2021-05-13T02:05:07.298Z] ---> 3d01db21bb50 [2021-05-13T02:05:07.298Z] ---> 733bfaff227b [2021-05-13T02:05:07.298Z] ---> 16848e92bca0 [2021-05-13T02:05:07.298Z] Step 9/26 : RUN go mod tidy [2021-05-13T02:05:07.298Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:05:07.298Z] ---> 8dcaea462be0 [2021-05-13T02:05:07.298Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:05:07.298Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:05:07.298Z] ---> a934c55f6310 [2021-05-13T02:05:07.298Z] Step 9/22 : RUN go mod tidy [2021-05-13T02:05:07.298Z] ---> Running in 29970dc066f7 [2021-05-13T02:05:07.298Z] ---> Running in 9582c555a12c [2021-05-13T02:05:07.298Z] ---> Running in 1aa094b3b3d6 [2021-05-13T02:05:07.298Z] ---> Running in ee8a0914371a [2021-05-13T02:05:07.298Z] ---> Running in 64189a1c7394 [2021-05-13T02:05:10.034Z] Removing intermediate container 1aa094b3b3d6 [2021-05-13T02:05:10.034Z] ---> c2f1fea0acc2 [2021-05-13T02:05:10.034Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-13T02:05:10.325Z] Removing intermediate container ee8a0914371a [2021-05-13T02:05:10.325Z] ---> 3bd38601709d [2021-05-13T02:05:10.325Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-13T02:05:10.325Z] ---> Running in 5deac65c9fef [2021-05-13T02:05:10.325Z] ---> Running in 70c2611da8c8 [2021-05-13T02:05:10.641Z] Removing intermediate container 64189a1c7394 [2021-05-13T02:05:10.641Z] ---> b67041b51c76 [2021-05-13T02:05:10.641Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-13T02:05:10.641Z] Removing intermediate container 29970dc066f7 [2021-05-13T02:05:10.641Z] ---> a00d11c605af [2021-05-13T02:05:10.641Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-13T02:05:10.641Z] ---> Running in df06fd327360 [2021-05-13T02:05:10.641Z] Removing intermediate container 9582c555a12c [2021-05-13T02:05:10.641Z] ---> 2dc8801d8a66 [2021-05-13T02:05:10.641Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-13T02:05:10.912Z] ---> Running in 9c4b5804a26a [2021-05-13T02:05:10.912Z] ---> Running in 0905086919ae [2021-05-13T02:05:13.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-command/core-command ./cmd/core-command [2021-05-13T02:05:13.030Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-data/core-data ./cmd/core-data [2021-05-13T02:05:13.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-13T02:05:13.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-13T02:05:13.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-13T02:05:20.992Z] ---> 83ce2d7123ad [2021-05-13T02:05:20.992Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:05:20.992Z] ---> Running in 9a0a2bf00c85 [2021-05-13T02:05:27.761Z] Removing intermediate container 9a0a2bf00c85 [2021-05-13T02:05:27.761Z] ---> 95e45bb3509c [2021-05-13T02:05:27.761Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T02:05:27.761Z] ---> Running in 362ac87dac0a [2021-05-13T02:05:29.218Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T02:05:33.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T02:05:46.054Z] Removing intermediate container f0e55f4f43c8 [2021-05-13T02:05:46.054Z] ---> 5a23ee17d6d2 [2021-05-13T02:05:46.054Z] [2021-05-13T02:05:46.054Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T02:05:46.054Z] ---> 9852663dfa18 [2021-05-13T02:05:46.054Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T02:05:46.055Z] ---> Running in 6d89942b03e6 [2021-05-13T02:05:47.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:05:47.052Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:05:47.332Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T02:05:47.611Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:05:47.611Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T02:05:47.611Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T02:05:47.611Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:05:47.611Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T02:05:47.611Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:05:47.611Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:05:47.891Z] OK: 7 MiB in 20 packages [2021-05-13T02:05:50.552Z] Removing intermediate container 6d89942b03e6 [2021-05-13T02:05:50.552Z] ---> 287fc3db17e1 [2021-05-13T02:05:50.552Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:05:50.552Z] ---> Running in 6225d5fe1ccf [2021-05-13T02:05:51.169Z] Removing intermediate container 6225d5fe1ccf [2021-05-13T02:05:51.169Z] ---> f4690d9a1aba [2021-05-13T02:05:51.169Z] Step 14/26 : WORKDIR / [2021-05-13T02:05:51.448Z] ---> Running in ed08ac71581a [2021-05-13T02:05:52.060Z] Removing intermediate container ed08ac71581a [2021-05-13T02:05:52.060Z] ---> a491910bb7b6 [2021-05-13T02:05:52.060Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T02:05:53.526Z] ---> d49b3d6a3b2c [2021-05-13T02:05:53.526Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T02:05:54.526Z] ---> 55b755e98e3c [2021-05-13T02:05:54.526Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T02:05:55.531Z] ---> 5f03ca74771b [2021-05-13T02:05:55.532Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T02:05:57.009Z] ---> 6cba6d7bdb2a [2021-05-13T02:05:57.009Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T02:05:59.018Z] ---> c3bb552ca0e7 [2021-05-13T02:05:59.018Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T02:06:00.477Z] ---> 8d16972fcd30 [2021-05-13T02:06:00.477Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T02:06:01.478Z] ---> eed80b23c1e2 [2021-05-13T02:06:01.478Z] Step 22/26 : 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-05-13T02:06:01.758Z] ---> Running in adfdb74798f7 [2021-05-13T02:06:05.224Z] Removing intermediate container adfdb74798f7 [2021-05-13T02:06:05.224Z] ---> c804ad8e06eb [2021-05-13T02:06:05.224Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T02:06:05.224Z] ---> Running in 6676a5c0f6f3 [2021-05-13T02:06:06.224Z] Removing intermediate container 6676a5c0f6f3 [2021-05-13T02:06:06.224Z] ---> f1aef4685963 [2021-05-13T02:06:06.224Z] Step 24/26 : LABEL arch=arm64 [2021-05-13T02:06:06.224Z] ---> Running in 5ae71b0f2b9b [2021-05-13T02:06:07.240Z] Removing intermediate container 5ae71b0f2b9b [2021-05-13T02:06:07.240Z] ---> 865b4cccad25 [2021-05-13T02:06:07.240Z] Step 25/26 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:07.240Z] ---> Running in 724b9af32d09 [2021-05-13T02:06:08.232Z] Removing intermediate container 724b9af32d09 [2021-05-13T02:06:08.232Z] ---> 204a7055ced3 [2021-05-13T02:06:08.232Z] Step 26/26 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:08.232Z] ---> Running in 3d1749c4ce7f [2021-05-13T02:06:09.227Z] Removing intermediate container 3d1749c4ce7f [2021-05-13T02:06:09.227Z] ---> 65a33a9c28e3 [2021-05-13T02:06:09.227Z] [2021-05-13T02:06:09.514Z] Successfully built 65a33a9c28e3 [2021-05-13T02:06:09.514Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-13T02:06:21.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-13T02:06:21.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-13T02:06:25.983Z] Removing intermediate container 5deac65c9fef [2021-05-13T02:06:25.983Z] ---> 3bdfdf6f77c8 [2021-05-13T02:06:25.983Z] [2021-05-13T02:06:25.983Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:06:25.983Z] 3.12: Pulling from library/alpine [2021-05-13T02:06:27.048Z] Removing intermediate container 0905086919ae [2021-05-13T02:06:27.048Z] ---> 00e2f1e0d950 [2021-05-13T02:06:27.048Z] [2021-05-13T02:06:27.048Z] Step 11/26 : FROM alpine:3.12 [2021-05-13T02:06:27.392Z] 3.12: Pulling from library/alpine [2021-05-13T02:06:27.392Z] Removing intermediate container 9c4b5804a26a [2021-05-13T02:06:27.392Z] ---> 52ddaa8ec7b9 [2021-05-13T02:06:27.392Z] [2021-05-13T02:06:27.392Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:06:27.392Z] 3.12: Pulling from library/alpine [2021-05-13T02:06:27.392Z] Removing intermediate container df06fd327360 [2021-05-13T02:06:27.392Z] ---> dbe714714fa5 [2021-05-13T02:06:27.392Z] [2021-05-13T02:06:27.392Z] Step 11/22 : FROM alpine:3.12 [2021-05-13T02:06:27.723Z] 3.12: Pulling from library/alpine [2021-05-13T02:06:27.723Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:06:27.723Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:06:27.723Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:06:27.723Z] Status: Image is up to date for alpine:3.12 [2021-05-13T02:06:27.723Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T02:06:27.723Z] Status: Downloaded newer image for alpine:3.12 [2021-05-13T02:06:27.723Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-13T02:06:27.723Z] Status: Image is up to date for alpine:3.12 [2021-05-13T02:06:27.723Z] ---> 13621d1b12d4 [2021-05-13T02:06:27.723Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-13T02:06:27.723Z] ---> 13621d1b12d4 [2021-05-13T02:06:27.723Z] ---> 13621d1b12d4 [2021-05-13T02:06:27.723Z] Step 12/23 : RUN apk add --update --no-cache dumb-initStep 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:06:27.723Z] ---> 13621d1b12d4 [2021-05-13T02:06:27.723Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-13T02:06:27.723Z] [2021-05-13T02:06:28.377Z] ---> Running in 2bfaccaf8693 [2021-05-13T02:06:28.377Z] ---> Running in 227e20a64b32 [2021-05-13T02:06:28.377Z] ---> Running in 5f5d8051d12b [2021-05-13T02:06:28.377Z] ---> Running in 59281f05bb38 [2021-05-13T02:06:29.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:29.865Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.165Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:06:30.165Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:06:30.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.165Z] OK: 6 MiB in 15 packages [2021-05-13T02:06:30.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.462Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-13T02:06:30.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.749Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:06:30.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:30.749Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-13T02:06:30.749Z] (4/6) Installing curl (7.76.1-r0) [2021-05-13T02:06:30.749Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:06:30.749Z] (6/6) Installing su-exec (0.2-r1) [2021-05-13T02:06:30.749Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:06:30.749Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:06:30.749Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-13T02:06:30.749Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:06:30.749Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-13T02:06:30.749Z] (4/4) Installing curl (7.76.1-r0) [2021-05-13T02:06:31.017Z] OK: 7 MiB in 20 packages [2021-05-13T02:06:31.017Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:06:31.017Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:06:31.017Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-13T02:06:31.017Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:06:31.017Z] OK: 6 MiB in 15 packages [2021-05-13T02:06:31.017Z] OK: 7 MiB in 18 packages [2021-05-13T02:06:33.693Z] Removing intermediate container 70c2611da8c8 [2021-05-13T02:06:33.693Z] ---> c667bcb81442 [2021-05-13T02:06:33.693Z] [2021-05-13T02:06:33.693Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:06:33.693Z] ---> 13621d1b12d4 [2021-05-13T02:06:33.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-13T02:06:33.693Z] ---> Running in ebfe6f9a32e0 [2021-05-13T02:06:35.235Z] Removing intermediate container 2bfaccaf8693 [2021-05-13T02:06:35.235Z] ---> d3f5692320db [2021-05-13T02:06:35.235Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:06:35.507Z] Removing intermediate container ebfe6f9a32e0 [2021-05-13T02:06:35.507Z] ---> 3bee9979a1e7 [2021-05-13T02:06:35.507Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-13T02:06:35.846Z] ---> Running in 4bacf02cac26 [2021-05-13T02:06:35.846Z] Removing intermediate container 5f5d8051d12b [2021-05-13T02:06:35.846Z] ---> acfda5f64147 [2021-05-13T02:06:35.846Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:06:35.846Z] Removing intermediate container 227e20a64b32 [2021-05-13T02:06:35.846Z] ---> 13d9cc3f9d97 [2021-05-13T02:06:35.846Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:06:35.846Z] Removing intermediate container 59281f05bb38 [2021-05-13T02:06:35.846Z] ---> 7e10cbcf1bf2 [2021-05-13T02:06:35.846Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-13T02:06:36.161Z] ---> Running in 63c6cf4d9de7 [2021-05-13T02:06:36.161Z] ---> Running in 4059328f2b5a [2021-05-13T02:06:36.161Z] ---> Running in 2c01cdbf6c43 [2021-05-13T02:06:36.161Z] ---> Running in be2cc4c71222 [2021-05-13T02:06:36.357Z]  Building security-secretstore-setup ... done Removing intermediate container 0c046268d960 [2021-05-13T02:06:36.357Z] ---> dca491ef8420 [2021-05-13T02:06:36.357Z] [2021-05-13T02:06:36.357Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:06:36.357Z] ---> 9852663dfa18 [2021-05-13T02:06:36.357Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:06:36.357Z] ---> Using cache [2021-05-13T02:06:36.357Z] ---> 4c52fe9121b3 [2021-05-13T02:06:36.357Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:06:36.357Z] ---> Using cache [2021-05-13T02:06:36.357Z] ---> cf24f929c11c [2021-05-13T02:06:36.357Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T02:06:36.357Z] ---> Running in 91eca1125175 [2021-05-13T02:06:36.357Z] Removing intermediate container 91eca1125175 [2021-05-13T02:06:36.357Z] ---> 8f9b5a4fdb09 [2021-05-13T02:06:36.357Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:06:36.357Z] ---> Running in 050357c0dd56 [2021-05-13T02:06:36.357Z] Removing intermediate container 050357c0dd56 [2021-05-13T02:06:36.357Z] ---> 2080bf198771 [2021-05-13T02:06:36.357Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:06:36.446Z] Removing intermediate container 4bacf02cac26 [2021-05-13T02:06:36.446Z] ---> 3b7f22bfaa34 [2021-05-13T02:06:36.446Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-13T02:06:36.751Z] Removing intermediate container 63c6cf4d9de7 [2021-05-13T02:06:36.751Z] ---> d6c3009a167e [2021-05-13T02:06:36.751Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-13T02:06:36.751Z] ---> Running in 596ec7389889 [2021-05-13T02:06:36.751Z] Removing intermediate container 4059328f2b5a [2021-05-13T02:06:36.751Z] ---> 30376160db78 [2021-05-13T02:06:36.751Z] Step 14/26 : WORKDIR / [2021-05-13T02:06:36.954Z] ---> 5a8c1cbcfbfb [2021-05-13T02:06:36.954Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T02:06:37.075Z] Removing intermediate container be2cc4c71222 [2021-05-13T02:06:37.075Z] ---> c9de597d1e23 [2021-05-13T02:06:37.075Z] Step 14/22 : WORKDIR /edgex [2021-05-13T02:06:37.075Z] Removing intermediate container 2c01cdbf6c43 [2021-05-13T02:06:37.075Z] ---> 715809bb8f46 [2021-05-13T02:06:37.075Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-13T02:06:37.075Z] ---> Running in 377a2529fb57 [2021-05-13T02:06:37.075Z] ---> Running in 5af8e1c36ea9 [2021-05-13T02:06:37.075Z] ---> Running in 550d6840b020 [2021-05-13T02:06:37.367Z] ---> Running in cdf38da90901 [2021-05-13T02:06:37.367Z] Removing intermediate container 596ec7389889 [2021-05-13T02:06:37.367Z] ---> 419b97529653 [2021-05-13T02:06:37.367Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:06:37.652Z] ---> Running in 0df3a11a5cdc [2021-05-13T02:06:37.652Z] Removing intermediate container cdf38da90901 [2021-05-13T02:06:37.652Z] ---> 4c54c8a1f8b8 [2021-05-13T02:06:37.652Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:06:37.944Z] Removing intermediate container 5af8e1c36ea9 [2021-05-13T02:06:37.944Z] ---> f6f5a923c5e8 [2021-05-13T02:06:37.944Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-13T02:06:37.944Z] Removing intermediate container 377a2529fb57 [2021-05-13T02:06:37.944Z] ---> 1c9505462aa2 [2021-05-13T02:06:37.944Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:06:37.944Z] Removing intermediate container 550d6840b020 [2021-05-13T02:06:37.944Z] ---> 5086e240ea95 [2021-05-13T02:06:37.944Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-13T02:06:37.944Z] ---> Running in 432d901c81db [2021-05-13T02:06:37.944Z] ---> Running in aea44677f7b1 [2021-05-13T02:06:38.222Z] Removing intermediate container 0df3a11a5cdc [2021-05-13T02:06:38.222Z] ---> ddfb7940cb88 [2021-05-13T02:06:38.222Z] Step 16/24 : WORKDIR / [2021-05-13T02:06:38.572Z] Removing intermediate container 432d901c81db [2021-05-13T02:06:38.572Z] ---> 7e91bf207934 [2021-05-13T02:06:38.572Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:06:38.853Z] ---> Running in 9cf3e08ef150 [2021-05-13T02:06:38.853Z] ---> 4499c7fec8aa [2021-05-13T02:06:38.853Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-13T02:06:38.853Z] ---> 2620878b4077 [2021-05-13T02:06:38.853Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-13T02:06:39.580Z] Removing intermediate container 9cf3e08ef150 [2021-05-13T02:06:39.580Z] ---> 7a11c8bed721 [2021-05-13T02:06:39.580Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:06:39.585Z] ---> 39731446250e [2021-05-13T02:06:39.586Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:40.182Z] ---> 02c836c7593a [2021-05-13T02:06:40.182Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T02:06:40.297Z] ---> f787a9292be4 [2021-05-13T02:06:40.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-13T02:06:40.297Z] ---> 98ef2319e531 [2021-05-13T02:06:40.297Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:40.454Z] ---> Running in 646e663d6789 [2021-05-13T02:06:40.625Z] ---> 9d11076aee7b [2021-05-13T02:06:40.625Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-13T02:06:41.026Z] ---> 09a2161b880b [2021-05-13T02:06:41.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-13T02:06:41.405Z] ---> 4131d54f5a4b [2021-05-13T02:06:41.405Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-13T02:06:41.443Z] Removing intermediate container 646e663d6789 [2021-05-13T02:06:41.443Z] ---> bdd439a83754 [2021-05-13T02:06:41.443Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:06:41.710Z] Removing intermediate container aea44677f7b1 [2021-05-13T02:06:41.710Z] ---> bff5b2240e2e [2021-05-13T02:06:41.710Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-13T02:06:41.710Z] ---> 77da63a65d3c [2021-05-13T02:06:41.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:42.008Z] ---> Running in 74f734ef10e9 [2021-05-13T02:06:42.008Z] ---> 6950810d501e [2021-05-13T02:06:42.008Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:42.127Z] ---> Running in ae6297e7fded [2021-05-13T02:06:42.327Z] ---> fe541290bd25 [2021-05-13T02:06:42.327Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-13T02:06:42.327Z] ---> e6df985c3929 [2021-05-13T02:06:42.327Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-13T02:06:42.617Z] ---> Running in cca09be4259a [2021-05-13T02:06:42.617Z] ---> cf8f95274296 [2021-05-13T02:06:42.617Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-13T02:06:42.899Z] ---> 6a3de5a652a2 [2021-05-13T02:06:42.899Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-13T02:06:42.899Z] ---> Running in 121ebeb2c4df [2021-05-13T02:06:42.899Z] ---> Running in 1b1e729eac81 [2021-05-13T02:06:43.196Z] Removing intermediate container cca09be4259a [2021-05-13T02:06:43.196Z] ---> 5a70583ecb55 [2021-05-13T02:06:43.196Z] Step 19/22 : CMD ["--init=true"] [2021-05-13T02:06:43.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:43.249Z] Removing intermediate container ae6297e7fded [2021-05-13T02:06:43.249Z] ---> 6edce06ea32a [2021-05-13T02:06:43.249Z] Step 21/23 : LABEL arch=arm64 [2021-05-13T02:06:43.249Z] Removing intermediate container cb1122c6e399 [2021-05-13T02:06:43.249Z] ---> 0d8c3dc338f8 [2021-05-13T02:06:43.249Z] [2021-05-13T02:06:43.249Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:06:43.249Z] ---> 9852663dfa18 [2021-05-13T02:06:43.249Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:06:43.249Z] ---> Running in c93710b20de5 [2021-05-13T02:06:43.249Z] ---> Using cache [2021-05-13T02:06:43.249Z] ---> 4c52fe9121b3 [2021-05-13T02:06:43.249Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:06:43.249Z] ---> Using cache [2021-05-13T02:06:43.249Z] ---> cf24f929c11c [2021-05-13T02:06:43.249Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T02:06:43.507Z] ---> Running in 10917e919fec [2021-05-13T02:06:43.507Z] ---> b9bcb9b574f2 [2021-05-13T02:06:43.507Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-13T02:06:43.507Z] Removing intermediate container 1b1e729eac81 [2021-05-13T02:06:43.507Z] ---> cc992b6a5d56 [2021-05-13T02:06:43.507Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:06:43.531Z] ---> Running in b235fc6fb511 [2021-05-13T02:06:43.848Z] Removing intermediate container 121ebeb2c4df [2021-05-13T02:06:43.848Z] ---> 2a30b88b1e62 [2021-05-13T02:06:43.848Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:06:43.848Z] ---> Running in c517037a96fb [2021-05-13T02:06:43.848Z] ---> Running in a871374c60d8 [2021-05-13T02:06:43.848Z] Removing intermediate container 10917e919fec [2021-05-13T02:06:43.848Z] ---> af6f25c80a83 [2021-05-13T02:06:43.848Z] Step 20/22 : LABEL arch=x86_64 [2021-05-13T02:06:43.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:06:44.137Z] Removing intermediate container c93710b20de5 [2021-05-13T02:06:44.137Z] ---> ff270cbb32c3 [2021-05-13T02:06:44.137Z] Step 22/23 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:44.140Z] ---> Running in d4a1b170a9a8 [2021-05-13T02:06:44.410Z] ---> Running in 6d5c60ee822c [2021-05-13T02:06:44.410Z] Removing intermediate container b235fc6fb511 [2021-05-13T02:06:44.410Z] ---> b4c38d9bc88e [2021-05-13T02:06:44.410Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:06:44.445Z] Removing intermediate container c517037a96fb [2021-05-13T02:06:44.445Z] ---> c11105896c1f [2021-05-13T02:06:44.445Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:06:44.445Z] Removing intermediate container a871374c60d8 [2021-05-13T02:06:44.445Z] ---> c4d4fadc6bdb [2021-05-13T02:06:44.445Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T02:06:44.445Z] ---> Running in 3fce5032b013 [2021-05-13T02:06:44.445Z] ---> Running in ab6ace3386e8 [2021-05-13T02:06:44.445Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-13T02:06:44.445Z] Removing intermediate container d4a1b170a9a8 [2021-05-13T02:06:44.445Z] ---> dd4a7f8d7e12 [2021-05-13T02:06:44.445Z] Step 21/22 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:44.445Z] ---> 7ca30109cd8b [2021-05-13T02:06:44.445Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-13T02:06:44.685Z] ---> Running in 1ff7f6342cd3 [2021-05-13T02:06:44.759Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-13T02:06:44.759Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-13T02:06:44.759Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-13T02:06:44.759Z] ---> Running in 66e008433ad6 [2021-05-13T02:06:45.085Z] Removing intermediate container ab6ace3386e8 [2021-05-13T02:06:45.085Z] ---> a945c99defc5 [2021-05-13T02:06:45.085Z] Step 22/23 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:45.085Z] Removing intermediate container 3fce5032b013 [2021-05-13T02:06:45.085Z] ---> e19d4454d9c7 [2021-05-13T02:06:45.085Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:45.085Z] ---> Running in b2426b61c1bc [2021-05-13T02:06:45.085Z] ---> Running in c48c286470f9 [2021-05-13T02:06:45.277Z] Removing intermediate container 6d5c60ee822c [2021-05-13T02:06:45.277Z] ---> 3c956bf7a1fb [2021-05-13T02:06:45.277Z] Step 23/23 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:45.364Z] Removing intermediate container 66e008433ad6 [2021-05-13T02:06:45.364Z] ---> 458328995fb2 [2021-05-13T02:06:45.364Z] Step 22/22 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:45.552Z] ---> Running in be23a7019c0f [2021-05-13T02:06:45.552Z] Removing intermediate container 1ff7f6342cd3 [2021-05-13T02:06:45.552Z] ---> ba1d64f74da3 [2021-05-13T02:06:45.552Z] Step 16/24 : WORKDIR / [2021-05-13T02:06:45.630Z] ---> Running in c067b4f7019c [2021-05-13T02:06:45.630Z] ---> 5edbd711d093 [2021-05-13T02:06:45.630Z] Step 22/26 : 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-05-13T02:06:45.630Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-13T02:06:45.630Z] Removing intermediate container b2426b61c1bc [2021-05-13T02:06:45.630Z] ---> 2b02d86c4e8d [2021-05-13T02:06:45.630Z] Step 23/23 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:45.827Z] ---> Running in a85284d0e786 [2021-05-13T02:06:45.935Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-13T02:06:45.935Z] Removing intermediate container c48c286470f9 [2021-05-13T02:06:45.935Z] ---> e7bc3687a40c [2021-05-13T02:06:45.935Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:45.935Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:06:45.935Z] OK: 8 MiB in 20 packages [2021-05-13T02:06:45.935Z] ---> Running in dfcc24353800 [2021-05-13T02:06:46.097Z] Removing intermediate container 362ac87dac0a [2021-05-13T02:06:46.097Z] ---> c78aba098f4d [2021-05-13T02:06:46.097Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T02:06:46.271Z] ---> Running in bd6331cd934d [2021-05-13T02:06:46.271Z] ---> Running in 943ab8ad4c63 [2021-05-13T02:06:46.367Z] ---> Running in 33d7e0dff357 [2021-05-13T02:06:46.367Z] Removing intermediate container be23a7019c0f [2021-05-13T02:06:46.367Z] ---> 8953c9318b8a [2021-05-13T02:06:46.367Z] [2021-05-13T02:06:46.569Z] Removing intermediate container c067b4f7019c [2021-05-13T02:06:46.569Z] ---> f64f65a43245 [2021-05-13T02:06:46.569Z] [2021-05-13T02:06:46.639Z] Removing intermediate container a85284d0e786 [2021-05-13T02:06:46.639Z] ---> 73218589c26a [2021-05-13T02:06:46.639Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:06:46.916Z] Successfully built 8953c9318b8a [2021-05-13T02:06:46.916Z] Successfully tagged support-scheduler-arm64:latest [2021-05-13T02:06:47.396Z] Removing intermediate container bd6331cd934d [2021-05-13T02:06:47.396Z] ---> a0f85c32cd6b [2021-05-13T02:06:47.396Z] [2021-05-13T02:06:47.513Z]  Building support-scheduler ... done  ---> e1c3091f55dc [2021-05-13T02:06:47.513Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T02:06:47.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T02:06:48.242Z] Removing intermediate container 943ab8ad4c63 [2021-05-13T02:06:48.242Z] ---> 8d767904c08f [2021-05-13T02:06:48.242Z] [2021-05-13T02:06:48.242Z] Successfully built f64f65a43245 [2021-05-13T02:06:48.242Z] Successfully tagged security-proxy-setup:latest [2021-05-13T02:06:48.242Z] Building support-notifications [2021-05-13T02:06:48.621Z]  Building security-proxy-setup ... done Successfully built a0f85c32cd6b [2021-05-13T02:06:48.621Z] Removing intermediate container 74f734ef10e9 [2021-05-13T02:06:48.621Z] ---> 20069c98033c [2021-05-13T02:06:48.621Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:06:48.621Z] Successfully tagged support-scheduler:latest [2021-05-13T02:06:48.621Z] Building security-bootstrapper [2021-05-13T02:06:48.621Z]  Building support-scheduler ... done Successfully built 8d767904c08f [2021-05-13T02:06:48.621Z] Successfully tagged core-command:latest [2021-05-13T02:06:48.621Z]  Building core-command ... done Building sys-mgmt-agent [2021-05-13T02:06:48.962Z] ---> 792444e74106 [2021-05-13T02:06:48.962Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:49.508Z] Removing intermediate container dfcc24353800 [2021-05-13T02:06:49.508Z] ---> d4a980b62a26 [2021-05-13T02:06:49.508Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-13T02:06:49.508Z] ---> c53e0b4a9728 [2021-05-13T02:06:49.508Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-13T02:06:49.508Z] ---> Running in 199174388bbc [2021-05-13T02:06:49.556Z] ---> 0139f5c2a37b [2021-05-13T02:06:49.556Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T02:06:49.827Z] ---> Running in 27741389a5cd [2021-05-13T02:06:49.827Z] Removing intermediate container 33d7e0dff357 [2021-05-13T02:06:49.827Z] ---> 3c55d4c09927 [2021-05-13T02:06:49.827Z] [2021-05-13T02:06:49.827Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T02:06:49.827Z] 20.10.0: Pulling from library/docker [2021-05-13T02:06:49.919Z] Removing intermediate container 199174388bbc [2021-05-13T02:06:49.919Z] ---> 4ab5e8812d4d [2021-05-13T02:06:49.919Z] Step 24/26 : LABEL arch=x86_64 [2021-05-13T02:06:50.269Z] ---> Running in 0687a02f74f0 [2021-05-13T02:06:50.417Z] Removing intermediate container 27741389a5cd [2021-05-13T02:06:50.417Z] ---> 0141d70add69 [2021-05-13T02:06:50.417Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:06:50.689Z] ---> Running in 7e639e8f560e [2021-05-13T02:06:51.280Z] Removing intermediate container 0687a02f74f0 [2021-05-13T02:06:51.280Z] ---> 6d032e5bafae [2021-05-13T02:06:51.280Z] Step 25/26 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:51.280Z] ---> dc30035d013c [2021-05-13T02:06:51.280Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-13T02:06:51.584Z] ---> Running in 4ad06fd7ef58 [2021-05-13T02:06:51.670Z] Removing intermediate container 7e639e8f560e [2021-05-13T02:06:51.670Z] ---> a13e289765bf [2021-05-13T02:06:51.670Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:06:52.261Z] ---> Running in 6ee190bb2b89 [2021-05-13T02:06:52.532Z] Removing intermediate container 6ee190bb2b89 [2021-05-13T02:06:52.532Z] ---> 79e48444c818 [2021-05-13T02:06:52.532Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:53.126Z] ---> Running in 90794aca03b2 [2021-05-13T02:06:53.721Z] Removing intermediate container 90794aca03b2 [2021-05-13T02:06:53.721Z] ---> 9bbb5b033d3d [2021-05-13T02:06:53.722Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:54.314Z] ---> Running in 7927fba441a9 [2021-05-13T02:06:54.910Z] Removing intermediate container 7927fba441a9 [2021-05-13T02:06:54.910Z] ---> 356711d5d48d [2021-05-13T02:06:54.910Z] [2021-05-13T02:06:55.087Z] Removing intermediate container 4ad06fd7ef58 [2021-05-13T02:06:55.087Z] ---> cd965271df21 [2021-05-13T02:06:55.087Z] Step 26/26 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:55.087Z] ---> 2d71f04141ef [2021-05-13T02:06:55.087Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-13T02:06:55.087Z] ---> Running in d90c4f805fb2 [2021-05-13T02:06:55.087Z] ---> Running in 721476b83efe [2021-05-13T02:06:55.506Z] Successfully built 356711d5d48d [2021-05-13T02:06:55.506Z] Successfully tagged core-metadata-arm64:latest [2021-05-13T02:06:55.760Z] Removing intermediate container 721476b83efe [2021-05-13T02:06:55.760Z] ---> 2f284896db4d [2021-05-13T02:06:55.760Z] [2021-05-13T02:06:55.760Z] Removing intermediate container d90c4f805fb2 [2021-05-13T02:06:55.760Z] ---> 676b97fea722 [2021-05-13T02:06:55.760Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:06:55.760Z] ---> Running in 33b6acca39f1 [2021-05-13T02:06:56.045Z] Successfully built 2f284896db4d [2021-05-13T02:06:56.045Z] Successfully tagged security-secretstore-setup:latest [2021-05-13T02:06:56.045Z] Building core-metadata [2021-05-13T02:06:56.355Z]  Building security-secretstore-setup ... done Removing intermediate container 33b6acca39f1 [2021-05-13T02:06:56.355Z] ---> 348da5958942 [2021-05-13T02:06:56.355Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:06:56.355Z] ---> Running in b6b275ea478b [2021-05-13T02:06:57.388Z] Removing intermediate container b6b275ea478b [2021-05-13T02:06:57.388Z] ---> 909cb9db5f14 [2021-05-13T02:06:57.388Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:06:58.119Z]  Building core-metadata ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T02:06:58.119Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T02:06:58.119Z] ---> eeaf43b92773 [2021-05-13T02:06:58.119Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:06:58.898Z] ---> Running in 4fb4bd938601 [2021-05-13T02:06:59.089Z] ---> Running in 01a2e8b8a14e [2021-05-13T02:06:59.358Z] Removing intermediate container 01a2e8b8a14e [2021-05-13T02:06:59.358Z] ---> e040401b1443 [2021-05-13T02:06:59.358Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T02:06:59.558Z] Removing intermediate container 4fb4bd938601 [2021-05-13T02:06:59.559Z] ---> 09b5cae81162 [2021-05-13T02:06:59.559Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:06:59.627Z] ---> Running in baf8f4368070 [2021-05-13T02:07:00.145Z] ---> Running in c8d3672acffa [2021-05-13T02:07:00.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-13T02:07:00.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-13T02:07:01.136Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T02:07:01.136Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T02:07:01.405Z] Executing bash-5.0.17-r0.post-install [2021-05-13T02:07:01.405Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:07:01.405Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T02:07:01.405Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T02:07:01.405Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T02:07:01.405Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T02:07:01.405Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T02:07:01.405Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T02:07:01.405Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T02:07:01.405Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T02:07:01.405Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T02:07:01.405Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T02:07:02.755Z] Removing intermediate container c8d3672acffa [2021-05-13T02:07:02.755Z] ---> b377c84aaceb [2021-05-13T02:07:02.755Z] [2021-05-13T02:07:03.373Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T02:07:03.373Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T02:07:03.373Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T02:07:03.373Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T02:07:03.373Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T02:07:03.373Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T02:07:03.373Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T02:07:03.373Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T02:07:03.373Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T02:07:03.373Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T02:07:03.373Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T02:07:03.373Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T02:07:03.373Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T02:07:03.373Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T02:07:03.373Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T02:07:03.373Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T02:07:03.642Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T02:07:03.642Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T02:07:03.642Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T02:07:03.642Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T02:07:03.642Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T02:07:03.642Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T02:07:03.642Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T02:07:03.642Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T02:07:03.642Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T02:07:03.642Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T02:07:03.865Z] Successfully built b377c84aaceb [2021-05-13T02:07:03.866Z] Successfully tagged core-data:latest [2021-05-13T02:07:03.913Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T02:07:03.913Z] OK: 72 MiB in 59 packages [2021-05-13T02:07:08.199Z] Collecting docker-compose==1.23.2 [2021-05-13T02:07:08.199Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T02:07:08.199Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T02:07:08.199Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T02:07:08.787Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T02:07:08.787Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T02:07:09.382Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T02:07:09.702Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T02:07:11.125Z] 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-05-13T02:07:11.395Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T02:07:11.395Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T02:07:13.995Z] Collecting PyYAML<4,>=3.10 [2021-05-13T02:07:13.995Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T02:07:17.359Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T02:07:17.359Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T02:07:17.947Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T02:07:17.947Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T02:07:19.903Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T02:07:19.903Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T02:07:20.491Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T02:07:20.491Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T02:07:20.761Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T02:07:20.761Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T02:07:20.761Z] 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-05-13T02:07:20.761Z] 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-05-13T02:07:21.349Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-13T02:07:21.349Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T02:07:21.620Z] Collecting idna<2.8,>=2.5 [2021-05-13T02:07:21.888Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T02:07:21.888Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T02:07:21.888Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T02:07:21.888Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T02:07:21.888Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T02:07:22.477Z] Installing collected packages: cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, PyYAML, docopt, jsonschema, docker-compose [2021-05-13T02:07:23.066Z] Attempting uninstall: urllib3 [2021-05-13T02:07:23.067Z] Found existing installation: urllib3 1.25.9 [2021-05-13T02:07:23.067Z] Uninstalling urllib3-1.25.9: [2021-05-13T02:07:23.067Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T02:07:23.655Z] Attempting uninstall: idna [2021-05-13T02:07:23.656Z] Found existing installation: idna 2.9 [2021-05-13T02:07:23.656Z] Uninstalling idna-2.9: [2021-05-13T02:07:23.927Z] Successfully uninstalled idna-2.9 [2021-05-13T02:07:24.518Z] Attempting uninstall: requests [2021-05-13T02:07:24.518Z] Found existing installation: requests 2.23.0 [2021-05-13T02:07:24.518Z] Uninstalling requests-2.23.0: [2021-05-13T02:07:24.518Z] Successfully uninstalled requests-2.23.0 [2021-05-13T02:07:25.487Z] Running setup.py install for texttable: started [2021-05-13T02:07:27.446Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T02:07:27.446Z] Running setup.py install for dockerpty: started [2021-05-13T02:07:29.408Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T02:07:29.408Z] Running setup.py install for PyYAML: started [2021-05-13T02:07:31.370Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T02:07:31.370Z] Running setup.py install for docopt: started [2021-05-13T02:07:32.794Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T02:07:34.222Z] 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.59.0 [2021-05-13T02:07:42.496Z] Removing intermediate container baf8f4368070 [2021-05-13T02:07:42.496Z] ---> c367d48e213c [2021-05-13T02:07:42.496Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T02:07:42.496Z] ---> Running in 37ebfbc067e9 [2021-05-13T02:07:42.771Z] Removing intermediate container 37ebfbc067e9 [2021-05-13T02:07:42.771Z] ---> b01351756a1f [2021-05-13T02:07:42.771Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T02:07:42.771Z] ---> Running in 929131d7fe12 [2021-05-13T02:07:43.369Z] Removing intermediate container 929131d7fe12 [2021-05-13T02:07:43.369Z] ---> 09ad5353cf90 [2021-05-13T02:07:43.370Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T02:07:44.346Z] ---> 136e2847df59 [2021-05-13T02:07:44.346Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T02:07:45.321Z] ---> 74c2abf4a00a [2021-05-13T02:07:45.321Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-13T02:07:45.914Z] ---> 1beb7f7cea00 [2021-05-13T02:07:45.914Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T02:07:46.187Z] ---> Running in cc1da62dc5cc [2021-05-13T02:07:46.461Z] Removing intermediate container cc1da62dc5cc [2021-05-13T02:07:46.461Z] ---> 5d2d798c79a5 [2021-05-13T02:07:46.461Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:07:46.734Z] ---> Running in 424fb271cb40 [2021-05-13T02:07:47.007Z] Removing intermediate container 424fb271cb40 [2021-05-13T02:07:47.007Z] ---> 168058d77269 [2021-05-13T02:07:47.007Z] Step 22/24 : LABEL arch=arm64 [2021-05-13T02:07:47.276Z] ---> Running in 3b82553b3a96 [2021-05-13T02:07:47.871Z] Removing intermediate container 3b82553b3a96 [2021-05-13T02:07:47.871Z] ---> 0754541b6713 [2021-05-13T02:07:47.871Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:07:47.871Z] ---> Running in cd0030534582 [2021-05-13T02:07:48.141Z] Removing intermediate container cd0030534582 [2021-05-13T02:07:48.141Z] ---> 92a5493c86f2 [2021-05-13T02:07:48.141Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:07:48.417Z] ---> Running in a8b30ff57202 [2021-05-13T02:07:49.011Z] Removing intermediate container a8b30ff57202 [2021-05-13T02:07:49.011Z] ---> 68079e265c80 [2021-05-13T02:07:49.011Z] [2021-05-13T02:07:49.288Z] Successfully built 68079e265c80 [2021-05-13T02:07:49.288Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-13T02:07:49.576Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T02:07:49.590Z] $ docker stop --time=1 983083ba61ff4b844ae5949c0e0b291b9942d106c821e37b9b7d5fda97b70884 [2021-05-13T02:07:51.461Z]  Building core-data ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:07:51.462Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:07:51.462Z] ---> f439485d4b10 [2021-05-13T02:07:51.462Z] Step 3/32 : WORKDIR /edgex-go [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> fa23d2191c09 [2021-05-13T02:07:51.462Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> 741dc7e85603 [2021-05-13T02:07:51.462Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-13T02:07:51.462Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:07:51.462Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:07:51.462Z] ---> f439485d4b10 [2021-05-13T02:07:51.462Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> fa23d2191c09 [2021-05-13T02:07:51.462Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> 741dc7e85603 [2021-05-13T02:07:51.462Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-13T02:07:51.462Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:07:51.462Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:07:51.462Z] ---> f439485d4b10 [2021-05-13T02:07:51.462Z] Step 3/23 : WORKDIR /edgex-go [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> fa23d2191c09 [2021-05-13T02:07:51.462Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> 741dc7e85603 [2021-05-13T02:07:51.462Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-13T02:07:51.462Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-13T02:07:51.462Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-13T02:07:51.462Z] ---> f439485d4b10 [2021-05-13T02:07:51.462Z] Step 3/24 : WORKDIR /edgex-go [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> fa23d2191c09 [2021-05-13T02:07:51.462Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-13T02:07:51.462Z] ---> Using cache [2021-05-13T02:07:51.462Z] ---> 741dc7e85603 [2021-05-13T02:07:51.462Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-13T02:07:51.462Z] ---> Running in 733e1152f0c1 [2021-05-13T02:07:51.462Z] ---> Running in 10a449b5fb00 [2021-05-13T02:07:51.462Z] ---> Running in 51ec2d0f8910 [2021-05-13T02:07:51.462Z] ---> Running in 129a2cb02536 [2021-05-13T02:07:51.500Z] $ docker rm -f 983083ba61ff4b844ae5949c0e0b291b9942d106c821e37b9b7d5fda97b70884 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T02:07:52.110Z] + docker images [2021-05-13T02:07:52.385Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T02:07:52.385Z] sys-mgmt-agent-arm64 latest 68079e265c80 4 seconds ago 299MB [2021-05-13T02:07:52.385Z] core-metadata-arm64 latest 356711d5d48d 58 seconds ago 17.4MB [2021-05-13T02:07:52.385Z] 3c55d4c09927 About a minute ago 860MB [2021-05-13T02:07:52.385Z] support-scheduler-arm64 latest 8953c9318b8a About a minute ago 16.1MB [2021-05-13T02:07:52.385Z] 0d8c3dc338f8 About a minute ago 872MB [2021-05-13T02:07:52.385Z] dca491ef8420 About a minute ago 865MB [2021-05-13T02:07:52.385Z] security-secretstore-setup-arm64 latest 65a33a9c28e3 About a minute ago 24.3MB [2021-05-13T02:07:52.385Z] 5a23ee17d6d2 2 minutes ago 862MB [2021-05-13T02:07:52.385Z] security-bootstrapper-arm64 latest 01a34eff8ef2 3 minutes ago 17.1MB [2021-05-13T02:07:52.385Z] core-data-arm64 latest 860c4830f447 3 minutes ago 20.3MB [2021-05-13T02:07:52.385Z] core-command-arm64 latest c58e8355fec7 3 minutes ago 16.1MB [2021-05-13T02:07:52.385Z] support-notifications-arm64 latest 642be82a3178 3 minutes ago 16.7MB [2021-05-13T02:07:52.385Z] security-proxy-setup-arm64 latest d8fe75f15085 3 minutes ago 23.9MB [2021-05-13T02:07:52.385Z] 617ef53e0875 3 minutes ago 873MB [2021-05-13T02:07:52.385Z] 92459c0f8d4e 4 minutes ago 864MB [2021-05-13T02:07:52.385Z] 5557f17449cf 4 minutes ago 865MB [2021-05-13T02:07:52.385Z] 10f18baccd0b 4 minutes ago 861MB [2021-05-13T02:07:52.385Z] 26c590c59383 4 minutes ago 857MB [2021-05-13T02:07:52.386Z] ci-base-image-arm64 latest 8d5c7514bfa0 8 minutes ago 641MB [2021-05-13T02:07:52.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-13T02:07:52.386Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-13T02:07:52.386Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-13T02:07:52.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T02:07:52.575Z] provisioning config files... [2021-05-13T02:07:52.628Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config927159651576664217tmp [2021-05-13T02:07:52.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:52.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:52.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:52.638Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:07:53.061Z] ---> docker-login.sh [2021-05-13T02:07:53.061Z] nexus3.edgexfoundry.org:10001 [2021-05-13T02:07:53.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:07:53.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:07:53.335Z] Configure a credential helper to remove this warning. See [2021-05-13T02:07:53.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:07:53.335Z] [2021-05-13T02:07:53.335Z] Login Succeeded [2021-05-13T02:07:53.335Z] nexus3.edgexfoundry.org:10002 [2021-05-13T02:07:53.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:53.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:53.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:07:53.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:07:53.938Z] Configure a credential helper to remove this warning. See [2021-05-13T02:07:53.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:07:53.938Z] [2021-05-13T02:07:53.938Z] Login Succeeded [2021-05-13T02:07:53.938Z] nexus3.edgexfoundry.org:10003 [2021-05-13T02:07:54.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:07:54.408Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:54.409Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:07:54.409Z] OK: 219 MiB in 52 packages [2021-05-13T02:07:54.409Z] OK: 219 MiB in 52 packages [2021-05-13T02:07:54.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:07:54.479Z] Configure a credential helper to remove this warning. See [2021-05-13T02:07:54.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:07:54.479Z] [2021-05-13T02:07:54.479Z] Login Succeeded [2021-05-13T02:07:54.479Z] nexus3.edgexfoundry.org:10004 [2021-05-13T02:07:54.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:07:55.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:07:55.018Z] Configure a credential helper to remove this warning. See [2021-05-13T02:07:55.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:07:55.018Z] [2021-05-13T02:07:55.018Z] Login Succeeded [2021-05-13T02:07:55.018Z] docker.io [2021-05-13T02:07:55.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:07:55.440Z] OK: 219 MiB in 52 packages [2021-05-13T02:07:55.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:07:55.557Z] Configure a credential helper to remove this warning. See [2021-05-13T02:07:55.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:07:55.557Z] [2021-05-13T02:07:55.557Z] Login Succeeded [2021-05-13T02:07:55.557Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T02:07:55.573Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:07:55.639Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-05-13T02:07:55.640Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:07:55.640Z] 2.0.0-dev.216 [2021-05-13T02:07:55.640Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:07:55.640Z] master [2021-05-13T02:07:55.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:07:55.786Z] Removing intermediate container 10a449b5fb00 [2021-05-13T02:07:55.786Z] ---> 99a896684ed1 [2021-05-13T02:07:55.786Z] Step 6/24 : COPY go.mod . [2021-05-13T02:07:55.786Z] OK: 219 MiB in 52 packages [2021-05-13T02:07:55.786Z] Removing intermediate container 733e1152f0c1 [2021-05-13T02:07:55.786Z] ---> 179b7b2f0aba [2021-05-13T02:07:55.786Z] Step 6/24 : COPY go.mod . [2021-05-13T02:07:56.012Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:07:56.346Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:07:56.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T02:07:56.346Z] aef4c297644b: Preparing [2021-05-13T02:07:56.346Z] d261faf6a563: Preparing [2021-05-13T02:07:56.346Z] d181f89d094b: Preparing [2021-05-13T02:07:56.346Z] b8a76e6fb2da: Preparing [2021-05-13T02:07:56.346Z] 3fbe34a1663b: Preparing [2021-05-13T02:07:56.623Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:07:56.623Z] b8a76e6fb2da: Pushed [2021-05-13T02:07:56.623Z] aef4c297644b: Pushed [2021-05-13T02:07:56.623Z] d181f89d094b: Pushed [2021-05-13T02:07:56.747Z] ---> 8bdbd833aa70 [2021-05-13T02:07:56.747Z] Step 7/24 : RUN go mod download [2021-05-13T02:07:57.054Z] ---> Running in 76bb35d452ca [2021-05-13T02:07:57.791Z] ---> a7b2d64c9a78 [2021-05-13T02:07:57.791Z] Step 7/24 : RUN go mod download [2021-05-13T02:07:57.791Z] ---> Running in 99663adf5a97 [2021-05-13T02:07:58.142Z] Removing intermediate container 129a2cb02536 [2021-05-13T02:07:58.142Z] ---> 0e09dc6417c6 [2021-05-13T02:07:58.142Z] Step 6/32 : COPY go.mod . [2021-05-13T02:07:58.142Z] Removing intermediate container 51ec2d0f8910 [2021-05-13T02:07:58.142Z] ---> 65e1806e08ee [2021-05-13T02:07:58.142Z] Step 6/23 : COPY go.mod . [2021-05-13T02:07:59.212Z] d261faf6a563: Pushed [2021-05-13T02:07:59.212Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:471606af287e54db80febb7b0cb37276df375a14531b176e72c6dadcfbfa5120 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:07:59.557Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:07:59.662Z] ---> d6c388b885a4 [2021-05-13T02:07:59.663Z] Step 7/32 : RUN go mod download [2021-05-13T02:07:59.663Z] ---> 3a332973875f [2021-05-13T02:07:59.663Z] Step 7/23 : RUN go mod download [2021-05-13T02:07:59.663Z] ---> Running in 75510c9d4be4 [2021-05-13T02:07:59.663Z] ---> Running in 6579df1e2d8d [2021-05-13T02:07:59.896Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.216 [2021-05-13T02:07:59.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T02:07:59.896Z] aef4c297644b: Preparing [2021-05-13T02:07:59.896Z] d261faf6a563: Preparing [2021-05-13T02:07:59.896Z] d181f89d094b: Preparing [2021-05-13T02:07:59.896Z] b8a76e6fb2da: Preparing [2021-05-13T02:07:59.896Z] 3fbe34a1663b: Preparing [2021-05-13T02:07:59.896Z] d181f89d094b: Layer already exists [2021-05-13T02:07:59.896Z] aef4c297644b: Layer already exists [2021-05-13T02:07:59.896Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:07:59.896Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:07:59.896Z] d261faf6a563: Layer already exists [2021-05-13T02:08:00.165Z] 2.0.0-dev.216: digest: sha256:471606af287e54db80febb7b0cb37276df375a14531b176e72c6dadcfbfa5120 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:00.505Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:00.843Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:00.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T02:08:00.843Z] aef4c297644b: Preparing [2021-05-13T02:08:00.843Z] d261faf6a563: Preparing [2021-05-13T02:08:00.843Z] d181f89d094b: Preparing [2021-05-13T02:08:00.843Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:00.843Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:00.843Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:00.843Z] d261faf6a563: Layer already exists [2021-05-13T02:08:00.843Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:00.843Z] d181f89d094b: Layer already exists [2021-05-13T02:08:00.843Z] aef4c297644b: Layer already exists [2021-05-13T02:08:01.114Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:471606af287e54db80febb7b0cb37276df375a14531b176e72c6dadcfbfa5120 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:01.463Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:01.802Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:master [2021-05-13T02:08:01.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-13T02:08:01.802Z] aef4c297644b: Preparing [2021-05-13T02:08:01.802Z] d261faf6a563: Preparing [2021-05-13T02:08:01.802Z] d181f89d094b: Preparing [2021-05-13T02:08:01.802Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:01.802Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:01.802Z] aef4c297644b: Layer already exists [2021-05-13T02:08:01.802Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:01.802Z] d261faf6a563: Layer already exists [2021-05-13T02:08:02.072Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:02.072Z] d181f89d094b: Layer already exists [2021-05-13T02:08:02.072Z] master: digest: sha256:471606af287e54db80febb7b0cb37276df375a14531b176e72c6dadcfbfa5120 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:02.132Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:02.148Z] taggedImages: [2021-05-13T02:08:02.148Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:02.148Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.216 [2021-05-13T02:08:02.148Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:02.148Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] echo [2021-05-13T02:08:02.181Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-05-13T02:08:02.181Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:02.181Z] 2.0.0-dev.216 [2021-05-13T02:08:02.181Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:02.181Z] master [2021-05-13T02:08:02.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:02.555Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:02.580Z] Removing intermediate container 76bb35d452ca [2021-05-13T02:08:02.580Z] ---> db744e845178 [2021-05-13T02:08:02.580Z] Step 8/24 : COPY . . [2021-05-13T02:08:02.580Z] Removing intermediate container 99663adf5a97 [2021-05-13T02:08:02.580Z] ---> 4823726dd2fb [2021-05-13T02:08:02.580Z] Step 8/24 : COPY . . [2021-05-13T02:08:02.892Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:02.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T02:08:02.892Z] 035df24e70e3: Preparing [2021-05-13T02:08:02.892Z] 9b0c72d3a1a7: Preparing [2021-05-13T02:08:02.892Z] d181f89d094b: Preparing [2021-05-13T02:08:02.892Z] 51868378c1eb: Preparing [2021-05-13T02:08:02.892Z] 40c9be94ae1d: Preparing [2021-05-13T02:08:02.892Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:02.892Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:03.165Z] d181f89d094b: Layer already exists [2021-05-13T02:08:03.165Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:03.165Z] 40c9be94ae1d: Pushed [2021-05-13T02:08:03.165Z] 035df24e70e3: Pushed [2021-05-13T02:08:04.138Z] 51868378c1eb: Pushed [2021-05-13T02:08:04.233Z] Removing intermediate container 75510c9d4be4 [2021-05-13T02:08:04.233Z] ---> 33ce8323379c [2021-05-13T02:08:04.233Z] Step 8/32 : COPY . . [2021-05-13T02:08:05.305Z] Removing intermediate container 6579df1e2d8d [2021-05-13T02:08:05.305Z] ---> 12d91109320c [2021-05-13T02:08:05.305Z] Step 8/23 : COPY . . [2021-05-13T02:08:06.747Z] 9b0c72d3a1a7: Pushed [2021-05-13T02:08:06.747Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:8cd7d0d7a23cab14fd1d14744282e00b2842c64de4c98802ae5a08bb5024395f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:07.087Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:07.427Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.216 [2021-05-13T02:08:07.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T02:08:07.428Z] 035df24e70e3: Preparing [2021-05-13T02:08:07.428Z] 9b0c72d3a1a7: Preparing [2021-05-13T02:08:07.428Z] d181f89d094b: Preparing [2021-05-13T02:08:07.428Z] 51868378c1eb: Preparing [2021-05-13T02:08:07.428Z] 40c9be94ae1d: Preparing [2021-05-13T02:08:07.428Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:07.428Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:07.696Z] 9b0c72d3a1a7: Layer already exists [2021-05-13T02:08:07.696Z] 035df24e70e3: Layer already exists [2021-05-13T02:08:07.696Z] 40c9be94ae1d: Layer already exists [2021-05-13T02:08:07.696Z] 51868378c1eb: Layer already exists [2021-05-13T02:08:07.696Z] d181f89d094b: Layer already exists [2021-05-13T02:08:07.696Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:07.696Z] 2.0.0-dev.216: digest: sha256:8cd7d0d7a23cab14fd1d14744282e00b2842c64de4c98802ae5a08bb5024395f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:08.036Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:08.371Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:08.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T02:08:08.371Z] 035df24e70e3: Preparing [2021-05-13T02:08:08.371Z] 9b0c72d3a1a7: Preparing [2021-05-13T02:08:08.371Z] d181f89d094b: Preparing [2021-05-13T02:08:08.371Z] 51868378c1eb: Preparing [2021-05-13T02:08:08.371Z] 40c9be94ae1d: Preparing [2021-05-13T02:08:08.371Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:08.371Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:08.640Z] 51868378c1eb: Layer already exists [2021-05-13T02:08:08.640Z] 9b0c72d3a1a7: Layer already exists [2021-05-13T02:08:08.640Z] 40c9be94ae1d: Layer already exists [2021-05-13T02:08:08.640Z] d181f89d094b: Layer already exists [2021-05-13T02:08:08.640Z] 035df24e70e3: Layer already exists [2021-05-13T02:08:08.640Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:08.640Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:8cd7d0d7a23cab14fd1d14744282e00b2842c64de4c98802ae5a08bb5024395f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:08.986Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:09.323Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:master [2021-05-13T02:08:09.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-13T02:08:09.323Z] 035df24e70e3: Preparing [2021-05-13T02:08:09.323Z] 9b0c72d3a1a7: Preparing [2021-05-13T02:08:09.323Z] d181f89d094b: Preparing [2021-05-13T02:08:09.323Z] 51868378c1eb: Preparing [2021-05-13T02:08:09.323Z] 40c9be94ae1d: Preparing [2021-05-13T02:08:09.323Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:09.323Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:09.323Z] 40c9be94ae1d: Layer already exists [2021-05-13T02:08:09.323Z] 51868378c1eb: Layer already exists [2021-05-13T02:08:09.323Z] 9b0c72d3a1a7: Layer already exists [2021-05-13T02:08:09.593Z] 035df24e70e3: Layer already exists [2021-05-13T02:08:09.593Z] d181f89d094b: Layer already exists [2021-05-13T02:08:09.593Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:09.593Z] master: digest: sha256:8cd7d0d7a23cab14fd1d14744282e00b2842c64de4c98802ae5a08bb5024395f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:09.656Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:09.672Z] taggedImages: [2021-05-13T02:08:09.672Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:09.672Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.216 [2021-05-13T02:08:09.672Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:09.672Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] echo [2021-05-13T02:08:09.707Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-05-13T02:08:09.707Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:09.707Z] 2.0.0-dev.216 [2021-05-13T02:08:09.707Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:09.707Z] master [2021-05-13T02:08:09.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:10.141Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:10.474Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:10.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T02:08:10.474Z] 2d7a7498b12b: Preparing [2021-05-13T02:08:10.474Z] f191165b38a3: Preparing [2021-05-13T02:08:10.474Z] d181f89d094b: Preparing [2021-05-13T02:08:10.474Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:10.474Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:10.747Z] d181f89d094b: Layer already exists [2021-05-13T02:08:10.747Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:10.747Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:10.747Z] 2d7a7498b12b: Pushed [2021-05-13T02:08:14.121Z] f191165b38a3: Pushed [2021-05-13T02:08:14.121Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:c194ea8f9b0c38e56da96445ad49ef110f342b809dc09257bc660868e5df0c7c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:14.462Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:14.794Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.216 [2021-05-13T02:08:14.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T02:08:14.794Z] 2d7a7498b12b: Preparing [2021-05-13T02:08:14.794Z] f191165b38a3: Preparing [2021-05-13T02:08:14.794Z] d181f89d094b: Preparing [2021-05-13T02:08:14.794Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:14.794Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:14.794Z] 2d7a7498b12b: Layer already exists [2021-05-13T02:08:14.794Z] d181f89d094b: Layer already exists [2021-05-13T02:08:14.794Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:14.794Z] f191165b38a3: Layer already exists [2021-05-13T02:08:14.794Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:15.075Z] 2.0.0-dev.216: digest: sha256:c194ea8f9b0c38e56da96445ad49ef110f342b809dc09257bc660868e5df0c7c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:15.434Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:15.782Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:15.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T02:08:15.782Z] 2d7a7498b12b: Preparing [2021-05-13T02:08:15.782Z] f191165b38a3: Preparing [2021-05-13T02:08:15.782Z] d181f89d094b: Preparing [2021-05-13T02:08:15.782Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:15.782Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:16.058Z] f191165b38a3: Layer already exists [2021-05-13T02:08:16.058Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:16.058Z] 2d7a7498b12b: Layer already exists [2021-05-13T02:08:16.058Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:16.058Z] d181f89d094b: Layer already exists [2021-05-13T02:08:16.058Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:c194ea8f9b0c38e56da96445ad49ef110f342b809dc09257bc660868e5df0c7c size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:16.400Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:16.735Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [2021-05-13T02:08:16.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-13T02:08:16.735Z] 2d7a7498b12b: Preparing [2021-05-13T02:08:16.735Z] f191165b38a3: Preparing [2021-05-13T02:08:16.735Z] d181f89d094b: Preparing [2021-05-13T02:08:16.735Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:16.735Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:16.735Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:16.735Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:17.004Z] d181f89d094b: Layer already exists [2021-05-13T02:08:17.004Z] 2d7a7498b12b: Layer already exists [2021-05-13T02:08:17.004Z] f191165b38a3: Layer already exists [2021-05-13T02:08:17.004Z] master: digest: sha256:c194ea8f9b0c38e56da96445ad49ef110f342b809dc09257bc660868e5df0c7c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:17.061Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:17.076Z] taggedImages: [2021-05-13T02:08:17.076Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:17.076Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.216 [2021-05-13T02:08:17.076Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:17.076Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] echo [2021-05-13T02:08:17.109Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-05-13T02:08:17.109Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:17.109Z] 2.0.0-dev.216 [2021-05-13T02:08:17.109Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:17.109Z] master [2021-05-13T02:08:17.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:17.481Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:17.827Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:17.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T02:08:17.827Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:17.827Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:17.827Z] 4e41cfff2cc4: Preparing [2021-05-13T02:08:17.827Z] 2de9787c7e7f: Preparing [2021-05-13T02:08:17.827Z] a3d87a124d33: Preparing [2021-05-13T02:08:17.827Z] b773e9a0694f: Preparing [2021-05-13T02:08:17.827Z] d181f89d094b: Preparing [2021-05-13T02:08:17.827Z] e153bab9a674: Preparing [2021-05-13T02:08:17.827Z] e153bab9a674: Preparing [2021-05-13T02:08:17.827Z] a6502923776c: Preparing [2021-05-13T02:08:17.827Z] 9d7f26959bbb: Preparing [2021-05-13T02:08:17.827Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:17.827Z] a6502923776c: Waiting [2021-05-13T02:08:17.827Z] 9d7f26959bbb: Waiting [2021-05-13T02:08:17.827Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:17.827Z] d181f89d094b: Waiting [2021-05-13T02:08:17.827Z] e153bab9a674: Waiting [2021-05-13T02:08:18.103Z] a3d87a124d33: Pushed [2021-05-13T02:08:18.103Z] 3d1c3b9aa772: Pushed [2021-05-13T02:08:18.103Z] 4e41cfff2cc4: Pushed [2021-05-13T02:08:18.103Z] 2de9787c7e7f: Pushed [2021-05-13T02:08:18.372Z] d181f89d094b: Layer already exists [2021-05-13T02:08:18.372Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:18.372Z] e153bab9a674: Pushed [2021-05-13T02:08:18.372Z] 9d7f26959bbb: Pushed [2021-05-13T02:08:18.372Z] a6502923776c: Pushed [2021-05-13T02:08:20.969Z] b773e9a0694f: Pushed [2021-05-13T02:08:20.969Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:7c2d46bc1224ea2533069297ad04f20e1ab05edfb9d0206382fa6912d0a6eb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:21.347Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:21.683Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.216 [2021-05-13T02:08:21.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T02:08:21.683Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:21.683Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:21.683Z] 4e41cfff2cc4: Preparing [2021-05-13T02:08:21.683Z] 2de9787c7e7f: Preparing [2021-05-13T02:08:21.683Z] a3d87a124d33: Preparing [2021-05-13T02:08:21.683Z] b773e9a0694f: Preparing [2021-05-13T02:08:21.683Z] d181f89d094b: Preparing [2021-05-13T02:08:21.683Z] e153bab9a674: Preparing [2021-05-13T02:08:21.683Z] e153bab9a674: Preparing [2021-05-13T02:08:21.683Z] a6502923776c: Preparing [2021-05-13T02:08:21.683Z] 9d7f26959bbb: Preparing [2021-05-13T02:08:21.683Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:21.683Z] d181f89d094b: Waiting [2021-05-13T02:08:21.683Z] a6502923776c: Waiting [2021-05-13T02:08:21.683Z] e153bab9a674: Waiting [2021-05-13T02:08:21.683Z] 9d7f26959bbb: Waiting [2021-05-13T02:08:21.683Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:21.955Z] 2de9787c7e7f: Layer already exists [2021-05-13T02:08:21.955Z] 4e41cfff2cc4: Layer already exists [2021-05-13T02:08:21.955Z] a3d87a124d33: Layer already exists [2021-05-13T02:08:21.955Z] 3d1c3b9aa772: Layer already exists [2021-05-13T02:08:21.955Z] b773e9a0694f: Layer already exists [2021-05-13T02:08:21.955Z] a6502923776c: Layer already exists [2021-05-13T02:08:21.955Z] e153bab9a674: Layer already exists [2021-05-13T02:08:21.955Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:21.955Z] d181f89d094b: Layer already exists [2021-05-13T02:08:21.955Z] 9d7f26959bbb: Layer already exists [2021-05-13T02:08:21.955Z] 2.0.0-dev.216: digest: sha256:7c2d46bc1224ea2533069297ad04f20e1ab05edfb9d0206382fa6912d0a6eb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:22.508Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:23.111Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:23.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T02:08:23.111Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:23.111Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:23.111Z] 4e41cfff2cc4: Preparing [2021-05-13T02:08:23.111Z] 2de9787c7e7f: Preparing [2021-05-13T02:08:23.111Z] a3d87a124d33: Preparing [2021-05-13T02:08:23.111Z] b773e9a0694f: Preparing [2021-05-13T02:08:23.111Z] d181f89d094b: Preparing [2021-05-13T02:08:23.111Z] e153bab9a674: Preparing [2021-05-13T02:08:23.111Z] e153bab9a674: Preparing [2021-05-13T02:08:23.111Z] a6502923776c: Preparing [2021-05-13T02:08:23.111Z] 9d7f26959bbb: Preparing [2021-05-13T02:08:23.111Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:23.111Z] a6502923776c: Waiting [2021-05-13T02:08:23.111Z] 9d7f26959bbb: Waiting [2021-05-13T02:08:23.111Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:23.111Z] d181f89d094b: Waiting [2021-05-13T02:08:23.111Z] e153bab9a674: Waiting [2021-05-13T02:08:23.382Z] b773e9a0694f: Layer already exists [2021-05-13T02:08:23.382Z] 3d1c3b9aa772: Layer already exists [2021-05-13T02:08:23.382Z] a3d87a124d33: Layer already exists [2021-05-13T02:08:23.382Z] 4e41cfff2cc4: Layer already exists [2021-05-13T02:08:23.382Z] 2de9787c7e7f: Layer already exists [2021-05-13T02:08:23.382Z] e153bab9a674: Layer already exists [2021-05-13T02:08:23.382Z] d181f89d094b: Layer already exists [2021-05-13T02:08:23.382Z] a6502923776c: Layer already exists [2021-05-13T02:08:23.382Z] 9d7f26959bbb: Layer already exists [2021-05-13T02:08:23.382Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:23.382Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:7c2d46bc1224ea2533069297ad04f20e1ab05edfb9d0206382fa6912d0a6eb12 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:23.719Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:24.048Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [2021-05-13T02:08:24.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-13T02:08:24.048Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:24.048Z] 3d1c3b9aa772: Preparing [2021-05-13T02:08:24.048Z] 4e41cfff2cc4: Preparing [2021-05-13T02:08:24.048Z] 2de9787c7e7f: Preparing [2021-05-13T02:08:24.048Z] a3d87a124d33: Preparing [2021-05-13T02:08:24.048Z] b773e9a0694f: Preparing [2021-05-13T02:08:24.048Z] d181f89d094b: Preparing [2021-05-13T02:08:24.048Z] e153bab9a674: Preparing [2021-05-13T02:08:24.048Z] e153bab9a674: Preparing [2021-05-13T02:08:24.048Z] a6502923776c: Preparing [2021-05-13T02:08:24.048Z] 9d7f26959bbb: Preparing [2021-05-13T02:08:24.048Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:24.048Z] e153bab9a674: Waiting [2021-05-13T02:08:24.048Z] a6502923776c: Waiting [2021-05-13T02:08:24.048Z] 9d7f26959bbb: Waiting [2021-05-13T02:08:24.048Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:24.048Z] d181f89d094b: Waiting [2021-05-13T02:08:24.317Z] 4e41cfff2cc4: Layer already exists [2021-05-13T02:08:24.317Z] 3d1c3b9aa772: Layer already exists [2021-05-13T02:08:24.317Z] b773e9a0694f: Layer already exists [2021-05-13T02:08:24.317Z] a3d87a124d33: Layer already exists [2021-05-13T02:08:24.317Z] 2de9787c7e7f: Layer already exists [2021-05-13T02:08:24.317Z] e153bab9a674: Layer already exists [2021-05-13T02:08:24.317Z] a6502923776c: Layer already exists [2021-05-13T02:08:24.317Z] 9d7f26959bbb: Layer already exists [2021-05-13T02:08:24.317Z] d181f89d094b: Layer already exists [2021-05-13T02:08:24.317Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:24.317Z] master: digest: sha256:7c2d46bc1224ea2533069297ad04f20e1ab05edfb9d0206382fa6912d0a6eb12 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:24.375Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:24.389Z] taggedImages: [2021-05-13T02:08:24.389Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:24.389Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.216 [2021-05-13T02:08:24.389Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:24.389Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] echo [2021-05-13T02:08:24.422Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-05-13T02:08:24.422Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:24.422Z] 2.0.0-dev.216 [2021-05-13T02:08:24.422Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:24.422Z] master [2021-05-13T02:08:24.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:24.791Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:25.125Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:25.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T02:08:25.125Z] c87766b4001c: Preparing [2021-05-13T02:08:25.125Z] b5c9bbc1ed95: Preparing [2021-05-13T02:08:25.125Z] 711a8a911b38: Preparing [2021-05-13T02:08:25.125Z] 619f2963f8ec: Preparing [2021-05-13T02:08:25.125Z] 847b48e61c81: Preparing [2021-05-13T02:08:25.125Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:25.125Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:25.399Z] 619f2963f8ec: Pushed [2021-05-13T02:08:25.399Z] 711a8a911b38: Pushed [2021-05-13T02:08:25.673Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:25.673Z] 847b48e61c81: Pushed [2021-05-13T02:08:27.631Z] c87766b4001c: Pushed [2021-05-13T02:08:27.631Z] b5c9bbc1ed95: Pushed [2021-05-13T02:08:27.901Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:8f6415edc29c303523f6f5df903fd415c4b3739825951cda6528ce6dcec0f102 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:28.252Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:28.586Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.216 [2021-05-13T02:08:28.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T02:08:28.586Z] c87766b4001c: Preparing [2021-05-13T02:08:28.586Z] b5c9bbc1ed95: Preparing [2021-05-13T02:08:28.586Z] 711a8a911b38: Preparing [2021-05-13T02:08:28.586Z] 619f2963f8ec: Preparing [2021-05-13T02:08:28.586Z] 847b48e61c81: Preparing [2021-05-13T02:08:28.586Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:28.586Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:28.586Z] 847b48e61c81: Layer already exists [2021-05-13T02:08:28.586Z] 619f2963f8ec: Layer already exists [2021-05-13T02:08:28.586Z] c87766b4001c: Layer already exists [2021-05-13T02:08:28.586Z] 711a8a911b38: Layer already exists [2021-05-13T02:08:28.586Z] b5c9bbc1ed95: Layer already exists [2021-05-13T02:08:28.856Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:28.856Z] 2.0.0-dev.216: digest: sha256:8f6415edc29c303523f6f5df903fd415c4b3739825951cda6528ce6dcec0f102 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:29.194Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:29.529Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:29.529Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T02:08:29.529Z] c87766b4001c: Preparing [2021-05-13T02:08:29.529Z] b5c9bbc1ed95: Preparing [2021-05-13T02:08:29.529Z] 711a8a911b38: Preparing [2021-05-13T02:08:29.529Z] 619f2963f8ec: Preparing [2021-05-13T02:08:29.529Z] 847b48e61c81: Preparing [2021-05-13T02:08:29.529Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:29.529Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:29.529Z] 619f2963f8ec: Layer already exists [2021-05-13T02:08:29.529Z] c87766b4001c: Layer already exists [2021-05-13T02:08:29.529Z] b5c9bbc1ed95: Layer already exists [2021-05-13T02:08:29.529Z] 711a8a911b38: Layer already exists [2021-05-13T02:08:29.529Z] 847b48e61c81: Layer already exists [2021-05-13T02:08:29.529Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:29.801Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:8f6415edc29c303523f6f5df903fd415c4b3739825951cda6528ce6dcec0f102 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:30.150Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:30.490Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [2021-05-13T02:08:30.490Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-13T02:08:30.490Z] c87766b4001c: Preparing [2021-05-13T02:08:30.490Z] b5c9bbc1ed95: Preparing [2021-05-13T02:08:30.490Z] 711a8a911b38: Preparing [2021-05-13T02:08:30.490Z] 619f2963f8ec: Preparing [2021-05-13T02:08:30.490Z] 847b48e61c81: Preparing [2021-05-13T02:08:30.490Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:30.490Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:30.490Z] 847b48e61c81: Layer already exists [2021-05-13T02:08:30.490Z] 619f2963f8ec: Layer already exists [2021-05-13T02:08:30.490Z] 711a8a911b38: Layer already exists [2021-05-13T02:08:30.490Z] c87766b4001c: Layer already exists [2021-05-13T02:08:30.490Z] b5c9bbc1ed95: Layer already exists [2021-05-13T02:08:30.763Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:30.763Z] master: digest: sha256:8f6415edc29c303523f6f5df903fd415c4b3739825951cda6528ce6dcec0f102 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:30.824Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:30.838Z] taggedImages: [2021-05-13T02:08:30.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:30.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.216 [2021-05-13T02:08:30.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:30.838Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] echo [2021-05-13T02:08:30.872Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-05-13T02:08:30.872Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:30.872Z] 2.0.0-dev.216 [2021-05-13T02:08:30.872Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:30.872Z] master [2021-05-13T02:08:30.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:31.245Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:31.581Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:31.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T02:08:31.581Z] 9ac7c3d2e4d2: Preparing [2021-05-13T02:08:31.581Z] 28c764cf857f: Preparing [2021-05-13T02:08:31.581Z] a9a9f9b5f596: Preparing [2021-05-13T02:08:31.581Z] 2b99b51f01b9: Preparing [2021-05-13T02:08:31.581Z] 6edbaa8e59eb: Preparing [2021-05-13T02:08:31.581Z] 0824a6af39c5: Preparing [2021-05-13T02:08:31.581Z] 704f45e37425: Preparing [2021-05-13T02:08:31.581Z] 43f79b56d9a2: Preparing [2021-05-13T02:08:31.581Z] 96425d84d825: Preparing [2021-05-13T02:08:31.581Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:31.581Z] 704f45e37425: Waiting [2021-05-13T02:08:31.581Z] 43f79b56d9a2: Waiting [2021-05-13T02:08:31.581Z] 0824a6af39c5: Waiting [2021-05-13T02:08:31.581Z] 96425d84d825: Waiting [2021-05-13T02:08:31.581Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:31.854Z] 6edbaa8e59eb: Pushed [2021-05-13T02:08:31.854Z] 9ac7c3d2e4d2: Pushed [2021-05-13T02:08:31.854Z] 28c764cf857f: Pushed [2021-05-13T02:08:32.128Z] 43f79b56d9a2: Pushed [2021-05-13T02:08:32.128Z] 0824a6af39c5: Pushed [2021-05-13T02:08:32.128Z] 704f45e37425: Pushed [2021-05-13T02:08:32.128Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:32.725Z] 96425d84d825: Pushed [2021-05-13T02:08:34.155Z] 2b99b51f01b9: Pushed [2021-05-13T02:08:34.155Z] a9a9f9b5f596: Pushed [2021-05-13T02:08:34.430Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:bba8b5a06acefd396ccd4f4f9bca12bae7c3ee38b721e7ffe9150a593f2b4c95 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:34.785Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:35.117Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.216 [2021-05-13T02:08:35.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T02:08:35.117Z] 9ac7c3d2e4d2: Preparing [2021-05-13T02:08:35.117Z] 28c764cf857f: Preparing [2021-05-13T02:08:35.117Z] a9a9f9b5f596: Preparing [2021-05-13T02:08:35.117Z] 2b99b51f01b9: Preparing [2021-05-13T02:08:35.117Z] 6edbaa8e59eb: Preparing [2021-05-13T02:08:35.117Z] 0824a6af39c5: Preparing [2021-05-13T02:08:35.117Z] 704f45e37425: Preparing [2021-05-13T02:08:35.117Z] 43f79b56d9a2: Preparing [2021-05-13T02:08:35.117Z] 96425d84d825: Preparing [2021-05-13T02:08:35.117Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:35.117Z] 704f45e37425: Waiting [2021-05-13T02:08:35.117Z] 43f79b56d9a2: Waiting [2021-05-13T02:08:35.117Z] 96425d84d825: Waiting [2021-05-13T02:08:35.117Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:35.117Z] 0824a6af39c5: Waiting [2021-05-13T02:08:35.387Z] 9ac7c3d2e4d2: Layer already exists [2021-05-13T02:08:35.387Z] a9a9f9b5f596: Layer already exists [2021-05-13T02:08:35.387Z] 6edbaa8e59eb: Layer already exists [2021-05-13T02:08:35.387Z] 2b99b51f01b9: Layer already exists [2021-05-13T02:08:35.387Z] 28c764cf857f: Layer already exists [2021-05-13T02:08:35.387Z] 0824a6af39c5: Layer already exists [2021-05-13T02:08:35.387Z] 704f45e37425: Layer already exists [2021-05-13T02:08:35.387Z] 96425d84d825: Layer already exists [2021-05-13T02:08:35.387Z] 43f79b56d9a2: Layer already exists [2021-05-13T02:08:35.387Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:35.387Z] 2.0.0-dev.216: digest: sha256:bba8b5a06acefd396ccd4f4f9bca12bae7c3ee38b721e7ffe9150a593f2b4c95 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:35.728Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:36.070Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:36.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T02:08:36.070Z] 9ac7c3d2e4d2: Preparing [2021-05-13T02:08:36.070Z] 28c764cf857f: Preparing [2021-05-13T02:08:36.070Z] a9a9f9b5f596: Preparing [2021-05-13T02:08:36.070Z] 2b99b51f01b9: Preparing [2021-05-13T02:08:36.070Z] 6edbaa8e59eb: Preparing [2021-05-13T02:08:36.070Z] 0824a6af39c5: Preparing [2021-05-13T02:08:36.070Z] 704f45e37425: Preparing [2021-05-13T02:08:36.070Z] 43f79b56d9a2: Preparing [2021-05-13T02:08:36.070Z] 96425d84d825: Preparing [2021-05-13T02:08:36.070Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:36.070Z] 704f45e37425: Waiting [2021-05-13T02:08:36.070Z] 43f79b56d9a2: Waiting [2021-05-13T02:08:36.070Z] 96425d84d825: Waiting [2021-05-13T02:08:36.070Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:36.070Z] 0824a6af39c5: Waiting [2021-05-13T02:08:36.070Z] 28c764cf857f: Layer already exists [2021-05-13T02:08:36.070Z] 9ac7c3d2e4d2: Layer already exists [2021-05-13T02:08:36.070Z] 6edbaa8e59eb: Layer already exists [2021-05-13T02:08:36.070Z] 2b99b51f01b9: Layer already exists [2021-05-13T02:08:36.070Z] a9a9f9b5f596: Layer already exists [2021-05-13T02:08:36.070Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:36.070Z] 96425d84d825: Layer already exists [2021-05-13T02:08:36.070Z] 43f79b56d9a2: Layer already exists [2021-05-13T02:08:36.070Z] 704f45e37425: Layer already exists [2021-05-13T02:08:36.070Z] 0824a6af39c5: Layer already exists [2021-05-13T02:08:36.340Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:bba8b5a06acefd396ccd4f4f9bca12bae7c3ee38b721e7ffe9150a593f2b4c95 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:36.677Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:37.004Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [2021-05-13T02:08:37.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-13T02:08:37.004Z] 9ac7c3d2e4d2: Preparing [2021-05-13T02:08:37.004Z] 28c764cf857f: Preparing [2021-05-13T02:08:37.004Z] a9a9f9b5f596: Preparing [2021-05-13T02:08:37.004Z] 2b99b51f01b9: Preparing [2021-05-13T02:08:37.004Z] 6edbaa8e59eb: Preparing [2021-05-13T02:08:37.004Z] 0824a6af39c5: Preparing [2021-05-13T02:08:37.004Z] 704f45e37425: Preparing [2021-05-13T02:08:37.004Z] 43f79b56d9a2: Preparing [2021-05-13T02:08:37.004Z] 96425d84d825: Preparing [2021-05-13T02:08:37.004Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:37.004Z] 704f45e37425: Waiting [2021-05-13T02:08:37.004Z] 43f79b56d9a2: Waiting [2021-05-13T02:08:37.004Z] 96425d84d825: Waiting [2021-05-13T02:08:37.004Z] 3fbe34a1663b: Waiting [2021-05-13T02:08:37.004Z] 0824a6af39c5: Waiting [2021-05-13T02:08:37.004Z] 6edbaa8e59eb: Layer already exists [2021-05-13T02:08:37.004Z] 28c764cf857f: Layer already exists [2021-05-13T02:08:37.004Z] 2b99b51f01b9: Layer already exists [2021-05-13T02:08:37.004Z] 9ac7c3d2e4d2: Layer already exists [2021-05-13T02:08:37.004Z] a9a9f9b5f596: Layer already exists [2021-05-13T02:08:37.005Z] 0824a6af39c5: Layer already exists [2021-05-13T02:08:37.005Z] 704f45e37425: Layer already exists [2021-05-13T02:08:37.005Z] 96425d84d825: Layer already exists [2021-05-13T02:08:37.005Z] 43f79b56d9a2: Layer already exists [2021-05-13T02:08:37.005Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:37.275Z] master: digest: sha256:bba8b5a06acefd396ccd4f4f9bca12bae7c3ee38b721e7ffe9150a593f2b4c95 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:37.344Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:37.359Z] taggedImages: [2021-05-13T02:08:37.359Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:37.359Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.216 [2021-05-13T02:08:37.359Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:37.359Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] echo [2021-05-13T02:08:37.391Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-05-13T02:08:37.391Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:37.391Z] 2.0.0-dev.216 [2021-05-13T02:08:37.391Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:37.391Z] master [2021-05-13T02:08:37.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:37.767Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:38.120Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:38.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T02:08:38.120Z] ada219a7116c: Preparing [2021-05-13T02:08:38.120Z] 0fbffe9bd66c: Preparing [2021-05-13T02:08:38.120Z] d181f89d094b: Preparing [2021-05-13T02:08:38.120Z] 6839112ec756: Preparing [2021-05-13T02:08:38.120Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:38.395Z] d181f89d094b: Layer already exists [2021-05-13T02:08:38.395Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:38.395Z] ada219a7116c: Pushed [2021-05-13T02:08:38.666Z] 6839112ec756: Pushed [2021-05-13T02:08:41.280Z] 0fbffe9bd66c: Pushed [2021-05-13T02:08:41.548Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:fc1f1aa21ad0f93742f703e66e583d67c87687bd0f28b169c6ccdb7585b10b69 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:41.886Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:42.212Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.216 [2021-05-13T02:08:42.212Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T02:08:42.212Z] ada219a7116c: Preparing [2021-05-13T02:08:42.212Z] 0fbffe9bd66c: Preparing [2021-05-13T02:08:42.212Z] d181f89d094b: Preparing [2021-05-13T02:08:42.212Z] 6839112ec756: Preparing [2021-05-13T02:08:42.212Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:42.212Z] 0fbffe9bd66c: Layer already exists [2021-05-13T02:08:42.212Z] 6839112ec756: Layer already exists [2021-05-13T02:08:42.212Z] ada219a7116c: Layer already exists [2021-05-13T02:08:42.212Z] d181f89d094b: Layer already exists [2021-05-13T02:08:42.212Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:42.489Z] 2.0.0-dev.216: digest: sha256:fc1f1aa21ad0f93742f703e66e583d67c87687bd0f28b169c6ccdb7585b10b69 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:42.844Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:43.180Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:43.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T02:08:43.180Z] ada219a7116c: Preparing [2021-05-13T02:08:43.180Z] 0fbffe9bd66c: Preparing [2021-05-13T02:08:43.180Z] d181f89d094b: Preparing [2021-05-13T02:08:43.180Z] 6839112ec756: Preparing [2021-05-13T02:08:43.180Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:43.180Z] 0fbffe9bd66c: Layer already exists [2021-05-13T02:08:43.180Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:43.180Z] ada219a7116c: Layer already exists [2021-05-13T02:08:43.180Z] 6839112ec756: Layer already exists [2021-05-13T02:08:43.180Z] d181f89d094b: Layer already exists [2021-05-13T02:08:43.453Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:fc1f1aa21ad0f93742f703e66e583d67c87687bd0f28b169c6ccdb7585b10b69 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:43.794Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:44.150Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [2021-05-13T02:08:44.150Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-13T02:08:44.150Z] ada219a7116c: Preparing [2021-05-13T02:08:44.150Z] 0fbffe9bd66c: Preparing [2021-05-13T02:08:44.150Z] d181f89d094b: Preparing [2021-05-13T02:08:44.150Z] 6839112ec756: Preparing [2021-05-13T02:08:44.150Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:44.150Z] ada219a7116c: Layer already exists [2021-05-13T02:08:44.150Z] d181f89d094b: Layer already exists [2021-05-13T02:08:44.150Z] 0fbffe9bd66c: Layer already exists [2021-05-13T02:08:44.150Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:44.150Z] 6839112ec756: Layer already exists [2021-05-13T02:08:44.422Z] master: digest: sha256:fc1f1aa21ad0f93742f703e66e583d67c87687bd0f28b169c6ccdb7585b10b69 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:44.484Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:44.497Z] taggedImages: [2021-05-13T02:08:44.497Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:44.497Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.216 [2021-05-13T02:08:44.497Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:44.497Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] echo [2021-05-13T02:08:44.530Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-05-13T02:08:44.531Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:44.531Z] 2.0.0-dev.216 [2021-05-13T02:08:44.531Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:44.531Z] master [2021-05-13T02:08:44.531Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:44.901Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:45.234Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:45.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T02:08:45.234Z] 9f2f85187f6c: Preparing [2021-05-13T02:08:45.234Z] 55cb4c240e9a: Preparing [2021-05-13T02:08:45.234Z] d181f89d094b: Preparing [2021-05-13T02:08:45.234Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:45.234Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:45.502Z] d181f89d094b: Layer already exists [2021-05-13T02:08:45.502Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:45.502Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:45.502Z] 9f2f85187f6c: Pushed [2021-05-13T02:08:48.876Z] 55cb4c240e9a: Pushed [2021-05-13T02:08:48.876Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:c1cdf1f01fe21e29b9a977805502a72f3bd0574bdd45333e335e820ecf971bac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:49.219Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:49.552Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.216 [2021-05-13T02:08:49.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T02:08:49.552Z] 9f2f85187f6c: Preparing [2021-05-13T02:08:49.552Z] 55cb4c240e9a: Preparing [2021-05-13T02:08:49.552Z] d181f89d094b: Preparing [2021-05-13T02:08:49.552Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:49.552Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:49.552Z] 9f2f85187f6c: Layer already exists [2021-05-13T02:08:49.552Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:49.552Z] 55cb4c240e9a: Layer already exists [2021-05-13T02:08:49.552Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:49.552Z] d181f89d094b: Layer already exists [2021-05-13T02:08:49.821Z] 2.0.0-dev.216: digest: sha256:c1cdf1f01fe21e29b9a977805502a72f3bd0574bdd45333e335e820ecf971bac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:50.194Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:50.546Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:50.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T02:08:50.546Z] 9f2f85187f6c: Preparing [2021-05-13T02:08:50.546Z] 55cb4c240e9a: Preparing [2021-05-13T02:08:50.546Z] d181f89d094b: Preparing [2021-05-13T02:08:50.546Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:50.546Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:50.546Z] d181f89d094b: Layer already exists [2021-05-13T02:08:50.546Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:50.546Z] 9f2f85187f6c: Layer already exists [2021-05-13T02:08:50.546Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:50.546Z] 55cb4c240e9a: Layer already exists [2021-05-13T02:08:50.819Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:c1cdf1f01fe21e29b9a977805502a72f3bd0574bdd45333e335e820ecf971bac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:51.179Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:51.525Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [2021-05-13T02:08:51.526Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-13T02:08:51.526Z] 9f2f85187f6c: Preparing [2021-05-13T02:08:51.526Z] 55cb4c240e9a: Preparing [2021-05-13T02:08:51.526Z] d181f89d094b: Preparing [2021-05-13T02:08:51.526Z] b8a76e6fb2da: Preparing [2021-05-13T02:08:51.526Z] 3fbe34a1663b: Preparing [2021-05-13T02:08:51.526Z] 9f2f85187f6c: Layer already exists [2021-05-13T02:08:51.526Z] 3fbe34a1663b: Layer already exists [2021-05-13T02:08:51.526Z] b8a76e6fb2da: Layer already exists [2021-05-13T02:08:51.526Z] 55cb4c240e9a: Layer already exists [2021-05-13T02:08:51.526Z] d181f89d094b: Layer already exists [2021-05-13T02:08:51.799Z] master: digest: sha256:c1cdf1f01fe21e29b9a977805502a72f3bd0574bdd45333e335e820ecf971bac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:08:51.861Z] ===================================================== [Pipeline] echo [2021-05-13T02:08:51.877Z] taggedImages: [2021-05-13T02:08:51.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:51.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.216 [2021-05-13T02:08:51.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:51.877Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] echo [2021-05-13T02:08:51.921Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-05-13T02:08:51.921Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:51.921Z] 2.0.0-dev.216 [2021-05-13T02:08:51.921Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:08:51.921Z] master [2021-05-13T02:08:51.921Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:52.310Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:08:52.642Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:08:52.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T02:08:52.642Z] e01cc55eb656: Preparing [2021-05-13T02:08:52.642Z] 9c8d449ca103: Preparing [2021-05-13T02:08:52.642Z] a142eea2c820: Preparing [2021-05-13T02:08:52.642Z] e163046db555: Preparing [2021-05-13T02:08:52.642Z] 9ded3b6bb9b5: Preparing [2021-05-13T02:08:52.642Z] fa1afe8e6ed9: Preparing [2021-05-13T02:08:52.642Z] 87a09b4c083e: Preparing [2021-05-13T02:08:52.642Z] 0f74e9ff2a61: Preparing [2021-05-13T02:08:52.642Z] b122376c33c6: Preparing [2021-05-13T02:08:52.642Z] f8381ed47b22: Preparing [2021-05-13T02:08:52.642Z] e934a737d657: Preparing [2021-05-13T02:08:52.642Z] 0f74e9ff2a61: Waiting [2021-05-13T02:08:52.642Z] b122376c33c6: Waiting [2021-05-13T02:08:52.642Z] e934a737d657: Waiting [2021-05-13T02:08:52.642Z] f8381ed47b22: Waiting [2021-05-13T02:08:52.642Z] 87a09b4c083e: Waiting [2021-05-13T02:08:52.642Z] fa1afe8e6ed9: Waiting [2021-05-13T02:08:52.916Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T02:08:52.916Z] fa1afe8e6ed9: Layer already exists [2021-05-13T02:08:52.916Z] 87a09b4c083e: Layer already exists [2021-05-13T02:08:52.916Z] 0f74e9ff2a61: Layer already exists [2021-05-13T02:08:52.916Z] b122376c33c6: Layer already exists [2021-05-13T02:08:53.189Z] 9c8d449ca103: Pushed [2021-05-13T02:08:53.189Z] f8381ed47b22: Layer already exists [2021-05-13T02:08:53.189Z] e934a737d657: Layer already exists [2021-05-13T02:08:53.780Z] e01cc55eb656: Pushed [2021-05-13T02:08:55.753Z] a142eea2c820: Pushed [2021-05-13T02:09:08.114Z] e163046db555: Pushed [2021-05-13T02:09:08.114Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:d8c91ac5e51f485fea8352154c09e5a6dbf9f8cfe469bbd95fa057b38d2487d9 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:08.456Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:08.799Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.216 [2021-05-13T02:09:08.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T02:09:08.799Z] e01cc55eb656: Preparing [2021-05-13T02:09:08.799Z] 9c8d449ca103: Preparing [2021-05-13T02:09:08.799Z] a142eea2c820: Preparing [2021-05-13T02:09:08.799Z] e163046db555: Preparing [2021-05-13T02:09:08.799Z] 9ded3b6bb9b5: Preparing [2021-05-13T02:09:08.799Z] fa1afe8e6ed9: Preparing [2021-05-13T02:09:08.799Z] 87a09b4c083e: Preparing [2021-05-13T02:09:08.799Z] 0f74e9ff2a61: Preparing [2021-05-13T02:09:08.799Z] b122376c33c6: Preparing [2021-05-13T02:09:08.799Z] f8381ed47b22: Preparing [2021-05-13T02:09:08.799Z] e934a737d657: Preparing [2021-05-13T02:09:08.799Z] 0f74e9ff2a61: Waiting [2021-05-13T02:09:08.799Z] b122376c33c6: Waiting [2021-05-13T02:09:08.799Z] f8381ed47b22: Waiting [2021-05-13T02:09:08.799Z] e934a737d657: Waiting [2021-05-13T02:09:08.799Z] fa1afe8e6ed9: Waiting [2021-05-13T02:09:08.799Z] 87a09b4c083e: Waiting [2021-05-13T02:09:08.799Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T02:09:08.799Z] e01cc55eb656: Layer already exists [2021-05-13T02:09:09.068Z] a142eea2c820: Layer already exists [2021-05-13T02:09:09.069Z] 9c8d449ca103: Layer already exists [2021-05-13T02:09:09.069Z] fa1afe8e6ed9: Layer already exists [2021-05-13T02:09:09.069Z] e163046db555: Layer already exists [2021-05-13T02:09:09.069Z] 0f74e9ff2a61: Layer already exists [2021-05-13T02:09:09.069Z] 87a09b4c083e: Layer already exists [2021-05-13T02:09:09.069Z] f8381ed47b22: Layer already exists [2021-05-13T02:09:09.069Z] b122376c33c6: Layer already exists [2021-05-13T02:09:09.069Z] e934a737d657: Layer already exists [2021-05-13T02:09:09.069Z] 2.0.0-dev.216: digest: sha256:d8c91ac5e51f485fea8352154c09e5a6dbf9f8cfe469bbd95fa057b38d2487d9 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:09.421Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:09.753Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:09:09.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T02:09:09.753Z] e01cc55eb656: Preparing [2021-05-13T02:09:09.753Z] 9c8d449ca103: Preparing [2021-05-13T02:09:09.753Z] a142eea2c820: Preparing [2021-05-13T02:09:09.753Z] e163046db555: Preparing [2021-05-13T02:09:09.753Z] 9ded3b6bb9b5: Preparing [2021-05-13T02:09:09.753Z] fa1afe8e6ed9: Preparing [2021-05-13T02:09:09.753Z] 87a09b4c083e: Preparing [2021-05-13T02:09:09.753Z] 0f74e9ff2a61: Preparing [2021-05-13T02:09:09.753Z] b122376c33c6: Preparing [2021-05-13T02:09:09.753Z] f8381ed47b22: Preparing [2021-05-13T02:09:09.753Z] e934a737d657: Preparing [2021-05-13T02:09:09.753Z] 0f74e9ff2a61: Waiting [2021-05-13T02:09:09.753Z] b122376c33c6: Waiting [2021-05-13T02:09:09.753Z] f8381ed47b22: Waiting [2021-05-13T02:09:09.753Z] e934a737d657: Waiting [2021-05-13T02:09:09.753Z] 87a09b4c083e: Waiting [2021-05-13T02:09:09.753Z] fa1afe8e6ed9: Waiting [2021-05-13T02:09:09.753Z] e01cc55eb656: Layer already exists [2021-05-13T02:09:09.753Z] 9c8d449ca103: Layer already exists [2021-05-13T02:09:09.753Z] e163046db555: Layer already exists [2021-05-13T02:09:09.753Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T02:09:09.753Z] a142eea2c820: Layer already exists [2021-05-13T02:09:10.022Z] f8381ed47b22: Layer already exists [2021-05-13T02:09:10.022Z] fa1afe8e6ed9: Layer already exists [2021-05-13T02:09:10.022Z] b122376c33c6: Layer already exists [2021-05-13T02:09:10.022Z] 87a09b4c083e: Layer already exists [2021-05-13T02:09:10.022Z] 0f74e9ff2a61: Layer already exists [2021-05-13T02:09:10.022Z] e934a737d657: Layer already exists [2021-05-13T02:09:10.022Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:d8c91ac5e51f485fea8352154c09e5a6dbf9f8cfe469bbd95fa057b38d2487d9 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:10.362Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:09:10.692Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [2021-05-13T02:09:10.692Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-13T02:09:10.692Z] e01cc55eb656: Preparing [2021-05-13T02:09:10.692Z] 9c8d449ca103: Preparing [2021-05-13T02:09:10.692Z] a142eea2c820: Preparing [2021-05-13T02:09:10.692Z] e163046db555: Preparing [2021-05-13T02:09:10.692Z] 9ded3b6bb9b5: Preparing [2021-05-13T02:09:10.692Z] fa1afe8e6ed9: Preparing [2021-05-13T02:09:10.692Z] 87a09b4c083e: Preparing [2021-05-13T02:09:10.692Z] 0f74e9ff2a61: Preparing [2021-05-13T02:09:10.692Z] b122376c33c6: Preparing [2021-05-13T02:09:10.692Z] f8381ed47b22: Preparing [2021-05-13T02:09:10.692Z] e934a737d657: Preparing [2021-05-13T02:09:10.692Z] 0f74e9ff2a61: Waiting [2021-05-13T02:09:10.692Z] b122376c33c6: Waiting [2021-05-13T02:09:10.692Z] f8381ed47b22: Waiting [2021-05-13T02:09:10.692Z] fa1afe8e6ed9: Waiting [2021-05-13T02:09:10.692Z] e934a737d657: Waiting [2021-05-13T02:09:10.692Z] 87a09b4c083e: Waiting [2021-05-13T02:09:10.692Z] a142eea2c820: Layer already exists [2021-05-13T02:09:10.692Z] e163046db555: Layer already exists [2021-05-13T02:09:10.692Z] 9ded3b6bb9b5: Layer already exists [2021-05-13T02:09:10.692Z] 9c8d449ca103: Layer already exists [2021-05-13T02:09:10.692Z] e01cc55eb656: Layer already exists [2021-05-13T02:09:10.961Z] b122376c33c6: Layer already exists [2021-05-13T02:09:10.961Z] 0f74e9ff2a61: Layer already exists [2021-05-13T02:09:10.961Z] fa1afe8e6ed9: Layer already exists [2021-05-13T02:09:10.961Z] 87a09b4c083e: Layer already exists [2021-05-13T02:09:10.961Z] f8381ed47b22: Layer already exists [2021-05-13T02:09:10.961Z] e934a737d657: Layer already exists [2021-05-13T02:09:10.961Z] master: digest: sha256:d8c91ac5e51f485fea8352154c09e5a6dbf9f8cfe469bbd95fa057b38d2487d9 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:09:11.021Z] ===================================================== [Pipeline] echo [2021-05-13T02:09:11.037Z] taggedImages: [2021-05-13T02:09:11.037Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:09:11.037Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.216 [2021-05-13T02:09:11.037Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:09:11.037Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:09:11.750Z] ---> job-cost.sh [2021-05-13T02:09:11.750Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ntgF [2021-05-13T02:09:27.877Z] ---> 3adfa25b1a00 [2021-05-13T02:09:27.877Z] Step 9/32 : RUN go mod tidy [2021-05-13T02:09:27.877Z] ---> 2735b6244d0d [2021-05-13T02:09:27.877Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:09:27.877Z] ---> 028fa3f6c70c [2021-05-13T02:09:27.877Z] Step 9/24 : RUN go mod tidy [2021-05-13T02:09:27.877Z] ---> Running in d51060f9608f [2021-05-13T02:09:27.877Z] ---> Running in 1446d9355a68 [2021-05-13T02:09:27.877Z] ---> Running in 991c79abb7d7 [2021-05-13T02:09:27.877Z] ---> 0c9be22971a8 [2021-05-13T02:09:27.877Z] Step 9/23 : RUN go mod tidy [2021-05-13T02:09:27.877Z] ---> Running in 21f6e6a57597 [2021-05-13T02:09:33.384Z] Removing intermediate container 21f6e6a57597 [2021-05-13T02:09:33.384Z] ---> b41d0521284e [2021-05-13T02:09:33.384Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-13T02:09:33.384Z] Removing intermediate container 1446d9355a68 [2021-05-13T02:09:33.384Z] ---> 38f8b63e1c95 [2021-05-13T02:09:33.384Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-13T02:09:33.384Z] Removing intermediate container 991c79abb7d7 [2021-05-13T02:09:33.384Z] ---> 36c8755ff6eb [2021-05-13T02:09:33.384Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-13T02:09:33.384Z] ---> Running in d278b7203126 [2021-05-13T02:09:33.384Z] ---> Running in f41e9e86450d [2021-05-13T02:09:33.384Z] Removing intermediate container d51060f9608f [2021-05-13T02:09:33.384Z] ---> 3f3d30635338 [2021-05-13T02:09:33.384Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-13T02:09:33.384Z] ---> Running in 7f417e5493a8 [2021-05-13T02:09:33.384Z] ---> Running in 454469db50ca [2021-05-13T02:09:34.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-13T02:09:34.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-13T02:09:34.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-13T02:09:34.582Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-13T02:09:50.688Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-13T02:10:31.587Z] Removing intermediate container 7f417e5493a8 [2021-05-13T02:10:31.587Z] ---> a24c236bc9d6 [2021-05-13T02:10:31.587Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-13T02:10:31.587Z] Removing intermediate container 454469db50ca [2021-05-13T02:10:31.587Z] ---> 854b3952dda7 [2021-05-13T02:10:31.587Z] [2021-05-13T02:10:31.587Z] Step 11/32 : FROM alpine:3.12 [2021-05-13T02:10:31.588Z] ---> 13621d1b12d4 [2021-05-13T02:10:31.588Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-13T02:10:31.588Z] ---> Running in a1071b17c5b7 [2021-05-13T02:10:31.588Z] Removing intermediate container f41e9e86450d [2021-05-13T02:10:31.588Z] ---> 860732c3dcc2 [2021-05-13T02:10:31.588Z] [2021-05-13T02:10:31.588Z] Step 11/23 : FROM alpine:3.12 [2021-05-13T02:10:31.588Z] ---> 13621d1b12d4 [2021-05-13T02:10:31.588Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-13T02:10:31.859Z] ---> Running in da890d823eea [2021-05-13T02:10:31.859Z] ---> Running in ce40d9282d5f [2021-05-13T02:10:33.263Z] Removing intermediate container da890d823eea [2021-05-13T02:10:33.263Z] ---> 4433d911dfe2 [2021-05-13T02:10:33.263Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-13T02:10:33.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.216" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-13T02:10:34.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:34.219Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:34.219Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-13T02:10:34.505Z] ---> Running in deb168b61295 [2021-05-13T02:10:34.505Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:10:34.505Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:10:34.505Z] Executing ca-certificates-20191127-r4.trigger [2021-05-13T02:10:34.783Z] OK: 6 MiB in 16 packages [2021-05-13T02:10:36.243Z] Removing intermediate container d278b7203126 [2021-05-13T02:10:36.243Z] ---> 03437fb1499f [2021-05-13T02:10:36.243Z] [2021-05-13T02:10:36.243Z] Step 11/24 : FROM alpine:3.12 [2021-05-13T02:10:36.243Z] ---> 13621d1b12d4 [2021-05-13T02:10:36.243Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-13T02:10:36.243Z] ---> Using cache [2021-05-13T02:10:36.243Z] ---> acfda5f64147 [2021-05-13T02:10:36.243Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:10:36.243Z] ---> Using cache [2021-05-13T02:10:36.243Z] ---> 715809bb8f46 [2021-05-13T02:10:36.243Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-13T02:10:36.642Z] ---> Running in beba6aa951fd [2021-05-13T02:10:36.986Z] Removing intermediate container beba6aa951fd [2021-05-13T02:10:36.986Z] ---> 88747088c5f6 [2021-05-13T02:10:36.986Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-13T02:10:36.986Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:37.266Z] Removing intermediate container ce40d9282d5f [2021-05-13T02:10:37.266Z] ---> 77f738666fdb [2021-05-13T02:10:37.266Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:10:37.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:37.266Z] ---> Running in 8292ce5b2155 [2021-05-13T02:10:37.266Z] Removing intermediate container a1071b17c5b7 [2021-05-13T02:10:37.266Z] ---> 20d6b1e0bcff [2021-05-13T02:10:37.266Z] [2021-05-13T02:10:37.266Z] Step 12/24 : FROM docker:20.10.0 [2021-05-13T02:10:37.538Z] ---> Running in ef59dca6cf6b [2021-05-13T02:10:37.538Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-13T02:10:37.538Z] (2/2) Installing su-exec (0.2-r1) [2021-05-13T02:10:37.538Z] Executing busybox-1.31.1-r20.trigger [2021-05-13T02:10:37.538Z] 20.10.0: Pulling from library/docker [2021-05-13T02:10:37.538Z] OK: 6 MiB in 16 packages [2021-05-13T02:10:37.838Z] Removing intermediate container 8292ce5b2155 [2021-05-13T02:10:37.838Z] ---> 8caaa3b952d3 [2021-05-13T02:10:37.838Z] Step 16/24 : WORKDIR / [2021-05-13T02:10:37.838Z] Removing intermediate container ef59dca6cf6b [2021-05-13T02:10:37.838Z] ---> c2d445b2a4a8 [2021-05-13T02:10:37.838Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-13T02:10:38.123Z] ---> Running in f49aa7749b61 [2021-05-13T02:10:38.399Z] ---> Running in ba85e5a2ddf6 [2021-05-13T02:10:38.720Z] Removing intermediate container f49aa7749b61 [2021-05-13T02:10:38.720Z] ---> 37cc6e854d1c [2021-05-13T02:10:38.720Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:10:38.999Z] Removing intermediate container ba85e5a2ddf6 [2021-05-13T02:10:38.999Z] ---> bee53635170f [2021-05-13T02:10:38.999Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-13T02:10:38.999Z] Removing intermediate container deb168b61295 [2021-05-13T02:10:38.999Z] ---> 8b63b8519e53 [2021-05-13T02:10:38.999Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-13T02:10:39.267Z] ---> Running in b15df74f2fb7 [2021-05-13T02:10:39.267Z] ---> Running in 8bd3714f15a9 [2021-05-13T02:10:39.572Z] ---> bc73e6c7e97e [2021-05-13T02:10:39.572Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-13T02:10:39.908Z] Removing intermediate container b15df74f2fb7 [2021-05-13T02:10:39.908Z] ---> ccb7ceacd3aa [2021-05-13T02:10:39.908Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:10:39.908Z] Removing intermediate container 8bd3714f15a9 [2021-05-13T02:10:39.908Z] ---> 72bad7cf339b [2021-05-13T02:10:39.908Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-13T02:10:40.207Z] ---> Running in c8321bfa0498 [2021-05-13T02:10:40.819Z] ---> c0fd58973662 [2021-05-13T02:10:40.819Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-13T02:10:41.103Z] Removing intermediate container c8321bfa0498 [2021-05-13T02:10:41.103Z] ---> 38920919a9f7 [2021-05-13T02:10:41.103Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-13T02:10:41.758Z] ---> Running in dbabcc5c2904 [2021-05-13T02:10:41.758Z] ---> 9933662b4a09 [2021-05-13T02:10:41.758Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-13T02:10:42.364Z] ---> 373611a6372b [2021-05-13T02:10:42.364Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-13T02:10:42.364Z] ---> ad254fc6e4d8 [2021-05-13T02:10:42.364Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-13T02:10:42.364Z] ---> Running in 6ca48647dadb [2021-05-13T02:10:42.982Z] Removing intermediate container 6ca48647dadb [2021-05-13T02:10:42.982Z] ---> fc2b69c2dbb4 [2021-05-13T02:10:42.982Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:10:42.982Z] ---> fdd8cfeae97a [2021-05-13T02:10:42.982Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-13T02:10:43.261Z] ---> Running in f875dafbae67 [2021-05-13T02:10:43.261Z] ---> Running in 7abdf24f27e6 [2021-05-13T02:10:43.853Z] Removing intermediate container 7abdf24f27e6 [2021-05-13T02:10:43.853Z] ---> 3ba51388df98 [2021-05-13T02:10:43.853Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:10:43.853Z] Removing intermediate container f875dafbae67 [2021-05-13T02:10:43.853Z] ---> e3620b18659b [2021-05-13T02:10:43.853Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:10:43.853Z] Removing intermediate container dbabcc5c2904 [2021-05-13T02:10:43.853Z] ---> 57f7ee5c14c7 [2021-05-13T02:10:43.853Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-13T02:10:43.853Z] ---> Running in 784aad6496bd [2021-05-13T02:10:43.853Z] ---> Running in 10009ff31b2d [2021-05-13T02:10:43.853Z] ---> Running in 2f35bca81c27 [2021-05-13T02:10:44.445Z] Removing intermediate container 10009ff31b2d [2021-05-13T02:10:44.445Z] ---> 49958164060d [2021-05-13T02:10:44.445Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:10:44.445Z] Removing intermediate container 784aad6496bd [2021-05-13T02:10:44.445Z] ---> b62af63f1c92 [2021-05-13T02:10:44.445Z] Step 21/23 : LABEL arch=x86_64 [2021-05-13T02:10:45.053Z] Removing intermediate container 2f35bca81c27 [2021-05-13T02:10:45.053Z] ---> e147ee070c2b [2021-05-13T02:10:45.053Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-13T02:10:45.054Z] ---> Running in 2483a1798a6e [2021-05-13T02:10:45.349Z] ---> Running in c55c3a517d33 [2021-05-13T02:10:45.622Z] Removing intermediate container 2483a1798a6e [2021-05-13T02:10:45.622Z] ---> 17aea054a538 [2021-05-13T02:10:45.622Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:10:45.622Z] Removing intermediate container c55c3a517d33 [2021-05-13T02:10:45.622Z] ---> 3cbf1e34ece0 [2021-05-13T02:10:45.622Z] Step 22/23 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:10:45.911Z] ---> 874aa9c38d11 [2021-05-13T02:10:45.911Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-13T02:10:45.911Z] ---> Running in 2ffee9747e2e [2021-05-13T02:10:46.210Z] ---> Running in 69a75e8359f8 [2021-05-13T02:10:46.210Z] ---> Running in b9cf5a03e471 [2021-05-13T02:10:46.535Z] Removing intermediate container 2ffee9747e2e [2021-05-13T02:10:46.535Z] ---> fc348ffad6a2 [2021-05-13T02:10:46.535Z] [2021-05-13T02:10:46.846Z] Removing intermediate container 69a75e8359f8 [2021-05-13T02:10:46.846Z] ---> 0cc6311f6e98 [2021-05-13T02:10:46.846Z] Step 23/23 : LABEL version=2.0.0-dev.216 [2021-05-13T02:10:47.201Z] ---> Running in 18c0868f8291 [2021-05-13T02:10:47.860Z] Successfully built fc348ffad6a2 [2021-05-13T02:10:48.147Z] Successfully tagged core-metadata:latest [2021-05-13T02:10:48.147Z]  Building core-metadata ... done Removing intermediate container 18c0868f8291 [2021-05-13T02:10:48.147Z] ---> 544255a0dab9 [2021-05-13T02:10:48.147Z] [2021-05-13T02:10:49.191Z] Successfully built 544255a0dab9 [2021-05-13T02:10:49.191Z] Successfully tagged support-notifications:latest [2021-05-13T02:10:50.200Z]  Building support-notifications ... done Removing intermediate container b9cf5a03e471 [2021-05-13T02:10:50.200Z] ---> 35bf8088e3b8 [2021-05-13T02:10:50.200Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-13T02:10:50.481Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-13T02:10:50.481Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-13T02:10:50.481Z] ---> aefe523efa57 [2021-05-13T02:10:50.481Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-13T02:10:50.481Z] ---> Running in 0e75b4df0cc2 [2021-05-13T02:10:50.751Z] ---> ff7f79ec04e0 [2021-05-13T02:10:50.751Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-13T02:10:51.050Z] Removing intermediate container 0e75b4df0cc2 [2021-05-13T02:10:51.050Z] ---> 9108cfc0eab5 [2021-05-13T02:10:51.050Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-13T02:10:51.337Z] ---> Running in 3d50cc51f246 [2021-05-13T02:10:51.610Z] ---> c9ba93288e8c [2021-05-13T02:10:51.610Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-13T02:10:52.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:52.243Z] ---> 6e816150a095 [2021-05-13T02:10:52.243Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-13T02:10:52.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-13T02:10:52.532Z] (1/39) Installing readline (8.0.4-r0) [2021-05-13T02:10:52.532Z] (2/39) Installing bash (5.0.17-r0) [2021-05-13T02:10:52.532Z] Executing bash-5.0.17-r0.post-install [2021-05-13T02:10:52.532Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-13T02:10:52.532Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-13T02:10:52.532Z] (5/39) Installing curl (7.76.1-r0) [2021-05-13T02:10:52.532Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-13T02:10:52.532Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-13T02:10:52.532Z] (8/39) Installing expat (2.2.9-r1) [2021-05-13T02:10:52.532Z] (9/39) Installing libffi (3.3-r2) [2021-05-13T02:10:52.532Z] (10/39) Installing gdbm (1.13-r1) [2021-05-13T02:10:52.802Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-13T02:10:52.802Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-13T02:10:52.802Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-13T02:10:52.802Z] ---> f39973ccbda0 [2021-05-13T02:10:52.803Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-13T02:10:57.156Z] ---> f89bbd8e8638 [2021-05-13T02:10:57.156Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-13T02:10:57.156Z] ---> Running in 4bdc06f332fe [2021-05-13T02:10:57.156Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-13T02:10:57.156Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-13T02:10:57.156Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-13T02:10:57.156Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-13T02:10:57.156Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-13T02:10:57.156Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-13T02:10:57.429Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-13T02:10:57.429Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-13T02:10:57.429Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-13T02:10:57.429Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-13T02:10:57.702Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-13T02:10:57.702Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-13T02:10:57.702Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-13T02:10:59.467Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-13T02:10:59.467Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-13T02:10:59.467Z] Removing intermediate container 4bdc06f332fe [2021-05-13T02:10:59.467Z] ---> 78f0af28cdc7 [2021-05-13T02:10:59.467Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-13T02:10:59.467Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-13T02:10:59.467Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-13T02:10:59.467Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-13T02:10:59.467Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-13T02:10:59.467Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-13T02:10:59.467Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-13T02:10:59.467Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-13T02:10:59.467Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-13T02:10:59.467Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-13T02:10:59.467Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-13T02:10:59.467Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-13T02:10:59.751Z] ---> a3f8095a45a3 [2021-05-13T02:10:59.751Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-13T02:10:59.751Z] Executing busybox-1.31.1-r19.trigger [2021-05-13T02:10:59.751Z] OK: 72 MiB in 59 packages [2021-05-13T02:11:00.027Z] ---> Running in 2c1a25cb7ce1 [2021-05-13T02:11:02.039Z] Collecting docker-compose==1.23.2 [2021-05-13T02:11:02.039Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-13T02:11:02.368Z] Collecting docopt<0.7,>=0.6.1 [2021-05-13T02:11:02.368Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-13T02:11:03.374Z] Removing intermediate container 2c1a25cb7ce1 [2021-05-13T02:11:03.374Z] ---> a989bf19c23e [2021-05-13T02:11:03.374Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-13T02:11:03.669Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-13T02:11:03.669Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-13T02:11:03.670Z] ---> Running in 895946876a2e [2021-05-13T02:11:03.941Z] Collecting cached-property<2,>=1.2.0 [2021-05-13T02:11:03.941Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-13T02:11:03.942Z] Removing intermediate container 895946876a2e [2021-05-13T02:11:03.942Z] ---> 48a0db11dc77 [2021-05-13T02:11:03.942Z] Step 29/32 : CMD ["gate"] [2021-05-13T02:11:04.216Z] Collecting PyYAML<4,>=3.10 [2021-05-13T02:11:04.216Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-13T02:11:04.216Z] ---> Running in 8c2a0f904891 [2021-05-13T02:11:04.902Z] Removing intermediate container 8c2a0f904891 [2021-05-13T02:11:04.902Z] ---> 60d932a89d49 [2021-05-13T02:11:04.902Z] Step 30/32 : LABEL arch=x86_64 [2021-05-13T02:11:06.610Z] ---> Running in 41b808dfc509 [2021-05-13T02:11:06.610Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-13T02:11:06.610Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-13T02:11:06.610Z] Collecting jsonschema<3,>=2.5.1 [2021-05-13T02:11:06.610Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-13T02:11:06.972Z] Removing intermediate container 41b808dfc509 [2021-05-13T02:11:06.972Z] ---> eb7a8787560b [2021-05-13T02:11:06.972Z] Step 31/32 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:06.972Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-13T02:11:06.972Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-13T02:11:06.972Z] ---> Running in e34133ed71ec [2021-05-13T02:11:07.456Z] Removing intermediate container e34133ed71ec [2021-05-13T02:11:07.456Z] ---> e9da3b197ec2 [2021-05-13T02:11:07.456Z] Step 32/32 : LABEL version=2.0.0-dev.216 [2021-05-13T02:11:07.762Z] ---> Running in 05129fc8c753 [2021-05-13T02:11:07.762Z] Collecting docker<4.0,>=3.6.0 [2021-05-13T02:11:07.762Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-13T02:11:08.063Z] 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-05-13T02:11:08.063Z] Collecting texttable<0.10,>=0.9.0 [2021-05-13T02:11:08.063Z] Removing intermediate container 05129fc8c753 [2021-05-13T02:11:08.063Z] ---> 3e4186c6ddfa [2021-05-13T02:11:08.063Z] [2021-05-13T02:11:08.351Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-13T02:11:08.647Z] Successfully built 3e4186c6ddfa [2021-05-13T02:11:08.647Z] Successfully tagged security-bootstrapper:latest [2021-05-13T02:11:09.338Z]  Building security-bootstrapper ... done Collecting urllib3<1.25,>=1.21.1 [2021-05-13T02:11:09.338Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-13T02:11:09.605Z] 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-05-13T02:11:09.605Z] 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-05-13T02:11:09.605Z] Collecting idna<2.8,>=2.5 [2021-05-13T02:11:09.605Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-13T02:11:09.605Z] Collecting docker-pycreds>=0.4.0 [2021-05-13T02:11:09.605Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-13T02:11:09.880Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-13T02:11:09.880Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-13T02:11:09.880Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-13T02:11:09.880Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-13T02:11:09.880Z] Installing collected packages: docopt, urllib3, idna, requests, cached-property, PyYAML, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-05-13T02:11:09.880Z] Running setup.py install for docopt: started [2021-05-13T02:11:11.034Z] Running setup.py install for docopt: finished with status 'done' [2021-05-13T02:11:11.034Z] Attempting uninstall: urllib3 [2021-05-13T02:11:11.034Z] Found existing installation: urllib3 1.25.9 [2021-05-13T02:11:11.034Z] Uninstalling urllib3-1.25.9: [2021-05-13T02:11:11.034Z] Successfully uninstalled urllib3-1.25.9 [2021-05-13T02:11:11.034Z] Attempting uninstall: idna [2021-05-13T02:11:11.034Z] Found existing installation: idna 2.9 [2021-05-13T02:11:11.034Z] Uninstalling idna-2.9: [2021-05-13T02:11:11.034Z] Successfully uninstalled idna-2.9 [2021-05-13T02:11:11.690Z] Attempting uninstall: requests [2021-05-13T02:11:11.690Z] Found existing installation: requests 2.23.0 [2021-05-13T02:11:11.691Z] Uninstalling requests-2.23.0: [2021-05-13T02:11:11.691Z] Successfully uninstalled requests-2.23.0 [2021-05-13T02:11:12.031Z] Running setup.py install for PyYAML: started [2021-05-13T02:11:13.737Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-13T02:11:14.037Z] Running setup.py install for dockerpty: started [2021-05-13T02:11:15.569Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-13T02:11:15.834Z] Running setup.py install for texttable: started [2021-05-13T02:11:16.459Z] Running setup.py install for texttable: finished with status 'done' [2021-05-13T02:11:17.076Z] 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.59.0 [2021-05-13T02:11:28.237Z] lf-activate-venv(): INFO: Adding /tmp/venv-ntgF/bin to PATH [2021-05-13T02:11:28.237Z] INFO: No Stack... [2021-05-13T02:11:28.237Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-13T02:11:28.237Z] INFO: Archiving Costs [Pipeline] sh [2021-05-13T02:11:28.567Z] + cat /w/workspace/edgex-go/485/archives/cost.csv [2021-05-13T02:11:28.567Z] + cut -d, -f6 [Pipeline] lock [2021-05-13T02:11:28.716Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-485-stack-cost] [2021-05-13T02:11:28.724Z] Resource [jenkins-edgexfoundry-edgex-go-master-485-stack-cost] did not exist. Created. [2021-05-13T02:11:28.725Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-485-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-13T02:11:29.069Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-13T02:11:29.757Z] Removing intermediate container 3d50cc51f246 [2021-05-13T02:11:29.758Z] ---> 1d9f827da048 [2021-05-13T02:11:29.758Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-13T02:11:29.758Z] ---> Running in 79aa2b721826 [2021-05-13T02:11:29.758Z] Removing intermediate container 79aa2b721826 [2021-05-13T02:11:29.758Z] ---> c7b84e318e40 [2021-05-13T02:11:29.758Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-13T02:11:29.758Z] ---> Running in ce19cea326af [2021-05-13T02:11:29.758Z] Removing intermediate container ce19cea326af [2021-05-13T02:11:29.758Z] ---> 2a9344fc7fab [2021-05-13T02:11:29.758Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-13T02:11:29.758Z] ---> 4e13dc037ad4 [2021-05-13T02:11:29.758Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-13T02:11:29.945Z] Stashed 1 file(s) [Pipeline] } [2021-05-13T02:11:29.958Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-485-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2021-05-13T02:11:30.026Z] ---> 6cfc465482ad [2021-05-13T02:11:30.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-13T02:11:30.609Z] ---> b56f0816f132 [2021-05-13T02:11:30.610Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-13T02:11:30.880Z] ---> Running in 9a9a9172d0ea [2021-05-13T02:11:31.152Z] Removing intermediate container 9a9a9172d0ea [2021-05-13T02:11:31.152Z] ---> 2972dc1e9924 [2021-05-13T02:11:31.152Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-13T02:11:31.152Z] ---> Running in 8d5595b8ae9b [2021-05-13T02:11:31.417Z] Removing intermediate container 8d5595b8ae9b [2021-05-13T02:11:31.417Z] ---> e1a82569ac4f [2021-05-13T02:11:31.417Z] Step 22/24 : LABEL arch=x86_64 [2021-05-13T02:11:31.417Z] ---> Running in 3d2a687640bf [2021-05-13T02:11:31.806Z] Removing intermediate container 3d2a687640bf [2021-05-13T02:11:31.806Z] ---> ea50f6baecbc [2021-05-13T02:11:32.085Z] Step 23/24 : LABEL git_sha=efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:32.085Z] ---> Running in 2a373efb0991 [2021-05-13T02:11:32.772Z] Removing intermediate container 2a373efb0991 [2021-05-13T02:11:32.772Z] ---> fffb5d1e25ef [2021-05-13T02:11:32.772Z] Step 24/24 : LABEL version=2.0.0-dev.216 [2021-05-13T02:11:32.772Z] ---> Running in b2325f14a21a [2021-05-13T02:11:33.781Z] Removing intermediate container b2325f14a21a [2021-05-13T02:11:33.781Z] ---> 929003ab4f72 [2021-05-13T02:11:33.781Z] [2021-05-13T02:11:34.413Z] Successfully built 929003ab4f72 [2021-05-13T02:11:34.413Z] Successfully tagged sys-mgmt-agent:latest [2021-05-13T02:11:35.025Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-13T02:11:35.771Z] $ docker stop --time=1 b229b2ac0364c14bd5953eb7b316fa96ee1d6dc0de320b1dec637241307cbd4b [2021-05-13T02:11:38.856Z] $ docker rm -f b229b2ac0364c14bd5953eb7b316fa96ee1d6dc0de320b1dec637241307cbd4b [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-13T02:11:39.337Z] + docker images [2021-05-13T02:11:40.773Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-13T02:11:40.773Z] sys-mgmt-agent latest 929003ab4f72 7 seconds ago 312MB [2021-05-13T02:11:40.773Z] security-bootstrapper latest 3e4186c6ddfa 33 seconds ago 18.2MB [2021-05-13T02:11:40.773Z] support-notifications latest 544255a0dab9 53 seconds ago 17.7MB [2021-05-13T02:11:40.773Z] core-metadata latest fc348ffad6a2 54 seconds ago 18.6MB [2021-05-13T02:11:40.773Z] 20d6b1e0bcff About a minute ago 1.15GB [2021-05-13T02:11:40.773Z] 03437fb1499f About a minute ago 1.17GB [2021-05-13T02:11:40.773Z] 860732c3dcc2 About a minute ago 1.16GB [2021-05-13T02:11:40.773Z] 854b3952dda7 About a minute ago 1.15GB [2021-05-13T02:11:40.773Z] core-data latest b377c84aaceb 4 minutes ago 21.5MB [2021-05-13T02:11:40.773Z] security-secretstore-setup latest 2f284896db4d 4 minutes ago 25.7MB [2021-05-13T02:11:40.773Z] support-scheduler latest a0f85c32cd6b 4 minutes ago 17.1MB [2021-05-13T02:11:40.773Z] core-command latest 8d767904c08f 4 minutes ago 17MB [2021-05-13T02:11:40.773Z] security-proxy-setup latest f64f65a43245 4 minutes ago 25.3MB [2021-05-13T02:11:40.773Z] c667bcb81442 5 minutes ago 1.17GB [2021-05-13T02:11:40.773Z] dbe714714fa5 5 minutes ago 1.15GB [2021-05-13T02:11:40.773Z] 52ddaa8ec7b9 5 minutes ago 1.16GB [2021-05-13T02:11:40.773Z] 00e2f1e0d950 5 minutes ago 1.16GB [2021-05-13T02:11:40.773Z] 3bdfdf6f77c8 5 minutes ago 1.16GB [2021-05-13T02:11:40.773Z] ci-base-image-x86_64 latest f439485d4b10 15 minutes ago 648MB [2021-05-13T02:11:40.773Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-13T02:11:40.773Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-13T02:11:40.773Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-13T02:11:40.773Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-13T02:11:40.773Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-13T02:11:40.922Z] provisioning config files... [2021-05-13T02:11:40.967Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/485@tmp/config4366556976268907436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:11:41.347Z] ---> docker-login.sh [2021-05-13T02:11:41.348Z] nexus3.edgexfoundry.org:10001 [2021-05-13T02:11:41.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:11:41.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:11:41.622Z] Configure a credential helper to remove this warning. See [2021-05-13T02:11:41.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:11:41.622Z] [2021-05-13T02:11:41.622Z] Login Succeeded [2021-05-13T02:11:41.622Z] nexus3.edgexfoundry.org:10002 [2021-05-13T02:11:41.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:11:42.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:11:42.211Z] Configure a credential helper to remove this warning. See [2021-05-13T02:11:42.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:11:42.211Z] [2021-05-13T02:11:42.211Z] Login Succeeded [2021-05-13T02:11:42.211Z] nexus3.edgexfoundry.org:10003 [2021-05-13T02:11:42.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:11:42.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:11:42.482Z] Configure a credential helper to remove this warning. See [2021-05-13T02:11:42.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:11:42.482Z] [2021-05-13T02:11:42.482Z] Login Succeeded [2021-05-13T02:11:42.482Z] nexus3.edgexfoundry.org:10004 [2021-05-13T02:11:42.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:11:42.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:11:42.748Z] Configure a credential helper to remove this warning. See [2021-05-13T02:11:42.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:11:42.748Z] [2021-05-13T02:11:42.748Z] Login Succeeded [2021-05-13T02:11:42.748Z] docker.io [2021-05-13T02:11:43.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-13T02:11:43.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-13T02:11:43.285Z] Configure a credential helper to remove this warning. See [2021-05-13T02:11:43.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-13T02:11:43.285Z] [2021-05-13T02:11:43.285Z] Login Succeeded [2021-05-13T02:11:43.285Z] ---> docker-login.sh ends [Pipeline] } [2021-05-13T02:11:43.298Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:11:43.411Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-05-13T02:11:43.411Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:43.411Z] 2.0.0-dev.216 [2021-05-13T02:11:43.411Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:43.411Z] master [2021-05-13T02:11:43.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:43.829Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:44.437Z] + docker push nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:44.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T02:11:44.437Z] c0e6f25a8150: Preparing [2021-05-13T02:11:44.437Z] 4f637bfca8a2: Preparing [2021-05-13T02:11:44.437Z] c15670c26139: Preparing [2021-05-13T02:11:44.437Z] f5475209421b: Preparing [2021-05-13T02:11:44.437Z] 32f366d666a5: Preparing [2021-05-13T02:11:44.437Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:44.723Z] f5475209421b: Pushed [2021-05-13T02:11:44.723Z] c15670c26139: Pushed [2021-05-13T02:11:44.723Z] c0e6f25a8150: Pushed [2021-05-13T02:11:46.145Z] 4f637bfca8a2: Pushed [2021-05-13T02:11:46.413Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:585f1884c5750fb4141d0f5228e6bec69869bf033ac6b656cfdf5711a14b6a60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:46.749Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:47.064Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.216 [2021-05-13T02:11:47.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T02:11:47.064Z] c0e6f25a8150: Preparing [2021-05-13T02:11:47.064Z] 4f637bfca8a2: Preparing [2021-05-13T02:11:47.064Z] c15670c26139: Preparing [2021-05-13T02:11:47.064Z] f5475209421b: Preparing [2021-05-13T02:11:47.064Z] 32f366d666a5: Preparing [2021-05-13T02:11:47.064Z] c15670c26139: Layer already exists [2021-05-13T02:11:47.064Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:47.064Z] 4f637bfca8a2: Layer already exists [2021-05-13T02:11:47.064Z] f5475209421b: Layer already exists [2021-05-13T02:11:47.064Z] c0e6f25a8150: Layer already exists [2021-05-13T02:11:47.064Z] 2.0.0-dev.216: digest: sha256:585f1884c5750fb4141d0f5228e6bec69869bf033ac6b656cfdf5711a14b6a60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:47.387Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:47.750Z] + docker push nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:47.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T02:11:48.021Z] c0e6f25a8150: Preparing [2021-05-13T02:11:48.021Z] 4f637bfca8a2: Preparing [2021-05-13T02:11:48.021Z] c15670c26139: Preparing [2021-05-13T02:11:48.021Z] f5475209421b: Preparing [2021-05-13T02:11:48.021Z] 32f366d666a5: Preparing [2021-05-13T02:11:48.021Z] 4f637bfca8a2: Layer already exists [2021-05-13T02:11:48.021Z] f5475209421b: Layer already exists [2021-05-13T02:11:48.021Z] c0e6f25a8150: Layer already exists [2021-05-13T02:11:48.021Z] c15670c26139: Layer already exists [2021-05-13T02:11:48.021Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:48.021Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:585f1884c5750fb4141d0f5228e6bec69869bf033ac6b656cfdf5711a14b6a60 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:48.353Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:48.674Z] + docker push nexus3.edgexfoundry.org:10004/core-command:master [2021-05-13T02:11:48.674Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-13T02:11:48.674Z] c0e6f25a8150: Preparing [2021-05-13T02:11:48.674Z] 4f637bfca8a2: Preparing [2021-05-13T02:11:48.674Z] c15670c26139: Preparing [2021-05-13T02:11:48.674Z] f5475209421b: Preparing [2021-05-13T02:11:48.674Z] 32f366d666a5: Preparing [2021-05-13T02:11:48.674Z] c15670c26139: Layer already exists [2021-05-13T02:11:48.674Z] 4f637bfca8a2: Layer already exists [2021-05-13T02:11:48.674Z] c0e6f25a8150: Layer already exists [2021-05-13T02:11:48.674Z] f5475209421b: Layer already exists [2021-05-13T02:11:48.674Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:48.674Z] master: digest: sha256:585f1884c5750fb4141d0f5228e6bec69869bf033ac6b656cfdf5711a14b6a60 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:11:48.726Z] ===================================================== [Pipeline] echo [2021-05-13T02:11:48.740Z] taggedImages: [2021-05-13T02:11:48.740Z] - nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:48.740Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.216 [2021-05-13T02:11:48.740Z] - nexus3.edgexfoundry.org:10004/core-command:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:48.740Z] - nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] echo [2021-05-13T02:11:48.771Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-05-13T02:11:48.771Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:48.771Z] 2.0.0-dev.216 [2021-05-13T02:11:48.771Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:48.771Z] master [2021-05-13T02:11:48.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:49.132Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:49.520Z] + docker push nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:49.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T02:11:49.799Z] 3b8fb629f675: Preparing [2021-05-13T02:11:49.799Z] 55014880b389: Preparing [2021-05-13T02:11:49.799Z] c15670c26139: Preparing [2021-05-13T02:11:49.799Z] e6499d95544d: Preparing [2021-05-13T02:11:49.799Z] f24cfdab63d8: Preparing [2021-05-13T02:11:49.799Z] 32f366d666a5: Preparing [2021-05-13T02:11:49.799Z] 32f366d666a5: Waiting [2021-05-13T02:11:49.799Z] c15670c26139: Layer already exists [2021-05-13T02:11:50.073Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:50.073Z] f24cfdab63d8: Pushed [2021-05-13T02:11:50.073Z] 3b8fb629f675: Pushed [2021-05-13T02:11:50.356Z] e6499d95544d: Pushed [2021-05-13T02:11:51.789Z] 55014880b389: Pushed [2021-05-13T02:11:52.058Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:0362b63d88a9d981a949878f43700359bec9edb429cb464dcf954015beb87d6c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:52.528Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:53.211Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.216 [2021-05-13T02:11:53.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T02:11:53.211Z] 3b8fb629f675: Preparing [2021-05-13T02:11:53.211Z] 55014880b389: Preparing [2021-05-13T02:11:53.211Z] c15670c26139: Preparing [2021-05-13T02:11:53.211Z] e6499d95544d: Preparing [2021-05-13T02:11:53.211Z] f24cfdab63d8: Preparing [2021-05-13T02:11:53.211Z] 32f366d666a5: Preparing [2021-05-13T02:11:53.211Z] 32f366d666a5: Waiting [2021-05-13T02:11:53.211Z] 55014880b389: Layer already exists [2021-05-13T02:11:53.211Z] 3b8fb629f675: Layer already exists [2021-05-13T02:11:53.211Z] f24cfdab63d8: Layer already exists [2021-05-13T02:11:53.211Z] c15670c26139: Layer already exists [2021-05-13T02:11:53.211Z] e6499d95544d: Layer already exists [2021-05-13T02:11:53.211Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:53.478Z] 2.0.0-dev.216: digest: sha256:0362b63d88a9d981a949878f43700359bec9edb429cb464dcf954015beb87d6c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:53.864Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:54.654Z] + docker push nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:54.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T02:11:54.963Z] 3b8fb629f675: Preparing [2021-05-13T02:11:54.963Z] 55014880b389: Preparing [2021-05-13T02:11:54.963Z] c15670c26139: Preparing [2021-05-13T02:11:54.963Z] e6499d95544d: Preparing [2021-05-13T02:11:54.963Z] f24cfdab63d8: Preparing [2021-05-13T02:11:54.963Z] 32f366d666a5: Preparing [2021-05-13T02:11:54.963Z] 32f366d666a5: Waiting [2021-05-13T02:11:54.963Z] e6499d95544d: Layer already exists [2021-05-13T02:11:54.963Z] c15670c26139: Layer already exists [2021-05-13T02:11:54.963Z] 55014880b389: Layer already exists [2021-05-13T02:11:54.963Z] f24cfdab63d8: Layer already exists [2021-05-13T02:11:54.963Z] 3b8fb629f675: Layer already exists [2021-05-13T02:11:54.963Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:54.963Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:0362b63d88a9d981a949878f43700359bec9edb429cb464dcf954015beb87d6c size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:55.539Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:56.269Z] + docker push nexus3.edgexfoundry.org:10004/core-data:master [2021-05-13T02:11:56.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-13T02:11:56.269Z] 3b8fb629f675: Preparing [2021-05-13T02:11:56.269Z] 55014880b389: Preparing [2021-05-13T02:11:56.269Z] c15670c26139: Preparing [2021-05-13T02:11:56.269Z] e6499d95544d: Preparing [2021-05-13T02:11:56.269Z] f24cfdab63d8: Preparing [2021-05-13T02:11:56.269Z] 32f366d666a5: Preparing [2021-05-13T02:11:56.269Z] 32f366d666a5: Waiting [2021-05-13T02:11:56.269Z] 55014880b389: Layer already exists [2021-05-13T02:11:56.269Z] e6499d95544d: Layer already exists [2021-05-13T02:11:56.269Z] f24cfdab63d8: Layer already exists [2021-05-13T02:11:56.269Z] c15670c26139: Layer already exists [2021-05-13T02:11:56.269Z] 3b8fb629f675: Layer already exists [2021-05-13T02:11:56.540Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:56.540Z] master: digest: sha256:0362b63d88a9d981a949878f43700359bec9edb429cb464dcf954015beb87d6c size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:11:56.599Z] ===================================================== [Pipeline] echo [2021-05-13T02:11:56.613Z] taggedImages: [2021-05-13T02:11:56.613Z] - nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:56.613Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.216 [2021-05-13T02:11:56.613Z] - nexus3.edgexfoundry.org:10004/core-data:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:56.613Z] - nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] echo [2021-05-13T02:11:56.645Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-05-13T02:11:56.645Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:56.645Z] 2.0.0-dev.216 [2021-05-13T02:11:56.645Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:11:56.645Z] master [2021-05-13T02:11:56.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:57.067Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:57.408Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:11:57.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T02:11:57.408Z] 5c85059f73c4: Preparing [2021-05-13T02:11:57.408Z] e0114b3fb045: Preparing [2021-05-13T02:11:57.408Z] c15670c26139: Preparing [2021-05-13T02:11:57.408Z] f5475209421b: Preparing [2021-05-13T02:11:57.408Z] 32f366d666a5: Preparing [2021-05-13T02:11:57.688Z] c15670c26139: Layer already exists [2021-05-13T02:11:57.688Z] f5475209421b: Layer already exists [2021-05-13T02:11:57.688Z] 32f366d666a5: Layer already exists [2021-05-13T02:11:57.688Z] 5c85059f73c4: Pushed [2021-05-13T02:11:59.103Z] e0114b3fb045: Pushed [2021-05-13T02:11:59.369Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:4bd2a0a74dab2ff7d899dac2fe914a7f9acaa17e761e27d9c2f0650d6f34c9a6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:11:59.728Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:00.050Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.216 [2021-05-13T02:12:00.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T02:12:00.050Z] 5c85059f73c4: Preparing [2021-05-13T02:12:00.050Z] e0114b3fb045: Preparing [2021-05-13T02:12:00.050Z] c15670c26139: Preparing [2021-05-13T02:12:00.050Z] f5475209421b: Preparing [2021-05-13T02:12:00.050Z] 32f366d666a5: Preparing [2021-05-13T02:12:00.050Z] e0114b3fb045: Layer already exists [2021-05-13T02:12:00.050Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:00.050Z] c15670c26139: Layer already exists [2021-05-13T02:12:00.050Z] f5475209421b: Layer already exists [2021-05-13T02:12:00.050Z] 5c85059f73c4: Layer already exists [2021-05-13T02:12:00.110Z] 2.0.0-dev.216: digest: sha256:4bd2a0a74dab2ff7d899dac2fe914a7f9acaa17e761e27d9c2f0650d6f34c9a6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:00.567Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:01.043Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:01.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T02:12:01.043Z] 5c85059f73c4: Preparing [2021-05-13T02:12:01.043Z] e0114b3fb045: Preparing [2021-05-13T02:12:01.043Z] c15670c26139: Preparing [2021-05-13T02:12:01.043Z] f5475209421b: Preparing [2021-05-13T02:12:01.043Z] 32f366d666a5: Preparing [2021-05-13T02:12:01.043Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:01.043Z] 5c85059f73c4: Layer already exists [2021-05-13T02:12:01.043Z] f5475209421b: Layer already exists [2021-05-13T02:12:01.043Z] c15670c26139: Layer already exists [2021-05-13T02:12:01.043Z] e0114b3fb045: Layer already exists [2021-05-13T02:12:01.043Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:4bd2a0a74dab2ff7d899dac2fe914a7f9acaa17e761e27d9c2f0650d6f34c9a6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:01.615Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:01.966Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:master [2021-05-13T02:12:01.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-13T02:12:01.966Z] 5c85059f73c4: Preparing [2021-05-13T02:12:01.966Z] e0114b3fb045: Preparing [2021-05-13T02:12:01.966Z] c15670c26139: Preparing [2021-05-13T02:12:01.966Z] f5475209421b: Preparing [2021-05-13T02:12:01.966Z] 32f366d666a5: Preparing [2021-05-13T02:12:01.966Z] e0114b3fb045: Layer already exists [2021-05-13T02:12:01.966Z] 5c85059f73c4: Layer already exists [2021-05-13T02:12:01.966Z] c15670c26139: Layer already exists [2021-05-13T02:12:01.966Z] f5475209421b: Layer already exists [2021-05-13T02:12:01.966Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:02.241Z] master: digest: sha256:4bd2a0a74dab2ff7d899dac2fe914a7f9acaa17e761e27d9c2f0650d6f34c9a6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:02.348Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:02.361Z] taggedImages: [2021-05-13T02:12:02.361Z] - nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:02.361Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.216 [2021-05-13T02:12:02.361Z] - nexus3.edgexfoundry.org:10004/core-metadata:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:02.361Z] - nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] echo [2021-05-13T02:12:02.391Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-05-13T02:12:02.391Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:02.391Z] 2.0.0-dev.216 [2021-05-13T02:12:02.391Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:02.391Z] master [2021-05-13T02:12:02.391Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:02.756Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:03.075Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:03.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T02:12:03.075Z] 51332f2f68c1: Preparing [2021-05-13T02:12:03.075Z] 51332f2f68c1: Preparing [2021-05-13T02:12:03.075Z] 1b3008533b5d: Preparing [2021-05-13T02:12:03.075Z] 50d4d3bcd54f: Preparing [2021-05-13T02:12:03.075Z] 962c8b854b2f: Preparing [2021-05-13T02:12:03.075Z] 8651c4ea35a7: Preparing [2021-05-13T02:12:03.075Z] c15670c26139: Preparing [2021-05-13T02:12:03.075Z] d5ded0df8a87: Preparing [2021-05-13T02:12:03.075Z] d5ded0df8a87: Preparing [2021-05-13T02:12:03.075Z] c2d1182f5c53: Preparing [2021-05-13T02:12:03.075Z] 65f94023e063: Preparing [2021-05-13T02:12:03.075Z] 32f366d666a5: Preparing [2021-05-13T02:12:03.075Z] c15670c26139: Waiting [2021-05-13T02:12:03.075Z] d5ded0df8a87: Waiting [2021-05-13T02:12:03.075Z] c2d1182f5c53: Waiting [2021-05-13T02:12:03.075Z] 65f94023e063: Waiting [2021-05-13T02:12:03.075Z] 32f366d666a5: Waiting [2021-05-13T02:12:03.346Z] 51332f2f68c1: Pushed [2021-05-13T02:12:03.346Z] 1b3008533b5d: Pushed [2021-05-13T02:12:03.346Z] 50d4d3bcd54f: Pushed [2021-05-13T02:12:03.346Z] 962c8b854b2f: Pushed [2021-05-13T02:12:03.346Z] c15670c26139: Layer already exists [2021-05-13T02:12:03.346Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:03.346Z] d5ded0df8a87: Pushed [2021-05-13T02:12:03.612Z] c2d1182f5c53: Pushed [2021-05-13T02:12:03.612Z] 65f94023e063: Pushed [2021-05-13T02:12:04.601Z] 8651c4ea35a7: Pushed [2021-05-13T02:12:04.867Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:2356b3b19243bb7a4a57c9eb4bd6eedee1177911cfd7064f142b497c82cca4c8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:05.194Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:05.532Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.216 [2021-05-13T02:12:05.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T02:12:05.800Z] 51332f2f68c1: Preparing [2021-05-13T02:12:05.800Z] 51332f2f68c1: Preparing [2021-05-13T02:12:05.800Z] 1b3008533b5d: Preparing [2021-05-13T02:12:05.800Z] 50d4d3bcd54f: Preparing [2021-05-13T02:12:05.800Z] 962c8b854b2f: Preparing [2021-05-13T02:12:05.800Z] 8651c4ea35a7: Preparing [2021-05-13T02:12:05.800Z] c15670c26139: Preparing [2021-05-13T02:12:05.800Z] d5ded0df8a87: Preparing [2021-05-13T02:12:05.800Z] d5ded0df8a87: Preparing [2021-05-13T02:12:05.800Z] c2d1182f5c53: Preparing [2021-05-13T02:12:05.800Z] 65f94023e063: Preparing [2021-05-13T02:12:05.800Z] 32f366d666a5: Preparing [2021-05-13T02:12:05.800Z] c15670c26139: Waiting [2021-05-13T02:12:05.800Z] d5ded0df8a87: Waiting [2021-05-13T02:12:05.800Z] c2d1182f5c53: Waiting [2021-05-13T02:12:05.800Z] 65f94023e063: Waiting [2021-05-13T02:12:05.800Z] 32f366d666a5: Waiting [2021-05-13T02:12:05.800Z] 51332f2f68c1: Layer already exists [2021-05-13T02:12:05.800Z] 962c8b854b2f: Layer already exists [2021-05-13T02:12:05.800Z] 50d4d3bcd54f: Layer already exists [2021-05-13T02:12:05.800Z] 8651c4ea35a7: Layer already exists [2021-05-13T02:12:05.800Z] 1b3008533b5d: Layer already exists [2021-05-13T02:12:05.800Z] d5ded0df8a87: Layer already exists [2021-05-13T02:12:05.800Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:05.800Z] c15670c26139: Layer already exists [2021-05-13T02:12:05.800Z] c2d1182f5c53: Layer already exists [2021-05-13T02:12:05.800Z] 65f94023e063: Layer already exists [2021-05-13T02:12:05.800Z] 2.0.0-dev.216: digest: sha256:2356b3b19243bb7a4a57c9eb4bd6eedee1177911cfd7064f142b497c82cca4c8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:06.158Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:06.470Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:06.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T02:12:06.470Z] 51332f2f68c1: Preparing [2021-05-13T02:12:06.470Z] 51332f2f68c1: Preparing [2021-05-13T02:12:06.470Z] 1b3008533b5d: Preparing [2021-05-13T02:12:06.470Z] 50d4d3bcd54f: Preparing [2021-05-13T02:12:06.470Z] 962c8b854b2f: Preparing [2021-05-13T02:12:06.470Z] 8651c4ea35a7: Preparing [2021-05-13T02:12:06.470Z] c15670c26139: Preparing [2021-05-13T02:12:06.470Z] d5ded0df8a87: Preparing [2021-05-13T02:12:06.470Z] d5ded0df8a87: Preparing [2021-05-13T02:12:06.470Z] c2d1182f5c53: Preparing [2021-05-13T02:12:06.470Z] 65f94023e063: Preparing [2021-05-13T02:12:06.470Z] 32f366d666a5: Preparing [2021-05-13T02:12:06.470Z] d5ded0df8a87: Waiting [2021-05-13T02:12:06.470Z] c2d1182f5c53: Waiting [2021-05-13T02:12:06.470Z] 65f94023e063: Waiting [2021-05-13T02:12:06.470Z] 32f366d666a5: Waiting [2021-05-13T02:12:06.470Z] c15670c26139: Waiting [2021-05-13T02:12:06.470Z] 50d4d3bcd54f: Layer already exists [2021-05-13T02:12:06.470Z] 1b3008533b5d: Layer already exists [2021-05-13T02:12:06.470Z] 51332f2f68c1: Layer already exists [2021-05-13T02:12:06.470Z] 962c8b854b2f: Layer already exists [2021-05-13T02:12:06.470Z] 8651c4ea35a7: Layer already exists [2021-05-13T02:12:06.470Z] c2d1182f5c53: Layer already exists [2021-05-13T02:12:06.470Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:06.470Z] c15670c26139: Layer already exists [2021-05-13T02:12:06.470Z] d5ded0df8a87: Layer already exists [2021-05-13T02:12:06.470Z] 65f94023e063: Layer already exists [2021-05-13T02:12:06.737Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:2356b3b19243bb7a4a57c9eb4bd6eedee1177911cfd7064f142b497c82cca4c8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:07.074Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:07.400Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:master [2021-05-13T02:12:07.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-13T02:12:07.401Z] 51332f2f68c1: Preparing [2021-05-13T02:12:07.401Z] 51332f2f68c1: Preparing [2021-05-13T02:12:07.401Z] 1b3008533b5d: Preparing [2021-05-13T02:12:07.401Z] 50d4d3bcd54f: Preparing [2021-05-13T02:12:07.401Z] 962c8b854b2f: Preparing [2021-05-13T02:12:07.401Z] 8651c4ea35a7: Preparing [2021-05-13T02:12:07.401Z] c15670c26139: Preparing [2021-05-13T02:12:07.401Z] d5ded0df8a87: Preparing [2021-05-13T02:12:07.401Z] d5ded0df8a87: Preparing [2021-05-13T02:12:07.401Z] c2d1182f5c53: Preparing [2021-05-13T02:12:07.401Z] 65f94023e063: Preparing [2021-05-13T02:12:07.401Z] 32f366d666a5: Preparing [2021-05-13T02:12:07.401Z] c15670c26139: Waiting [2021-05-13T02:12:07.401Z] d5ded0df8a87: Waiting [2021-05-13T02:12:07.401Z] c2d1182f5c53: Waiting [2021-05-13T02:12:07.401Z] 65f94023e063: Waiting [2021-05-13T02:12:07.401Z] 32f366d666a5: Waiting [2021-05-13T02:12:07.401Z] 8651c4ea35a7: Layer already exists [2021-05-13T02:12:07.401Z] 1b3008533b5d: Layer already exists [2021-05-13T02:12:07.401Z] 50d4d3bcd54f: Layer already exists [2021-05-13T02:12:07.401Z] 51332f2f68c1: Layer already exists [2021-05-13T02:12:07.401Z] 962c8b854b2f: Layer already exists [2021-05-13T02:12:07.401Z] d5ded0df8a87: Layer already exists [2021-05-13T02:12:07.401Z] c15670c26139: Layer already exists [2021-05-13T02:12:07.401Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:07.401Z] 65f94023e063: Layer already exists [2021-05-13T02:12:07.401Z] c2d1182f5c53: Layer already exists [2021-05-13T02:12:07.665Z] master: digest: sha256:2356b3b19243bb7a4a57c9eb4bd6eedee1177911cfd7064f142b497c82cca4c8 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:07.720Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:07.733Z] taggedImages: [2021-05-13T02:12:07.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:07.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.216 [2021-05-13T02:12:07.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:07.733Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] echo [2021-05-13T02:12:07.763Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-05-13T02:12:07.763Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:07.763Z] 2.0.0-dev.216 [2021-05-13T02:12:07.763Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:07.763Z] master [2021-05-13T02:12:07.763Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:08.113Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:08.438Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:08.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T02:12:08.439Z] aaba60e569ee: Preparing [2021-05-13T02:12:08.439Z] 34482d33a9e7: Preparing [2021-05-13T02:12:08.439Z] 3fdd9b70debe: Preparing [2021-05-13T02:12:08.439Z] 371d7868f461: Preparing [2021-05-13T02:12:08.439Z] b3e37a60c43c: Preparing [2021-05-13T02:12:08.439Z] 32f366d666a5: Preparing [2021-05-13T02:12:08.439Z] 32f366d666a5: Waiting [2021-05-13T02:12:08.735Z] 371d7868f461: Pushed [2021-05-13T02:12:08.735Z] 3fdd9b70debe: Pushed [2021-05-13T02:12:09.016Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:09.289Z] b3e37a60c43c: Pushed [2021-05-13T02:12:09.653Z] 34482d33a9e7: Pushed [2021-05-13T02:12:09.923Z] aaba60e569ee: Pushed [2021-05-13T02:12:09.923Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:87883229df7ac39fcd31764deea5d9af942da39fb97de9ac318a671c91a6eea1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:10.246Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:10.629Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.216 [2021-05-13T02:12:10.629Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T02:12:10.629Z] aaba60e569ee: Preparing [2021-05-13T02:12:10.629Z] 34482d33a9e7: Preparing [2021-05-13T02:12:10.629Z] 3fdd9b70debe: Preparing [2021-05-13T02:12:10.629Z] 371d7868f461: Preparing [2021-05-13T02:12:10.629Z] b3e37a60c43c: Preparing [2021-05-13T02:12:10.629Z] 32f366d666a5: Preparing [2021-05-13T02:12:10.629Z] 32f366d666a5: Waiting [2021-05-13T02:12:10.893Z] 371d7868f461: Layer already exists [2021-05-13T02:12:10.893Z] aaba60e569ee: Layer already exists [2021-05-13T02:12:10.893Z] 34482d33a9e7: Layer already exists [2021-05-13T02:12:10.893Z] b3e37a60c43c: Layer already exists [2021-05-13T02:12:10.893Z] 3fdd9b70debe: Layer already exists [2021-05-13T02:12:10.893Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:10.893Z] 2.0.0-dev.216: digest: sha256:87883229df7ac39fcd31764deea5d9af942da39fb97de9ac318a671c91a6eea1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:11.214Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:11.543Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:11.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T02:12:11.543Z] aaba60e569ee: Preparing [2021-05-13T02:12:11.543Z] 34482d33a9e7: Preparing [2021-05-13T02:12:11.543Z] 3fdd9b70debe: Preparing [2021-05-13T02:12:11.543Z] 371d7868f461: Preparing [2021-05-13T02:12:11.543Z] b3e37a60c43c: Preparing [2021-05-13T02:12:11.543Z] 32f366d666a5: Preparing [2021-05-13T02:12:11.543Z] 32f366d666a5: Waiting [2021-05-13T02:12:11.543Z] aaba60e569ee: Layer already exists [2021-05-13T02:12:11.543Z] 3fdd9b70debe: Layer already exists [2021-05-13T02:12:11.543Z] b3e37a60c43c: Layer already exists [2021-05-13T02:12:11.543Z] 371d7868f461: Layer already exists [2021-05-13T02:12:11.543Z] 34482d33a9e7: Layer already exists [2021-05-13T02:12:11.543Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:11.807Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:87883229df7ac39fcd31764deea5d9af942da39fb97de9ac318a671c91a6eea1 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:12.129Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:12.449Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:master [2021-05-13T02:12:12.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-13T02:12:12.449Z] aaba60e569ee: Preparing [2021-05-13T02:12:12.449Z] 34482d33a9e7: Preparing [2021-05-13T02:12:12.449Z] 3fdd9b70debe: Preparing [2021-05-13T02:12:12.449Z] 371d7868f461: Preparing [2021-05-13T02:12:12.449Z] b3e37a60c43c: Preparing [2021-05-13T02:12:12.449Z] 32f366d666a5: Preparing [2021-05-13T02:12:12.449Z] 32f366d666a5: Waiting [2021-05-13T02:12:12.449Z] 34482d33a9e7: Layer already exists [2021-05-13T02:12:12.449Z] 371d7868f461: Layer already exists [2021-05-13T02:12:12.449Z] b3e37a60c43c: Layer already exists [2021-05-13T02:12:12.449Z] 3fdd9b70debe: Layer already exists [2021-05-13T02:12:12.449Z] aaba60e569ee: Layer already exists [2021-05-13T02:12:12.449Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:12.449Z] master: digest: sha256:87883229df7ac39fcd31764deea5d9af942da39fb97de9ac318a671c91a6eea1 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:12.539Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:12.553Z] taggedImages: [2021-05-13T02:12:12.553Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:12.553Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.216 [2021-05-13T02:12:12.553Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:12.553Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] echo [2021-05-13T02:12:12.584Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-05-13T02:12:12.584Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:12.584Z] 2.0.0-dev.216 [2021-05-13T02:12:12.584Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:12.584Z] master [2021-05-13T02:12:12.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:12.951Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:13.278Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:13.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T02:12:13.557Z] d192c0aa9605: Preparing [2021-05-13T02:12:13.557Z] d701f7314938: Preparing [2021-05-13T02:12:13.557Z] 3f30801354af: Preparing [2021-05-13T02:12:13.557Z] 3f9dd07b7d81: Preparing [2021-05-13T02:12:13.557Z] eb7ed59b408b: Preparing [2021-05-13T02:12:13.557Z] 91f0a929b8c7: Preparing [2021-05-13T02:12:13.557Z] 06e9924a659c: Preparing [2021-05-13T02:12:13.557Z] 1167d131ced2: Preparing [2021-05-13T02:12:13.557Z] ea4d7afff316: Preparing [2021-05-13T02:12:13.557Z] 32f366d666a5: Preparing [2021-05-13T02:12:13.557Z] 91f0a929b8c7: Waiting [2021-05-13T02:12:13.557Z] 06e9924a659c: Waiting [2021-05-13T02:12:13.557Z] 1167d131ced2: Waiting [2021-05-13T02:12:13.557Z] ea4d7afff316: Waiting [2021-05-13T02:12:13.557Z] 32f366d666a5: Waiting [2021-05-13T02:12:13.557Z] eb7ed59b408b: Pushed [2021-05-13T02:12:13.557Z] d701f7314938: Pushed [2021-05-13T02:12:13.838Z] d192c0aa9605: Pushed [2021-05-13T02:12:13.838Z] 91f0a929b8c7: Pushed [2021-05-13T02:12:13.838Z] 06e9924a659c: Pushed [2021-05-13T02:12:14.192Z] 1167d131ced2: Pushed [2021-05-13T02:12:14.192Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:15.711Z] ea4d7afff316: Pushed [2021-05-13T02:12:15.711Z] 3f30801354af: Pushed [2021-05-13T02:12:15.711Z] 3f9dd07b7d81: Pushed [2021-05-13T02:12:15.984Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:283524f03381edc61085ace09a4c9a7c563dec2ed91067f52bfcac3ed44d01f8 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:16.337Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:16.728Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.216 [2021-05-13T02:12:16.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T02:12:16.728Z] d192c0aa9605: Preparing [2021-05-13T02:12:16.728Z] d701f7314938: Preparing [2021-05-13T02:12:16.728Z] 3f30801354af: Preparing [2021-05-13T02:12:16.728Z] 3f9dd07b7d81: Preparing [2021-05-13T02:12:16.728Z] eb7ed59b408b: Preparing [2021-05-13T02:12:16.728Z] 91f0a929b8c7: Preparing [2021-05-13T02:12:16.728Z] 06e9924a659c: Preparing [2021-05-13T02:12:16.728Z] 1167d131ced2: Preparing [2021-05-13T02:12:16.728Z] ea4d7afff316: Preparing [2021-05-13T02:12:16.728Z] 32f366d666a5: Preparing [2021-05-13T02:12:16.728Z] 91f0a929b8c7: Waiting [2021-05-13T02:12:16.728Z] 06e9924a659c: Waiting [2021-05-13T02:12:16.728Z] 1167d131ced2: Waiting [2021-05-13T02:12:16.728Z] ea4d7afff316: Waiting [2021-05-13T02:12:16.728Z] 32f366d666a5: Waiting [2021-05-13T02:12:17.024Z] d701f7314938: Layer already exists [2021-05-13T02:12:17.024Z] d192c0aa9605: Layer already exists [2021-05-13T02:12:17.024Z] eb7ed59b408b: Layer already exists [2021-05-13T02:12:17.024Z] 3f9dd07b7d81: Layer already exists [2021-05-13T02:12:17.024Z] 3f30801354af: Layer already exists [2021-05-13T02:12:17.024Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:17.024Z] 91f0a929b8c7: Layer already exists [2021-05-13T02:12:17.024Z] 1167d131ced2: Layer already exists [2021-05-13T02:12:17.024Z] ea4d7afff316: Layer already exists [2021-05-13T02:12:17.024Z] 06e9924a659c: Layer already exists [2021-05-13T02:12:17.024Z] 2.0.0-dev.216: digest: sha256:283524f03381edc61085ace09a4c9a7c563dec2ed91067f52bfcac3ed44d01f8 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:17.356Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:17.725Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:17.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T02:12:17.725Z] d192c0aa9605: Preparing [2021-05-13T02:12:17.725Z] d701f7314938: Preparing [2021-05-13T02:12:17.726Z] 3f30801354af: Preparing [2021-05-13T02:12:17.726Z] 3f9dd07b7d81: Preparing [2021-05-13T02:12:17.726Z] eb7ed59b408b: Preparing [2021-05-13T02:12:17.726Z] 91f0a929b8c7: Preparing [2021-05-13T02:12:17.726Z] 06e9924a659c: Preparing [2021-05-13T02:12:17.726Z] 1167d131ced2: Preparing [2021-05-13T02:12:17.726Z] ea4d7afff316: Preparing [2021-05-13T02:12:17.726Z] 32f366d666a5: Preparing [2021-05-13T02:12:17.726Z] 06e9924a659c: Waiting [2021-05-13T02:12:17.726Z] 1167d131ced2: Waiting [2021-05-13T02:12:17.726Z] ea4d7afff316: Waiting [2021-05-13T02:12:17.726Z] 32f366d666a5: Waiting [2021-05-13T02:12:17.726Z] 91f0a929b8c7: Waiting [2021-05-13T02:12:18.004Z] d701f7314938: Layer already exists [2021-05-13T02:12:18.004Z] 3f9dd07b7d81: Layer already exists [2021-05-13T02:12:18.004Z] eb7ed59b408b: Layer already exists [2021-05-13T02:12:18.004Z] d192c0aa9605: Layer already exists [2021-05-13T02:12:18.005Z] 3f30801354af: Layer already exists [2021-05-13T02:12:18.005Z] 06e9924a659c: Layer already exists [2021-05-13T02:12:18.005Z] 1167d131ced2: Layer already exists [2021-05-13T02:12:18.005Z] ea4d7afff316: Layer already exists [2021-05-13T02:12:18.005Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:18.005Z] 91f0a929b8c7: Layer already exists [2021-05-13T02:12:18.005Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:283524f03381edc61085ace09a4c9a7c563dec2ed91067f52bfcac3ed44d01f8 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:18.351Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:18.670Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [2021-05-13T02:12:18.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-13T02:12:18.670Z] d192c0aa9605: Preparing [2021-05-13T02:12:18.670Z] d701f7314938: Preparing [2021-05-13T02:12:18.670Z] 3f30801354af: Preparing [2021-05-13T02:12:18.670Z] 3f9dd07b7d81: Preparing [2021-05-13T02:12:18.670Z] eb7ed59b408b: Preparing [2021-05-13T02:12:18.670Z] 91f0a929b8c7: Preparing [2021-05-13T02:12:18.670Z] 06e9924a659c: Preparing [2021-05-13T02:12:18.670Z] 1167d131ced2: Preparing [2021-05-13T02:12:18.670Z] ea4d7afff316: Preparing [2021-05-13T02:12:18.670Z] 32f366d666a5: Preparing [2021-05-13T02:12:18.670Z] 91f0a929b8c7: Waiting [2021-05-13T02:12:18.670Z] 06e9924a659c: Waiting [2021-05-13T02:12:18.670Z] 1167d131ced2: Waiting [2021-05-13T02:12:18.670Z] ea4d7afff316: Waiting [2021-05-13T02:12:18.670Z] 32f366d666a5: Waiting [2021-05-13T02:12:18.670Z] 3f9dd07b7d81: Layer already exists [2021-05-13T02:12:18.670Z] 3f30801354af: Layer already exists [2021-05-13T02:12:18.670Z] d192c0aa9605: Layer already exists [2021-05-13T02:12:18.670Z] eb7ed59b408b: Layer already exists [2021-05-13T02:12:18.670Z] d701f7314938: Layer already exists [2021-05-13T02:12:18.670Z] 06e9924a659c: Layer already exists [2021-05-13T02:12:18.671Z] ea4d7afff316: Layer already exists [2021-05-13T02:12:18.671Z] 1167d131ced2: Layer already exists [2021-05-13T02:12:18.671Z] 91f0a929b8c7: Layer already exists [2021-05-13T02:12:18.671Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:18.935Z] master: digest: sha256:283524f03381edc61085ace09a4c9a7c563dec2ed91067f52bfcac3ed44d01f8 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:18.989Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:19.004Z] taggedImages: [2021-05-13T02:12:19.004Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:19.004Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.216 [2021-05-13T02:12:19.004Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:19.004Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] echo [2021-05-13T02:12:19.038Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-05-13T02:12:19.038Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:19.038Z] 2.0.0-dev.216 [2021-05-13T02:12:19.038Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:19.038Z] master [2021-05-13T02:12:19.038Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:19.409Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:19.768Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:19.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T02:12:19.769Z] f1dd136bfb16: Preparing [2021-05-13T02:12:19.769Z] aa942103ca55: Preparing [2021-05-13T02:12:19.769Z] c15670c26139: Preparing [2021-05-13T02:12:19.769Z] c35153804a53: Preparing [2021-05-13T02:12:19.769Z] 32f366d666a5: Preparing [2021-05-13T02:12:19.769Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:19.769Z] c15670c26139: Layer already exists [2021-05-13T02:12:20.035Z] f1dd136bfb16: Pushed [2021-05-13T02:12:20.035Z] c35153804a53: Pushed [2021-05-13T02:12:21.446Z] aa942103ca55: Pushed [2021-05-13T02:12:21.446Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:4c1435dc5a48af9b63221abc51a1f18edac28a60c08e3fac2a2db0daed93919f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:21.779Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:22.090Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.216 [2021-05-13T02:12:22.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T02:12:22.090Z] f1dd136bfb16: Preparing [2021-05-13T02:12:22.090Z] aa942103ca55: Preparing [2021-05-13T02:12:22.090Z] c15670c26139: Preparing [2021-05-13T02:12:22.090Z] c35153804a53: Preparing [2021-05-13T02:12:22.090Z] 32f366d666a5: Preparing [2021-05-13T02:12:22.090Z] c15670c26139: Layer already exists [2021-05-13T02:12:22.090Z] f1dd136bfb16: Layer already exists [2021-05-13T02:12:22.090Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:22.090Z] c35153804a53: Layer already exists [2021-05-13T02:12:22.090Z] aa942103ca55: Layer already exists [2021-05-13T02:12:22.090Z] 2.0.0-dev.216: digest: sha256:4c1435dc5a48af9b63221abc51a1f18edac28a60c08e3fac2a2db0daed93919f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:22.413Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:22.985Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:22.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T02:12:22.985Z] f1dd136bfb16: Preparing [2021-05-13T02:12:22.985Z] aa942103ca55: Preparing [2021-05-13T02:12:22.985Z] c15670c26139: Preparing [2021-05-13T02:12:22.985Z] c35153804a53: Preparing [2021-05-13T02:12:22.985Z] 32f366d666a5: Preparing [2021-05-13T02:12:22.985Z] f1dd136bfb16: Layer already exists [2021-05-13T02:12:22.985Z] c15670c26139: Layer already exists [2021-05-13T02:12:22.985Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:22.985Z] c35153804a53: Layer already exists [2021-05-13T02:12:22.985Z] aa942103ca55: Layer already exists [2021-05-13T02:12:22.985Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:4c1435dc5a48af9b63221abc51a1f18edac28a60c08e3fac2a2db0daed93919f size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:23.329Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:23.636Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:master [2021-05-13T02:12:23.637Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-13T02:12:23.637Z] f1dd136bfb16: Preparing [2021-05-13T02:12:23.637Z] aa942103ca55: Preparing [2021-05-13T02:12:23.637Z] c15670c26139: Preparing [2021-05-13T02:12:23.637Z] c35153804a53: Preparing [2021-05-13T02:12:23.637Z] 32f366d666a5: Preparing [2021-05-13T02:12:23.637Z] c15670c26139: Layer already exists [2021-05-13T02:12:23.637Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:23.637Z] aa942103ca55: Layer already exists [2021-05-13T02:12:23.637Z] c35153804a53: Layer already exists [2021-05-13T02:12:23.637Z] f1dd136bfb16: Layer already exists [2021-05-13T02:12:23.637Z] master: digest: sha256:4c1435dc5a48af9b63221abc51a1f18edac28a60c08e3fac2a2db0daed93919f size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:23.688Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:23.703Z] taggedImages: [2021-05-13T02:12:23.703Z] - nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:23.703Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.216 [2021-05-13T02:12:23.703Z] - nexus3.edgexfoundry.org:10004/support-notifications:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:23.703Z] - nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] echo [2021-05-13T02:12:23.734Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-05-13T02:12:23.734Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:23.734Z] 2.0.0-dev.216 [2021-05-13T02:12:23.734Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:23.734Z] master [2021-05-13T02:12:23.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:24.092Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:24.416Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:24.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T02:12:24.416Z] 40ce9f8be9e9: Preparing [2021-05-13T02:12:24.416Z] 66e7efcc3223: Preparing [2021-05-13T02:12:24.416Z] c15670c26139: Preparing [2021-05-13T02:12:24.416Z] f5475209421b: Preparing [2021-05-13T02:12:24.416Z] 32f366d666a5: Preparing [2021-05-13T02:12:24.416Z] f5475209421b: Layer already exists [2021-05-13T02:12:24.416Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:24.416Z] c15670c26139: Layer already exists [2021-05-13T02:12:24.687Z] 40ce9f8be9e9: Pushed [2021-05-13T02:12:26.124Z] 66e7efcc3223: Pushed [2021-05-13T02:12:26.124Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:d71893dc271b6503cd50caeaa573b4b5eae00e6fd26f22fa2cdf9b37661283af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:26.442Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:26.761Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.216 [2021-05-13T02:12:26.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T02:12:26.761Z] 40ce9f8be9e9: Preparing [2021-05-13T02:12:26.761Z] 66e7efcc3223: Preparing [2021-05-13T02:12:26.761Z] c15670c26139: Preparing [2021-05-13T02:12:26.761Z] f5475209421b: Preparing [2021-05-13T02:12:26.761Z] 32f366d666a5: Preparing [2021-05-13T02:12:26.761Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:26.761Z] 66e7efcc3223: Layer already exists [2021-05-13T02:12:26.761Z] c15670c26139: Layer already exists [2021-05-13T02:12:26.761Z] 40ce9f8be9e9: Layer already exists [2021-05-13T02:12:26.761Z] f5475209421b: Layer already exists [2021-05-13T02:12:26.761Z] 2.0.0-dev.216: digest: sha256:d71893dc271b6503cd50caeaa573b4b5eae00e6fd26f22fa2cdf9b37661283af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:27.082Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:27.455Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:27.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T02:12:27.455Z] 40ce9f8be9e9: Preparing [2021-05-13T02:12:27.455Z] 66e7efcc3223: Preparing [2021-05-13T02:12:27.455Z] c15670c26139: Preparing [2021-05-13T02:12:27.455Z] f5475209421b: Preparing [2021-05-13T02:12:27.455Z] 32f366d666a5: Preparing [2021-05-13T02:12:27.455Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:27.455Z] c15670c26139: Layer already exists [2021-05-13T02:12:27.455Z] 66e7efcc3223: Layer already exists [2021-05-13T02:12:27.455Z] 40ce9f8be9e9: Layer already exists [2021-05-13T02:12:27.455Z] f5475209421b: Layer already exists [2021-05-13T02:12:27.455Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:d71893dc271b6503cd50caeaa573b4b5eae00e6fd26f22fa2cdf9b37661283af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:28.081Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:28.515Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:master [2021-05-13T02:12:28.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-13T02:12:28.516Z] 40ce9f8be9e9: Preparing [2021-05-13T02:12:28.516Z] 66e7efcc3223: Preparing [2021-05-13T02:12:28.516Z] c15670c26139: Preparing [2021-05-13T02:12:28.516Z] f5475209421b: Preparing [2021-05-13T02:12:28.516Z] 32f366d666a5: Preparing [2021-05-13T02:12:28.516Z] f5475209421b: Layer already exists [2021-05-13T02:12:28.516Z] 66e7efcc3223: Layer already exists [2021-05-13T02:12:28.516Z] 40ce9f8be9e9: Layer already exists [2021-05-13T02:12:28.516Z] c15670c26139: Layer already exists [2021-05-13T02:12:28.516Z] 32f366d666a5: Layer already exists [2021-05-13T02:12:28.779Z] master: digest: sha256:d71893dc271b6503cd50caeaa573b4b5eae00e6fd26f22fa2cdf9b37661283af size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:28.832Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:28.865Z] taggedImages: [2021-05-13T02:12:28.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:28.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.216 [2021-05-13T02:12:28.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:28.865Z] - nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] echo [2021-05-13T02:12:28.897Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-05-13T02:12:28.897Z] efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:28.897Z] 2.0.0-dev.216 [2021-05-13T02:12:28.897Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:28.897Z] master [2021-05-13T02:12:28.897Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:29.258Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:29.582Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:29.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T02:12:29.582Z] 600696a3aece: Preparing [2021-05-13T02:12:29.582Z] bf8c54fada81: Preparing [2021-05-13T02:12:29.582Z] c2ea542570e2: Preparing [2021-05-13T02:12:29.582Z] 1dad7fe8ffee: Preparing [2021-05-13T02:12:29.582Z] 0754057c0ad3: Preparing [2021-05-13T02:12:29.582Z] 998cdf262ab1: Preparing [2021-05-13T02:12:29.582Z] 02e56110abd2: Preparing [2021-05-13T02:12:29.582Z] abc36efb885a: Preparing [2021-05-13T02:12:29.582Z] b0b09059f4e1: Preparing [2021-05-13T02:12:29.582Z] bb961f40224b: Preparing [2021-05-13T02:12:29.582Z] f4666769fca7: Preparing [2021-05-13T02:12:29.582Z] 998cdf262ab1: Waiting [2021-05-13T02:12:29.582Z] 02e56110abd2: Waiting [2021-05-13T02:12:29.582Z] abc36efb885a: Waiting [2021-05-13T02:12:29.582Z] b0b09059f4e1: Waiting [2021-05-13T02:12:29.582Z] bb961f40224b: Waiting [2021-05-13T02:12:29.582Z] f4666769fca7: Waiting [2021-05-13T02:12:29.582Z] 0754057c0ad3: Layer already exists [2021-05-13T02:12:29.864Z] 998cdf262ab1: Layer already exists [2021-05-13T02:12:29.864Z] 02e56110abd2: Layer already exists [2021-05-13T02:12:29.864Z] bf8c54fada81: Pushed [2021-05-13T02:12:29.864Z] abc36efb885a: Layer already exists [2021-05-13T02:12:29.864Z] b0b09059f4e1: Layer already exists [2021-05-13T02:12:30.164Z] bb961f40224b: Layer already exists [2021-05-13T02:12:30.165Z] f4666769fca7: Layer already exists [2021-05-13T02:12:30.475Z] 600696a3aece: Pushed [2021-05-13T02:12:31.464Z] c2ea542570e2: Pushed [2021-05-13T02:12:38.153Z] 1dad7fe8ffee: Pushed [2021-05-13T02:12:38.153Z] efcc50239e0d152f0b735e3d100765ac31cee296: digest: sha256:4988e18c1329444e74166d740f42bfdd0baa9740a0d4bf50ad9876fe9f408400 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:38.482Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:38.818Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.216 [2021-05-13T02:12:38.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T02:12:38.818Z] 600696a3aece: Preparing [2021-05-13T02:12:38.818Z] bf8c54fada81: Preparing [2021-05-13T02:12:38.818Z] c2ea542570e2: Preparing [2021-05-13T02:12:38.818Z] 1dad7fe8ffee: Preparing [2021-05-13T02:12:38.818Z] 0754057c0ad3: Preparing [2021-05-13T02:12:38.818Z] 998cdf262ab1: Preparing [2021-05-13T02:12:38.818Z] 02e56110abd2: Preparing [2021-05-13T02:12:38.818Z] abc36efb885a: Preparing [2021-05-13T02:12:38.818Z] b0b09059f4e1: Preparing [2021-05-13T02:12:38.818Z] bb961f40224b: Preparing [2021-05-13T02:12:38.818Z] f4666769fca7: Preparing [2021-05-13T02:12:38.818Z] 998cdf262ab1: Waiting [2021-05-13T02:12:38.818Z] 02e56110abd2: Waiting [2021-05-13T02:12:38.818Z] abc36efb885a: Waiting [2021-05-13T02:12:38.818Z] b0b09059f4e1: Waiting [2021-05-13T02:12:38.818Z] bb961f40224b: Waiting [2021-05-13T02:12:38.818Z] f4666769fca7: Waiting [2021-05-13T02:12:38.818Z] bf8c54fada81: Layer already exists [2021-05-13T02:12:38.818Z] c2ea542570e2: Layer already exists [2021-05-13T02:12:38.818Z] 600696a3aece: Layer already exists [2021-05-13T02:12:38.818Z] 1dad7fe8ffee: Layer already exists [2021-05-13T02:12:39.083Z] 0754057c0ad3: Layer already exists [2021-05-13T02:12:39.083Z] 998cdf262ab1: Layer already exists [2021-05-13T02:12:39.083Z] abc36efb885a: Layer already exists [2021-05-13T02:12:39.083Z] 02e56110abd2: Layer already exists [2021-05-13T02:12:39.083Z] b0b09059f4e1: Layer already exists [2021-05-13T02:12:39.083Z] bb961f40224b: Layer already exists [2021-05-13T02:12:39.083Z] f4666769fca7: Layer already exists [2021-05-13T02:12:39.083Z] 2.0.0-dev.216: digest: sha256:4988e18c1329444e74166d740f42bfdd0baa9740a0d4bf50ad9876fe9f408400 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:39.416Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:39.797Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:40.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T02:12:40.067Z] 600696a3aece: Preparing [2021-05-13T02:12:40.067Z] bf8c54fada81: Preparing [2021-05-13T02:12:40.067Z] c2ea542570e2: Preparing [2021-05-13T02:12:40.067Z] 1dad7fe8ffee: Preparing [2021-05-13T02:12:40.067Z] 0754057c0ad3: Preparing [2021-05-13T02:12:40.067Z] 998cdf262ab1: Preparing [2021-05-13T02:12:40.067Z] 02e56110abd2: Preparing [2021-05-13T02:12:40.067Z] abc36efb885a: Preparing [2021-05-13T02:12:40.067Z] b0b09059f4e1: Preparing [2021-05-13T02:12:40.067Z] bb961f40224b: Preparing [2021-05-13T02:12:40.067Z] f4666769fca7: Preparing [2021-05-13T02:12:40.067Z] 998cdf262ab1: Waiting [2021-05-13T02:12:40.067Z] 02e56110abd2: Waiting [2021-05-13T02:12:40.067Z] abc36efb885a: Waiting [2021-05-13T02:12:40.067Z] b0b09059f4e1: Waiting [2021-05-13T02:12:40.067Z] bb961f40224b: Waiting [2021-05-13T02:12:40.067Z] f4666769fca7: Waiting [2021-05-13T02:12:40.067Z] 0754057c0ad3: Layer already exists [2021-05-13T02:12:40.067Z] c2ea542570e2: Layer already exists [2021-05-13T02:12:40.067Z] 600696a3aece: Layer already exists [2021-05-13T02:12:40.067Z] 1dad7fe8ffee: Layer already exists [2021-05-13T02:12:40.067Z] bf8c54fada81: Layer already exists [2021-05-13T02:12:40.067Z] bb961f40224b: Layer already exists [2021-05-13T02:12:40.067Z] 998cdf262ab1: Layer already exists [2021-05-13T02:12:40.067Z] abc36efb885a: Layer already exists [2021-05-13T02:12:40.067Z] b0b09059f4e1: Layer already exists [2021-05-13T02:12:40.067Z] 02e56110abd2: Layer already exists [2021-05-13T02:12:40.067Z] f4666769fca7: Layer already exists [2021-05-13T02:12:40.334Z] efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216: digest: sha256:4988e18c1329444e74166d740f42bfdd0baa9740a0d4bf50ad9876fe9f408400 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:40.695Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:41.020Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [2021-05-13T02:12:41.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-13T02:12:41.020Z] 600696a3aece: Preparing [2021-05-13T02:12:41.020Z] bf8c54fada81: Preparing [2021-05-13T02:12:41.020Z] c2ea542570e2: Preparing [2021-05-13T02:12:41.020Z] 1dad7fe8ffee: Preparing [2021-05-13T02:12:41.020Z] 0754057c0ad3: Preparing [2021-05-13T02:12:41.020Z] 998cdf262ab1: Preparing [2021-05-13T02:12:41.020Z] 02e56110abd2: Preparing [2021-05-13T02:12:41.020Z] abc36efb885a: Preparing [2021-05-13T02:12:41.020Z] b0b09059f4e1: Preparing [2021-05-13T02:12:41.020Z] bb961f40224b: Preparing [2021-05-13T02:12:41.020Z] f4666769fca7: Preparing [2021-05-13T02:12:41.020Z] 02e56110abd2: Waiting [2021-05-13T02:12:41.020Z] abc36efb885a: Waiting [2021-05-13T02:12:41.020Z] b0b09059f4e1: Waiting [2021-05-13T02:12:41.020Z] bb961f40224b: Waiting [2021-05-13T02:12:41.020Z] f4666769fca7: Waiting [2021-05-13T02:12:41.020Z] 998cdf262ab1: Waiting [2021-05-13T02:12:41.284Z] 600696a3aece: Layer already exists [2021-05-13T02:12:41.284Z] c2ea542570e2: Layer already exists [2021-05-13T02:12:41.284Z] 1dad7fe8ffee: Layer already exists [2021-05-13T02:12:41.284Z] 0754057c0ad3: Layer already exists [2021-05-13T02:12:41.284Z] bf8c54fada81: Layer already exists [2021-05-13T02:12:41.284Z] bb961f40224b: Layer already exists [2021-05-13T02:12:41.284Z] 998cdf262ab1: Layer already exists [2021-05-13T02:12:41.284Z] b0b09059f4e1: Layer already exists [2021-05-13T02:12:41.284Z] abc36efb885a: Layer already exists [2021-05-13T02:12:41.284Z] 02e56110abd2: Layer already exists [2021-05-13T02:12:41.284Z] f4666769fca7: Layer already exists [2021-05-13T02:12:41.284Z] master: digest: sha256:4988e18c1329444e74166d740f42bfdd0baa9740a0d4bf50ad9876fe9f408400 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-13T02:12:41.341Z] ===================================================== [Pipeline] echo [2021-05-13T02:12:41.355Z] taggedImages: [2021-05-13T02:12:41.355Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296 [2021-05-13T02:12:41.355Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.216 [2021-05-13T02:12:41.355Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:efcc50239e0d152f0b735e3d100765ac31cee296-2.0.0-dev.216 [2021-05-13T02:12:41.355Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent: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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-13T02:12:42.390Z] provisioning config files... [2021-05-13T02:12:42.402Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/485@tmp/config7145754618989929322tmp [Pipeline] { [Pipeline] sh [2021-05-13T02:12:42.741Z] + set +x [2021-05-13T02:12:42.741Z] + bash -s -- [2021-05-13T02:12:42.741Z] + curl -s https://codecov.io/bash [2021-05-13T02:12:43.322Z] [2021-05-13T02:12:43.322Z] _____ _ [2021-05-13T02:12:43.322Z] / ____| | | [2021-05-13T02:12:43.322Z] | | ___ __| | ___ ___ _____ __ [2021-05-13T02:12:43.322Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-13T02:12:43.322Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-13T02:12:43.322Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-13T02:12:43.322Z] Bash-1.0.2 [2021-05-13T02:12:43.322Z] [2021-05-13T02:12:43.322Z] [2021-05-13T02:12:43.322Z] ==> git version 2.24.3 found [2021-05-13T02:12:43.322Z] ==> 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-05-13T02:12:43.322Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-13T02:12:43.322Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-13T02:12:43.322Z] ==> Jenkins CI detected. [2021-05-13T02:12:43.322Z] project root: . [2021-05-13T02:12:43.322Z] --> token set from env [2021-05-13T02:12:43.322Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-13T02:12:43.593Z] ==> Running gcov in . (disable via -X gcov) [2021-05-13T02:12:43.593Z] ==> Python coveragepy not found [2021-05-13T02:12:43.593Z] ==> Searching for coverage reports in: [2021-05-13T02:12:43.593Z] + . [2021-05-13T02:12:43.889Z] -> Found 1 reports [2021-05-13T02:12:43.889Z] ==> Detecting git/mercurial file structure [2021-05-13T02:12:43.889Z] ==> Reading reports [2021-05-13T02:12:43.889Z] + ./coverage.out bytes=727486 [2021-05-13T02:12:43.889Z] ==> Appending adjustments [2021-05-13T02:12:43.889Z] https://docs.codecov.io/docs/fixing-reports [2021-05-13T02:12:50.626Z] + Found adjustments [2021-05-13T02:12:50.626Z] ==> Gzipping contents [2021-05-13T02:12:50.626Z] 104K /tmp/codecov.Xa0Y1f.gz [2021-05-13T02:12:50.626Z] ==> Uploading reports [2021-05-13T02:12:50.626Z] url: https://codecov.io [2021-05-13T02:12:50.626Z] query: branch=master&commit=efcc50239e0d152f0b735e3d100765ac31cee296&build=485&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F485%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T02:12:50.626Z] -> Pinging Codecov [2021-05-13T02:12:50.626Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=efcc50239e0d152f0b735e3d100765ac31cee296&build=485&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F485%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-13T02:12:50.626Z] -> Uploading to [2021-05-13T02:12:50.626Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/efcc50239e0d152f0b735e3d100765ac31cee296/fb113b51-1840-4698-b69e-fa8e4238d7c0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T021250Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23fa584800312b5b1dd295af4f20f3ebd4d203d75f6072d691b0b1534a59f688 [2021-05-13T02:12:50.626Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:12:50.626Z] Dload Upload Total Spent Left Speed [2021-05-13T02:12:51.220Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 208k --:--:-- --:--:-- --:--:-- 208k 100 101k 0 0 100 101k 0 208k --:--:-- --:--:-- --:--:-- 208k [2021-05-13T02:12:51.220Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/efcc50239e0d152f0b735e3d100765ac31cee296 [Pipeline] } [2021-05-13T02:12:51.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-13T02:12:51.891Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-13T02:12:51.916Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:52.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T02:12:52.863Z] [2021-05-13T02:12:52.863Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:12:53.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T02:12:53.196Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-13T02:12:53.196Z] 188c0c94c7c5: Pulling fs layer [2021-05-13T02:12:53.196Z] 0ef7d3d256c8: Pulling fs layer [2021-05-13T02:12:53.196Z] de9db76c5a1d: Pulling fs layer [2021-05-13T02:12:53.196Z] 0eba1c9be4d2: Pulling fs layer [2021-05-13T02:12:53.196Z] 0d57e429df01: Pulling fs layer [2021-05-13T02:12:53.196Z] 4e4be7b47b0d: Pulling fs layer [2021-05-13T02:12:53.196Z] e1f770b5df2f: Pulling fs layer [2021-05-13T02:12:53.196Z] 85a0685a4137: Pulling fs layer [2021-05-13T02:12:53.196Z] 0d57e429df01: Waiting [2021-05-13T02:12:53.196Z] 4e4be7b47b0d: Waiting [2021-05-13T02:12:53.196Z] e1f770b5df2f: Waiting [2021-05-13T02:12:53.196Z] 85a0685a4137: Waiting [2021-05-13T02:12:53.196Z] 0eba1c9be4d2: Waiting [2021-05-13T02:12:53.196Z] de9db76c5a1d: Verifying Checksum [2021-05-13T02:12:53.196Z] de9db76c5a1d: Download complete [2021-05-13T02:12:53.196Z] 0ef7d3d256c8: Verifying Checksum [2021-05-13T02:12:53.196Z] 0ef7d3d256c8: Download complete [2021-05-13T02:12:53.196Z] 0d57e429df01: Download complete [2021-05-13T02:12:53.488Z] 4e4be7b47b0d: Verifying Checksum [2021-05-13T02:12:53.488Z] 4e4be7b47b0d: Download complete [2021-05-13T02:12:53.488Z] 188c0c94c7c5: Verifying Checksum [2021-05-13T02:12:53.488Z] 188c0c94c7c5: Download complete [2021-05-13T02:12:54.519Z] 188c0c94c7c5: Pull complete [2021-05-13T02:12:54.809Z] 0ef7d3d256c8: Pull complete [2021-05-13T02:12:55.501Z] de9db76c5a1d: Pull complete [2021-05-13T02:12:55.790Z] e1f770b5df2f: Verifying Checksum [2021-05-13T02:12:55.790Z] e1f770b5df2f: Download complete [2021-05-13T02:13:00.230Z] 0eba1c9be4d2: Verifying Checksum [2021-05-13T02:13:00.230Z] 0eba1c9be4d2: Download complete [2021-05-13T02:13:00.508Z] 85a0685a4137: Verifying Checksum [2021-05-13T02:13:00.508Z] 85a0685a4137: Download complete [2021-05-13T02:13:10.738Z] 0eba1c9be4d2: Pull complete [2021-05-13T02:13:11.050Z] 0d57e429df01: Pull complete [2021-05-13T02:13:11.328Z] 4e4be7b47b0d: Pull complete [2021-05-13T02:13:15.835Z] e1f770b5df2f: Pull complete [2021-05-13T02:13:31.055Z] 85a0685a4137: Pull complete [2021-05-13T02:13:31.055Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-13T02:13:31.055Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-13T02:13:31.055Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-13T02:13:31.739Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:13:31.872Z] $ 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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-13T02:13:34.011Z] $ docker top 86608fe067c530d6ec869ea824f4d4accf92a35cee8020eafd58ad4cfd166298 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-13T02:13:34.558Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-13T02:13:35.235Z] + set -o pipefail [2021-05-13T02:13:35.235Z] + snyk monitor '--org=edgex-jenkins' [2021-05-13T02:13:54.048Z] [2021-05-13T02:13:54.048Z] Monitoring /w/workspace/edgex-go/485 (github.com/edgexfoundry/edgex-go)... [2021-05-13T02:13:54.048Z] [2021-05-13T02:13:54.048Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/6d81267e-e5e9-454c-bf5f-856b6635e299 [2021-05-13T02:13:54.048Z] [2021-05-13T02:13:54.048Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-13T02:13:54.048Z] [2021-05-13T02:13:54.048Z] [Pipeline] } [2021-05-13T02:13:54.133Z] $ docker stop --time=1 86608fe067c530d6ec869ea824f4d4accf92a35cee8020eafd58ad4cfd166298 [2021-05-13T02:13:57.226Z] $ docker rm -f 86608fe067c530d6ec869ea824f4d4accf92a35cee8020eafd58ad4cfd166298 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-13T02:13:58.681Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T02:13:58.703Z] provisioning config files... [2021-05-13T02:13:58.718Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/485@tmp/config1015539353325410925tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:13:59.061Z] --> edgex-publish-swagger.sh [2021-05-13T02:13:59.061Z] === Publish openapi/v1 API === [2021-05-13T02:13:59.061Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-13T02:13:59.061Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/485/openapi/v1/core-command.yaml] [2021-05-13T02:13:59.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:13:59.061Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:00.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9775 0:00:01 0:00:01 --:--:-- 9787 100 10522 0 0 100 10522 0 9772 0:00:01 0:00:01 --:--:-- 9787 [2021-05-13T02:14:00.028Z] [2021-05-13T02:14:00.028Z] [2021-05-13T02:14:00.028Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/485/openapi/v1/core-data.yaml] [2021-05-13T02:14:00.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:00.028Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:01.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 32130 0:00:01 0:00:01 --:--:-- 32139 100 32557 0 0 100 32557 0 32119 0:00:01 0:00:01 --:--:-- 32139 [2021-05-13T02:14:01.019Z] [2021-05-13T02:14:01.019Z] [2021-05-13T02:14:01.019Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/485/openapi/v1/core-metadata.yaml] [2021-05-13T02:14:01.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:01.289Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:02.294Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 69336 0:00:01 0:00:01 --:--:-- 69417 100 73721 0 0 100 73721 0 69320 0:00:01 0:00:01 --:--:-- 69351 [2021-05-13T02:14:02.294Z] [2021-05-13T02:14:02.294Z] [2021-05-13T02:14:02.294Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/485/openapi/v1/support-logging.yaml] [2021-05-13T02:14:02.294Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:02.294Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:03.278Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13277 0:00:01 0:00:01 --:--:-- 13301 100 13581 0 0 100 13581 0 13270 0:00:01 0:00:01 --:--:-- 13288 [2021-05-13T02:14:03.278Z] [2021-05-13T02:14:03.278Z] [2021-05-13T02:14:03.278Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/485/openapi/v1/support-notifications.yaml] [2021-05-13T02:14:03.278Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:03.278Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:04.363Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35057 0:00:01 0:00:01 --:--:-- 35099 100 38890 0 0 100 38890 0 34983 0:00:01 0:00:01 --:--:-- 35004 [2021-05-13T02:14:04.363Z] [2021-05-13T02:14:04.363Z] [2021-05-13T02:14:04.760Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/485/openapi/v1/support-scheduler.yaml] [2021-05-13T02:14:04.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:04.760Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:05.989Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12085 0:00:01 0:00:01 --:--:-- 12095 100 14249 0 0 100 14249 0 12083 0:00:01 0:00:01 --:--:-- 12095 [2021-05-13T02:14:05.989Z] [2021-05-13T02:14:05.989Z] [2021-05-13T02:14:05.989Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/485/openapi/v1/system-agent.yaml] [2021-05-13T02:14:05.989Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:05.989Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:06.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3867 0:00:01 0:00:01 --:--:-- 3870 [2021-05-13T02:14:06.997Z] [2021-05-13T02:14:06.997Z] [2021-05-13T02:14:06.997Z] === Publish openapi/v2 API === [2021-05-13T02:14:06.997Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-13T02:14:06.997Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/485/openapi/v2/core-command.yaml] [2021-05-13T02:14:06.997Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:06.997Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:08.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30687 0 0 100 30687 0 27135 0:00:01 0:00:01 --:--:-- 27156 [2021-05-13T02:14:08.019Z] [2021-05-13T02:14:08.019Z] [2021-05-13T02:14:08.290Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/485/openapi/v2/core-data.yaml] [2021-05-13T02:14:08.290Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:08.290Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:09.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 55992 0:00:01 0:00:01 --:--:-- 56021 100 56190 0 0 100 56190 0 55972 0:00:01 0:00:01 --:--:-- 56021 [2021-05-13T02:14:09.074Z] [2021-05-13T02:14:09.074Z] [2021-05-13T02:14:09.345Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/485/openapi/v2/core-metadata.yaml] [2021-05-13T02:14:09.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:09.345Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:10.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 109k 100 118k 0 0 100 118k 0 108k 0:00:01 0:00:01 --:--:-- 108k [2021-05-13T02:14:10.501Z] [2021-05-13T02:14:10.501Z] [2021-05-13T02:14:10.501Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/485/openapi/v2/support-notifications.yaml] [2021-05-13T02:14:10.824Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:10.824Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:11.830Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 76036 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76036 0 0 100 76036 0 67529 0:00:01 0:00:01 --:--:-- 67587 [2021-05-13T02:14:11.830Z] [2021-05-13T02:14:11.830Z] [2021-05-13T02:14:11.830Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/485/openapi/v2/support-scheduler.yaml] [2021-05-13T02:14:11.830Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:11.830Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:13.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 29907 0:00:01 0:00:01 --:--:-- 29902 100 37617 0 0 100 37617 0 18607 0:00:02 0:00:02 --:--:-- 18613 [2021-05-13T02:14:13.810Z] [2021-05-13T02:14:13.810Z] [2021-05-13T02:14:13.810Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/485/openapi/v2/system-agent.yaml] [2021-05-13T02:14:13.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-13T02:14:13.810Z] Dload Upload Total Spent Left Speed [2021-05-13T02:14:15.085Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 22465 0:00:01 0:00:01 --:--:-- 22482 [2021-05-13T02:14:15.085Z] [2021-05-13T02:14:15.085Z] [Pipeline] } [2021-05-13T02:14:15.547Z] 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-05-13T02:14:16.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T02:14:16.215Z] . [Pipeline] withDockerContainer [2021-05-13T02:14:16.644Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:14:16.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T02:14:18.489Z] $ docker top d38e0c5b8bdb2dcdd20ed080e95d10003842a99c91f1d1c8a3983afb2eb6ce75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T02:14:18.677Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T02:14:18.677Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T02:14:19.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T02:14:19.084Z] $ docker exec d38e0c5b8bdb2dcdd20ed080e95d10003842a99c91f1d1c8a3983afb2eb6ce75 ssh-agent [2021-05-13T02:14:19.394Z] SSH_AUTH_SOCK=/tmp/ssh-8gfE3cwwufEY/agent.12 [2021-05-13T02:14:19.394Z] SSH_AGENT_PID=18 [2021-05-13T02:14:19.405Z] Running ssh-add (command line suppressed) [2021-05-13T02:14:19.643Z] Identity added: /w/workspace/edgex-go/485@tmp/private_key_4127602055886907351.key (/w/workspace/edgex-go/485@tmp/private_key_4127602055886907351.key) [2021-05-13T02:14:19.740Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T02:14:20.064Z] + git semver tag [2021-05-13T02:14:21.034Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T02:14:21.034Z] # $GIT_DIR = /w/workspace/edgex-go/485/.git [2021-05-13T02:14:21.034Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/485 [2021-05-13T02:14:21.034Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T02:14:21.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T02:14:21.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T02:14:21.034Z] # $SEMVER_BRANCH = master [2021-05-13T02:14:21.034Z] # $SEMVER_DIR = /w/workspace/edgex-go/485/.semver [2021-05-13T02:14:21.034Z] # efcc50239e0d152f0b735e3d100765ac31cee296 HEAD [2021-05-13T02:14:22.492Z] # -> Force: false [2021-05-13T02:14:22.492Z] # 82bb6e349706fa5c2ed428f44922e10c1688e2c4 refs/tags/v2.0.0-dev.216 [Pipeline] } [2021-05-13T02:14:22.519Z] $ docker exec --env ******** --env ******** d38e0c5b8bdb2dcdd20ed080e95d10003842a99c91f1d1c8a3983afb2eb6ce75 ssh-agent -k [2021-05-13T02:14:22.880Z] unset SSH_AUTH_SOCK; [2021-05-13T02:14:22.880Z] unset SSH_AGENT_PID; [2021-05-13T02:14:22.881Z] echo Agent pid 18 killed; [2021-05-13T02:14:23.135Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T02:14:23.832Z] + git semver [Pipeline] } [2021-05-13T02:14:23.862Z] $ docker stop --time=1 d38e0c5b8bdb2dcdd20ed080e95d10003842a99c91f1d1c8a3983afb2eb6ce75 [2021-05-13T02:14:25.709Z] $ docker rm -f d38e0c5b8bdb2dcdd20ed080e95d10003842a99c91f1d1c8a3983afb2eb6ce75 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:14:26.334Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T02:14:26.334Z] [2021-05-13T02:14:26.334Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:14:26.681Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T02:14:26.681Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-13T02:14:26.681Z] ab5ef0e58194: Pulling fs layer [2021-05-13T02:14:26.681Z] 9712f1f96733: Pulling fs layer [2021-05-13T02:14:26.681Z] 63f879dbbcfc: Pulling fs layer [2021-05-13T02:14:26.681Z] 0d9ebad4ef96: Pulling fs layer [2021-05-13T02:14:26.681Z] e9a5061849ea: Pulling fs layer [2021-05-13T02:14:26.681Z] d747dcd14b5f: Pulling fs layer [2021-05-13T02:14:26.681Z] 2de7ff778b66: Pulling fs layer [2021-05-13T02:14:26.681Z] 0d9ebad4ef96: Waiting [2021-05-13T02:14:26.681Z] e9a5061849ea: Waiting [2021-05-13T02:14:26.681Z] d747dcd14b5f: Waiting [2021-05-13T02:14:26.681Z] 2de7ff778b66: Waiting [2021-05-13T02:14:26.681Z] 9712f1f96733: Verifying Checksum [2021-05-13T02:14:26.681Z] 9712f1f96733: Download complete [2021-05-13T02:14:30.176Z] 63f879dbbcfc: Verifying Checksum [2021-05-13T02:14:30.176Z] 63f879dbbcfc: Download complete [2021-05-13T02:14:30.823Z] e9a5061849ea: Verifying Checksum [2021-05-13T02:14:30.823Z] e9a5061849ea: Download complete [2021-05-13T02:14:30.823Z] d747dcd14b5f: Download complete [2021-05-13T02:14:32.363Z] ab5ef0e58194: Verifying Checksum [2021-05-13T02:14:32.363Z] ab5ef0e58194: Download complete [2021-05-13T02:14:33.043Z] 0d9ebad4ef96: Verifying Checksum [2021-05-13T02:14:33.043Z] 0d9ebad4ef96: Download complete [2021-05-13T02:14:33.043Z] 2de7ff778b66: Verifying Checksum [2021-05-13T02:14:33.043Z] 2de7ff778b66: Download complete [2021-05-13T02:14:43.248Z] ab5ef0e58194: Pull complete [2021-05-13T02:14:43.248Z] 9712f1f96733: Pull complete [2021-05-13T02:14:46.646Z] 63f879dbbcfc: Pull complete [2021-05-13T02:15:05.207Z] 0d9ebad4ef96: Pull complete [2021-05-13T02:15:07.263Z] e9a5061849ea: Pull complete [2021-05-13T02:15:07.579Z] d747dcd14b5f: Pull complete [2021-05-13T02:15:13.321Z] 2de7ff778b66: Pull complete [2021-05-13T02:15:13.321Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-13T02:15:13.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-13T02:15:13.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-13T02:15:14.235Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:15:14.412Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-13T02:15:19.685Z] $ docker top 11946bacdad323d0f7c0f34dddfa58637a1152ba63ddb3be6ce14cc3855ad9ac -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-13T02:15:19.951Z] provisioning config files... [2021-05-13T02:15:19.962Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/485@tmp/config2148194619172289735tmp [2021-05-13T02:15:19.981Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/485@tmp/config4635403020057700764tmp [2021-05-13T02:15:20.011Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/485@tmp/config5256238605903528443tmp [Pipeline] { [Pipeline] echo [2021-05-13T02:15:20.039Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:15:20.391Z] ---> sigul-configuration.sh [2021-05-13T02:15:21.101Z] gpg: directory `/root/.gnupg' created [2021-05-13T02:15:21.101Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-13T02:15:21.101Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-13T02:15:21.101Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-13T02:15:21.101Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-13T02:15:21.101Z] gpg: CAST5 encrypted data [2021-05-13T02:15:21.101Z] gpg: encrypted with 1 passphrase [2021-05-13T02:15:21.101Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-13T02:15:22.008Z] + mkdir /home/jenkins [2021-05-13T02:15:22.008Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-13T02:15:22.733Z] + 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-05-13T02:15:22.747Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:15:23.399Z] ---> sigul-install.sh [2021-05-13T02:15:35.751Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-13T02:15:36.525Z] + git tag --list [2021-05-13T02:15:36.525Z] 0.6.0 [2021-05-13T02:15:36.525Z] 0.6.1 [2021-05-13T02:15:36.525Z] 0.7.0 [2021-05-13T02:15:36.525Z] 0.7.1 [2021-05-13T02:15:36.525Z] v0.0.0 [2021-05-13T02:15:36.525Z] v0.0.1-dev.1 [2021-05-13T02:15:36.525Z] v1.0.0 [2021-05-13T02:15:36.525Z] v1.0.1 [2021-05-13T02:15:36.525Z] v1.1.0 [2021-05-13T02:15:36.525Z] v1.2.0 [2021-05-13T02:15:36.525Z] v1.2.1 [2021-05-13T02:15:36.525Z] v1.2.2-dev.1 [2021-05-13T02:15:36.525Z] v1.2.2-dev.10 [2021-05-13T02:15:36.525Z] v1.2.2-dev.100 [2021-05-13T02:15:36.525Z] v1.2.2-dev.101 [2021-05-13T02:15:36.525Z] v1.2.2-dev.102 [2021-05-13T02:15:36.525Z] v1.2.2-dev.103 [2021-05-13T02:15:36.525Z] v1.2.2-dev.104 [2021-05-13T02:15:36.525Z] v1.2.2-dev.105 [2021-05-13T02:15:36.525Z] v1.2.2-dev.106 [2021-05-13T02:15:36.525Z] v1.2.2-dev.107 [2021-05-13T02:15:36.525Z] v1.2.2-dev.11 [2021-05-13T02:15:36.525Z] v1.2.2-dev.12 [2021-05-13T02:15:36.525Z] v1.2.2-dev.13 [2021-05-13T02:15:36.525Z] v1.2.2-dev.14 [2021-05-13T02:15:36.525Z] v1.2.2-dev.15 [2021-05-13T02:15:36.525Z] v1.2.2-dev.16 [2021-05-13T02:15:36.525Z] v1.2.2-dev.17 [2021-05-13T02:15:36.525Z] v1.2.2-dev.18 [2021-05-13T02:15:36.525Z] v1.2.2-dev.19 [2021-05-13T02:15:36.525Z] v1.2.2-dev.2 [2021-05-13T02:15:36.526Z] v1.2.2-dev.20 [2021-05-13T02:15:36.526Z] v1.2.2-dev.21 [2021-05-13T02:15:36.526Z] v1.2.2-dev.22 [2021-05-13T02:15:36.526Z] v1.2.2-dev.23 [2021-05-13T02:15:36.526Z] v1.2.2-dev.24 [2021-05-13T02:15:36.526Z] v1.2.2-dev.25 [2021-05-13T02:15:36.526Z] v1.2.2-dev.26 [2021-05-13T02:15:36.526Z] v1.2.2-dev.27 [2021-05-13T02:15:36.526Z] v1.2.2-dev.28 [2021-05-13T02:15:36.526Z] v1.2.2-dev.29 [2021-05-13T02:15:36.526Z] v1.2.2-dev.3 [2021-05-13T02:15:36.526Z] v1.2.2-dev.30 [2021-05-13T02:15:36.526Z] v1.2.2-dev.31 [2021-05-13T02:15:36.526Z] v1.2.2-dev.32 [2021-05-13T02:15:36.526Z] v1.2.2-dev.33 [2021-05-13T02:15:36.526Z] v1.2.2-dev.34 [2021-05-13T02:15:36.526Z] v1.2.2-dev.35 [2021-05-13T02:15:36.526Z] v1.2.2-dev.36 [2021-05-13T02:15:36.526Z] v1.2.2-dev.37 [2021-05-13T02:15:36.526Z] v1.2.2-dev.38 [2021-05-13T02:15:36.526Z] v1.2.2-dev.39 [2021-05-13T02:15:36.526Z] v1.2.2-dev.4 [2021-05-13T02:15:36.526Z] v1.2.2-dev.40 [2021-05-13T02:15:36.526Z] v1.2.2-dev.41 [2021-05-13T02:15:36.526Z] v1.2.2-dev.42 [2021-05-13T02:15:36.526Z] v1.2.2-dev.43 [2021-05-13T02:15:36.526Z] v1.2.2-dev.44 [2021-05-13T02:15:36.526Z] v1.2.2-dev.45 [2021-05-13T02:15:36.526Z] v1.2.2-dev.46 [2021-05-13T02:15:36.526Z] v1.2.2-dev.47 [2021-05-13T02:15:36.526Z] v1.2.2-dev.48 [2021-05-13T02:15:36.526Z] v1.2.2-dev.49 [2021-05-13T02:15:36.526Z] v1.2.2-dev.5 [2021-05-13T02:15:36.526Z] v1.2.2-dev.50 [2021-05-13T02:15:36.526Z] v1.2.2-dev.51 [2021-05-13T02:15:36.526Z] v1.2.2-dev.52 [2021-05-13T02:15:36.526Z] v1.2.2-dev.53 [2021-05-13T02:15:36.526Z] v1.2.2-dev.54 [2021-05-13T02:15:36.526Z] v1.2.2-dev.55 [2021-05-13T02:15:36.526Z] v1.2.2-dev.56 [2021-05-13T02:15:36.526Z] v1.2.2-dev.57 [2021-05-13T02:15:36.526Z] v1.2.2-dev.58 [2021-05-13T02:15:36.526Z] v1.2.2-dev.59 [2021-05-13T02:15:36.526Z] v1.2.2-dev.6 [2021-05-13T02:15:36.526Z] v1.2.2-dev.60 [2021-05-13T02:15:36.526Z] v1.2.2-dev.61 [2021-05-13T02:15:36.526Z] v1.2.2-dev.62 [2021-05-13T02:15:36.526Z] v1.2.2-dev.63 [2021-05-13T02:15:36.526Z] v1.2.2-dev.64 [2021-05-13T02:15:36.526Z] v1.2.2-dev.65 [2021-05-13T02:15:36.526Z] v1.2.2-dev.66 [2021-05-13T02:15:36.526Z] v1.2.2-dev.67 [2021-05-13T02:15:36.526Z] v1.2.2-dev.68 [2021-05-13T02:15:36.526Z] v1.2.2-dev.69 [2021-05-13T02:15:36.526Z] v1.2.2-dev.7 [2021-05-13T02:15:36.526Z] v1.2.2-dev.70 [2021-05-13T02:15:36.526Z] v1.2.2-dev.71 [2021-05-13T02:15:36.526Z] v1.2.2-dev.72 [2021-05-13T02:15:36.526Z] v1.2.2-dev.73 [2021-05-13T02:15:36.526Z] v1.2.2-dev.74 [2021-05-13T02:15:36.526Z] v1.2.2-dev.75 [2021-05-13T02:15:36.526Z] v1.2.2-dev.76 [2021-05-13T02:15:36.526Z] v1.2.2-dev.77 [2021-05-13T02:15:36.526Z] v1.2.2-dev.78 [2021-05-13T02:15:36.526Z] v1.2.2-dev.79 [2021-05-13T02:15:36.526Z] v1.2.2-dev.8 [2021-05-13T02:15:36.526Z] v1.2.2-dev.80 [2021-05-13T02:15:36.526Z] v1.2.2-dev.81 [2021-05-13T02:15:36.526Z] v1.2.2-dev.82 [2021-05-13T02:15:36.526Z] v1.2.2-dev.83 [2021-05-13T02:15:36.526Z] v1.2.2-dev.84 [2021-05-13T02:15:36.526Z] v1.2.2-dev.85 [2021-05-13T02:15:36.526Z] v1.2.2-dev.86 [2021-05-13T02:15:36.526Z] v1.2.2-dev.87 [2021-05-13T02:15:36.526Z] v1.2.2-dev.88 [2021-05-13T02:15:36.526Z] v1.2.2-dev.89 [2021-05-13T02:15:36.526Z] v1.2.2-dev.9 [2021-05-13T02:15:36.526Z] v1.2.2-dev.90 [2021-05-13T02:15:36.526Z] v1.2.2-dev.91 [2021-05-13T02:15:36.526Z] v1.2.2-dev.92 [2021-05-13T02:15:36.526Z] v1.2.2-dev.93 [2021-05-13T02:15:36.526Z] v1.2.2-dev.94 [2021-05-13T02:15:36.526Z] v1.2.2-dev.95 [2021-05-13T02:15:36.526Z] v1.2.2-dev.96 [2021-05-13T02:15:36.526Z] v1.2.2-dev.97 [2021-05-13T02:15:36.526Z] v1.2.2-dev.98 [2021-05-13T02:15:36.526Z] v1.2.2-dev.99 [2021-05-13T02:15:36.526Z] v1.3.0 [2021-05-13T02:15:36.526Z] v1.3.1 [2021-05-13T02:15:36.526Z] v1.3.1-dev.1 [2021-05-13T02:15:36.526Z] v1.3.1-dev.10 [2021-05-13T02:15:36.526Z] v1.3.1-dev.11 [2021-05-13T02:15:36.526Z] v1.3.1-dev.12 [2021-05-13T02:15:36.526Z] v1.3.1-dev.13 [2021-05-13T02:15:36.526Z] v1.3.1-dev.14 [2021-05-13T02:15:36.526Z] v1.3.1-dev.15 [2021-05-13T02:15:36.526Z] v1.3.1-dev.16 [2021-05-13T02:15:36.526Z] v1.3.1-dev.17 [2021-05-13T02:15:36.526Z] v1.3.1-dev.18 [2021-05-13T02:15:36.526Z] v1.3.1-dev.2 [2021-05-13T02:15:36.526Z] v1.3.1-dev.3 [2021-05-13T02:15:36.526Z] v1.3.1-dev.4 [2021-05-13T02:15:36.526Z] v1.3.1-dev.5 [2021-05-13T02:15:36.526Z] v1.3.1-dev.6 [2021-05-13T02:15:36.526Z] v1.3.1-dev.7 [2021-05-13T02:15:36.526Z] v1.3.1-dev.8 [2021-05-13T02:15:36.526Z] v1.3.1-dev.9 [2021-05-13T02:15:36.526Z] v2.0.0-dev.1 [2021-05-13T02:15:36.526Z] v2.0.0-dev.10 [2021-05-13T02:15:36.526Z] v2.0.0-dev.100 [2021-05-13T02:15:36.526Z] v2.0.0-dev.101 [2021-05-13T02:15:36.526Z] v2.0.0-dev.102 [2021-05-13T02:15:36.526Z] v2.0.0-dev.103 [2021-05-13T02:15:36.526Z] v2.0.0-dev.104 [2021-05-13T02:15:36.526Z] v2.0.0-dev.105 [2021-05-13T02:15:36.526Z] v2.0.0-dev.106 [2021-05-13T02:15:36.526Z] v2.0.0-dev.107 [2021-05-13T02:15:36.526Z] v2.0.0-dev.108 [2021-05-13T02:15:36.526Z] v2.0.0-dev.109 [2021-05-13T02:15:36.526Z] v2.0.0-dev.11 [2021-05-13T02:15:36.526Z] v2.0.0-dev.110 [2021-05-13T02:15:36.526Z] v2.0.0-dev.111 [2021-05-13T02:15:36.526Z] v2.0.0-dev.112 [2021-05-13T02:15:36.526Z] v2.0.0-dev.113 [2021-05-13T02:15:36.526Z] v2.0.0-dev.114 [2021-05-13T02:15:36.526Z] v2.0.0-dev.115 [2021-05-13T02:15:36.526Z] v2.0.0-dev.116 [2021-05-13T02:15:36.526Z] v2.0.0-dev.117 [2021-05-13T02:15:36.526Z] v2.0.0-dev.118 [2021-05-13T02:15:36.526Z] v2.0.0-dev.119 [2021-05-13T02:15:36.526Z] v2.0.0-dev.12 [2021-05-13T02:15:36.526Z] v2.0.0-dev.120 [2021-05-13T02:15:36.526Z] v2.0.0-dev.121 [2021-05-13T02:15:36.526Z] v2.0.0-dev.122 [2021-05-13T02:15:36.526Z] v2.0.0-dev.123 [2021-05-13T02:15:36.526Z] v2.0.0-dev.124 [2021-05-13T02:15:36.526Z] v2.0.0-dev.125 [2021-05-13T02:15:36.526Z] v2.0.0-dev.126 [2021-05-13T02:15:36.526Z] v2.0.0-dev.127 [2021-05-13T02:15:36.526Z] v2.0.0-dev.128 [2021-05-13T02:15:36.526Z] v2.0.0-dev.129 [2021-05-13T02:15:36.526Z] v2.0.0-dev.13 [2021-05-13T02:15:36.526Z] v2.0.0-dev.130 [2021-05-13T02:15:36.526Z] v2.0.0-dev.131 [2021-05-13T02:15:36.526Z] v2.0.0-dev.132 [2021-05-13T02:15:36.526Z] v2.0.0-dev.133 [2021-05-13T02:15:36.526Z] v2.0.0-dev.134 [2021-05-13T02:15:36.526Z] v2.0.0-dev.135 [2021-05-13T02:15:36.526Z] v2.0.0-dev.136 [2021-05-13T02:15:36.526Z] v2.0.0-dev.137 [2021-05-13T02:15:36.526Z] v2.0.0-dev.138 [2021-05-13T02:15:36.526Z] v2.0.0-dev.139 [2021-05-13T02:15:36.526Z] v2.0.0-dev.14 [2021-05-13T02:15:36.526Z] v2.0.0-dev.140 [2021-05-13T02:15:36.526Z] v2.0.0-dev.141 [2021-05-13T02:15:36.526Z] v2.0.0-dev.142 [2021-05-13T02:15:36.526Z] v2.0.0-dev.143 [2021-05-13T02:15:36.526Z] v2.0.0-dev.144 [2021-05-13T02:15:36.526Z] v2.0.0-dev.145 [2021-05-13T02:15:36.526Z] v2.0.0-dev.146 [2021-05-13T02:15:36.526Z] v2.0.0-dev.147 [2021-05-13T02:15:36.526Z] v2.0.0-dev.148 [2021-05-13T02:15:36.526Z] v2.0.0-dev.149 [2021-05-13T02:15:36.526Z] v2.0.0-dev.15 [2021-05-13T02:15:36.526Z] v2.0.0-dev.150 [2021-05-13T02:15:36.526Z] v2.0.0-dev.151 [2021-05-13T02:15:36.526Z] v2.0.0-dev.152 [2021-05-13T02:15:36.526Z] v2.0.0-dev.153 [2021-05-13T02:15:36.526Z] v2.0.0-dev.154 [2021-05-13T02:15:36.526Z] v2.0.0-dev.155 [2021-05-13T02:15:36.526Z] v2.0.0-dev.156 [2021-05-13T02:15:36.526Z] v2.0.0-dev.157 [2021-05-13T02:15:36.526Z] v2.0.0-dev.158 [2021-05-13T02:15:36.526Z] v2.0.0-dev.159 [2021-05-13T02:15:36.526Z] v2.0.0-dev.16 [2021-05-13T02:15:36.526Z] v2.0.0-dev.160 [2021-05-13T02:15:36.526Z] v2.0.0-dev.161 [2021-05-13T02:15:36.526Z] v2.0.0-dev.162 [2021-05-13T02:15:36.526Z] v2.0.0-dev.163 [2021-05-13T02:15:36.526Z] v2.0.0-dev.164 [2021-05-13T02:15:36.526Z] v2.0.0-dev.165 [2021-05-13T02:15:36.526Z] v2.0.0-dev.166 [2021-05-13T02:15:36.526Z] v2.0.0-dev.167 [2021-05-13T02:15:36.526Z] v2.0.0-dev.168 [2021-05-13T02:15:36.526Z] v2.0.0-dev.169 [2021-05-13T02:15:36.526Z] v2.0.0-dev.17 [2021-05-13T02:15:36.526Z] v2.0.0-dev.170 [2021-05-13T02:15:36.526Z] v2.0.0-dev.171 [2021-05-13T02:15:36.526Z] v2.0.0-dev.172 [2021-05-13T02:15:36.526Z] v2.0.0-dev.173 [2021-05-13T02:15:36.526Z] v2.0.0-dev.174 [2021-05-13T02:15:36.526Z] v2.0.0-dev.175 [2021-05-13T02:15:36.526Z] v2.0.0-dev.176 [2021-05-13T02:15:36.526Z] v2.0.0-dev.177 [2021-05-13T02:15:36.526Z] v2.0.0-dev.178 [2021-05-13T02:15:36.526Z] v2.0.0-dev.179 [2021-05-13T02:15:36.526Z] v2.0.0-dev.18 [2021-05-13T02:15:36.526Z] v2.0.0-dev.180 [2021-05-13T02:15:36.526Z] v2.0.0-dev.181 [2021-05-13T02:15:36.526Z] v2.0.0-dev.182 [2021-05-13T02:15:36.526Z] v2.0.0-dev.183 [2021-05-13T02:15:36.526Z] v2.0.0-dev.184 [2021-05-13T02:15:36.526Z] v2.0.0-dev.185 [2021-05-13T02:15:36.526Z] v2.0.0-dev.186 [2021-05-13T02:15:36.526Z] v2.0.0-dev.187 [2021-05-13T02:15:36.526Z] v2.0.0-dev.188 [2021-05-13T02:15:36.526Z] v2.0.0-dev.189 [2021-05-13T02:15:36.526Z] v2.0.0-dev.19 [2021-05-13T02:15:36.526Z] v2.0.0-dev.190 [2021-05-13T02:15:36.526Z] v2.0.0-dev.191 [2021-05-13T02:15:36.526Z] v2.0.0-dev.192 [2021-05-13T02:15:36.526Z] v2.0.0-dev.193 [2021-05-13T02:15:36.526Z] v2.0.0-dev.194 [2021-05-13T02:15:36.526Z] v2.0.0-dev.195 [2021-05-13T02:15:36.526Z] v2.0.0-dev.196 [2021-05-13T02:15:36.526Z] v2.0.0-dev.197 [2021-05-13T02:15:36.526Z] v2.0.0-dev.198 [2021-05-13T02:15:36.526Z] v2.0.0-dev.199 [2021-05-13T02:15:36.526Z] v2.0.0-dev.2 [2021-05-13T02:15:36.526Z] v2.0.0-dev.20 [2021-05-13T02:15:36.526Z] v2.0.0-dev.200 [2021-05-13T02:15:36.526Z] v2.0.0-dev.201 [2021-05-13T02:15:36.526Z] v2.0.0-dev.202 [2021-05-13T02:15:36.526Z] v2.0.0-dev.203 [2021-05-13T02:15:36.526Z] v2.0.0-dev.204 [2021-05-13T02:15:36.526Z] v2.0.0-dev.205 [2021-05-13T02:15:36.526Z] v2.0.0-dev.206 [2021-05-13T02:15:36.526Z] v2.0.0-dev.207 [2021-05-13T02:15:36.526Z] v2.0.0-dev.208 [2021-05-13T02:15:36.526Z] v2.0.0-dev.209 [2021-05-13T02:15:36.526Z] v2.0.0-dev.21 [2021-05-13T02:15:36.526Z] v2.0.0-dev.210 [2021-05-13T02:15:36.526Z] v2.0.0-dev.211 [2021-05-13T02:15:36.526Z] v2.0.0-dev.212 [2021-05-13T02:15:36.526Z] v2.0.0-dev.213 [2021-05-13T02:15:36.526Z] v2.0.0-dev.214 [2021-05-13T02:15:36.526Z] v2.0.0-dev.215 [2021-05-13T02:15:36.526Z] v2.0.0-dev.216 [2021-05-13T02:15:36.526Z] v2.0.0-dev.22 [2021-05-13T02:15:36.526Z] v2.0.0-dev.23 [2021-05-13T02:15:36.526Z] v2.0.0-dev.24 [2021-05-13T02:15:36.526Z] v2.0.0-dev.25 [2021-05-13T02:15:36.526Z] v2.0.0-dev.26 [2021-05-13T02:15:36.526Z] v2.0.0-dev.27 [2021-05-13T02:15:36.526Z] v2.0.0-dev.28 [2021-05-13T02:15:36.526Z] v2.0.0-dev.29 [2021-05-13T02:15:36.526Z] v2.0.0-dev.3 [2021-05-13T02:15:36.526Z] v2.0.0-dev.30 [2021-05-13T02:15:36.526Z] v2.0.0-dev.31 [2021-05-13T02:15:36.526Z] v2.0.0-dev.32 [2021-05-13T02:15:36.526Z] v2.0.0-dev.33 [2021-05-13T02:15:36.526Z] v2.0.0-dev.34 [2021-05-13T02:15:36.526Z] v2.0.0-dev.35 [2021-05-13T02:15:36.526Z] v2.0.0-dev.36 [2021-05-13T02:15:36.526Z] v2.0.0-dev.37 [2021-05-13T02:15:36.526Z] v2.0.0-dev.38 [2021-05-13T02:15:36.526Z] v2.0.0-dev.39 [2021-05-13T02:15:36.526Z] v2.0.0-dev.4 [2021-05-13T02:15:36.526Z] v2.0.0-dev.40 [2021-05-13T02:15:36.526Z] v2.0.0-dev.41 [2021-05-13T02:15:36.526Z] v2.0.0-dev.42 [2021-05-13T02:15:36.526Z] v2.0.0-dev.43 [2021-05-13T02:15:36.526Z] v2.0.0-dev.44 [2021-05-13T02:15:36.526Z] v2.0.0-dev.45 [2021-05-13T02:15:36.526Z] v2.0.0-dev.46 [2021-05-13T02:15:36.526Z] v2.0.0-dev.47 [2021-05-13T02:15:36.526Z] v2.0.0-dev.48 [2021-05-13T02:15:36.527Z] v2.0.0-dev.49 [2021-05-13T02:15:36.527Z] v2.0.0-dev.5 [2021-05-13T02:15:36.527Z] v2.0.0-dev.50 [2021-05-13T02:15:36.527Z] v2.0.0-dev.51 [2021-05-13T02:15:36.527Z] v2.0.0-dev.52 [2021-05-13T02:15:36.527Z] v2.0.0-dev.53 [2021-05-13T02:15:36.527Z] v2.0.0-dev.54 [2021-05-13T02:15:36.527Z] v2.0.0-dev.55 [2021-05-13T02:15:36.527Z] v2.0.0-dev.56 [2021-05-13T02:15:36.527Z] v2.0.0-dev.57 [2021-05-13T02:15:36.527Z] v2.0.0-dev.58 [2021-05-13T02:15:36.527Z] v2.0.0-dev.59 [2021-05-13T02:15:36.527Z] v2.0.0-dev.6 [2021-05-13T02:15:36.527Z] v2.0.0-dev.60 [2021-05-13T02:15:36.527Z] v2.0.0-dev.61 [2021-05-13T02:15:36.527Z] v2.0.0-dev.62 [2021-05-13T02:15:36.527Z] v2.0.0-dev.63 [2021-05-13T02:15:36.527Z] v2.0.0-dev.64 [2021-05-13T02:15:36.527Z] v2.0.0-dev.65 [2021-05-13T02:15:36.527Z] v2.0.0-dev.66 [2021-05-13T02:15:36.527Z] v2.0.0-dev.67 [2021-05-13T02:15:36.527Z] v2.0.0-dev.68 [2021-05-13T02:15:36.527Z] v2.0.0-dev.69 [2021-05-13T02:15:36.527Z] v2.0.0-dev.7 [2021-05-13T02:15:36.527Z] v2.0.0-dev.70 [2021-05-13T02:15:36.527Z] v2.0.0-dev.71 [2021-05-13T02:15:36.527Z] v2.0.0-dev.72 [2021-05-13T02:15:36.527Z] v2.0.0-dev.73 [2021-05-13T02:15:36.527Z] v2.0.0-dev.74 [2021-05-13T02:15:36.527Z] v2.0.0-dev.75 [2021-05-13T02:15:36.527Z] v2.0.0-dev.76 [2021-05-13T02:15:36.527Z] v2.0.0-dev.77 [2021-05-13T02:15:36.527Z] v2.0.0-dev.78 [2021-05-13T02:15:36.527Z] v2.0.0-dev.79 [2021-05-13T02:15:36.527Z] v2.0.0-dev.8 [2021-05-13T02:15:36.527Z] v2.0.0-dev.80 [2021-05-13T02:15:36.527Z] v2.0.0-dev.81 [2021-05-13T02:15:36.527Z] v2.0.0-dev.82 [2021-05-13T02:15:36.527Z] v2.0.0-dev.83 [2021-05-13T02:15:36.527Z] v2.0.0-dev.84 [2021-05-13T02:15:36.527Z] v2.0.0-dev.85 [2021-05-13T02:15:36.527Z] v2.0.0-dev.86 [2021-05-13T02:15:36.527Z] v2.0.0-dev.87 [2021-05-13T02:15:36.527Z] v2.0.0-dev.88 [2021-05-13T02:15:36.527Z] v2.0.0-dev.89 [2021-05-13T02:15:36.527Z] v2.0.0-dev.9 [2021-05-13T02:15:36.527Z] v2.0.0-dev.90 [2021-05-13T02:15:36.527Z] v2.0.0-dev.91 [2021-05-13T02:15:36.527Z] v2.0.0-dev.92 [2021-05-13T02:15:36.527Z] v2.0.0-dev.93 [2021-05-13T02:15:36.527Z] v2.0.0-dev.94 [2021-05-13T02:15:36.527Z] v2.0.0-dev.95 [2021-05-13T02:15:36.527Z] v2.0.0-dev.96 [2021-05-13T02:15:36.527Z] v2.0.0-dev.97 [2021-05-13T02:15:36.527Z] v2.0.0-dev.98 [2021-05-13T02:15:36.527Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-13T02:15:37.366Z] + lftools sign git-tag v2.0.0-dev.216 [2021-05-13T02:15:40.070Z] Signing Git tag with Sigul... [2021-05-13T02:15:40.070Z] Signing v2.0.0-dev.216 [Pipeline] echo [2021-05-13T02:15:43.459Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:15:44.143Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-13T02:15:44.159Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-13T02:15:44.226Z] $ docker stop --time=1 11946bacdad323d0f7c0f34dddfa58637a1152ba63ddb3be6ce14cc3855ad9ac [2021-05-13T02:15:46.431Z] $ docker rm -f 11946bacdad323d0f7c0f34dddfa58637a1152ba63ddb3be6ce14cc3855ad9ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:15:47.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T02:15:47.324Z] . [Pipeline] withDockerContainer [2021-05-13T02:15:47.811Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:15:48.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T02:15:49.667Z] $ docker top 77b9b795f18c33aae3a37064e513bc16668ecec37cdbc6140ba1b3ea71721d09 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T02:15:49.891Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T02:15:49.891Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T02:15:50.322Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T02:15:50.327Z] $ docker exec 77b9b795f18c33aae3a37064e513bc16668ecec37cdbc6140ba1b3ea71721d09 ssh-agent [2021-05-13T02:15:50.762Z] SSH_AUTH_SOCK=/tmp/ssh-HSI3th2QorSP/agent.11 [2021-05-13T02:15:50.762Z] SSH_AGENT_PID=17 [2021-05-13T02:15:50.772Z] Running ssh-add (command line suppressed) [2021-05-13T02:15:51.020Z] Identity added: /w/workspace/edgex-go/485@tmp/private_key_6843088025754462601.key (/w/workspace/edgex-go/485@tmp/private_key_6843088025754462601.key) [2021-05-13T02:15:51.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T02:15:51.404Z] + git semver bump pre [2021-05-13T02:15:51.761Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T02:15:51.761Z] # $GIT_DIR = /w/workspace/edgex-go/485/.git [2021-05-13T02:15:51.761Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/485 [2021-05-13T02:15:51.761Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T02:15:51.761Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T02:15:51.761Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T02:15:51.761Z] # $SEMVER_BRANCH = master [2021-05-13T02:15:51.761Z] # $SEMVER_DIR = /w/workspace/edgex-go/485/.semver [2021-05-13T02:15:51.761Z] 2.0.0-dev.217 [Pipeline] } [2021-05-13T02:15:51.813Z] $ docker exec --env ******** --env ******** 77b9b795f18c33aae3a37064e513bc16668ecec37cdbc6140ba1b3ea71721d09 ssh-agent -k [2021-05-13T02:15:52.899Z] unset SSH_AUTH_SOCK; [2021-05-13T02:15:52.899Z] unset SSH_AGENT_PID; [2021-05-13T02:15:52.899Z] echo Agent pid 17 killed; [2021-05-13T02:15:53.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T02:15:53.976Z] + git semver [Pipeline] } [2021-05-13T02:15:53.995Z] $ docker stop --time=1 77b9b795f18c33aae3a37064e513bc16668ecec37cdbc6140ba1b3ea71721d09 [2021-05-13T02:15:55.592Z] $ docker rm -f 77b9b795f18c33aae3a37064e513bc16668ecec37cdbc6140ba1b3ea71721d09 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:15:56.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-13T02:15:56.073Z] . [Pipeline] withDockerContainer [2021-05-13T02:15:56.255Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:15:56.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-13T02:15:57.716Z] $ docker top b508012f5df37c6b35896ac0acddc2eb486d42ee2f5701fb4de9c38efd6f8736 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-13T02:15:57.939Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-13T02:15:57.939Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-13T02:15:58.368Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-13T02:15:58.373Z] $ docker exec b508012f5df37c6b35896ac0acddc2eb486d42ee2f5701fb4de9c38efd6f8736 ssh-agent [2021-05-13T02:15:58.656Z] SSH_AUTH_SOCK=/tmp/ssh-0EkeoDnfXl7v/agent.11 [2021-05-13T02:15:58.656Z] SSH_AGENT_PID=16 [2021-05-13T02:15:58.667Z] Running ssh-add (command line suppressed) [2021-05-13T02:15:58.843Z] Identity added: /w/workspace/edgex-go/485@tmp/private_key_6487587551524950118.key (/w/workspace/edgex-go/485@tmp/private_key_6487587551524950118.key) [2021-05-13T02:15:58.933Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-13T02:15:59.278Z] + git semver push [2021-05-13T02:15:59.278Z] # -> Open(): unable to determine branch for HEAD [2021-05-13T02:15:59.278Z] # $GIT_DIR = /w/workspace/edgex-go/485/.git [2021-05-13T02:15:59.278Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/485 [2021-05-13T02:15:59.278Z] # $SEMVER_REMOTE_NAME = origin [2021-05-13T02:15:59.278Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-13T02:15:59.278Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-13T02:15:59.278Z] # $SEMVER_BRANCH = master [2021-05-13T02:15:59.278Z] # $SEMVER_DIR = /w/workspace/edgex-go/485/.semver [Pipeline] } [2021-05-13T02:16:11.644Z] $ docker exec --env ******** --env ******** b508012f5df37c6b35896ac0acddc2eb486d42ee2f5701fb4de9c38efd6f8736 ssh-agent -k [2021-05-13T02:16:12.052Z] unset SSH_AUTH_SOCK; [2021-05-13T02:16:12.052Z] unset SSH_AGENT_PID; [2021-05-13T02:16:12.052Z] echo Agent pid 16 killed; [2021-05-13T02:16:12.230Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-13T02:16:12.632Z] + git semver [Pipeline] } [2021-05-13T02:16:12.659Z] $ docker stop --time=1 b508012f5df37c6b35896ac0acddc2eb486d42ee2f5701fb4de9c38efd6f8736 [2021-05-13T02:16:14.809Z] $ docker rm -f b508012f5df37c6b35896ac0acddc2eb486d42ee2f5701fb4de9c38efd6f8736 [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-05-13T02:16:16.074Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:16:17.371Z] ---> package-listing.sh [2021-05-13T02:16:17.371Z] ++ facter osfamily [2021-05-13T02:16:17.371Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-13T02:16:17.643Z] + OS_FAMILY=redhat [2021-05-13T02:16:17.643Z] + workspace=/w/workspace/edgex-go/485 [2021-05-13T02:16:17.643Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-13T02:16:17.643Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-13T02:16:17.643Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-13T02:16:17.643Z] + PACKAGES=/tmp/packages_start.txt [2021-05-13T02:16:17.643Z] + '[' /w/workspace/edgex-go/485 ']' [2021-05-13T02:16:17.643Z] + PACKAGES=/tmp/packages_end.txt [2021-05-13T02:16:17.643Z] + case "${OS_FAMILY}" in [2021-05-13T02:16:17.643Z] + rpm -qa [2021-05-13T02:16:17.643Z] + sort [2021-05-13T02:16:25.908Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-13T02:16:25.908Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-13T02:16:25.908Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-13T02:16:25.908Z] + '[' /w/workspace/edgex-go/485 ']' [2021-05-13T02:16:25.908Z] + mkdir -p /w/workspace/edgex-go/485/archives/ [2021-05-13T02:16:25.908Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/485/archives/ [Pipeline] echo [2021-05-13T02:16:25.947Z] 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/485/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-13T02:16:26.280Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:16:26.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:16:27.513Z] [2021-05-13T02:16:27.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-13T02:16:27.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:16:28.207Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-13T02:16:28.207Z] df20fa9351a1: Pulling fs layer [2021-05-13T02:16:28.207Z] 36b3adc4ff6f: Pulling fs layer [2021-05-13T02:16:28.207Z] 8ad3a11d3b57: Pulling fs layer [2021-05-13T02:16:28.207Z] 46f8f816bc3b: Pulling fs layer [2021-05-13T02:16:28.207Z] 93b61091891f: Pulling fs layer [2021-05-13T02:16:28.207Z] 93b9cdb0e59b: Pulling fs layer [2021-05-13T02:16:28.207Z] 5e14af77c1be: Pulling fs layer [2021-05-13T02:16:28.207Z] 01666e4c0597: Pulling fs layer [2021-05-13T02:16:28.207Z] aa168da1d23b: Pulling fs layer [2021-05-13T02:16:28.207Z] 93b9cdb0e59b: Waiting [2021-05-13T02:16:28.207Z] 5e14af77c1be: Waiting [2021-05-13T02:16:28.207Z] 46f8f816bc3b: Waiting [2021-05-13T02:16:28.207Z] 01666e4c0597: Waiting [2021-05-13T02:16:28.207Z] 93b61091891f: Waiting [2021-05-13T02:16:28.207Z] aa168da1d23b: Waiting [2021-05-13T02:16:28.207Z] 36b3adc4ff6f: Verifying Checksum [2021-05-13T02:16:28.207Z] 36b3adc4ff6f: Download complete [2021-05-13T02:16:28.555Z] 46f8f816bc3b: Verifying Checksum [2021-05-13T02:16:28.555Z] 46f8f816bc3b: Download complete [2021-05-13T02:16:28.555Z] df20fa9351a1: Verifying Checksum [2021-05-13T02:16:28.555Z] df20fa9351a1: Download complete [2021-05-13T02:16:28.555Z] 93b61091891f: Verifying Checksum [2021-05-13T02:16:28.555Z] 93b61091891f: Download complete [2021-05-13T02:16:28.555Z] 5e14af77c1be: Verifying Checksum [2021-05-13T02:16:28.555Z] 5e14af77c1be: Download complete [2021-05-13T02:16:28.555Z] 93b9cdb0e59b: Verifying Checksum [2021-05-13T02:16:28.555Z] 93b9cdb0e59b: Download complete [2021-05-13T02:16:28.833Z] 01666e4c0597: Verifying Checksum [2021-05-13T02:16:28.833Z] 01666e4c0597: Download complete [2021-05-13T02:16:28.833Z] 8ad3a11d3b57: Download complete [2021-05-13T02:16:29.103Z] df20fa9351a1: Pull complete [2021-05-13T02:16:29.703Z] 36b3adc4ff6f: Pull complete [2021-05-13T02:16:32.483Z] 8ad3a11d3b57: Pull complete [2021-05-13T02:16:33.654Z] 46f8f816bc3b: Pull complete [2021-05-13T02:16:34.302Z] 93b61091891f: Pull complete [2021-05-13T02:16:34.302Z] aa168da1d23b: Verifying Checksum [2021-05-13T02:16:34.302Z] aa168da1d23b: Download complete [2021-05-13T02:16:34.911Z] 93b9cdb0e59b: Pull complete [2021-05-13T02:16:35.181Z] 5e14af77c1be: Pull complete [2021-05-13T02:16:35.446Z] 01666e4c0597: Pull complete [2021-05-13T02:16:47.888Z] aa168da1d23b: Pull complete [2021-05-13T02:16:47.888Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-13T02:16:47.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-13T02:16:47.888Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-13T02:16:48.115Z] prd-centos7-docker-4c-2g-4985 does not seem to be running inside a container [2021-05-13T02:16:48.194Z] $ 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/485/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/485 -v /w/workspace/edgex-go/485:/w/workspace/edgex-go/485:rw,z -v /w/workspace/edgex-go/485@tmp:/w/workspace/edgex-go/485@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-13T02:16:52.429Z] $ docker top 5c75dafa4bb3af2a503dd7f103a2427392050327ba107f4c719e21196d915e48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-13T02:16:53.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-13T02:16:53.915Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-13T02:16:54.233Z] + ls /var/log/sa-host [2021-05-13T02:16:54.233Z] + sadf -c /var/log/sa-host/sa13 [2021-05-13T02:16:54.233Z] file_magic: OK [2021-05-13T02:16:54.233Z] HZ: Using current value: 100 [2021-05-13T02:16:54.233Z] file_header: OK [2021-05-13T02:16:54.233Z] 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-05-13T02:16:54.233Z] Statistics: [2021-05-13T02:16:54.233Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-13T02:16:54.233Z] File successfully converted to sysstat format version 12.2.1 [2021-05-13T02:16:54.233Z] + sadf -c /var/log/sa-host/sa23 [2021-05-13T02:16:54.233Z] file_magic: OK [2021-05-13T02:16:54.233Z] HZ: Using current value: 100 [2021-05-13T02:16:54.233Z] file_header: OK [2021-05-13T02:16:54.233Z] 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-05-13T02:16:54.233Z] Statistics: [2021-05-13T02:16:54.233Z] Hnuu...uuuununununu... [2021-05-13T02:16:54.233Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-13T02:16:54.869Z] provisioning config files... [2021-05-13T02:16:54.896Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/485@tmp/config6174292435071471163tmp [Pipeline] { [Pipeline] echo [2021-05-13T02:16:54.927Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:16:55.661Z] ---> create-netrc.sh [Pipeline] } [2021-05-13T02:16:55.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-13T02:16:55.697Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:16:56.055Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-13T02:16:56.071Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:16:56.408Z] ---> sudo-logs.sh [2021-05-13T02:16:56.408Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-13T02:16:56.450Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:16:57.049Z] ---> job-cost.sh [2021-05-13T02:16:57.049Z] lf-activate-venv: SKIPPING [2021-05-13T02:16:57.049Z] DEBUG: total: 0.20999999344348907 [2021-05-13T02:16:57.049Z] INFO: Retrieving Stack Cost... [2021-05-13T02:17:00.419Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-13T02:17:01.398Z] INFO: Archiving Costs [Pipeline] echo [2021-05-13T02:17:01.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-13T02:17:01.735Z] ---> logs-deploy.sh [2021-05-13T02:17:01.736Z] lf-activate-venv: SKIPPING [2021-05-13T02:17:01.736Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/485 [2021-05-13T02:17:01.736Z] INFO: archiving workspace using pattern(s): [2021-05-13T02:17:04.337Z] Archives upload complete. [2021-05-13T02:17:04.337Z] INFO: archiving logs to Nexus