Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 21807bed0cea4258a40f185a4e0cb4759d48740d 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 ‘prd-centos7-docker-4c-2g-4925’ is offline Running on prd-centos7-docker-4c-2g-4929 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/484 [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/484 # 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 > 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 Checking out Revision 21807bed0cea4258a40f185a4e0cb4759d48740d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 Commit message: "Merge pull request #3450 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.21" > git rev-list --no-walk d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T22:23:43.243Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T22:23:43.345Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T22:23:43.371Z] ========================================================= [2021-05-12T22:23:43.371Z] EdgeX Global Pipelines Version Info [2021-05-12T22:23:43.371Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:23:44.943Z] ------------------- [2021-05-12T22:23:44.943Z] stable info: [2021-05-12T22:23:44.943Z] ------------------- [2021-05-12T22:23:44.943Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T22:23:44.943Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T22:23:44.943Z] Message: update stable to v1.0.192 [2021-05-12T22:23:45.889Z] ------------------- [2021-05-12T22:23:45.889Z] experimental info: [2021-05-12T22:23:45.889Z] ------------------- [2021-05-12T22:23:45.889Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T22:23:45.889Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T22:23:45.889Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T22:23:46.016Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-12T22:23:46.036Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-12T22:23:46.056Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T22:23:46.078Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T22:23:46.099Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T22:23:46.119Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T22:23:46.140Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T22:23:46.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-12T22:23:46.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-12T22:23:46.215Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-12T22:23:46.240Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T22:23:46.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T22:23:46.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T22:23:46.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T22:23:46.362Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T22:23:46.382Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T22:23:46.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T22:23:46.429Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T22:23:46.452Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T22:23:46.473Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T22:23:46.494Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-12T22:23:46.517Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T22:23:46.538Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-12T22:23:46.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-12T22:23:46.603Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-12T22:23:46.626Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] echo [2021-05-12T22:23:46.647Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21807be [Pipeline] echo [2021-05-12T22:23:46.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T22:23:46.738Z] provisioning config files... [2021-05-12T22:23:46.780Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/484@tmp/config8352710486522001141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:23:47.117Z] ---> docker-login.sh [2021-05-12T22:23:47.117Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:23:47.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:23:47.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:23:47.678Z] Configure a credential helper to remove this warning. See [2021-05-12T22:23:47.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:23:47.678Z] [2021-05-12T22:23:47.678Z] Login Succeeded [2021-05-12T22:23:47.678Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:23:47.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:23:47.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:23:47.678Z] Configure a credential helper to remove this warning. See [2021-05-12T22:23:47.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:23:47.678Z] [2021-05-12T22:23:47.678Z] Login Succeeded [2021-05-12T22:23:47.678Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:23:47.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:23:47.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:23:47.944Z] Configure a credential helper to remove this warning. See [2021-05-12T22:23:47.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:23:47.944Z] [2021-05-12T22:23:47.944Z] Login Succeeded [2021-05-12T22:23:47.944Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:23:47.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:23:48.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:23:48.213Z] Configure a credential helper to remove this warning. See [2021-05-12T22:23:48.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:23:48.213Z] [2021-05-12T22:23:48.213Z] Login Succeeded [2021-05-12T22:23:48.213Z] docker.io [2021-05-12T22:23:48.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:23:48.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:23:48.479Z] Configure a credential helper to remove this warning. See [2021-05-12T22:23:48.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:23:48.479Z] [2021-05-12T22:23:48.479Z] Login Succeeded [2021-05-12T22:23:48.479Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:23:48.491Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:23:48.828Z] ++ 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-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/core-command/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/core-data/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-12T22:23:48.828Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-12T22:23:48.828Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T22:23:48.828Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-12T22:23:48.828Z] ++ cut -d/ -f2 [2021-05-12T22:23:48.828Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-12T22:23:48.915Z] 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-12T22:23:50.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:23:50.240Z] [2021-05-12T22:23:50.240Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:23:50.560Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:23:50.561Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T22:23:50.561Z] 31603596830f: Pulling fs layer [2021-05-12T22:23:50.561Z] 54011a49482f: Pulling fs layer [2021-05-12T22:23:50.561Z] a6820b24f6d8: Pulling fs layer [2021-05-12T22:23:50.561Z] f581987b2513: Pulling fs layer [2021-05-12T22:23:50.561Z] 54011a49482f: Download complete [2021-05-12T22:23:50.824Z] 31603596830f: Verifying Checksum [2021-05-12T22:23:50.824Z] 31603596830f: Download complete [2021-05-12T22:23:50.824Z] f581987b2513: Verifying Checksum [2021-05-12T22:23:50.824Z] f581987b2513: Download complete [2021-05-12T22:23:50.824Z] a6820b24f6d8: Verifying Checksum [2021-05-12T22:23:50.824Z] a6820b24f6d8: Download complete [2021-05-12T22:23:51.087Z] 31603596830f: Pull complete [2021-05-12T22:23:51.351Z] 54011a49482f: Pull complete [2021-05-12T22:23:52.309Z] a6820b24f6d8: Pull complete [2021-05-12T22:23:52.309Z] f581987b2513: Pull complete [2021-05-12T22:23:52.573Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T22:23:52.573Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:23:52.573Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T22:23:52.688Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:23:52.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T22:23:55.170Z] $ docker top df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T22:23:55.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:23:55.327Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:23:55.549Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:23:55.550Z] $ docker exec df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 ssh-agent [2021-05-12T22:23:55.732Z] SSH_AUTH_SOCK=/tmp/ssh-0DeRuihwBULc/agent.11 [2021-05-12T22:23:55.732Z] SSH_AGENT_PID=17 [2021-05-12T22:23:55.744Z] Running ssh-add (command line suppressed) [2021-05-12T22:23:55.861Z] Identity added: /w/workspace/edgex-go/484@tmp/private_key_770278360738487158.key (/w/workspace/edgex-go/484@tmp/private_key_770278360738487158.key) [2021-05-12T22:23:55.921Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:23:56.225Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T22:23:56.243Z] $ docker exec --env ******** --env ******** df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 ssh-agent -k [2021-05-12T22:23:56.362Z] unset SSH_AUTH_SOCK; [2021-05-12T22:23:56.362Z] unset SSH_AGENT_PID; [2021-05-12T22:23:56.362Z] echo Agent pid 17 killed; [2021-05-12T22:23:56.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T22:23:56.457Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:23:56.457Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:23:56.625Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:23:56.626Z] $ docker exec df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 ssh-agent [2021-05-12T22:23:56.797Z] SSH_AUTH_SOCK=/tmp/ssh-c5Np6RxSAURy/agent.46 [2021-05-12T22:23:56.797Z] SSH_AGENT_PID=51 [2021-05-12T22:23:56.804Z] Running ssh-add (command line suppressed) [2021-05-12T22:23:56.929Z] Identity added: /w/workspace/edgex-go/484@tmp/private_key_1386985639969292825.key (/w/workspace/edgex-go/484@tmp/private_key_1386985639969292825.key) [2021-05-12T22:23:56.982Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:23:57.290Z] + git semver init [2021-05-12T22:23:57.290Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T22:23:57.290Z] # $GIT_DIR = /w/workspace/edgex-go/484/.git [2021-05-12T22:23:57.290Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/484 [2021-05-12T22:23:57.290Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T22:23:57.290Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T22:23:57.290Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T22:23:57.290Z] # $SEMVER_BRANCH = master [2021-05-12T22:23:57.290Z] # $SEMVER_TEMP = /tmp/semver-033540736 [2021-05-12T22:23:57.290Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-12T22:24:15.483Z] # '/tmp/semver-033540736' -> '/w/workspace/edgex-go/484/.semver' [2021-05-12T22:24:17.415Z] # -> Force: false [2021-05-12T22:24:17.415Z] # $SEMVER_DIR = /w/workspace/edgex-go/484/.semver [Pipeline] } [2021-05-12T22:24:17.426Z] $ docker exec --env ******** --env ******** df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 ssh-agent -k [2021-05-12T22:24:17.721Z] unset SSH_AUTH_SOCK; [2021-05-12T22:24:17.721Z] unset SSH_AGENT_PID; [2021-05-12T22:24:17.721Z] echo Agent pid 51 killed; [2021-05-12T22:24:17.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:24:18.136Z] + git semver [Pipeline] } [2021-05-12T22:24:18.154Z] $ docker stop --time=1 df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 [2021-05-12T22:24:19.700Z] $ docker rm -f df86a20375aa9a949430029b753d80c056907665597a4904d66a3ba1f675a470 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:24:20.170Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T22:24:20.699Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T22:24:20.702Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.215 [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-12T22:24:21.233Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:24:21.535Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:24:21.838Z] + true [2021-05-12T22:24:21.838Z] + sudo service docker restart [2021-05-12T22:24:21.838Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-12T22:24:22.431Z] ========================================================= [2021-05-12T22:24:22.431Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T22:24:22.431Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:24:22.741Z] + 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-12T22:24:26.980Z] Sending build context to Docker daemon 330.3MB [2021-05-12T22:24:26.980Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T22:24:26.980Z] Step 2/6 : FROM ${BASE} [2021-05-12T22:24:26.980Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T22:24:26.980Z] 540db60ca938: Pulling fs layer [2021-05-12T22:24:26.980Z] adcc1eea9eea: Pulling fs layer [2021-05-12T22:24:26.980Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T22:24:26.980Z] 0510c868ecb4: Pulling fs layer [2021-05-12T22:24:26.980Z] afea3b2eda06: Pulling fs layer [2021-05-12T22:24:26.980Z] 7809a108b3ef: Pulling fs layer [2021-05-12T22:24:26.980Z] f706445af74f: Pulling fs layer [2021-05-12T22:24:26.980Z] 0510c868ecb4: Waiting [2021-05-12T22:24:26.980Z] afea3b2eda06: Waiting [2021-05-12T22:24:26.980Z] 7809a108b3ef: Waiting [2021-05-12T22:24:26.980Z] f706445af74f: Waiting [2021-05-12T22:24:26.980Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T22:24:26.980Z] 4c4ab2625f07: Download complete [2021-05-12T22:24:26.980Z] adcc1eea9eea: Verifying Checksum [2021-05-12T22:24:26.980Z] adcc1eea9eea: Download complete [2021-05-12T22:24:26.980Z] afea3b2eda06: Verifying Checksum [2021-05-12T22:24:26.980Z] afea3b2eda06: Download complete [2021-05-12T22:24:26.980Z] 7809a108b3ef: Verifying Checksum [2021-05-12T22:24:26.980Z] 7809a108b3ef: Download complete [2021-05-12T22:24:26.980Z] 540db60ca938: Verifying Checksum [2021-05-12T22:24:26.980Z] 540db60ca938: Download complete [2021-05-12T22:24:27.559Z] 540db60ca938: Pull complete [2021-05-12T22:24:27.559Z] adcc1eea9eea: Pull complete [2021-05-12T22:24:27.820Z] 4c4ab2625f07: Pull complete [2021-05-12T22:24:28.784Z] f706445af74f: Verifying Checksum [2021-05-12T22:24:28.784Z] f706445af74f: Download complete [2021-05-12T22:24:29.737Z] 0510c868ecb4: Verifying Checksum [2021-05-12T22:24:29.737Z] 0510c868ecb4: Download complete [2021-05-12T22:24:35.057Z] 0510c868ecb4: Pull complete [2021-05-12T22:24:35.057Z] afea3b2eda06: Pull complete [2021-05-12T22:24:35.057Z] 7809a108b3ef: Pull complete [2021-05-12T22:24:35.842Z] Still waiting to schedule task [2021-05-12T22:24:35.842Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-05-12T22:24:40.402Z] f706445af74f: Pull complete [2021-05-12T22:24:40.402Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T22:24:40.402Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T22:24:40.402Z] ---> b068be0155e3 [2021-05-12T22:24:40.402Z] 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-12T22:24:40.402Z] ---> Running in 7b9b68821ef1 [2021-05-12T22:24:40.976Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:24:41.924Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:24:42.871Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T22:24:42.871Z] (2/12) Installing file (5.39-r0) [2021-05-12T22:24:42.871Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T22:24:43.132Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T22:24:51.285Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T22:24:51.286Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T22:24:51.286Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T22:24:51.550Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T22:24:51.550Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T22:24:51.550Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T22:24:51.813Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T22:24:51.813Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T22:24:51.813Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T22:24:51.813Z] OK: 219 MiB in 52 packages [2021-05-12T22:24:56.029Z] Removing intermediate container 7b9b68821ef1 [2021-05-12T22:24:56.029Z] ---> 72a9149ba1c0 [2021-05-12T22:24:56.029Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T22:24:56.029Z] ---> Running in add74253ba6e [2021-05-12T22:24:56.029Z] Removing intermediate container add74253ba6e [2021-05-12T22:24:56.029Z] ---> 5666822e17f9 [2021-05-12T22:24:56.029Z] Step 5/6 : COPY go.mod . [2021-05-12T22:24:56.029Z] ---> 8c1131d96ea6 [2021-05-12T22:24:56.029Z] Step 6/6 : RUN go mod download [2021-05-12T22:24:56.029Z] ---> Running in 18ddffa6ca0c [2021-05-12T22:25:18.043Z] Removing intermediate container 18ddffa6ca0c [2021-05-12T22:25:18.043Z] ---> e0b39b539cac [2021-05-12T22:25:18.043Z] Successfully built e0b39b539cac [2021-05-12T22:25:18.043Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:25:18.357Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T22:25:18.357Z] . [Pipeline] withDockerContainer [2021-05-12T22:25:18.505Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:25:18.548Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T22:25:19.359Z] $ docker top 89f624e8702a5a01b464d9ee37fb145acbaabc070a54e12d053cc10e026f3b68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:25:19.781Z] + go version [2021-05-12T22:25:19.781Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-12T22:25:19.794Z] $ docker stop --time=1 89f624e8702a5a01b464d9ee37fb145acbaabc070a54e12d053cc10e026f3b68 [2021-05-12T22:25:21.951Z] $ docker rm -f 89f624e8702a5a01b464d9ee37fb145acbaabc070a54e12d053cc10e026f3b68 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:25:22.425Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-12T22:25:22.425Z] . [Pipeline] withDockerContainer [2021-05-12T22:25:22.538Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:25:22.584Z] $ 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/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-12T22:25:23.214Z] $ docker top e99684bba4e47b32d8bc0882fa1ab1fd33086af336d4c1de755e8c7cd8d64938 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T22:25:23.363Z] ========================================================= [2021-05-12T22:25:23.364Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T22:25:23.364Z] ========================================================= [Pipeline] sh [2021-05-12T22:25:23.654Z] + go mod tidy [Pipeline] sh [2021-05-12T22:25:25.878Z] + make test [2021-05-12T22:25:25.878Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T22:25:34.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T22:25:53.122Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T22:26:01.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T22:26:01.708Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T22:26:01.708Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T22:26:04.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T22:26:04.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T22:26:04.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T22:26:04.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T22:26:04.903Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T22:26:06.304Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T22:26:08.897Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T22:26:08.898Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T22:26:08.898Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T22:26:10.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T22:26:10.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T22:26:10.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 28.7% of statements [2021-05-12T22:26:10.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-05-12T22:26:13.457Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.8% of statements [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T22:26:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.086s coverage: 81.2% of statements [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T22:26:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T22:26:13.458Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T22:26:13.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T22:26:13.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements [2021-05-12T22:26:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T22:26:13.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T22:26:14.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.161s coverage: 87.7% of statements [2021-05-12T22:26:14.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T22:26:14.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:26:14.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-05-12T22:26:14.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.172s coverage: 86.7% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T22:26:17.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.093s coverage: 78.3% of statements [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T22:26:17.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 95.1% of statements [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.8% of statements [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.065s coverage: 22.0% of statements [2021-05-12T22:26:21.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2021-05-12T22:26:21.945Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements [2021-05-12T22:26:28.245Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4934 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-05-12T22:26:28.262Z] Running in /w/workspace/edgex-go/484 [Pipeline] { [Pipeline] checkout [2021-05-12T22:26:34.070Z] using credential edgex-jenkins-ssh [2021-05-12T22:26:34.161Z] Cloning the remote Git repository [2021-05-12T22:26:34.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-05-12T22:26:34.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-05-12T22:26:34.234Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:26:34.425Z] > git init /w/workspace/edgex-go/484 # timeout=10 [2021-05-12T22:26:34.514Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:26:34.515Z] > git --version # timeout=10 [2021-05-12T22:26:34.538Z] > git --version # 'git version 2.17.1' [2021-05-12T22:26:34.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:26:34.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:26:37.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.228s coverage: 81.8% of statements [2021-05-12T22:26:37.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 76.0% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 85.4% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.2% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.210s coverage: 64.4% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 66.9% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.199s coverage: 43.4% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.081s coverage: 21.5% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 92.2% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T22:26:45.750Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.774s coverage: 28.7% of statements [2021-05-12T22:26:45.750Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T22:26:45.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T22:26:45.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T22:26:45.751Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.076s coverage: 64.6% of statements [2021-05-12T22:26:45.751Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 97.6% of statements [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-05-12T22:26:47.176Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 28.1% of statements [2021-05-12T22:26:47.176Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T22:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.033s coverage: 85.7% of statements [2021-05-12T22:26:47.438Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T22:26:47.438Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-05-12T22:26:48.013Z] GO111MODULE=on go vet ./... [2021-05-12T22:26:56.195Z] Checking out Revision 21807bed0cea4258a40f185a4e0cb4759d48740d (master) [2021-05-12T22:26:55.377Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:26:55.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T22:26:55.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T22:26:55.458Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T22:26:55.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T22:26:55.478Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T22:26:56.223Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T22:26:56.244Z] > git checkout -f 21807bed0cea4258a40f185a4e0cb4759d48740d # timeout=10 [2021-05-12T22:27:00.697Z] Commit message: "Merge pull request #3450 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.21" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T22:27:02.019Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:27:02.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T22:27:02.757Z] + true [2021-05-12T22:27:02.757Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T22:27:04.793Z] provisioning config files... [2021-05-12T22:27:04.840Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/484@tmp/config2432694048332139373tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:27:05.233Z] ---> docker-login.sh [2021-05-12T22:27:05.233Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:27:06.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:27:06.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:27:06.505Z] Configure a credential helper to remove this warning. See [2021-05-12T22:27:06.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:27:06.505Z] [2021-05-12T22:27:06.505Z] Login Succeeded [2021-05-12T22:27:06.505Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:27:06.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:27:07.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:27:07.069Z] Configure a credential helper to remove this warning. See [2021-05-12T22:27:07.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:27:07.069Z] [2021-05-12T22:27:07.069Z] Login Succeeded [2021-05-12T22:27:07.069Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:27:07.347Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:27:07.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:27:07.624Z] Configure a credential helper to remove this warning. See [2021-05-12T22:27:07.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:27:07.624Z] [2021-05-12T22:27:07.624Z] Login Succeeded [2021-05-12T22:27:07.624Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:27:07.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:27:08.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:27:08.173Z] Configure a credential helper to remove this warning. See [2021-05-12T22:27:08.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:27:08.173Z] [2021-05-12T22:27:08.173Z] Login Succeeded [2021-05-12T22:27:08.173Z] docker.io [2021-05-12T22:27:08.446Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:27:08.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:27:08.722Z] Configure a credential helper to remove this warning. See [2021-05-12T22:27:08.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:27:08.722Z] [2021-05-12T22:27:08.722Z] Login Succeeded [2021-05-12T22:27:08.722Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:27:08.739Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T22:27:09.020Z] ========================================================= [2021-05-12T22:27:09.021Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T22:27:09.021Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:27:09.365Z] + 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-12T22:27:12.008Z] Sending build context to Docker daemon 167.8MB [2021-05-12T22:27:12.008Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T22:27:12.008Z] Step 2/6 : FROM ${BASE} [2021-05-12T22:27:12.008Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T22:27:12.008Z] 595b0fe564bb: Pulling fs layer [2021-05-12T22:27:12.008Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T22:27:12.008Z] 316046926c0a: Pulling fs layer [2021-05-12T22:27:12.008Z] 4ebd0625c992: Pulling fs layer [2021-05-12T22:27:12.008Z] 207e8628e3a3: Pulling fs layer [2021-05-12T22:27:12.008Z] c791037a9be2: Pulling fs layer [2021-05-12T22:27:12.008Z] ffd874e62e21: Pulling fs layer [2021-05-12T22:27:12.008Z] 207e8628e3a3: Waiting [2021-05-12T22:27:12.008Z] c791037a9be2: Waiting [2021-05-12T22:27:12.008Z] 4ebd0625c992: Waiting [2021-05-12T22:27:12.008Z] ffd874e62e21: Waiting [2021-05-12T22:27:12.008Z] 316046926c0a: Download complete [2021-05-12T22:27:12.008Z] 7186ed65a4f7: Download complete [2021-05-12T22:27:12.008Z] 207e8628e3a3: Verifying Checksum [2021-05-12T22:27:12.008Z] 207e8628e3a3: Download complete [2021-05-12T22:27:12.008Z] c791037a9be2: Verifying Checksum [2021-05-12T22:27:12.008Z] c791037a9be2: Download complete [2021-05-12T22:27:12.008Z] 595b0fe564bb: Verifying Checksum [2021-05-12T22:27:12.008Z] 595b0fe564bb: Download complete [2021-05-12T22:27:12.618Z] 595b0fe564bb: Pull complete [2021-05-12T22:27:13.243Z] 7186ed65a4f7: Pull complete [2021-05-12T22:27:13.519Z] 316046926c0a: Pull complete [2021-05-12T22:27:14.505Z] ffd874e62e21: Verifying Checksum [2021-05-12T22:27:14.505Z] ffd874e62e21: Download complete [2021-05-12T22:27:15.484Z] 4ebd0625c992: Verifying Checksum [2021-05-12T22:27:15.484Z] 4ebd0625c992: Download complete [2021-05-12T22:27:20.321Z] gofmt -l . [2021-05-12T22:27:20.321Z] [ "`gofmt -l .`" = "" ] [2021-05-12T22:27:21.268Z] ./bin/test-go-mod-tidy.sh [2021-05-12T22:27:21.842Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T22:27:23.105Z] + ls -al . [2021-05-12T22:27:23.105Z] total 836 [2021-05-12T22:27:23.105Z] drwxrwxr-x 10 1001 1001 4096 May 12 22:27 . [2021-05-12T22:27:23.105Z] drwxr-xr-x 4 root root 32 May 12 22:25 .. [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 11 May 12 22:23 .dockerignore [2021-05-12T22:27:23.105Z] drwxrwxr-x 8 1001 1001 162 May 12 22:23 .git [2021-05-12T22:27:23.105Z] drwxrwxr-x 3 1001 1001 125 May 12 22:23 .github [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 818 May 12 22:23 .gitignore [2021-05-12T22:27:23.105Z] drwx------ 3 1001 1001 45 May 12 22:24 .semver [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 166 May 12 22:23 .sonarcloud.properties [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 8609 May 12 22:23 Attribution.txt [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 3804 May 12 22:23 CONTRIBUTING.md [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 931 May 12 22:23 Dockerfile.build [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 863 May 12 22:23 Jenkinsfile [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 10775 May 12 22:23 LICENSE [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 5594 May 12 22:23 Makefile [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 7978 May 12 22:23 README.md [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 6755 May 12 22:23 SECURITY.md [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 13 May 12 22:24 VERSION [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 4131 May 12 22:23 ZMQWindows.md [2021-05-12T22:27:23.105Z] drwxrwxr-x 2 1001 1001 117 May 12 22:23 bin [2021-05-12T22:27:23.105Z] drwxrwxr-x 14 1001 1001 4096 May 12 22:23 cmd [2021-05-12T22:27:23.105Z] -rw-r--r-- 1 root root 727486 May 12 22:26 coverage.out [2021-05-12T22:27:23.105Z] -rw-r--r-- 1 root root 1060 May 12 22:27 go.mod [2021-05-12T22:27:23.105Z] -rw-r--r-- 1 root root 21706 May 12 22:25 go.sum [2021-05-12T22:27:23.105Z] drwxrwxr-x 8 1001 1001 127 May 12 22:23 internal [2021-05-12T22:27:23.105Z] drwxrwxr-x 4 1001 1001 26 May 12 22:23 openapi [2021-05-12T22:27:23.105Z] drwxrwxr-x 4 1001 1001 71 May 12 22:23 snap [2021-05-12T22:27:23.105Z] -rw-rw-r-- 1 1001 1001 168 May 12 22:23 version.go [Pipeline] sh [2021-05-12T22:27:23.405Z] + '[' -e coverage.out ] [2021-05-12T22:27:23.406Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T22:27:23.648Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T22:27:23.944Z] + make build [2021-05-12T22:27:23.944Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T22:27:25.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T22:27:27.902Z] 4ebd0625c992: Pull complete [2021-05-12T22:27:27.902Z] 207e8628e3a3: Pull complete [2021-05-12T22:27:27.902Z] c791037a9be2: Pull complete [2021-05-12T22:27:32.243Z] ffd874e62e21: Pull complete [2021-05-12T22:27:32.243Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T22:27:32.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T22:27:32.243Z] ---> cfc18b08335c [2021-05-12T22:27:32.243Z] 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-12T22:27:35.632Z] ---> Running in a13845954688 [2021-05-12T22:27:35.988Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T22:27:36.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T22:27:37.065Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:27:37.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T22:27:38.042Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:27:38.572Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T22:27:39.014Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T22:27:39.284Z] (2/12) Installing file (5.39-r0) [2021-05-12T22:27:39.284Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T22:27:39.552Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T22:27:39.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T22:27:41.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T22:27:42.326Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T22:27:43.721Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T22:27:44.671Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T22:27:45.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-12T22:27:49.203Z] $ docker stop --time=1 e99684bba4e47b32d8bc0882fa1ab1fd33086af336d4c1de755e8c7cd8d64938 [2021-05-12T22:27:50.889Z] $ docker rm -f e99684bba4e47b32d8bc0882fa1ab1fd33086af336d4c1de755e8c7cd8d64938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-05-12T22:27:51.905Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T22:27:51.905Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T22:27:51.905Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T22:27:51.905Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T22:27:51.905Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T22:27:52.186Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T22:27:52.186Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T22:27:52.461Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T22:27:52.461Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T22:27:52.461Z] OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:27:54.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:27:54.224Z] [2021-05-12T22:27:54.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:27:54.546Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:27:54.546Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-12T22:27:54.546Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-12T22:27:54.546Z] ca9280d653b3: Pulling fs layer [2021-05-12T22:27:54.546Z] 7e9c9ca2126c: Pulling fs layer [2021-05-12T22:27:55.127Z] cbdbe7a5bc2a: Pull complete [2021-05-12T22:27:55.127Z] ca9280d653b3: Verifying Checksum [2021-05-12T22:27:55.127Z] ca9280d653b3: Download complete [2021-05-12T22:27:56.526Z] ca9280d653b3: Pull complete [2021-05-12T22:27:56.526Z] 7e9c9ca2126c: Download complete [2021-05-12T22:27:56.788Z] Removing intermediate container a13845954688 [2021-05-12T22:27:56.788Z] ---> 129e1ff55afa [2021-05-12T22:27:56.788Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T22:27:56.788Z] ---> Running in 24f90ff2ab74 [2021-05-12T22:27:57.058Z] Removing intermediate container 24f90ff2ab74 [2021-05-12T22:27:57.058Z] ---> 27fe99f9596a [2021-05-12T22:27:57.058Z] Step 5/6 : COPY go.mod . [2021-05-12T22:27:57.649Z] ---> 3e35529517e0 [2021-05-12T22:27:57.649Z] Step 6/6 : RUN go mod download [2021-05-12T22:27:57.649Z] ---> Running in 1f5087630f79 [2021-05-12T22:28:03.172Z] 7e9c9ca2126c: Pull complete [2021-05-12T22:28:03.172Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-12T22:28:03.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:28:03.172Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-12T22:28:03.288Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:28:03.336Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-12T22:28:04.139Z] $ docker top b04a68f5ec5f3a76cd3ca622639afa525de39912fd2d6c8caf3b5e4aaee989e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:04.553Z] + docker-compose build --help [2021-05-12T22:28:04.554Z] + grep parallel [2021-05-12T22:28:05.499Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T22:28:05.513Z] $ docker stop --time=1 b04a68f5ec5f3a76cd3ca622639afa525de39912fd2d6c8caf3b5e4aaee989e5 [2021-05-12T22:28:06.890Z] $ docker rm -f b04a68f5ec5f3a76cd3ca622639afa525de39912fd2d6c8caf3b5e4aaee989e5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:07.384Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-12T22:28:07.384Z] . [Pipeline] withDockerContainer [2021-05-12T22:28:07.484Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:28:07.533Z] $ 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/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@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-12T22:28:08.243Z] $ docker top e00aa2f3e2d523840cf4c730c617ccf6d86a52d7eb4d95e6645d55f75eedeba3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:08.703Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T22:28:09.649Z] Building core-command ... [2021-05-12T22:28:09.649Z] Building core-data ... [2021-05-12T22:28:09.649Z] Building core-metadata ... [2021-05-12T22:28:09.649Z] Building security-bootstrapper ... [2021-05-12T22:28:09.649Z] Building security-proxy-setup ... [2021-05-12T22:28:09.649Z] Building security-secretstore-setup ... [2021-05-12T22:28:09.649Z] Building support-notifications ... [2021-05-12T22:28:09.649Z] Building support-scheduler ... [2021-05-12T22:28:09.649Z] Building sys-mgmt-agent ... [2021-05-12T22:28:09.649Z] Building security-proxy-setup [2021-05-12T22:28:09.649Z] Building security-secretstore-setup [2021-05-12T22:28:09.649Z] Building support-scheduler [2021-05-12T22:28:09.649Z] Building core-metadata [2021-05-12T22:28:09.649Z] Building core-command [2021-05-12T22:28:24.449Z] Removing intermediate container 1f5087630f79 [2021-05-12T22:28:24.449Z] ---> 12ea709faeac [2021-05-12T22:28:24.449Z] Successfully built 12ea709faeac [2021-05-12T22:28:24.449Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:24.785Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T22:28:24.785Z] . [Pipeline] withDockerContainer [2021-05-12T22:28:25.010Z] prd-ubuntu18.04-docker-arm64-4c-16g-4934 does not seem to be running inside a container [2021-05-12T22:28:25.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@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-12T22:28:26.414Z] $ docker top 61fca926843bc19f72ab9406d73401225ac2d94fb197652ee3e4cd1822d478dc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:27.300Z] + go version [2021-05-12T22:28:27.300Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T22:28:27.340Z] $ docker stop --time=1 61fca926843bc19f72ab9406d73401225ac2d94fb197652ee3e4cd1822d478dc [2021-05-12T22:28:29.222Z] $ docker rm -f 61fca926843bc19f72ab9406d73401225ac2d94fb197652ee3e4cd1822d478dc [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-12T22:28:29.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:28:29.907Z] [2021-05-12T22:28:29.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:30.263Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:28:30.263Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-12T22:28:30.263Z] 29e5d40040c1: Pulling fs layer [2021-05-12T22:28:30.263Z] 1ce36da41761: Pulling fs layer [2021-05-12T22:28:30.263Z] 25b303627fd3: Pulling fs layer [2021-05-12T22:28:30.538Z] 29e5d40040c1: Verifying Checksum [2021-05-12T22:28:30.538Z] 29e5d40040c1: Download complete [2021-05-12T22:28:31.137Z] 29e5d40040c1: Pull complete [2021-05-12T22:28:31.137Z] 1ce36da41761: Verifying Checksum [2021-05-12T22:28:31.137Z] 1ce36da41761: Download complete [2021-05-12T22:28:32.574Z] 1ce36da41761: Pull complete [2021-05-12T22:28:32.848Z] 25b303627fd3: Verifying Checksum [2021-05-12T22:28:32.848Z] 25b303627fd3: Download complete [2021-05-12T22:28:41.904Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:28:41.904Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:28:41.904Z] ---> e0b39b539cac [2021-05-12T22:28:41.904Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:28:42.170Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:28:42.170Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:28:42.170Z] ---> e0b39b539cac [2021-05-12T22:28:42.170Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T22:28:42.435Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:28:42.435Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:28:42.435Z] ---> e0b39b539cac [2021-05-12T22:28:42.435Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T22:28:42.435Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:28:42.435Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:28:42.435Z] ---> e0b39b539cac [2021-05-12T22:28:42.435Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:28:43.004Z] 25b303627fd3: Pull complete [2021-05-12T22:28:43.004Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-12T22:28:43.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:28:43.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:28:43.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:28:43.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:28:43.011Z] ---> e0b39b539cac [2021-05-12T22:28:43.011Z] Step 3/23 : WORKDIR /edgex-go [Pipeline] withDockerContainer [2021-05-12T22:28:43.267Z] prd-ubuntu18.04-docker-arm64-4c-16g-4934 does not seem to be running inside a container [2021-05-12T22:28:43.372Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@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-12T22:28:43.962Z] ---> Running in d03b74809696 [2021-05-12T22:28:43.962Z] ---> Running in 07bd927566ec [2021-05-12T22:28:43.962Z] ---> Running in a3a972692298 [2021-05-12T22:28:43.962Z] ---> Running in 94541f464b01 [2021-05-12T22:28:43.962Z] ---> Running in 1c7f4a932073 [2021-05-12T22:28:44.234Z] Removing intermediate container d03b74809696 [2021-05-12T22:28:44.234Z] ---> 629584199126 [2021-05-12T22:28:44.234Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:28:44.501Z] Removing intermediate container 1c7f4a932073 [2021-05-12T22:28:44.501Z] ---> b732a8b74d83 [2021-05-12T22:28:44.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:28:44.501Z] Removing intermediate container a3a972692298 [2021-05-12T22:28:44.501Z] ---> 332ef5a3c986 [2021-05-12T22:28:44.501Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:28:44.501Z] Removing intermediate container 07bd927566ec [2021-05-12T22:28:44.501Z] ---> 8d66af41085c [2021-05-12T22:28:44.501Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:28:44.501Z] Removing intermediate container 94541f464b01 [2021-05-12T22:28:44.501Z] ---> cb41fa75d1a2 [2021-05-12T22:28:44.501Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:28:44.501Z] ---> Running in 1c7ffdba9056 [2021-05-12T22:28:44.501Z] ---> Running in 084820189b0a [2021-05-12T22:28:44.501Z] ---> Running in 433c490c1643 [2021-05-12T22:28:44.501Z] ---> Running in 78ccfb394eb0 [2021-05-12T22:28:44.501Z] ---> Running in 3c84f3fee11b [2021-05-12T22:28:46.441Z] $ docker top 0f2a681111bc927e6dbaaae57dfbb52bbbd250367b647c427d65167e0b976abf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:47.077Z] Removing intermediate container 084820189b0a [2021-05-12T22:28:47.077Z] ---> 297ade2559e1 [2021-05-12T22:28:47.077Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T22:28:47.077Z] Removing intermediate container 1c7ffdba9056 [2021-05-12T22:28:47.077Z] ---> 360677f18a2e [2021-05-12T22:28:47.077Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T22:28:47.077Z] Removing intermediate container 433c490c1643 [2021-05-12T22:28:47.077Z] ---> ddf3ee3323de [2021-05-12T22:28:47.077Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:28:47.077Z] ---> Running in b4a0cdcb95d6 [2021-05-12T22:28:47.077Z] ---> Running in 4781a51bb2c0 [2021-05-12T22:28:47.077Z] ---> Running in c8d0471cda08 [2021-05-12T22:28:47.077Z] Removing intermediate container 3c84f3fee11b [2021-05-12T22:28:47.077Z] ---> ce9957e1d42b [2021-05-12T22:28:47.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T22:28:47.340Z] Removing intermediate container 78ccfb394eb0 [2021-05-12T22:28:47.340Z] ---> e661396d6757 [2021-05-12T22:28:47.340Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:28:47.340Z] ---> Running in e02cdbead1dc [2021-05-12T22:28:47.340Z] ---> Running in 0be9b2ac9feb [2021-05-12T22:28:47.363Z] + grep parallel [2021-05-12T22:28:47.363Z] + docker-compose build --help [2021-05-12T22:28:47.602Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:47.868Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:48.130Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:48.391Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:48.391Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:48.391Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:48.653Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:49.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:49.227Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:49.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:49.227Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:28:49.227Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:49.516Z] Removing intermediate container b4a0cdcb95d6 [2021-05-12T22:28:49.516Z] ---> 83ee4f02eabb [2021-05-12T22:28:49.516Z] Step 6/26 : COPY go.mod . [2021-05-12T22:28:49.516Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:49.783Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:49.783Z] Removing intermediate container 4781a51bb2c0 [2021-05-12T22:28:49.783Z] ---> 8b276f2d2b40 [2021-05-12T22:28:49.783Z] Step 6/24 : COPY go.mod . [2021-05-12T22:28:49.783Z] ---> d09b79cbc2f3 [2021-05-12T22:28:49.783Z] Step 7/26 : RUN go mod download [2021-05-12T22:28:50.045Z] ---> Running in 2a9e9e412e0e [2021-05-12T22:28:50.045Z] OK: 219 MiB in 52 packages [2021-05-12T22:28:50.045Z] ---> 9b1bfdd96a57 [2021-05-12T22:28:50.045Z] Step 7/24 : RUN go mod download [2021-05-12T22:28:50.313Z] ---> Running in f8f6dc94eb11 [2021-05-12T22:28:50.575Z] Removing intermediate container 0be9b2ac9feb [2021-05-12T22:28:50.575Z] ---> 251a1153b420 [2021-05-12T22:28:50.575Z] Step 6/24 : COPY go.mod . [2021-05-12T22:28:50.736Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T22:28:50.779Z] $ docker stop --time=1 0f2a681111bc927e6dbaaae57dfbb52bbbd250367b647c427d65167e0b976abf [2021-05-12T22:28:50.839Z] Removing intermediate container e02cdbead1dc [2021-05-12T22:28:50.839Z] ---> 41694bd4fb62 [2021-05-12T22:28:50.839Z] Step 6/23 : COPY go.mod . [2021-05-12T22:28:51.113Z] ---> bdab83f8a69f [2021-05-12T22:28:51.113Z] Step 7/24 : RUN go mod download [2021-05-12T22:28:51.113Z] ---> Running in 12557ee6fa6f [2021-05-12T22:28:51.396Z] ---> f85634649441 [2021-05-12T22:28:51.396Z] Step 7/23 : RUN go mod download [2021-05-12T22:28:51.396Z] Removing intermediate container c8d0471cda08 [2021-05-12T22:28:51.396Z] ---> fec4d37442d7 [2021-05-12T22:28:51.396Z] Step 6/22 : COPY go.mod . [2021-05-12T22:28:51.396Z] ---> Running in 492762f191e3 [2021-05-12T22:28:52.703Z] $ docker rm -f 0f2a681111bc927e6dbaaae57dfbb52bbbd250367b647c427d65167e0b976abf [2021-05-12T22:28:52.790Z] ---> f8b5b5dc88d8 [2021-05-12T22:28:52.790Z] Step 7/22 : RUN go mod download [2021-05-12T22:28:52.790Z] ---> Running in 0cbe8a496843 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:28:53.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T22:28:53.351Z] . [2021-05-12T22:28:53.365Z] Removing intermediate container 2a9e9e412e0e [2021-05-12T22:28:53.365Z] ---> f573fdefbe51 [2021-05-12T22:28:53.365Z] Step 8/26 : COPY . . [Pipeline] withDockerContainer [2021-05-12T22:28:53.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-4934 does not seem to be running inside a container [2021-05-12T22:28:53.712Z] $ 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/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@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-12T22:28:53.950Z] Removing intermediate container f8f6dc94eb11 [2021-05-12T22:28:53.950Z] ---> 5b93cedde0c5 [2021-05-12T22:28:53.950Z] Step 8/24 : COPY . . [2021-05-12T22:28:54.220Z] Removing intermediate container 12557ee6fa6f [2021-05-12T22:28:54.220Z] ---> a902d17e9cb6 [2021-05-12T22:28:54.220Z] Step 8/24 : COPY . . [2021-05-12T22:28:55.169Z] $ docker top 333858ca48630dcb5558a522340e991dfa90971eb5f5332cb7abb1074afa40ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:28:56.118Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T22:28:59.496Z] Building core-command ... [2021-05-12T22:28:59.496Z] Building core-data ... [2021-05-12T22:28:59.496Z] Building core-metadata ... [2021-05-12T22:28:59.496Z] Building security-bootstrapper ... [2021-05-12T22:28:59.496Z] Building security-proxy-setup ... [2021-05-12T22:28:59.496Z] Building security-secretstore-setup ... [2021-05-12T22:28:59.496Z] Building support-notifications ... [2021-05-12T22:28:59.496Z] Building support-scheduler ... [2021-05-12T22:28:59.496Z] Building sys-mgmt-agent ... [2021-05-12T22:28:59.496Z] Building core-metadata [2021-05-12T22:28:59.496Z] Building security-secretstore-setup [2021-05-12T22:28:59.496Z] Building sys-mgmt-agent [2021-05-12T22:28:59.496Z] Building security-proxy-setup [2021-05-12T22:28:59.496Z] Building core-data [2021-05-12T22:29:01.048Z] Removing intermediate container 492762f191e3 [2021-05-12T22:29:01.048Z] ---> 0d7716eb4db6 [2021-05-12T22:29:01.048Z] Step 8/23 : COPY . . [2021-05-12T22:29:07.777Z] Removing intermediate container 0cbe8a496843 [2021-05-12T22:29:07.777Z] ---> 4ecacb1be63d [2021-05-12T22:29:07.777Z] Step 8/22 : COPY . . [2021-05-12T22:29:40.390Z] ---> c674bc3e4f8d [2021-05-12T22:29:40.390Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:29:40.390Z] ---> 0ae38321ef84 [2021-05-12T22:29:40.390Z] Step 9/26 : RUN go mod tidy [2021-05-12T22:29:40.390Z] ---> d277db1f02ce [2021-05-12T22:29:40.390Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:29:40.390Z] ---> Running in 2f9172ca27ec [2021-05-12T22:29:40.390Z] ---> Running in 32afa767f197 [2021-05-12T22:29:40.390Z] ---> Running in 04844fd2f940 [2021-05-12T22:29:40.390Z] ---> 8081554d0f3b [2021-05-12T22:29:40.390Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:29:40.390Z] ---> Running in b92a287dc80f [2021-05-12T22:29:40.390Z] ---> 4140a837a9d1 [2021-05-12T22:29:40.390Z] Step 9/22 : RUN go mod tidy [2021-05-12T22:29:40.390Z] ---> Running in 2b31c084f9af [2021-05-12T22:29:41.342Z] Removing intermediate container b92a287dc80f [2021-05-12T22:29:41.342Z] ---> f502c265f8a6 [2021-05-12T22:29:41.342Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T22:29:41.613Z] ---> Running in 60e3b5ffe46e [2021-05-12T22:29:41.876Z] Removing intermediate container 2b31c084f9af [2021-05-12T22:29:41.876Z] ---> 19de4e664100 [2021-05-12T22:29:41.876Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T22:29:41.876Z] Removing intermediate container 2f9172ca27ec [2021-05-12T22:29:41.876Z] ---> 73e3a6afdacc [2021-05-12T22:29:41.876Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T22:29:41.876Z] Removing intermediate container 32afa767f197 [2021-05-12T22:29:41.876Z] ---> e2106e264764 [2021-05-12T22:29:41.876Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T22:29:42.148Z] Removing intermediate container 04844fd2f940 [2021-05-12T22:29:42.148Z] ---> 109d5e7c1bcd [2021-05-12T22:29:42.148Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T22:29:42.148Z] ---> Running in d49999ed66c9 [2021-05-12T22:29:42.148Z] ---> Running in d23a2cab02c4 [2021-05-12T22:29:42.148Z] ---> Running in 7c604ed1b660 [2021-05-12T22:29:42.148Z] ---> Running in adc4f13cc4cb [2021-05-12T22:29:42.148Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T22:29:43.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T22:29:43.127Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T22:29:43.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T22:29:43.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T22:29:56.040Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:29:56.040Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:29:56.040Z] ---> 12ea709faeac [2021-05-12T22:29:56.040Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:29:56.040Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:29:56.040Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:29:56.040Z] ---> 12ea709faeac [2021-05-12T22:29:56.040Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:29:56.040Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:29:56.040Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:29:56.040Z] ---> 12ea709faeac [2021-05-12T22:29:56.040Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T22:29:56.040Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:29:56.040Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:29:56.040Z] ---> 12ea709faeac [2021-05-12T22:29:56.040Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T22:29:56.040Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:29:56.040Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:29:56.040Z] ---> 12ea709faeac [2021-05-12T22:29:56.040Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:29:56.040Z] ---> Running in 3a6a2db21553 [2021-05-12T22:29:56.040Z] ---> Running in 873b5df26e7c [2021-05-12T22:29:56.040Z] ---> Running in a501d4af7019 [2021-05-12T22:29:56.040Z] ---> Running in 2fc036f16385 [2021-05-12T22:29:56.040Z] ---> Running in 2b3ac76dc932 [2021-05-12T22:29:56.040Z] Removing intermediate container 2b3ac76dc932 [2021-05-12T22:29:56.040Z] ---> 59739501c61e [2021-05-12T22:29:56.040Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:29:56.040Z] Removing intermediate container a501d4af7019 [2021-05-12T22:29:56.040Z] ---> c6f7606cdfc6 [2021-05-12T22:29:56.040Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:29:56.040Z] Removing intermediate container 3a6a2db21553 [2021-05-12T22:29:56.040Z] ---> 3c0cc726ad17 [2021-05-12T22:29:56.040Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:29:56.040Z] Removing intermediate container 2fc036f16385 [2021-05-12T22:29:56.040Z] ---> 582ff7961273 [2021-05-12T22:29:56.040Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:29:56.040Z] Removing intermediate container 873b5df26e7c [2021-05-12T22:29:56.040Z] ---> ace2ffcb34ad [2021-05-12T22:29:56.040Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:29:56.040Z] ---> Running in 21cb380379a3 [2021-05-12T22:29:56.040Z] ---> Running in 0ad2a5b227ee [2021-05-12T22:29:56.040Z] ---> Running in 6e1a3f260a2c [2021-05-12T22:29:56.040Z] ---> Running in 7dc38c1519ca [2021-05-12T22:29:56.040Z] ---> Running in 17c0f1fdfee1 [2021-05-12T22:29:57.507Z] Removing intermediate container 0ad2a5b227ee [2021-05-12T22:29:57.507Z] ---> c700e577eb68 [2021-05-12T22:29:57.507Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T22:29:57.782Z] ---> Running in c266a4f8e039 [2021-05-12T22:29:58.057Z] Removing intermediate container 21cb380379a3 [2021-05-12T22:29:58.057Z] ---> 426dcf9ae8f0 [2021-05-12T22:29:58.057Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:29:58.057Z] Removing intermediate container 6e1a3f260a2c [2021-05-12T22:29:58.057Z] ---> 37b78cc34783 [2021-05-12T22:29:58.057Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T22:29:58.361Z] ---> Running in d1dcbcfb6260 [2021-05-12T22:29:58.361Z] ---> Running in e50c436d9bf7 [2021-05-12T22:29:58.361Z] Removing intermediate container 17c0f1fdfee1 [2021-05-12T22:29:58.361Z] ---> c972023271de [2021-05-12T22:29:58.361Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T22:29:58.637Z] Removing intermediate container 7dc38c1519ca [2021-05-12T22:29:58.637Z] ---> d5c5195a3deb [2021-05-12T22:29:58.637Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T22:29:58.912Z] ---> Running in 29813605ebb1 [2021-05-12T22:29:58.912Z] ---> Running in 13a1c1a09145 [2021-05-12T22:29:59.537Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:00.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:00.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:00.524Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:00.802Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:00.803Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:01.419Z] OK: 218 MiB in 52 packages [2021-05-12T22:30:01.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:01.419Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:01.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:01.728Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:30:02.344Z] OK: 218 MiB in 52 packages [2021-05-12T22:30:02.649Z] OK: 218 MiB in 52 packages [2021-05-12T22:30:02.954Z] Removing intermediate container c266a4f8e039 [2021-05-12T22:30:02.954Z] ---> 1381fed18f5f [2021-05-12T22:30:02.954Z] Step 6/24 : COPY go.mod . [2021-05-12T22:30:02.954Z] OK: 218 MiB in 52 packages [2021-05-12T22:30:02.954Z] OK: 218 MiB in 52 packages [2021-05-12T22:30:03.947Z] Removing intermediate container e50c436d9bf7 [2021-05-12T22:30:03.947Z] ---> 9c9ca52d4c90 [2021-05-12T22:30:03.947Z] Step 6/24 : COPY go.mod . [2021-05-12T22:30:04.224Z] ---> 187e76c28728 [2021-05-12T22:30:04.224Z] Step 7/24 : RUN go mod download [2021-05-12T22:30:04.501Z] ---> Running in 8e70b28ed46c [2021-05-12T22:30:04.501Z] Removing intermediate container d1dcbcfb6260 [2021-05-12T22:30:04.501Z] ---> 412e32f116a0 [2021-05-12T22:30:04.501Z] Step 6/24 : COPY go.mod . [2021-05-12T22:30:05.112Z] Removing intermediate container 29813605ebb1 [2021-05-12T22:30:05.112Z] ---> 78d931291ea0 [2021-05-12T22:30:05.112Z] Removing intermediate container 13a1c1a09145 [2021-05-12T22:30:05.112Z] Step 6/22 : COPY go.mod . ---> 0e7002cbe408 [2021-05-12T22:30:05.112Z] [2021-05-12T22:30:05.112Z] Step 6/26 : COPY go.mod . [2021-05-12T22:30:05.112Z] ---> 2e0475440f4c [2021-05-12T22:30:05.112Z] Step 7/24 : RUN go mod download [2021-05-12T22:30:05.387Z] ---> Running in 2b7aea6723aa [2021-05-12T22:30:05.664Z] ---> 062856c98f84 [2021-05-12T22:30:05.664Z] Step 7/24 : RUN go mod download [2021-05-12T22:30:05.954Z] ---> Running in 40fa2048fadf [2021-05-12T22:30:06.233Z] ---> 53f5d714c2ee [2021-05-12T22:30:06.233Z] Step 7/26 : RUN go mod download [2021-05-12T22:30:06.233Z] ---> a93245d4b590 [2021-05-12T22:30:06.233Z] Step 7/22 : RUN go mod download [2021-05-12T22:30:06.520Z] ---> Running in dde72307fb0f [2021-05-12T22:30:06.520Z] ---> Running in 5d95ea78b981 [2021-05-12T22:30:07.965Z] Removing intermediate container 8e70b28ed46c [2021-05-12T22:30:08.243Z] ---> 65b616c6039b [2021-05-12T22:30:08.243Z] Step 8/24 : COPY . . [2021-05-12T22:30:09.722Z] Removing intermediate container 2b7aea6723aa [2021-05-12T22:30:09.722Z] ---> 18352b6e6005 [2021-05-12T22:30:09.722Z] Step 8/24 : COPY . . [2021-05-12T22:30:10.009Z] Removing intermediate container 40fa2048fadf [2021-05-12T22:30:10.009Z] ---> 08db3faccd4b [2021-05-12T22:30:10.009Z] Step 8/24 : COPY . . [2021-05-12T22:30:10.998Z] Removing intermediate container 5d95ea78b981 [2021-05-12T22:30:10.998Z] ---> 73683f28064e [2021-05-12T22:30:10.998Z] Step 8/26 : COPY . . [2021-05-12T22:30:11.279Z] Removing intermediate container dde72307fb0f [2021-05-12T22:30:11.280Z] ---> 7a33783e1d85 [2021-05-12T22:30:11.280Z] Step 8/22 : COPY . . [2021-05-12T22:30:15.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T22:30:15.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T22:30:28.276Z] Removing intermediate container d23a2cab02c4 [2021-05-12T22:30:28.276Z] ---> 564502da26b6 [2021-05-12T22:30:28.276Z] [2021-05-12T22:30:28.276Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T22:30:28.276Z] Removing intermediate container 7c604ed1b660 [2021-05-12T22:30:28.276Z] ---> 2c0d9483da52 [2021-05-12T22:30:28.276Z] [2021-05-12T22:30:28.276Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T22:30:28.276Z] Removing intermediate container d49999ed66c9 [2021-05-12T22:30:28.276Z] ---> ecd1c31b9a00 [2021-05-12T22:30:28.276Z] [2021-05-12T22:30:28.276Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:30:28.276Z] Removing intermediate container 60e3b5ffe46e [2021-05-12T22:30:28.276Z] ---> 93842d97302a [2021-05-12T22:30:28.276Z] [2021-05-12T22:30:28.276Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:30:28.276Z] 3.12: Pulling from library/alpine [2021-05-12T22:30:28.276Z] 3.12: Pulling from library/alpine [2021-05-12T22:30:28.276Z] 3.12: Pulling from library/alpine [2021-05-12T22:30:28.276Z] 3.12: Pulling from library/alpine [2021-05-12T22:30:28.276Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:30:28.276Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:30:28.276Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:30:28.276Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:30:28.276Z] Status: Image is up to date for alpine:3.12 [2021-05-12T22:30:28.276Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:30:28.277Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:30:28.277Z] Status: Image is up to date for alpine:3.12 [2021-05-12T22:30:28.277Z] ---> 13621d1b12d4 [2021-05-12T22:30:28.277Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T22:30:28.277Z] ---> 13621d1b12d4 [2021-05-12T22:30:28.277Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:30:28.277Z] ---> 13621d1b12d4 [2021-05-12T22:30:28.277Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T22:30:28.277Z] ---> 13621d1b12d4 [2021-05-12T22:30:28.277Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:30:29.643Z] ---> b4e836c062d5 [2021-05-12T22:30:29.643Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:30:29.643Z] ---> a730a0dda536 [2021-05-12T22:30:29.643Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:30:29.643Z] ---> 34b37af4e081 [2021-05-12T22:30:29.643Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:30:29.643Z] ---> ef6179238954 [2021-05-12T22:30:29.643Z] Step 9/26 : RUN go mod tidy [2021-05-12T22:30:29.917Z] ---> Running in 2c7e2844fc87 [2021-05-12T22:30:29.917Z] ---> Running in 883c7bba3272 [2021-05-12T22:30:29.917Z] ---> Running in 6da32f30ad0d [2021-05-12T22:30:29.917Z] ---> 2faf58167476 [2021-05-12T22:30:29.917Z] Step 9/22 : RUN go mod tidy [2021-05-12T22:30:30.204Z] ---> Running in 14b7efcfd5cd [2021-05-12T22:30:30.204Z] ---> Running in 91838590dc11 [2021-05-12T22:30:30.204Z] ---> Running in f4a01d585329 [2021-05-12T22:30:30.204Z] ---> Running in 654fe9c4b3d6 [2021-05-12T22:30:30.204Z] Removing intermediate container adc4f13cc4cb [2021-05-12T22:30:30.204Z] ---> 9cedd6550d95 [2021-05-12T22:30:30.204Z] [2021-05-12T22:30:30.204Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:30:30.204Z] ---> 13621d1b12d4 [2021-05-12T22:30:30.204Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:30:30.209Z] ---> Running in 992cb3744540 [2021-05-12T22:30:30.209Z] ---> Running in 3052581e6d16 [2021-05-12T22:30:30.469Z] ---> Running in a6c7f26c0101 [2021-05-12T22:30:31.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.073Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.338Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T22:30:31.338Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:30:31.338Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T22:30:31.339Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T22:30:31.339Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:30:31.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.339Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:30:31.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.339Z] OK: 7 MiB in 18 packages [2021-05-12T22:30:31.611Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T22:30:31.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.611Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:30:31.611Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T22:30:31.611Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T22:30:31.611Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:30:31.611Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T22:30:31.611Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:30:31.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:30:31.611Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:30:31.611Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:30:31.611Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:30:31.611Z] OK: 7 MiB in 20 packages [2021-05-12T22:30:31.611Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:30:31.611Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:30:31.874Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:30:31.874Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:30:31.874Z] OK: 6 MiB in 15 packages [2021-05-12T22:30:31.874Z] OK: 6 MiB in 15 packages [2021-05-12T22:30:32.135Z] OK: 6 MiB in 15 packages [2021-05-12T22:30:34.687Z] Removing intermediate container 14b7efcfd5cd [2021-05-12T22:30:34.687Z] ---> ede7d765c41c [2021-05-12T22:30:34.687Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:30:34.687Z] Removing intermediate container f4a01d585329 [2021-05-12T22:30:34.687Z] ---> 0a907bef1c4f [2021-05-12T22:30:34.687Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:30:34.687Z] Removing intermediate container 654fe9c4b3d6 [2021-05-12T22:30:34.687Z] ---> c23f37b0d42b [2021-05-12T22:30:34.687Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:30:34.687Z] ---> Running in b94a181f8873 [2021-05-12T22:30:34.687Z] ---> Running in e65175582963 [2021-05-12T22:30:34.687Z] Removing intermediate container 91838590dc11 [2021-05-12T22:30:34.687Z] ---> 4e627fe106b9 [2021-05-12T22:30:34.687Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:30:34.687Z] Removing intermediate container a6c7f26c0101 [2021-05-12T22:30:34.687Z] ---> 4195e7f4abe5 [2021-05-12T22:30:34.687Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:30:34.687Z] ---> Running in d4510e25ee8b [2021-05-12T22:30:34.687Z] ---> Running in 898d38447315 [2021-05-12T22:30:34.687Z] ---> Running in 0a058e74f555 [2021-05-12T22:30:35.261Z] Removing intermediate container b94a181f8873 [2021-05-12T22:30:35.261Z] ---> f044002c15a6 [2021-05-12T22:30:35.261Z] Step 14/22 : WORKDIR /edgex [2021-05-12T22:30:35.261Z] Removing intermediate container e65175582963 [2021-05-12T22:30:35.261Z] ---> b5b44f782d0a [2021-05-12T22:30:35.261Z] Step 14/26 : WORKDIR / [2021-05-12T22:30:35.261Z] ---> Running in 18720ac5fc8f [2021-05-12T22:30:35.523Z] Removing intermediate container d4510e25ee8b [2021-05-12T22:30:35.523Z] ---> e448ea92a6ef [2021-05-12T22:30:35.523Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T22:30:35.523Z] Removing intermediate container 898d38447315 [2021-05-12T22:30:35.523Z] ---> 7e991daf5dd8 [2021-05-12T22:30:35.523Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T22:30:35.523Z] Removing intermediate container 0a058e74f555 [2021-05-12T22:30:35.523Z] ---> 1c1b31fe77c7 [2021-05-12T22:30:35.523Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T22:30:35.523Z] ---> Running in 2e36e19b7495 [2021-05-12T22:30:35.785Z] ---> Running in 6086accfe813 [2021-05-12T22:30:35.785Z] ---> Running in 5821a7792c58 [2021-05-12T22:30:35.785Z] ---> Running in 92994e47581b [2021-05-12T22:30:35.785Z] Removing intermediate container 18720ac5fc8f [2021-05-12T22:30:35.785Z] ---> 2ac06717eb27 [2021-05-12T22:30:35.785Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T22:30:36.048Z] Removing intermediate container 5821a7792c58 [2021-05-12T22:30:36.048Z] ---> 301b992fa9d1 [2021-05-12T22:30:36.048Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:30:36.048Z] Removing intermediate container 2e36e19b7495 [2021-05-12T22:30:36.048Z] ---> d122b10495dc [2021-05-12T22:30:36.048Z] 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-12T22:30:36.048Z] Removing intermediate container 6086accfe813 [2021-05-12T22:30:36.048Z] ---> 6da8c08953e0 [2021-05-12T22:30:36.048Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:30:36.048Z] Removing intermediate container 92994e47581b [2021-05-12T22:30:36.048Z] ---> d86ea12495a3 [2021-05-12T22:30:36.048Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:30:36.310Z] ---> ff5cd53ff4a7 [2021-05-12T22:30:36.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T22:30:36.311Z] ---> Running in b477a5d1439d [2021-05-12T22:30:36.311Z] ---> Running in 60eb38e2c4b0 [2021-05-12T22:30:36.311Z] ---> Running in 3e31ac6f78a5 [2021-05-12T22:30:36.574Z] Removing intermediate container b477a5d1439d [2021-05-12T22:30:36.575Z] ---> a9d79c68e1b8 [2021-05-12T22:30:36.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:30:36.575Z] ---> 2f33111af4db [2021-05-12T22:30:36.575Z] 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-12T22:30:36.575Z] Removing intermediate container 60eb38e2c4b0 [2021-05-12T22:30:36.575Z] ---> db6c356a58b9 [2021-05-12T22:30:36.575Z] Step 16/24 : WORKDIR / [2021-05-12T22:30:36.837Z] Removing intermediate container 3e31ac6f78a5 [2021-05-12T22:30:36.837Z] ---> 403125accb32 [2021-05-12T22:30:36.837Z] Step 16/24 : WORKDIR / [2021-05-12T22:30:36.965Z] Removing intermediate container 2c7e2844fc87 [2021-05-12T22:30:36.965Z] ---> 9a197ccdb6db [2021-05-12T22:30:36.965Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T22:30:36.965Z] ---> Running in d6c4fda482bd [2021-05-12T22:30:36.965Z] Removing intermediate container 883c7bba3272 [2021-05-12T22:30:36.965Z] ---> 7aa480340a2e [2021-05-12T22:30:36.965Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T22:30:37.102Z] ---> Running in 23cbabb13b0e [2021-05-12T22:30:37.102Z] ---> Running in 527e78e1b628 [2021-05-12T22:30:37.239Z] ---> Running in e4725c294b4e [2021-05-12T22:30:37.374Z] ---> 0fdd642605a7 [2021-05-12T22:30:37.374Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T22:30:37.374Z] ---> 871820be4b43 [2021-05-12T22:30:37.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T22:30:37.374Z] ---> 138f155f8540 [2021-05-12T22:30:37.374Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T22:30:37.374Z] Removing intermediate container 23cbabb13b0e [2021-05-12T22:30:37.374Z] ---> 74b3603ad4d2 [2021-05-12T22:30:37.374Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:30:37.514Z] Removing intermediate container 6da32f30ad0d [2021-05-12T22:30:37.515Z] ---> 37dcdcdfe338 [2021-05-12T22:30:37.515Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T22:30:37.656Z] Removing intermediate container 527e78e1b628 [2021-05-12T22:30:37.656Z] ---> aa5d3fbebb9a [2021-05-12T22:30:37.656Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:30:37.656Z] ---> 5b0a84e64266 [2021-05-12T22:30:37.656Z] 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-12T22:30:37.794Z] ---> Running in 7859ae8a2ee4 [2021-05-12T22:30:37.794Z] Removing intermediate container 992cb3744540 [2021-05-12T22:30:37.794Z] ---> 93feda8ba12e [2021-05-12T22:30:37.794Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T22:30:37.918Z] ---> ff3043471b29 [2021-05-12T22:30:37.918Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T22:30:37.918Z] ---> 3ddfc62effc5 [2021-05-12T22:30:37.918Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T22:30:38.086Z] ---> Running in 567556a7f1a1 [2021-05-12T22:30:38.086Z] Removing intermediate container 3052581e6d16 [2021-05-12T22:30:38.086Z] ---> 0156e2bcaab3 [2021-05-12T22:30:38.086Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T22:30:38.182Z] ---> f92ee3dbc445 [2021-05-12T22:30:38.182Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T22:30:38.182Z] ---> Running in 504a280bff7b [2021-05-12T22:30:38.182Z] ---> 400cbf5871b0 [2021-05-12T22:30:38.182Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T22:30:38.386Z] ---> Running in 684b541b8556 [2021-05-12T22:30:38.448Z] ---> d93211ed0fce [2021-05-12T22:30:38.448Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T22:30:38.448Z] ---> 510da4c0434e [2021-05-12T22:30:38.448Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T22:30:38.711Z] ---> 65c016c19916 [2021-05-12T22:30:38.711Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T22:30:38.711Z] ---> Running in 00b8f1361499 [2021-05-12T22:30:38.711Z] Removing intermediate container 504a280bff7b [2021-05-12T22:30:38.711Z] ---> a92004904e19 [2021-05-12T22:30:38.711Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T22:30:38.981Z] ---> 12574cf18e30 [2021-05-12T22:30:38.981Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T22:30:38.981Z] ---> Running in 1ede67534e16 [2021-05-12T22:30:38.981Z] ---> a37d5991e413 [2021-05-12T22:30:38.981Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T22:30:38.992Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-12T22:30:39.243Z] Removing intermediate container 00b8f1361499 [2021-05-12T22:30:39.243Z] ---> 81d78e323e95 [2021-05-12T22:30:39.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:30:39.243Z] ---> 9aec315fbfbe [2021-05-12T22:30:39.243Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T22:30:39.265Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T22:30:39.507Z] ---> Running in b81c6e8da9d2 [2021-05-12T22:30:39.773Z] ---> f75ff868884e [2021-05-12T22:30:39.774Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T22:30:39.774Z] ---> Running in 4b8e106b91b6 [2021-05-12T22:30:39.774Z] Removing intermediate container 1ede67534e16 [2021-05-12T22:30:39.774Z] ---> 143be9df44f3 [2021-05-12T22:30:39.774Z] Step 20/22 : LABEL arch=x86_64 [2021-05-12T22:30:39.774Z] ---> 94358a6144f6 [2021-05-12T22:30:39.774Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T22:30:39.774Z] ---> Running in 06241355b421 [2021-05-12T22:30:39.774Z] ---> Running in 213d5422f516 [2021-05-12T22:30:39.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T22:30:40.035Z] Removing intermediate container b81c6e8da9d2 [2021-05-12T22:30:40.035Z] ---> cef58101a3b7 [2021-05-12T22:30:40.035Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T22:30:40.035Z] Removing intermediate container 4b8e106b91b6 [2021-05-12T22:30:40.035Z] ---> 3424bba1729c [2021-05-12T22:30:40.035Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:30:40.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-12T22:30:40.298Z] ---> Running in c7ab6ba10ad1 [2021-05-12T22:30:40.298Z] Removing intermediate container 06241355b421 [2021-05-12T22:30:40.298Z] ---> 35b30b2a3f62 [2021-05-12T22:30:40.298Z] Step 21/22 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:30:40.298Z] Removing intermediate container 213d5422f516 [2021-05-12T22:30:40.298Z] ---> cf737bf21bf2 [2021-05-12T22:30:40.298Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:30:40.298Z] ---> 42865f17be11 [2021-05-12T22:30:40.298Z] 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-12T22:30:40.298Z] ---> Running in 74561b2dd345 [2021-05-12T22:30:40.461Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T22:30:40.560Z] ---> Running in 39e40b0cd077 [2021-05-12T22:30:40.560Z] ---> Running in a342ee12a6c0 [2021-05-12T22:30:40.560Z] ---> Running in d4aec015107d [2021-05-12T22:30:40.560Z] Removing intermediate container c7ab6ba10ad1 [2021-05-12T22:30:40.560Z] ---> 730dd014a700 [2021-05-12T22:30:40.560Z] Step 22/23 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:30:40.824Z] ---> Running in 3a66f209463f [2021-05-12T22:30:40.824Z] Removing intermediate container a342ee12a6c0 [2021-05-12T22:30:40.824Z] ---> 606c4100cb08 [2021-05-12T22:30:40.824Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:30:41.086Z] Removing intermediate container 39e40b0cd077 [2021-05-12T22:30:41.086Z] ---> e342963da779 [2021-05-12T22:30:41.086Z] Step 22/22 : LABEL version=2.0.0-dev.215 [2021-05-12T22:30:41.086Z] Removing intermediate container 74561b2dd345 [2021-05-12T22:30:41.086Z] ---> 0199f672457a [2021-05-12T22:30:41.086Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:30:41.354Z] ---> Running in a8f125ec41cf [2021-05-12T22:30:41.354Z] ---> Running in 7c62d5fcef5f [2021-05-12T22:30:41.354Z] Removing intermediate container 3a66f209463f [2021-05-12T22:30:41.354Z] ---> 9a66358e4002 [2021-05-12T22:30:41.354Z] Step 23/23 : LABEL version=2.0.0-dev.215 [2021-05-12T22:30:41.354Z] ---> Running in 026752e4da5a [2021-05-12T22:30:41.621Z] ---> Running in 720da022222d [2021-05-12T22:30:41.621Z] Removing intermediate container a8f125ec41cf [2021-05-12T22:30:41.621Z] ---> d75f4a73c94f [2021-05-12T22:30:41.621Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:30:41.886Z] Removing intermediate container 7c62d5fcef5f [2021-05-12T22:30:41.886Z] ---> 22b7131088de [2021-05-12T22:30:41.886Z] [2021-05-12T22:30:41.886Z] Removing intermediate container 026752e4da5a [2021-05-12T22:30:41.886Z] ---> 0724426422cd [2021-05-12T22:30:41.886Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:30:41.886Z] ---> Running in 9ebc3560be43 [2021-05-12T22:30:41.886Z] Removing intermediate container 720da022222d [2021-05-12T22:30:41.886Z] ---> 4f56ceae661b [2021-05-12T22:30:41.886Z] [2021-05-12T22:30:42.152Z] ---> Running in 65919e36ca54 [2021-05-12T22:30:42.152Z] Successfully built 22b7131088de [2021-05-12T22:30:42.152Z] Successfully built 4f56ceae661b [2021-05-12T22:30:42.415Z] Successfully tagged security-proxy-setup:latest [2021-05-12T22:30:42.415Z]  Building security-proxy-setup ... done Building sys-mgmt-agent [2021-05-12T22:30:42.415Z] Successfully tagged support-scheduler:latest [2021-05-12T22:30:42.415Z] Building security-bootstrapper [2021-05-12T22:30:42.415Z] Removing intermediate container d4aec015107d [2021-05-12T22:30:42.415Z] ---> d599f43f3752 [2021-05-12T22:30:42.415Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T22:30:42.415Z]  Building support-scheduler ... done Removing intermediate container 65919e36ca54 [2021-05-12T22:30:42.415Z] ---> 3b5e10c9be7a [2021-05-12T22:30:42.415Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:30:42.415Z] Removing intermediate container 9ebc3560be43 [2021-05-12T22:30:42.415Z] ---> f2cd343c8d97 [2021-05-12T22:30:42.415Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:30:42.415Z] ---> Running in d34e71b8244b [2021-05-12T22:30:42.680Z] ---> Running in ab37abceea38 [2021-05-12T22:30:42.680Z] ---> Running in 50b3bdcd2e05 [2021-05-12T22:30:42.680Z] Removing intermediate container d34e71b8244b [2021-05-12T22:30:42.680Z] ---> 87e9c5dd6e31 [2021-05-12T22:30:42.680Z] Step 24/26 : LABEL arch=x86_64 [2021-05-12T22:30:42.948Z] Removing intermediate container ab37abceea38 [2021-05-12T22:30:42.948Z] ---> 49525d30bcc4 [2021-05-12T22:30:42.948Z] [2021-05-12T22:30:42.948Z] Removing intermediate container 50b3bdcd2e05 [2021-05-12T22:30:42.948Z] ---> 3f539363572c [2021-05-12T22:30:42.948Z] [2021-05-12T22:30:42.948Z] ---> Running in 43c72aeb7df6 [2021-05-12T22:30:42.948Z] Successfully built 49525d30bcc4 [2021-05-12T22:30:42.948Z] Successfully built 3f539363572c [2021-05-12T22:30:43.215Z] Successfully tagged core-command:latest [2021-05-12T22:30:43.215Z] Building support-notifications [2021-05-12T22:30:43.215Z]  Building core-command ... done Successfully tagged core-metadata:latest [2021-05-12T22:30:43.215Z]  Building core-metadata ... done Building core-data [2021-05-12T22:30:43.215Z] Removing intermediate container 43c72aeb7df6 [2021-05-12T22:30:43.215Z] ---> a0232511fc49 [2021-05-12T22:30:43.215Z] Step 25/26 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:30:43.215Z] ---> Running in a645a685365a [2021-05-12T22:30:43.478Z] Removing intermediate container a645a685365a [2021-05-12T22:30:43.478Z] ---> eea03b1b8bda [2021-05-12T22:30:43.478Z] Step 26/26 : LABEL version=2.0.0-dev.215 [2021-05-12T22:30:43.740Z] ---> Running in 14e4b4e53f62 [2021-05-12T22:30:44.005Z] Removing intermediate container 14e4b4e53f62 [2021-05-12T22:30:44.005Z] ---> b6f38ddb9a04 [2021-05-12T22:30:44.005Z] [2021-05-12T22:30:44.269Z] Successfully built b6f38ddb9a04 [2021-05-12T22:30:44.532Z] Successfully tagged security-secretstore-setup:latest [2021-05-12T22:31:11.225Z]  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:31:11.225Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:31:11.225Z] ---> e0b39b539cac [2021-05-12T22:31:11.225Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> cb41fa75d1a2 [2021-05-12T22:31:11.225Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> ce9957e1d42b [2021-05-12T22:31:11.225Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T22:31:11.225Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:31:11.225Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:31:11.225Z] ---> e0b39b539cac [2021-05-12T22:31:11.225Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> cb41fa75d1a2 [2021-05-12T22:31:11.225Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> ce9957e1d42b [2021-05-12T22:31:11.225Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> 41694bd4fb62 [2021-05-12T22:31:11.225Z] Step 6/32 : COPY go.mod . [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> f85634649441 [2021-05-12T22:31:11.225Z] Step 7/32 : RUN go mod download [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> 0d7716eb4db6 [2021-05-12T22:31:11.225Z] Step 8/32 : COPY . . [2021-05-12T22:31:11.225Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:31:11.225Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:31:11.225Z] ---> e0b39b539cac [2021-05-12T22:31:11.225Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> cb41fa75d1a2 [2021-05-12T22:31:11.225Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> ce9957e1d42b [2021-05-12T22:31:11.225Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T22:31:11.225Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:31:11.225Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:31:11.225Z] ---> e0b39b539cac [2021-05-12T22:31:11.225Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> cb41fa75d1a2 [2021-05-12T22:31:11.225Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> ce9957e1d42b [2021-05-12T22:31:11.225Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> 8081554d0f3b [2021-05-12T22:31:11.225Z] Step 9/32 : RUN go mod tidy [2021-05-12T22:31:11.225Z] ---> Using cache [2021-05-12T22:31:11.225Z] ---> f502c265f8a6 [2021-05-12T22:31:11.225Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T22:31:11.225Z] ---> Running in fd61dda22916 [2021-05-12T22:31:11.225Z] ---> Running in e958c2acb13b [2021-05-12T22:31:11.225Z] ---> Running in afdf1dc32351 [2021-05-12T22:31:11.225Z] ---> Running in f693c8ae7db6 [2021-05-12T22:31:12.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-12T22:31:12.220Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:12.220Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:12.220Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:13.172Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:13.172Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:13.172Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:13.457Z] OK: 219 MiB in 52 packages [2021-05-12T22:31:13.457Z] OK: 219 MiB in 52 packages [2021-05-12T22:31:13.734Z] OK: 219 MiB in 52 packages [2021-05-12T22:31:14.727Z] Removing intermediate container afdf1dc32351 [2021-05-12T22:31:14.727Z] ---> 4d7067ddfe88 [2021-05-12T22:31:14.727Z] Step 6/24 : COPY go.mod . [2021-05-12T22:31:14.727Z] Removing intermediate container fd61dda22916 [2021-05-12T22:31:14.727Z] ---> cbcf963ca820 [2021-05-12T22:31:14.727Z] Step 6/23 : COPY go.mod . [2021-05-12T22:31:15.006Z] Removing intermediate container e958c2acb13b [2021-05-12T22:31:15.006Z] ---> d5e242a67b2f [2021-05-12T22:31:15.006Z] Step 6/24 : COPY go.mod . [2021-05-12T22:31:15.006Z] ---> a69f12a468d8 [2021-05-12T22:31:15.006Z] Step 7/24 : RUN go mod download [2021-05-12T22:31:15.270Z] ---> Running in b74a6253593f [2021-05-12T22:31:15.270Z] ---> d324a0fdd828 [2021-05-12T22:31:15.270Z] Step 7/23 : RUN go mod download [2021-05-12T22:31:15.534Z] ---> Running in bf2aebbe72a4 [2021-05-12T22:31:15.813Z] ---> 786134e91969 [2021-05-12T22:31:15.813Z] Step 7/24 : RUN go mod download [2021-05-12T22:31:15.813Z] ---> Running in 0cf01e01952f [2021-05-12T22:31:18.425Z] Removing intermediate container bf2aebbe72a4 [2021-05-12T22:31:18.425Z] ---> d3fe4a88d1a1 [2021-05-12T22:31:18.425Z] Step 8/23 : COPY . . [2021-05-12T22:31:18.425Z] Removing intermediate container b74a6253593f [2021-05-12T22:31:18.425Z] ---> 50a5edfac602 [2021-05-12T22:31:18.425Z] Step 8/24 : COPY . . [2021-05-12T22:31:18.425Z] Removing intermediate container 0cf01e01952f [2021-05-12T22:31:18.425Z] ---> c90be67dfc6d [2021-05-12T22:31:18.425Z] Step 8/24 : COPY . . [2021-05-12T22:31:45.203Z] Removing intermediate container f693c8ae7db6 [2021-05-12T22:31:45.203Z] ---> 6198903c706c [2021-05-12T22:31:45.203Z] [2021-05-12T22:31:45.203Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T22:31:45.203Z] ---> 13621d1b12d4 [2021-05-12T22:31:45.203Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T22:31:46.599Z] ---> Running in 6686d7687737 [2021-05-12T22:31:48.533Z] Removing intermediate container 6686d7687737 [2021-05-12T22:31:48.533Z] ---> cb9da56c77de [2021-05-12T22:31:48.533Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T22:31:49.572Z] ---> Running in 6b0ecfcc312d [2021-05-12T22:31:49.572Z] ---> 173885befdb8 [2021-05-12T22:31:49.572Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:31:49.572Z] ---> fbc17ef88f4a [2021-05-12T22:31:49.572Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:31:49.883Z] ---> Running in 4aa10949eecb [2021-05-12T22:31:49.883Z] ---> Running in 93a6a897f3db [2021-05-12T22:31:49.883Z] ---> 298d2918a8ec [2021-05-12T22:31:49.883Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:31:49.884Z] ---> Running in 9bf7e8cf24d7 [2021-05-12T22:31:50.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:50.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:31:50.802Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:31:50.802Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T22:31:50.802Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:31:50.802Z] OK: 6 MiB in 16 packages [2021-05-12T22:31:51.383Z] Removing intermediate container 6b0ecfcc312d [2021-05-12T22:31:51.383Z] ---> 63539f09715f [2021-05-12T22:31:51.383Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T22:31:51.383Z] ---> Running in 96c22e89f08f [2021-05-12T22:31:51.648Z] Removing intermediate container 96c22e89f08f [2021-05-12T22:31:51.648Z] ---> bc4ddacb1450 [2021-05-12T22:31:51.648Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T22:31:51.648Z] ---> Running in 6bedc9408245 [2021-05-12T22:31:51.911Z] Removing intermediate container 6bedc9408245 [2021-05-12T22:31:51.911Z] ---> bbe214728230 [2021-05-12T22:31:51.911Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T22:31:51.911Z] ---> Running in 16bd5cd184e9 [2021-05-12T22:31:53.834Z] Removing intermediate container 4aa10949eecb [2021-05-12T22:31:53.834Z] ---> 7a2626190ea1 [2021-05-12T22:31:53.834Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T22:31:53.834Z] Removing intermediate container 9bf7e8cf24d7 [2021-05-12T22:31:53.834Z] ---> 0dfe5e75a4ed [2021-05-12T22:31:53.834Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T22:31:53.834Z] ---> Running in ae0c709e114f [2021-05-12T22:31:54.101Z] Removing intermediate container 16bd5cd184e9 [2021-05-12T22:31:54.101Z] ---> 723c911c2f53 [2021-05-12T22:31:54.101Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T22:31:54.101Z] ---> Running in 4a6a01533b8e [2021-05-12T22:31:54.365Z] Removing intermediate container 93a6a897f3db [2021-05-12T22:31:54.365Z] ---> f2ef68886654 [2021-05-12T22:31:54.365Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T22:31:54.365Z] ---> Running in acf2f1eda019 [2021-05-12T22:31:54.640Z] ---> Running in ba20605864ca [2021-05-12T22:31:54.640Z] Removing intermediate container acf2f1eda019 [2021-05-12T22:31:54.640Z] ---> 7ff623cdeefa [2021-05-12T22:31:54.640Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T22:31:54.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T22:31:54.914Z] ---> 1b6faad3a406 [2021-05-12T22:31:54.914Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T22:31:54.914Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-data/core-data ./cmd/core-data [2021-05-12T22:31:55.182Z] ---> Running in 0bc1c2440669 [2021-05-12T22:31:55.182Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-12T22:31:56.596Z] Removing intermediate container 0bc1c2440669 [2021-05-12T22:31:56.596Z] ---> d82435a84ce6 [2021-05-12T22:31:56.596Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:31:57.179Z] ---> 68ad576953ad [2021-05-12T22:31:57.179Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T22:31:58.594Z] ---> ddfbe2500e72 [2021-05-12T22:31:58.594Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T22:31:58.868Z] ---> 50f1f04b33c0 [2021-05-12T22:31:58.868Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T22:31:59.135Z] ---> 5e2854ef3151 [2021-05-12T22:31:59.135Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T22:32:00.110Z] ---> c3780eed19cf [2021-05-12T22:32:00.110Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T22:32:00.110Z] ---> Running in 4bd84355d5f9 [2021-05-12T22:32:00.698Z] Removing intermediate container 4bd84355d5f9 [2021-05-12T22:32:00.698Z] ---> cf44f77c080f [2021-05-12T22:32:00.698Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T22:32:00.972Z] ---> 734fafecfc83 [2021-05-12T22:32:00.972Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T22:32:01.240Z] ---> Running in fdc5fbc3a7e9 [2021-05-12T22:32:03.844Z] Removing intermediate container fdc5fbc3a7e9 [2021-05-12T22:32:03.845Z] ---> 5e74be9f2e30 [2021-05-12T22:32:03.845Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T22:32:03.845Z] ---> Running in 2d7fd0a79e94 [2021-05-12T22:32:04.433Z] Removing intermediate container 2d7fd0a79e94 [2021-05-12T22:32:04.433Z] ---> 32fe8001c499 [2021-05-12T22:32:04.433Z] Step 29/32 : CMD ["gate"] [2021-05-12T22:32:04.433Z] ---> Running in 3e27590b46b1 [2021-05-12T22:32:04.707Z] Removing intermediate container 3e27590b46b1 [2021-05-12T22:32:04.707Z] ---> c17b40fa56e5 [2021-05-12T22:32:04.707Z] Step 30/32 : LABEL arch=x86_64 [2021-05-12T22:32:04.977Z] ---> Running in 4063b9357914 [2021-05-12T22:32:05.258Z] Removing intermediate container 4063b9357914 [2021-05-12T22:32:05.258Z] ---> cf229cc7fc14 [2021-05-12T22:32:05.258Z] Step 31/32 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:32:05.258Z] ---> Running in 5dc4869671fb [2021-05-12T22:32:05.533Z] Removing intermediate container 5dc4869671fb [2021-05-12T22:32:05.533Z] ---> 968ddb77f6ee [2021-05-12T22:32:05.533Z] Step 32/32 : LABEL version=2.0.0-dev.215 [2021-05-12T22:32:05.801Z] ---> Running in 1e7f18cad9bc [2021-05-12T22:32:06.078Z] Removing intermediate container 1e7f18cad9bc [2021-05-12T22:32:06.078Z] ---> 3fa8cb3dbd02 [2021-05-12T22:32:06.078Z] [2021-05-12T22:32:06.358Z] Successfully built 3fa8cb3dbd02 [2021-05-12T22:32:06.358Z] Successfully tagged security-bootstrapper:latest [2021-05-12T22:32:28.446Z]  Building security-bootstrapper ... done Removing intermediate container ae0c709e114f [2021-05-12T22:32:28.446Z] ---> d920ab7e737a [2021-05-12T22:32:28.446Z] [2021-05-12T22:32:28.446Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:32:28.446Z] ---> 13621d1b12d4 [2021-05-12T22:32:28.446Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T22:32:28.446Z] Removing intermediate container ba20605864ca [2021-05-12T22:32:28.446Z] ---> ddc71a2090a4 [2021-05-12T22:32:28.446Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T22:32:28.446Z] ---> Running in 41b7145d018d [2021-05-12T22:32:28.446Z] ---> Running in ea8198a92121 [2021-05-12T22:32:28.446Z] Removing intermediate container 4a6a01533b8e [2021-05-12T22:32:28.446Z] ---> def7955bde3d [2021-05-12T22:32:28.446Z] [2021-05-12T22:32:28.446Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:32:28.446Z] ---> 13621d1b12d4 [2021-05-12T22:32:28.446Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T22:32:28.446Z] ---> Running in e653ef287f9e [2021-05-12T22:32:28.446Z] Removing intermediate container e653ef287f9e [2021-05-12T22:32:28.446Z] ---> 278fb3960f58 [2021-05-12T22:32:28.446Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T22:32:28.446Z] ---> Running in 401146b2e00f [2021-05-12T22:32:28.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T22:32:28.709Z] Removing intermediate container 401146b2e00f [2021-05-12T22:32:28.709Z] ---> 7a58b9347f1a [2021-05-12T22:32:28.709Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T22:32:28.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:28.709Z] ---> Running in a7c8c5fd4952 [2021-05-12T22:32:28.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:28.976Z] Removing intermediate container a7c8c5fd4952 [2021-05-12T22:32:28.976Z] ---> 39dbd670cb9f [2021-05-12T22:32:28.976Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:32:28.976Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T22:32:28.976Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:32:28.976Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:32:28.976Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:32:29.255Z] OK: 6 MiB in 16 packages [2021-05-12T22:32:29.518Z] ---> Running in 278ce4a07c8d [2021-05-12T22:32:30.464Z] Removing intermediate container ea8198a92121 [2021-05-12T22:32:30.464Z] ---> d9d189014b73 [2021-05-12T22:32:30.464Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:32:30.464Z] ---> Running in b017c6ac10ba [2021-05-12T22:32:30.464Z] Removing intermediate container 41b7145d018d [2021-05-12T22:32:30.464Z] ---> 7cddee4a7ac6 [2021-05-12T22:32:30.464Z] [2021-05-12T22:32:30.464Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T22:32:30.731Z] 20.10.0: Pulling from library/docker [2021-05-12T22:32:30.731Z] Removing intermediate container b017c6ac10ba [2021-05-12T22:32:30.731Z] ---> bf9dcf8f53d4 [2021-05-12T22:32:30.731Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T22:32:30.731Z] ---> Running in d773bda98dc6 [2021-05-12T22:32:30.999Z] Removing intermediate container d773bda98dc6 [2021-05-12T22:32:30.999Z] ---> 2061e0c98a8d [2021-05-12T22:32:30.999Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:32:31.574Z] ---> Running in 8e62c5d07415 [2021-05-12T22:32:32.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-12T22:32:32.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-12T22:32:32.525Z] Removing intermediate container 278ce4a07c8d [2021-05-12T22:32:32.525Z] ---> 0fda7137c21d [2021-05-12T22:32:32.525Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T22:32:33.101Z] Removing intermediate container 8e62c5d07415 [2021-05-12T22:32:33.101Z] ---> e630af80a8b3 [2021-05-12T22:32:33.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:32:33.101Z] ---> Running in 4f8a18ecc520 [2021-05-12T22:32:33.688Z] ---> 35bede752043 [2021-05-12T22:32:33.688Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T22:32:33.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:34.272Z] ---> 17012c0a0e79 [2021-05-12T22:32:34.272Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T22:32:34.272Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:34.854Z] ---> 60cf88a3a575 [2021-05-12T22:32:34.854Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T22:32:34.854Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:32:34.854Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T22:32:34.854Z] ---> Running in 5d83c9d96f43 [2021-05-12T22:32:34.854Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T22:32:35.120Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T22:32:35.120Z] Removing intermediate container 5d83c9d96f43 [2021-05-12T22:32:35.120Z] ---> db68dcd880fa [2021-05-12T22:32:35.120Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:32:35.387Z] ---> Running in 271682edfe62 [2021-05-12T22:32:35.652Z] Removing intermediate container 271682edfe62 [2021-05-12T22:32:35.652Z] ---> 2b411b4f85b9 [2021-05-12T22:32:35.652Z] Step 21/23 : LABEL arch=x86_64 [2021-05-12T22:32:35.652Z] ---> Running in 5c91ef706c10 [2021-05-12T22:32:35.914Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T22:32:35.915Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T22:32:35.915Z] Removing intermediate container 5c91ef706c10 [2021-05-12T22:32:35.915Z] ---> bb360d345360 [2021-05-12T22:32:35.915Z] Step 22/23 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:32:36.183Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:32:36.183Z] OK: 8 MiB in 20 packages [2021-05-12T22:32:36.183Z] ---> Running in e57423b82470 [2021-05-12T22:32:36.452Z] Removing intermediate container e57423b82470 [2021-05-12T22:32:36.452Z] ---> e5cd8fa22144 [2021-05-12T22:32:36.452Z] Step 23/23 : LABEL version=2.0.0-dev.215 [2021-05-12T22:32:36.452Z] ---> Running in 64bc361528de [2021-05-12T22:32:36.723Z] Removing intermediate container 64bc361528de [2021-05-12T22:32:36.723Z] ---> e0624b381900 [2021-05-12T22:32:36.723Z] [2021-05-12T22:32:36.723Z] Removing intermediate container 4f8a18ecc520 [2021-05-12T22:32:36.723Z] ---> a9213d2386a7 [2021-05-12T22:32:36.723Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:32:36.985Z] Successfully built e0624b381900 [2021-05-12T22:32:37.248Z] Successfully tagged support-notifications:latest [2021-05-12T22:32:37.248Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T22:32:37.248Z]  Building support-notifications ... done Status: Downloaded newer image for docker:20.10.0 [2021-05-12T22:32:37.248Z] ---> aefe523efa57 [2021-05-12T22:32:37.248Z] 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-12T22:32:37.248Z] ---> 11d40e9cd06b [2021-05-12T22:32:37.248Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T22:32:37.248Z] ---> Running in 88fd9edf367f [2021-05-12T22:32:37.511Z] Removing intermediate container 88fd9edf367f [2021-05-12T22:32:37.511Z] ---> 059a33b4caa2 [2021-05-12T22:32:37.511Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T22:32:37.511Z] ---> Running in a3c0b9576f5d [2021-05-12T22:32:37.773Z] ---> bbde31610bb7 [2021-05-12T22:32:37.773Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T22:32:38.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:38.349Z] ---> c02e28bc1f7b [2021-05-12T22:32:38.349Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T22:32:38.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-12T22:32:38.349Z] ---> Running in 8ec1d0d3d798 [2021-05-12T22:32:38.349Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T22:32:38.349Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T22:32:38.349Z] Removing intermediate container 8ec1d0d3d798 [2021-05-12T22:32:38.349Z] ---> 3cc62617c4fa [2021-05-12T22:32:38.349Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:32:38.349Z] Executing bash-5.0.17-r0.post-install [2021-05-12T22:32:38.349Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:32:38.349Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T22:32:38.349Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T22:32:38.349Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T22:32:38.349Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T22:32:38.611Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T22:32:38.611Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T22:32:38.611Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T22:32:38.611Z] ---> Running in 74bdae6ac5c8 [2021-05-12T22:32:38.611Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T22:32:38.611Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T22:32:38.611Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T22:32:39.558Z] Removing intermediate container 74bdae6ac5c8 [2021-05-12T22:32:39.558Z] ---> b2b92638fa59 [2021-05-12T22:32:39.558Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:32:40.849Z] Removing intermediate container 684b541b8556 [2021-05-12T22:32:40.849Z] ---> e6e8e19162db [2021-05-12T22:32:40.849Z] [2021-05-12T22:32:40.849Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T22:32:40.849Z] Removing intermediate container 567556a7f1a1 [2021-05-12T22:32:40.849Z] ---> 1b0ffc09b479 [2021-05-12T22:32:40.849Z] [2021-05-12T22:32:40.849Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T22:32:40.849Z] 3.12: Pulling from library/alpine [2021-05-12T22:32:40.849Z] 3.12: Pulling from library/alpine [2021-05-12T22:32:42.320Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:32:42.320Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T22:32:42.320Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:32:42.320Z] ---> 9852663dfa18 [2021-05-12T22:32:42.320Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T22:32:42.320Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T22:32:42.320Z] ---> 9852663dfa18 [2021-05-12T22:32:42.320Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T22:32:42.867Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T22:32:42.867Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T22:32:42.867Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T22:32:42.867Z] ---> Running in 78a1fa04c4ef [2021-05-12T22:32:42.867Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T22:32:42.867Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T22:32:42.867Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T22:32:42.867Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T22:32:42.867Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T22:32:42.867Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T22:32:42.867Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T22:32:43.336Z] ---> Running in a5b803c1573f [2021-05-12T22:32:43.336Z] ---> Running in 3656bb7301ed [2021-05-12T22:32:43.440Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T22:32:43.440Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T22:32:43.440Z] Removing intermediate container 78a1fa04c4ef [2021-05-12T22:32:43.440Z] ---> 54924cde1fc8 [2021-05-12T22:32:43.440Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:32:43.440Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T22:32:43.701Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T22:32:43.701Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T22:32:43.701Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T22:32:43.968Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T22:32:43.968Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T22:32:43.968Z] ---> Running in 6f6a082aa39a [2021-05-12T22:32:43.968Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T22:32:43.968Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T22:32:43.968Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T22:32:43.968Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T22:32:43.968Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T22:32:43.968Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T22:32:43.968Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T22:32:43.968Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T22:32:44.340Z] Removing intermediate container 7859ae8a2ee4 [2021-05-12T22:32:44.341Z] ---> 8ce9940622ad [2021-05-12T22:32:44.341Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T22:32:44.915Z] Removing intermediate container 6f6a082aa39a [2021-05-12T22:32:44.916Z] ---> 2569a6690320 [2021-05-12T22:32:44.916Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:32:44.961Z] ---> Running in 48fbb4550ae6 [2021-05-12T22:32:45.494Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T22:32:45.495Z] OK: 72 MiB in 59 packages [2021-05-12T22:32:45.495Z] ---> Running in c0574b4695f8 [2021-05-12T22:32:45.495Z] Removing intermediate container c0574b4695f8 [2021-05-12T22:32:45.495Z] ---> 6b9a59466dcf [2021-05-12T22:32:45.495Z] [2021-05-12T22:32:45.582Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:45.756Z] Successfully built 6b9a59466dcf [2021-05-12T22:32:45.756Z] Successfully tagged core-data:latest [2021-05-12T22:32:45.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:45.862Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:46.149Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:32:46.332Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-05-12T22:32:46.333Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T22:32:46.595Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T22:32:46.595Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T22:32:46.758Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T22:32:46.758Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T22:32:46.758Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:32:46.758Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T22:32:46.758Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:32:46.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-12T22:32:46.758Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T22:32:46.758Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T22:32:46.758Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T22:32:46.758Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T22:32:46.758Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:32:46.758Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T22:32:46.758Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:32:47.044Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:32:47.044Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:32:47.044Z] OK: 7 MiB in 18 packages [2021-05-12T22:32:47.169Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T22:32:47.169Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T22:32:47.328Z] OK: 7 MiB in 20 packages [2021-05-12T22:32:47.743Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T22:32:47.743Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T22:32:48.004Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T22:32:48.004Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T22:32:48.265Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T22:32:48.265Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T22:32:48.526Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T22:32:48.526Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T22:32:48.526Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T22:32:48.526Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T22:32:49.098Z] Collecting PyYAML<4,>=3.10 [2021-05-12T22:32:49.098Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T22:32:50.048Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T22:32:50.048Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T22:32:50.048Z] 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-12T22:32:50.048Z] Collecting idna<2.8,>=2.5 [2021-05-12T22:32:50.310Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T22:32:50.310Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T22:32:50.310Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T22:32:50.310Z] 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-12T22:32:50.310Z] 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-12T22:32:50.572Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T22:32:50.572Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T22:32:50.572Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T22:32:50.572Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T22:32:50.572Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T22:32:50.572Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T22:32:50.572Z] Installing collected packages: docopt, dockerpty, jsonschema, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, PyYAML, docker-compose [2021-05-12T22:32:50.572Z] Running setup.py install for docopt: started [2021-05-12T22:32:50.790Z] Removing intermediate container 3656bb7301ed [2021-05-12T22:32:50.790Z] ---> 2bd4c7eca419 [2021-05-12T22:32:50.790Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:32:50.790Z] Removing intermediate container a5b803c1573f [2021-05-12T22:32:50.790Z] ---> 4af44ceb0d6f [2021-05-12T22:32:50.790Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T22:32:50.790Z] ---> Running in 2c20fc90c5ed [2021-05-12T22:32:50.790Z] ---> Running in 8b437f509ba6 [2021-05-12T22:32:51.146Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T22:32:51.146Z] Running setup.py install for dockerpty: started [2021-05-12T22:32:51.719Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T22:32:51.719Z] Attempting uninstall: idna [2021-05-12T22:32:51.719Z] Found existing installation: idna 2.9 [2021-05-12T22:32:51.719Z] Uninstalling idna-2.9: [2021-05-12T22:32:51.719Z] Successfully uninstalled idna-2.9 [2021-05-12T22:32:51.783Z] Removing intermediate container 48fbb4550ae6 [2021-05-12T22:32:51.783Z] ---> c0f376e88f3f [2021-05-12T22:32:51.783Z] [2021-05-12T22:32:51.783Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T22:32:51.783Z] 20.10.0: Pulling from library/docker [2021-05-12T22:32:51.783Z] Removing intermediate container 8b437f509ba6 [2021-05-12T22:32:51.783Z] ---> 2485fbd5ae75 [2021-05-12T22:32:51.783Z] Step 14/22 : WORKDIR /edgex [2021-05-12T22:32:51.783Z] Removing intermediate container 2c20fc90c5ed [2021-05-12T22:32:51.783Z] ---> 5740cf204434 [2021-05-12T22:32:51.783Z] Step 14/26 : WORKDIR / [2021-05-12T22:32:51.981Z] Attempting uninstall: urllib3 [2021-05-12T22:32:51.982Z] Found existing installation: urllib3 1.25.9 [2021-05-12T22:32:51.982Z] Uninstalling urllib3-1.25.9: [2021-05-12T22:32:51.982Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T22:32:52.068Z] ---> Running in 50821d19bd75 [2021-05-12T22:32:52.243Z] Attempting uninstall: requests [2021-05-12T22:32:52.244Z] Found existing installation: requests 2.23.0 [2021-05-12T22:32:52.244Z] Uninstalling requests-2.23.0: [2021-05-12T22:32:52.244Z] Successfully uninstalled requests-2.23.0 [2021-05-12T22:32:52.349Z] ---> Running in b98d55cc7ad3 [2021-05-12T22:32:53.682Z] Running setup.py install for texttable: started [2021-05-12T22:32:54.378Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T22:32:54.378Z] Running setup.py install for PyYAML: started [2021-05-12T22:32:54.381Z] Removing intermediate container 50821d19bd75 [2021-05-12T22:32:54.381Z] ---> 75be21b5ba69 [2021-05-12T22:32:54.381Z] 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-12T22:32:54.381Z] Removing intermediate container b98d55cc7ad3 [2021-05-12T22:32:54.381Z] ---> 2d7816db2951 [2021-05-12T22:32:54.381Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T22:32:54.676Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T22:32:54.958Z] 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-12T22:32:57.022Z] ---> 8fcc10dcbd81 [2021-05-12T22:32:57.022Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T22:32:57.022Z] ---> 7927afec5080 [2021-05-12T22:32:57.022Z] 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-12T22:32:57.632Z] Removing intermediate container d6c4fda482bd [2021-05-12T22:32:57.632Z] ---> 73733a46fe8a [2021-05-12T22:32:57.632Z] [2021-05-12T22:32:57.632Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:32:57.632Z] ---> 9852663dfa18 [2021-05-12T22:32:57.632Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:33:00.267Z] ---> Running in e51c469233c1 [2021-05-12T22:33:00.267Z] ---> 16bb5f9342d6 [2021-05-12T22:33:00.267Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T22:33:00.267Z] ---> 7fabab398d73 [2021-05-12T22:33:00.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T22:33:01.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:02.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:02.621Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T22:33:02.621Z] ---> f8b8f27120c5 [2021-05-12T22:33:02.621Z] 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-12T22:33:02.621Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:33:02.621Z] OK: 5 MiB in 15 packages [2021-05-12T22:33:03.119Z] Removing intermediate container a3c0b9576f5d [2021-05-12T22:33:03.119Z] ---> 70c69a98185c [2021-05-12T22:33:03.119Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T22:33:03.119Z] ---> Running in d3f04cac618a [2021-05-12T22:33:03.119Z] Removing intermediate container d3f04cac618a [2021-05-12T22:33:03.119Z] ---> 4758c50e0f6a [2021-05-12T22:33:03.119Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T22:33:03.119Z] ---> Running in 732e5538eed2 [2021-05-12T22:33:03.119Z] Removing intermediate container 732e5538eed2 [2021-05-12T22:33:03.119Z] ---> 247633792b2f [2021-05-12T22:33:03.119Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T22:33:03.246Z] ---> b874048d5a92 [2021-05-12T22:33:03.246Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T22:33:03.381Z] ---> ee3da6d4ee7f [2021-05-12T22:33:03.381Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T22:33:03.643Z] ---> 1ce1e19693e7 [2021-05-12T22:33:03.643Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T22:33:04.216Z] ---> 74fb6fcaf295 [2021-05-12T22:33:04.216Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T22:33:04.216Z] ---> Running in 204e8d0db80a [2021-05-12T22:33:04.216Z] Removing intermediate container 204e8d0db80a [2021-05-12T22:33:04.216Z] ---> d01a55c213ef [2021-05-12T22:33:04.216Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:33:04.230Z] ---> Running in a8bd54814841 [2021-05-12T22:33:04.230Z] ---> 911f619d01a0 [2021-05-12T22:33:04.230Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T22:33:04.478Z] ---> Running in 28cc04e3a989 [2021-05-12T22:33:04.478Z] Removing intermediate container 28cc04e3a989 [2021-05-12T22:33:04.478Z] ---> 51fdb02b9d8c [2021-05-12T22:33:04.478Z] Step 22/24 : LABEL arch=x86_64 [2021-05-12T22:33:04.741Z] ---> Running in 6967104a6407 [2021-05-12T22:33:04.741Z] Removing intermediate container 6967104a6407 [2021-05-12T22:33:04.741Z] ---> b448bf6f0fce [2021-05-12T22:33:04.741Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:04.741Z] ---> Running in f6e52700db4d [2021-05-12T22:33:04.839Z] Removing intermediate container a8bd54814841 [2021-05-12T22:33:04.839Z] ---> f1715956ac83 [2021-05-12T22:33:04.839Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T22:33:04.839Z] Removing intermediate container e4725c294b4e [2021-05-12T22:33:04.839Z] ---> 314512bc452a [2021-05-12T22:33:04.839Z] [2021-05-12T22:33:04.839Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:33:04.839Z] ---> 9852663dfa18 [2021-05-12T22:33:04.839Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T22:33:05.007Z] Removing intermediate container f6e52700db4d [2021-05-12T22:33:05.007Z] ---> 3bee3a1ca2c8 [2021-05-12T22:33:05.007Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:33:05.007Z] ---> Running in 1f6edcba9ed0 [2021-05-12T22:33:05.112Z] Removing intermediate container e51c469233c1 [2021-05-12T22:33:05.112Z] ---> c724e727505e [2021-05-12T22:33:05.112Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:33:05.271Z] Removing intermediate container 1f6edcba9ed0 [2021-05-12T22:33:05.271Z] ---> 9ec21557d961 [2021-05-12T22:33:05.271Z] [2021-05-12T22:33:05.271Z] Successfully built 9ec21557d961 [2021-05-12T22:33:05.391Z] ---> Running in 7d9e6078c3c3 [2021-05-12T22:33:05.391Z] ---> Running in 04eed1b58be1 [2021-05-12T22:33:05.391Z] ---> Running in a0b1c3feae47 [2021-05-12T22:33:05.533Z] Successfully tagged sys-mgmt-agent:latest [2021-05-12T22:33:05.668Z] ---> 09d930c738d5 [2021-05-12T22:33:05.668Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T22:33:05.941Z] Removing intermediate container 7d9e6078c3c3 [2021-05-12T22:33:05.941Z] ---> 5bdaca4fb413 [2021-05-12T22:33:05.941Z] Step 20/22 : LABEL arch=arm64 [2021-05-12T22:33:06.116Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-05-12T22:33:06.123Z] $ docker stop --time=1 e00aa2f3e2d523840cf4c730c617ccf6d86a52d7eb4d95e6645d55f75eedeba3 [2021-05-12T22:33:06.214Z] ---> Running in 3abb2365ea2f [2021-05-12T22:33:06.214Z] Removing intermediate container a0b1c3feae47 [2021-05-12T22:33:06.214Z] ---> 3e084df74c33 [2021-05-12T22:33:06.214Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T22:33:06.214Z] Removing intermediate container 04eed1b58be1 [2021-05-12T22:33:06.214Z] ---> 3a9f6a0f8585 [2021-05-12T22:33:06.214Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T22:33:06.488Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T22:33:06.488Z] ---> Running in 5b95469967f6 [2021-05-12T22:33:06.488Z] ---> Running in c44ac7adf880 [2021-05-12T22:33:06.488Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T22:33:06.488Z] ---> eeaf43b92773 [2021-05-12T22:33:06.488Z] 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-12T22:33:06.759Z] Removing intermediate container 3abb2365ea2f [2021-05-12T22:33:06.759Z] ---> 50bb880ca2f2 [2021-05-12T22:33:06.759Z] Step 21/22 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:06.759Z] ---> Running in 0dfed8f1e003 [2021-05-12T22:33:07.055Z] ---> Running in 3675f8f1282e [2021-05-12T22:33:07.055Z] ---> ae509b92f954 [2021-05-12T22:33:07.055Z] Removing intermediate container 5b95469967f6 [2021-05-12T22:33:07.055Z] ---> 89fcb39259f5 [2021-05-12T22:33:07.055Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:33:07.055Z] Removing intermediate container c44ac7adf880 [2021-05-12T22:33:07.055Z] ---> 571c5787ec4c [2021-05-12T22:33:07.055Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T22:33:07.055Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T22:33:07.332Z] Removing intermediate container 0dfed8f1e003 [2021-05-12T22:33:07.332Z] ---> 8bd13f8a8712 [2021-05-12T22:33:07.332Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T22:33:07.618Z] ---> Running in fba19ddb47dd [2021-05-12T22:33:07.618Z] ---> Running in 624cc3a713d1 [2021-05-12T22:33:07.618Z] Removing intermediate container 3675f8f1282e [2021-05-12T22:33:07.618Z] ---> eeaa23e47cd3 [2021-05-12T22:33:07.618Z] Step 22/22 : LABEL version=2.0.0-dev.215 [2021-05-12T22:33:07.618Z] ---> Running in ee21d1cd94c3 [2021-05-12T22:33:07.743Z] $ docker rm -f e00aa2f3e2d523840cf4c730c617ccf6d86a52d7eb4d95e6645d55f75eedeba3 [2021-05-12T22:33:07.890Z] ---> Running in f7c704ef5db5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:33:08.170Z] ---> 53523c22abcf [2021-05-12T22:33:08.170Z] 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-12T22:33:08.170Z] ---> Running in cf336ae06b63 [2021-05-12T22:33:08.170Z] Removing intermediate container 624cc3a713d1 [2021-05-12T22:33:08.170Z] ---> 20ebb01aefe7 [2021-05-12T22:33:08.170Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:33:08.204Z] + docker images [2021-05-12T22:33:08.457Z] Removing intermediate container fba19ddb47dd [2021-05-12T22:33:08.457Z] ---> f07e4e5f76ac [2021-05-12T22:33:08.457Z] Step 16/24 : WORKDIR / [2021-05-12T22:33:08.457Z] ---> Running in 45e2bd767547 [2021-05-12T22:33:08.457Z] Removing intermediate container f7c704ef5db5 [2021-05-12T22:33:08.457Z] ---> 244603e41a09 [2021-05-12T22:33:08.457Z] [2021-05-12T22:33:08.735Z] ---> Running in 5fe5ffd2bb50 [2021-05-12T22:33:08.779Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T22:33:08.779Z] sys-mgmt-agent latest 9ec21557d961 3 seconds ago 312MB [2021-05-12T22:33:08.779Z] core-data latest 6b9a59466dcf 23 seconds ago 21.5MB [2021-05-12T22:33:08.779Z] support-notifications latest e0624b381900 32 seconds ago 17.7MB [2021-05-12T22:33:08.779Z] 7cddee4a7ac6 38 seconds ago 1.15GB [2021-05-12T22:33:08.779Z] def7955bde3d 41 seconds ago 1.17GB [2021-05-12T22:33:08.779Z] d920ab7e737a 43 seconds ago 1.16GB [2021-05-12T22:33:08.779Z] security-bootstrapper latest 3fa8cb3dbd02 About a minute ago 18.2MB [2021-05-12T22:33:08.779Z] 6198903c706c About a minute ago 1.15GB [2021-05-12T22:33:08.779Z] security-secretstore-setup latest b6f38ddb9a04 2 minutes ago 25.7MB [2021-05-12T22:33:08.779Z] core-command latest 49525d30bcc4 2 minutes ago 17MB [2021-05-12T22:33:08.779Z] core-metadata latest 3f539363572c 2 minutes ago 18.6MB [2021-05-12T22:33:08.779Z] support-scheduler latest 4f56ceae661b 2 minutes ago 17.1MB [2021-05-12T22:33:08.779Z] security-proxy-setup latest 22b7131088de 2 minutes ago 25.3MB [2021-05-12T22:33:08.779Z] 9cedd6550d95 2 minutes ago 1.17GB [2021-05-12T22:33:08.779Z] 93842d97302a 2 minutes ago 1.16GB [2021-05-12T22:33:08.779Z] 564502da26b6 2 minutes ago 1.16GB [2021-05-12T22:33:08.779Z] 2c0d9483da52 2 minutes ago 1.15GB [2021-05-12T22:33:08.779Z] ecd1c31b9a00 2 minutes ago 1.16GB [2021-05-12T22:33:08.779Z] ci-base-image-x86_64 latest e0b39b539cac 7 minutes ago 648MB [2021-05-12T22:33:08.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB [2021-05-12T22:33:08.779Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB [2021-05-12T22:33:08.779Z] alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB [2021-05-12T22:33:08.779Z] docker 20.10.0 aefe523efa57 5 months ago 240MB [2021-05-12T22:33:08.779Z] 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-12T22:33:08.947Z] provisioning config files... [2021-05-12T22:33:09.003Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/484@tmp/config7828453911259462843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:33:09.332Z] ---> docker-login.sh [2021-05-12T22:33:09.333Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:33:09.333Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:33:09.342Z] Successfully built 244603e41a09 [2021-05-12T22:33:09.342Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-12T22:33:09.342Z]  Building security-proxy-setup ... done Building support-scheduler [2021-05-12T22:33:09.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:09.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:33:09.594Z] Configure a credential helper to remove this warning. See [2021-05-12T22:33:09.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:33:09.594Z] [2021-05-12T22:33:09.594Z] Login Succeeded [2021-05-12T22:33:09.594Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:33:09.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:33:09.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:33:09.594Z] Configure a credential helper to remove this warning. See [2021-05-12T22:33:09.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:33:09.594Z] [2021-05-12T22:33:09.594Z] Login Succeeded [2021-05-12T22:33:09.594Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:33:09.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:09.620Z] Removing intermediate container 5fe5ffd2bb50 [2021-05-12T22:33:09.620Z] ---> 860422cf88d9 [2021-05-12T22:33:09.620Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:33:09.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:33:09.858Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:33:09.858Z] Configure a credential helper to remove this warning. See [2021-05-12T22:33:09.858Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:33:09.858Z] [2021-05-12T22:33:09.858Z] Login Succeeded [2021-05-12T22:33:09.858Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:33:10.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:33:10.129Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:33:10.129Z] Configure a credential helper to remove this warning. See [2021-05-12T22:33:10.129Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:33:10.129Z] [2021-05-12T22:33:10.129Z] Login Succeeded [2021-05-12T22:33:10.129Z] docker.io [2021-05-12T22:33:10.129Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:33:10.238Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T22:33:10.238Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T22:33:10.238Z] Executing bash-5.0.17-r0.post-install [2021-05-12T22:33:10.238Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T22:33:10.238Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T22:33:10.238Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T22:33:10.238Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T22:33:10.238Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T22:33:10.238Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T22:33:10.238Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T22:33:10.238Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T22:33:10.238Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T22:33:10.238Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T22:33:10.238Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T22:33:10.403Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:33:10.403Z] Configure a credential helper to remove this warning. See [2021-05-12T22:33:10.403Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:33:10.403Z] [2021-05-12T22:33:10.403Z] Login Succeeded [2021-05-12T22:33:10.403Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:33:10.419Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:10.485Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-05-12T22:33:10.485Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:10.485Z] 2.0.0-dev.215 [2021-05-12T22:33:10.485Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:10.485Z] master [2021-05-12T22:33:10.485Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:10.858Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:11.165Z] + docker push nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:11.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T22:33:11.165Z] 11b90b381231: Preparing [2021-05-12T22:33:11.165Z] cc8d6092f77f: Preparing [2021-05-12T22:33:11.165Z] 5a8462db9b37: Preparing [2021-05-12T22:33:11.165Z] eaab5b159d0c: Preparing [2021-05-12T22:33:11.165Z] 32f366d666a5: Preparing [2021-05-12T22:33:11.165Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:11.427Z] eaab5b159d0c: Pushed [2021-05-12T22:33:11.427Z] 11b90b381231: Pushed [2021-05-12T22:33:11.689Z] 5a8462db9b37: Pushed [2021-05-12T22:33:12.263Z] cc8d6092f77f: Pushed [2021-05-12T22:33:12.362Z] ---> b7b772778e8b [2021-05-12T22:33:12.362Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T22:33:12.362Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T22:33:12.362Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T22:33:12.362Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T22:33:12.525Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:93966800044397853bfcec834e21f924b18a3d5a0b32e4509178b902d8e7fb29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:12.646Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T22:33:12.646Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T22:33:12.646Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T22:33:12.646Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T22:33:12.841Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:12.964Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T22:33:12.965Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T22:33:12.965Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T22:33:12.965Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T22:33:12.965Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T22:33:12.965Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T22:33:12.965Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T22:33:12.965Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T22:33:12.965Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T22:33:13.148Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.215 [2021-05-12T22:33:13.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T22:33:13.148Z] 11b90b381231: Preparing [2021-05-12T22:33:13.148Z] cc8d6092f77f: Preparing [2021-05-12T22:33:13.148Z] 5a8462db9b37: Preparing [2021-05-12T22:33:13.148Z] eaab5b159d0c: Preparing [2021-05-12T22:33:13.148Z] 32f366d666a5: Preparing [2021-05-12T22:33:13.148Z] 11b90b381231: Layer already exists [2021-05-12T22:33:13.148Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:13.148Z] cc8d6092f77f: Layer already exists [2021-05-12T22:33:13.148Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:13.148Z] eaab5b159d0c: Layer already exists [2021-05-12T22:33:13.148Z] 2.0.0-dev.215: digest: sha256:93966800044397853bfcec834e21f924b18a3d5a0b32e4509178b902d8e7fb29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:13.294Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T22:33:13.294Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T22:33:13.294Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T22:33:13.294Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T22:33:13.294Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T22:33:13.294Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T22:33:13.294Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T22:33:13.294Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T22:33:13.294Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T22:33:13.294Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T22:33:13.462Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:13.623Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T22:33:13.623Z] OK: 72 MiB in 59 packages [2021-05-12T22:33:13.766Z] + docker push nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:13.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T22:33:13.766Z] 11b90b381231: Preparing [2021-05-12T22:33:13.766Z] cc8d6092f77f: Preparing [2021-05-12T22:33:13.766Z] 5a8462db9b37: Preparing [2021-05-12T22:33:13.766Z] eaab5b159d0c: Preparing [2021-05-12T22:33:13.766Z] 32f366d666a5: Preparing [2021-05-12T22:33:13.766Z] cc8d6092f77f: Layer already exists [2021-05-12T22:33:13.766Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:13.766Z] eaab5b159d0c: Layer already exists [2021-05-12T22:33:13.766Z] 11b90b381231: Layer already exists [2021-05-12T22:33:13.766Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:13.766Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:93966800044397853bfcec834e21f924b18a3d5a0b32e4509178b902d8e7fb29 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:14.081Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:14.312Z] Removing intermediate container cf336ae06b63 [2021-05-12T22:33:14.312Z] ---> 74e3f9e2415a [2021-05-12T22:33:14.312Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T22:33:14.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command:master [2021-05-12T22:33:14.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-05-12T22:33:14.384Z] 11b90b381231: Preparing [2021-05-12T22:33:14.384Z] cc8d6092f77f: Preparing [2021-05-12T22:33:14.384Z] 5a8462db9b37: Preparing [2021-05-12T22:33:14.384Z] eaab5b159d0c: Preparing [2021-05-12T22:33:14.384Z] 32f366d666a5: Preparing [2021-05-12T22:33:14.384Z] cc8d6092f77f: Layer already exists [2021-05-12T22:33:14.384Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:14.384Z] eaab5b159d0c: Layer already exists [2021-05-12T22:33:14.384Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:14.384Z] 11b90b381231: Layer already exists [2021-05-12T22:33:14.384Z] master: digest: sha256:93966800044397853bfcec834e21f924b18a3d5a0b32e4509178b902d8e7fb29 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:14.438Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:14.456Z] taggedImages: [2021-05-12T22:33:14.457Z] - nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:14.457Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.0-dev.215 [2021-05-12T22:33:14.457Z] - nexus3.edgexfoundry.org:10004/core-command:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:14.457Z] - nexus3.edgexfoundry.org:10004/core-command:master [Pipeline] echo [2021-05-12T22:33:14.493Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-05-12T22:33:14.493Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:14.493Z] 2.0.0-dev.215 [2021-05-12T22:33:14.493Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:14.493Z] master [2021-05-12T22:33:14.493Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:14.890Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:14.951Z] Removing intermediate container 45e2bd767547 [2021-05-12T22:33:14.951Z] ---> 594d1d9cc472 [2021-05-12T22:33:14.951Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T22:33:14.951Z] ---> 81da5ed102cc [2021-05-12T22:33:14.951Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T22:33:14.951Z] ---> Running in 95c5b228e80c [2021-05-12T22:33:15.203Z] + docker push nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:15.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T22:33:15.203Z] c9618b6213b0: Preparing [2021-05-12T22:33:15.203Z] db0b75aa8784: Preparing [2021-05-12T22:33:15.203Z] 5a8462db9b37: Preparing [2021-05-12T22:33:15.203Z] d1948f1b05f7: Preparing [2021-05-12T22:33:15.203Z] 5f73d495bbea: Preparing [2021-05-12T22:33:15.203Z] 32f366d666a5: Preparing [2021-05-12T22:33:15.203Z] 32f366d666a5: Waiting [2021-05-12T22:33:15.203Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:15.203Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:15.203Z] c9618b6213b0: Pushed [2021-05-12T22:33:15.203Z] 5f73d495bbea: Pushed [2021-05-12T22:33:15.259Z] ---> Running in aca09048df26 [2021-05-12T22:33:15.466Z] d1948f1b05f7: Pushed [2021-05-12T22:33:16.179Z] Removing intermediate container 95c5b228e80c [2021-05-12T22:33:16.179Z] ---> b6c8861d2584 [2021-05-12T22:33:16.179Z] Step 24/26 : LABEL arch=arm64 [2021-05-12T22:33:16.412Z] db0b75aa8784: Pushed [2021-05-12T22:33:16.544Z] ---> Running in 401343b49346 [2021-05-12T22:33:16.544Z] ---> 64b1d2caa7eb [2021-05-12T22:33:16.544Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T22:33:16.674Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:0eab145606713bb90889fad1d52ed418ee6a6df13bbc30644b1e866738250059 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:16.983Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:17.184Z] ---> Running in e1cc1a7f3655 [2021-05-12T22:33:17.284Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.215 [2021-05-12T22:33:17.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T22:33:17.284Z] c9618b6213b0: Preparing [2021-05-12T22:33:17.284Z] db0b75aa8784: Preparing [2021-05-12T22:33:17.284Z] 5a8462db9b37: Preparing [2021-05-12T22:33:17.284Z] d1948f1b05f7: Preparing [2021-05-12T22:33:17.284Z] 5f73d495bbea: Preparing [2021-05-12T22:33:17.284Z] 32f366d666a5: Preparing [2021-05-12T22:33:17.284Z] 32f366d666a5: Waiting [2021-05-12T22:33:17.284Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:17.284Z] d1948f1b05f7: Layer already exists [2021-05-12T22:33:17.284Z] 5f73d495bbea: Layer already exists [2021-05-12T22:33:17.284Z] db0b75aa8784: Layer already exists [2021-05-12T22:33:17.284Z] c9618b6213b0: Layer already exists [2021-05-12T22:33:17.284Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:17.284Z] 2.0.0-dev.215: digest: sha256:0eab145606713bb90889fad1d52ed418ee6a6df13bbc30644b1e866738250059 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:17.499Z] Removing intermediate container 401343b49346 [2021-05-12T22:33:17.499Z] ---> 5f27bcba571c [2021-05-12T22:33:17.499Z] Step 25/26 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:17.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:17.600Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:17.794Z] ---> Running in 771b64a4b442 [2021-05-12T22:33:17.903Z] + docker push nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:17.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T22:33:17.903Z] c9618b6213b0: Preparing [2021-05-12T22:33:17.903Z] db0b75aa8784: Preparing [2021-05-12T22:33:17.903Z] 5a8462db9b37: Preparing [2021-05-12T22:33:17.903Z] d1948f1b05f7: Preparing [2021-05-12T22:33:17.903Z] 5f73d495bbea: Preparing [2021-05-12T22:33:17.903Z] 32f366d666a5: Preparing [2021-05-12T22:33:17.903Z] 32f366d666a5: Waiting [2021-05-12T22:33:17.903Z] c9618b6213b0: Layer already exists [2021-05-12T22:33:17.903Z] d1948f1b05f7: Layer already exists [2021-05-12T22:33:17.903Z] db0b75aa8784: Layer already exists [2021-05-12T22:33:17.903Z] 5f73d495bbea: Layer already exists [2021-05-12T22:33:17.903Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:17.903Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:17.903Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:0eab145606713bb90889fad1d52ed418ee6a6df13bbc30644b1e866738250059 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:18.071Z] Removing intermediate container e1cc1a7f3655 [2021-05-12T22:33:18.071Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:18.071Z] ---> cd8b8cbafbd0 [2021-05-12T22:33:18.071Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:33:18.212Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:18.513Z] + docker push nexus3.edgexfoundry.org:10004/core-data:master [2021-05-12T22:33:18.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-05-12T22:33:18.513Z] c9618b6213b0: Preparing [2021-05-12T22:33:18.513Z] db0b75aa8784: Preparing [2021-05-12T22:33:18.513Z] 5a8462db9b37: Preparing [2021-05-12T22:33:18.513Z] d1948f1b05f7: Preparing [2021-05-12T22:33:18.513Z] 5f73d495bbea: Preparing [2021-05-12T22:33:18.513Z] 32f366d666a5: Preparing [2021-05-12T22:33:18.513Z] 32f366d666a5: Waiting [2021-05-12T22:33:18.513Z] 5f73d495bbea: Layer already exists [2021-05-12T22:33:18.513Z] c9618b6213b0: Layer already exists [2021-05-12T22:33:18.513Z] d1948f1b05f7: Layer already exists [2021-05-12T22:33:18.513Z] db0b75aa8784: Layer already exists [2021-05-12T22:33:18.513Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:18.513Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:18.513Z] master: digest: sha256:0eab145606713bb90889fad1d52ed418ee6a6df13bbc30644b1e866738250059 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:18.612Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:18.626Z] taggedImages: [2021-05-12T22:33:18.626Z] - nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:18.626Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.0-dev.215 [2021-05-12T22:33:18.626Z] - nexus3.edgexfoundry.org:10004/core-data:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:18.626Z] - nexus3.edgexfoundry.org:10004/core-data:master [Pipeline] echo [2021-05-12T22:33:18.657Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-05-12T22:33:18.657Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:18.657Z] 2.0.0-dev.215 [2021-05-12T22:33:18.657Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:18.657Z] master [2021-05-12T22:33:18.657Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-05-12T22:33:18.676Z] ---> Running in a190b8902309 [2021-05-12T22:33:18.676Z] Removing intermediate container 771b64a4b442 [2021-05-12T22:33:18.676Z] ---> 9a203114a876 [2021-05-12T22:33:18.676Z] Step 26/26 : LABEL version=2.0.0-dev.215 [2021-05-12T22:33:18.676Z] (1/6) Installing dumb-init (1.2.2-r1) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:18.982Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T22:33:18.982Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T22:33:18.982Z] ---> Running in c78f9f6ec1b0 [2021-05-12T22:33:18.982Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T22:33:19.059Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:19.273Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T22:33:19.273Z] Removing intermediate container a190b8902309 [2021-05-12T22:33:19.273Z] ---> 0d89eefd8bb2 [2021-05-12T22:33:19.273Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:33:19.404Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:19.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T22:33:19.404Z] e30ce787c011: Preparing [2021-05-12T22:33:19.404Z] 3ab9811c7fd8: Preparing [2021-05-12T22:33:19.404Z] 5a8462db9b37: Preparing [2021-05-12T22:33:19.404Z] 614f8a87ccdb: Preparing [2021-05-12T22:33:19.404Z] 32f366d666a5: Preparing [2021-05-12T22:33:19.404Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:19.404Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:19.555Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T22:33:19.555Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:33:19.555Z] OK: 8 MiB in 20 packages [2021-05-12T22:33:19.555Z] Collecting docker-compose==1.23.2 [2021-05-12T22:33:19.667Z] 614f8a87ccdb: Pushed [2021-05-12T22:33:19.667Z] e30ce787c011: Pushed [2021-05-12T22:33:19.834Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T22:33:20.116Z] ---> Running in 8bc7edb31929 [2021-05-12T22:33:20.116Z] Removing intermediate container c78f9f6ec1b0 [2021-05-12T22:33:20.116Z] ---> 11d1ac6c3eb1 [2021-05-12T22:33:20.116Z] [2021-05-12T22:33:20.723Z] Successfully built 11d1ac6c3eb1 [2021-05-12T22:33:20.723Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-12T22:33:20.723Z]  Building security-secretstore-setup ... done Building support-notifications [2021-05-12T22:33:20.997Z] Removing intermediate container 8bc7edb31929 [2021-05-12T22:33:20.997Z] ---> 7433da9a19b5 [2021-05-12T22:33:20.997Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:21.057Z] 3ab9811c7fd8: Pushed [2021-05-12T22:33:21.277Z] ---> Running in b5739d0a6c06 [2021-05-12T22:33:21.277Z] Removing intermediate container aca09048df26 [2021-05-12T22:33:21.277Z] ---> 8303674261bf [2021-05-12T22:33:21.277Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:33:21.319Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:e6f37a602f1d59378461f5910430014312c9733fea2b36e2bb4ba4a2d7d74251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:21.558Z] Collecting PyYAML<4,>=3.10 [2021-05-12T22:33:21.558Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T22:33:21.631Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:21.939Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.215 [2021-05-12T22:33:21.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T22:33:21.939Z] e30ce787c011: Preparing [2021-05-12T22:33:21.939Z] 3ab9811c7fd8: Preparing [2021-05-12T22:33:21.939Z] 5a8462db9b37: Preparing [2021-05-12T22:33:21.939Z] 614f8a87ccdb: Preparing [2021-05-12T22:33:21.939Z] 32f366d666a5: Preparing [2021-05-12T22:33:21.939Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:21.939Z] 3ab9811c7fd8: Layer already exists [2021-05-12T22:33:21.939Z] e30ce787c011: Layer already exists [2021-05-12T22:33:21.939Z] 614f8a87ccdb: Layer already exists [2021-05-12T22:33:21.939Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:21.939Z] 2.0.0-dev.215: digest: sha256:e6f37a602f1d59378461f5910430014312c9733fea2b36e2bb4ba4a2d7d74251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:22.171Z] Removing intermediate container b5739d0a6c06 [2021-05-12T22:33:22.171Z] ---> 4ab42fe409c3 [2021-05-12T22:33:22.171Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:33:22.285Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:22.458Z] ---> Running in 5b066fb405d4 [2021-05-12T22:33:22.458Z] ---> bb29dabf9fdf [2021-05-12T22:33:22.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T22:33:22.586Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:22.586Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T22:33:22.586Z] e30ce787c011: Preparing [2021-05-12T22:33:22.586Z] 3ab9811c7fd8: Preparing [2021-05-12T22:33:22.586Z] 5a8462db9b37: Preparing [2021-05-12T22:33:22.586Z] 614f8a87ccdb: Preparing [2021-05-12T22:33:22.586Z] 32f366d666a5: Preparing [2021-05-12T22:33:22.586Z] 614f8a87ccdb: Layer already exists [2021-05-12T22:33:22.586Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:22.586Z] 3ab9811c7fd8: Layer already exists [2021-05-12T22:33:22.586Z] e30ce787c011: Layer already exists [2021-05-12T22:33:22.586Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:22.586Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:e6f37a602f1d59378461f5910430014312c9733fea2b36e2bb4ba4a2d7d74251 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:22.894Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:23.192Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:master [2021-05-12T22:33:23.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-05-12T22:33:23.192Z] e30ce787c011: Preparing [2021-05-12T22:33:23.192Z] 3ab9811c7fd8: Preparing [2021-05-12T22:33:23.192Z] 5a8462db9b37: Preparing [2021-05-12T22:33:23.192Z] 614f8a87ccdb: Preparing [2021-05-12T22:33:23.192Z] 32f366d666a5: Preparing [2021-05-12T22:33:23.192Z] e30ce787c011: Layer already exists [2021-05-12T22:33:23.192Z] 614f8a87ccdb: Layer already exists [2021-05-12T22:33:23.192Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:23.192Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:23.192Z] 3ab9811c7fd8: Layer already exists [2021-05-12T22:33:23.192Z] master: digest: sha256:e6f37a602f1d59378461f5910430014312c9733fea2b36e2bb4ba4a2d7d74251 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:23.244Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:23.258Z] taggedImages: [2021-05-12T22:33:23.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:23.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.0-dev.215 [2021-05-12T22:33:23.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:23.258Z] - nexus3.edgexfoundry.org:10004/core-metadata:master [Pipeline] echo [2021-05-12T22:33:23.291Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-05-12T22:33:23.291Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:23.291Z] 2.0.0-dev.215 [2021-05-12T22:33:23.291Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:23.291Z] master [2021-05-12T22:33:23.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:23.458Z] Removing intermediate container 5b066fb405d4 [2021-05-12T22:33:23.458Z] ---> 7fbee57e9ebd [2021-05-12T22:33:23.458Z] [2021-05-12T22:33:23.633Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:23.935Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:23.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T22:33:23.935Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:23.935Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:23.935Z] 39242571c023: Preparing [2021-05-12T22:33:23.935Z] 01c744a1fa41: Preparing [2021-05-12T22:33:23.935Z] 4b70f6d8f4a8: Preparing [2021-05-12T22:33:23.935Z] 138c7fb045fe: Preparing [2021-05-12T22:33:23.935Z] 5a8462db9b37: Preparing [2021-05-12T22:33:23.935Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:23.935Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:23.935Z] d5d666b2ad27: Preparing [2021-05-12T22:33:23.935Z] 39f59e426f86: Preparing [2021-05-12T22:33:23.935Z] 32f366d666a5: Preparing [2021-05-12T22:33:23.935Z] 5a8462db9b37: Waiting [2021-05-12T22:33:23.935Z] 65d2f992c4fc: Waiting [2021-05-12T22:33:23.935Z] d5d666b2ad27: Waiting [2021-05-12T22:33:23.935Z] 39f59e426f86: Waiting [2021-05-12T22:33:23.935Z] 32f366d666a5: Waiting [2021-05-12T22:33:24.197Z] 4b70f6d8f4a8: Pushed [2021-05-12T22:33:24.197Z] 3d5f23d7a6e9: Pushed [2021-05-12T22:33:24.197Z] 01c744a1fa41: Pushed [2021-05-12T22:33:24.197Z] 39242571c023: Pushed [2021-05-12T22:33:24.197Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:24.197Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:24.197Z] 65d2f992c4fc: Pushed [2021-05-12T22:33:24.197Z] d5d666b2ad27: Pushed [2021-05-12T22:33:24.197Z] 39f59e426f86: Pushed [2021-05-12T22:33:24.455Z] Successfully built 7fbee57e9ebd [2021-05-12T22:33:25.072Z] Successfully tagged core-metadata-arm64:latest [2021-05-12T22:33:25.072Z]  Building core-metadata ... done Building core-command [2021-05-12T22:33:25.072Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:33:25.072Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:33:25.072Z] ---> 12ea709faeac [2021-05-12T22:33:25.072Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:33:25.072Z] ---> Using cache [2021-05-12T22:33:25.072Z] ---> ace2ffcb34ad [2021-05-12T22:33:25.072Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:33:25.072Z] ---> Using cache [2021-05-12T22:33:25.072Z] ---> c972023271de [2021-05-12T22:33:25.072Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T22:33:25.072Z] ---> Using cache [2021-05-12T22:33:25.072Z] ---> 78d931291ea0 [2021-05-12T22:33:25.072Z] Step 6/23 : COPY go.mod . [2021-05-12T22:33:25.072Z] ---> Using cache [2021-05-12T22:33:25.072Z] ---> a93245d4b590 [2021-05-12T22:33:25.072Z] Step 7/23 : RUN go mod download [2021-05-12T22:33:25.072Z] ---> Using cache [2021-05-12T22:33:25.072Z] ---> 7a33783e1d85 [2021-05-12T22:33:25.072Z] Step 8/23 : COPY . . [2021-05-12T22:33:25.142Z] 138c7fb045fe: Pushed [2021-05-12T22:33:25.372Z] ---> Using cache [2021-05-12T22:33:25.372Z] ---> 2faf58167476 [2021-05-12T22:33:25.372Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:33:25.372Z] ---> Using cache [2021-05-12T22:33:25.372Z] ---> 0156e2bcaab3 [2021-05-12T22:33:25.372Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T22:33:25.404Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:6daea93c986f113d28d97725686770b367016d56a2dfe367c014b529732ee802 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:25.659Z] ---> 2d946a03a9fb [2021-05-12T22:33:25.659Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T22:33:25.659Z] ---> Running in ad704b6de94c [2021-05-12T22:33:25.708Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:26.003Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.215 [2021-05-12T22:33:26.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T22:33:26.004Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:26.004Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:26.004Z] 39242571c023: Preparing [2021-05-12T22:33:26.004Z] 01c744a1fa41: Preparing [2021-05-12T22:33:26.004Z] 4b70f6d8f4a8: Preparing [2021-05-12T22:33:26.004Z] 138c7fb045fe: Preparing [2021-05-12T22:33:26.004Z] 5a8462db9b37: Preparing [2021-05-12T22:33:26.004Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:26.004Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:26.004Z] d5d666b2ad27: Preparing [2021-05-12T22:33:26.004Z] 39f59e426f86: Preparing [2021-05-12T22:33:26.004Z] 32f366d666a5: Preparing [2021-05-12T22:33:26.004Z] 5a8462db9b37: Waiting [2021-05-12T22:33:26.004Z] 65d2f992c4fc: Waiting [2021-05-12T22:33:26.004Z] d5d666b2ad27: Waiting [2021-05-12T22:33:26.004Z] 39f59e426f86: Waiting [2021-05-12T22:33:26.004Z] 32f366d666a5: Waiting [2021-05-12T22:33:26.004Z] 4b70f6d8f4a8: Layer already exists [2021-05-12T22:33:26.004Z] 138c7fb045fe: Layer already exists [2021-05-12T22:33:26.004Z] 01c744a1fa41: Layer already exists [2021-05-12T22:33:26.004Z] 3d5f23d7a6e9: Layer already exists [2021-05-12T22:33:26.004Z] 39242571c023: Layer already exists [2021-05-12T22:33:26.265Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:26.265Z] d5d666b2ad27: Layer already exists [2021-05-12T22:33:26.265Z] 65d2f992c4fc: Layer already exists [2021-05-12T22:33:26.265Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:26.265Z] 39f59e426f86: Layer already exists [2021-05-12T22:33:26.265Z] 2.0.0-dev.215: digest: sha256:6daea93c986f113d28d97725686770b367016d56a2dfe367c014b529732ee802 size: 2817 [2021-05-12T22:33:26.270Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T22:33:26.270Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:26.601Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:26.898Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:26.898Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T22:33:26.898Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:26.898Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:26.898Z] 39242571c023: Preparing [2021-05-12T22:33:26.898Z] 01c744a1fa41: Preparing [2021-05-12T22:33:26.898Z] 4b70f6d8f4a8: Preparing [2021-05-12T22:33:26.898Z] 138c7fb045fe: Preparing [2021-05-12T22:33:26.898Z] 5a8462db9b37: Preparing [2021-05-12T22:33:26.898Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:26.898Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:26.898Z] d5d666b2ad27: Preparing [2021-05-12T22:33:26.898Z] 39f59e426f86: Preparing [2021-05-12T22:33:26.898Z] 32f366d666a5: Preparing [2021-05-12T22:33:26.898Z] 5a8462db9b37: Waiting [2021-05-12T22:33:26.898Z] 65d2f992c4fc: Waiting [2021-05-12T22:33:26.898Z] 39f59e426f86: Waiting [2021-05-12T22:33:26.898Z] 32f366d666a5: Waiting [2021-05-12T22:33:26.898Z] d5d666b2ad27: Waiting [2021-05-12T22:33:26.898Z] 01c744a1fa41: Layer already exists [2021-05-12T22:33:26.898Z] 39242571c023: Layer already exists [2021-05-12T22:33:26.898Z] 4b70f6d8f4a8: Layer already exists [2021-05-12T22:33:26.898Z] 3d5f23d7a6e9: Layer already exists [2021-05-12T22:33:26.898Z] 138c7fb045fe: Layer already exists [2021-05-12T22:33:26.898Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:26.898Z] 65d2f992c4fc: Layer already exists [2021-05-12T22:33:26.898Z] d5d666b2ad27: Layer already exists [2021-05-12T22:33:26.898Z] 39f59e426f86: Layer already exists [2021-05-12T22:33:26.898Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:26.898Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:6daea93c986f113d28d97725686770b367016d56a2dfe367c014b529732ee802 size: 2817 [Pipeline] isUnix [2021-05-12T22:33:26.919Z] ---> 6f3215f563c1 [2021-05-12T22:33:26.919Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T22:33:26.919Z] ---> Running in 576b6826a4e9 [Pipeline] sh [2021-05-12T22:33:27.197Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-12T22:33:27.197Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T22:33:27.197Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T22:33:27.201Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:27.494Z] Removing intermediate container 576b6826a4e9 [2021-05-12T22:33:27.494Z] ---> 26fe6a3a1d75 [2021-05-12T22:33:27.494Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:33:27.497Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:master [2021-05-12T22:33:27.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-05-12T22:33:27.497Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:27.497Z] 3d5f23d7a6e9: Preparing [2021-05-12T22:33:27.497Z] 39242571c023: Preparing [2021-05-12T22:33:27.497Z] 01c744a1fa41: Preparing [2021-05-12T22:33:27.497Z] 4b70f6d8f4a8: Preparing [2021-05-12T22:33:27.497Z] 138c7fb045fe: Preparing [2021-05-12T22:33:27.497Z] 5a8462db9b37: Preparing [2021-05-12T22:33:27.497Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:27.497Z] 65d2f992c4fc: Preparing [2021-05-12T22:33:27.497Z] d5d666b2ad27: Preparing [2021-05-12T22:33:27.497Z] 39f59e426f86: Preparing [2021-05-12T22:33:27.497Z] 32f366d666a5: Preparing [2021-05-12T22:33:27.497Z] 5a8462db9b37: Waiting [2021-05-12T22:33:27.497Z] d5d666b2ad27: Waiting [2021-05-12T22:33:27.497Z] 65d2f992c4fc: Waiting [2021-05-12T22:33:27.497Z] 39f59e426f86: Waiting [2021-05-12T22:33:27.497Z] 32f366d666a5: Waiting [2021-05-12T22:33:27.497Z] 39242571c023: Layer already exists [2021-05-12T22:33:27.497Z] 138c7fb045fe: Layer already exists [2021-05-12T22:33:27.497Z] 01c744a1fa41: Layer already exists [2021-05-12T22:33:27.497Z] 3d5f23d7a6e9: Layer already exists [2021-05-12T22:33:27.497Z] 4b70f6d8f4a8: Layer already exists [2021-05-12T22:33:27.497Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:27.497Z] 65d2f992c4fc: Layer already exists [2021-05-12T22:33:27.497Z] d5d666b2ad27: Layer already exists [2021-05-12T22:33:27.497Z] 39f59e426f86: Layer already exists [2021-05-12T22:33:27.497Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:27.497Z] master: digest: sha256:6daea93c986f113d28d97725686770b367016d56a2dfe367c014b529732ee802 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:27.550Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:27.564Z] taggedImages: [2021-05-12T22:33:27.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:27.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.0-dev.215 [2021-05-12T22:33:27.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:27.564Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:master [Pipeline] echo [2021-05-12T22:33:27.599Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-05-12T22:33:27.599Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:27.599Z] 2.0.0-dev.215 [2021-05-12T22:33:27.599Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:27.599Z] master [2021-05-12T22:33:27.599Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:27.944Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:28.113Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T22:33:28.113Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T22:33:28.113Z] ---> Running in 964a43909537 [2021-05-12T22:33:28.244Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:28.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T22:33:28.244Z] c0be8a155036: Preparing [2021-05-12T22:33:28.244Z] bfca75277651: Preparing [2021-05-12T22:33:28.244Z] d35e2d51b740: Preparing [2021-05-12T22:33:28.244Z] d267041d4d6f: Preparing [2021-05-12T22:33:28.244Z] c2c514fe7af8: Preparing [2021-05-12T22:33:28.244Z] 32f366d666a5: Preparing [2021-05-12T22:33:28.244Z] 32f366d666a5: Waiting [2021-05-12T22:33:28.505Z] d35e2d51b740: Pushed [2021-05-12T22:33:28.505Z] d267041d4d6f: Pushed [2021-05-12T22:33:28.505Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:28.729Z] Removing intermediate container 964a43909537 [2021-05-12T22:33:28.729Z] ---> 37f2360faeb6 [2021-05-12T22:33:28.729Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:33:29.011Z] ---> Running in d777624ea06f [2021-05-12T22:33:29.081Z] c2c514fe7af8: Pushed [2021-05-12T22:33:29.342Z] bfca75277651: Pushed [2021-05-12T22:33:29.343Z] c0be8a155036: Pushed [2021-05-12T22:33:29.603Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:daa0d7cfc039958b93f668f810098835e0658c7b94c971dd17afebebf40a241e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:29.907Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:30.007Z] Removing intermediate container d777624ea06f [2021-05-12T22:33:30.007Z] ---> 5a4ab0e640d6 [2021-05-12T22:33:30.007Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:30.007Z] ---> Running in d0cbc51519be [2021-05-12T22:33:30.207Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.215 [2021-05-12T22:33:30.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T22:33:30.207Z] c0be8a155036: Preparing [2021-05-12T22:33:30.207Z] bfca75277651: Preparing [2021-05-12T22:33:30.207Z] d35e2d51b740: Preparing [2021-05-12T22:33:30.207Z] d267041d4d6f: Preparing [2021-05-12T22:33:30.207Z] c2c514fe7af8: Preparing [2021-05-12T22:33:30.207Z] 32f366d666a5: Preparing [2021-05-12T22:33:30.207Z] 32f366d666a5: Waiting [2021-05-12T22:33:30.207Z] c0be8a155036: Layer already exists [2021-05-12T22:33:30.207Z] d267041d4d6f: Layer already exists [2021-05-12T22:33:30.207Z] c2c514fe7af8: Layer already exists [2021-05-12T22:33:30.207Z] d35e2d51b740: Layer already exists [2021-05-12T22:33:30.207Z] bfca75277651: Layer already exists [2021-05-12T22:33:30.207Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:30.207Z] 2.0.0-dev.215: digest: sha256:daa0d7cfc039958b93f668f810098835e0658c7b94c971dd17afebebf40a241e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:30.510Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:30.618Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T22:33:30.618Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T22:33:30.808Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:30.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T22:33:30.808Z] c0be8a155036: Preparing [2021-05-12T22:33:30.808Z] bfca75277651: Preparing [2021-05-12T22:33:30.808Z] d35e2d51b740: Preparing [2021-05-12T22:33:30.808Z] d267041d4d6f: Preparing [2021-05-12T22:33:30.808Z] c2c514fe7af8: Preparing [2021-05-12T22:33:30.808Z] 32f366d666a5: Preparing [2021-05-12T22:33:30.808Z] 32f366d666a5: Waiting [2021-05-12T22:33:30.808Z] c0be8a155036: Layer already exists [2021-05-12T22:33:30.808Z] c2c514fe7af8: Layer already exists [2021-05-12T22:33:30.808Z] d35e2d51b740: Layer already exists [2021-05-12T22:33:30.808Z] d267041d4d6f: Layer already exists [2021-05-12T22:33:30.808Z] bfca75277651: Layer already exists [2021-05-12T22:33:30.808Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:30.808Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:daa0d7cfc039958b93f668f810098835e0658c7b94c971dd17afebebf40a241e size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:31.923Z] Removing intermediate container d0cbc51519be [2021-05-12T22:33:31.923Z] ---> 644976a4d339 [2021-05-12T22:33:31.923Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:33:31.923Z] ---> Running in 560b583e82dc [2021-05-12T22:33:32.172Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:32.208Z] Removing intermediate container 560b583e82dc [2021-05-12T22:33:32.208Z] ---> ddd4645bc92b [2021-05-12T22:33:32.208Z] [2021-05-12T22:33:32.471Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:master [2021-05-12T22:33:32.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-05-12T22:33:32.471Z] c0be8a155036: Preparing [2021-05-12T22:33:32.471Z] bfca75277651: Preparing [2021-05-12T22:33:32.471Z] d35e2d51b740: Preparing [2021-05-12T22:33:32.471Z] d267041d4d6f: Preparing [2021-05-12T22:33:32.471Z] c2c514fe7af8: Preparing [2021-05-12T22:33:32.471Z] 32f366d666a5: Preparing [2021-05-12T22:33:32.471Z] 32f366d666a5: Waiting [2021-05-12T22:33:32.471Z] c2c514fe7af8: Layer already exists [2021-05-12T22:33:32.471Z] bfca75277651: Layer already exists [2021-05-12T22:33:32.471Z] d35e2d51b740: Layer already exists [2021-05-12T22:33:32.471Z] c0be8a155036: Layer already exists [2021-05-12T22:33:32.471Z] d267041d4d6f: Layer already exists [2021-05-12T22:33:32.471Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:32.471Z] master: digest: sha256:daa0d7cfc039958b93f668f810098835e0658c7b94c971dd17afebebf40a241e size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:32.526Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:32.540Z] taggedImages: [2021-05-12T22:33:32.540Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:32.540Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.0-dev.215 [2021-05-12T22:33:32.541Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:32.541Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:master [Pipeline] echo [2021-05-12T22:33:32.575Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-05-12T22:33:32.575Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:32.575Z] 2.0.0-dev.215 [2021-05-12T22:33:32.575Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:32.575Z] master [2021-05-12T22:33:32.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:32.822Z] Successfully built ddd4645bc92b [2021-05-12T22:33:32.822Z] Successfully tagged core-data-arm64:latest [2021-05-12T22:33:32.822Z] Building security-bootstrapper [2021-05-12T22:33:32.916Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:33.212Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:33.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T22:33:33.213Z] 93fc50b60f81: Preparing [2021-05-12T22:33:33.213Z] 89fe2458b77a: Preparing [2021-05-12T22:33:33.213Z] 6817516107fc: Preparing [2021-05-12T22:33:33.213Z] e7ba713d2b15: Preparing [2021-05-12T22:33:33.213Z] 7fc15c317fca: Preparing [2021-05-12T22:33:33.213Z] f1f81549d44b: Preparing [2021-05-12T22:33:33.213Z] 93c6e53f3eaf: Preparing [2021-05-12T22:33:33.213Z] e90f3c48bc07: Preparing [2021-05-12T22:33:33.213Z] a4b4a4de5dad: Preparing [2021-05-12T22:33:33.213Z] 32f366d666a5: Preparing [2021-05-12T22:33:33.213Z] f1f81549d44b: Waiting [2021-05-12T22:33:33.213Z] 93c6e53f3eaf: Waiting [2021-05-12T22:33:33.213Z] e90f3c48bc07: Waiting [2021-05-12T22:33:33.213Z] 32f366d666a5: Waiting [2021-05-12T22:33:33.213Z] a4b4a4de5dad: Waiting [2021-05-12T22:33:33.475Z] 7fc15c317fca: Pushed [2021-05-12T22:33:33.475Z] 89fe2458b77a: Pushed [2021-05-12T22:33:33.475Z] 93fc50b60f81: Pushed [2021-05-12T22:33:33.475Z] f1f81549d44b: Pushed [2021-05-12T22:33:33.475Z] e90f3c48bc07: Pushed [2021-05-12T22:33:33.475Z] 93c6e53f3eaf: Pushed [2021-05-12T22:33:33.737Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:33.808Z]  Building core-data ... done Collecting cached-property<2,>=1.2.0 [2021-05-12T22:33:33.808Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T22:33:34.309Z] a4b4a4de5dad: Pushed [2021-05-12T22:33:34.309Z] e7ba713d2b15: Pushed [2021-05-12T22:33:34.309Z] 6817516107fc: Pushed [2021-05-12T22:33:34.309Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:c0ca93e33a574a015414fe61fcac16772b00b7fb4eb89bc7031a0b12bb3363cd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:34.613Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:35.146Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.215 [2021-05-12T22:33:35.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T22:33:35.146Z] 93fc50b60f81: Preparing [2021-05-12T22:33:35.146Z] 89fe2458b77a: Preparing [2021-05-12T22:33:35.146Z] 6817516107fc: Preparing [2021-05-12T22:33:35.146Z] e7ba713d2b15: Preparing [2021-05-12T22:33:35.146Z] 7fc15c317fca: Preparing [2021-05-12T22:33:35.146Z] f1f81549d44b: Preparing [2021-05-12T22:33:35.146Z] 93c6e53f3eaf: Preparing [2021-05-12T22:33:35.146Z] e90f3c48bc07: Preparing [2021-05-12T22:33:35.146Z] a4b4a4de5dad: Preparing [2021-05-12T22:33:35.146Z] 32f366d666a5: Preparing [2021-05-12T22:33:35.146Z] f1f81549d44b: Waiting [2021-05-12T22:33:35.146Z] 93c6e53f3eaf: Waiting [2021-05-12T22:33:35.146Z] e90f3c48bc07: Waiting [2021-05-12T22:33:35.146Z] a4b4a4de5dad: Waiting [2021-05-12T22:33:35.146Z] 32f366d666a5: Waiting [2021-05-12T22:33:35.146Z] 7fc15c317fca: Layer already exists [2021-05-12T22:33:35.146Z] 6817516107fc: Layer already exists [2021-05-12T22:33:35.146Z] 89fe2458b77a: Layer already exists [2021-05-12T22:33:35.146Z] 93fc50b60f81: Layer already exists [2021-05-12T22:33:35.146Z] e7ba713d2b15: Layer already exists [2021-05-12T22:33:35.146Z] f1f81549d44b: Layer already exists [2021-05-12T22:33:35.146Z] 93c6e53f3eaf: Layer already exists [2021-05-12T22:33:35.146Z] e90f3c48bc07: Layer already exists [2021-05-12T22:33:35.146Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:35.146Z] a4b4a4de5dad: Layer already exists [2021-05-12T22:33:35.146Z] 2.0.0-dev.215: digest: sha256:c0ca93e33a574a015414fe61fcac16772b00b7fb4eb89bc7031a0b12bb3363cd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:35.257Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T22:33:35.257Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T22:33:35.453Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:35.752Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:35.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T22:33:35.752Z] 93fc50b60f81: Preparing [2021-05-12T22:33:35.752Z] 89fe2458b77a: Preparing [2021-05-12T22:33:35.752Z] 6817516107fc: Preparing [2021-05-12T22:33:35.752Z] e7ba713d2b15: Preparing [2021-05-12T22:33:35.752Z] 7fc15c317fca: Preparing [2021-05-12T22:33:35.752Z] f1f81549d44b: Preparing [2021-05-12T22:33:35.752Z] 93c6e53f3eaf: Preparing [2021-05-12T22:33:35.752Z] e90f3c48bc07: Preparing [2021-05-12T22:33:35.752Z] a4b4a4de5dad: Preparing [2021-05-12T22:33:35.752Z] 32f366d666a5: Preparing [2021-05-12T22:33:35.752Z] e90f3c48bc07: Waiting [2021-05-12T22:33:35.752Z] a4b4a4de5dad: Waiting [2021-05-12T22:33:35.752Z] 32f366d666a5: Waiting [2021-05-12T22:33:35.752Z] f1f81549d44b: Waiting [2021-05-12T22:33:35.752Z] 93c6e53f3eaf: Waiting [2021-05-12T22:33:35.752Z] 7fc15c317fca: Layer already exists [2021-05-12T22:33:35.752Z] e7ba713d2b15: Layer already exists [2021-05-12T22:33:35.752Z] 89fe2458b77a: Layer already exists [2021-05-12T22:33:35.752Z] 6817516107fc: Layer already exists [2021-05-12T22:33:35.752Z] 93fc50b60f81: Layer already exists [2021-05-12T22:33:35.752Z] e90f3c48bc07: Layer already exists [2021-05-12T22:33:35.752Z] f1f81549d44b: Layer already exists [2021-05-12T22:33:35.752Z] 93c6e53f3eaf: Layer already exists [2021-05-12T22:33:35.752Z] a4b4a4de5dad: Layer already exists [2021-05-12T22:33:35.752Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:35.752Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:c0ca93e33a574a015414fe61fcac16772b00b7fb4eb89bc7031a0b12bb3363cd size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:35.872Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T22:33:35.872Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T22:33:36.064Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:36.393Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [2021-05-12T22:33:36.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-05-12T22:33:36.393Z] 93fc50b60f81: Preparing [2021-05-12T22:33:36.393Z] 89fe2458b77a: Preparing [2021-05-12T22:33:36.393Z] 6817516107fc: Preparing [2021-05-12T22:33:36.393Z] e7ba713d2b15: Preparing [2021-05-12T22:33:36.393Z] 7fc15c317fca: Preparing [2021-05-12T22:33:36.393Z] f1f81549d44b: Preparing [2021-05-12T22:33:36.393Z] 93c6e53f3eaf: Preparing [2021-05-12T22:33:36.393Z] e90f3c48bc07: Preparing [2021-05-12T22:33:36.393Z] a4b4a4de5dad: Preparing [2021-05-12T22:33:36.393Z] 32f366d666a5: Preparing [2021-05-12T22:33:36.393Z] f1f81549d44b: Waiting [2021-05-12T22:33:36.393Z] 93c6e53f3eaf: Waiting [2021-05-12T22:33:36.393Z] e90f3c48bc07: Waiting [2021-05-12T22:33:36.393Z] a4b4a4de5dad: Waiting [2021-05-12T22:33:36.393Z] 32f366d666a5: Waiting [2021-05-12T22:33:36.393Z] 6817516107fc: Layer already exists [2021-05-12T22:33:36.393Z] 7fc15c317fca: Layer already exists [2021-05-12T22:33:36.393Z] 93fc50b60f81: Layer already exists [2021-05-12T22:33:36.393Z] 89fe2458b77a: Layer already exists [2021-05-12T22:33:36.393Z] e7ba713d2b15: Layer already exists [2021-05-12T22:33:36.393Z] f1f81549d44b: Layer already exists [2021-05-12T22:33:36.393Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:36.393Z] e90f3c48bc07: Layer already exists [2021-05-12T22:33:36.393Z] 93c6e53f3eaf: Layer already exists [2021-05-12T22:33:36.393Z] a4b4a4de5dad: Layer already exists [2021-05-12T22:33:36.393Z] master: digest: sha256:c0ca93e33a574a015414fe61fcac16772b00b7fb4eb89bc7031a0b12bb3363cd size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:36.450Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:36.464Z] taggedImages: [2021-05-12T22:33:36.464Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:36.464Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.0-dev.215 [2021-05-12T22:33:36.464Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:36.464Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:master [Pipeline] echo [2021-05-12T22:33:36.494Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-05-12T22:33:36.494Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:36.494Z] 2.0.0-dev.215 [2021-05-12T22:33:36.494Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:36.494Z] master [2021-05-12T22:33:36.495Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:36.853Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:37.157Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:37.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T22:33:37.158Z] d32af34d648e: Preparing [2021-05-12T22:33:37.158Z] fc51828ae7d7: Preparing [2021-05-12T22:33:37.158Z] 5a8462db9b37: Preparing [2021-05-12T22:33:37.158Z] c73b13be98bd: Preparing [2021-05-12T22:33:37.158Z] 32f366d666a5: Preparing [2021-05-12T22:33:37.421Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:37.421Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:37.421Z] d32af34d648e: Pushed [2021-05-12T22:33:37.421Z] c73b13be98bd: Pushed [2021-05-12T22:33:38.362Z] fc51828ae7d7: Pushed [2021-05-12T22:33:38.567Z] 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-12T22:33:38.624Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:b4eb133b920b25d41c20085bbc8dcd47c79f9e7f9cce0b2709a69a17f2cc706b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:38.931Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:39.198Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T22:33:39.198Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T22:33:39.228Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.215 [2021-05-12T22:33:39.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T22:33:39.228Z] d32af34d648e: Preparing [2021-05-12T22:33:39.228Z] fc51828ae7d7: Preparing [2021-05-12T22:33:39.228Z] 5a8462db9b37: Preparing [2021-05-12T22:33:39.228Z] c73b13be98bd: Preparing [2021-05-12T22:33:39.228Z] 32f366d666a5: Preparing [2021-05-12T22:33:39.228Z] c73b13be98bd: Layer already exists [2021-05-12T22:33:39.228Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:39.228Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:39.228Z] d32af34d648e: Layer already exists [2021-05-12T22:33:39.228Z] fc51828ae7d7: Layer already exists [2021-05-12T22:33:39.228Z] 2.0.0-dev.215: digest: sha256:b4eb133b920b25d41c20085bbc8dcd47c79f9e7f9cce0b2709a69a17f2cc706b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:39.473Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T22:33:39.473Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T22:33:39.534Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:39.753Z] 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-12T22:33:39.834Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:39.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T22:33:39.834Z] d32af34d648e: Preparing [2021-05-12T22:33:39.834Z] fc51828ae7d7: Preparing [2021-05-12T22:33:39.834Z] 5a8462db9b37: Preparing [2021-05-12T22:33:39.834Z] c73b13be98bd: Preparing [2021-05-12T22:33:39.834Z] 32f366d666a5: Preparing [2021-05-12T22:33:39.834Z] fc51828ae7d7: Layer already exists [2021-05-12T22:33:39.834Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:39.834Z] c73b13be98bd: Layer already exists [2021-05-12T22:33:39.834Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:39.834Z] d32af34d648e: Layer already exists [2021-05-12T22:33:39.834Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:b4eb133b920b25d41c20085bbc8dcd47c79f9e7f9cce0b2709a69a17f2cc706b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:40.032Z] Collecting idna<2.8,>=2.5 [2021-05-12T22:33:40.033Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T22:33:40.033Z] 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-12T22:33:40.147Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:40.446Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:master [2021-05-12T22:33:40.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-05-12T22:33:40.446Z] d32af34d648e: Preparing [2021-05-12T22:33:40.446Z] fc51828ae7d7: Preparing [2021-05-12T22:33:40.446Z] 5a8462db9b37: Preparing [2021-05-12T22:33:40.446Z] c73b13be98bd: Preparing [2021-05-12T22:33:40.446Z] 32f366d666a5: Preparing [2021-05-12T22:33:40.446Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:40.446Z] c73b13be98bd: Layer already exists [2021-05-12T22:33:40.446Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:40.446Z] d32af34d648e: Layer already exists [2021-05-12T22:33:40.446Z] fc51828ae7d7: Layer already exists [2021-05-12T22:33:40.446Z] master: digest: sha256:b4eb133b920b25d41c20085bbc8dcd47c79f9e7f9cce0b2709a69a17f2cc706b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:40.499Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:40.513Z] taggedImages: [2021-05-12T22:33:40.513Z] - nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:40.513Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.0-dev.215 [2021-05-12T22:33:40.513Z] - nexus3.edgexfoundry.org:10004/support-notifications:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:40.513Z] - nexus3.edgexfoundry.org:10004/support-notifications:master [Pipeline] echo [2021-05-12T22:33:40.546Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-05-12T22:33:40.546Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:40.546Z] 2.0.0-dev.215 [2021-05-12T22:33:40.546Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:40.546Z] master [2021-05-12T22:33:40.546Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:40.915Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:41.034Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T22:33:41.034Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T22:33:41.034Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T22:33:41.034Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T22:33:41.034Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T22:33:41.034Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T22:33:41.217Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:41.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T22:33:41.217Z] 5104e7c7ef54: Preparing [2021-05-12T22:33:41.217Z] 7673f3a75dc3: Preparing [2021-05-12T22:33:41.217Z] 5a8462db9b37: Preparing [2021-05-12T22:33:41.217Z] 32bf46808774: Preparing [2021-05-12T22:33:41.217Z] 32f366d666a5: Preparing [2021-05-12T22:33:41.217Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:41.217Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:41.217Z] 5104e7c7ef54: Pushed [2021-05-12T22:33:41.479Z] 32bf46808774: Pushed [2021-05-12T22:33:42.424Z] 7673f3a75dc3: Pushed [2021-05-12T22:33:42.424Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:6c6101a6d15e3013e17512e2579dfe2a034837dbf61d2a3ff723eb0aa0582c46 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:42.492Z] Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, dockerpty, cached-property, docopt, docker-compose [2021-05-12T22:33:42.492Z] Running setup.py install for PyYAML: started [2021-05-12T22:33:42.728Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:43.027Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.215 [2021-05-12T22:33:43.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T22:33:43.027Z] 5104e7c7ef54: Preparing [2021-05-12T22:33:43.027Z] 7673f3a75dc3: Preparing [2021-05-12T22:33:43.027Z] 5a8462db9b37: Preparing [2021-05-12T22:33:43.027Z] 32bf46808774: Preparing [2021-05-12T22:33:43.027Z] 32f366d666a5: Preparing [2021-05-12T22:33:43.027Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:43.027Z] 7673f3a75dc3: Layer already exists [2021-05-12T22:33:43.027Z] 5104e7c7ef54: Layer already exists [2021-05-12T22:33:43.027Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:43.027Z] 32bf46808774: Layer already exists [2021-05-12T22:33:43.027Z] 2.0.0-dev.215: digest: sha256:6c6101a6d15e3013e17512e2579dfe2a034837dbf61d2a3ff723eb0aa0582c46 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:43.331Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:43.628Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:43.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T22:33:43.628Z] 5104e7c7ef54: Preparing [2021-05-12T22:33:43.628Z] 7673f3a75dc3: Preparing [2021-05-12T22:33:43.628Z] 5a8462db9b37: Preparing [2021-05-12T22:33:43.628Z] 32bf46808774: Preparing [2021-05-12T22:33:43.628Z] 32f366d666a5: Preparing [2021-05-12T22:33:43.628Z] 32bf46808774: Layer already exists [2021-05-12T22:33:43.628Z] 5104e7c7ef54: Layer already exists [2021-05-12T22:33:43.628Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:43.628Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:43.628Z] 7673f3a75dc3: Layer already exists [2021-05-12T22:33:43.628Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:6c6101a6d15e3013e17512e2579dfe2a034837dbf61d2a3ff723eb0aa0582c46 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:43.932Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:44.228Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:master [2021-05-12T22:33:44.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-05-12T22:33:44.228Z] 5104e7c7ef54: Preparing [2021-05-12T22:33:44.228Z] 7673f3a75dc3: Preparing [2021-05-12T22:33:44.228Z] 5a8462db9b37: Preparing [2021-05-12T22:33:44.228Z] 32bf46808774: Preparing [2021-05-12T22:33:44.228Z] 32f366d666a5: Preparing [2021-05-12T22:33:44.228Z] 5a8462db9b37: Layer already exists [2021-05-12T22:33:44.228Z] 5104e7c7ef54: Layer already exists [2021-05-12T22:33:44.228Z] 32f366d666a5: Layer already exists [2021-05-12T22:33:44.228Z] 7673f3a75dc3: Layer already exists [2021-05-12T22:33:44.228Z] 32bf46808774: Layer already exists [2021-05-12T22:33:44.228Z] master: digest: sha256:6c6101a6d15e3013e17512e2579dfe2a034837dbf61d2a3ff723eb0aa0582c46 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:44.284Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:44.307Z] taggedImages: [2021-05-12T22:33:44.307Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:44.307Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.0-dev.215 [2021-05-12T22:33:44.307Z] - nexus3.edgexfoundry.org:10004/support-scheduler:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:44.307Z] - nexus3.edgexfoundry.org:10004/support-scheduler:master [Pipeline] echo [2021-05-12T22:33:44.400Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-05-12T22:33:44.400Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:44.400Z] 2.0.0-dev.215 [2021-05-12T22:33:44.400Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:44.400Z] master [2021-05-12T22:33:44.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:44.768Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:45.070Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:45.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T22:33:45.070Z] 02d0071d9a9c: Preparing [2021-05-12T22:33:45.070Z] 5894737c5415: Preparing [2021-05-12T22:33:45.070Z] 513f7e0eaf03: Preparing [2021-05-12T22:33:45.070Z] 44f25c963de2: Preparing [2021-05-12T22:33:45.070Z] 0754057c0ad3: Preparing [2021-05-12T22:33:45.070Z] 998cdf262ab1: Preparing [2021-05-12T22:33:45.070Z] 02e56110abd2: Preparing [2021-05-12T22:33:45.070Z] abc36efb885a: Preparing [2021-05-12T22:33:45.070Z] b0b09059f4e1: Preparing [2021-05-12T22:33:45.070Z] bb961f40224b: Preparing [2021-05-12T22:33:45.070Z] f4666769fca7: Preparing [2021-05-12T22:33:45.070Z] 998cdf262ab1: Waiting [2021-05-12T22:33:45.070Z] 02e56110abd2: Waiting [2021-05-12T22:33:45.070Z] abc36efb885a: Waiting [2021-05-12T22:33:45.070Z] bb961f40224b: Waiting [2021-05-12T22:33:45.070Z] f4666769fca7: Waiting [2021-05-12T22:33:45.070Z] 0754057c0ad3: Layer already exists [2021-05-12T22:33:45.070Z] 998cdf262ab1: Layer already exists [2021-05-12T22:33:45.070Z] 02e56110abd2: Layer already exists [2021-05-12T22:33:45.135Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T22:33:45.343Z] abc36efb885a: Layer already exists [2021-05-12T22:33:45.343Z] 5894737c5415: Pushed [2021-05-12T22:33:45.343Z] b0b09059f4e1: Layer already exists [2021-05-12T22:33:45.343Z] f4666769fca7: Layer already exists [2021-05-12T22:33:45.343Z] bb961f40224b: Layer already exists [2021-05-12T22:33:45.343Z] 02d0071d9a9c: Pushed [2021-05-12T22:33:45.412Z] Attempting uninstall: idna [2021-05-12T22:33:45.413Z] Found existing installation: idna 2.9 [2021-05-12T22:33:45.413Z] Uninstalling idna-2.9: [2021-05-12T22:33:45.692Z] Successfully uninstalled idna-2.9 [2021-05-12T22:33:46.294Z] 513f7e0eaf03: Pushed [2021-05-12T22:33:46.297Z] Attempting uninstall: urllib3 [2021-05-12T22:33:46.297Z] Found existing installation: urllib3 1.25.9 [2021-05-12T22:33:46.297Z] Uninstalling urllib3-1.25.9: [2021-05-12T22:33:46.574Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T22:33:47.172Z] Attempting uninstall: requests [2021-05-12T22:33:47.172Z] Found existing installation: requests 2.23.0 [2021-05-12T22:33:47.172Z] Uninstalling requests-2.23.0: [2021-05-12T22:33:47.450Z] Successfully uninstalled requests-2.23.0 [2021-05-12T22:33:47.725Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:33:47.725Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:33:47.725Z] ---> 12ea709faeac [2021-05-12T22:33:47.725Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T22:33:47.725Z] ---> Using cache [2021-05-12T22:33:47.725Z] ---> ace2ffcb34ad [2021-05-12T22:33:48.019Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:33:48.019Z] ---> Using cache [2021-05-12T22:33:48.019Z] ---> c972023271de [2021-05-12T22:33:48.019Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T22:33:50.502Z] 44f25c963de2: Pushed [2021-05-12T22:33:50.502Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:ee05d26e360fde22b29995d44b72121ba02e5fdc2dc6ddf14b34cfc1ffd8b869 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:50.640Z] ---> Running in 4d7d1e227971 [2021-05-12T22:33:50.804Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:51.116Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.215 [2021-05-12T22:33:51.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T22:33:51.116Z] 02d0071d9a9c: Preparing [2021-05-12T22:33:51.116Z] 5894737c5415: Preparing [2021-05-12T22:33:51.116Z] 513f7e0eaf03: Preparing [2021-05-12T22:33:51.116Z] 44f25c963de2: Preparing [2021-05-12T22:33:51.116Z] 0754057c0ad3: Preparing [2021-05-12T22:33:51.116Z] 998cdf262ab1: Preparing [2021-05-12T22:33:51.116Z] 02e56110abd2: Preparing [2021-05-12T22:33:51.116Z] abc36efb885a: Preparing [2021-05-12T22:33:51.116Z] b0b09059f4e1: Preparing [2021-05-12T22:33:51.116Z] bb961f40224b: Preparing [2021-05-12T22:33:51.116Z] f4666769fca7: Preparing [2021-05-12T22:33:51.116Z] b0b09059f4e1: Waiting [2021-05-12T22:33:51.116Z] 998cdf262ab1: Waiting [2021-05-12T22:33:51.116Z] bb961f40224b: Waiting [2021-05-12T22:33:51.116Z] f4666769fca7: Waiting [2021-05-12T22:33:51.116Z] 02e56110abd2: Waiting [2021-05-12T22:33:51.116Z] abc36efb885a: Waiting [2021-05-12T22:33:51.116Z] 02d0071d9a9c: Layer already exists [2021-05-12T22:33:51.116Z] 0754057c0ad3: Layer already exists [2021-05-12T22:33:51.116Z] 44f25c963de2: Layer already exists [2021-05-12T22:33:51.116Z] 513f7e0eaf03: Layer already exists [2021-05-12T22:33:51.116Z] 5894737c5415: Layer already exists [2021-05-12T22:33:51.116Z] abc36efb885a: Layer already exists [2021-05-12T22:33:51.116Z] 998cdf262ab1: Layer already exists [2021-05-12T22:33:51.116Z] 02e56110abd2: Layer already exists [2021-05-12T22:33:51.116Z] bb961f40224b: Layer already exists [2021-05-12T22:33:51.116Z] b0b09059f4e1: Layer already exists [2021-05-12T22:33:51.116Z] f4666769fca7: Layer already exists [2021-05-12T22:33:51.116Z] 2.0.0-dev.215: digest: sha256:ee05d26e360fde22b29995d44b72121ba02e5fdc2dc6ddf14b34cfc1ffd8b869 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:51.236Z] Running setup.py install for texttable: started [2021-05-12T22:33:51.507Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:51.821Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:51.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T22:33:51.821Z] 02d0071d9a9c: Preparing [2021-05-12T22:33:51.821Z] 5894737c5415: Preparing [2021-05-12T22:33:51.821Z] 513f7e0eaf03: Preparing [2021-05-12T22:33:51.821Z] 44f25c963de2: Preparing [2021-05-12T22:33:51.821Z] 0754057c0ad3: Preparing [2021-05-12T22:33:51.821Z] 998cdf262ab1: Preparing [2021-05-12T22:33:51.821Z] 02e56110abd2: Preparing [2021-05-12T22:33:51.821Z] abc36efb885a: Preparing [2021-05-12T22:33:51.821Z] b0b09059f4e1: Preparing [2021-05-12T22:33:51.821Z] bb961f40224b: Preparing [2021-05-12T22:33:51.821Z] f4666769fca7: Preparing [2021-05-12T22:33:51.821Z] 998cdf262ab1: Waiting [2021-05-12T22:33:51.821Z] 02e56110abd2: Waiting [2021-05-12T22:33:51.821Z] abc36efb885a: Waiting [2021-05-12T22:33:51.821Z] b0b09059f4e1: Waiting [2021-05-12T22:33:51.821Z] bb961f40224b: Waiting [2021-05-12T22:33:51.821Z] f4666769fca7: Waiting [2021-05-12T22:33:51.821Z] 44f25c963de2: Layer already exists [2021-05-12T22:33:51.821Z] 02d0071d9a9c: Layer already exists [2021-05-12T22:33:51.821Z] 513f7e0eaf03: Layer already exists [2021-05-12T22:33:51.821Z] 5894737c5415: Layer already exists [2021-05-12T22:33:51.821Z] 0754057c0ad3: Layer already exists [2021-05-12T22:33:51.821Z] abc36efb885a: Layer already exists [2021-05-12T22:33:51.821Z] 02e56110abd2: Layer already exists [2021-05-12T22:33:51.821Z] b0b09059f4e1: Layer already exists [2021-05-12T22:33:51.821Z] bb961f40224b: Layer already exists [2021-05-12T22:33:51.821Z] 998cdf262ab1: Layer already exists [2021-05-12T22:33:51.821Z] f4666769fca7: Layer already exists [2021-05-12T22:33:51.821Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:ee05d26e360fde22b29995d44b72121ba02e5fdc2dc6ddf14b34cfc1ffd8b869 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:52.136Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:33:52.434Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:master [2021-05-12T22:33:52.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-05-12T22:33:52.434Z] 02d0071d9a9c: Preparing [2021-05-12T22:33:52.434Z] 5894737c5415: Preparing [2021-05-12T22:33:52.434Z] 513f7e0eaf03: Preparing [2021-05-12T22:33:52.434Z] 44f25c963de2: Preparing [2021-05-12T22:33:52.434Z] 0754057c0ad3: Preparing [2021-05-12T22:33:52.434Z] 998cdf262ab1: Preparing [2021-05-12T22:33:52.434Z] 02e56110abd2: Preparing [2021-05-12T22:33:52.434Z] abc36efb885a: Preparing [2021-05-12T22:33:52.434Z] b0b09059f4e1: Preparing [2021-05-12T22:33:52.434Z] bb961f40224b: Preparing [2021-05-12T22:33:52.434Z] f4666769fca7: Preparing [2021-05-12T22:33:52.434Z] 02e56110abd2: Waiting [2021-05-12T22:33:52.434Z] abc36efb885a: Waiting [2021-05-12T22:33:52.434Z] b0b09059f4e1: Waiting [2021-05-12T22:33:52.434Z] bb961f40224b: Waiting [2021-05-12T22:33:52.434Z] f4666769fca7: Waiting [2021-05-12T22:33:52.434Z] 998cdf262ab1: Waiting [2021-05-12T22:33:52.434Z] 0754057c0ad3: Layer already exists [2021-05-12T22:33:52.434Z] 513f7e0eaf03: Layer already exists [2021-05-12T22:33:52.434Z] 5894737c5415: Layer already exists [2021-05-12T22:33:52.434Z] 44f25c963de2: Layer already exists [2021-05-12T22:33:52.434Z] 02d0071d9a9c: Layer already exists [2021-05-12T22:33:52.434Z] 02e56110abd2: Layer already exists [2021-05-12T22:33:52.434Z] abc36efb885a: Layer already exists [2021-05-12T22:33:52.434Z] b0b09059f4e1: Layer already exists [2021-05-12T22:33:52.434Z] 998cdf262ab1: Layer already exists [2021-05-12T22:33:52.434Z] bb961f40224b: Layer already exists [2021-05-12T22:33:52.434Z] f4666769fca7: Layer already exists [2021-05-12T22:33:52.434Z] master: digest: sha256:ee05d26e360fde22b29995d44b72121ba02e5fdc2dc6ddf14b34cfc1ffd8b869 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:33:52.487Z] ===================================================== [Pipeline] echo [2021-05-12T22:33:52.501Z] taggedImages: [2021-05-12T22:33:52.501Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:33:52.501Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.0-dev.215 [2021-05-12T22:33:52.501Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:33:52.501Z] - 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] } [2021-05-12T22:33:52.673Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T22:33:53.659Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:33:53.935Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T22:33:54.209Z] Running setup.py install for dockerpty: started [2021-05-12T22:33:54.812Z] OK: 218 MiB in 52 packages [2021-05-12T22:33:55.088Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:33:55.088Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:33:55.088Z] ---> 12ea709faeac [2021-05-12T22:33:55.088Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T22:33:55.088Z] ---> Using cache [2021-05-12T22:33:55.088Z] ---> ace2ffcb34ad [2021-05-12T22:33:55.088Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:33:55.088Z] ---> Using cache [2021-05-12T22:33:55.088Z] ---> c972023271de [2021-05-12T22:33:55.088Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T22:33:55.088Z] ---> Using cache [2021-05-12T22:33:55.088Z] ---> 78d931291ea0 [2021-05-12T22:33:55.088Z] Step 6/24 : COPY go.mod . [2021-05-12T22:33:55.088Z] ---> Using cache [2021-05-12T22:33:55.088Z] ---> a93245d4b590 [2021-05-12T22:33:55.088Z] Step 7/24 : RUN go mod download [2021-05-12T22:33:55.088Z] ---> Using cache [2021-05-12T22:33:55.088Z] ---> 7a33783e1d85 [2021-05-12T22:33:55.088Z] Step 8/24 : COPY . . [2021-05-12T22:33:55.368Z] ---> Using cache [2021-05-12T22:33:55.368Z] ---> 2faf58167476 [2021-05-12T22:33:55.368Z] Step 9/24 : RUN go mod tidy [2021-05-12T22:33:55.368Z] ---> Using cache [2021-05-12T22:33:55.368Z] ---> 0156e2bcaab3 [2021-05-12T22:33:55.368Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T22:33:57.424Z] ---> Running in 2049d6c6b7f8 [2021-05-12T22:33:57.424Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T22:33:57.424Z] Running setup.py install for docopt: started [2021-05-12T22:33:58.410Z] Removing intermediate container 4d7d1e227971 [2021-05-12T22:33:58.410Z] ---> c0a0b9fa3d8a [2021-05-12T22:33:58.410Z] Step 6/23 : COPY go.mod . [2021-05-12T22:33:59.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/core-command/core-command ./cmd/core-command [2021-05-12T22:34:00.455Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T22:34:00.740Z] ---> 6a7f7838840c [2021-05-12T22:34:00.740Z] Step 7/23 : RUN go mod download [2021-05-12T22:34:00.740Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T22:34:00.740Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T22:34:00.740Z] ---> 12ea709faeac [2021-05-12T22:34:00.740Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T22:34:00.740Z] ---> Using cache [2021-05-12T22:34:00.740Z] ---> ace2ffcb34ad [2021-05-12T22:34:00.740Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T22:34:00.740Z] ---> Using cache [2021-05-12T22:34:00.740Z] ---> c972023271de [2021-05-12T22:34:00.740Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T22:34:00.740Z] ---> Using cache [2021-05-12T22:34:00.740Z] ---> 78d931291ea0 [2021-05-12T22:34:00.740Z] Step 6/32 : COPY go.mod . [2021-05-12T22:34:00.740Z] ---> Using cache [2021-05-12T22:34:00.740Z] ---> a93245d4b590 [2021-05-12T22:34:00.740Z] Step 7/32 : RUN go mod download [2021-05-12T22:34:00.740Z] ---> Using cache [2021-05-12T22:34:00.740Z] ---> 7a33783e1d85 [2021-05-12T22:34:00.740Z] Step 8/32 : COPY . . [2021-05-12T22:34:01.018Z] ---> Running in 46bf723d616e [2021-05-12T22:34:01.018Z] ---> Using cache [2021-05-12T22:34:01.018Z] ---> 2faf58167476 [2021-05-12T22:34:01.018Z] Step 9/32 : RUN go mod tidy [2021-05-12T22:34:01.018Z] ---> Using cache [2021-05-12T22:34:01.018Z] ---> 0156e2bcaab3 [2021-05-12T22:34:01.018Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T22:34:01.303Z] ---> Running in 87cc14f6b8fb [2021-05-12T22:34:01.904Z] 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-12T22:34:03.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-12T22:34:05.365Z] Removing intermediate container 46bf723d616e [2021-05-12T22:34:05.365Z] ---> ab42b030cb1b [2021-05-12T22:34:05.365Z] Step 8/23 : COPY . . [2021-05-12T22:34:20.504Z] Removing intermediate container ee21d1cd94c3 [2021-05-12T22:34:20.504Z] ---> c6caff1f5888 [2021-05-12T22:34:20.504Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T22:34:20.504Z] ---> Running in 253d7233764a [2021-05-12T22:34:21.541Z] Removing intermediate container 253d7233764a [2021-05-12T22:34:21.541Z] ---> 27452364a880 [2021-05-12T22:34:21.541Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T22:34:21.839Z] ---> Running in ee055d4ef2b5 [2021-05-12T22:34:22.825Z] Removing intermediate container ee055d4ef2b5 [2021-05-12T22:34:22.825Z] ---> 6ddeb86c15ac [2021-05-12T22:34:22.825Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T22:34:23.810Z] ---> 25d6641e2390 [2021-05-12T22:34:23.810Z] Step 9/23 : RUN go mod tidy [2021-05-12T22:34:24.415Z] ---> Running in 108b62f9c882 [2021-05-12T22:34:24.702Z] ---> 80407dc83a5b [2021-05-12T22:34:24.702Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T22:34:26.161Z] ---> 90348a14702d [2021-05-12T22:34:26.161Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T22:34:27.606Z] ---> 8751af72e024 [2021-05-12T22:34:27.606Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T22:34:27.881Z] ---> Running in 1e886e7e0cef [2021-05-12T22:34:28.497Z] Removing intermediate container 1e886e7e0cef [2021-05-12T22:34:28.497Z] ---> 34ce0d74995b [2021-05-12T22:34:28.497Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:34:28.772Z] ---> Running in 03032217e185 [2021-05-12T22:34:29.373Z] Removing intermediate container 03032217e185 [2021-05-12T22:34:29.373Z] ---> 0018486fe1ae [2021-05-12T22:34:29.373Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:34:29.648Z] ---> Running in 38a25f6872d7 [2021-05-12T22:34:30.248Z] Removing intermediate container 38a25f6872d7 [2021-05-12T22:34:30.248Z] ---> 8ac78294ac5e [2021-05-12T22:34:30.248Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:34:30.524Z] ---> Running in f980f7df60db [2021-05-12T22:34:31.542Z] Removing intermediate container f980f7df60db [2021-05-12T22:34:31.542Z] ---> 97af612cccec [2021-05-12T22:34:31.542Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:34:31.542Z] ---> Running in 900ed3a9a5c7 [2021-05-12T22:34:32.543Z] Removing intermediate container 900ed3a9a5c7 [2021-05-12T22:34:32.543Z] ---> 3da6d700e77a [2021-05-12T22:34:32.543Z] [2021-05-12T22:34:32.543Z] Removing intermediate container 108b62f9c882 [2021-05-12T22:34:32.543Z] ---> ff71e29d25a4 [2021-05-12T22:34:32.543Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T22:34:32.820Z] ---> Running in ae193821ccf2 [2021-05-12T22:34:33.100Z] Successfully built 3da6d700e77a [2021-05-12T22:34:33.100Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-12T22:34:34.540Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.215" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-12T22:35:13.561Z] Removing intermediate container ad704b6de94c [2021-05-12T22:35:13.561Z] ---> 83d946756be1 [2021-05-12T22:35:13.561Z] [2021-05-12T22:35:13.561Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:35:13.561Z] ---> 9852663dfa18 [2021-05-12T22:35:13.561Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:35:13.561Z] ---> Using cache [2021-05-12T22:35:13.561Z] ---> c724e727505e [2021-05-12T22:35:13.561Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:35:13.561Z] ---> Using cache [2021-05-12T22:35:13.561Z] ---> 3a9f6a0f8585 [2021-05-12T22:35:13.561Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T22:35:13.561Z] ---> Running in 1e6b79411607 [2021-05-12T22:35:13.561Z] Removing intermediate container 1e6b79411607 [2021-05-12T22:35:13.561Z] ---> 34278a6164dc [2021-05-12T22:35:13.561Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:35:13.561Z] ---> Running in 5252ffc223ed [2021-05-12T22:35:13.561Z] Removing intermediate container 5252ffc223ed [2021-05-12T22:35:13.561Z] ---> 70c15184118f [2021-05-12T22:35:13.561Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:35:13.561Z] ---> 153ca73237c3 [2021-05-12T22:35:13.561Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T22:35:13.561Z] ---> 66e1c7ee177b [2021-05-12T22:35:13.561Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T22:35:13.838Z] ---> e918dca80f91 [2021-05-12T22:35:13.838Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T22:35:14.115Z] ---> Running in ec26438738de [2021-05-12T22:35:15.104Z] Removing intermediate container ec26438738de [2021-05-12T22:35:15.104Z] ---> 620452b9be00 [2021-05-12T22:35:15.104Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:35:15.104Z] ---> Running in a457cfb6bb7b [2021-05-12T22:35:16.096Z] Removing intermediate container a457cfb6bb7b [2021-05-12T22:35:16.096Z] ---> 6008a993272b [2021-05-12T22:35:16.096Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T22:35:16.096Z] ---> Running in 3c774f4eee0d [2021-05-12T22:35:16.704Z] Removing intermediate container 3c774f4eee0d [2021-05-12T22:35:16.704Z] ---> 27e86d0bbc03 [2021-05-12T22:35:16.704Z] Step 22/23 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:35:16.984Z] ---> Running in a82d009fff5d [2021-05-12T22:35:17.590Z] Removing intermediate container a82d009fff5d [2021-05-12T22:35:17.590Z] ---> 2bb20aed9f8a [2021-05-12T22:35:17.590Z] Step 23/23 : LABEL version=2.0.0-dev.215 [2021-05-12T22:35:17.865Z] ---> Running in 1add7e76bf9f [2021-05-12T22:35:18.470Z] Removing intermediate container 1add7e76bf9f [2021-05-12T22:35:18.470Z] ---> 833b52cfbdd1 [2021-05-12T22:35:18.470Z] [2021-05-12T22:35:18.748Z] Successfully built 833b52cfbdd1 [2021-05-12T22:35:18.748Z] Successfully tagged support-scheduler-arm64:latest [2021-05-12T22:35:40.984Z]  Building support-scheduler ... done Removing intermediate container 87cc14f6b8fb [2021-05-12T22:35:40.984Z] ---> 432f3a1e51f5 [2021-05-12T22:35:40.984Z] [2021-05-12T22:35:40.984Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T22:35:40.984Z] ---> 9852663dfa18 [2021-05-12T22:35:40.984Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T22:35:40.984Z] Removing intermediate container 2049d6c6b7f8 [2021-05-12T22:35:40.984Z] ---> cf94746274f1 [2021-05-12T22:35:40.984Z] [2021-05-12T22:35:40.984Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T22:35:40.984Z] ---> 9852663dfa18 [2021-05-12T22:35:40.984Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T22:35:40.984Z] ---> Using cache [2021-05-12T22:35:40.984Z] ---> c724e727505e [2021-05-12T22:35:40.984Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:35:40.984Z] ---> Using cache [2021-05-12T22:35:40.984Z] ---> 3a9f6a0f8585 [2021-05-12T22:35:40.984Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T22:35:40.984Z] ---> Running in d919772026df [2021-05-12T22:35:40.984Z] ---> Running in 348098aa3cd8 [2021-05-12T22:35:40.984Z] Removing intermediate container d919772026df [2021-05-12T22:35:40.984Z] ---> 456f2632e0d7 [2021-05-12T22:35:40.984Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T22:35:40.984Z] ---> Running in 65f1acd552a1 [2021-05-12T22:35:40.984Z] Removing intermediate container 348098aa3cd8 [2021-05-12T22:35:40.984Z] ---> 4e3551e27c63 [2021-05-12T22:35:40.984Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T22:35:41.271Z] ---> Running in afbcbab4a7ae [2021-05-12T22:35:41.888Z] Removing intermediate container afbcbab4a7ae [2021-05-12T22:35:41.888Z] ---> 829061f79008 [2021-05-12T22:35:41.888Z] Step 16/24 : WORKDIR / [2021-05-12T22:35:42.177Z] ---> Running in 449d6e104db9 [2021-05-12T22:35:42.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:35:43.072Z] Removing intermediate container 449d6e104db9 [2021-05-12T22:35:43.072Z] ---> 156e212630af [2021-05-12T22:35:43.072Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:35:43.072Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:35:43.680Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:35:43.680Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T22:35:43.680Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:35:43.680Z] OK: 5 MiB in 16 packages [2021-05-12T22:35:43.960Z] ---> 576d98581008 [2021-05-12T22:35:43.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T22:35:45.409Z] Removing intermediate container 65f1acd552a1 [2021-05-12T22:35:45.409Z] ---> 5eb0130482ff [2021-05-12T22:35:45.409Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T22:35:45.694Z] ---> 82c5ff03e374 [2021-05-12T22:35:45.694Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T22:35:45.694Z] ---> Running in 3d7294f311b8 [2021-05-12T22:35:46.304Z] Removing intermediate container 3d7294f311b8 [2021-05-12T22:35:46.304Z] ---> 15b83665eaf6 [2021-05-12T22:35:46.304Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T22:35:46.580Z] ---> Running in 46716a730e62 [2021-05-12T22:35:46.580Z] ---> 43c8dcbaf6cf [2021-05-12T22:35:46.580Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T22:35:46.877Z] ---> Running in 7277698005a4 [2021-05-12T22:35:46.877Z] Removing intermediate container 46716a730e62 [2021-05-12T22:35:46.877Z] ---> dfef80cccb0b [2021-05-12T22:35:46.877Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T22:35:47.471Z] ---> Running in db1f750777d8 [2021-05-12T22:35:47.765Z] Removing intermediate container 7277698005a4 [2021-05-12T22:35:47.765Z] ---> 35eafad2e5e7 [2021-05-12T22:35:47.765Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:35:48.043Z] ---> Running in 2a6770ba8bda [2021-05-12T22:35:48.643Z] Removing intermediate container 2a6770ba8bda [2021-05-12T22:35:48.643Z] ---> a4fadd58f767 [2021-05-12T22:35:48.643Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T22:35:48.643Z] ---> Running in 9f5f3145b6be [2021-05-12T22:35:49.627Z] Removing intermediate container 9f5f3145b6be [2021-05-12T22:35:49.627Z] ---> 0fbb5b819313 [2021-05-12T22:35:49.627Z] Step 23/24 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:35:50.223Z] ---> Running in 4c0c7be4550a [2021-05-12T22:35:50.497Z] Removing intermediate container db1f750777d8 [2021-05-12T22:35:50.497Z] ---> 340594c212d1 [2021-05-12T22:35:50.497Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T22:35:50.774Z] Removing intermediate container 4c0c7be4550a [2021-05-12T22:35:50.774Z] ---> e591a5e46ce2 [2021-05-12T22:35:50.774Z] Step 24/24 : LABEL version=2.0.0-dev.215 [2021-05-12T22:35:50.774Z] ---> Running in 6a3bb1945b4a [2021-05-12T22:35:51.059Z] Removing intermediate container ae193821ccf2 [2021-05-12T22:35:51.060Z] ---> 705f858393ad [2021-05-12T22:35:51.060Z] [2021-05-12T22:35:51.060Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T22:35:51.060Z] ---> 9852663dfa18 [2021-05-12T22:35:51.060Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T22:35:51.060Z] ---> Running in 3e6602a6a780 [2021-05-12T22:35:51.060Z] ---> Running in 82d747575750 [2021-05-12T22:35:51.343Z] Removing intermediate container 6a3bb1945b4a [2021-05-12T22:35:51.343Z] ---> 884f8392bae7 [2021-05-12T22:35:51.343Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T22:35:51.619Z] Removing intermediate container 3e6602a6a780 [2021-05-12T22:35:51.619Z] ---> faefcc5628e6 [2021-05-12T22:35:51.619Z] [2021-05-12T22:35:52.230Z] Successfully built faefcc5628e6 [2021-05-12T22:35:52.230Z] Successfully tagged core-command-arm64:latest [2021-05-12T22:35:52.230Z]  Building core-command ... done  ---> 020c2c2c19eb [2021-05-12T22:35:52.230Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T22:35:52.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T22:35:52.502Z] ---> Running in f973c6f5b0ff [2021-05-12T22:35:52.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T22:35:53.100Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T22:35:53.100Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T22:35:53.100Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T22:35:53.100Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T22:35:53.375Z] OK: 6 MiB in 16 packages [2021-05-12T22:35:55.354Z] Removing intermediate container f973c6f5b0ff [2021-05-12T22:35:55.354Z] ---> 3050cb27d6b4 [2021-05-12T22:35:55.354Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:35:55.354Z] Removing intermediate container 82d747575750 [2021-05-12T22:35:55.354Z] ---> 9837282dd359 [2021-05-12T22:35:55.354Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T22:35:55.354Z] ---> Running in 91b862a1cf24 [2021-05-12T22:35:55.947Z] Removing intermediate container 91b862a1cf24 [2021-05-12T22:35:55.947Z] ---> 761d529bd9ca [2021-05-12T22:35:55.947Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T22:35:55.947Z] ---> aae6869c29cb [2021-05-12T22:35:55.947Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T22:35:55.947Z] ---> Running in 043c17cf4ae1 [2021-05-12T22:35:56.541Z] Removing intermediate container 043c17cf4ae1 [2021-05-12T22:35:56.541Z] ---> bb6081335c90 [2021-05-12T22:35:56.541Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T22:35:56.839Z] ---> Running in 50945dd7616d [2021-05-12T22:35:56.839Z] ---> 69c30f408214 [2021-05-12T22:35:56.839Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T22:35:57.433Z] Removing intermediate container 50945dd7616d [2021-05-12T22:35:57.433Z] ---> 0a89de085af8 [2021-05-12T22:35:57.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T22:35:57.707Z] ---> 8fbaaeb5fed2 [2021-05-12T22:35:57.707Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T22:35:58.301Z] ---> 31519f907aed [2021-05-12T22:35:58.301Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T22:35:58.301Z] ---> dbda752bb7bc [2021-05-12T22:35:58.301Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T22:35:59.273Z] ---> 48ed1859e10a [2021-05-12T22:35:59.273Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T22:35:59.544Z] ---> a68b97cc7b63 [2021-05-12T22:35:59.544Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T22:35:59.544Z] ---> Running in bf751c5d9c3e [2021-05-12T22:36:00.136Z] Removing intermediate container bf751c5d9c3e [2021-05-12T22:36:00.136Z] ---> 8cef604d7657 [2021-05-12T22:36:00.136Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T22:36:00.136Z] ---> 3a447ab4b346 [2021-05-12T22:36:00.136Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T22:36:00.407Z] ---> Running in 2b8838517b4c [2021-05-12T22:36:04.687Z] Removing intermediate container 2b8838517b4c [2021-05-12T22:36:04.687Z] ---> fd112198eb29 [2021-05-12T22:36:04.687Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T22:36:04.687Z] ---> e5927ef3807b [2021-05-12T22:36:04.687Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T22:36:04.963Z] ---> Running in b7a496a10af3 [2021-05-12T22:36:04.963Z] ---> Running in 8856d068aea1 [2021-05-12T22:36:05.560Z] Removing intermediate container b7a496a10af3 [2021-05-12T22:36:05.560Z] ---> 435916300d78 [2021-05-12T22:36:05.560Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T22:36:05.560Z] ---> Running in 21079782a1e5 [2021-05-12T22:36:06.147Z] Removing intermediate container 21079782a1e5 [2021-05-12T22:36:06.147Z] ---> 246040f180ad [2021-05-12T22:36:06.147Z] Step 22/23 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:06.147Z] ---> Running in e51be89b947b [2021-05-12T22:36:06.744Z] Removing intermediate container e51be89b947b [2021-05-12T22:36:06.744Z] ---> af6aca41a6ac [2021-05-12T22:36:06.744Z] Step 23/23 : LABEL version=2.0.0-dev.215 [2021-05-12T22:36:06.744Z] ---> Running in d1bbd90acec9 [2021-05-12T22:36:07.331Z] Removing intermediate container d1bbd90acec9 [2021-05-12T22:36:07.331Z] ---> 4f9305b1fc61 [2021-05-12T22:36:07.331Z] [2021-05-12T22:36:07.331Z] Removing intermediate container 8856d068aea1 [2021-05-12T22:36:07.331Z] ---> ecb8c6f45868 [2021-05-12T22:36:07.331Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T22:36:07.605Z] Successfully built 4f9305b1fc61 [2021-05-12T22:36:07.909Z] Successfully tagged support-notifications-arm64:latest [2021-05-12T22:36:07.909Z]  Building support-notifications ... done  ---> Running in 782fd7d820db [2021-05-12T22:36:08.183Z] Removing intermediate container 782fd7d820db [2021-05-12T22:36:08.183Z] ---> 368381765879 [2021-05-12T22:36:08.183Z] Step 29/32 : CMD ["gate"] [2021-05-12T22:36:08.455Z] ---> Running in bc4b042094d7 [2021-05-12T22:36:09.069Z] Removing intermediate container bc4b042094d7 [2021-05-12T22:36:09.069Z] ---> 4203b39d17b2 [2021-05-12T22:36:09.069Z] Step 30/32 : LABEL arch=arm64 [2021-05-12T22:36:09.349Z] ---> Running in 2c48b9aab753 [2021-05-12T22:36:09.622Z] Removing intermediate container 2c48b9aab753 [2021-05-12T22:36:09.622Z] ---> 7175035dc2e4 [2021-05-12T22:36:09.622Z] Step 31/32 : LABEL git_sha=21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:09.891Z] ---> Running in bc0fedaaeaf6 [2021-05-12T22:36:10.482Z] Removing intermediate container bc0fedaaeaf6 [2021-05-12T22:36:10.482Z] ---> 6c84d9c1aaa6 [2021-05-12T22:36:10.482Z] Step 32/32 : LABEL version=2.0.0-dev.215 [2021-05-12T22:36:10.754Z] ---> Running in 7d8f35cb356e [2021-05-12T22:36:11.348Z] Removing intermediate container 7d8f35cb356e [2021-05-12T22:36:11.348Z] ---> 13d3dcdc678d [2021-05-12T22:36:11.348Z] [2021-05-12T22:36:11.617Z] Successfully built 13d3dcdc678d [2021-05-12T22:36:11.617Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-12T22:36:11.903Z]  Building security-bootstrapper ... done  [Pipeline] } [2021-05-12T22:36:11.929Z] $ docker stop --time=1 333858ca48630dcb5558a522340e991dfa90971eb5f5332cb7abb1074afa40ec [2021-05-12T22:36:13.869Z] $ docker rm -f 333858ca48630dcb5558a522340e991dfa90971eb5f5332cb7abb1074afa40ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T22:36:14.419Z] + docker images [2021-05-12T22:36:14.701Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T22:36:14.701Z] security-bootstrapper-arm64 latest 13d3dcdc678d 4 seconds ago 17.1MB [2021-05-12T22:36:14.701Z] support-notifications-arm64 latest 4f9305b1fc61 7 seconds ago 16.7MB [2021-05-12T22:36:14.701Z] core-command-arm64 latest faefcc5628e6 23 seconds ago 16.1MB [2021-05-12T22:36:14.701Z] 705f858393ad 24 seconds ago 865MB [2021-05-12T22:36:14.701Z] cf94746274f1 35 seconds ago 864MB [2021-05-12T22:36:14.701Z] 432f3a1e51f5 36 seconds ago 857MB [2021-05-12T22:36:14.701Z] support-scheduler-arm64 latest 833b52cfbdd1 56 seconds ago 16.1MB [2021-05-12T22:36:14.701Z] 83d946756be1 About a minute ago 865MB [2021-05-12T22:36:14.701Z] sys-mgmt-agent-arm64 latest 3da6d700e77a About a minute ago 299MB [2021-05-12T22:36:14.701Z] core-data-arm64 latest ddd4645bc92b 2 minutes ago 20.3MB [2021-05-12T22:36:14.701Z] core-metadata-arm64 latest 7fbee57e9ebd 2 minutes ago 17.4MB [2021-05-12T22:36:14.701Z] security-secretstore-setup-arm64 latest 11d1ac6c3eb1 2 minutes ago 24.3MB [2021-05-12T22:36:14.701Z] security-proxy-setup-arm64 latest 244603e41a09 3 minutes ago 23.9MB [2021-05-12T22:36:14.701Z] 314512bc452a 3 minutes ago 873MB [2021-05-12T22:36:14.701Z] 73733a46fe8a 3 minutes ago 872MB [2021-05-12T22:36:14.701Z] c0f376e88f3f 3 minutes ago 860MB [2021-05-12T22:36:14.701Z] 1b0ffc09b479 3 minutes ago 862MB [2021-05-12T22:36:14.701Z] e6e8e19162db 3 minutes ago 861MB [2021-05-12T22:36:14.701Z] ci-base-image-arm64 latest 12ea709faeac 7 minutes ago 641MB [2021-05-12T22:36:14.701Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB [2021-05-12T22:36:14.701Z] alpine 3.12 9852663dfa18 4 weeks ago 5.32MB [2021-05-12T22:36:14.701Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-12T22:36:14.701Z] 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-12T22:36:14.857Z] provisioning config files... [2021-05-12T22:36:14.895Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/484@tmp/config8070362841086475595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:36:15.251Z] ---> docker-login.sh [2021-05-12T22:36:15.251Z] nexus3.edgexfoundry.org:10001 [2021-05-12T22:36:15.523Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:36:15.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:36:15.795Z] Configure a credential helper to remove this warning. See [2021-05-12T22:36:15.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:36:15.795Z] [2021-05-12T22:36:15.795Z] Login Succeeded [2021-05-12T22:36:15.795Z] nexus3.edgexfoundry.org:10002 [2021-05-12T22:36:16.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:36:16.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:36:16.386Z] Configure a credential helper to remove this warning. See [2021-05-12T22:36:16.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:36:16.386Z] [2021-05-12T22:36:16.386Z] Login Succeeded [2021-05-12T22:36:16.386Z] nexus3.edgexfoundry.org:10003 [2021-05-12T22:36:17.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:36:17.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:36:17.004Z] Configure a credential helper to remove this warning. See [2021-05-12T22:36:17.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:36:17.004Z] [2021-05-12T22:36:17.004Z] Login Succeeded [2021-05-12T22:36:17.004Z] nexus3.edgexfoundry.org:10004 [2021-05-12T22:36:17.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:36:17.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:36:17.613Z] Configure a credential helper to remove this warning. See [2021-05-12T22:36:17.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:36:17.613Z] [2021-05-12T22:36:17.613Z] Login Succeeded [2021-05-12T22:36:17.613Z] docker.io [2021-05-12T22:36:17.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T22:36:18.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T22:36:18.489Z] Configure a credential helper to remove this warning. See [2021-05-12T22:36:18.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T22:36:18.489Z] [2021-05-12T22:36:18.489Z] Login Succeeded [2021-05-12T22:36:18.489Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T22:36:18.507Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:18.574Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-05-12T22:36:18.574Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:18.574Z] 2.0.0-dev.215 [2021-05-12T22:36:18.574Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:18.574Z] master [2021-05-12T22:36:18.574Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:18.966Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:19.326Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:19.326Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T22:36:19.326Z] 9482a3c538d6: Preparing [2021-05-12T22:36:19.326Z] 69f31e6d1edd: Preparing [2021-05-12T22:36:19.326Z] d0edfd751c0f: Preparing [2021-05-12T22:36:19.326Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:19.326Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:19.326Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:19.615Z] 9482a3c538d6: Pushed [2021-05-12T22:36:19.615Z] d0edfd751c0f: Pushed [2021-05-12T22:36:19.615Z] d18b08dfb3c5: Pushed [2021-05-12T22:36:22.260Z] 69f31e6d1edd: Pushed [2021-05-12T22:36:22.260Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:6ab1cfdb72dcefe754e68fc4ca1393d574c43f3fc5a8cbe1cfaa55aa094013ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:22.612Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:22.946Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.215 [2021-05-12T22:36:22.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T22:36:22.946Z] 9482a3c538d6: Preparing [2021-05-12T22:36:22.946Z] 69f31e6d1edd: Preparing [2021-05-12T22:36:22.946Z] d0edfd751c0f: Preparing [2021-05-12T22:36:22.946Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:22.946Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:22.946Z] 9482a3c538d6: Layer already exists [2021-05-12T22:36:22.946Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:22.946Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:22.946Z] 69f31e6d1edd: Layer already exists [2021-05-12T22:36:22.946Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:23.216Z] 2.0.0-dev.215: digest: sha256:6ab1cfdb72dcefe754e68fc4ca1393d574c43f3fc5a8cbe1cfaa55aa094013ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:23.613Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:23.947Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:23.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T22:36:23.947Z] 9482a3c538d6: Preparing [2021-05-12T22:36:23.947Z] 69f31e6d1edd: Preparing [2021-05-12T22:36:23.947Z] d0edfd751c0f: Preparing [2021-05-12T22:36:23.947Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:23.947Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:23.947Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:23.947Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:23.947Z] 9482a3c538d6: Layer already exists [2021-05-12T22:36:23.947Z] 69f31e6d1edd: Layer already exists [2021-05-12T22:36:23.947Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:24.217Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:6ab1cfdb72dcefe754e68fc4ca1393d574c43f3fc5a8cbe1cfaa55aa094013ed size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:24.557Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:24.888Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:master [2021-05-12T22:36:24.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-05-12T22:36:24.888Z] 9482a3c538d6: Preparing [2021-05-12T22:36:24.888Z] 69f31e6d1edd: Preparing [2021-05-12T22:36:24.888Z] d0edfd751c0f: Preparing [2021-05-12T22:36:24.888Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:24.888Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:24.888Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:24.888Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:24.888Z] 69f31e6d1edd: Layer already exists [2021-05-12T22:36:24.888Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:24.888Z] 9482a3c538d6: Layer already exists [2021-05-12T22:36:25.156Z] master: digest: sha256:6ab1cfdb72dcefe754e68fc4ca1393d574c43f3fc5a8cbe1cfaa55aa094013ed size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:25.215Z] ===================================================== [Pipeline] echo [2021-05-12T22:36:25.230Z] taggedImages: [2021-05-12T22:36:25.230Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:25.230Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.0-dev.215 [2021-05-12T22:36:25.230Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:25.230Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:master [Pipeline] echo [2021-05-12T22:36:25.261Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-05-12T22:36:25.261Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:25.261Z] 2.0.0-dev.215 [2021-05-12T22:36:25.261Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:25.261Z] master [2021-05-12T22:36:25.261Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:25.648Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:25.988Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:25.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T22:36:25.989Z] 452f6d121bba: Preparing [2021-05-12T22:36:25.989Z] 37f90a1e3136: Preparing [2021-05-12T22:36:25.989Z] d0edfd751c0f: Preparing [2021-05-12T22:36:25.989Z] a0315b57466e: Preparing [2021-05-12T22:36:25.989Z] 47b74aebb9a9: Preparing [2021-05-12T22:36:25.989Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:25.989Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:26.262Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:26.262Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:26.262Z] 452f6d121bba: Pushed [2021-05-12T22:36:26.262Z] 47b74aebb9a9: Pushed [2021-05-12T22:36:26.853Z] a0315b57466e: Pushed [2021-05-12T22:36:29.455Z] 37f90a1e3136: Pushed [2021-05-12T22:36:29.456Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:dfe3c3b19f86660e689304a417dc7860bfb62169e7344e5491bcf006059d4bc6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:29.797Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:30.131Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.215 [2021-05-12T22:36:30.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T22:36:30.132Z] 452f6d121bba: Preparing [2021-05-12T22:36:30.132Z] 37f90a1e3136: Preparing [2021-05-12T22:36:30.132Z] d0edfd751c0f: Preparing [2021-05-12T22:36:30.132Z] a0315b57466e: Preparing [2021-05-12T22:36:30.132Z] 47b74aebb9a9: Preparing [2021-05-12T22:36:30.132Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:30.132Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:30.132Z] 47b74aebb9a9: Layer already exists [2021-05-12T22:36:30.132Z] a0315b57466e: Layer already exists [2021-05-12T22:36:30.132Z] 452f6d121bba: Layer already exists [2021-05-12T22:36:30.132Z] 37f90a1e3136: Layer already exists [2021-05-12T22:36:30.132Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:30.132Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:30.401Z] 2.0.0-dev.215: digest: sha256:dfe3c3b19f86660e689304a417dc7860bfb62169e7344e5491bcf006059d4bc6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:30.743Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:31.082Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:31.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T22:36:31.082Z] 452f6d121bba: Preparing [2021-05-12T22:36:31.082Z] 37f90a1e3136: Preparing [2021-05-12T22:36:31.082Z] d0edfd751c0f: Preparing [2021-05-12T22:36:31.082Z] a0315b57466e: Preparing [2021-05-12T22:36:31.082Z] 47b74aebb9a9: Preparing [2021-05-12T22:36:31.082Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:31.082Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:31.082Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:31.082Z] 452f6d121bba: Layer already exists [2021-05-12T22:36:31.082Z] 47b74aebb9a9: Layer already exists [2021-05-12T22:36:31.082Z] a0315b57466e: Layer already exists [2021-05-12T22:36:31.082Z] 37f90a1e3136: Layer already exists [2021-05-12T22:36:31.353Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:31.353Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:dfe3c3b19f86660e689304a417dc7860bfb62169e7344e5491bcf006059d4bc6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:31.694Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:32.029Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:master [2021-05-12T22:36:32.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-05-12T22:36:32.029Z] 452f6d121bba: Preparing [2021-05-12T22:36:32.029Z] 37f90a1e3136: Preparing [2021-05-12T22:36:32.029Z] d0edfd751c0f: Preparing [2021-05-12T22:36:32.029Z] a0315b57466e: Preparing [2021-05-12T22:36:32.029Z] 47b74aebb9a9: Preparing [2021-05-12T22:36:32.029Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:32.029Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:32.029Z] 452f6d121bba: Layer already exists [2021-05-12T22:36:32.029Z] 37f90a1e3136: Layer already exists [2021-05-12T22:36:32.029Z] 47b74aebb9a9: Layer already exists [2021-05-12T22:36:32.029Z] a0315b57466e: Layer already exists [2021-05-12T22:36:32.029Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:32.300Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:32.300Z] master: digest: sha256:dfe3c3b19f86660e689304a417dc7860bfb62169e7344e5491bcf006059d4bc6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:32.363Z] ===================================================== [Pipeline] echo [2021-05-12T22:36:32.377Z] taggedImages: [2021-05-12T22:36:32.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:32.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.0-dev.215 [2021-05-12T22:36:32.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:32.377Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:master [Pipeline] echo [2021-05-12T22:36:32.409Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-05-12T22:36:32.409Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:32.409Z] 2.0.0-dev.215 [2021-05-12T22:36:32.409Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:32.409Z] master [2021-05-12T22:36:32.409Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:32.814Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:33.172Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:33.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T22:36:33.172Z] 751d469e7477: Preparing [2021-05-12T22:36:33.172Z] a2823d160c27: Preparing [2021-05-12T22:36:33.172Z] d0edfd751c0f: Preparing [2021-05-12T22:36:33.172Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:33.172Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:33.445Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:33.445Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:33.445Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:33.445Z] 751d469e7477: Pushed [2021-05-12T22:36:36.811Z] a2823d160c27: Pushed [2021-05-12T22:36:36.811Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:ad307f6481b43c801b76f4198bdb70a10ecced87ec08c52246af5808bdb37660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:37.150Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:37.481Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.215 [2021-05-12T22:36:37.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T22:36:37.481Z] 751d469e7477: Preparing [2021-05-12T22:36:37.481Z] a2823d160c27: Preparing [2021-05-12T22:36:37.481Z] d0edfd751c0f: Preparing [2021-05-12T22:36:37.481Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:37.481Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:37.481Z] a2823d160c27: Layer already exists [2021-05-12T22:36:37.481Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:37.481Z] 751d469e7477: Layer already exists [2021-05-12T22:36:37.481Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:37.481Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:37.750Z] 2.0.0-dev.215: digest: sha256:ad307f6481b43c801b76f4198bdb70a10ecced87ec08c52246af5808bdb37660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:38.089Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:38.418Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:38.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T22:36:38.418Z] 751d469e7477: Preparing [2021-05-12T22:36:38.418Z] a2823d160c27: Preparing [2021-05-12T22:36:38.418Z] d0edfd751c0f: Preparing [2021-05-12T22:36:38.418Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:38.418Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:38.418Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:38.418Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:38.418Z] 751d469e7477: Layer already exists [2021-05-12T22:36:38.418Z] a2823d160c27: Layer already exists [2021-05-12T22:36:38.418Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:38.688Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:ad307f6481b43c801b76f4198bdb70a10ecced87ec08c52246af5808bdb37660 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:39.026Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:39.356Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [2021-05-12T22:36:39.356Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-05-12T22:36:39.356Z] 751d469e7477: Preparing [2021-05-12T22:36:39.356Z] a2823d160c27: Preparing [2021-05-12T22:36:39.356Z] d0edfd751c0f: Preparing [2021-05-12T22:36:39.356Z] d18b08dfb3c5: Preparing [2021-05-12T22:36:39.356Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:39.356Z] 751d469e7477: Layer already exists [2021-05-12T22:36:39.356Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:39.356Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:36:39.356Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:39.356Z] a2823d160c27: Layer already exists [2021-05-12T22:36:39.624Z] master: digest: sha256:ad307f6481b43c801b76f4198bdb70a10ecced87ec08c52246af5808bdb37660 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:39.681Z] ===================================================== [Pipeline] echo [2021-05-12T22:36:39.695Z] taggedImages: [2021-05-12T22:36:39.695Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:39.695Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.0-dev.215 [2021-05-12T22:36:39.695Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:39.695Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:master [Pipeline] echo [2021-05-12T22:36:39.724Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-05-12T22:36:39.724Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:39.724Z] 2.0.0-dev.215 [2021-05-12T22:36:39.724Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:39.724Z] master [2021-05-12T22:36:39.724Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:40.088Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:40.419Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:40.419Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T22:36:40.419Z] e577a3139b88: Preparing [2021-05-12T22:36:40.419Z] e577a3139b88: Preparing [2021-05-12T22:36:40.419Z] 5a6f26faaaa3: Preparing [2021-05-12T22:36:40.419Z] 7218a100033e: Preparing [2021-05-12T22:36:40.419Z] 343efea74900: Preparing [2021-05-12T22:36:40.419Z] eabb2dff3df3: Preparing [2021-05-12T22:36:40.419Z] d0edfd751c0f: Preparing [2021-05-12T22:36:40.419Z] 927060a87e96: Preparing [2021-05-12T22:36:40.419Z] 927060a87e96: Preparing [2021-05-12T22:36:40.419Z] 072e2c5c962e: Preparing [2021-05-12T22:36:40.419Z] b49f0e1fdfb6: Preparing [2021-05-12T22:36:40.419Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:40.419Z] 927060a87e96: Waiting [2021-05-12T22:36:40.419Z] 072e2c5c962e: Waiting [2021-05-12T22:36:40.419Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:40.419Z] b49f0e1fdfb6: Waiting [2021-05-12T22:36:40.419Z] d0edfd751c0f: Waiting [2021-05-12T22:36:40.697Z] 5a6f26faaaa3: Pushed [2021-05-12T22:36:40.697Z] 343efea74900: Pushed [2021-05-12T22:36:40.697Z] e577a3139b88: Pushed [2021-05-12T22:36:40.697Z] 7218a100033e: Pushed [2021-05-12T22:36:40.965Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:40.965Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:40.965Z] 927060a87e96: Pushed [2021-05-12T22:36:40.965Z] 072e2c5c962e: Pushed [2021-05-12T22:36:40.965Z] b49f0e1fdfb6: Pushed [2021-05-12T22:36:43.561Z] eabb2dff3df3: Pushed [2021-05-12T22:36:43.831Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:f028f14311ab7f55df95fbda18290d6d93104157fedd33aa281b8b44b55b5f0b size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:44.169Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:44.505Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.215 [2021-05-12T22:36:44.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T22:36:44.505Z] e577a3139b88: Preparing [2021-05-12T22:36:44.505Z] e577a3139b88: Preparing [2021-05-12T22:36:44.505Z] 5a6f26faaaa3: Preparing [2021-05-12T22:36:44.505Z] 7218a100033e: Preparing [2021-05-12T22:36:44.505Z] 343efea74900: Preparing [2021-05-12T22:36:44.505Z] eabb2dff3df3: Preparing [2021-05-12T22:36:44.505Z] d0edfd751c0f: Preparing [2021-05-12T22:36:44.505Z] 927060a87e96: Preparing [2021-05-12T22:36:44.505Z] 927060a87e96: Preparing [2021-05-12T22:36:44.505Z] 072e2c5c962e: Preparing [2021-05-12T22:36:44.505Z] b49f0e1fdfb6: Preparing [2021-05-12T22:36:44.505Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:44.505Z] d0edfd751c0f: Waiting [2021-05-12T22:36:44.505Z] 927060a87e96: Waiting [2021-05-12T22:36:44.505Z] 072e2c5c962e: Waiting [2021-05-12T22:36:44.505Z] b49f0e1fdfb6: Waiting [2021-05-12T22:36:44.505Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:44.505Z] e577a3139b88: Layer already exists [2021-05-12T22:36:44.505Z] 7218a100033e: Layer already exists [2021-05-12T22:36:44.505Z] 343efea74900: Layer already exists [2021-05-12T22:36:44.505Z] 5a6f26faaaa3: Layer already exists [2021-05-12T22:36:44.505Z] eabb2dff3df3: Layer already exists [2021-05-12T22:36:44.776Z] 072e2c5c962e: Layer already exists [2021-05-12T22:36:44.776Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:44.776Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:44.776Z] 927060a87e96: Layer already exists [2021-05-12T22:36:44.776Z] b49f0e1fdfb6: Layer already exists [2021-05-12T22:36:44.776Z] 2.0.0-dev.215: digest: sha256:f028f14311ab7f55df95fbda18290d6d93104157fedd33aa281b8b44b55b5f0b size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:45.113Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:45.643Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:45.643Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T22:36:45.643Z] e577a3139b88: Preparing [2021-05-12T22:36:45.643Z] e577a3139b88: Preparing [2021-05-12T22:36:45.643Z] 5a6f26faaaa3: Preparing [2021-05-12T22:36:45.643Z] 7218a100033e: Preparing [2021-05-12T22:36:45.643Z] 343efea74900: Preparing [2021-05-12T22:36:45.643Z] eabb2dff3df3: Preparing [2021-05-12T22:36:45.643Z] d0edfd751c0f: Preparing [2021-05-12T22:36:45.643Z] 927060a87e96: Preparing [2021-05-12T22:36:45.643Z] 927060a87e96: Preparing [2021-05-12T22:36:45.643Z] 072e2c5c962e: Preparing [2021-05-12T22:36:45.643Z] b49f0e1fdfb6: Preparing [2021-05-12T22:36:45.643Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:45.643Z] 927060a87e96: Waiting [2021-05-12T22:36:45.643Z] 072e2c5c962e: Waiting [2021-05-12T22:36:45.643Z] b49f0e1fdfb6: Waiting [2021-05-12T22:36:45.643Z] d0edfd751c0f: Waiting [2021-05-12T22:36:45.643Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:45.643Z] 343efea74900: Layer already exists [2021-05-12T22:36:45.643Z] 7218a100033e: Layer already exists [2021-05-12T22:36:45.643Z] e577a3139b88: Layer already exists [2021-05-12T22:36:45.643Z] 5a6f26faaaa3: Layer already exists [2021-05-12T22:36:45.643Z] eabb2dff3df3: Layer already exists [2021-05-12T22:36:45.643Z] 072e2c5c962e: Layer already exists [2021-05-12T22:36:45.915Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:45.915Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:46.892Z] 927060a87e96: Layer already exists [2021-05-12T22:36:46.892Z] b49f0e1fdfb6: Layer already exists [2021-05-12T22:36:46.892Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:f028f14311ab7f55df95fbda18290d6d93104157fedd33aa281b8b44b55b5f0b size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:47.245Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:47.616Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [2021-05-12T22:36:47.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-05-12T22:36:47.617Z] e577a3139b88: Preparing [2021-05-12T22:36:47.617Z] e577a3139b88: Preparing [2021-05-12T22:36:47.617Z] 5a6f26faaaa3: Preparing [2021-05-12T22:36:47.617Z] 7218a100033e: Preparing [2021-05-12T22:36:47.617Z] 343efea74900: Preparing [2021-05-12T22:36:47.617Z] eabb2dff3df3: Preparing [2021-05-12T22:36:47.617Z] d0edfd751c0f: Preparing [2021-05-12T22:36:47.617Z] 927060a87e96: Preparing [2021-05-12T22:36:47.617Z] 927060a87e96: Preparing [2021-05-12T22:36:47.617Z] 072e2c5c962e: Preparing [2021-05-12T22:36:47.617Z] b49f0e1fdfb6: Preparing [2021-05-12T22:36:47.617Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:47.617Z] 927060a87e96: Waiting [2021-05-12T22:36:47.617Z] 072e2c5c962e: Waiting [2021-05-12T22:36:47.617Z] b49f0e1fdfb6: Waiting [2021-05-12T22:36:47.617Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:47.617Z] d0edfd751c0f: Waiting [2021-05-12T22:36:47.888Z] 7218a100033e: Layer already exists [2021-05-12T22:36:47.888Z] 343efea74900: Layer already exists [2021-05-12T22:36:47.888Z] e577a3139b88: Layer already exists [2021-05-12T22:36:47.888Z] eabb2dff3df3: Layer already exists [2021-05-12T22:36:47.888Z] 5a6f26faaaa3: Layer already exists [2021-05-12T22:36:47.888Z] 927060a87e96: Layer already exists [2021-05-12T22:36:47.888Z] d0edfd751c0f: Layer already exists [2021-05-12T22:36:47.888Z] 072e2c5c962e: Layer already exists [2021-05-12T22:36:47.888Z] b49f0e1fdfb6: Layer already exists [2021-05-12T22:36:47.888Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:47.888Z] master: digest: sha256:f028f14311ab7f55df95fbda18290d6d93104157fedd33aa281b8b44b55b5f0b size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:47.945Z] ===================================================== [Pipeline] echo [2021-05-12T22:36:47.959Z] taggedImages: [2021-05-12T22:36:47.959Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:47.959Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.0-dev.215 [2021-05-12T22:36:47.959Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:47.959Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:master [Pipeline] echo [2021-05-12T22:36:47.989Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-05-12T22:36:47.989Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:47.989Z] 2.0.0-dev.215 [2021-05-12T22:36:47.989Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:47.989Z] master [2021-05-12T22:36:47.989Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:48.364Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:48.704Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:48.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T22:36:48.704Z] 956f9cfa4355: Preparing [2021-05-12T22:36:48.704Z] fc89fd379563: Preparing [2021-05-12T22:36:48.704Z] d81b9a4d1b84: Preparing [2021-05-12T22:36:48.704Z] e4d8a21848ae: Preparing [2021-05-12T22:36:48.704Z] 36ec017526b9: Preparing [2021-05-12T22:36:48.704Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:48.704Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:49.010Z] e4d8a21848ae: Pushed [2021-05-12T22:36:49.011Z] d81b9a4d1b84: Pushed [2021-05-12T22:36:49.285Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:49.556Z] 36ec017526b9: Pushed [2021-05-12T22:36:50.990Z] fc89fd379563: Pushed [2021-05-12T22:36:51.262Z] 956f9cfa4355: Pushed [2021-05-12T22:36:51.533Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:21713e8a48d19716ef80fa522e5093af5c503c4fa5c2db85369c2527ae7f8055 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:51.872Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:52.207Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.215 [2021-05-12T22:36:52.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T22:36:52.207Z] 956f9cfa4355: Preparing [2021-05-12T22:36:52.207Z] fc89fd379563: Preparing [2021-05-12T22:36:52.207Z] d81b9a4d1b84: Preparing [2021-05-12T22:36:52.207Z] e4d8a21848ae: Preparing [2021-05-12T22:36:52.207Z] 36ec017526b9: Preparing [2021-05-12T22:36:52.207Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:52.207Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:52.207Z] 956f9cfa4355: Layer already exists [2021-05-12T22:36:52.207Z] e4d8a21848ae: Layer already exists [2021-05-12T22:36:52.207Z] 36ec017526b9: Layer already exists [2021-05-12T22:36:52.207Z] fc89fd379563: Layer already exists [2021-05-12T22:36:52.207Z] d81b9a4d1b84: Layer already exists [2021-05-12T22:36:52.479Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:52.479Z] 2.0.0-dev.215: digest: sha256:21713e8a48d19716ef80fa522e5093af5c503c4fa5c2db85369c2527ae7f8055 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:52.819Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:53.157Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:53.157Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T22:36:53.157Z] 956f9cfa4355: Preparing [2021-05-12T22:36:53.157Z] fc89fd379563: Preparing [2021-05-12T22:36:53.157Z] d81b9a4d1b84: Preparing [2021-05-12T22:36:53.157Z] e4d8a21848ae: Preparing [2021-05-12T22:36:53.157Z] 36ec017526b9: Preparing [2021-05-12T22:36:53.157Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:53.157Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:53.157Z] 956f9cfa4355: Layer already exists [2021-05-12T22:36:53.157Z] d81b9a4d1b84: Layer already exists [2021-05-12T22:36:53.157Z] fc89fd379563: Layer already exists [2021-05-12T22:36:53.157Z] 36ec017526b9: Layer already exists [2021-05-12T22:36:53.157Z] e4d8a21848ae: Layer already exists [2021-05-12T22:36:53.429Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:53.429Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:21713e8a48d19716ef80fa522e5093af5c503c4fa5c2db85369c2527ae7f8055 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:53.803Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:54.139Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [2021-05-12T22:36:54.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-05-12T22:36:54.139Z] 956f9cfa4355: Preparing [2021-05-12T22:36:54.139Z] fc89fd379563: Preparing [2021-05-12T22:36:54.139Z] d81b9a4d1b84: Preparing [2021-05-12T22:36:54.139Z] e4d8a21848ae: Preparing [2021-05-12T22:36:54.139Z] 36ec017526b9: Preparing [2021-05-12T22:36:54.139Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:54.139Z] e4d8a21848ae: Layer already exists [2021-05-12T22:36:54.139Z] 956f9cfa4355: Layer already exists [2021-05-12T22:36:54.139Z] fc89fd379563: Layer already exists [2021-05-12T22:36:54.139Z] d81b9a4d1b84: Layer already exists [2021-05-12T22:36:54.139Z] 36ec017526b9: Layer already exists [2021-05-12T22:36:54.409Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:54.409Z] master: digest: sha256:21713e8a48d19716ef80fa522e5093af5c503c4fa5c2db85369c2527ae7f8055 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:36:54.484Z] ===================================================== [Pipeline] echo [2021-05-12T22:36:54.499Z] taggedImages: [2021-05-12T22:36:54.499Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:54.499Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.0-dev.215 [2021-05-12T22:36:54.499Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:54.499Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:master [Pipeline] echo [2021-05-12T22:36:54.530Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-05-12T22:36:54.530Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:54.530Z] 2.0.0-dev.215 [2021-05-12T22:36:54.530Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:54.530Z] master [2021-05-12T22:36:54.530Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:54.898Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:55.237Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:36:55.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T22:36:55.237Z] fdbb5d85c14e: Preparing [2021-05-12T22:36:55.237Z] 66a67845251a: Preparing [2021-05-12T22:36:55.237Z] f44eef2b9bfb: Preparing [2021-05-12T22:36:55.237Z] bd9ec8e1e1fe: Preparing [2021-05-12T22:36:55.237Z] 86a7f1bc8c3e: Preparing [2021-05-12T22:36:55.237Z] 7c9643b47b88: Preparing [2021-05-12T22:36:55.237Z] d80386e86cf0: Preparing [2021-05-12T22:36:55.237Z] a1d3b1825034: Preparing [2021-05-12T22:36:55.237Z] a38ea412cc2c: Preparing [2021-05-12T22:36:55.237Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:55.237Z] a1d3b1825034: Waiting [2021-05-12T22:36:55.237Z] 7c9643b47b88: Waiting [2021-05-12T22:36:55.237Z] a38ea412cc2c: Waiting [2021-05-12T22:36:55.237Z] d80386e86cf0: Waiting [2021-05-12T22:36:55.237Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:55.839Z] 86a7f1bc8c3e: Pushed [2021-05-12T22:36:55.839Z] fdbb5d85c14e: Pushed [2021-05-12T22:36:55.839Z] 66a67845251a: Pushed [2021-05-12T22:36:55.839Z] a1d3b1825034: Pushed [2021-05-12T22:36:55.839Z] d80386e86cf0: Pushed [2021-05-12T22:36:55.839Z] 7c9643b47b88: Pushed [2021-05-12T22:36:56.114Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:56.386Z] a38ea412cc2c: Pushed [2021-05-12T22:36:57.816Z] bd9ec8e1e1fe: Pushed [2021-05-12T22:36:57.816Z] f44eef2b9bfb: Pushed [2021-05-12T22:36:57.816Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:4e708218ec5eb77fe4df4eae6e13d9b7099f4767864b11a153b12b8dd88926e6 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:58.158Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:58.487Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.215 [2021-05-12T22:36:58.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T22:36:58.487Z] fdbb5d85c14e: Preparing [2021-05-12T22:36:58.487Z] 66a67845251a: Preparing [2021-05-12T22:36:58.487Z] f44eef2b9bfb: Preparing [2021-05-12T22:36:58.487Z] bd9ec8e1e1fe: Preparing [2021-05-12T22:36:58.487Z] 86a7f1bc8c3e: Preparing [2021-05-12T22:36:58.487Z] 7c9643b47b88: Preparing [2021-05-12T22:36:58.487Z] d80386e86cf0: Preparing [2021-05-12T22:36:58.487Z] a1d3b1825034: Preparing [2021-05-12T22:36:58.487Z] a38ea412cc2c: Preparing [2021-05-12T22:36:58.487Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:58.487Z] a1d3b1825034: Waiting [2021-05-12T22:36:58.487Z] a38ea412cc2c: Waiting [2021-05-12T22:36:58.487Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:58.487Z] d80386e86cf0: Waiting [2021-05-12T22:36:58.487Z] bd9ec8e1e1fe: Layer already exists [2021-05-12T22:36:58.487Z] 86a7f1bc8c3e: Layer already exists [2021-05-12T22:36:58.487Z] 66a67845251a: Layer already exists [2021-05-12T22:36:58.487Z] f44eef2b9bfb: Layer already exists [2021-05-12T22:36:58.487Z] fdbb5d85c14e: Layer already exists [2021-05-12T22:36:58.487Z] a1d3b1825034: Layer already exists [2021-05-12T22:36:58.487Z] 7c9643b47b88: Layer already exists [2021-05-12T22:36:58.487Z] d80386e86cf0: Layer already exists [2021-05-12T22:36:58.487Z] a38ea412cc2c: Layer already exists [2021-05-12T22:36:58.487Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:58.757Z] 2.0.0-dev.215: digest: sha256:4e708218ec5eb77fe4df4eae6e13d9b7099f4767864b11a153b12b8dd88926e6 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:59.127Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:36:59.456Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:36:59.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T22:36:59.456Z] fdbb5d85c14e: Preparing [2021-05-12T22:36:59.456Z] 66a67845251a: Preparing [2021-05-12T22:36:59.456Z] f44eef2b9bfb: Preparing [2021-05-12T22:36:59.456Z] bd9ec8e1e1fe: Preparing [2021-05-12T22:36:59.456Z] 86a7f1bc8c3e: Preparing [2021-05-12T22:36:59.456Z] 7c9643b47b88: Preparing [2021-05-12T22:36:59.456Z] d80386e86cf0: Preparing [2021-05-12T22:36:59.456Z] a1d3b1825034: Preparing [2021-05-12T22:36:59.456Z] a38ea412cc2c: Preparing [2021-05-12T22:36:59.456Z] 3fbe34a1663b: Preparing [2021-05-12T22:36:59.456Z] a1d3b1825034: Waiting [2021-05-12T22:36:59.456Z] a38ea412cc2c: Waiting [2021-05-12T22:36:59.456Z] 7c9643b47b88: Waiting [2021-05-12T22:36:59.456Z] d80386e86cf0: Waiting [2021-05-12T22:36:59.456Z] 3fbe34a1663b: Waiting [2021-05-12T22:36:59.456Z] 66a67845251a: Layer already exists [2021-05-12T22:36:59.456Z] f44eef2b9bfb: Layer already exists [2021-05-12T22:36:59.456Z] 86a7f1bc8c3e: Layer already exists [2021-05-12T22:36:59.456Z] fdbb5d85c14e: Layer already exists [2021-05-12T22:36:59.456Z] bd9ec8e1e1fe: Layer already exists [2021-05-12T22:36:59.727Z] d80386e86cf0: Layer already exists [2021-05-12T22:36:59.727Z] a1d3b1825034: Layer already exists [2021-05-12T22:36:59.727Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:36:59.727Z] a38ea412cc2c: Layer already exists [2021-05-12T22:36:59.727Z] 7c9643b47b88: Layer already exists [2021-05-12T22:36:59.727Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:4e708218ec5eb77fe4df4eae6e13d9b7099f4767864b11a153b12b8dd88926e6 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:00.066Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:00.399Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [2021-05-12T22:37:00.399Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-05-12T22:37:00.399Z] fdbb5d85c14e: Preparing [2021-05-12T22:37:00.399Z] 66a67845251a: Preparing [2021-05-12T22:37:00.399Z] f44eef2b9bfb: Preparing [2021-05-12T22:37:00.399Z] bd9ec8e1e1fe: Preparing [2021-05-12T22:37:00.399Z] 86a7f1bc8c3e: Preparing [2021-05-12T22:37:00.399Z] 7c9643b47b88: Preparing [2021-05-12T22:37:00.399Z] d80386e86cf0: Preparing [2021-05-12T22:37:00.399Z] a1d3b1825034: Preparing [2021-05-12T22:37:00.399Z] a38ea412cc2c: Preparing [2021-05-12T22:37:00.399Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:00.399Z] d80386e86cf0: Waiting [2021-05-12T22:37:00.399Z] 7c9643b47b88: Waiting [2021-05-12T22:37:00.399Z] a1d3b1825034: Waiting [2021-05-12T22:37:00.399Z] a38ea412cc2c: Waiting [2021-05-12T22:37:00.399Z] 3fbe34a1663b: Waiting [2021-05-12T22:37:00.399Z] fdbb5d85c14e: Layer already exists [2021-05-12T22:37:00.399Z] 86a7f1bc8c3e: Layer already exists [2021-05-12T22:37:00.399Z] f44eef2b9bfb: Layer already exists [2021-05-12T22:37:00.399Z] bd9ec8e1e1fe: Layer already exists [2021-05-12T22:37:00.399Z] 66a67845251a: Layer already exists [2021-05-12T22:37:00.669Z] a38ea412cc2c: Layer already exists [2021-05-12T22:37:00.669Z] d80386e86cf0: Layer already exists [2021-05-12T22:37:00.669Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:00.669Z] 7c9643b47b88: Layer already exists [2021-05-12T22:37:00.669Z] a1d3b1825034: Layer already exists [2021-05-12T22:37:00.669Z] master: digest: sha256:4e708218ec5eb77fe4df4eae6e13d9b7099f4767864b11a153b12b8dd88926e6 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:37:00.730Z] ===================================================== [Pipeline] echo [2021-05-12T22:37:00.743Z] taggedImages: [2021-05-12T22:37:00.743Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:00.743Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.0-dev.215 [2021-05-12T22:37:00.744Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:00.744Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:master [Pipeline] echo [2021-05-12T22:37:00.777Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-05-12T22:37:00.777Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:00.777Z] 2.0.0-dev.215 [2021-05-12T22:37:00.777Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:00.777Z] master [2021-05-12T22:37:00.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:01.156Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:01.493Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:01.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T22:37:01.493Z] d9af4989b68e: Preparing [2021-05-12T22:37:01.493Z] b4164607ab0d: Preparing [2021-05-12T22:37:01.493Z] d0edfd751c0f: Preparing [2021-05-12T22:37:01.493Z] 1e0c5aac2dfc: Preparing [2021-05-12T22:37:01.493Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:01.493Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:01.769Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:01.769Z] d9af4989b68e: Pushed [2021-05-12T22:37:02.038Z] 1e0c5aac2dfc: Pushed [2021-05-12T22:37:04.642Z] b4164607ab0d: Pushed [2021-05-12T22:37:04.912Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:c8e88dca31259800bbae4b9fed9a0f12dd736831f8d22978df51ba2283690fd9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:05.245Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:05.574Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.215 [2021-05-12T22:37:05.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T22:37:05.574Z] d9af4989b68e: Preparing [2021-05-12T22:37:05.574Z] b4164607ab0d: Preparing [2021-05-12T22:37:05.574Z] d0edfd751c0f: Preparing [2021-05-12T22:37:05.574Z] 1e0c5aac2dfc: Preparing [2021-05-12T22:37:05.574Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:05.574Z] b4164607ab0d: Layer already exists [2021-05-12T22:37:05.574Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:05.574Z] d9af4989b68e: Layer already exists [2021-05-12T22:37:05.574Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:05.574Z] 1e0c5aac2dfc: Layer already exists [2021-05-12T22:37:05.845Z] 2.0.0-dev.215: digest: sha256:c8e88dca31259800bbae4b9fed9a0f12dd736831f8d22978df51ba2283690fd9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:06.187Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:06.517Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:06.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T22:37:06.518Z] d9af4989b68e: Preparing [2021-05-12T22:37:06.518Z] b4164607ab0d: Preparing [2021-05-12T22:37:06.518Z] d0edfd751c0f: Preparing [2021-05-12T22:37:06.518Z] 1e0c5aac2dfc: Preparing [2021-05-12T22:37:06.518Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:06.518Z] b4164607ab0d: Layer already exists [2021-05-12T22:37:06.518Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:06.518Z] 1e0c5aac2dfc: Layer already exists [2021-05-12T22:37:06.518Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:06.518Z] d9af4989b68e: Layer already exists [2021-05-12T22:37:06.787Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:c8e88dca31259800bbae4b9fed9a0f12dd736831f8d22978df51ba2283690fd9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:07.122Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:07.456Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [2021-05-12T22:37:07.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-05-12T22:37:07.456Z] d9af4989b68e: Preparing [2021-05-12T22:37:07.456Z] b4164607ab0d: Preparing [2021-05-12T22:37:07.456Z] d0edfd751c0f: Preparing [2021-05-12T22:37:07.456Z] 1e0c5aac2dfc: Preparing [2021-05-12T22:37:07.456Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:07.456Z] d9af4989b68e: Layer already exists [2021-05-12T22:37:07.456Z] b4164607ab0d: Layer already exists [2021-05-12T22:37:07.456Z] 1e0c5aac2dfc: Layer already exists [2021-05-12T22:37:07.456Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:07.456Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:07.724Z] master: digest: sha256:c8e88dca31259800bbae4b9fed9a0f12dd736831f8d22978df51ba2283690fd9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:37:07.782Z] ===================================================== [Pipeline] echo [2021-05-12T22:37:07.797Z] taggedImages: [2021-05-12T22:37:07.797Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:07.797Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.0-dev.215 [2021-05-12T22:37:07.797Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:07.797Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:master [Pipeline] echo [2021-05-12T22:37:07.831Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-05-12T22:37:07.831Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:07.831Z] 2.0.0-dev.215 [2021-05-12T22:37:07.831Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:07.831Z] master [2021-05-12T22:37:07.831Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:08.193Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:08.523Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:08.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T22:37:08.524Z] 447b69555e45: Preparing [2021-05-12T22:37:08.524Z] 7cc8d589cfbc: Preparing [2021-05-12T22:37:08.524Z] d0edfd751c0f: Preparing [2021-05-12T22:37:08.524Z] d18b08dfb3c5: Preparing [2021-05-12T22:37:08.524Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:08.797Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:08.797Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:08.797Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:37:08.797Z] 447b69555e45: Pushed [2021-05-12T22:37:12.169Z] 7cc8d589cfbc: Pushed [2021-05-12T22:37:12.169Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:a7658ef2fd14be4b365e8e05901bee05a65305618378fb1c7e5d04c89f61ec45 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:12.505Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:12.832Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.215 [2021-05-12T22:37:12.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T22:37:12.832Z] 447b69555e45: Preparing [2021-05-12T22:37:12.832Z] 7cc8d589cfbc: Preparing [2021-05-12T22:37:12.832Z] d0edfd751c0f: Preparing [2021-05-12T22:37:12.832Z] d18b08dfb3c5: Preparing [2021-05-12T22:37:12.832Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:12.832Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:12.832Z] 7cc8d589cfbc: Layer already exists [2021-05-12T22:37:12.832Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:37:12.832Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:12.832Z] 447b69555e45: Layer already exists [2021-05-12T22:37:13.101Z] 2.0.0-dev.215: digest: sha256:a7658ef2fd14be4b365e8e05901bee05a65305618378fb1c7e5d04c89f61ec45 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:13.432Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:13.759Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:13.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T22:37:13.759Z] 447b69555e45: Preparing [2021-05-12T22:37:13.759Z] 7cc8d589cfbc: Preparing [2021-05-12T22:37:13.759Z] d0edfd751c0f: Preparing [2021-05-12T22:37:13.759Z] d18b08dfb3c5: Preparing [2021-05-12T22:37:13.759Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:13.759Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:13.759Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:37:13.759Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:13.759Z] 447b69555e45: Layer already exists [2021-05-12T22:37:13.759Z] 7cc8d589cfbc: Layer already exists [2021-05-12T22:37:14.029Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:a7658ef2fd14be4b365e8e05901bee05a65305618378fb1c7e5d04c89f61ec45 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:14.365Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:14.694Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [2021-05-12T22:37:14.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-05-12T22:37:14.694Z] 447b69555e45: Preparing [2021-05-12T22:37:14.694Z] 7cc8d589cfbc: Preparing [2021-05-12T22:37:14.694Z] d0edfd751c0f: Preparing [2021-05-12T22:37:14.694Z] d18b08dfb3c5: Preparing [2021-05-12T22:37:14.694Z] 3fbe34a1663b: Preparing [2021-05-12T22:37:14.694Z] 7cc8d589cfbc: Layer already exists [2021-05-12T22:37:14.694Z] d0edfd751c0f: Layer already exists [2021-05-12T22:37:14.694Z] 3fbe34a1663b: Layer already exists [2021-05-12T22:37:14.694Z] d18b08dfb3c5: Layer already exists [2021-05-12T22:37:14.694Z] 447b69555e45: Layer already exists [2021-05-12T22:37:14.962Z] master: digest: sha256:a7658ef2fd14be4b365e8e05901bee05a65305618378fb1c7e5d04c89f61ec45 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:37:15.051Z] ===================================================== [Pipeline] echo [2021-05-12T22:37:15.064Z] taggedImages: [2021-05-12T22:37:15.064Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:15.064Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.0-dev.215 [2021-05-12T22:37:15.064Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:15.064Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:master [Pipeline] echo [2021-05-12T22:37:15.094Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-05-12T22:37:15.094Z] 21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:15.094Z] 2.0.0-dev.215 [2021-05-12T22:37:15.094Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:15.094Z] master [2021-05-12T22:37:15.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:15.476Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:15.805Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:15.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T22:37:15.805Z] 681682b8b922: Preparing [2021-05-12T22:37:15.805Z] 48c4813d13ab: Preparing [2021-05-12T22:37:15.805Z] 8d4560db8c97: Preparing [2021-05-12T22:37:15.805Z] 50cc77961e1a: Preparing [2021-05-12T22:37:15.805Z] 9ded3b6bb9b5: Preparing [2021-05-12T22:37:15.805Z] fa1afe8e6ed9: Preparing [2021-05-12T22:37:15.805Z] 87a09b4c083e: Preparing [2021-05-12T22:37:15.805Z] 0f74e9ff2a61: Preparing [2021-05-12T22:37:15.805Z] b122376c33c6: Preparing [2021-05-12T22:37:15.805Z] f8381ed47b22: Preparing [2021-05-12T22:37:15.805Z] e934a737d657: Preparing [2021-05-12T22:37:15.805Z] fa1afe8e6ed9: Waiting [2021-05-12T22:37:15.805Z] 0f74e9ff2a61: Waiting [2021-05-12T22:37:15.805Z] 87a09b4c083e: Waiting [2021-05-12T22:37:15.805Z] b122376c33c6: Waiting [2021-05-12T22:37:15.805Z] f8381ed47b22: Waiting [2021-05-12T22:37:15.805Z] e934a737d657: Waiting [2021-05-12T22:37:16.077Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T22:37:16.078Z] fa1afe8e6ed9: Layer already exists [2021-05-12T22:37:16.078Z] 87a09b4c083e: Layer already exists [2021-05-12T22:37:16.078Z] 0f74e9ff2a61: Layer already exists [2021-05-12T22:37:16.078Z] b122376c33c6: Layer already exists [2021-05-12T22:37:16.078Z] 48c4813d13ab: Pushed [2021-05-12T22:37:16.078Z] f8381ed47b22: Layer already exists [2021-05-12T22:37:16.078Z] e934a737d657: Layer already exists [2021-05-12T22:37:16.669Z] 681682b8b922: Pushed [2021-05-12T22:37:18.094Z] 8d4560db8c97: Pushed [2021-05-12T22:37:30.448Z] 50cc77961e1a: Pushed [2021-05-12T22:37:30.448Z] 21807bed0cea4258a40f185a4e0cb4759d48740d: digest: sha256:51661cc92d31387e0b95c4655d645e35553b0224f5638a149e651966d689e292 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:30.786Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:31.115Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.215 [2021-05-12T22:37:31.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T22:37:31.115Z] 681682b8b922: Preparing [2021-05-12T22:37:31.115Z] 48c4813d13ab: Preparing [2021-05-12T22:37:31.115Z] 8d4560db8c97: Preparing [2021-05-12T22:37:31.115Z] 50cc77961e1a: Preparing [2021-05-12T22:37:31.115Z] 9ded3b6bb9b5: Preparing [2021-05-12T22:37:31.115Z] fa1afe8e6ed9: Preparing [2021-05-12T22:37:31.115Z] 87a09b4c083e: Preparing [2021-05-12T22:37:31.115Z] 0f74e9ff2a61: Preparing [2021-05-12T22:37:31.115Z] b122376c33c6: Preparing [2021-05-12T22:37:31.115Z] f8381ed47b22: Preparing [2021-05-12T22:37:31.115Z] e934a737d657: Preparing [2021-05-12T22:37:31.115Z] fa1afe8e6ed9: Waiting [2021-05-12T22:37:31.115Z] 87a09b4c083e: Waiting [2021-05-12T22:37:31.115Z] f8381ed47b22: Waiting [2021-05-12T22:37:31.115Z] 0f74e9ff2a61: Waiting [2021-05-12T22:37:31.115Z] e934a737d657: Waiting [2021-05-12T22:37:31.115Z] b122376c33c6: Waiting [2021-05-12T22:37:31.115Z] 8d4560db8c97: Layer already exists [2021-05-12T22:37:31.115Z] 50cc77961e1a: Layer already exists [2021-05-12T22:37:31.115Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T22:37:31.115Z] 48c4813d13ab: Layer already exists [2021-05-12T22:37:31.115Z] 681682b8b922: Layer already exists [2021-05-12T22:37:31.115Z] fa1afe8e6ed9: Layer already exists [2021-05-12T22:37:31.115Z] 0f74e9ff2a61: Layer already exists [2021-05-12T22:37:31.115Z] 87a09b4c083e: Layer already exists [2021-05-12T22:37:31.115Z] b122376c33c6: Layer already exists [2021-05-12T22:37:31.115Z] f8381ed47b22: Layer already exists [2021-05-12T22:37:31.386Z] e934a737d657: Layer already exists [2021-05-12T22:37:31.386Z] 2.0.0-dev.215: digest: sha256:51661cc92d31387e0b95c4655d645e35553b0224f5638a149e651966d689e292 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:31.725Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:32.058Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:32.058Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T22:37:32.058Z] 681682b8b922: Preparing [2021-05-12T22:37:32.058Z] 48c4813d13ab: Preparing [2021-05-12T22:37:32.058Z] 8d4560db8c97: Preparing [2021-05-12T22:37:32.058Z] 50cc77961e1a: Preparing [2021-05-12T22:37:32.058Z] 9ded3b6bb9b5: Preparing [2021-05-12T22:37:32.058Z] fa1afe8e6ed9: Preparing [2021-05-12T22:37:32.058Z] 87a09b4c083e: Preparing [2021-05-12T22:37:32.058Z] 0f74e9ff2a61: Preparing [2021-05-12T22:37:32.058Z] b122376c33c6: Preparing [2021-05-12T22:37:32.058Z] f8381ed47b22: Preparing [2021-05-12T22:37:32.058Z] e934a737d657: Preparing [2021-05-12T22:37:32.058Z] fa1afe8e6ed9: Waiting [2021-05-12T22:37:32.058Z] 87a09b4c083e: Waiting [2021-05-12T22:37:32.058Z] 0f74e9ff2a61: Waiting [2021-05-12T22:37:32.058Z] b122376c33c6: Waiting [2021-05-12T22:37:32.058Z] f8381ed47b22: Waiting [2021-05-12T22:37:32.058Z] e934a737d657: Waiting [2021-05-12T22:37:32.058Z] 681682b8b922: Layer already exists [2021-05-12T22:37:32.058Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T22:37:32.058Z] 48c4813d13ab: Layer already exists [2021-05-12T22:37:32.058Z] 8d4560db8c97: Layer already exists [2021-05-12T22:37:32.058Z] 50cc77961e1a: Layer already exists [2021-05-12T22:37:32.327Z] 0f74e9ff2a61: Layer already exists [2021-05-12T22:37:32.327Z] 87a09b4c083e: Layer already exists [2021-05-12T22:37:32.328Z] b122376c33c6: Layer already exists [2021-05-12T22:37:32.328Z] fa1afe8e6ed9: Layer already exists [2021-05-12T22:37:32.328Z] f8381ed47b22: Layer already exists [2021-05-12T22:37:32.328Z] e934a737d657: Layer already exists [2021-05-12T22:37:32.328Z] 21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215: digest: sha256:51661cc92d31387e0b95c4655d645e35553b0224f5638a149e651966d689e292 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:32.666Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:37:33.004Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [2021-05-12T22:37:33.004Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-05-12T22:37:33.004Z] 681682b8b922: Preparing [2021-05-12T22:37:33.004Z] 48c4813d13ab: Preparing [2021-05-12T22:37:33.004Z] 8d4560db8c97: Preparing [2021-05-12T22:37:33.004Z] 50cc77961e1a: Preparing [2021-05-12T22:37:33.004Z] 9ded3b6bb9b5: Preparing [2021-05-12T22:37:33.004Z] fa1afe8e6ed9: Preparing [2021-05-12T22:37:33.004Z] 87a09b4c083e: Preparing [2021-05-12T22:37:33.004Z] 0f74e9ff2a61: Preparing [2021-05-12T22:37:33.004Z] b122376c33c6: Preparing [2021-05-12T22:37:33.004Z] f8381ed47b22: Preparing [2021-05-12T22:37:33.004Z] e934a737d657: Preparing [2021-05-12T22:37:33.004Z] fa1afe8e6ed9: Waiting [2021-05-12T22:37:33.004Z] 87a09b4c083e: Waiting [2021-05-12T22:37:33.004Z] 0f74e9ff2a61: Waiting [2021-05-12T22:37:33.004Z] b122376c33c6: Waiting [2021-05-12T22:37:33.004Z] f8381ed47b22: Waiting [2021-05-12T22:37:33.004Z] e934a737d657: Waiting [2021-05-12T22:37:33.004Z] 50cc77961e1a: Layer already exists [2021-05-12T22:37:33.004Z] 8d4560db8c97: Layer already exists [2021-05-12T22:37:33.004Z] 48c4813d13ab: Layer already exists [2021-05-12T22:37:33.004Z] 681682b8b922: Layer already exists [2021-05-12T22:37:33.004Z] 9ded3b6bb9b5: Layer already exists [2021-05-12T22:37:33.274Z] 87a09b4c083e: Layer already exists [2021-05-12T22:37:33.274Z] f8381ed47b22: Layer already exists [2021-05-12T22:37:33.274Z] fa1afe8e6ed9: Layer already exists [2021-05-12T22:37:33.274Z] b122376c33c6: Layer already exists [2021-05-12T22:37:33.274Z] 0f74e9ff2a61: Layer already exists [2021-05-12T22:37:33.274Z] e934a737d657: Layer already exists [2021-05-12T22:37:33.274Z] master: digest: sha256:51661cc92d31387e0b95c4655d645e35553b0224f5638a149e651966d689e292 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-12T22:37:33.333Z] ===================================================== [Pipeline] echo [2021-05-12T22:37:33.347Z] taggedImages: [2021-05-12T22:37:33.347Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d [2021-05-12T22:37:33.347Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.0-dev.215 [2021-05-12T22:37:33.347Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:21807bed0cea4258a40f185a4e0cb4759d48740d-2.0.0-dev.215 [2021-05-12T22:37:33.347Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:37:33.978Z] ---> job-cost.sh [2021-05-12T22:37:33.978Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5dZI [2021-05-12T22:38:12.933Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T22:39:49.669Z] lf-activate-venv(): INFO: Adding /tmp/venv-5dZI/bin to PATH [2021-05-12T22:39:49.669Z] INFO: No Stack... [2021-05-12T22:39:49.669Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T22:39:49.669Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T22:39:49.999Z] + cat /w/workspace/edgex-go/484/archives/cost.csv [2021-05-12T22:39:49.999Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T22:39:50.108Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-484-stack-cost] [2021-05-12T22:39:50.117Z] Resource [jenkins-edgexfoundry-edgex-go-master-484-stack-cost] did not exist. Created. [2021-05-12T22:39:50.117Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-484-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T22:39:50.476Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T22:39:51.215Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T22:39:51.234Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-484-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-05-12T22:39:51.965Z] provisioning config files... [2021-05-12T22:39:51.981Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/484@tmp/config2999511662296882848tmp [Pipeline] { [Pipeline] sh [2021-05-12T22:39:52.304Z] + set +x [2021-05-12T22:39:52.304Z] + curl -s https://codecov.io/bash [2021-05-12T22:39:52.304Z] + bash -s -- [2021-05-12T22:39:52.879Z] [2021-05-12T22:39:52.879Z] _____ _ [2021-05-12T22:39:52.879Z] / ____| | | [2021-05-12T22:39:52.879Z] | | ___ __| | ___ ___ _____ __ [2021-05-12T22:39:52.879Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-12T22:39:52.879Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-12T22:39:52.879Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-12T22:39:52.879Z] Bash-1.0.2 [2021-05-12T22:39:52.879Z] [2021-05-12T22:39:52.879Z] [2021-05-12T22:39:52.879Z] ==> git version 2.24.3 found [2021-05-12T22:39:52.879Z] ==> 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-12T22:39:52.879Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-12T22:39:52.879Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-12T22:39:52.879Z] ==> Jenkins CI detected. [2021-05-12T22:39:52.879Z] project root: . [2021-05-12T22:39:52.879Z] --> token set from env [2021-05-12T22:39:52.879Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-12T22:39:52.879Z] ==> Running gcov in . (disable via -X gcov) [2021-05-12T22:39:52.879Z] ==> Python coveragepy not found [2021-05-12T22:39:52.879Z] ==> Searching for coverage reports in: [2021-05-12T22:39:52.879Z] + . [2021-05-12T22:39:52.879Z] -> Found 1 reports [2021-05-12T22:39:52.879Z] ==> Detecting git/mercurial file structure [2021-05-12T22:39:52.879Z] ==> Reading reports [2021-05-12T22:39:52.879Z] + ./coverage.out bytes=727486 [2021-05-12T22:39:52.879Z] ==> Appending adjustments [2021-05-12T22:39:52.879Z] https://docs.codecov.io/docs/fixing-reports [2021-05-12T22:39:57.105Z] + Found adjustments [2021-05-12T22:39:57.105Z] ==> Gzipping contents [2021-05-12T22:39:57.105Z] 104K /tmp/codecov.P3q76B.gz [2021-05-12T22:39:57.105Z] ==> Uploading reports [2021-05-12T22:39:57.105Z] url: https://codecov.io [2021-05-12T22:39:57.105Z] query: branch=master&commit=21807bed0cea4258a40f185a4e0cb4759d48740d&build=484&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F484%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T22:39:57.105Z] -> Pinging Codecov [2021-05-12T22:39:57.105Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=21807bed0cea4258a40f185a4e0cb4759d48740d&build=484&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F484%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-12T22:39:57.369Z] -> Uploading to [2021-05-12T22:39:57.369Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/21807bed0cea4258a40f185a4e0cb4759d48740d/7da855e3-a52c-41b1-90b4-add5955f9759.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T223957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=02edb043df00c4ebe4d3bbb94bd6124a63a3913ca4f9dd6e6a2c69b755231c61 [2021-05-12T22:39:57.369Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:39:57.369Z] Dload Upload Total Spent Left Speed [2021-05-12T22:39:57.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 167k --:--:-- --:--:-- --:--:-- 167k 100 101k 0 0 100 101k 0 167k --:--:-- --:--:-- --:--:-- 167k [2021-05-12T22:39:57.949Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/21807bed0cea4258a40f185a4e0cb4759d48740d [Pipeline] } [2021-05-12T22:39:57.961Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-05-12T22:39:58.626Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-12T22:39:58.654Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:39:58.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T22:39:58.966Z] [2021-05-12T22:39:58.966Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:39:59.299Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T22:39:59.299Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-12T22:39:59.299Z] 188c0c94c7c5: Pulling fs layer [2021-05-12T22:39:59.299Z] 0ef7d3d256c8: Pulling fs layer [2021-05-12T22:39:59.299Z] de9db76c5a1d: Pulling fs layer [2021-05-12T22:39:59.299Z] 0eba1c9be4d2: Pulling fs layer [2021-05-12T22:39:59.300Z] 0d57e429df01: Pulling fs layer [2021-05-12T22:39:59.300Z] 4e4be7b47b0d: Pulling fs layer [2021-05-12T22:39:59.300Z] e1f770b5df2f: Pulling fs layer [2021-05-12T22:39:59.300Z] 85a0685a4137: Pulling fs layer [2021-05-12T22:39:59.300Z] 0eba1c9be4d2: Waiting [2021-05-12T22:39:59.300Z] 0d57e429df01: Waiting [2021-05-12T22:39:59.300Z] 4e4be7b47b0d: Waiting [2021-05-12T22:39:59.300Z] 85a0685a4137: Waiting [2021-05-12T22:39:59.300Z] e1f770b5df2f: Waiting [2021-05-12T22:39:59.300Z] de9db76c5a1d: Verifying Checksum [2021-05-12T22:39:59.300Z] de9db76c5a1d: Download complete [2021-05-12T22:39:59.300Z] 0ef7d3d256c8: Verifying Checksum [2021-05-12T22:39:59.300Z] 0ef7d3d256c8: Download complete [2021-05-12T22:39:59.300Z] 0d57e429df01: Verifying Checksum [2021-05-12T22:39:59.300Z] 0d57e429df01: Download complete [2021-05-12T22:39:59.300Z] 4e4be7b47b0d: Verifying Checksum [2021-05-12T22:39:59.300Z] 4e4be7b47b0d: Download complete [2021-05-12T22:39:59.300Z] 188c0c94c7c5: Verifying Checksum [2021-05-12T22:39:59.300Z] 188c0c94c7c5: Download complete [2021-05-12T22:39:59.890Z] 188c0c94c7c5: Pull complete [2021-05-12T22:40:00.159Z] 0ef7d3d256c8: Pull complete [2021-05-12T22:40:00.160Z] e1f770b5df2f: Verifying Checksum [2021-05-12T22:40:00.160Z] e1f770b5df2f: Download complete [2021-05-12T22:40:00.160Z] de9db76c5a1d: Pull complete [2021-05-12T22:40:02.730Z] 0eba1c9be4d2: Verifying Checksum [2021-05-12T22:40:02.730Z] 0eba1c9be4d2: Download complete [2021-05-12T22:40:03.002Z] 85a0685a4137: Verifying Checksum [2021-05-12T22:40:03.002Z] 85a0685a4137: Download complete [2021-05-12T22:40:08.347Z] 0eba1c9be4d2: Pull complete [2021-05-12T22:40:08.347Z] 0d57e429df01: Pull complete [2021-05-12T22:40:08.613Z] 4e4be7b47b0d: Pull complete [2021-05-12T22:40:12.869Z] e1f770b5df2f: Pull complete [2021-05-12T22:40:21.046Z] 85a0685a4137: Pull complete [2021-05-12T22:40:21.046Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-12T22:40:21.046Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-12T22:40:21.046Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-12T22:40:21.251Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:40:21.305Z] $ 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/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-12T22:40:22.630Z] $ docker top 849057e3a300565bc91829c9175d7c0fe8e79efc2a91ff6d85ff4ee19b6ab791 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T22:40:22.814Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-12T22:40:23.107Z] + set -o pipefail [2021-05-12T22:40:23.107Z] + snyk monitor '--org=edgex-jenkins' [2021-05-12T22:40:33.137Z] [2021-05-12T22:40:33.137Z] Monitoring /w/workspace/edgex-go/484 (github.com/edgexfoundry/edgex-go)... [2021-05-12T22:40:33.137Z] [2021-05-12T22:40:33.138Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/cad4e68d-77f8-4e94-8d7b-be0ff960a3b0 [2021-05-12T22:40:33.138Z] [2021-05-12T22:40:33.138Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-12T22:40:33.138Z] [2021-05-12T22:40:33.138Z] [Pipeline] } [2021-05-12T22:40:33.153Z] $ docker stop --time=1 849057e3a300565bc91829c9175d7c0fe8e79efc2a91ff6d85ff4ee19b6ab791 [2021-05-12T22:40:36.782Z] $ docker rm -f 849057e3a300565bc91829c9175d7c0fe8e79efc2a91ff6d85ff4ee19b6ab791 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-05-12T22:40:37.792Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T22:40:37.812Z] provisioning config files... [2021-05-12T22:40:37.822Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/484@tmp/config5284349934943661569tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:40:38.183Z] --> edgex-publish-swagger.sh [2021-05-12T22:40:38.183Z] === Publish openapi/v1 API === [2021-05-12T22:40:38.183Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-05-12T22:40:38.184Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/484/openapi/v1/core-command.yaml] [2021-05-12T22:40:38.184Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:38.184Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:39.139Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 10686 --:--:-- --:--:-- --:--:-- 10682 100 10522 0 0 100 10522 0 10684 --:--:-- --:--:-- --:--:-- 10682 [2021-05-12T22:40:39.139Z] [2021-05-12T22:40:39.139Z] [2021-05-12T22:40:39.139Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/484/openapi/v1/core-data.yaml] [2021-05-12T22:40:39.139Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:39.139Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:40.083Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 31695 0:00:01 0:00:01 --:--:-- 31701 100 32557 0 0 100 32557 0 31689 0:00:01 0:00:01 --:--:-- 31701 [2021-05-12T22:40:40.083Z] [2021-05-12T22:40:40.083Z] [2021-05-12T22:40:40.083Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/484/openapi/v1/core-metadata.yaml] [2021-05-12T22:40:40.083Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:40.083Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:41.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 66954 0:00:01 0:00:01 --:--:-- 67019 100 73721 0 0 100 73721 0 66942 0:00:01 0:00:01 --:--:-- 66958 [2021-05-12T22:40:41.472Z] [2021-05-12T22:40:41.472Z] [2021-05-12T22:40:41.472Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/484/openapi/v1/support-logging.yaml] [2021-05-12T22:40:41.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:41.472Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:42.416Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 14483 --:--:-- --:--:-- --:--:-- 14478 100 13581 0 0 100 13581 0 14481 --:--:-- --:--:-- --:--:-- 14478 [2021-05-12T22:40:42.416Z] [2021-05-12T22:40:42.416Z] [2021-05-12T22:40:42.416Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/484/openapi/v1/support-notifications.yaml] [2021-05-12T22:40:42.416Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:42.416Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:43.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36449 0:00:01 0:00:01 --:--:-- 36482 100 38890 0 0 100 38890 0 36441 0:00:01 0:00:01 --:--:-- 36482 [2021-05-12T22:40:43.360Z] [2021-05-12T22:40:43.360Z] [2021-05-12T22:40:43.360Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/484/openapi/v1/support-scheduler.yaml] [2021-05-12T22:40:43.360Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:43.360Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:44.306Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 15659 --:--:-- --:--:-- --:--:-- 15658 100 14249 0 0 100 14249 0 15656 --:--:-- --:--:-- --:--:-- 15658 [2021-05-12T22:40:44.306Z] [2021-05-12T22:40:44.306Z] [2021-05-12T22:40:44.306Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/484/openapi/v1/system-agent.yaml] [2021-05-12T22:40:44.306Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:44.306Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:45.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4430 --:--:-- --:--:-- --:--:-- 4428 100 4110 0 0 100 4110 0 4429 --:--:-- --:--:-- --:--:-- 4428 [2021-05-12T22:40:45.251Z] [2021-05-12T22:40:45.251Z] [2021-05-12T22:40:45.251Z] === Publish openapi/v2 API === [2021-05-12T22:40:45.251Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-05-12T22:40:45.251Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/484/openapi/v2/core-command.yaml] [2021-05-12T22:40:45.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:45.251Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:46.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30687 0 0 100 30687 0 27554 0:00:01 0:00:01 --:--:-- 27571 100 30687 0 0 100 30687 0 27548 0:00:01 0:00:01 --:--:-- 27571 [2021-05-12T22:40:46.198Z] [2021-05-12T22:40:46.198Z] [2021-05-12T22:40:46.198Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/484/openapi/v2/core-data.yaml] [2021-05-12T22:40:46.198Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:46.198Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:47.585Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 55243 0:00:01 0:00:01 --:--:-- 55305 100 56190 0 0 100 56190 0 55233 0:00:01 0:00:01 --:--:-- 55250 [2021-05-12T22:40:47.585Z] [2021-05-12T22:40:47.585Z] [2021-05-12T22:40:47.585Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/484/openapi/v2/core-metadata.yaml] [2021-05-12T22:40:47.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:47.585Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:48.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 121k --:--:-- --:--:-- --:--:-- 121k 100 118k 0 0 100 118k 0 121k --:--:-- --:--:-- --:--:-- 121k [2021-05-12T22:40:48.531Z] [2021-05-12T22:40:48.531Z] [2021-05-12T22:40:48.532Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/484/openapi/v2/support-notifications.yaml] [2021-05-12T22:40:48.532Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:48.532Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:49.476Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76036 0 0 100 76036 0 78184 --:--:-- --:--:-- --:--:-- 78145 100 76036 0 0 100 76036 0 78171 --:--:-- --:--:-- --:--:-- 78145 [2021-05-12T22:40:49.476Z] [2021-05-12T22:40:49.476Z] [2021-05-12T22:40:49.477Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/484/openapi/v2/support-scheduler.yaml] [2021-05-12T22:40:49.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:49.477Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:50.422Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 37645 --:--:-- --:--:-- --:--:-- 37617 100 37617 0 0 100 37617 0 37638 --:--:-- --:--:-- --:--:-- 37617 [2021-05-12T22:40:50.422Z] [2021-05-12T22:40:50.422Z] [2021-05-12T22:40:50.422Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/484/openapi/v2/system-agent.yaml] [2021-05-12T22:40:50.422Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-12T22:40:50.422Z] Dload Upload Total Spent Left Speed [2021-05-12T22:40:51.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23157 0 0 100 23157 0 19004 0:00:01 0:00:01 --:--:-- 19012 100 23157 0 0 100 23157 0 18752 0:00:01 0:00:01 --:--:-- 18765 [2021-05-12T22:40:51.810Z] [2021-05-12T22:40:51.810Z] [Pipeline] } [2021-05-12T22:40:51.820Z] 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-12T22:40:52.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:40:52.277Z] . [Pipeline] withDockerContainer [2021-05-12T22:40:52.380Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:40:52.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T22:40:53.470Z] $ docker top de0f7b01814e8ebf9acd6249a131463c00a9e7d2e1d6edd3ca88cc8a163a5c4f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T22:40:53.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:40:53.685Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:40:54.055Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:40:54.058Z] $ docker exec de0f7b01814e8ebf9acd6249a131463c00a9e7d2e1d6edd3ca88cc8a163a5c4f ssh-agent [2021-05-12T22:40:54.243Z] SSH_AUTH_SOCK=/tmp/ssh-cQab6DYhmi0s/agent.12 [2021-05-12T22:40:54.243Z] SSH_AGENT_PID=18 [2021-05-12T22:40:54.252Z] Running ssh-add (command line suppressed) [2021-05-12T22:40:54.389Z] Identity added: /w/workspace/edgex-go/484@tmp/private_key_2469351339220277056.key (/w/workspace/edgex-go/484@tmp/private_key_2469351339220277056.key) [2021-05-12T22:40:54.449Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:40:54.747Z] + git semver tag [2021-05-12T22:40:55.321Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T22:40:55.321Z] # $GIT_DIR = /w/workspace/edgex-go/484/.git [2021-05-12T22:40:55.321Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/484 [2021-05-12T22:40:55.321Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T22:40:55.321Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T22:40:55.321Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T22:40:55.321Z] # $SEMVER_BRANCH = master [2021-05-12T22:40:55.321Z] # $SEMVER_DIR = /w/workspace/edgex-go/484/.semver [2021-05-12T22:40:55.321Z] # 21807bed0cea4258a40f185a4e0cb4759d48740d HEAD [2021-05-12T22:40:55.894Z] # -> Force: false [2021-05-12T22:40:55.894Z] # e9f467e2f0e646a5586b6a6e66e930e84f3dd325 refs/tags/v2.0.0-dev.215 [Pipeline] } [2021-05-12T22:40:55.905Z] $ docker exec --env ******** --env ******** de0f7b01814e8ebf9acd6249a131463c00a9e7d2e1d6edd3ca88cc8a163a5c4f ssh-agent -k [2021-05-12T22:40:56.036Z] unset SSH_AUTH_SOCK; [2021-05-12T22:40:56.037Z] unset SSH_AGENT_PID; [2021-05-12T22:40:56.037Z] echo Agent pid 18 killed; [2021-05-12T22:40:56.114Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:40:56.461Z] + git semver [Pipeline] } [2021-05-12T22:40:56.478Z] $ docker stop --time=1 de0f7b01814e8ebf9acd6249a131463c00a9e7d2e1d6edd3ca88cc8a163a5c4f [2021-05-12T22:40:57.857Z] $ docker rm -f de0f7b01814e8ebf9acd6249a131463c00a9e7d2e1d6edd3ca88cc8a163a5c4f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:40:58.336Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T22:40:58.336Z] [2021-05-12T22:40:58.336Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:40:58.648Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T22:40:58.648Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-12T22:40:58.648Z] ab5ef0e58194: Pulling fs layer [2021-05-12T22:40:58.648Z] 9712f1f96733: Pulling fs layer [2021-05-12T22:40:58.648Z] 63f879dbbcfc: Pulling fs layer [2021-05-12T22:40:58.648Z] 0d9ebad4ef96: Pulling fs layer [2021-05-12T22:40:58.648Z] e9a5061849ea: Pulling fs layer [2021-05-12T22:40:58.648Z] d747dcd14b5f: Pulling fs layer [2021-05-12T22:40:58.648Z] 2de7ff778b66: Pulling fs layer [2021-05-12T22:40:58.648Z] 0d9ebad4ef96: Waiting [2021-05-12T22:40:58.648Z] d747dcd14b5f: Waiting [2021-05-12T22:40:58.648Z] e9a5061849ea: Waiting [2021-05-12T22:40:58.648Z] 2de7ff778b66: Waiting [2021-05-12T22:40:58.648Z] 9712f1f96733: Download complete [2021-05-12T22:41:00.573Z] 63f879dbbcfc: Verifying Checksum [2021-05-12T22:41:00.573Z] 63f879dbbcfc: Download complete [2021-05-12T22:41:00.836Z] e9a5061849ea: Verifying Checksum [2021-05-12T22:41:00.836Z] e9a5061849ea: Download complete [2021-05-12T22:41:00.836Z] d747dcd14b5f: Verifying Checksum [2021-05-12T22:41:00.836Z] d747dcd14b5f: Download complete [2021-05-12T22:41:01.106Z] 2de7ff778b66: Verifying Checksum [2021-05-12T22:41:01.106Z] 2de7ff778b66: Download complete [2021-05-12T22:41:01.370Z] 0d9ebad4ef96: Verifying Checksum [2021-05-12T22:41:01.370Z] 0d9ebad4ef96: Download complete [2021-05-12T22:41:01.634Z] ab5ef0e58194: Verifying Checksum [2021-05-12T22:41:01.634Z] ab5ef0e58194: Download complete [2021-05-12T22:41:07.017Z] ab5ef0e58194: Pull complete [2021-05-12T22:41:07.017Z] 9712f1f96733: Pull complete [2021-05-12T22:41:09.588Z] 63f879dbbcfc: Pull complete [2021-05-12T22:41:16.281Z] 0d9ebad4ef96: Pull complete [2021-05-12T22:41:17.227Z] e9a5061849ea: Pull complete [2021-05-12T22:41:17.227Z] d747dcd14b5f: Pull complete [2021-05-12T22:41:20.546Z] 2de7ff778b66: Pull complete [2021-05-12T22:41:20.546Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-12T22:41:20.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-12T22:41:20.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-12T22:41:20.731Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:41:20.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-05-12T22:41:24.951Z] $ docker top c850b20c3ac058874c9b2ff5cc79ed83bfdb9230cb01e262cc93fc380b08defe -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-12T22:41:25.163Z] provisioning config files... [2021-05-12T22:41:25.174Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/484@tmp/config8043313034011591000tmp [2021-05-12T22:41:25.190Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/484@tmp/config1024422530336882262tmp [2021-05-12T22:41:25.205Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/484@tmp/config8982589217054914461tmp [Pipeline] { [Pipeline] echo [2021-05-12T22:41:25.251Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:41:25.549Z] ---> sigul-configuration.sh [2021-05-12T22:41:25.549Z] gpg: directory `/root/.gnupg' created [2021-05-12T22:41:25.549Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-12T22:41:25.549Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-12T22:41:25.549Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-12T22:41:25.549Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-12T22:41:25.549Z] gpg: CAST5 encrypted data [2021-05-12T22:41:25.810Z] gpg: encrypted with 1 passphrase [2021-05-12T22:41:25.810Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-12T22:41:26.111Z] + mkdir /home/jenkins [2021-05-12T22:41:26.111Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-12T22:41:26.410Z] + 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-12T22:41:26.421Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:41:26.717Z] ---> sigul-install.sh [2021-05-12T22:41:33.320Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-12T22:41:33.622Z] + git tag --list [2021-05-12T22:41:33.622Z] 0.6.0 [2021-05-12T22:41:33.622Z] 0.6.1 [2021-05-12T22:41:33.622Z] 0.7.0 [2021-05-12T22:41:33.622Z] 0.7.1 [2021-05-12T22:41:33.622Z] v0.0.0 [2021-05-12T22:41:33.622Z] v0.0.1-dev.1 [2021-05-12T22:41:33.622Z] v1.0.0 [2021-05-12T22:41:33.622Z] v1.0.1 [2021-05-12T22:41:33.622Z] v1.1.0 [2021-05-12T22:41:33.622Z] v1.2.0 [2021-05-12T22:41:33.622Z] v1.2.1 [2021-05-12T22:41:33.622Z] v1.2.2-dev.1 [2021-05-12T22:41:33.622Z] v1.2.2-dev.10 [2021-05-12T22:41:33.622Z] v1.2.2-dev.100 [2021-05-12T22:41:33.622Z] v1.2.2-dev.101 [2021-05-12T22:41:33.622Z] v1.2.2-dev.102 [2021-05-12T22:41:33.622Z] v1.2.2-dev.103 [2021-05-12T22:41:33.622Z] v1.2.2-dev.104 [2021-05-12T22:41:33.622Z] v1.2.2-dev.105 [2021-05-12T22:41:33.622Z] v1.2.2-dev.106 [2021-05-12T22:41:33.622Z] v1.2.2-dev.107 [2021-05-12T22:41:33.622Z] v1.2.2-dev.11 [2021-05-12T22:41:33.622Z] v1.2.2-dev.12 [2021-05-12T22:41:33.622Z] v1.2.2-dev.13 [2021-05-12T22:41:33.622Z] v1.2.2-dev.14 [2021-05-12T22:41:33.622Z] v1.2.2-dev.15 [2021-05-12T22:41:33.622Z] v1.2.2-dev.16 [2021-05-12T22:41:33.622Z] v1.2.2-dev.17 [2021-05-12T22:41:33.622Z] v1.2.2-dev.18 [2021-05-12T22:41:33.622Z] v1.2.2-dev.19 [2021-05-12T22:41:33.622Z] v1.2.2-dev.2 [2021-05-12T22:41:33.622Z] v1.2.2-dev.20 [2021-05-12T22:41:33.622Z] v1.2.2-dev.21 [2021-05-12T22:41:33.622Z] v1.2.2-dev.22 [2021-05-12T22:41:33.622Z] v1.2.2-dev.23 [2021-05-12T22:41:33.622Z] v1.2.2-dev.24 [2021-05-12T22:41:33.622Z] v1.2.2-dev.25 [2021-05-12T22:41:33.622Z] v1.2.2-dev.26 [2021-05-12T22:41:33.622Z] v1.2.2-dev.27 [2021-05-12T22:41:33.622Z] v1.2.2-dev.28 [2021-05-12T22:41:33.622Z] v1.2.2-dev.29 [2021-05-12T22:41:33.622Z] v1.2.2-dev.3 [2021-05-12T22:41:33.622Z] v1.2.2-dev.30 [2021-05-12T22:41:33.622Z] v1.2.2-dev.31 [2021-05-12T22:41:33.622Z] v1.2.2-dev.32 [2021-05-12T22:41:33.622Z] v1.2.2-dev.33 [2021-05-12T22:41:33.622Z] v1.2.2-dev.34 [2021-05-12T22:41:33.622Z] v1.2.2-dev.35 [2021-05-12T22:41:33.622Z] v1.2.2-dev.36 [2021-05-12T22:41:33.622Z] v1.2.2-dev.37 [2021-05-12T22:41:33.622Z] v1.2.2-dev.38 [2021-05-12T22:41:33.622Z] v1.2.2-dev.39 [2021-05-12T22:41:33.622Z] v1.2.2-dev.4 [2021-05-12T22:41:33.622Z] v1.2.2-dev.40 [2021-05-12T22:41:33.622Z] v1.2.2-dev.41 [2021-05-12T22:41:33.622Z] v1.2.2-dev.42 [2021-05-12T22:41:33.622Z] v1.2.2-dev.43 [2021-05-12T22:41:33.622Z] v1.2.2-dev.44 [2021-05-12T22:41:33.622Z] v1.2.2-dev.45 [2021-05-12T22:41:33.622Z] v1.2.2-dev.46 [2021-05-12T22:41:33.622Z] v1.2.2-dev.47 [2021-05-12T22:41:33.622Z] v1.2.2-dev.48 [2021-05-12T22:41:33.622Z] v1.2.2-dev.49 [2021-05-12T22:41:33.622Z] v1.2.2-dev.5 [2021-05-12T22:41:33.622Z] v1.2.2-dev.50 [2021-05-12T22:41:33.622Z] v1.2.2-dev.51 [2021-05-12T22:41:33.622Z] v1.2.2-dev.52 [2021-05-12T22:41:33.622Z] v1.2.2-dev.53 [2021-05-12T22:41:33.622Z] v1.2.2-dev.54 [2021-05-12T22:41:33.622Z] v1.2.2-dev.55 [2021-05-12T22:41:33.622Z] v1.2.2-dev.56 [2021-05-12T22:41:33.622Z] v1.2.2-dev.57 [2021-05-12T22:41:33.622Z] v1.2.2-dev.58 [2021-05-12T22:41:33.622Z] v1.2.2-dev.59 [2021-05-12T22:41:33.622Z] v1.2.2-dev.6 [2021-05-12T22:41:33.622Z] v1.2.2-dev.60 [2021-05-12T22:41:33.622Z] v1.2.2-dev.61 [2021-05-12T22:41:33.622Z] v1.2.2-dev.62 [2021-05-12T22:41:33.622Z] v1.2.2-dev.63 [2021-05-12T22:41:33.622Z] v1.2.2-dev.64 [2021-05-12T22:41:33.622Z] v1.2.2-dev.65 [2021-05-12T22:41:33.622Z] v1.2.2-dev.66 [2021-05-12T22:41:33.622Z] v1.2.2-dev.67 [2021-05-12T22:41:33.622Z] v1.2.2-dev.68 [2021-05-12T22:41:33.622Z] v1.2.2-dev.69 [2021-05-12T22:41:33.622Z] v1.2.2-dev.7 [2021-05-12T22:41:33.622Z] v1.2.2-dev.70 [2021-05-12T22:41:33.622Z] v1.2.2-dev.71 [2021-05-12T22:41:33.622Z] v1.2.2-dev.72 [2021-05-12T22:41:33.622Z] v1.2.2-dev.73 [2021-05-12T22:41:33.622Z] v1.2.2-dev.74 [2021-05-12T22:41:33.622Z] v1.2.2-dev.75 [2021-05-12T22:41:33.622Z] v1.2.2-dev.76 [2021-05-12T22:41:33.622Z] v1.2.2-dev.77 [2021-05-12T22:41:33.622Z] v1.2.2-dev.78 [2021-05-12T22:41:33.622Z] v1.2.2-dev.79 [2021-05-12T22:41:33.622Z] v1.2.2-dev.8 [2021-05-12T22:41:33.622Z] v1.2.2-dev.80 [2021-05-12T22:41:33.622Z] v1.2.2-dev.81 [2021-05-12T22:41:33.622Z] v1.2.2-dev.82 [2021-05-12T22:41:33.622Z] v1.2.2-dev.83 [2021-05-12T22:41:33.622Z] v1.2.2-dev.84 [2021-05-12T22:41:33.622Z] v1.2.2-dev.85 [2021-05-12T22:41:33.622Z] v1.2.2-dev.86 [2021-05-12T22:41:33.622Z] v1.2.2-dev.87 [2021-05-12T22:41:33.622Z] v1.2.2-dev.88 [2021-05-12T22:41:33.622Z] v1.2.2-dev.89 [2021-05-12T22:41:33.622Z] v1.2.2-dev.9 [2021-05-12T22:41:33.622Z] v1.2.2-dev.90 [2021-05-12T22:41:33.622Z] v1.2.2-dev.91 [2021-05-12T22:41:33.622Z] v1.2.2-dev.92 [2021-05-12T22:41:33.622Z] v1.2.2-dev.93 [2021-05-12T22:41:33.622Z] v1.2.2-dev.94 [2021-05-12T22:41:33.622Z] v1.2.2-dev.95 [2021-05-12T22:41:33.622Z] v1.2.2-dev.96 [2021-05-12T22:41:33.622Z] v1.2.2-dev.97 [2021-05-12T22:41:33.622Z] v1.2.2-dev.98 [2021-05-12T22:41:33.622Z] v1.2.2-dev.99 [2021-05-12T22:41:33.622Z] v1.3.0 [2021-05-12T22:41:33.622Z] v1.3.1 [2021-05-12T22:41:33.622Z] v1.3.1-dev.1 [2021-05-12T22:41:33.622Z] v1.3.1-dev.10 [2021-05-12T22:41:33.622Z] v1.3.1-dev.11 [2021-05-12T22:41:33.622Z] v1.3.1-dev.12 [2021-05-12T22:41:33.622Z] v1.3.1-dev.13 [2021-05-12T22:41:33.622Z] v1.3.1-dev.14 [2021-05-12T22:41:33.622Z] v1.3.1-dev.15 [2021-05-12T22:41:33.622Z] v1.3.1-dev.16 [2021-05-12T22:41:33.622Z] v1.3.1-dev.17 [2021-05-12T22:41:33.622Z] v1.3.1-dev.18 [2021-05-12T22:41:33.622Z] v1.3.1-dev.2 [2021-05-12T22:41:33.622Z] v1.3.1-dev.3 [2021-05-12T22:41:33.622Z] v1.3.1-dev.4 [2021-05-12T22:41:33.622Z] v1.3.1-dev.5 [2021-05-12T22:41:33.622Z] v1.3.1-dev.6 [2021-05-12T22:41:33.622Z] v1.3.1-dev.7 [2021-05-12T22:41:33.622Z] v1.3.1-dev.8 [2021-05-12T22:41:33.622Z] v1.3.1-dev.9 [2021-05-12T22:41:33.622Z] v2.0.0-dev.1 [2021-05-12T22:41:33.622Z] v2.0.0-dev.10 [2021-05-12T22:41:33.622Z] v2.0.0-dev.100 [2021-05-12T22:41:33.622Z] v2.0.0-dev.101 [2021-05-12T22:41:33.622Z] v2.0.0-dev.102 [2021-05-12T22:41:33.622Z] v2.0.0-dev.103 [2021-05-12T22:41:33.622Z] v2.0.0-dev.104 [2021-05-12T22:41:33.622Z] v2.0.0-dev.105 [2021-05-12T22:41:33.622Z] v2.0.0-dev.106 [2021-05-12T22:41:33.622Z] v2.0.0-dev.107 [2021-05-12T22:41:33.622Z] v2.0.0-dev.108 [2021-05-12T22:41:33.622Z] v2.0.0-dev.109 [2021-05-12T22:41:33.622Z] v2.0.0-dev.11 [2021-05-12T22:41:33.622Z] v2.0.0-dev.110 [2021-05-12T22:41:33.622Z] v2.0.0-dev.111 [2021-05-12T22:41:33.622Z] v2.0.0-dev.112 [2021-05-12T22:41:33.622Z] v2.0.0-dev.113 [2021-05-12T22:41:33.622Z] v2.0.0-dev.114 [2021-05-12T22:41:33.622Z] v2.0.0-dev.115 [2021-05-12T22:41:33.622Z] v2.0.0-dev.116 [2021-05-12T22:41:33.622Z] v2.0.0-dev.117 [2021-05-12T22:41:33.622Z] v2.0.0-dev.118 [2021-05-12T22:41:33.622Z] v2.0.0-dev.119 [2021-05-12T22:41:33.622Z] v2.0.0-dev.12 [2021-05-12T22:41:33.622Z] v2.0.0-dev.120 [2021-05-12T22:41:33.622Z] v2.0.0-dev.121 [2021-05-12T22:41:33.622Z] v2.0.0-dev.122 [2021-05-12T22:41:33.622Z] v2.0.0-dev.123 [2021-05-12T22:41:33.623Z] v2.0.0-dev.124 [2021-05-12T22:41:33.623Z] v2.0.0-dev.125 [2021-05-12T22:41:33.623Z] v2.0.0-dev.126 [2021-05-12T22:41:33.623Z] v2.0.0-dev.127 [2021-05-12T22:41:33.623Z] v2.0.0-dev.128 [2021-05-12T22:41:33.623Z] v2.0.0-dev.129 [2021-05-12T22:41:33.623Z] v2.0.0-dev.13 [2021-05-12T22:41:33.623Z] v2.0.0-dev.130 [2021-05-12T22:41:33.623Z] v2.0.0-dev.131 [2021-05-12T22:41:33.623Z] v2.0.0-dev.132 [2021-05-12T22:41:33.623Z] v2.0.0-dev.133 [2021-05-12T22:41:33.623Z] v2.0.0-dev.134 [2021-05-12T22:41:33.623Z] v2.0.0-dev.135 [2021-05-12T22:41:33.623Z] v2.0.0-dev.136 [2021-05-12T22:41:33.623Z] v2.0.0-dev.137 [2021-05-12T22:41:33.623Z] v2.0.0-dev.138 [2021-05-12T22:41:33.623Z] v2.0.0-dev.139 [2021-05-12T22:41:33.623Z] v2.0.0-dev.14 [2021-05-12T22:41:33.623Z] v2.0.0-dev.140 [2021-05-12T22:41:33.623Z] v2.0.0-dev.141 [2021-05-12T22:41:33.623Z] v2.0.0-dev.142 [2021-05-12T22:41:33.623Z] v2.0.0-dev.143 [2021-05-12T22:41:33.623Z] v2.0.0-dev.144 [2021-05-12T22:41:33.623Z] v2.0.0-dev.145 [2021-05-12T22:41:33.623Z] v2.0.0-dev.146 [2021-05-12T22:41:33.623Z] v2.0.0-dev.147 [2021-05-12T22:41:33.623Z] v2.0.0-dev.148 [2021-05-12T22:41:33.623Z] v2.0.0-dev.149 [2021-05-12T22:41:33.623Z] v2.0.0-dev.15 [2021-05-12T22:41:33.623Z] v2.0.0-dev.150 [2021-05-12T22:41:33.623Z] v2.0.0-dev.151 [2021-05-12T22:41:33.623Z] v2.0.0-dev.152 [2021-05-12T22:41:33.623Z] v2.0.0-dev.153 [2021-05-12T22:41:33.623Z] v2.0.0-dev.154 [2021-05-12T22:41:33.623Z] v2.0.0-dev.155 [2021-05-12T22:41:33.623Z] v2.0.0-dev.156 [2021-05-12T22:41:33.623Z] v2.0.0-dev.157 [2021-05-12T22:41:33.623Z] v2.0.0-dev.158 [2021-05-12T22:41:33.623Z] v2.0.0-dev.159 [2021-05-12T22:41:33.623Z] v2.0.0-dev.16 [2021-05-12T22:41:33.623Z] v2.0.0-dev.160 [2021-05-12T22:41:33.623Z] v2.0.0-dev.161 [2021-05-12T22:41:33.623Z] v2.0.0-dev.162 [2021-05-12T22:41:33.623Z] v2.0.0-dev.163 [2021-05-12T22:41:33.623Z] v2.0.0-dev.164 [2021-05-12T22:41:33.623Z] v2.0.0-dev.165 [2021-05-12T22:41:33.623Z] v2.0.0-dev.166 [2021-05-12T22:41:33.623Z] v2.0.0-dev.167 [2021-05-12T22:41:33.623Z] v2.0.0-dev.168 [2021-05-12T22:41:33.623Z] v2.0.0-dev.169 [2021-05-12T22:41:33.623Z] v2.0.0-dev.17 [2021-05-12T22:41:33.623Z] v2.0.0-dev.170 [2021-05-12T22:41:33.623Z] v2.0.0-dev.171 [2021-05-12T22:41:33.623Z] v2.0.0-dev.172 [2021-05-12T22:41:33.623Z] v2.0.0-dev.173 [2021-05-12T22:41:33.623Z] v2.0.0-dev.174 [2021-05-12T22:41:33.623Z] v2.0.0-dev.175 [2021-05-12T22:41:33.623Z] v2.0.0-dev.176 [2021-05-12T22:41:33.623Z] v2.0.0-dev.177 [2021-05-12T22:41:33.623Z] v2.0.0-dev.178 [2021-05-12T22:41:33.623Z] v2.0.0-dev.179 [2021-05-12T22:41:33.623Z] v2.0.0-dev.18 [2021-05-12T22:41:33.623Z] v2.0.0-dev.180 [2021-05-12T22:41:33.623Z] v2.0.0-dev.181 [2021-05-12T22:41:33.623Z] v2.0.0-dev.182 [2021-05-12T22:41:33.623Z] v2.0.0-dev.183 [2021-05-12T22:41:33.623Z] v2.0.0-dev.184 [2021-05-12T22:41:33.623Z] v2.0.0-dev.185 [2021-05-12T22:41:33.623Z] v2.0.0-dev.186 [2021-05-12T22:41:33.623Z] v2.0.0-dev.187 [2021-05-12T22:41:33.623Z] v2.0.0-dev.188 [2021-05-12T22:41:33.623Z] v2.0.0-dev.189 [2021-05-12T22:41:33.623Z] v2.0.0-dev.19 [2021-05-12T22:41:33.623Z] v2.0.0-dev.190 [2021-05-12T22:41:33.623Z] v2.0.0-dev.191 [2021-05-12T22:41:33.623Z] v2.0.0-dev.192 [2021-05-12T22:41:33.623Z] v2.0.0-dev.193 [2021-05-12T22:41:33.623Z] v2.0.0-dev.194 [2021-05-12T22:41:33.623Z] v2.0.0-dev.195 [2021-05-12T22:41:33.623Z] v2.0.0-dev.196 [2021-05-12T22:41:33.623Z] v2.0.0-dev.197 [2021-05-12T22:41:33.623Z] v2.0.0-dev.198 [2021-05-12T22:41:33.623Z] v2.0.0-dev.199 [2021-05-12T22:41:33.623Z] v2.0.0-dev.2 [2021-05-12T22:41:33.623Z] v2.0.0-dev.20 [2021-05-12T22:41:33.623Z] v2.0.0-dev.200 [2021-05-12T22:41:33.623Z] v2.0.0-dev.201 [2021-05-12T22:41:33.623Z] v2.0.0-dev.202 [2021-05-12T22:41:33.623Z] v2.0.0-dev.203 [2021-05-12T22:41:33.623Z] v2.0.0-dev.204 [2021-05-12T22:41:33.623Z] v2.0.0-dev.205 [2021-05-12T22:41:33.623Z] v2.0.0-dev.206 [2021-05-12T22:41:33.623Z] v2.0.0-dev.207 [2021-05-12T22:41:33.623Z] v2.0.0-dev.208 [2021-05-12T22:41:33.623Z] v2.0.0-dev.209 [2021-05-12T22:41:33.623Z] v2.0.0-dev.21 [2021-05-12T22:41:33.623Z] v2.0.0-dev.210 [2021-05-12T22:41:33.623Z] v2.0.0-dev.211 [2021-05-12T22:41:33.623Z] v2.0.0-dev.212 [2021-05-12T22:41:33.623Z] v2.0.0-dev.213 [2021-05-12T22:41:33.623Z] v2.0.0-dev.214 [2021-05-12T22:41:33.623Z] v2.0.0-dev.215 [2021-05-12T22:41:33.623Z] v2.0.0-dev.22 [2021-05-12T22:41:33.623Z] v2.0.0-dev.23 [2021-05-12T22:41:33.623Z] v2.0.0-dev.24 [2021-05-12T22:41:33.623Z] v2.0.0-dev.25 [2021-05-12T22:41:33.623Z] v2.0.0-dev.26 [2021-05-12T22:41:33.623Z] v2.0.0-dev.27 [2021-05-12T22:41:33.623Z] v2.0.0-dev.28 [2021-05-12T22:41:33.623Z] v2.0.0-dev.29 [2021-05-12T22:41:33.623Z] v2.0.0-dev.3 [2021-05-12T22:41:33.623Z] v2.0.0-dev.30 [2021-05-12T22:41:33.623Z] v2.0.0-dev.31 [2021-05-12T22:41:33.623Z] v2.0.0-dev.32 [2021-05-12T22:41:33.623Z] v2.0.0-dev.33 [2021-05-12T22:41:33.623Z] v2.0.0-dev.34 [2021-05-12T22:41:33.623Z] v2.0.0-dev.35 [2021-05-12T22:41:33.623Z] v2.0.0-dev.36 [2021-05-12T22:41:33.623Z] v2.0.0-dev.37 [2021-05-12T22:41:33.623Z] v2.0.0-dev.38 [2021-05-12T22:41:33.623Z] v2.0.0-dev.39 [2021-05-12T22:41:33.623Z] v2.0.0-dev.4 [2021-05-12T22:41:33.623Z] v2.0.0-dev.40 [2021-05-12T22:41:33.623Z] v2.0.0-dev.41 [2021-05-12T22:41:33.623Z] v2.0.0-dev.42 [2021-05-12T22:41:33.623Z] v2.0.0-dev.43 [2021-05-12T22:41:33.623Z] v2.0.0-dev.44 [2021-05-12T22:41:33.623Z] v2.0.0-dev.45 [2021-05-12T22:41:33.623Z] v2.0.0-dev.46 [2021-05-12T22:41:33.623Z] v2.0.0-dev.47 [2021-05-12T22:41:33.623Z] v2.0.0-dev.48 [2021-05-12T22:41:33.623Z] v2.0.0-dev.49 [2021-05-12T22:41:33.623Z] v2.0.0-dev.5 [2021-05-12T22:41:33.623Z] v2.0.0-dev.50 [2021-05-12T22:41:33.623Z] v2.0.0-dev.51 [2021-05-12T22:41:33.623Z] v2.0.0-dev.52 [2021-05-12T22:41:33.623Z] v2.0.0-dev.53 [2021-05-12T22:41:33.623Z] v2.0.0-dev.54 [2021-05-12T22:41:33.623Z] v2.0.0-dev.55 [2021-05-12T22:41:33.623Z] v2.0.0-dev.56 [2021-05-12T22:41:33.623Z] v2.0.0-dev.57 [2021-05-12T22:41:33.623Z] v2.0.0-dev.58 [2021-05-12T22:41:33.623Z] v2.0.0-dev.59 [2021-05-12T22:41:33.623Z] v2.0.0-dev.6 [2021-05-12T22:41:33.623Z] v2.0.0-dev.60 [2021-05-12T22:41:33.623Z] v2.0.0-dev.61 [2021-05-12T22:41:33.623Z] v2.0.0-dev.62 [2021-05-12T22:41:33.623Z] v2.0.0-dev.63 [2021-05-12T22:41:33.623Z] v2.0.0-dev.64 [2021-05-12T22:41:33.623Z] v2.0.0-dev.65 [2021-05-12T22:41:33.623Z] v2.0.0-dev.66 [2021-05-12T22:41:33.623Z] v2.0.0-dev.67 [2021-05-12T22:41:33.623Z] v2.0.0-dev.68 [2021-05-12T22:41:33.623Z] v2.0.0-dev.69 [2021-05-12T22:41:33.623Z] v2.0.0-dev.7 [2021-05-12T22:41:33.623Z] v2.0.0-dev.70 [2021-05-12T22:41:33.623Z] v2.0.0-dev.71 [2021-05-12T22:41:33.623Z] v2.0.0-dev.72 [2021-05-12T22:41:33.623Z] v2.0.0-dev.73 [2021-05-12T22:41:33.623Z] v2.0.0-dev.74 [2021-05-12T22:41:33.623Z] v2.0.0-dev.75 [2021-05-12T22:41:33.623Z] v2.0.0-dev.76 [2021-05-12T22:41:33.623Z] v2.0.0-dev.77 [2021-05-12T22:41:33.623Z] v2.0.0-dev.78 [2021-05-12T22:41:33.623Z] v2.0.0-dev.79 [2021-05-12T22:41:33.623Z] v2.0.0-dev.8 [2021-05-12T22:41:33.623Z] v2.0.0-dev.80 [2021-05-12T22:41:33.623Z] v2.0.0-dev.81 [2021-05-12T22:41:33.623Z] v2.0.0-dev.82 [2021-05-12T22:41:33.623Z] v2.0.0-dev.83 [2021-05-12T22:41:33.623Z] v2.0.0-dev.84 [2021-05-12T22:41:33.623Z] v2.0.0-dev.85 [2021-05-12T22:41:33.623Z] v2.0.0-dev.86 [2021-05-12T22:41:33.623Z] v2.0.0-dev.87 [2021-05-12T22:41:33.623Z] v2.0.0-dev.88 [2021-05-12T22:41:33.623Z] v2.0.0-dev.89 [2021-05-12T22:41:33.623Z] v2.0.0-dev.9 [2021-05-12T22:41:33.623Z] v2.0.0-dev.90 [2021-05-12T22:41:33.623Z] v2.0.0-dev.91 [2021-05-12T22:41:33.623Z] v2.0.0-dev.92 [2021-05-12T22:41:33.623Z] v2.0.0-dev.93 [2021-05-12T22:41:33.623Z] v2.0.0-dev.94 [2021-05-12T22:41:33.623Z] v2.0.0-dev.95 [2021-05-12T22:41:33.623Z] v2.0.0-dev.96 [2021-05-12T22:41:33.623Z] v2.0.0-dev.97 [2021-05-12T22:41:33.623Z] v2.0.0-dev.98 [2021-05-12T22:41:33.623Z] v2.0.0-dev.99 [Pipeline] sh [2021-05-12T22:41:34.311Z] + lftools sign git-tag v2.0.0-dev.215 [2021-05-12T22:41:35.701Z] Signing Git tag with Sigul... [2021-05-12T22:41:35.701Z] Signing v2.0.0-dev.215 [Pipeline] echo [2021-05-12T22:41:37.102Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:41:37.399Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-12T22:41:37.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-12T22:41:37.435Z] $ docker stop --time=1 c850b20c3ac058874c9b2ff5cc79ed83bfdb9230cb01e262cc93fc380b08defe [2021-05-12T22:41:39.595Z] $ docker rm -f c850b20c3ac058874c9b2ff5cc79ed83bfdb9230cb01e262cc93fc380b08defe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:41:40.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:41:40.142Z] . [Pipeline] withDockerContainer [2021-05-12T22:41:40.247Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:41:40.295Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T22:41:41.188Z] $ docker top 6025f06454996f64242c844f619a728c8856dfc128f7f62b2f49d8670c9e8be0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T22:41:41.409Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:41:41.409Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:41:41.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:41:41.671Z] $ docker exec 6025f06454996f64242c844f619a728c8856dfc128f7f62b2f49d8670c9e8be0 ssh-agent [2021-05-12T22:41:41.964Z] SSH_AUTH_SOCK=/tmp/ssh-4mnHCyuKNOJh/agent.11 [2021-05-12T22:41:41.964Z] SSH_AGENT_PID=17 [2021-05-12T22:41:41.974Z] Running ssh-add (command line suppressed) [2021-05-12T22:41:42.130Z] Identity added: /w/workspace/edgex-go/484@tmp/private_key_8988057609098400973.key (/w/workspace/edgex-go/484@tmp/private_key_8988057609098400973.key) [2021-05-12T22:41:42.193Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:41:42.501Z] + git semver bump pre [2021-05-12T22:41:42.501Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T22:41:42.501Z] # $GIT_DIR = /w/workspace/edgex-go/484/.git [2021-05-12T22:41:42.501Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/484 [2021-05-12T22:41:42.501Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T22:41:42.501Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T22:41:42.501Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T22:41:42.501Z] # $SEMVER_BRANCH = master [2021-05-12T22:41:42.501Z] # $SEMVER_DIR = /w/workspace/edgex-go/484/.semver [2021-05-12T22:41:42.501Z] 2.0.0-dev.216 [Pipeline] } [2021-05-12T22:41:42.512Z] $ docker exec --env ******** --env ******** 6025f06454996f64242c844f619a728c8856dfc128f7f62b2f49d8670c9e8be0 ssh-agent -k [2021-05-12T22:41:42.638Z] unset SSH_AUTH_SOCK; [2021-05-12T22:41:42.638Z] unset SSH_AGENT_PID; [2021-05-12T22:41:42.638Z] echo Agent pid 17 killed; [2021-05-12T22:41:42.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:41:43.034Z] + git semver [Pipeline] } [2021-05-12T22:41:43.053Z] $ docker stop --time=1 6025f06454996f64242c844f619a728c8856dfc128f7f62b2f49d8670c9e8be0 [2021-05-12T22:41:44.435Z] $ docker rm -f 6025f06454996f64242c844f619a728c8856dfc128f7f62b2f49d8670c9e8be0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:41:44.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T22:41:44.857Z] . [Pipeline] withDockerContainer [2021-05-12T22:41:45.730Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:41:45.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-12T22:41:46.496Z] $ docker top 16da2f28f7b06b85773335e81d69a0393134b8f2e392a18f560aa09b6ebd622f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T22:41:46.648Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T22:41:46.649Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T22:41:46.847Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T22:41:46.849Z] $ docker exec 16da2f28f7b06b85773335e81d69a0393134b8f2e392a18f560aa09b6ebd622f ssh-agent [2021-05-12T22:41:47.036Z] SSH_AUTH_SOCK=/tmp/ssh-zUGtbjCzWOuE/agent.13 [2021-05-12T22:41:47.036Z] SSH_AGENT_PID=18 [2021-05-12T22:41:47.042Z] Running ssh-add (command line suppressed) [2021-05-12T22:41:47.172Z] Identity added: /w/workspace/edgex-go/484@tmp/private_key_7175285879370593352.key (/w/workspace/edgex-go/484@tmp/private_key_7175285879370593352.key) [2021-05-12T22:41:47.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T22:41:47.543Z] + git semver push [2021-05-12T22:41:47.543Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T22:41:47.543Z] # $GIT_DIR = /w/workspace/edgex-go/484/.git [2021-05-12T22:41:47.543Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/484 [2021-05-12T22:41:47.543Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T22:41:47.543Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T22:41:47.543Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T22:41:47.543Z] # $SEMVER_BRANCH = master [2021-05-12T22:41:47.543Z] # $SEMVER_DIR = /w/workspace/edgex-go/484/.semver [Pipeline] } [2021-05-12T22:41:57.569Z] $ docker exec --env ******** --env ******** 16da2f28f7b06b85773335e81d69a0393134b8f2e392a18f560aa09b6ebd622f ssh-agent -k [2021-05-12T22:41:57.696Z] unset SSH_AUTH_SOCK; [2021-05-12T22:41:57.696Z] unset SSH_AGENT_PID; [2021-05-12T22:41:57.696Z] echo Agent pid 18 killed; [2021-05-12T22:41:57.754Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T22:41:58.083Z] + git semver [Pipeline] } [2021-05-12T22:41:58.100Z] $ docker stop --time=1 16da2f28f7b06b85773335e81d69a0393134b8f2e392a18f560aa09b6ebd622f [2021-05-12T22:41:59.461Z] $ docker rm -f 16da2f28f7b06b85773335e81d69a0393134b8f2e392a18f560aa09b6ebd622f [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-12T22:42:00.237Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:01.115Z] ---> package-listing.sh [2021-05-12T22:42:01.116Z] ++ facter osfamily [2021-05-12T22:42:01.116Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T22:42:01.116Z] + OS_FAMILY=redhat [2021-05-12T22:42:01.116Z] + workspace=/w/workspace/edgex-go/484 [2021-05-12T22:42:01.116Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T22:42:01.116Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T22:42:01.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T22:42:01.116Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T22:42:01.116Z] + '[' /w/workspace/edgex-go/484 ']' [2021-05-12T22:42:01.116Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T22:42:01.116Z] + case "${OS_FAMILY}" in [2021-05-12T22:42:01.116Z] + rpm -qa [2021-05-12T22:42:01.116Z] + sort [2021-05-12T22:42:06.430Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T22:42:06.430Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T22:42:06.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T22:42:06.430Z] + '[' /w/workspace/edgex-go/484 ']' [2021-05-12T22:42:06.430Z] + mkdir -p /w/workspace/edgex-go/484/archives/ [2021-05-12T22:42:06.430Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/484/archives/ [Pipeline] echo [2021-05-12T22:42:06.447Z] 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/484/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T22:42:06.748Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:42:07.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:42:07.095Z] [2021-05-12T22:42:07.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T22:42:07.559Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:42:07.559Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T22:42:07.559Z] df20fa9351a1: Pulling fs layer [2021-05-12T22:42:07.559Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T22:42:07.559Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T22:42:07.559Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T22:42:07.559Z] 93b61091891f: Pulling fs layer [2021-05-12T22:42:07.559Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T22:42:07.559Z] 5e14af77c1be: Pulling fs layer [2021-05-12T22:42:07.559Z] 01666e4c0597: Pulling fs layer [2021-05-12T22:42:07.559Z] aa168da1d23b: Pulling fs layer [2021-05-12T22:42:07.559Z] 46f8f816bc3b: Waiting [2021-05-12T22:42:07.559Z] 93b9cdb0e59b: Waiting [2021-05-12T22:42:07.559Z] 5e14af77c1be: Waiting [2021-05-12T22:42:07.559Z] 01666e4c0597: Waiting [2021-05-12T22:42:07.559Z] aa168da1d23b: Waiting [2021-05-12T22:42:07.559Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T22:42:07.559Z] 36b3adc4ff6f: Download complete [2021-05-12T22:42:07.559Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T22:42:07.559Z] 46f8f816bc3b: Download complete [2021-05-12T22:42:07.821Z] df20fa9351a1: Download complete [2021-05-12T22:42:07.821Z] 93b9cdb0e59b: Verifying Checksum [2021-05-12T22:42:07.821Z] 93b9cdb0e59b: Download complete [2021-05-12T22:42:07.821Z] 93b61091891f: Verifying Checksum [2021-05-12T22:42:07.821Z] 93b61091891f: Download complete [2021-05-12T22:42:07.821Z] 5e14af77c1be: Download complete [2021-05-12T22:42:07.821Z] 01666e4c0597: Verifying Checksum [2021-05-12T22:42:07.821Z] 01666e4c0597: Download complete [2021-05-12T22:42:08.084Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T22:42:08.084Z] 8ad3a11d3b57: Download complete [2021-05-12T22:42:08.084Z] df20fa9351a1: Pull complete [2021-05-12T22:42:08.358Z] 36b3adc4ff6f: Pull complete [2021-05-12T22:42:09.326Z] 8ad3a11d3b57: Pull complete [2021-05-12T22:42:09.326Z] 46f8f816bc3b: Pull complete [2021-05-12T22:42:10.276Z] aa168da1d23b: Verifying Checksum [2021-05-12T22:42:10.277Z] aa168da1d23b: Download complete [2021-05-12T22:42:10.539Z] 93b61091891f: Pull complete [2021-05-12T22:42:11.144Z] 93b9cdb0e59b: Pull complete [2021-05-12T22:42:11.144Z] 5e14af77c1be: Pull complete [2021-05-12T22:42:11.414Z] 01666e4c0597: Pull complete [2021-05-12T22:42:18.044Z] aa168da1d23b: Pull complete [2021-05-12T22:42:18.044Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T22:42:18.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T22:42:18.044Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T22:42:18.206Z] prd-centos7-docker-4c-2g-4929 does not seem to be running inside a container [2021-05-12T22:42:18.268Z] $ 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/484/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/484 -v /w/workspace/edgex-go/484:/w/workspace/edgex-go/484:rw,z -v /w/workspace/edgex-go/484@tmp:/w/workspace/edgex-go/484@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-12T22:42:21.462Z] $ docker top 6ddd8011337e46e6a636c9c321af016108a77d57639e125322bcdd973f5f9167 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T22:42:21.931Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T22:42:22.232Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T22:42:22.587Z] + ls /var/log/sa-host [2021-05-12T22:42:22.587Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T22:42:22.587Z] file_magic: OK [2021-05-12T22:42:22.587Z] HZ: Using current value: 100 [2021-05-12T22:42:22.587Z] file_header: OK [2021-05-12T22:42:22.587Z] 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-12T22:42:22.587Z] Statistics: [2021-05-12T22:42:22.587Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T22:42:22.587Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T22:42:22.587Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T22:42:22.587Z] file_magic: OK [2021-05-12T22:42:22.587Z] HZ: Using current value: 100 [2021-05-12T22:42:22.587Z] file_header: OK [2021-05-12T22:42:22.587Z] 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-12T22:42:22.587Z] Statistics: [2021-05-12T22:42:22.587Z] Hnuu...uuuununununu... [2021-05-12T22:42:22.587Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T22:42:23.160Z] provisioning config files... [2021-05-12T22:42:23.185Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/484@tmp/config8727900336972305393tmp [Pipeline] { [Pipeline] echo [2021-05-12T22:42:23.232Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:23.529Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T22:42:23.540Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T22:42:23.564Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:23.860Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T22:42:23.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:24.171Z] ---> sudo-logs.sh [2021-05-12T22:42:24.171Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T22:42:24.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:24.785Z] ---> job-cost.sh [2021-05-12T22:42:24.785Z] lf-activate-venv: SKIPPING [2021-05-12T22:42:24.785Z] DEBUG: total: 0.20999999344348907 [2021-05-12T22:42:24.785Z] INFO: Retrieving Stack Cost... [2021-05-12T22:42:26.177Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T22:42:26.751Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T22:42:26.768Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T22:42:27.065Z] ---> logs-deploy.sh [2021-05-12T22:42:27.065Z] lf-activate-venv: SKIPPING [2021-05-12T22:42:27.065Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/484 [2021-05-12T22:42:27.065Z] INFO: archiving workspace using pattern(s): [2021-05-12T22:42:28.455Z] Archives upload complete. [2021-05-12T22:42:28.717Z] INFO: archiving logs to Nexus [2021-05-12T22:42:29.661Z] ---> uname -a: [2021-05-12T22:42:29.661Z] Linux prd-centos7-docker-4c-2g-4929.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] ---> lscpu: [2021-05-12T22:42:29.661Z] Architecture: x86_64 [2021-05-12T22:42:29.661Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T22:42:29.661Z] Byte Order: Little Endian [2021-05-12T22:42:29.661Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T22:42:29.661Z] CPU(s): 4 [2021-05-12T22:42:29.661Z] On-line CPU(s) list: 0-3 [2021-05-12T22:42:29.661Z] Thread(s) per core: 1 [2021-05-12T22:42:29.661Z] Core(s) per socket: 1 [2021-05-12T22:42:29.661Z] Socket(s): 4 [2021-05-12T22:42:29.661Z] NUMA node(s): 1 [2021-05-12T22:42:29.661Z] Vendor ID: GenuineIntel [2021-05-12T22:42:29.661Z] CPU family: 6 [2021-05-12T22:42:29.661Z] Model: 44 [2021-05-12T22:42:29.661Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T22:42:29.661Z] Stepping: 1 [2021-05-12T22:42:29.661Z] CPU MHz: 2933.438 [2021-05-12T22:42:29.661Z] BogoMIPS: 5866.87 [2021-05-12T22:42:29.661Z] Virtualization: VT-x [2021-05-12T22:42:29.661Z] Hypervisor vendor: KVM [2021-05-12T22:42:29.661Z] Virtualization type: full [2021-05-12T22:42:29.661Z] L1d cache: 128 KiB [2021-05-12T22:42:29.661Z] L1i cache: 128 KiB [2021-05-12T22:42:29.661Z] L2 cache: 16 MiB [2021-05-12T22:42:29.661Z] L3 cache: 64 MiB [2021-05-12T22:42:29.661Z] NUMA node0 CPU(s): 0-3 [2021-05-12T22:42:29.661Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T22:42:29.661Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T22:42:29.661Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T22:42:29.661Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T22:42:29.661Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T22:42:29.661Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T22:42:29.661Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T22:42:29.661Z] Vulnerability Srbds: Not affected [2021-05-12T22:42:29.661Z] Vulnerability Tsx async abort: Not affected [2021-05-12T22:42:29.661Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] ---> nproc: [2021-05-12T22:42:29.661Z] 4 [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] ---> df -h: [2021-05-12T22:42:29.661Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T22:42:29.661Z] overlay 50.0G 13.5G 36.5G 27% / [2021-05-12T22:42:29.661Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T22:42:29.661Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T22:42:29.661Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/484 [2021-05-12T22:42:29.661Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/484@tmp [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z] ---> free -m: [2021-05-12T22:42:29.661Z] total used free shared buff/cache available [2021-05-12T22:42:29.661Z] Mem: 1837 786 145 0 905 998 [2021-05-12T22:42:29.661Z] Swap: 1023 47 976 [2021-05-12T22:42:29.661Z] [2021-05-12T22:42:29.661Z]