Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 166d79170882b6e1653a5f9367002074af0733c4 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1605367630555986133.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5204702993455021207.key > 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 db16f8292de5a0132d944c4e76ede2ca4f84da27 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1084461337986110367.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9096750371035351611.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2411038616124920579.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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/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/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-459’ is offline Running on prd-centos7-docker-4c-2g-462 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/16@tmp/jenkins-gitclient-ssh5635232343042542718.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 166d79170882b6e1653a5f9367002074af0733c4 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 166d79170882b6e1653a5f9367002074af0733c4 # timeout=10 Commit message: "feat: Send notification after updating device entity (#3623)" > git rev-list --no-walk 4becaab24b5b515a1d6dfe340981534658a672e3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-29T10:00:50.428Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-29T10:00:50.514Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-29T10:00:50.541Z] ========================================================= [2021-07-29T10:00:50.541Z] EdgeX Global Pipelines Version Info [2021-07-29T10:00:50.541Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:00:51.811Z] ------------------- [2021-07-29T10:00:51.811Z] stable info: [2021-07-29T10:00:51.811Z] ------------------- [2021-07-29T10:00:51.811Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-29T10:00:51.811Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T10:00:51.811Z] Message: update stable to v1.0.197 [2021-07-29T10:00:52.400Z] ------------------- [2021-07-29T10:00:52.400Z] experimental info: [2021-07-29T10:00:52.400Z] ------------------- [2021-07-29T10:00:52.400Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-29T10:00:52.401Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-29T10:00:52.401Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-29T10:00:52.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-29T10:00:52.566Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-29T10:00:52.587Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-29T10:00:52.618Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-29T10:00:52.637Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-29T10:00:52.658Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-29T10:00:52.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-29T10:00:52.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-29T10:00:52.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-29T10:00:52.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-29T10:00:52.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-29T10:00:52.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-29T10:00:52.809Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-29T10:00:52.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-29T10:00:52.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-29T10:00:52.875Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-29T10:00:52.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-29T10:00:52.916Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-29T10:00:52.937Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-29T10:00:52.959Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-29T10:00:52.981Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-29T10:00:53.003Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-29T10:00:53.033Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2021-07-29T10:00:53.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2021-07-29T10:00:53.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2021-07-29T10:00:53.096Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] echo [2021-07-29T10:00:53.120Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 166d791 [Pipeline] echo [2021-07-29T10:00:53.142Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:00:53.219Z] provisioning config files... [2021-07-29T10:00:53.239Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config5447006188431082457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:00:53.569Z] ---> docker-login.sh [2021-07-29T10:00:53.569Z] nexus3.edgexfoundry.org:10001 [2021-07-29T10:00:53.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:00:53.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:00:53.841Z] Configure a credential helper to remove this warning. See [2021-07-29T10:00:53.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:00:53.841Z] [2021-07-29T10:00:53.841Z] Login Succeeded [2021-07-29T10:00:53.841Z] nexus3.edgexfoundry.org:10002 [2021-07-29T10:00:53.841Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:00:54.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:00:54.120Z] Configure a credential helper to remove this warning. See [2021-07-29T10:00:54.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:00:54.120Z] [2021-07-29T10:00:54.120Z] Login Succeeded [2021-07-29T10:00:54.120Z] nexus3.edgexfoundry.org:10003 [2021-07-29T10:00:54.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:00:54.389Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:00:54.389Z] Configure a credential helper to remove this warning. See [2021-07-29T10:00:54.389Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:00:54.389Z] [2021-07-29T10:00:54.389Z] Login Succeeded [2021-07-29T10:00:54.389Z] nexus3.edgexfoundry.org:10004 [2021-07-29T10:00:54.389Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:00:54.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:00:54.656Z] Configure a credential helper to remove this warning. See [2021-07-29T10:00:54.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:00:54.656Z] [2021-07-29T10:00:54.656Z] Login Succeeded [2021-07-29T10:00:54.656Z] docker.io [2021-07-29T10:00:54.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:00:54.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:00:54.926Z] Configure a credential helper to remove this warning. See [2021-07-29T10:00:54.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:00:54.926Z] [2021-07-29T10:00:54.926Z] Login Succeeded [2021-07-29T10:00:54.926Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T10:00:54.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T10:00:55.289Z] ++ 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-07-29T10:00:55.289Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.289Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.289Z] ++ dirname cmd/core-command/Dockerfile [2021-07-29T10:00:55.289Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-29T10:00:55.289Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.289Z] ++ dirname cmd/core-data/Dockerfile [2021-07-29T10:00:55.289Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.289Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-29T10:00:55.289Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.289Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-29T10:00:55.289Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.289Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-29T10:00:55.289Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.289Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-29T10:00:55.289Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.289Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-29T10:00:55.289Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.289Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-29T10:00:55.289Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.290Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-29T10:00:55.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.290Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-29T10:00:55.290Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.290Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-29T10:00:55.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.290Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-29T10:00:55.290Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.290Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-29T10:00:55.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.290Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-29T10:00:55.290Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.290Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-29T10:00:55.290Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-29T10:00:55.290Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-29T10:00:55.290Z] ++ cut -d/ -f2 [2021-07-29T10:00:55.290Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-29T10:00:55.343Z] 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-07-29T10:00:56.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:00:56.763Z] [2021-07-29T10:00:56.763Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:00:57.093Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:00:57.093Z] latest: Pulling from edgex-devops/git-semver [2021-07-29T10:00:57.093Z] 31603596830f: Pulling fs layer [2021-07-29T10:00:57.093Z] b6dc333f4379: Pulling fs layer [2021-07-29T10:00:57.093Z] 3d9ef1400e77: Pulling fs layer [2021-07-29T10:00:57.093Z] fd332fbdc1db: Pulling fs layer [2021-07-29T10:00:57.093Z] fd332fbdc1db: Waiting [2021-07-29T10:00:57.365Z] b6dc333f4379: Download complete [2021-07-29T10:00:57.365Z] 31603596830f: Verifying Checksum [2021-07-29T10:00:57.365Z] 31603596830f: Download complete [2021-07-29T10:00:57.634Z] 31603596830f: Pull complete [2021-07-29T10:00:57.634Z] fd332fbdc1db: Verifying Checksum [2021-07-29T10:00:57.634Z] fd332fbdc1db: Download complete [2021-07-29T10:00:57.634Z] b6dc333f4379: Pull complete [2021-07-29T10:00:57.903Z] 3d9ef1400e77: Verifying Checksum [2021-07-29T10:00:57.903Z] 3d9ef1400e77: Download complete [2021-07-29T10:00:58.496Z] 3d9ef1400e77: Pull complete [2021-07-29T10:00:58.496Z] fd332fbdc1db: Pull complete [2021-07-29T10:00:58.496Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-29T10:00:58.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:00:58.496Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-29T10:00:58.597Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:00:58.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat [2021-07-29T10:00:59.410Z] $ docker top 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T10:00:59.536Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T10:00:59.536Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T10:00:59.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T10:00:59.660Z] $ docker exec 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent [2021-07-29T10:00:59.774Z] SSH_AUTH_SOCK=/tmp/ssh-dsqJolBYzSBb/agent.13 [2021-07-29T10:00:59.774Z] SSH_AGENT_PID=19 [2021-07-29T10:00:59.785Z] Running ssh-add (command line suppressed) [2021-07-29T10:00:59.896Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_3553001335718836812.key (/w/workspace/edgex-go/16@tmp/private_key_3553001335718836812.key) [2021-07-29T10:00:59.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T10:01:00.230Z] + git tag --points-at HEAD [Pipeline] } [2021-07-29T10:01:00.251Z] $ docker exec --env ******** --env ******** 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent -k [2021-07-29T10:01:00.346Z] unset SSH_AUTH_SOCK; [2021-07-29T10:01:00.347Z] unset SSH_AGENT_PID; [2021-07-29T10:01:00.347Z] echo Agent pid 19 killed; [2021-07-29T10:01:00.365Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-29T10:01:00.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T10:01:00.411Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T10:01:00.551Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T10:01:00.550Z] $ docker exec 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent [2021-07-29T10:01:00.668Z] SSH_AUTH_SOCK=/tmp/ssh-bJnYA688ZXST/agent.54 [2021-07-29T10:01:00.668Z] SSH_AGENT_PID=61 [2021-07-29T10:01:00.676Z] Running ssh-add (command line suppressed) [2021-07-29T10:01:00.770Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_2001891770320356857.key (/w/workspace/edgex-go/16@tmp/private_key_2001891770320356857.key) [2021-07-29T10:01:00.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T10:01:01.118Z] + git semver init [2021-07-29T10:01:01.118Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T10:01:01.118Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-07-29T10:01:01.118Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-07-29T10:01:01.118Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T10:01:01.118Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T10:01:01.118Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T10:01:01.118Z] # $SEMVER_BRANCH = main [2021-07-29T10:01:01.118Z] # $SEMVER_TEMP = /tmp/semver-442802252 [2021-07-29T10:01:01.118Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-29T10:01:16.174Z] # '/tmp/semver-442802252' -> '/w/workspace/edgex-go/16/.semver' [2021-07-29T10:01:16.174Z] # -> Force: false [2021-07-29T10:01:16.174Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-07-29T10:01:16.187Z] $ docker exec --env ******** --env ******** 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 ssh-agent -k [2021-07-29T10:01:16.285Z] unset SSH_AUTH_SOCK; [2021-07-29T10:01:16.285Z] unset SSH_AGENT_PID; [2021-07-29T10:01:16.285Z] echo Agent pid 61 killed; [2021-07-29T10:01:16.302Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T10:01:16.652Z] + git semver [Pipeline] } [2021-07-29T10:01:16.675Z] $ docker stop --time=1 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 [2021-07-29T10:01:18.695Z] $ docker rm -f 7ae9431737e6e44cdade18aed2e9ab0119065ec17b2a5864f63b01d69baf5fc3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T10:01:19.100Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-29T10:01:19.457Z] Stashed 1 file(s) [Pipeline] echo [2021-07-29T10:01:19.461Z] [edgeXSemver]: initialized semver on version 2.0.1-dev.16 [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] echo [2021-07-29T10:01:19.774Z] ========================================================= [2021-07-29T10:01:19.774Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-29T10:01:19.774Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:01:20.098Z] + 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-07-29T10:01:21.531Z] Sending build context to Docker daemon 328.5MB [2021-07-29T10:01:21.531Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T10:01:21.531Z] Step 2/6 : FROM ${BASE} [2021-07-29T10:01:21.531Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-29T10:01:21.531Z] 540db60ca938: Pulling fs layer [2021-07-29T10:01:21.531Z] adcc1eea9eea: Pulling fs layer [2021-07-29T10:01:21.531Z] 4c4ab2625f07: Pulling fs layer [2021-07-29T10:01:21.531Z] 0773c198feca: Pulling fs layer [2021-07-29T10:01:21.531Z] 345f892a5656: Pulling fs layer [2021-07-29T10:01:21.531Z] 4796506630df: Pulling fs layer [2021-07-29T10:01:21.531Z] cc55df3e53f1: Pulling fs layer [2021-07-29T10:01:21.531Z] 4d027b6c602c: Pulling fs layer [2021-07-29T10:01:21.531Z] 449e75d2c14e: Pulling fs layer [2021-07-29T10:01:21.531Z] 4796506630df: Waiting [2021-07-29T10:01:21.531Z] cc55df3e53f1: Waiting [2021-07-29T10:01:21.531Z] 4d027b6c602c: Waiting [2021-07-29T10:01:21.531Z] 449e75d2c14e: Waiting [2021-07-29T10:01:21.531Z] 0773c198feca: Waiting [2021-07-29T10:01:21.531Z] 345f892a5656: Waiting [2021-07-29T10:01:21.531Z] 4c4ab2625f07: Verifying Checksum [2021-07-29T10:01:21.531Z] 4c4ab2625f07: Download complete [2021-07-29T10:01:21.531Z] adcc1eea9eea: Verifying Checksum [2021-07-29T10:01:21.531Z] adcc1eea9eea: Download complete [2021-07-29T10:01:21.531Z] 345f892a5656: Verifying Checksum [2021-07-29T10:01:21.531Z] 345f892a5656: Download complete [2021-07-29T10:01:21.531Z] 540db60ca938: Verifying Checksum [2021-07-29T10:01:21.531Z] 540db60ca938: Download complete [2021-07-29T10:01:21.531Z] 4796506630df: Verifying Checksum [2021-07-29T10:01:21.531Z] 4796506630df: Download complete [2021-07-29T10:01:21.799Z] cc55df3e53f1: Verifying Checksum [2021-07-29T10:01:21.799Z] cc55df3e53f1: Download complete [2021-07-29T10:01:21.799Z] 540db60ca938: Pull complete [2021-07-29T10:01:21.799Z] adcc1eea9eea: Pull complete [2021-07-29T10:01:22.071Z] 4c4ab2625f07: Pull complete [2021-07-29T10:01:22.072Z] 4d027b6c602c: Verifying Checksum [2021-07-29T10:01:22.072Z] 4d027b6c602c: Download complete [2021-07-29T10:01:25.419Z] 449e75d2c14e: Verifying Checksum [2021-07-29T10:01:25.419Z] 449e75d2c14e: Download complete [2021-07-29T10:01:26.003Z] 0773c198feca: Verifying Checksum [2021-07-29T10:01:26.003Z] 0773c198feca: Download complete [2021-07-29T10:01:29.384Z] 0773c198feca: Pull complete [2021-07-29T10:01:29.384Z] 345f892a5656: Pull complete [2021-07-29T10:01:29.384Z] 4796506630df: Pull complete [2021-07-29T10:01:29.384Z] cc55df3e53f1: Pull complete [2021-07-29T10:01:29.384Z] 4d027b6c602c: Pull complete [2021-07-29T10:01:31.358Z] 449e75d2c14e: Pull complete [2021-07-29T10:01:31.358Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-29T10:01:31.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-29T10:01:31.358Z] ---> 0d28375d9b5b [2021-07-29T10:01:31.358Z] 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-07-29T10:01:33.955Z] ---> Running in 23106c48f648 [2021-07-29T10:01:33.955Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:01:34.672Z] Still waiting to schedule task [2021-07-29T10:01:34.673Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-460’ is offline [2021-07-29T10:01:34.916Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:01:35.188Z] (1/12) Installing libmagic (5.39-r0) [2021-07-29T10:01:35.773Z] (2/12) Installing file (5.39-r0) [2021-07-29T10:01:36.041Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-29T10:01:36.041Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-29T10:01:41.406Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-29T10:01:41.406Z] (6/12) Installing patch (2.7.6-r7) [2021-07-29T10:01:41.406Z] (7/12) Installing build-base (0.5-r2) [2021-07-29T10:01:41.406Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-29T10:01:41.406Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-29T10:01:41.406Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-29T10:01:41.675Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-29T10:01:41.675Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-29T10:01:41.675Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T10:01:41.675Z] OK: 219 MiB in 52 packages [2021-07-29T10:01:43.082Z] Removing intermediate container 23106c48f648 [2021-07-29T10:01:43.082Z] ---> ae038c3ee3ae [2021-07-29T10:01:43.082Z] Step 4/6 : WORKDIR /edgex-go [2021-07-29T10:01:43.082Z] ---> Running in 457cc961af2c [2021-07-29T10:01:43.082Z] Removing intermediate container 457cc961af2c [2021-07-29T10:01:43.082Z] ---> d1404a03170d [2021-07-29T10:01:43.082Z] Step 5/6 : COPY go.mod . [2021-07-29T10:01:43.347Z] ---> 13e9b9c56a24 [2021-07-29T10:01:43.347Z] Step 6/6 : RUN go mod download [2021-07-29T10:01:43.347Z] ---> Running in 3296ba7a1192 [2021-07-29T10:02:15.597Z] Removing intermediate container 3296ba7a1192 [2021-07-29T10:02:15.597Z] ---> 1dac4c3a23a3 [2021-07-29T10:02:15.597Z] Successfully built 1dac4c3a23a3 [2021-07-29T10:02:15.597Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:02:15.925Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T10:02:15.925Z] . [Pipeline] withDockerContainer [2021-07-29T10:02:16.015Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:02:16.069Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-29T10:02:16.477Z] $ docker top 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T10:02:16.877Z] + go version [2021-07-29T10:02:16.877Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-29T10:02:16.893Z] $ docker stop --time=1 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 [2021-07-29T10:02:18.080Z] $ docker rm -f 7573bcd301cddc18d0cf2185c03920aeb7af43573b63b1594b50483db3208c95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:02:18.689Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-29T10:02:18.689Z] . [Pipeline] withDockerContainer [2021-07-29T10:02:18.778Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:02:18.833Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-07-29T10:02:19.174Z] $ docker top 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-29T10:02:19.282Z] ========================================================= [2021-07-29T10:02:19.282Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-29T10:02:19.282Z] ========================================================= [Pipeline] sh [2021-07-29T10:02:19.593Z] + go mod tidy [Pipeline] sh [2021-07-29T10:02:20.183Z] + make test [2021-07-29T10:02:20.183Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-07-29T10:02:20.450Z] go mod tidy [2021-07-29T10:02:20.450Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-29T10:02:25.837Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-29T10:02:44.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-29T10:02:48.512Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-29T10:02:49.487Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-29T10:02:49.487Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-29T10:02:52.096Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-29T10:02:52.695Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-29T10:02:52.695Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-29T10:02:52.695Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-29T10:02:53.284Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-29T10:02:53.553Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-29T10:02:53.828Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-29T10:02:53.828Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-29T10:02:53.828Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-29T10:02:53.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-29T10:02:57.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.044s coverage: 28.7% of statements [2021-07-29T10:02:57.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-29T10:02:57.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-29T10:02:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 100.0% of statements [2021-07-29T10:02:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-29T10:02:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.081s coverage: 46.3% of statements [2021-07-29T10:02:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-29T10:02:58.233Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-29T10:02:59.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.127s coverage: 89.9% of statements [2021-07-29T10:02:59.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-29T10:02:59.653Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-29T10:02:59.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.072s coverage: 78.9% of statements [2021-07-29T10:03:01.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.063s coverage: 81.2% of statements [2021-07-29T10:03:01.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-29T10:03:01.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-29T10:03:01.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-29T10:03:01.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-29T10:03:01.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-29T10:03:01.879Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.267s coverage: 95.1% of statements [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-29T10:03:01.879Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-29T10:03:01.879Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-29T10:03:03.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.060s coverage: 0.8% of statements [2021-07-29T10:03:03.302Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-29T10:03:03.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-07-29T10:03:03.302Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.070s coverage: 22.0% of statements [2021-07-29T10:03:03.302Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-29T10:03:03.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-07-29T10:03:03.569Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements [2021-07-29T10:03:03.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2021-07-29T10:03:04.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-07-29T10:03:04.157Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-07-29T10:03:16.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-07-29T10:03:16.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-07-29T10:03:23.115Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 17.167s coverage: 81.8% of statements [2021-07-29T10:03:23.115Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-29T10:03:26.800Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-463 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2021-07-29T10:03:26.818Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-07-29T10:03:27.024Z] The recommended git tool is: git [2021-07-29T10:03:32.191Z] using credential edgex-jenkins-ssh [2021-07-29T10:03:32.211Z] Cloning the remote Git repository [2021-07-29T10:03:32.300Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-29T10:03:32.505Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-07-29T10:03:32.600Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-29T10:03:32.600Z] > git --version # timeout=10 [2021-07-29T10:03:32.617Z] > git --version # 'git version 2.17.1' [2021-07-29T10:03:32.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-29T10:03:32.714Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 58.8% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.0% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.060s coverage: 87.2% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.2% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 64.4% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-07-29T10:03:41.329Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.204s coverage: 66.9% of statements [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-29T10:03:41.329Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-29T10:03:41.596Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 43.6% of statements [2021-07-29T10:03:41.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-29T10:03:41.596Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-29T10:03:41.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-07-29T10:03:41.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-29T10:03:42.453Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2021-07-29T10:03:42.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 19.3% of statements [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 91.9% of statements [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 62.7% of statements [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.6% of statements [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-29T10:03:49.109Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-07-29T10:03:49.109Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements [2021-07-29T10:03:49.109Z] GO111MODULE=on go vet ./... [2021-07-29T10:03:49.717Z] Avoid second fetch [2021-07-29T10:03:49.717Z] Checking out Revision 166d79170882b6e1653a5f9367002074af0733c4 (main) [2021-07-29T10:03:49.674Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-29T10:03:49.690Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-29T10:03:49.734Z] > git config core.sparsecheckout # timeout=10 [2021-07-29T10:03:49.754Z] > git checkout -f 166d79170882b6e1653a5f9367002074af0733c4 # timeout=10 [2021-07-29T10:03:54.284Z] Commit message: "feat: Send notification after updating device entity (#3623)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:03:54.788Z] provisioning config files... [2021-07-29T10:03:54.819Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config1210512619485566794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:03:55.412Z] ---> docker-login.sh [2021-07-29T10:03:55.413Z] nexus3.edgexfoundry.org:10001 [2021-07-29T10:03:56.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:03:56.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:03:56.622Z] Configure a credential helper to remove this warning. See [2021-07-29T10:03:56.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:03:56.622Z] [2021-07-29T10:03:56.622Z] Login Succeeded [2021-07-29T10:03:56.622Z] nexus3.edgexfoundry.org:10002 [2021-07-29T10:03:56.902Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:03:57.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:03:57.178Z] Configure a credential helper to remove this warning. See [2021-07-29T10:03:57.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:03:57.178Z] [2021-07-29T10:03:57.178Z] Login Succeeded [2021-07-29T10:03:57.178Z] nexus3.edgexfoundry.org:10003 [2021-07-29T10:03:57.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:03:58.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:03:58.061Z] Configure a credential helper to remove this warning. See [2021-07-29T10:03:58.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:03:58.061Z] [2021-07-29T10:03:58.061Z] Login Succeeded [2021-07-29T10:03:58.061Z] nexus3.edgexfoundry.org:10004 [2021-07-29T10:03:58.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:03:58.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:03:58.619Z] Configure a credential helper to remove this warning. See [2021-07-29T10:03:58.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:03:58.619Z] [2021-07-29T10:03:58.619Z] Login Succeeded [2021-07-29T10:03:58.619Z] docker.io [2021-07-29T10:03:58.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:03:59.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:03:59.494Z] Configure a credential helper to remove this warning. See [2021-07-29T10:03:59.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:03:59.494Z] [2021-07-29T10:03:59.494Z] Login Succeeded [2021-07-29T10:03:59.494Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T10:03:59.574Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-29T10:04:00.019Z] ========================================================= [2021-07-29T10:04:00.019Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-29T10:04:00.019Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:04:00.369Z] + 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-07-29T10:04:02.356Z] Sending build context to Docker daemon 165.8MB [2021-07-29T10:04:02.356Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-29T10:04:02.356Z] Step 2/6 : FROM ${BASE} [2021-07-29T10:04:02.958Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-29T10:04:02.958Z] 595b0fe564bb: Pulling fs layer [2021-07-29T10:04:02.958Z] 24495759ef45: Pulling fs layer [2021-07-29T10:04:02.958Z] d148012ef14d: Pulling fs layer [2021-07-29T10:04:02.958Z] cb65c68fc2e2: Pulling fs layer [2021-07-29T10:04:02.958Z] 093eec477d81: Pulling fs layer [2021-07-29T10:04:02.958Z] a6d5b2bbb924: Pulling fs layer [2021-07-29T10:04:02.958Z] 2446dc1eb7d3: Pulling fs layer [2021-07-29T10:04:02.958Z] 596795e73e0f: Pulling fs layer [2021-07-29T10:04:02.958Z] 2446dc1eb7d3: Waiting [2021-07-29T10:04:02.958Z] 596795e73e0f: Waiting [2021-07-29T10:04:02.958Z] cb65c68fc2e2: Waiting [2021-07-29T10:04:02.958Z] a6d5b2bbb924: Waiting [2021-07-29T10:04:02.958Z] 093eec477d81: Waiting [2021-07-29T10:04:02.958Z] d148012ef14d: Download complete [2021-07-29T10:04:02.958Z] 24495759ef45: Verifying Checksum [2021-07-29T10:04:02.958Z] 24495759ef45: Download complete [2021-07-29T10:04:02.958Z] 093eec477d81: Verifying Checksum [2021-07-29T10:04:02.958Z] 093eec477d81: Download complete [2021-07-29T10:04:02.958Z] a6d5b2bbb924: Verifying Checksum [2021-07-29T10:04:02.958Z] a6d5b2bbb924: Download complete [2021-07-29T10:04:02.958Z] 595b0fe564bb: Verifying Checksum [2021-07-29T10:04:03.235Z] 2446dc1eb7d3: Verifying Checksum [2021-07-29T10:04:03.235Z] 2446dc1eb7d3: Download complete [2021-07-29T10:04:03.849Z] 595b0fe564bb: Pull complete [2021-07-29T10:04:04.452Z] 24495759ef45: Pull complete [2021-07-29T10:04:05.050Z] d148012ef14d: Pull complete [2021-07-29T10:04:06.491Z] 596795e73e0f: Verifying Checksum [2021-07-29T10:04:06.491Z] 596795e73e0f: Download complete [2021-07-29T10:04:07.474Z] cb65c68fc2e2: Verifying Checksum [2021-07-29T10:04:07.474Z] cb65c68fc2e2: Download complete [2021-07-29T10:04:15.882Z] gofmt -l . [2021-07-29T10:04:15.882Z] [ "`gofmt -l .`" = "" ] [2021-07-29T10:04:15.882Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-29T10:04:16.197Z] + ls -al . [2021-07-29T10:04:16.197Z] total 596 [2021-07-29T10:04:16.197Z] drwxrwxr-x 10 1001 1001 4096 Jul 29 10:04 . [2021-07-29T10:04:16.197Z] drwxr-xr-x 4 root root 30 Jul 29 10:02 .. [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 11 Jul 29 10:00 .dockerignore [2021-07-29T10:04:16.197Z] drwxrwxr-x 8 1001 1001 162 Jul 29 10:00 .git [2021-07-29T10:04:16.197Z] drwxrwxr-x 3 1001 1001 125 Jul 29 10:00 .github [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 818 Jul 29 10:00 .gitignore [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 76 Jul 29 10:00 .hadolint.yml [2021-07-29T10:04:16.197Z] drwx------ 3 1001 1001 43 Jul 29 10:01 .semver [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 166 Jul 29 10:00 .sonarcloud.properties [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 8609 Jul 29 10:00 Attribution.txt [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 43881 Jul 29 10:00 CHANGELOG.md [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 3804 Jul 29 10:00 CONTRIBUTING.md [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 931 Jul 29 10:00 Dockerfile.build [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 849 Jul 29 10:00 Jenkinsfile [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 10775 Jul 29 10:00 LICENSE [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 5915 Jul 29 10:00 Makefile [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 8649 Jul 29 10:00 README.md [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 6912 Jul 29 10:00 SECURITY.md [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 12 Jul 29 10:01 VERSION [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 4131 Jul 29 10:00 ZMQWindows.md [2021-07-29T10:04:16.197Z] drwxrwxr-x 2 1001 1001 37 Jul 29 10:00 bin [2021-07-29T10:04:16.197Z] drwxrwxr-x 14 1001 1001 4096 Jul 29 10:00 cmd [2021-07-29T10:04:16.197Z] -rw-r--r-- 1 root root 402846 Jul 29 10:03 coverage.out [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 813 Jul 29 10:00 go.mod [2021-07-29T10:04:16.197Z] -rw-r--r-- 1 root root 48847 Jul 29 10:02 go.sum [2021-07-29T10:04:16.197Z] drwxrwxr-x 7 1001 1001 114 Jul 29 10:00 internal [2021-07-29T10:04:16.197Z] drwxrwxr-x 3 1001 1001 16 Jul 29 10:00 openapi [2021-07-29T10:04:16.197Z] drwxrwxr-x 4 1001 1001 71 Jul 29 10:00 snap [2021-07-29T10:04:16.197Z] -rw-rw-r-- 1 1001 1001 204 Jul 29 10:00 version.go [Pipeline] sh [2021-07-29T10:04:16.514Z] + '[' -e coverage.out ] [2021-07-29T10:04:16.514Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-29T10:04:16.615Z] Stashed 1 file(s) [Pipeline] sh [2021-07-29T10:04:16.932Z] + make build [2021-07-29T10:04:16.932Z] go mod tidy [2021-07-29T10:04:16.932Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2021-07-29T10:04:18.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-29T10:04:19.924Z] cb65c68fc2e2: Pull complete [2021-07-29T10:04:19.924Z] 093eec477d81: Pull complete [2021-07-29T10:04:19.924Z] a6d5b2bbb924: Pull complete [2021-07-29T10:04:19.924Z] 2446dc1eb7d3: Pull complete [2021-07-29T10:04:23.332Z] 596795e73e0f: Pull complete [2021-07-29T10:04:23.332Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-29T10:04:23.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-29T10:04:23.332Z] ---> d9e956139c92 [2021-07-29T10:04:23.332Z] 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-07-29T10:04:25.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2021-07-29T10:04:26.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-29T10:04:26.739Z] ---> Running in 36cd88d958a4 [2021-07-29T10:04:27.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-29T10:04:27.315Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-29T10:04:27.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-29T10:04:28.188Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:04:28.789Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:04:28.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-29T10:04:29.772Z] (1/12) Installing libmagic (5.39-r0) [2021-07-29T10:04:29.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-29T10:04:30.045Z] (2/12) Installing file (5.39-r0) [2021-07-29T10:04:30.046Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-29T10:04:30.046Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-29T10:04:30.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-29T10:04:31.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-29T10:04:32.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-07-29T10:04:34.497Z] $ docker stop --time=1 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 [2021-07-29T10:04:36.420Z] $ docker rm -f 63ab9151b5dddf1c5fb165c4bd5ba14809eb98c6042b350f43ce579ad4c461e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-07-29T10:04:36.958Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-29T10:04:36.959Z] (6/12) Installing patch (2.7.6-r7) [2021-07-29T10:04:36.959Z] (7/12) Installing build-base (0.5-r2) [2021-07-29T10:04:36.959Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-29T10:04:36.959Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-29T10:04:36.959Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-29T10:04:36.959Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-29T10:04:36.959Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-29T10:04:36.959Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T10:04:36.959Z] OK: 218 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:04:39.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-29T10:04:39.759Z] [2021-07-29T10:04:39.759Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:04:40.096Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-29T10:04:41.276Z] Removing intermediate container 36cd88d958a4 [2021-07-29T10:04:41.276Z] ---> 0ab4f74ba84d [2021-07-29T10:04:41.276Z] Step 4/6 : WORKDIR /edgex-go [2021-07-29T10:04:41.276Z] ---> Running in f7351d59f2c5 [2021-07-29T10:04:41.276Z] Removing intermediate container f7351d59f2c5 [2021-07-29T10:04:41.276Z] ---> 06c43002de02 [2021-07-29T10:04:41.276Z] Step 5/6 : COPY go.mod . [2021-07-29T10:04:41.880Z] ---> 24ecc557a56e [2021-07-29T10:04:41.880Z] Step 6/6 : RUN go mod download [2021-07-29T10:04:42.155Z] ---> Running in 42afe8ede7c3 [2021-07-29T10:04:45.443Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-29T10:04:45.443Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-29T10:04:45.443Z] ca9280d653b3: Pulling fs layer [2021-07-29T10:04:45.443Z] 7e9c9ca2126c: Pulling fs layer [2021-07-29T10:04:45.443Z] cbdbe7a5bc2a: Verifying Checksum [2021-07-29T10:04:45.443Z] cbdbe7a5bc2a: Download complete [2021-07-29T10:04:45.712Z] cbdbe7a5bc2a: Pull complete [2021-07-29T10:04:46.298Z] ca9280d653b3: Verifying Checksum [2021-07-29T10:04:46.298Z] ca9280d653b3: Download complete [2021-07-29T10:04:47.262Z] ca9280d653b3: Pull complete [2021-07-29T10:04:48.678Z] 7e9c9ca2126c: Verifying Checksum [2021-07-29T10:04:48.678Z] 7e9c9ca2126c: Download complete [2021-07-29T10:04:52.034Z] 7e9c9ca2126c: Pull complete [2021-07-29T10:04:52.034Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-29T10:04:52.034Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-29T10:04:52.034Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-29T10:04:52.129Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:04:52.197Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-29T10:04:54.920Z] $ docker top 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T10:04:55.336Z] + docker-compose build --help [2021-07-29T10:04:55.337Z] + grep parallel [2021-07-29T10:04:55.921Z] --parallel Build images in parallel. [Pipeline] } [2021-07-29T10:04:56.204Z] $ docker stop --time=1 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 [2021-07-29T10:04:57.394Z] $ docker rm -f 7793313ef34fac0151bcd3376e48e31e4495c35c0669dac519d02dea48416011 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:04:57.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-29T10:04:57.838Z] . [Pipeline] withDockerContainer [2021-07-29T10:04:57.925Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:04:57.980Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-07-29T10:04:58.362Z] $ docker top 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T10:04:58.749Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-29T10:04:59.703Z] Building core-command ... [2021-07-29T10:04:59.703Z] Building core-data ... [2021-07-29T10:04:59.703Z] Building core-metadata ... [2021-07-29T10:04:59.703Z] Building security-bootstrapper ... [2021-07-29T10:04:59.703Z] Building security-proxy-setup ... [2021-07-29T10:04:59.703Z] Building security-secretstore-setup ... [2021-07-29T10:04:59.703Z] Building support-notifications ... [2021-07-29T10:04:59.703Z] Building support-scheduler ... [2021-07-29T10:04:59.703Z] Building sys-mgmt-agent ... [2021-07-29T10:04:59.703Z] Building core-metadata [2021-07-29T10:04:59.703Z] Building security-bootstrapper [2021-07-29T10:04:59.703Z] Building core-command [2021-07-29T10:04:59.703Z] Building support-notifications [2021-07-29T10:04:59.703Z] Building support-scheduler [2021-07-29T10:05:09.985Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:05:09.985Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:05:09.985Z] ---> 1dac4c3a23a3 [2021-07-29T10:05:09.985Z] Step 3/32 : WORKDIR /edgex-go [2021-07-29T10:05:09.985Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:05:09.985Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:05:09.985Z] ---> 1dac4c3a23a3 [2021-07-29T10:05:09.985Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:05:09.985Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:05:09.985Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:05:09.985Z] ---> 1dac4c3a23a3 [2021-07-29T10:05:09.985Z] Step 3/23 : WORKDIR /edgex-go [2021-07-29T10:05:13.324Z] ---> Running in e3a2be6e2d28 [2021-07-29T10:05:13.324Z] ---> Running in 950de8eac28b [2021-07-29T10:05:13.324Z] ---> Running in abe5b7ffa766 [2021-07-29T10:05:18.669Z] Removing intermediate container 950de8eac28b [2021-07-29T10:05:18.669Z] ---> b9469e6221ef [2021-07-29T10:05:18.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:05:18.669Z] Removing intermediate container e3a2be6e2d28 [2021-07-29T10:05:18.669Z] ---> 6b1f71363980 [2021-07-29T10:05:18.669Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:05:18.669Z] Removing intermediate container abe5b7ffa766 [2021-07-29T10:05:18.669Z] ---> e4af7f55acbb [2021-07-29T10:05:18.669Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:05:18.936Z] ---> Running in 7dc852de28c0 [2021-07-29T10:05:19.203Z] ---> Running in a994d88c2cdc [2021-07-29T10:05:19.203Z] ---> Running in e26ea439dfa5 [2021-07-29T10:05:25.848Z] Removing intermediate container a994d88c2cdc [2021-07-29T10:05:25.848Z] ---> 50043fc8e974 [2021-07-29T10:05:25.848Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-29T10:05:25.848Z] Removing intermediate container e26ea439dfa5 [2021-07-29T10:05:25.848Z] ---> 3d4329bb758d [2021-07-29T10:05:25.848Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-29T10:05:25.848Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:05:25.848Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:05:25.848Z] ---> 1dac4c3a23a3 [2021-07-29T10:05:25.848Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:05:25.848Z] ---> Using cache [2021-07-29T10:05:25.848Z] ---> e4af7f55acbb [2021-07-29T10:05:25.848Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:05:25.848Z] ---> Using cache [2021-07-29T10:05:25.848Z] ---> 3d4329bb758d [2021-07-29T10:05:25.848Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-29T10:05:26.115Z] ---> Running in 62435cd1c536 [2021-07-29T10:05:26.115Z] Removing intermediate container 7dc852de28c0 [2021-07-29T10:05:26.115Z] ---> 4be92d0cf581 [2021-07-29T10:05:26.115Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-29T10:05:26.115Z] ---> Running in 3dd150b9de13 [2021-07-29T10:05:26.395Z] ---> Running in 15d8826665c3 [2021-07-29T10:05:26.395Z] ---> Running in c2b826d85b15 [2021-07-29T10:05:26.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:26.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:26.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:26.987Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:27.583Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:05:27.583Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:05:27.583Z] ---> 1dac4c3a23a3 [2021-07-29T10:05:27.583Z] Step 3/23 : WORKDIR /edgex-go [2021-07-29T10:05:27.583Z] ---> Using cache [2021-07-29T10:05:27.583Z] ---> e4af7f55acbb [2021-07-29T10:05:27.583Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:05:27.583Z] ---> Using cache [2021-07-29T10:05:27.583Z] ---> 3d4329bb758d [2021-07-29T10:05:27.583Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-29T10:05:27.583Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:27.583Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:27.858Z] ---> Running in ba18f3d5ff0b [2021-07-29T10:05:27.858Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:27.858Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:28.128Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:28.128Z] OK: 219 MiB in 52 packages [2021-07-29T10:05:28.128Z] OK: 219 MiB in 52 packages [2021-07-29T10:05:28.397Z] OK: 219 MiB in 52 packages [2021-07-29T10:05:28.397Z] OK: 219 MiB in 52 packages [2021-07-29T10:05:28.397Z] Removing intermediate container 3dd150b9de13 [2021-07-29T10:05:28.397Z] ---> b4b44098ee8f [2021-07-29T10:05:28.397Z] Step 6/32 : COPY go.mod . [2021-07-29T10:05:28.666Z] Removing intermediate container 62435cd1c536 [2021-07-29T10:05:28.666Z] ---> 562768376f58 [2021-07-29T10:05:28.666Z] Step 6/24 : COPY go.mod . [2021-07-29T10:05:28.666Z] ---> 0d45c2a2bb91 [2021-07-29T10:05:28.666Z] Step 7/32 : RUN go mod download [2021-07-29T10:05:28.666Z] ---> Running in 1c0186a065bc [2021-07-29T10:05:28.666Z] Removing intermediate container 15d8826665c3 [2021-07-29T10:05:28.666Z] ---> ed0be3ce9a40 [2021-07-29T10:05:28.666Z] Step 6/24 : COPY go.mod . [2021-07-29T10:05:28.935Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:05:28.935Z] ---> ac4eca78ad9e [2021-07-29T10:05:28.935Z] Step 7/24 : RUN go mod download [2021-07-29T10:05:28.935Z] ---> Running in 398bf712a70d [2021-07-29T10:05:28.935Z] Removing intermediate container c2b826d85b15 [2021-07-29T10:05:28.935Z] ---> 0e8e95e1c9ff [2021-07-29T10:05:28.935Z] Step 6/23 : COPY go.mod . [2021-07-29T10:05:28.935Z] ---> e174bcdb9964 [2021-07-29T10:05:28.935Z] Step 7/24 : RUN go mod download [2021-07-29T10:05:29.204Z] ---> Running in 051a13e31b27 [2021-07-29T10:05:29.204Z] ---> 424a194bd22f [2021-07-29T10:05:29.204Z] Step 7/23 : RUN go mod download [2021-07-29T10:05:29.472Z] ---> Running in ab28ff74a314 [2021-07-29T10:05:29.472Z] OK: 219 MiB in 52 packages [2021-07-29T10:05:30.063Z] Removing intermediate container ba18f3d5ff0b [2021-07-29T10:05:30.063Z] ---> 26d58e33ebd7 [2021-07-29T10:05:30.063Z] Step 6/23 : COPY go.mod . [2021-07-29T10:05:30.330Z] Removing intermediate container 1c0186a065bc [2021-07-29T10:05:30.330Z] ---> a23bff00d463 [2021-07-29T10:05:30.330Z] Step 8/32 : COPY . . [2021-07-29T10:05:30.603Z] ---> 54629d53370d [2021-07-29T10:05:30.603Z] Step 7/23 : RUN go mod download [2021-07-29T10:05:30.603Z] ---> Running in 5a32da1b96f9 [2021-07-29T10:05:30.603Z] Removing intermediate container 398bf712a70d [2021-07-29T10:05:30.603Z] ---> 4cca3bd6a4c1 [2021-07-29T10:05:30.603Z] Step 8/24 : COPY . . [2021-07-29T10:05:30.870Z] Removing intermediate container 051a13e31b27 [2021-07-29T10:05:30.870Z] ---> 435593608b9d [2021-07-29T10:05:30.870Z] Step 8/24 : COPY . . [2021-07-29T10:05:33.507Z] Removing intermediate container ab28ff74a314 [2021-07-29T10:05:33.507Z] ---> d6a057fcf1ce [2021-07-29T10:05:33.507Z] Step 8/23 : COPY . . [2021-07-29T10:05:40.406Z] ---> ac369d19e4d8 [2021-07-29T10:05:40.406Z] Step 9/32 : RUN go mod tidy [2021-07-29T10:05:40.406Z] Removing intermediate container 5a32da1b96f9 [2021-07-29T10:05:40.406Z] ---> d40fb640305e [2021-07-29T10:05:40.406Z] Step 8/23 : COPY . . [2021-07-29T10:05:40.406Z] ---> 9bd47e131f26 [2021-07-29T10:05:40.406Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:05:40.406Z] ---> Running in 3735afc71f92 [2021-07-29T10:05:40.406Z] ---> fa337838820f [2021-07-29T10:05:40.406Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:05:40.406Z] ---> Running in 9735744b7bd3 [2021-07-29T10:05:40.406Z] ---> Running in 0a07cf5443b3 [2021-07-29T10:05:43.749Z] Removing intermediate container 3735afc71f92 [2021-07-29T10:05:43.749Z] ---> a261c5e1f6ee [2021-07-29T10:05:43.749Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-29T10:05:44.015Z] ---> Running in 238001f4cc2b [2021-07-29T10:05:44.596Z] Removing intermediate container 0a07cf5443b3 [2021-07-29T10:05:44.596Z] ---> dd3949cdb872 [2021-07-29T10:05:44.596Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-29T10:05:44.596Z] Removing intermediate container 9735744b7bd3 [2021-07-29T10:05:44.596Z] ---> aa63d5d8e41c [2021-07-29T10:05:44.596Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-29T10:05:44.862Z] ---> Running in 7008acef7fdc [2021-07-29T10:05:44.862Z] ---> Running in 3fa5e704131a [2021-07-29T10:05:45.448Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-29T10:05:46.871Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2021-07-29T10:05:47.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-29T10:05:59.480Z] ---> 8c70e0cac816 [2021-07-29T10:05:59.480Z] Step 9/23 : RUN go mod tidy [2021-07-29T10:05:59.480Z] ---> Running in 0802e5e3fc83 [2021-07-29T10:05:59.480Z] ---> 58c4afefed19 [2021-07-29T10:05:59.480Z] Step 9/23 : RUN go mod tidy [2021-07-29T10:05:59.480Z] ---> Running in d49e73c5b013 [2021-07-29T10:06:02.078Z] Removing intermediate container d49e73c5b013 [2021-07-29T10:06:02.079Z] ---> 76b435efc236 [2021-07-29T10:06:02.079Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-29T10:06:02.079Z] ---> Running in 7c55163465ca [2021-07-29T10:06:02.079Z] Removing intermediate container 0802e5e3fc83 [2021-07-29T10:06:02.079Z] ---> e3a4cf87cc02 [2021-07-29T10:06:02.079Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-29T10:06:02.079Z] ---> Running in df4c2f59de45 [2021-07-29T10:06:03.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-29T10:06:03.056Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-29T10:06:03.967Z] Removing intermediate container 42afe8ede7c3 [2021-07-29T10:06:03.967Z] ---> 942659c657c1 [2021-07-29T10:06:03.967Z] Successfully built 942659c657c1 [2021-07-29T10:06:03.967Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:06:04.322Z] + docker inspect -f . ci-base-image-arm64 [2021-07-29T10:06:04.323Z] . [Pipeline] withDockerContainer [2021-07-29T10:06:04.563Z] prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container [2021-07-29T10:06:04.646Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-07-29T10:06:06.338Z] $ docker top dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T10:06:07.274Z] + go version [2021-07-29T10:06:07.274Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-29T10:06:07.296Z] $ docker stop --time=1 dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 [2021-07-29T10:06:09.129Z] $ docker rm -f dabfb779eb901f81467a2bb71723694a682e1b536238546afab4bfaf5dd8dee5 [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-07-29T10:06:10.054Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-29T10:06:10.331Z] [2021-07-29T10:06:10.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:06:10.687Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-29T10:06:10.961Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-29T10:06:10.961Z] 29e5d40040c1: Pulling fs layer [2021-07-29T10:06:10.961Z] 1ce36da41761: Pulling fs layer [2021-07-29T10:06:10.961Z] 25b303627fd3: Pulling fs layer [2021-07-29T10:06:11.239Z] 29e5d40040c1: Verifying Checksum [2021-07-29T10:06:11.239Z] 29e5d40040c1: Download complete [2021-07-29T10:06:11.847Z] 1ce36da41761: Verifying Checksum [2021-07-29T10:06:11.847Z] 1ce36da41761: Download complete [2021-07-29T10:06:11.847Z] 29e5d40040c1: Pull complete [2021-07-29T10:06:13.308Z] 1ce36da41761: Pull complete [2021-07-29T10:06:13.593Z] 25b303627fd3: Verifying Checksum [2021-07-29T10:06:13.593Z] 25b303627fd3: Download complete [2021-07-29T10:06:25.166Z] Removing intermediate container 7008acef7fdc [2021-07-29T10:06:25.167Z] ---> b7f0e3b1cb6d [2021-07-29T10:06:25.167Z] [2021-07-29T10:06:25.167Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:06:25.167Z] 3.12: Pulling from library/alpine [2021-07-29T10:06:26.005Z] 25b303627fd3: Pull complete [2021-07-29T10:06:26.005Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-29T10:06:26.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-29T10:06:26.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-29T10:06:26.136Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-29T10:06:26.136Z] Status: Downloaded newer image for alpine:3.12 [2021-07-29T10:06:26.136Z] ---> 13621d1b12d4 [2021-07-29T10:06:26.136Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:06:26.274Z] prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container [2021-07-29T10:06:26.367Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-29T10:06:26.415Z] ---> Running in 76edd81ab6b1 [2021-07-29T10:06:27.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:06:27.002Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:06:27.268Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-29T10:06:27.268Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:06:27.268Z] OK: 6 MiB in 15 packages [2021-07-29T10:06:27.852Z] Removing intermediate container 76edd81ab6b1 [2021-07-29T10:06:27.852Z] ---> d07807bbf2eb [2021-07-29T10:06:27.852Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:06:28.139Z] ---> Running in 2dee8f8ce9e6 [2021-07-29T10:06:28.732Z] Removing intermediate container 2dee8f8ce9e6 [2021-07-29T10:06:28.732Z] ---> 40b060c95b8f [2021-07-29T10:06:28.732Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-29T10:06:28.732Z] ---> Running in 4e1aed807c3d [2021-07-29T10:06:28.997Z] Removing intermediate container 238001f4cc2b [2021-07-29T10:06:28.997Z] ---> eaf5b51c9cd5 [2021-07-29T10:06:28.997Z] [2021-07-29T10:06:28.997Z] Step 11/32 : FROM alpine:3.12 [2021-07-29T10:06:28.997Z] ---> 13621d1b12d4 [2021-07-29T10:06:28.997Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-29T10:06:28.997Z] ---> Running in 681dbfd638b4 [2021-07-29T10:06:28.997Z] Removing intermediate container 4e1aed807c3d [2021-07-29T10:06:28.997Z] ---> 878485f1220d [2021-07-29T10:06:28.997Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-29T10:06:28.997Z] ---> Running in c0475c5afdc8 [2021-07-29T10:06:29.264Z] Removing intermediate container 681dbfd638b4 [2021-07-29T10:06:29.264Z] ---> d6c56eb05789 [2021-07-29T10:06:29.264Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-29T10:06:29.264Z] ---> Running in 66406f1255e4 [2021-07-29T10:06:29.264Z] Removing intermediate container c0475c5afdc8 [2021-07-29T10:06:29.264Z] ---> da823de54183 [2021-07-29T10:06:29.264Z] Step 16/24 : WORKDIR / [2021-07-29T10:06:29.264Z] ---> Running in d3fa4f23613f [2021-07-29T10:06:29.814Z] $ docker top e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f -eo pid,comm [2021-07-29T10:06:29.857Z] Removing intermediate container d3fa4f23613f [2021-07-29T10:06:29.857Z] ---> f93f43224803 [2021-07-29T10:06:29.857Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:06:29.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:06:29.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [2021-07-29T10:06:30.130Z] ---> 511afce1494e [2021-07-29T10:06:30.130Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-29T10:06:30.130Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-29T10:06:30.130Z] (2/2) Installing su-exec (0.2-r1) [2021-07-29T10:06:30.130Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:06:30.130Z] OK: 6 MiB in 16 packages [Pipeline] sh [2021-07-29T10:06:30.718Z] ---> 7bfdeaac7eeb [2021-07-29T10:06:30.718Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-29T10:06:30.718Z] Removing intermediate container 66406f1255e4 [2021-07-29T10:06:30.718Z] ---> e560fb641191 [2021-07-29T10:06:30.718Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-29T10:06:30.783Z] + docker-compose build --help [2021-07-29T10:06:30.784Z] + grep parallel [2021-07-29T10:06:30.986Z] ---> Running in d4515ef4fed5 [2021-07-29T10:06:30.986Z] ---> 7afdc40ff7b8 [2021-07-29T10:06:30.986Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-29T10:06:31.255Z] ---> Running in 1fe832f85458 [2021-07-29T10:06:31.255Z] Removing intermediate container d4515ef4fed5 [2021-07-29T10:06:31.255Z] ---> 29a55579fa85 [2021-07-29T10:06:31.255Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-29T10:06:31.255Z] ---> Running in 4c8dae06f7df [2021-07-29T10:06:31.524Z] Removing intermediate container 1fe832f85458 [2021-07-29T10:06:31.524Z] ---> 9e4c4179f696 [2021-07-29T10:06:31.524Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:06:31.524Z] Removing intermediate container 4c8dae06f7df [2021-07-29T10:06:31.524Z] ---> b65f1cb9ee2c [2021-07-29T10:06:31.524Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-29T10:06:31.524Z] ---> Running in a5b25864e74d [2021-07-29T10:06:31.524Z] ---> Running in d2a387aced48 [2021-07-29T10:06:31.794Z] Removing intermediate container a5b25864e74d [2021-07-29T10:06:31.794Z] ---> 9c6e02e72c55 [2021-07-29T10:06:31.794Z] Step 22/24 : LABEL arch=x86_64 [2021-07-29T10:06:31.794Z] ---> Running in 26de890b6644 [2021-07-29T10:06:32.060Z] Removing intermediate container 26de890b6644 [2021-07-29T10:06:32.060Z] ---> 451b97841849 [2021-07-29T10:06:32.060Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:06:32.060Z] ---> Running in dd68e9287ad4 [2021-07-29T10:06:32.325Z] Removing intermediate container dd68e9287ad4 [2021-07-29T10:06:32.325Z] ---> 2d09498a12ad [2021-07-29T10:06:32.325Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:06:32.325Z] ---> Running in 32b5551640af [2021-07-29T10:06:32.917Z] Removing intermediate container 32b5551640af [2021-07-29T10:06:32.917Z] ---> 99b3bec751ce [2021-07-29T10:06:32.917Z] [2021-07-29T10:06:33.186Z] Removing intermediate container d2a387aced48 [2021-07-29T10:06:33.186Z] ---> 58d908c172c0 [2021-07-29T10:06:33.186Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-29T10:06:33.186Z] Successfully built 99b3bec751ce [2021-07-29T10:06:33.186Z] Successfully tagged core-command:latest [2021-07-29T10:06:33.186Z] Building security-proxy-setup [2021-07-29T10:06:33.455Z]  Building core-command ... done  ---> Running in aa18cca955ac [2021-07-29T10:06:34.036Z] Removing intermediate container 3fa5e704131a [2021-07-29T10:06:34.036Z] ---> 887e1505ed74 [2021-07-29T10:06:34.036Z] [2021-07-29T10:06:34.036Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:06:34.036Z] ---> 13621d1b12d4 [2021-07-29T10:06:34.036Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:06:34.036Z] ---> Using cache [2021-07-29T10:06:34.036Z] ---> d07807bbf2eb [2021-07-29T10:06:34.036Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:06:34.036Z] ---> Using cache [2021-07-29T10:06:34.036Z] ---> 40b060c95b8f [2021-07-29T10:06:34.036Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-29T10:06:34.160Z] --parallel Build images in parallel. [Pipeline] } [2021-07-29T10:06:34.179Z] $ docker stop --time=1 e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f [2021-07-29T10:06:34.628Z] Removing intermediate container aa18cca955ac [2021-07-29T10:06:34.628Z] ---> 55b169e4129a [2021-07-29T10:06:34.628Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-29T10:06:35.221Z] ---> Running in d60421357602 [2021-07-29T10:06:35.810Z] ---> e6b9ce31561e [2021-07-29T10:06:35.810Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-29T10:06:35.810Z] Removing intermediate container d60421357602 [2021-07-29T10:06:35.810Z] ---> 2c36156f9dad [2021-07-29T10:06:35.810Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-29T10:06:35.810Z] ---> Running in 6658774691c4 [2021-07-29T10:06:35.810Z] ---> Running in a081835e2f95 [2021-07-29T10:06:36.029Z] $ docker rm -f e6a5581bf92e07b3293c83fc978f310ef9d20b3a2ddf320d0e0edba8fa101f6f [2021-07-29T10:06:36.077Z] Removing intermediate container a081835e2f95 [2021-07-29T10:06:36.077Z] ---> fb03c8faa251 [2021-07-29T10:06:36.077Z] Step 16/24 : WORKDIR / [2021-07-29T10:06:36.077Z] ---> Running in fdcbb0ba5a75 [Pipeline] // withDockerContainer [2021-07-29T10:06:36.362Z] Removing intermediate container fdcbb0ba5a75 [2021-07-29T10:06:36.362Z] ---> 5e1733e2f24b [2021-07-29T10:06:36.362Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:06:36.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-29T10:06:36.731Z] . [Pipeline] withDockerContainer [2021-07-29T10:06:36.945Z] ---> 97ff8b0ecdf9 [2021-07-29T10:06:36.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-29T10:06:36.945Z] Removing intermediate container 6658774691c4 [2021-07-29T10:06:36.945Z] ---> d4daee9aff07 [2021-07-29T10:06:36.945Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:06:36.967Z] prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container [2021-07-29T10:06:37.048Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-07-29T10:06:37.529Z] ---> 5dc759d71bcf [2021-07-29T10:06:37.529Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-29T10:06:37.529Z] ---> a65a00a271e0 [2021-07-29T10:06:37.529Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-29T10:06:38.120Z] ---> 6c4926ef7cb0 [2021-07-29T10:06:38.120Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-29T10:06:38.120Z] ---> Running in fb10fe77f789 [2021-07-29T10:06:38.389Z] ---> e47a05d7a0fb [2021-07-29T10:06:38.389Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-29T10:06:38.595Z] $ docker top b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 -eo pid,comm [2021-07-29T10:06:38.655Z] Removing intermediate container fb10fe77f789 [2021-07-29T10:06:38.656Z] ---> 27d6071b3872 [2021-07-29T10:06:38.656Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:06:38.656Z] ---> Running in 64f6a51cd742 [Pipeline] { [Pipeline] sh [2021-07-29T10:06:38.922Z] Removing intermediate container 64f6a51cd742 [2021-07-29T10:06:38.922Z] ---> ba7fc5f5a78b [2021-07-29T10:06:38.922Z] Step 22/24 : LABEL arch=x86_64 [2021-07-29T10:06:38.922Z] ---> 2998a66f514d [2021-07-29T10:06:38.923Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-29T10:06:39.189Z] ---> Running in 72364fdb5880 [2021-07-29T10:06:39.537Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-29T10:06:39.787Z] Removing intermediate container 72364fdb5880 [2021-07-29T10:06:39.788Z] ---> fb91d7c65186 [2021-07-29T10:06:39.788Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:06:39.788Z] ---> 9fbfe044c643 [2021-07-29T10:06:39.788Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-29T10:06:39.788Z] ---> Running in 6f5ba682bde5 [2021-07-29T10:06:40.054Z] Removing intermediate container 6f5ba682bde5 [2021-07-29T10:06:40.054Z] ---> 4917130599d2 [2021-07-29T10:06:40.054Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:06:40.054Z] ---> 7a82ac1ca147 [2021-07-29T10:06:40.054Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-29T10:06:40.054Z] ---> Running in 04e0fbb632df [2021-07-29T10:06:40.324Z] ---> Running in c079fbab0d5b [2021-07-29T10:06:40.324Z] Removing intermediate container 04e0fbb632df [2021-07-29T10:06:40.324Z] ---> e140c37ac1c3 [2021-07-29T10:06:40.324Z] [2021-07-29T10:06:40.593Z] Successfully built e140c37ac1c3 [2021-07-29T10:06:40.593Z] Successfully tagged core-metadata:latest [2021-07-29T10:06:40.593Z]  Building core-metadata ... done Building security-secretstore-setup [2021-07-29T10:06:40.593Z] Removing intermediate container c079fbab0d5b [2021-07-29T10:06:40.593Z] ---> 15b55825c2a7 [2021-07-29T10:06:40.593Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-29T10:06:42.532Z] ---> 15262be2325f [2021-07-29T10:06:42.532Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-29T10:06:42.921Z] Building core-command ... [2021-07-29T10:06:42.921Z] Building core-data ... [2021-07-29T10:06:42.921Z] Building core-metadata ... [2021-07-29T10:06:42.921Z] Building security-bootstrapper ... [2021-07-29T10:06:42.921Z] Building security-proxy-setup ... [2021-07-29T10:06:42.921Z] Building security-secretstore-setup ... [2021-07-29T10:06:42.921Z] Building support-notifications ... [2021-07-29T10:06:42.921Z] Building support-scheduler ... [2021-07-29T10:06:42.921Z] Building sys-mgmt-agent ... [2021-07-29T10:06:42.921Z] Building security-bootstrapper [2021-07-29T10:06:42.921Z] Building core-metadata [2021-07-29T10:06:42.921Z] Building core-command [2021-07-29T10:06:42.921Z] Building sys-mgmt-agent [2021-07-29T10:06:42.921Z] Building security-secretstore-setup [2021-07-29T10:06:43.299Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:06:43.299Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:06:43.299Z] ---> 1dac4c3a23a3 [2021-07-29T10:06:43.299Z] Step 3/22 : WORKDIR /edgex-go [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> e4af7f55acbb [2021-07-29T10:06:43.299Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> 3d4329bb758d [2021-07-29T10:06:43.299Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> 26d58e33ebd7 [2021-07-29T10:06:43.299Z] Step 6/22 : COPY go.mod . [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> 54629d53370d [2021-07-29T10:06:43.299Z] Step 7/22 : RUN go mod download [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> d40fb640305e [2021-07-29T10:06:43.299Z] Step 8/22 : COPY . . [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> 58c4afefed19 [2021-07-29T10:06:43.299Z] Step 9/22 : RUN go mod tidy [2021-07-29T10:06:43.299Z] ---> Using cache [2021-07-29T10:06:43.299Z] ---> 76b435efc236 [2021-07-29T10:06:43.299Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-29T10:06:43.299Z] ---> Running in 17d198bae783 [2021-07-29T10:06:43.574Z] ---> Running in 8650339da4dc [2021-07-29T10:06:44.574Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-29T10:06:45.538Z] Removing intermediate container 7c55163465ca [2021-07-29T10:06:45.538Z] ---> 988dcc09ab04 [2021-07-29T10:06:45.538Z] [2021-07-29T10:06:45.538Z] Step 11/23 : FROM alpine:3.12 [2021-07-29T10:06:45.538Z] ---> 13621d1b12d4 [2021-07-29T10:06:45.538Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:06:45.538Z] ---> Using cache [2021-07-29T10:06:45.538Z] ---> d07807bbf2eb [2021-07-29T10:06:45.538Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:06:45.538Z] ---> Using cache [2021-07-29T10:06:45.538Z] ---> 40b060c95b8f [2021-07-29T10:06:45.538Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-29T10:06:45.814Z] ---> Running in c0242042d819 [2021-07-29T10:06:46.425Z] Removing intermediate container c0242042d819 [2021-07-29T10:06:46.425Z] ---> 97df443751e0 [2021-07-29T10:06:46.425Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-29T10:06:46.425Z] ---> Running in 101fd2d3c848 [2021-07-29T10:06:46.425Z] Removing intermediate container 17d198bae783 [2021-07-29T10:06:46.425Z] ---> e48d727f1e77 [2021-07-29T10:06:46.425Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-29T10:06:46.695Z] ---> Running in de4a2b4bfb07 [2021-07-29T10:06:46.962Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:06:46.962Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:06:46.962Z] ---> 1dac4c3a23a3 [2021-07-29T10:06:46.962Z] Step 3/26 : WORKDIR /edgex-go [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> e4af7f55acbb [2021-07-29T10:06:46.962Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> 3d4329bb758d [2021-07-29T10:06:46.962Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> 26d58e33ebd7 [2021-07-29T10:06:46.962Z] Step 6/26 : COPY go.mod . [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> 54629d53370d [2021-07-29T10:06:46.962Z] Step 7/26 : RUN go mod download [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> d40fb640305e [2021-07-29T10:06:46.962Z] Step 8/26 : COPY . . [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> 58c4afefed19 [2021-07-29T10:06:46.962Z] Step 9/26 : RUN go mod tidy [2021-07-29T10:06:46.962Z] ---> Using cache [2021-07-29T10:06:46.962Z] ---> 76b435efc236 [2021-07-29T10:06:46.962Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-29T10:06:47.238Z] Removing intermediate container 101fd2d3c848 [2021-07-29T10:06:47.238Z] ---> 7aacefcc9749 [2021-07-29T10:06:47.238Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:06:47.238Z] ---> Running in ba3d3604302b [2021-07-29T10:06:47.509Z] Removing intermediate container de4a2b4bfb07 [2021-07-29T10:06:47.509Z] ---> 3fedceb66ae5 [2021-07-29T10:06:47.509Z] Step 29/32 : CMD ["gate"] [2021-07-29T10:06:47.509Z] Removing intermediate container df4c2f59de45 [2021-07-29T10:06:47.509Z] ---> 197b7f704dc3 [2021-07-29T10:06:47.509Z] [2021-07-29T10:06:47.509Z] Step 11/23 : FROM alpine:3.12 [2021-07-29T10:06:47.509Z] ---> 13621d1b12d4 [2021-07-29T10:06:47.509Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-29T10:06:47.509Z] ---> Running in b4c7a356c150 [2021-07-29T10:06:47.509Z] ---> Running in 1e55586dffb3 [2021-07-29T10:06:47.788Z] ---> ad7407c939f0 [2021-07-29T10:06:47.788Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-29T10:06:48.055Z] Removing intermediate container b4c7a356c150 [2021-07-29T10:06:48.055Z] ---> d6453f71f15e [2021-07-29T10:06:48.055Z] Step 30/32 : LABEL arch=x86_64 [2021-07-29T10:06:48.322Z] ---> Running in de186161471f [2021-07-29T10:06:48.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-29T10:06:48.598Z] ---> c43b7fa89c49 [2021-07-29T10:06:48.598Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-29T10:06:48.598Z] Removing intermediate container de186161471f [2021-07-29T10:06:48.598Z] ---> 99de066e7310 [2021-07-29T10:06:48.598Z] Step 31/32 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:06:48.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:06:48.867Z] ---> Running in 13f5e8d4a67d [2021-07-29T10:06:48.867Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:06:48.867Z] Removing intermediate container 13f5e8d4a67d [2021-07-29T10:06:48.867Z] ---> f7012f5d4469 [2021-07-29T10:06:48.867Z] Step 32/32 : LABEL version=2.0.1-dev.16 [2021-07-29T10:06:48.867Z] ---> f9ac4f1ab6be [2021-07-29T10:06:48.867Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-29T10:06:49.136Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-29T10:06:49.136Z] ---> Running in 1a0aae5aee53 [2021-07-29T10:06:49.136Z] ---> Running in 46a6154f0c58 [2021-07-29T10:06:49.136Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-29T10:06:49.136Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:06:49.136Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:06:49.136Z] OK: 6 MiB in 16 packages [2021-07-29T10:06:49.408Z] Removing intermediate container 46a6154f0c58 [2021-07-29T10:06:49.408Z] ---> eb63d9f8a7b0 [2021-07-29T10:06:49.408Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:06:49.408Z] Removing intermediate container 1a0aae5aee53 [2021-07-29T10:06:49.408Z] ---> f73ac3081d70 [2021-07-29T10:06:49.408Z] [2021-07-29T10:06:49.408Z] ---> Running in 6fad7fa88854 [2021-07-29T10:06:49.674Z] Successfully built f73ac3081d70 [2021-07-29T10:06:49.675Z] Successfully tagged security-bootstrapper:latest [2021-07-29T10:06:49.675Z] Building core-data [2021-07-29T10:06:49.675Z]  Building security-bootstrapper ... done Removing intermediate container 6fad7fa88854 [2021-07-29T10:06:49.675Z] ---> 38b66ca0f9d6 [2021-07-29T10:06:49.675Z] Step 21/23 : LABEL arch=x86_64 [2021-07-29T10:06:49.941Z] ---> Running in d2c81a3af94d [2021-07-29T10:06:49.941Z] Removing intermediate container 1e55586dffb3 [2021-07-29T10:06:49.941Z] ---> 88a453e59161 [2021-07-29T10:06:49.941Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:06:50.208Z] ---> Running in d1f1705b9dbc [2021-07-29T10:06:50.790Z] Removing intermediate container d2c81a3af94d [2021-07-29T10:06:50.790Z] ---> a9b1b8a66115 [2021-07-29T10:06:50.790Z] Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:06:51.750Z] Removing intermediate container d1f1705b9dbc [2021-07-29T10:06:51.750Z] ---> c9b5b10f6d74 [2021-07-29T10:06:51.750Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-29T10:06:51.750Z] ---> Running in 911a8a3a3eb3 [2021-07-29T10:06:51.750Z] ---> Running in 1b02bbbd3edc [2021-07-29T10:06:51.750Z] Removing intermediate container 1b02bbbd3edc [2021-07-29T10:06:51.750Z] ---> c28c2999c042 [2021-07-29T10:06:51.750Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-29T10:06:51.750Z] Removing intermediate container 911a8a3a3eb3 [2021-07-29T10:06:51.750Z] ---> 4593c35bf1a8 [2021-07-29T10:06:51.750Z] Step 23/23 : LABEL version=2.0.1-dev.16 [2021-07-29T10:06:52.018Z] ---> Running in 95416d74481b [2021-07-29T10:06:52.018Z] ---> Running in f13afce77c3d [2021-07-29T10:06:52.286Z] Removing intermediate container 95416d74481b [2021-07-29T10:06:52.286Z] ---> 129328e9d603 [2021-07-29T10:06:52.286Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:06:52.286Z] Removing intermediate container f13afce77c3d [2021-07-29T10:06:52.286Z] ---> 320dd9bd13a5 [2021-07-29T10:06:52.286Z] [2021-07-29T10:06:52.554Z] Successfully built 320dd9bd13a5 [2021-07-29T10:06:52.554Z] Successfully tagged support-scheduler:latest [2021-07-29T10:06:52.554Z]  Building support-scheduler ... done Building sys-mgmt-agent [2021-07-29T10:06:52.840Z] ---> 20e90c59f8f9 [2021-07-29T10:06:52.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-29T10:06:56.201Z] ---> a2f255ff3259 [2021-07-29T10:06:56.201Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-29T10:06:56.473Z] ---> 1719d4efe710 [2021-07-29T10:06:56.473Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-29T10:06:56.473Z] ---> Running in 7955be0183f7 [2021-07-29T10:06:56.744Z] Removing intermediate container 7955be0183f7 [2021-07-29T10:06:56.744Z] ---> 556be9adec0b [2021-07-29T10:06:56.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:06:56.744Z] ---> Running in 53d478b6a247 [2021-07-29T10:06:57.329Z] Removing intermediate container 53d478b6a247 [2021-07-29T10:06:57.329Z] ---> 3d546682582f [2021-07-29T10:06:57.329Z] Step 21/23 : LABEL arch=x86_64 [2021-07-29T10:06:57.329Z] ---> Running in c528915474cc [2021-07-29T10:06:57.596Z] Removing intermediate container c528915474cc [2021-07-29T10:06:57.596Z] ---> abe611261fd5 [2021-07-29T10:06:57.596Z] Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:06:57.868Z] ---> Running in b0bda06cd9b9 [2021-07-29T10:06:58.139Z] Removing intermediate container b0bda06cd9b9 [2021-07-29T10:06:58.139Z] ---> 4aa75f815202 [2021-07-29T10:06:58.139Z] Step 23/23 : LABEL version=2.0.1-dev.16 [2021-07-29T10:06:58.409Z] ---> Running in 4b36c294c5fb [2021-07-29T10:06:59.004Z] Removing intermediate container 4b36c294c5fb [2021-07-29T10:06:59.004Z] ---> fa789c71df94 [2021-07-29T10:06:59.004Z] [2021-07-29T10:06:59.004Z] Successfully built fa789c71df94 [2021-07-29T10:06:59.004Z] Successfully tagged support-notifications:latest [2021-07-29T10:07:02.367Z]  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:02.367Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:02.367Z] ---> 1dac4c3a23a3 [2021-07-29T10:07:02.367Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:07:02.367Z] ---> Using cache [2021-07-29T10:07:02.367Z] ---> e4af7f55acbb [2021-07-29T10:07:02.367Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:02.367Z] ---> Using cache [2021-07-29T10:07:02.367Z] ---> 3d4329bb758d [2021-07-29T10:07:02.367Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-29T10:07:02.639Z] ---> Running in 70bca293329b [2021-07-29T10:07:03.233Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:03.511Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:03.511Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:03.511Z] ---> 1dac4c3a23a3 [2021-07-29T10:07:03.511Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:07:03.511Z] ---> Using cache [2021-07-29T10:07:03.511Z] ---> e4af7f55acbb [2021-07-29T10:07:03.512Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:03.512Z] ---> Using cache [2021-07-29T10:07:03.512Z] ---> 3d4329bb758d [2021-07-29T10:07:03.512Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-29T10:07:03.788Z] ---> Running in c8a5ba0ef020 [2021-07-29T10:07:04.057Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:04.057Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:04.655Z] OK: 219 MiB in 52 packages [2021-07-29T10:07:04.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:04.922Z] Removing intermediate container 70bca293329b [2021-07-29T10:07:04.922Z] ---> 3550cd55bbf7 [2021-07-29T10:07:04.922Z] Step 6/24 : COPY go.mod . [2021-07-29T10:07:05.194Z] ---> a8ff41003213 [2021-07-29T10:07:05.194Z] Step 7/24 : RUN go mod download [2021-07-29T10:07:05.464Z] ---> Running in 0157a4b98f36 [2021-07-29T10:07:05.733Z] OK: 219 MiB in 52 packages [2021-07-29T10:07:06.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-29T10:07:06.322Z] Removing intermediate container c8a5ba0ef020 [2021-07-29T10:07:06.322Z] ---> a17047452a07 [2021-07-29T10:07:06.322Z] Step 6/24 : COPY go.mod . [2021-07-29T10:07:06.591Z] ---> 3abcf71db1fe [2021-07-29T10:07:06.591Z] Step 7/24 : RUN go mod download [2021-07-29T10:07:06.591Z] ---> Running in 3a984385a8b8 [2021-07-29T10:07:07.197Z] Removing intermediate container 0157a4b98f36 [2021-07-29T10:07:07.197Z] ---> 3d03b1668b1e [2021-07-29T10:07:07.197Z] Step 8/24 : COPY . . [2021-07-29T10:07:10.621Z] Removing intermediate container 3a984385a8b8 [2021-07-29T10:07:10.621Z] ---> e0f0150615f3 [2021-07-29T10:07:10.621Z] Step 8/24 : COPY . . [2021-07-29T10:07:12.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-29T10:07:12.603Z] Removing intermediate container 8650339da4dc [2021-07-29T10:07:12.603Z] ---> 16765d63cca3 [2021-07-29T10:07:12.603Z] [2021-07-29T10:07:12.603Z] Step 11/22 : FROM alpine:3.12 [2021-07-29T10:07:12.603Z] ---> 13621d1b12d4 [2021-07-29T10:07:12.603Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-29T10:07:14.061Z] ---> a7327b54bd32 [2021-07-29T10:07:14.061Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:07:14.061Z] ---> Running in 0287360b5b37 [2021-07-29T10:07:14.061Z] ---> Running in f30f0a6efc2e [2021-07-29T10:07:15.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:15.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:15.333Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-29T10:07:15.333Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-29T10:07:15.333Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-29T10:07:15.333Z] (4/4) Installing curl (7.78.0-r0) [2021-07-29T10:07:15.333Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:07:15.333Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:07:15.333Z] OK: 7 MiB in 18 packages [2021-07-29T10:07:16.925Z] Removing intermediate container 0287360b5b37 [2021-07-29T10:07:16.925Z] ---> 0bc9e6404865 [2021-07-29T10:07:16.925Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-29T10:07:16.925Z] ---> Running in b83ff6a68723 [2021-07-29T10:07:16.925Z] ---> 0dd18c1360bc [2021-07-29T10:07:16.925Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:07:16.925Z] Removing intermediate container ba3d3604302b [2021-07-29T10:07:16.925Z] ---> cf7f199a26a5 [2021-07-29T10:07:16.925Z] [2021-07-29T10:07:16.925Z] Step 11/26 : FROM alpine:3.12 [2021-07-29T10:07:16.925Z] ---> 13621d1b12d4 [2021-07-29T10:07:16.925Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-29T10:07:16.925Z] ---> Running in 4ec2aaf58eeb [2021-07-29T10:07:16.925Z] Removing intermediate container f30f0a6efc2e [2021-07-29T10:07:16.925Z] ---> 8e991311bed4 [2021-07-29T10:07:16.925Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-29T10:07:16.925Z] ---> Running in a8b225caf248 [2021-07-29T10:07:16.925Z] Removing intermediate container b83ff6a68723 [2021-07-29T10:07:16.925Z] ---> 94c94c2db79e [2021-07-29T10:07:16.925Z] Step 14/22 : WORKDIR /edgex [2021-07-29T10:07:16.925Z] ---> Running in 4790546f0ea6 [2021-07-29T10:07:16.925Z] ---> Running in 5180fffa5f28 [2021-07-29T10:07:16.925Z] Removing intermediate container 5180fffa5f28 [2021-07-29T10:07:16.925Z] ---> f6bec2ef8d3b [2021-07-29T10:07:16.925Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-29T10:07:17.315Z] ---> dd702b34513a [2021-07-29T10:07:17.315Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-29T10:07:17.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:17.315Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:17.778Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-29T10:07:17.778Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-29T10:07:17.778Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-29T10:07:17.778Z] (4/6) Installing curl (7.78.0-r0) [2021-07-29T10:07:17.778Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-29T10:07:17.778Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2021-07-29T10:07:17.778Z] (6/6) Installing su-exec (0.2-r1) [2021-07-29T10:07:17.778Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:07:17.778Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:07:17.778Z] OK: 7 MiB in 20 packages [2021-07-29T10:07:17.778Z] ---> 33f37aa2634e [2021-07-29T10:07:17.778Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-29T10:07:18.593Z] ---> 161fcb586a40 [2021-07-29T10:07:18.593Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-29T10:07:18.593Z] Removing intermediate container 4ec2aaf58eeb [2021-07-29T10:07:18.593Z] ---> 4b00ec222254 [2021-07-29T10:07:18.593Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-29T10:07:18.593Z] ---> Running in a594446d9c1d [2021-07-29T10:07:18.593Z] ---> Running in a4718e3f0cd4 [2021-07-29T10:07:18.593Z] Removing intermediate container a594446d9c1d [2021-07-29T10:07:18.593Z] ---> beb5bfdd183f [2021-07-29T10:07:18.593Z] Step 19/22 : CMD ["--init=true"] [2021-07-29T10:07:18.593Z] Removing intermediate container a8b225caf248 [2021-07-29T10:07:18.593Z] ---> 980fa2f7c1f4 [2021-07-29T10:07:18.593Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-29T10:07:18.593Z] ---> Running in 9545cd8024ed [2021-07-29T10:07:18.593Z] Removing intermediate container a4718e3f0cd4 [2021-07-29T10:07:18.593Z] ---> 19d0810dca10 [2021-07-29T10:07:18.593Z] Step 14/26 : WORKDIR / [2021-07-29T10:07:18.981Z] ---> Running in ed7cd574a411 [2021-07-29T10:07:18.981Z] ---> Running in 90b98dd11f03 [2021-07-29T10:07:18.981Z] Removing intermediate container 9545cd8024ed [2021-07-29T10:07:18.981Z] ---> 2820cb48573c [2021-07-29T10:07:18.981Z] Step 20/22 : LABEL arch=x86_64 [2021-07-29T10:07:18.981Z] ---> Running in 08c10252a89f [2021-07-29T10:07:18.981Z] Removing intermediate container 90b98dd11f03 [2021-07-29T10:07:18.981Z] ---> 2830b16b83d7 [2021-07-29T10:07:18.981Z] 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-07-29T10:07:19.252Z] Removing intermediate container 08c10252a89f [2021-07-29T10:07:19.252Z] ---> 967cc0032aed [2021-07-29T10:07:19.252Z] Step 21/22 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:07:19.252Z] ---> Running in aeb39b2cab4d [2021-07-29T10:07:19.524Z] Removing intermediate container aeb39b2cab4d [2021-07-29T10:07:19.524Z] ---> 0eef4473a43b [2021-07-29T10:07:19.524Z] Step 22/22 : LABEL version=2.0.1-dev.16 [2021-07-29T10:07:19.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-29T10:07:19.524Z] ---> Running in 0e7cd567f916 [2021-07-29T10:07:19.524Z] ---> 7b0cf8d40f1e [2021-07-29T10:07:19.524Z] 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-07-29T10:07:19.794Z] Removing intermediate container 0e7cd567f916 [2021-07-29T10:07:19.794Z] ---> be9072453de7 [2021-07-29T10:07:19.794Z] [2021-07-29T10:07:19.794Z] ---> cddb6c186713 [2021-07-29T10:07:19.794Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-29T10:07:20.059Z] Successfully built be9072453de7 [2021-07-29T10:07:20.059Z] Successfully tagged security-proxy-setup:latest [2021-07-29T10:07:20.326Z]  Building security-proxy-setup ... done  ---> e8ea8f2b5cc7 [2021-07-29T10:07:20.326Z] 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-07-29T10:07:20.596Z] ---> 8f9de9c24846 [2021-07-29T10:07:20.596Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-29T10:07:21.193Z] ---> bbc6832bbe72 [2021-07-29T10:07:21.193Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-29T10:07:22.157Z] ---> f1547f1c55d6 [2021-07-29T10:07:22.157Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-29T10:07:22.157Z] ---> 6088c6911110 [2021-07-29T10:07:22.157Z] 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-07-29T10:07:22.157Z] ---> Running in cae8ccd76ad5 [2021-07-29T10:07:23.125Z] Removing intermediate container cae8ccd76ad5 [2021-07-29T10:07:23.125Z] ---> 99b32f148b5b [2021-07-29T10:07:23.125Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-29T10:07:23.406Z] ---> Running in f055e87c47c2 [2021-07-29T10:07:23.406Z] Removing intermediate container f055e87c47c2 [2021-07-29T10:07:23.406Z] ---> 3d10a4d985ee [2021-07-29T10:07:23.406Z] Step 24/26 : LABEL arch=x86_64 [2021-07-29T10:07:23.406Z] ---> Running in 2a7b4d8d5ba4 [2021-07-29T10:07:23.688Z] Removing intermediate container 2a7b4d8d5ba4 [2021-07-29T10:07:23.688Z] ---> 094b7abe5d26 [2021-07-29T10:07:23.688Z] Step 25/26 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:07:23.688Z] ---> Running in 03d9cc48adeb [2021-07-29T10:07:23.971Z] Removing intermediate container 03d9cc48adeb [2021-07-29T10:07:23.971Z] ---> fa7d268aea8d [2021-07-29T10:07:23.971Z] Step 26/26 : LABEL version=2.0.1-dev.16 [2021-07-29T10:07:23.971Z] ---> Running in 6c0633e2f454 [2021-07-29T10:07:24.243Z] Removing intermediate container 6c0633e2f454 [2021-07-29T10:07:24.243Z] ---> b482a4e2d94c [2021-07-29T10:07:24.243Z] [2021-07-29T10:07:24.243Z] Successfully built b482a4e2d94c [2021-07-29T10:07:24.243Z] Successfully tagged security-secretstore-setup:latest [2021-07-29T10:07:29.905Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:29.905Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:29.905Z] ---> 942659c657c1 [2021-07-29T10:07:29.905Z] Step 3/26 : WORKDIR /edgex-go [2021-07-29T10:07:29.905Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:29.905Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:29.905Z] ---> 942659c657c1 [2021-07-29T10:07:29.905Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:07:29.905Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:29.905Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:29.905Z] ---> 942659c657c1 [2021-07-29T10:07:29.905Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:07:29.905Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:07:29.905Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:07:29.905Z] [2021-07-29T10:07:29.905Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 942659c657c1 [2021-07-29T10:07:29.905Z] [2021-07-29T10:07:29.905Z] Step 3/32 : WORKDIR /edgex-go [2021-07-29T10:07:29.905Z] ---> 942659c657c1 [2021-07-29T10:07:29.905Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:07:29.905Z] ---> Running in 293617b52edc [2021-07-29T10:07:29.905Z] ---> Running in e86522e1983d [2021-07-29T10:07:29.905Z] ---> Running in 5cf00968447c [2021-07-29T10:07:29.905Z] ---> Running in 01d738f1d639 [2021-07-29T10:07:29.905Z] ---> Running in ddc2c795c2e1 [2021-07-29T10:07:29.905Z] Removing intermediate container 5cf00968447c [2021-07-29T10:07:29.905Z] ---> 77bf623f045d [2021-07-29T10:07:29.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:29.905Z] Removing intermediate container 293617b52edc [2021-07-29T10:07:29.905Z] ---> de0d545bbad4 [2021-07-29T10:07:29.905Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:29.905Z] Removing intermediate container 01d738f1d639 [2021-07-29T10:07:29.905Z] ---> 7a6dd684e705 [2021-07-29T10:07:29.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:29.905Z] Removing intermediate container e86522e1983d [2021-07-29T10:07:29.905Z] ---> 17f771aac690 [2021-07-29T10:07:29.905Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:29.905Z] Removing intermediate container ddc2c795c2e1 [2021-07-29T10:07:29.905Z] ---> 053b8460ac08 [2021-07-29T10:07:29.905Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:29.905Z] ---> Running in df4d75603fe1 [2021-07-29T10:07:29.905Z] ---> Running in d012ca8bf9b0 [2021-07-29T10:07:29.905Z] ---> Running in 6837c2446430 [2021-07-29T10:07:29.905Z] ---> Running in 93d50945bcff [2021-07-29T10:07:29.905Z] ---> Running in c7b5be3b1c69 [2021-07-29T10:07:31.359Z] Removing intermediate container df4d75603fe1 [2021-07-29T10:07:31.359Z] ---> 67470120d1d2 [2021-07-29T10:07:31.359Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-29T10:07:31.635Z] ---> Running in 7050edd913b9 [2021-07-29T10:07:31.930Z] Removing intermediate container d012ca8bf9b0 [2021-07-29T10:07:31.930Z] ---> 747ed8354a06 [2021-07-29T10:07:31.930Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-29T10:07:32.207Z] ---> Running in 67b342d46f17 [2021-07-29T10:07:32.492Z] Removing intermediate container c7b5be3b1c69 [2021-07-29T10:07:32.492Z] ---> 086406180803 [2021-07-29T10:07:32.493Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-29T10:07:32.782Z] ---> Running in e1a09a95c939 [2021-07-29T10:07:32.782Z] Removing intermediate container 93d50945bcff [2021-07-29T10:07:32.782Z] ---> 890006502fd8 [2021-07-29T10:07:32.782Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-29T10:07:33.063Z] Removing intermediate container 6837c2446430 [2021-07-29T10:07:33.063Z] ---> 1304a7542340 [2021-07-29T10:07:33.063Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-29T10:07:33.063Z] ---> Running in ad1af7f5a698 [2021-07-29T10:07:33.348Z] ---> Running in f9dc0a940ca7 [2021-07-29T10:07:33.959Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:34.236Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:34.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:34.848Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:35.133Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:35.133Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:35.133Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:35.738Z] OK: 218 MiB in 52 packages [2021-07-29T10:07:36.020Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:36.020Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:36.020Z] OK: 218 MiB in 52 packages [2021-07-29T10:07:36.649Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:07:36.928Z] OK: 218 MiB in 52 packages [2021-07-29T10:07:37.207Z] OK: 218 MiB in 52 packages [2021-07-29T10:07:37.489Z] Removing intermediate container 7050edd913b9 [2021-07-29T10:07:37.489Z] ---> c3cf2ce40d71 [2021-07-29T10:07:37.489Z] Step 6/24 : COPY go.mod . [2021-07-29T10:07:37.770Z] Removing intermediate container 67b342d46f17 [2021-07-29T10:07:37.770Z] ---> 19b6203d50c7 [2021-07-29T10:07:37.770Z] Step 6/32 : COPY go.mod . [2021-07-29T10:07:38.378Z] OK: 218 MiB in 52 packages [2021-07-29T10:07:38.378Z] ---> 7587a0cbc315 [2021-07-29T10:07:38.378Z] Step 7/24 : RUN go mod download [2021-07-29T10:07:38.994Z] ---> Running in 2ef8b061a6ec [2021-07-29T10:07:38.994Z] Removing intermediate container e1a09a95c939 [2021-07-29T10:07:38.994Z] ---> ad9c2b63cf8f [2021-07-29T10:07:38.994Z] Step 6/26 : COPY go.mod . [2021-07-29T10:07:38.994Z] Removing intermediate container ad1af7f5a698 [2021-07-29T10:07:38.994Z] ---> a7fb23ee0224 [2021-07-29T10:07:38.994Z] Step 6/24 : COPY go.mod . [2021-07-29T10:07:39.263Z]  Building security-secretstore-setup ... done Removing intermediate container ed7cd574a411 [2021-07-29T10:07:39.263Z] ---> 49206aeb6783 [2021-07-29T10:07:39.263Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-29T10:07:39.263Z] ---> Running in 8af6c1124f6c [2021-07-29T10:07:39.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-29T10:07:39.263Z] Removing intermediate container 8af6c1124f6c [2021-07-29T10:07:39.263Z] ---> b2222ec681a4 [2021-07-29T10:07:39.263Z] [2021-07-29T10:07:39.263Z] Step 12/24 : FROM docker:20.10.6 [2021-07-29T10:07:39.263Z] 20.10.6: Pulling from library/docker [2021-07-29T10:07:39.270Z] ---> 4fdb4e92e333 [2021-07-29T10:07:39.270Z] Step 7/32 : RUN go mod download [2021-07-29T10:07:39.542Z] ---> Running in 596c0bf9188f [2021-07-29T10:07:40.154Z] Removing intermediate container f9dc0a940ca7 [2021-07-29T10:07:40.154Z] ---> 5d2a95b3edd0 [2021-07-29T10:07:40.154Z] Step 6/24 : COPY go.mod . [2021-07-29T10:07:40.154Z] ---> e88b000651c9 [2021-07-29T10:07:40.154Z] Step 7/26 : RUN go mod download [2021-07-29T10:07:40.434Z] ---> Running in 527b36f1ad18 [2021-07-29T10:07:40.434Z] ---> c2d9c281c89b [2021-07-29T10:07:40.687Z] Removing intermediate container 4790546f0ea6 [2021-07-29T10:07:40.687Z] ---> ee808e685e5f [2021-07-29T10:07:40.687Z] [2021-07-29T10:07:40.687Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:07:40.687Z] ---> 13621d1b12d4 [2021-07-29T10:07:40.687Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-29T10:07:40.687Z] ---> Running in db1026e05afa [2021-07-29T10:07:40.723Z] Step 7/24 : RUN go mod download [2021-07-29T10:07:40.952Z] Removing intermediate container db1026e05afa [2021-07-29T10:07:40.952Z] ---> e4b716b29b39 [2021-07-29T10:07:40.952Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-29T10:07:40.952Z] ---> Running in be357d35a5c4 [2021-07-29T10:07:40.952Z] Removing intermediate container be357d35a5c4 [2021-07-29T10:07:40.952Z] ---> c6880933f6b1 [2021-07-29T10:07:40.952Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-29T10:07:40.952Z] ---> Running in d3e77aafce4f [2021-07-29T10:07:41.082Z] ---> Running in 05effb7d9339 [2021-07-29T10:07:41.217Z] Removing intermediate container d3e77aafce4f [2021-07-29T10:07:41.217Z] ---> b63935868b1a [2021-07-29T10:07:41.217Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:07:41.217Z] ---> Running in d0aced878c6f [2021-07-29T10:07:41.363Z] ---> 56f5f1666b23 [2021-07-29T10:07:41.363Z] Step 7/24 : RUN go mod download [2021-07-29T10:07:41.698Z] ---> Running in b131c8fc29bb [2021-07-29T10:07:41.808Z] Removing intermediate container d0aced878c6f [2021-07-29T10:07:41.808Z] ---> 5206bc4ba545 [2021-07-29T10:07:41.808Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-29T10:07:41.808Z] ---> Running in 9a16c6e2f1a5 [2021-07-29T10:07:42.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:42.661Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:42.930Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-29T10:07:43.202Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-29T10:07:43.202Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-29T10:07:43.202Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-29T10:07:44.167Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-29T10:07:44.167Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-29T10:07:44.167Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-29T10:07:44.167Z] ---> d2979b152a7d [2021-07-29T10:07:44.167Z] 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-07-29T10:07:44.167Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-29T10:07:44.167Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:07:44.167Z] OK: 8 MiB in 20 packages [2021-07-29T10:07:44.751Z] ---> Running in 08079885f3a1 [2021-07-29T10:07:45.022Z] Removing intermediate container 08079885f3a1 [2021-07-29T10:07:45.022Z] ---> 38e5c4b9e7d4 [2021-07-29T10:07:45.022Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-29T10:07:45.022Z] Removing intermediate container 9a16c6e2f1a5 [2021-07-29T10:07:45.022Z] ---> 7eee5ab78cf5 [2021-07-29T10:07:45.022Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:07:45.022Z] ---> Running in 7948011546a7 [2021-07-29T10:07:45.203Z] Removing intermediate container 2ef8b061a6ec [2021-07-29T10:07:45.203Z] ---> c5babd15bc6a [2021-07-29T10:07:45.203Z] Step 8/24 : COPY . . [2021-07-29T10:07:45.303Z] ---> ac94c5d9e2fa [2021-07-29T10:07:45.303Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-29T10:07:45.303Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:45.478Z] Removing intermediate container 596c0bf9188f [2021-07-29T10:07:45.478Z] ---> 768227406387 [2021-07-29T10:07:45.478Z] Step 8/32 : COPY . . [2021-07-29T10:07:45.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-29T10:07:45.575Z] ---> 0ad445cd6611 [2021-07-29T10:07:45.575Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-29T10:07:45.860Z] (1/39) Installing readline (8.1.0-r0) [2021-07-29T10:07:45.860Z] (2/39) Installing bash (5.1.0-r0) [2021-07-29T10:07:45.860Z] Executing bash-5.1.0-r0.post-install [2021-07-29T10:07:45.860Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-29T10:07:45.860Z] ---> 67b94999161a [2021-07-29T10:07:45.860Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-29T10:07:45.860Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-29T10:07:45.860Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-29T10:07:45.860Z] (6/39) Installing curl (7.78.0-r0) [2021-07-29T10:07:45.860Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-29T10:07:45.860Z] ---> Running in b1164a5be00d [2021-07-29T10:07:45.860Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-29T10:07:45.860Z] (9/39) Installing expat (2.2.10-r1) [2021-07-29T10:07:45.860Z] (10/39) Installing libffi (3.3-r2) [2021-07-29T10:07:45.860Z] (11/39) Installing gdbm (1.19-r0) [2021-07-29T10:07:45.860Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-29T10:07:45.860Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-29T10:07:45.860Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-29T10:07:45.860Z] Removing intermediate container b1164a5be00d [2021-07-29T10:07:45.860Z] ---> 6abc2996084a [2021-07-29T10:07:45.860Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:07:45.860Z] ---> Running in da56adc1e723 [2021-07-29T10:07:46.837Z] Removing intermediate container da56adc1e723 [2021-07-29T10:07:46.837Z] ---> 41f1ca98fa3b [2021-07-29T10:07:46.837Z] Step 22/24 : LABEL arch=x86_64 [2021-07-29T10:07:46.837Z] ---> Running in bd1a9c2348b8 [2021-07-29T10:07:46.837Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-29T10:07:46.837Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-29T10:07:46.837Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-29T10:07:46.837Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-29T10:07:46.837Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-29T10:07:46.837Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-29T10:07:47.104Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-29T10:07:47.104Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-29T10:07:47.104Z] Removing intermediate container bd1a9c2348b8 [2021-07-29T10:07:47.104Z] ---> 0eaff8edca0f [2021-07-29T10:07:47.104Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:07:47.104Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-29T10:07:47.104Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-29T10:07:47.104Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-29T10:07:47.104Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-29T10:07:47.104Z] ---> Running in 1e7289e4fff0 [2021-07-29T10:07:47.104Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-29T10:07:47.104Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-29T10:07:47.104Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-29T10:07:47.104Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-29T10:07:47.104Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-29T10:07:47.104Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-29T10:07:47.372Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-29T10:07:47.372Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-29T10:07:47.372Z] Removing intermediate container 1e7289e4fff0 [2021-07-29T10:07:47.372Z] ---> 6615cc0ef729 [2021-07-29T10:07:47.372Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:07:47.372Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-29T10:07:47.372Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-29T10:07:47.372Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-29T10:07:47.372Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-29T10:07:47.372Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-29T10:07:47.372Z] ---> Running in 796ff3be0e90 [2021-07-29T10:07:47.952Z] Removing intermediate container 796ff3be0e90 [2021-07-29T10:07:47.952Z] ---> 98d974310031 [2021-07-29T10:07:47.952Z] [2021-07-29T10:07:47.952Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T10:07:47.952Z] OK: 82 MiB in 59 packages [2021-07-29T10:07:47.952Z] Successfully built 98d974310031 [2021-07-29T10:07:47.952Z] Successfully tagged core-data:latest [2021-07-29T10:07:48.104Z] Removing intermediate container 527b36f1ad18 [2021-07-29T10:07:48.104Z] ---> 8610c69fe7dc [2021-07-29T10:07:48.104Z] Step 8/26 : COPY . . [2021-07-29T10:07:48.703Z] Removing intermediate container 05effb7d9339 [2021-07-29T10:07:48.704Z] ---> 9bd9d13deb7b [2021-07-29T10:07:48.704Z] Step 8/24 : COPY . . [2021-07-29T10:07:48.979Z] Removing intermediate container b131c8fc29bb [2021-07-29T10:07:48.979Z] ---> 97136f559f22 [2021-07-29T10:07:48.979Z] Step 8/24 : COPY . . [2021-07-29T10:07:49.356Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2021-07-29T10:07:49.357Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-29T10:07:49.357Z] Collecting PyYAML<4,>=3.10 [2021-07-29T10:07:49.357Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-29T10:07:49.936Z] 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-07-29T10:07:49.936Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-29T10:07:49.936Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-29T10:07:49.936Z] Collecting cached-property<2,>=1.2.0 [2021-07-29T10:07:49.936Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-29T10:07:49.936Z] Collecting jsonschema<3,>=2.5.1 [2021-07-29T10:07:49.936Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-29T10:07:50.203Z] Collecting texttable<0.10,>=0.9.0 [2021-07-29T10:07:50.203Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-29T10:07:50.468Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-29T10:07:50.468Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-29T10:07:50.733Z] Collecting docopt<0.7,>=0.6.1 [2021-07-29T10:07:50.733Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-29T10:07:50.998Z] Collecting docker<4.0,>=3.6.0 [2021-07-29T10:07:50.998Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-29T10:07:51.264Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-29T10:07:51.264Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-29T10:07:51.264Z] Collecting docker-pycreds>=0.4.0 [2021-07-29T10:07:51.264Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-29T10:07:51.264Z] Collecting certifi>=2017.4.17 [2021-07-29T10:07:51.264Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-29T10:07:51.264Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-29T10:07:51.264Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-29T10:07:51.529Z] Collecting idna<2.8,>=2.5 [2021-07-29T10:07:51.529Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-29T10:07:51.529Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-29T10:07:51.529Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-29T10:07:51.529Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-29T10:07:51.529Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-29T10:07:51.529Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-29T10:07:51.529Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-29T10:07:51.794Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-29T10:07:51.794Z] Attempting uninstall: urllib3 [2021-07-29T10:07:51.794Z] Found existing installation: urllib3 1.26.2 [2021-07-29T10:07:51.794Z] Uninstalling urllib3-1.26.2: [2021-07-29T10:07:51.794Z] Successfully uninstalled urllib3-1.26.2 [2021-07-29T10:07:51.794Z] Attempting uninstall: idna [2021-07-29T10:07:51.794Z] Found existing installation: idna 3.1 [2021-07-29T10:07:51.794Z] Uninstalling idna-3.1: [2021-07-29T10:07:51.794Z] Successfully uninstalled idna-3.1 [2021-07-29T10:07:51.794Z] Attempting uninstall: chardet [2021-07-29T10:07:51.794Z] Found existing installation: chardet 4.0.0 [2021-07-29T10:07:51.794Z] Uninstalling chardet-4.0.0: [2021-07-29T10:07:52.060Z] Successfully uninstalled chardet-4.0.0 [2021-07-29T10:07:52.060Z] Attempting uninstall: requests [2021-07-29T10:07:52.060Z] Found existing installation: requests 2.25.1 [2021-07-29T10:07:52.060Z] Uninstalling requests-2.25.1: [2021-07-29T10:07:52.325Z] Successfully uninstalled requests-2.25.1 [2021-07-29T10:07:52.325Z] Running setup.py install for texttable: started [2021-07-29T10:07:52.591Z] Running setup.py install for texttable: finished with status 'done' [2021-07-29T10:07:52.591Z] Running setup.py install for PyYAML: started [2021-07-29T10:07:52.857Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-29T10:07:53.123Z] Running setup.py install for docopt: started [2021-07-29T10:07:53.391Z] Running setup.py install for docopt: finished with status 'done' [2021-07-29T10:07:53.391Z] Running setup.py install for dockerpty: started [2021-07-29T10:07:53.657Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-29T10:07:53.932Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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-07-29T10:07:57.262Z] Removing intermediate container 7948011546a7 [2021-07-29T10:07:57.262Z] ---> f112c89f3b03 [2021-07-29T10:07:57.262Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-29T10:07:57.262Z] ---> Running in 1c4d39ca1f95 [2021-07-29T10:07:57.262Z] Removing intermediate container 1c4d39ca1f95 [2021-07-29T10:07:57.262Z] ---> 8870f864f538 [2021-07-29T10:07:57.262Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-29T10:07:57.262Z] ---> Running in 7612b7692d5d [2021-07-29T10:07:57.262Z] Removing intermediate container 7612b7692d5d [2021-07-29T10:07:57.262Z] ---> 6fa87a2bb6b9 [2021-07-29T10:07:57.262Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-29T10:07:57.262Z] ---> 7542d9adcb5f [2021-07-29T10:07:57.262Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-29T10:07:57.535Z] ---> 6e382e1ba5ca [2021-07-29T10:07:57.535Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-29T10:07:57.805Z] ---> 7c9397bb8b5c [2021-07-29T10:07:57.805Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-29T10:07:57.805Z] ---> Running in 8a30ecd91670 [2021-07-29T10:07:57.805Z] Removing intermediate container 8a30ecd91670 [2021-07-29T10:07:57.805Z] ---> 211913f23f76 [2021-07-29T10:07:57.805Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:07:57.805Z] ---> Running in 60e7e2adc7f6 [2021-07-29T10:07:58.073Z] Removing intermediate container 60e7e2adc7f6 [2021-07-29T10:07:58.073Z] ---> 2da1a5508995 [2021-07-29T10:07:58.073Z] Step 22/24 : LABEL arch=x86_64 [2021-07-29T10:07:58.073Z] ---> Running in 15b2d7bd43fc [2021-07-29T10:07:58.073Z] Removing intermediate container 15b2d7bd43fc [2021-07-29T10:07:58.073Z] ---> db175ca6916a [2021-07-29T10:07:58.073Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:07:58.073Z] ---> Running in 4e67767dfe31 [2021-07-29T10:07:58.342Z] Removing intermediate container 4e67767dfe31 [2021-07-29T10:07:58.342Z] ---> b8416f25596f [2021-07-29T10:07:58.342Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:07:58.342Z] ---> Running in 42469868fe17 [2021-07-29T10:07:58.342Z] Removing intermediate container 42469868fe17 [2021-07-29T10:07:58.342Z] ---> b404281c8ec0 [2021-07-29T10:07:58.342Z] [2021-07-29T10:07:58.342Z] Successfully built b404281c8ec0 [2021-07-29T10:07:58.342Z] Successfully tagged sys-mgmt-agent:latest [2021-07-29T10:07:58.619Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-07-29T10:07:58.623Z] $ docker stop --time=1 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 [2021-07-29T10:07:59.877Z] $ docker rm -f 68a1ed438e799945a51cd3f282da9a3c5d72fa4b3470f986d11ef44c73fe41b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T10:08:00.274Z] + docker images [2021-07-29T10:08:00.274Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-29T10:08:00.274Z] sys-mgmt-agent latest b404281c8ec0 2 seconds ago 324MB [2021-07-29T10:08:00.274Z] core-data latest 98d974310031 13 seconds ago 20.4MB [2021-07-29T10:08:00.274Z] ee808e685e5f 20 seconds ago 1.75GB [2021-07-29T10:08:00.274Z] b2222ec681a4 22 seconds ago 1.75GB [2021-07-29T10:08:00.274Z] security-secretstore-setup latest b482a4e2d94c 36 seconds ago 29MB [2021-07-29T10:08:00.274Z] security-proxy-setup latest be9072453de7 41 seconds ago 25.9MB [2021-07-29T10:08:00.274Z] cf7f199a26a5 44 seconds ago 1.75GB [2021-07-29T10:08:00.274Z] 16765d63cca3 49 seconds ago 1.75GB [2021-07-29T10:08:00.274Z] support-notifications latest fa789c71df94 About a minute ago 16.8MB [2021-07-29T10:08:00.274Z] support-scheduler latest 320dd9bd13a5 About a minute ago 16.1MB [2021-07-29T10:08:00.274Z] security-bootstrapper latest f73ac3081d70 About a minute ago 18.7MB [2021-07-29T10:08:00.274Z] 197b7f704dc3 About a minute ago 1.75GB [2021-07-29T10:08:00.274Z] 988dcc09ab04 About a minute ago 1.74GB [2021-07-29T10:08:00.274Z] core-metadata latest e140c37ac1c3 About a minute ago 16.7MB [2021-07-29T10:08:00.274Z] 887e1505ed74 About a minute ago 1.75GB [2021-07-29T10:08:00.274Z] core-command latest 99b3bec751ce About a minute ago 16MB [2021-07-29T10:08:00.274Z] eaf5b51c9cd5 About a minute ago 1.75GB [2021-07-29T10:08:00.274Z] b7f0e3b1cb6d About a minute ago 1.74GB [2021-07-29T10:08:00.274Z] ci-base-image-x86_64 latest 1dac4c3a23a3 5 minutes ago 1.24GB [2021-07-29T10:08:00.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 2 weeks ago 475MB [2021-07-29T10:08:00.274Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 3 weeks ago 37.5MB [2021-07-29T10:08:00.274Z] docker 20.10.6 d2979b152a7d 3 months ago 246MB [2021-07-29T10:08:00.274Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-07-29T10:08:00.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:08:00.505Z] provisioning config files... [2021-07-29T10:08:00.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config6325022964253628278tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:08:00.860Z] ---> docker-login.sh [2021-07-29T10:08:00.860Z] nexus3.edgexfoundry.org:10001 [2021-07-29T10:08:00.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:08:00.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:08:00.860Z] Configure a credential helper to remove this warning. See [2021-07-29T10:08:00.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:08:00.860Z] [2021-07-29T10:08:00.860Z] Login Succeeded [2021-07-29T10:08:00.860Z] nexus3.edgexfoundry.org:10002 [2021-07-29T10:08:01.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:08:01.124Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:08:01.124Z] Configure a credential helper to remove this warning. See [2021-07-29T10:08:01.124Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:08:01.124Z] [2021-07-29T10:08:01.124Z] Login Succeeded [2021-07-29T10:08:01.124Z] nexus3.edgexfoundry.org:10003 [2021-07-29T10:08:01.124Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:08:01.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:08:01.397Z] Configure a credential helper to remove this warning. See [2021-07-29T10:08:01.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:08:01.397Z] [2021-07-29T10:08:01.397Z] Login Succeeded [2021-07-29T10:08:01.397Z] nexus3.edgexfoundry.org:10004 [2021-07-29T10:08:01.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:08:01.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:08:01.397Z] Configure a credential helper to remove this warning. See [2021-07-29T10:08:01.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:08:01.397Z] [2021-07-29T10:08:01.397Z] Login Succeeded [2021-07-29T10:08:01.397Z] docker.io [2021-07-29T10:08:01.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:08:01.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:08:01.929Z] Configure a credential helper to remove this warning. See [2021-07-29T10:08:01.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:08:01.929Z] [2021-07-29T10:08:01.929Z] Login Succeeded [2021-07-29T10:08:01.929Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T10:08:01.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:02.013Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-07-29T10:08:02.013Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:02.013Z] latest [2021-07-29T10:08:02.013Z] 2.0.1-dev.16 [2021-07-29T10:08:02.013Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:02.013Z] main [2021-07-29T10:08:02.013Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:02.381Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:02.694Z] + docker push nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:02.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-29T10:08:02.694Z] 7f3feb531a2c: Preparing [2021-07-29T10:08:02.694Z] ab02e23dfc19: Preparing [2021-07-29T10:08:02.694Z] 4df8f98db612: Preparing [2021-07-29T10:08:02.694Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:02.694Z] 32f366d666a5: Preparing [2021-07-29T10:08:02.694Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:02.961Z] 4df8f98db612: Pushed [2021-07-29T10:08:02.961Z] 7f3feb531a2c: Pushed [2021-07-29T10:08:02.961Z] 4b26d2d6e5a0: Pushed [2021-07-29T10:08:04.124Z] ---> a435b22ff9f8 [2021-07-29T10:08:04.124Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:08:04.124Z] ---> 55fa31618137 [2021-07-29T10:08:04.124Z] Step 9/32 : RUN go mod tidy [2021-07-29T10:08:04.124Z] ---> 711615b7e49b [2021-07-29T10:08:04.124Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:08:04.124Z] ---> 463454518749 [2021-07-29T10:08:04.124Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:08:04.124Z] ---> 352e3bbec02f [2021-07-29T10:08:04.124Z] Step 9/26 : RUN go mod tidy [2021-07-29T10:08:04.124Z] ---> Running in b8a0f7a16618 [2021-07-29T10:08:04.124Z] ---> Running in 1e1201b601fa [2021-07-29T10:08:04.124Z] ---> Running in c3d27b2b31bb [2021-07-29T10:08:04.124Z] ---> Running in 4f66f86b6b87 [2021-07-29T10:08:04.124Z] ---> Running in 18330d9282dd [2021-07-29T10:08:04.362Z] ab02e23dfc19: Pushed [2021-07-29T10:08:04.362Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:04.684Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:05.002Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2021-07-29T10:08:05.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-29T10:08:05.002Z] 7f3feb531a2c: Preparing [2021-07-29T10:08:05.002Z] ab02e23dfc19: Preparing [2021-07-29T10:08:05.002Z] 4df8f98db612: Preparing [2021-07-29T10:08:05.002Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:05.002Z] 32f366d666a5: Preparing [2021-07-29T10:08:05.002Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:05.002Z] 7f3feb531a2c: Layer already exists [2021-07-29T10:08:05.002Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:05.002Z] ab02e23dfc19: Layer already exists [2021-07-29T10:08:05.002Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:05.266Z] latest: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:05.590Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:05.904Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 [2021-07-29T10:08:05.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-29T10:08:05.904Z] 7f3feb531a2c: Preparing [2021-07-29T10:08:05.904Z] ab02e23dfc19: Preparing [2021-07-29T10:08:05.904Z] 4df8f98db612: Preparing [2021-07-29T10:08:05.904Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:05.904Z] 32f366d666a5: Preparing [2021-07-29T10:08:05.904Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:05.904Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:05.904Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:05.904Z] ab02e23dfc19: Layer already exists [2021-07-29T10:08:05.904Z] 7f3feb531a2c: Layer already exists [2021-07-29T10:08:05.904Z] 2.0.1-dev.16: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:06.224Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:06.536Z] + docker push nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:06.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-29T10:08:06.536Z] 7f3feb531a2c: Preparing [2021-07-29T10:08:06.536Z] ab02e23dfc19: Preparing [2021-07-29T10:08:06.536Z] 4df8f98db612: Preparing [2021-07-29T10:08:06.536Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:06.536Z] 32f366d666a5: Preparing [2021-07-29T10:08:06.536Z] ab02e23dfc19: Layer already exists [2021-07-29T10:08:06.536Z] 7f3feb531a2c: Layer already exists [2021-07-29T10:08:06.536Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:06.536Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:06.536Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:06.536Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:06.855Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:07.167Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2021-07-29T10:08:07.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-29T10:08:07.167Z] 7f3feb531a2c: Preparing [2021-07-29T10:08:07.167Z] ab02e23dfc19: Preparing [2021-07-29T10:08:07.167Z] 4df8f98db612: Preparing [2021-07-29T10:08:07.167Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:07.167Z] 32f366d666a5: Preparing [2021-07-29T10:08:07.167Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:07.167Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:07.167Z] ab02e23dfc19: Layer already exists [2021-07-29T10:08:07.167Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:07.167Z] 7f3feb531a2c: Layer already exists [2021-07-29T10:08:07.167Z] main: digest: sha256:38fc68edace8618d920a727d245f1c54bf001b4ed101e2101153ea5601e174cb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:07.220Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:07.235Z] taggedImages: [2021-07-29T10:08:07.235Z] - nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:07.235Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2021-07-29T10:08:07.235Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.16 [2021-07-29T10:08:07.235Z] - nexus3.edgexfoundry.org:10004/core-command:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:07.235Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2021-07-29T10:08:07.291Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-07-29T10:08:07.291Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:07.291Z] latest [2021-07-29T10:08:07.291Z] 2.0.1-dev.16 [2021-07-29T10:08:07.291Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:07.291Z] main [2021-07-29T10:08:07.291Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:07.651Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:07.965Z] + docker push nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:07.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-29T10:08:07.965Z] 26d9a7dbf85c: Preparing [2021-07-29T10:08:07.965Z] 9f409a9ae9b6: Preparing [2021-07-29T10:08:07.965Z] 4df8f98db612: Preparing [2021-07-29T10:08:07.965Z] 0bb271e16a89: Preparing [2021-07-29T10:08:07.965Z] e7b217084b00: Preparing [2021-07-29T10:08:07.965Z] 32f366d666a5: Preparing [2021-07-29T10:08:07.965Z] 32f366d666a5: Waiting [2021-07-29T10:08:07.965Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:08.233Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:08.233Z] e7b217084b00: Pushed [2021-07-29T10:08:08.233Z] 26d9a7dbf85c: Pushed [2021-07-29T10:08:08.499Z] 0bb271e16a89: Pushed [2021-07-29T10:08:09.458Z] 9f409a9ae9b6: Pushed [2021-07-29T10:08:09.585Z] Removing intermediate container b8a0f7a16618 [2021-07-29T10:08:09.585Z] ---> 97667d40bd03 [2021-07-29T10:08:09.585Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-29T10:08:09.585Z] ---> Running in bdbf2bede26d [2021-07-29T10:08:09.724Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:10.046Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:10.357Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2021-07-29T10:08:10.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-29T10:08:10.357Z] 26d9a7dbf85c: Preparing [2021-07-29T10:08:10.357Z] 9f409a9ae9b6: Preparing [2021-07-29T10:08:10.357Z] 4df8f98db612: Preparing [2021-07-29T10:08:10.357Z] 0bb271e16a89: Preparing [2021-07-29T10:08:10.357Z] e7b217084b00: Preparing [2021-07-29T10:08:10.357Z] 32f366d666a5: Preparing [2021-07-29T10:08:10.357Z] 32f366d666a5: Waiting [2021-07-29T10:08:10.357Z] 26d9a7dbf85c: Layer already exists [2021-07-29T10:08:10.357Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:10.357Z] 0bb271e16a89: Layer already exists [2021-07-29T10:08:10.357Z] 9f409a9ae9b6: Layer already exists [2021-07-29T10:08:10.357Z] e7b217084b00: Layer already exists [2021-07-29T10:08:10.357Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:10.579Z] Removing intermediate container 4f66f86b6b87 [2021-07-29T10:08:10.579Z] ---> dfcd0787fa75 [2021-07-29T10:08:10.579Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-29T10:08:10.579Z] Removing intermediate container 18330d9282dd [2021-07-29T10:08:10.579Z] ---> d08ac18eb330 [2021-07-29T10:08:10.579Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-29T10:08:10.579Z] Removing intermediate container c3d27b2b31bb [2021-07-29T10:08:10.579Z] ---> 1ab443a854be [2021-07-29T10:08:10.579Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-29T10:08:10.622Z] latest: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:10.859Z] Removing intermediate container 1e1201b601fa [2021-07-29T10:08:10.859Z] ---> 3f8854a29c7f [2021-07-29T10:08:10.859Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-29T10:08:10.859Z] ---> Running in e431dfffb31c [2021-07-29T10:08:10.859Z] ---> Running in 1b85647fa6ad [2021-07-29T10:08:10.859Z] ---> Running in 9485167e274f [2021-07-29T10:08:10.859Z] ---> Running in 67c2bb138629 [2021-07-29T10:08:10.946Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:11.266Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 [2021-07-29T10:08:11.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-29T10:08:11.266Z] 26d9a7dbf85c: Preparing [2021-07-29T10:08:11.266Z] 9f409a9ae9b6: Preparing [2021-07-29T10:08:11.266Z] 4df8f98db612: Preparing [2021-07-29T10:08:11.266Z] 0bb271e16a89: Preparing [2021-07-29T10:08:11.266Z] e7b217084b00: Preparing [2021-07-29T10:08:11.266Z] 32f366d666a5: Preparing [2021-07-29T10:08:11.266Z] 32f366d666a5: Waiting [2021-07-29T10:08:11.266Z] 0bb271e16a89: Layer already exists [2021-07-29T10:08:11.266Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:11.266Z] 26d9a7dbf85c: Layer already exists [2021-07-29T10:08:11.266Z] e7b217084b00: Layer already exists [2021-07-29T10:08:11.266Z] 9f409a9ae9b6: Layer already exists [2021-07-29T10:08:11.266Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:11.462Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2021-07-29T10:08:11.530Z] 2.0.1-dev.16: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:11.848Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:12.160Z] + docker push nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:12.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-29T10:08:12.160Z] 26d9a7dbf85c: Preparing [2021-07-29T10:08:12.160Z] 9f409a9ae9b6: Preparing [2021-07-29T10:08:12.160Z] 4df8f98db612: Preparing [2021-07-29T10:08:12.160Z] 0bb271e16a89: Preparing [2021-07-29T10:08:12.160Z] e7b217084b00: Preparing [2021-07-29T10:08:12.160Z] 32f366d666a5: Preparing [2021-07-29T10:08:12.160Z] 32f366d666a5: Waiting [2021-07-29T10:08:12.160Z] 26d9a7dbf85c: Layer already exists [2021-07-29T10:08:12.160Z] 0bb271e16a89: Layer already exists [2021-07-29T10:08:12.160Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:12.160Z] 9f409a9ae9b6: Layer already exists [2021-07-29T10:08:12.160Z] e7b217084b00: Layer already exists [2021-07-29T10:08:12.160Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:12.160Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:12.477Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:12.788Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2021-07-29T10:08:12.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-29T10:08:12.788Z] 26d9a7dbf85c: Preparing [2021-07-29T10:08:12.788Z] 9f409a9ae9b6: Preparing [2021-07-29T10:08:12.788Z] 4df8f98db612: Preparing [2021-07-29T10:08:12.788Z] 0bb271e16a89: Preparing [2021-07-29T10:08:12.788Z] e7b217084b00: Preparing [2021-07-29T10:08:12.788Z] 32f366d666a5: Preparing [2021-07-29T10:08:12.788Z] 32f366d666a5: Waiting [2021-07-29T10:08:12.788Z] 0bb271e16a89: Layer already exists [2021-07-29T10:08:12.788Z] e7b217084b00: Layer already exists [2021-07-29T10:08:12.788Z] 26d9a7dbf85c: Layer already exists [2021-07-29T10:08:12.788Z] 9f409a9ae9b6: Layer already exists [2021-07-29T10:08:12.788Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:12.788Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:12.788Z] main: digest: sha256:c3071ccb300056f1283b82e1a6c762e5fe040d3f638fd0b6e4d1dfb114360b8e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:13.112Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:13.127Z] taggedImages: [2021-07-29T10:08:13.127Z] - nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:13.127Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2021-07-29T10:08:13.127Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.16 [2021-07-29T10:08:13.127Z] - nexus3.edgexfoundry.org:10004/core-data:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:13.127Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2021-07-29T10:08:13.161Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-07-29T10:08:13.161Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:13.161Z] latest [2021-07-29T10:08:13.161Z] 2.0.1-dev.16 [2021-07-29T10:08:13.161Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:13.161Z] main [2021-07-29T10:08:13.161Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:13.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-29T10:08:13.519Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:13.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-29T10:08:13.838Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:13.838Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-29T10:08:13.838Z] b792a9c50138: Preparing [2021-07-29T10:08:13.838Z] 2909d36e336b: Preparing [2021-07-29T10:08:13.838Z] 4df8f98db612: Preparing [2021-07-29T10:08:13.838Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:13.838Z] 32f366d666a5: Preparing [2021-07-29T10:08:13.838Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:13.838Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:13.838Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:14.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-29T10:08:14.107Z] b792a9c50138: Pushed [2021-07-29T10:08:14.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-29T10:08:15.509Z] 2909d36e336b: Pushed [2021-07-29T10:08:15.509Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:15.828Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:16.141Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2021-07-29T10:08:16.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-29T10:08:16.141Z] b792a9c50138: Preparing [2021-07-29T10:08:16.141Z] 2909d36e336b: Preparing [2021-07-29T10:08:16.141Z] 4df8f98db612: Preparing [2021-07-29T10:08:16.141Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:16.141Z] 32f366d666a5: Preparing [2021-07-29T10:08:16.141Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:16.141Z] b792a9c50138: Layer already exists [2021-07-29T10:08:16.141Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:16.141Z] 2909d36e336b: Layer already exists [2021-07-29T10:08:16.141Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:16.141Z] latest: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:16.458Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:16.769Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 [2021-07-29T10:08:16.769Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-29T10:08:16.769Z] b792a9c50138: Preparing [2021-07-29T10:08:16.769Z] 2909d36e336b: Preparing [2021-07-29T10:08:16.769Z] 4df8f98db612: Preparing [2021-07-29T10:08:16.769Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:16.769Z] 32f366d666a5: Preparing [2021-07-29T10:08:16.769Z] b792a9c50138: Layer already exists [2021-07-29T10:08:16.769Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:16.769Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:16.769Z] 2909d36e336b: Layer already exists [2021-07-29T10:08:16.769Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:17.034Z] 2.0.1-dev.16: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:17.355Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:17.671Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:17.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-29T10:08:17.671Z] b792a9c50138: Preparing [2021-07-29T10:08:17.671Z] 2909d36e336b: Preparing [2021-07-29T10:08:17.671Z] 4df8f98db612: Preparing [2021-07-29T10:08:17.671Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:17.671Z] 32f366d666a5: Preparing [2021-07-29T10:08:17.671Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:17.671Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:17.671Z] 2909d36e336b: Layer already exists [2021-07-29T10:08:17.671Z] b792a9c50138: Layer already exists [2021-07-29T10:08:17.671Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:17.937Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:18.261Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:18.576Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2021-07-29T10:08:18.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-29T10:08:18.576Z] b792a9c50138: Preparing [2021-07-29T10:08:18.576Z] 2909d36e336b: Preparing [2021-07-29T10:08:18.576Z] 4df8f98db612: Preparing [2021-07-29T10:08:18.576Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:18.576Z] 32f366d666a5: Preparing [2021-07-29T10:08:18.576Z] b792a9c50138: Layer already exists [2021-07-29T10:08:18.576Z] 2909d36e336b: Layer already exists [2021-07-29T10:08:18.576Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:18.576Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:18.576Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:18.842Z] main: digest: sha256:6e511704146dfe50ff6520330a9c0a6333022ced63326b3b74d7c942c92bd453 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:18.901Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:18.916Z] taggedImages: [2021-07-29T10:08:18.916Z] - nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:18.916Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2021-07-29T10:08:18.916Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.16 [2021-07-29T10:08:18.916Z] - nexus3.edgexfoundry.org:10004/core-metadata:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:18.916Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2021-07-29T10:08:18.951Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-07-29T10:08:18.951Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:18.951Z] latest [2021-07-29T10:08:18.951Z] 2.0.1-dev.16 [2021-07-29T10:08:18.951Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:18.951Z] main [2021-07-29T10:08:18.951Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:19.308Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:19.623Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:19.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-29T10:08:19.623Z] d8e873f33a94: Preparing [2021-07-29T10:08:19.623Z] d8e873f33a94: Preparing [2021-07-29T10:08:19.623Z] 1aaef27f6a00: Preparing [2021-07-29T10:08:19.623Z] 7404454ddbb5: Preparing [2021-07-29T10:08:19.623Z] cd6a4bf6a3c8: Preparing [2021-07-29T10:08:19.623Z] 954b264e0af4: Preparing [2021-07-29T10:08:19.623Z] 4df8f98db612: Preparing [2021-07-29T10:08:19.623Z] c86b6f971a93: Preparing [2021-07-29T10:08:19.623Z] cc5c1153cef1: Preparing [2021-07-29T10:08:19.623Z] fdd5c1f8a353: Preparing [2021-07-29T10:08:19.623Z] 9eb1c8d8bbd6: Preparing [2021-07-29T10:08:19.623Z] 32f366d666a5: Preparing [2021-07-29T10:08:19.623Z] 4df8f98db612: Waiting [2021-07-29T10:08:19.623Z] c86b6f971a93: Waiting [2021-07-29T10:08:19.623Z] cc5c1153cef1: Waiting [2021-07-29T10:08:19.623Z] fdd5c1f8a353: Waiting [2021-07-29T10:08:19.623Z] 9eb1c8d8bbd6: Waiting [2021-07-29T10:08:19.623Z] 32f366d666a5: Waiting [2021-07-29T10:08:19.888Z] 7404454ddbb5: Pushed [2021-07-29T10:08:19.888Z] 1aaef27f6a00: Pushed [2021-07-29T10:08:19.888Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:19.888Z] d8e873f33a94: Pushed [2021-07-29T10:08:19.888Z] cd6a4bf6a3c8: Pushed [2021-07-29T10:08:20.155Z] c86b6f971a93: Pushed [2021-07-29T10:08:20.420Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:20.420Z] 9eb1c8d8bbd6: Pushed [2021-07-29T10:08:20.420Z] fdd5c1f8a353: Pushed [2021-07-29T10:08:20.420Z] cc5c1153cef1: Pushed [2021-07-29T10:08:21.379Z] 954b264e0af4: Pushed [2021-07-29T10:08:21.645Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:21.976Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:22.286Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2021-07-29T10:08:22.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-29T10:08:22.286Z] d8e873f33a94: Preparing [2021-07-29T10:08:22.286Z] d8e873f33a94: Preparing [2021-07-29T10:08:22.286Z] 1aaef27f6a00: Preparing [2021-07-29T10:08:22.286Z] 7404454ddbb5: Preparing [2021-07-29T10:08:22.286Z] cd6a4bf6a3c8: Preparing [2021-07-29T10:08:22.286Z] 954b264e0af4: Preparing [2021-07-29T10:08:22.286Z] 4df8f98db612: Preparing [2021-07-29T10:08:22.286Z] c86b6f971a93: Preparing [2021-07-29T10:08:22.286Z] cc5c1153cef1: Preparing [2021-07-29T10:08:22.286Z] fdd5c1f8a353: Preparing [2021-07-29T10:08:22.286Z] 9eb1c8d8bbd6: Preparing [2021-07-29T10:08:22.286Z] 32f366d666a5: Preparing [2021-07-29T10:08:22.286Z] 4df8f98db612: Waiting [2021-07-29T10:08:22.286Z] c86b6f971a93: Waiting [2021-07-29T10:08:22.286Z] cc5c1153cef1: Waiting [2021-07-29T10:08:22.286Z] fdd5c1f8a353: Waiting [2021-07-29T10:08:22.286Z] 9eb1c8d8bbd6: Waiting [2021-07-29T10:08:22.286Z] 32f366d666a5: Waiting [2021-07-29T10:08:22.286Z] cd6a4bf6a3c8: Layer already exists [2021-07-29T10:08:22.287Z] 954b264e0af4: Layer already exists [2021-07-29T10:08:22.287Z] d8e873f33a94: Layer already exists [2021-07-29T10:08:22.287Z] 7404454ddbb5: Layer already exists [2021-07-29T10:08:22.287Z] 1aaef27f6a00: Layer already exists [2021-07-29T10:08:22.287Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:22.287Z] c86b6f971a93: Layer already exists [2021-07-29T10:08:22.287Z] fdd5c1f8a353: Layer already exists [2021-07-29T10:08:22.287Z] cc5c1153cef1: Layer already exists [2021-07-29T10:08:22.287Z] 9eb1c8d8bbd6: Layer already exists [2021-07-29T10:08:22.287Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:22.551Z] latest: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:22.867Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:23.175Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 [2021-07-29T10:08:23.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-29T10:08:23.175Z] d8e873f33a94: Preparing [2021-07-29T10:08:23.175Z] d8e873f33a94: Preparing [2021-07-29T10:08:23.175Z] 1aaef27f6a00: Preparing [2021-07-29T10:08:23.175Z] 7404454ddbb5: Preparing [2021-07-29T10:08:23.175Z] cd6a4bf6a3c8: Preparing [2021-07-29T10:08:23.175Z] 954b264e0af4: Preparing [2021-07-29T10:08:23.175Z] 4df8f98db612: Preparing [2021-07-29T10:08:23.175Z] c86b6f971a93: Preparing [2021-07-29T10:08:23.175Z] cc5c1153cef1: Preparing [2021-07-29T10:08:23.175Z] fdd5c1f8a353: Preparing [2021-07-29T10:08:23.175Z] 9eb1c8d8bbd6: Preparing [2021-07-29T10:08:23.175Z] 32f366d666a5: Preparing [2021-07-29T10:08:23.175Z] 4df8f98db612: Waiting [2021-07-29T10:08:23.175Z] c86b6f971a93: Waiting [2021-07-29T10:08:23.175Z] cc5c1153cef1: Waiting [2021-07-29T10:08:23.175Z] fdd5c1f8a353: Waiting [2021-07-29T10:08:23.175Z] 9eb1c8d8bbd6: Waiting [2021-07-29T10:08:23.175Z] 32f366d666a5: Waiting [2021-07-29T10:08:23.175Z] d8e873f33a94: Layer already exists [2021-07-29T10:08:23.175Z] cd6a4bf6a3c8: Layer already exists [2021-07-29T10:08:23.175Z] 1aaef27f6a00: Layer already exists [2021-07-29T10:08:23.175Z] 7404454ddbb5: Layer already exists [2021-07-29T10:08:23.175Z] 954b264e0af4: Layer already exists [2021-07-29T10:08:23.175Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:23.175Z] c86b6f971a93: Layer already exists [2021-07-29T10:08:23.175Z] 9eb1c8d8bbd6: Layer already exists [2021-07-29T10:08:23.175Z] fdd5c1f8a353: Layer already exists [2021-07-29T10:08:23.175Z] cc5c1153cef1: Layer already exists [2021-07-29T10:08:23.175Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:23.440Z] 2.0.1-dev.16: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:23.760Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:24.073Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:24.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-29T10:08:24.073Z] d8e873f33a94: Preparing [2021-07-29T10:08:24.073Z] d8e873f33a94: Preparing [2021-07-29T10:08:24.073Z] 1aaef27f6a00: Preparing [2021-07-29T10:08:24.073Z] 7404454ddbb5: Preparing [2021-07-29T10:08:24.073Z] cd6a4bf6a3c8: Preparing [2021-07-29T10:08:24.073Z] 954b264e0af4: Preparing [2021-07-29T10:08:24.073Z] 4df8f98db612: Preparing [2021-07-29T10:08:24.073Z] c86b6f971a93: Preparing [2021-07-29T10:08:24.073Z] cc5c1153cef1: Preparing [2021-07-29T10:08:24.073Z] fdd5c1f8a353: Preparing [2021-07-29T10:08:24.073Z] 9eb1c8d8bbd6: Preparing [2021-07-29T10:08:24.073Z] 32f366d666a5: Preparing [2021-07-29T10:08:24.073Z] 4df8f98db612: Waiting [2021-07-29T10:08:24.073Z] c86b6f971a93: Waiting [2021-07-29T10:08:24.073Z] cc5c1153cef1: Waiting [2021-07-29T10:08:24.073Z] fdd5c1f8a353: Waiting [2021-07-29T10:08:24.073Z] 9eb1c8d8bbd6: Waiting [2021-07-29T10:08:24.073Z] 32f366d666a5: Waiting [2021-07-29T10:08:24.073Z] 7404454ddbb5: Layer already exists [2021-07-29T10:08:24.073Z] 954b264e0af4: Layer already exists [2021-07-29T10:08:24.073Z] d8e873f33a94: Layer already exists [2021-07-29T10:08:24.073Z] cd6a4bf6a3c8: Layer already exists [2021-07-29T10:08:24.073Z] 1aaef27f6a00: Layer already exists [2021-07-29T10:08:24.073Z] c86b6f971a93: Layer already exists [2021-07-29T10:08:24.073Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:24.073Z] cc5c1153cef1: Layer already exists [2021-07-29T10:08:24.073Z] 9eb1c8d8bbd6: Layer already exists [2021-07-29T10:08:24.073Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:24.338Z] fdd5c1f8a353: Layer already exists [2021-07-29T10:08:24.338Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:24.655Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:24.964Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2021-07-29T10:08:24.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-29T10:08:24.964Z] d8e873f33a94: Preparing [2021-07-29T10:08:24.964Z] d8e873f33a94: Preparing [2021-07-29T10:08:24.964Z] 1aaef27f6a00: Preparing [2021-07-29T10:08:24.964Z] 7404454ddbb5: Preparing [2021-07-29T10:08:24.965Z] cd6a4bf6a3c8: Preparing [2021-07-29T10:08:24.965Z] 954b264e0af4: Preparing [2021-07-29T10:08:24.965Z] 4df8f98db612: Preparing [2021-07-29T10:08:24.965Z] c86b6f971a93: Preparing [2021-07-29T10:08:24.965Z] cc5c1153cef1: Preparing [2021-07-29T10:08:24.965Z] fdd5c1f8a353: Preparing [2021-07-29T10:08:24.965Z] 9eb1c8d8bbd6: Preparing [2021-07-29T10:08:24.965Z] 32f366d666a5: Preparing [2021-07-29T10:08:24.965Z] 4df8f98db612: Waiting [2021-07-29T10:08:24.965Z] c86b6f971a93: Waiting [2021-07-29T10:08:24.965Z] cc5c1153cef1: Waiting [2021-07-29T10:08:24.965Z] fdd5c1f8a353: Waiting [2021-07-29T10:08:24.965Z] 9eb1c8d8bbd6: Waiting [2021-07-29T10:08:24.965Z] 32f366d666a5: Waiting [2021-07-29T10:08:24.965Z] d8e873f33a94: Layer already exists [2021-07-29T10:08:24.965Z] cd6a4bf6a3c8: Layer already exists [2021-07-29T10:08:24.965Z] 1aaef27f6a00: Layer already exists [2021-07-29T10:08:24.965Z] 954b264e0af4: Layer already exists [2021-07-29T10:08:24.965Z] 7404454ddbb5: Layer already exists [2021-07-29T10:08:24.965Z] cc5c1153cef1: Layer already exists [2021-07-29T10:08:24.965Z] fdd5c1f8a353: Layer already exists [2021-07-29T10:08:24.965Z] c86b6f971a93: Layer already exists [2021-07-29T10:08:24.965Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:24.965Z] 9eb1c8d8bbd6: Layer already exists [2021-07-29T10:08:24.965Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:25.230Z] main: digest: sha256:db85fae64ccc3ab6afeccc7c0db967a72562f3ecdd86ed0197edc53f5dfe8063 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:25.313Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:25.327Z] taggedImages: [2021-07-29T10:08:25.327Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:25.327Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2021-07-29T10:08:25.327Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.16 [2021-07-29T10:08:25.327Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:25.327Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2021-07-29T10:08:25.355Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-07-29T10:08:25.355Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:25.355Z] latest [2021-07-29T10:08:25.355Z] 2.0.1-dev.16 [2021-07-29T10:08:25.355Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:25.355Z] main [2021-07-29T10:08:25.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:25.705Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:26.283Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:26.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-29T10:08:26.283Z] 19d323487fec: Preparing [2021-07-29T10:08:26.283Z] 2afae20ba464: Preparing [2021-07-29T10:08:26.283Z] 5b0e37bc37ab: Preparing [2021-07-29T10:08:26.283Z] f488fc5d60ab: Preparing [2021-07-29T10:08:26.283Z] 71045781b32a: Preparing [2021-07-29T10:08:26.283Z] 32f366d666a5: Preparing [2021-07-29T10:08:26.283Z] 32f366d666a5: Waiting [2021-07-29T10:08:27.120Z] f488fc5d60ab: Pushed [2021-07-29T10:08:27.120Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:27.120Z] 71045781b32a: Pushed [2021-07-29T10:08:27.120Z] 5b0e37bc37ab: Pushed [2021-07-29T10:08:27.120Z] 2afae20ba464: Pushed [2021-07-29T10:08:27.384Z] 19d323487fec: Pushed [2021-07-29T10:08:27.649Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:27.966Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:28.278Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2021-07-29T10:08:28.278Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-29T10:08:28.278Z] 19d323487fec: Preparing [2021-07-29T10:08:28.278Z] 2afae20ba464: Preparing [2021-07-29T10:08:28.278Z] 5b0e37bc37ab: Preparing [2021-07-29T10:08:28.278Z] f488fc5d60ab: Preparing [2021-07-29T10:08:28.279Z] 71045781b32a: Preparing [2021-07-29T10:08:28.279Z] 32f366d666a5: Preparing [2021-07-29T10:08:28.279Z] 32f366d666a5: Waiting [2021-07-29T10:08:28.279Z] 19d323487fec: Layer already exists [2021-07-29T10:08:28.279Z] 5b0e37bc37ab: Layer already exists [2021-07-29T10:08:28.279Z] 71045781b32a: Layer already exists [2021-07-29T10:08:28.279Z] f488fc5d60ab: Layer already exists [2021-07-29T10:08:28.279Z] 2afae20ba464: Layer already exists [2021-07-29T10:08:28.279Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:28.543Z] latest: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:28.861Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:29.174Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 [2021-07-29T10:08:29.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-29T10:08:29.174Z] 19d323487fec: Preparing [2021-07-29T10:08:29.174Z] 2afae20ba464: Preparing [2021-07-29T10:08:29.174Z] 5b0e37bc37ab: Preparing [2021-07-29T10:08:29.174Z] f488fc5d60ab: Preparing [2021-07-29T10:08:29.174Z] 71045781b32a: Preparing [2021-07-29T10:08:29.174Z] 32f366d666a5: Preparing [2021-07-29T10:08:29.174Z] 32f366d666a5: Waiting [2021-07-29T10:08:29.174Z] 19d323487fec: Layer already exists [2021-07-29T10:08:29.174Z] f488fc5d60ab: Layer already exists [2021-07-29T10:08:29.174Z] 2afae20ba464: Layer already exists [2021-07-29T10:08:29.174Z] 5b0e37bc37ab: Layer already exists [2021-07-29T10:08:29.174Z] 71045781b32a: Layer already exists [2021-07-29T10:08:29.174Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:29.438Z] 2.0.1-dev.16: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:29.753Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:30.076Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:30.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-29T10:08:30.076Z] 19d323487fec: Preparing [2021-07-29T10:08:30.076Z] 2afae20ba464: Preparing [2021-07-29T10:08:30.076Z] 5b0e37bc37ab: Preparing [2021-07-29T10:08:30.076Z] f488fc5d60ab: Preparing [2021-07-29T10:08:30.076Z] 71045781b32a: Preparing [2021-07-29T10:08:30.076Z] 32f366d666a5: Preparing [2021-07-29T10:08:30.076Z] 32f366d666a5: Waiting [2021-07-29T10:08:30.076Z] 19d323487fec: Layer already exists [2021-07-29T10:08:30.076Z] 5b0e37bc37ab: Layer already exists [2021-07-29T10:08:30.076Z] 2afae20ba464: Layer already exists [2021-07-29T10:08:30.076Z] f488fc5d60ab: Layer already exists [2021-07-29T10:08:30.076Z] 71045781b32a: Layer already exists [2021-07-29T10:08:30.077Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:30.077Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:30.390Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:30.702Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2021-07-29T10:08:30.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-29T10:08:30.702Z] 19d323487fec: Preparing [2021-07-29T10:08:30.702Z] 2afae20ba464: Preparing [2021-07-29T10:08:30.702Z] 5b0e37bc37ab: Preparing [2021-07-29T10:08:30.702Z] f488fc5d60ab: Preparing [2021-07-29T10:08:30.702Z] 71045781b32a: Preparing [2021-07-29T10:08:30.702Z] 32f366d666a5: Preparing [2021-07-29T10:08:30.702Z] 32f366d666a5: Waiting [2021-07-29T10:08:30.702Z] 19d323487fec: Layer already exists [2021-07-29T10:08:30.702Z] 71045781b32a: Layer already exists [2021-07-29T10:08:30.702Z] f488fc5d60ab: Layer already exists [2021-07-29T10:08:30.702Z] 2afae20ba464: Layer already exists [2021-07-29T10:08:30.702Z] 5b0e37bc37ab: Layer already exists [2021-07-29T10:08:30.702Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:30.967Z] main: digest: sha256:a5bfb97820d0864acc55c6881df6474208047bf48ff5308aff3b5cf357486843 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:31.021Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:31.035Z] taggedImages: [2021-07-29T10:08:31.035Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:31.035Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2021-07-29T10:08:31.035Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.16 [2021-07-29T10:08:31.035Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:31.035Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2021-07-29T10:08:31.068Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-07-29T10:08:31.068Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:31.068Z] latest [2021-07-29T10:08:31.068Z] 2.0.1-dev.16 [2021-07-29T10:08:31.068Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:31.068Z] main [2021-07-29T10:08:31.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:31.420Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:31.738Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:31.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-29T10:08:31.738Z] 66a1cc9cd551: Preparing [2021-07-29T10:08:31.738Z] d7eb216bed30: Preparing [2021-07-29T10:08:31.738Z] 637cbb22cb63: Preparing [2021-07-29T10:08:31.738Z] bae2e43181a1: Preparing [2021-07-29T10:08:31.738Z] 506206d75c8f: Preparing [2021-07-29T10:08:31.738Z] 1fbbc0412a13: Preparing [2021-07-29T10:08:31.738Z] 54b25bf66b0a: Preparing [2021-07-29T10:08:31.738Z] 5dbf0392d8fb: Preparing [2021-07-29T10:08:31.738Z] b6a4f94c021e: Preparing [2021-07-29T10:08:31.738Z] 32f366d666a5: Preparing [2021-07-29T10:08:31.738Z] 1fbbc0412a13: Waiting [2021-07-29T10:08:31.738Z] b6a4f94c021e: Waiting [2021-07-29T10:08:31.738Z] 54b25bf66b0a: Waiting [2021-07-29T10:08:31.738Z] 5dbf0392d8fb: Waiting [2021-07-29T10:08:31.738Z] 32f366d666a5: Waiting [2021-07-29T10:08:32.699Z] 506206d75c8f: Pushed [2021-07-29T10:08:32.699Z] d7eb216bed30: Pushed [2021-07-29T10:08:32.699Z] 66a1cc9cd551: Pushed [2021-07-29T10:08:32.699Z] 1fbbc0412a13: Pushed [2021-07-29T10:08:32.965Z] 5dbf0392d8fb: Pushed [2021-07-29T10:08:32.965Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:33.231Z] 54b25bf66b0a: Pushed [2021-07-29T10:08:33.231Z] bae2e43181a1: Pushed [2021-07-29T10:08:33.231Z] b6a4f94c021e: Pushed [2021-07-29T10:08:33.497Z] 637cbb22cb63: Pushed [2021-07-29T10:08:33.762Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:34.081Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:34.391Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2021-07-29T10:08:34.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-29T10:08:34.391Z] 66a1cc9cd551: Preparing [2021-07-29T10:08:34.391Z] d7eb216bed30: Preparing [2021-07-29T10:08:34.391Z] 637cbb22cb63: Preparing [2021-07-29T10:08:34.391Z] bae2e43181a1: Preparing [2021-07-29T10:08:34.391Z] 506206d75c8f: Preparing [2021-07-29T10:08:34.391Z] 1fbbc0412a13: Preparing [2021-07-29T10:08:34.391Z] 54b25bf66b0a: Preparing [2021-07-29T10:08:34.391Z] 5dbf0392d8fb: Preparing [2021-07-29T10:08:34.391Z] b6a4f94c021e: Preparing [2021-07-29T10:08:34.391Z] 32f366d666a5: Preparing [2021-07-29T10:08:34.391Z] 1fbbc0412a13: Waiting [2021-07-29T10:08:34.391Z] 32f366d666a5: Waiting [2021-07-29T10:08:34.391Z] 54b25bf66b0a: Waiting [2021-07-29T10:08:34.391Z] b6a4f94c021e: Waiting [2021-07-29T10:08:34.391Z] 5dbf0392d8fb: Waiting [2021-07-29T10:08:34.391Z] 66a1cc9cd551: Layer already exists [2021-07-29T10:08:34.391Z] 506206d75c8f: Layer already exists [2021-07-29T10:08:34.391Z] d7eb216bed30: Layer already exists [2021-07-29T10:08:34.391Z] bae2e43181a1: Layer already exists [2021-07-29T10:08:34.391Z] 637cbb22cb63: Layer already exists [2021-07-29T10:08:34.391Z] b6a4f94c021e: Layer already exists [2021-07-29T10:08:34.391Z] 54b25bf66b0a: Layer already exists [2021-07-29T10:08:34.391Z] 1fbbc0412a13: Layer already exists [2021-07-29T10:08:34.391Z] 5dbf0392d8fb: Layer already exists [2021-07-29T10:08:34.391Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:34.658Z] latest: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:34.977Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:35.291Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 [2021-07-29T10:08:35.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-29T10:08:35.291Z] 66a1cc9cd551: Preparing [2021-07-29T10:08:35.291Z] d7eb216bed30: Preparing [2021-07-29T10:08:35.291Z] 637cbb22cb63: Preparing [2021-07-29T10:08:35.291Z] bae2e43181a1: Preparing [2021-07-29T10:08:35.291Z] 506206d75c8f: Preparing [2021-07-29T10:08:35.291Z] 1fbbc0412a13: Preparing [2021-07-29T10:08:35.291Z] 54b25bf66b0a: Preparing [2021-07-29T10:08:35.291Z] 5dbf0392d8fb: Preparing [2021-07-29T10:08:35.291Z] b6a4f94c021e: Preparing [2021-07-29T10:08:35.291Z] 32f366d666a5: Preparing [2021-07-29T10:08:35.291Z] 5dbf0392d8fb: Waiting [2021-07-29T10:08:35.291Z] 1fbbc0412a13: Waiting [2021-07-29T10:08:35.291Z] b6a4f94c021e: Waiting [2021-07-29T10:08:35.291Z] 32f366d666a5: Waiting [2021-07-29T10:08:35.291Z] 54b25bf66b0a: Waiting [2021-07-29T10:08:35.291Z] 637cbb22cb63: Layer already exists [2021-07-29T10:08:35.291Z] d7eb216bed30: Layer already exists [2021-07-29T10:08:35.291Z] bae2e43181a1: Layer already exists [2021-07-29T10:08:35.291Z] 506206d75c8f: Layer already exists [2021-07-29T10:08:35.291Z] 66a1cc9cd551: Layer already exists [2021-07-29T10:08:35.291Z] 1fbbc0412a13: Layer already exists [2021-07-29T10:08:35.291Z] 54b25bf66b0a: Layer already exists [2021-07-29T10:08:35.291Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:35.291Z] 5dbf0392d8fb: Layer already exists [2021-07-29T10:08:35.291Z] b6a4f94c021e: Layer already exists [2021-07-29T10:08:35.291Z] 2.0.1-dev.16: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:35.605Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:35.917Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:35.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-29T10:08:35.917Z] 66a1cc9cd551: Preparing [2021-07-29T10:08:35.917Z] d7eb216bed30: Preparing [2021-07-29T10:08:35.917Z] 637cbb22cb63: Preparing [2021-07-29T10:08:35.917Z] bae2e43181a1: Preparing [2021-07-29T10:08:35.917Z] 506206d75c8f: Preparing [2021-07-29T10:08:35.917Z] 1fbbc0412a13: Preparing [2021-07-29T10:08:35.917Z] 54b25bf66b0a: Preparing [2021-07-29T10:08:35.917Z] 5dbf0392d8fb: Preparing [2021-07-29T10:08:35.917Z] b6a4f94c021e: Preparing [2021-07-29T10:08:35.917Z] 32f366d666a5: Preparing [2021-07-29T10:08:35.917Z] 1fbbc0412a13: Waiting [2021-07-29T10:08:35.917Z] 54b25bf66b0a: Waiting [2021-07-29T10:08:35.917Z] 5dbf0392d8fb: Waiting [2021-07-29T10:08:35.917Z] b6a4f94c021e: Waiting [2021-07-29T10:08:35.917Z] 32f366d666a5: Waiting [2021-07-29T10:08:35.917Z] 637cbb22cb63: Layer already exists [2021-07-29T10:08:35.917Z] bae2e43181a1: Layer already exists [2021-07-29T10:08:35.917Z] d7eb216bed30: Layer already exists [2021-07-29T10:08:35.917Z] 506206d75c8f: Layer already exists [2021-07-29T10:08:35.917Z] 66a1cc9cd551: Layer already exists [2021-07-29T10:08:35.917Z] 1fbbc0412a13: Layer already exists [2021-07-29T10:08:35.917Z] 54b25bf66b0a: Layer already exists [2021-07-29T10:08:35.917Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:35.917Z] 5dbf0392d8fb: Layer already exists [2021-07-29T10:08:35.917Z] b6a4f94c021e: Layer already exists [2021-07-29T10:08:35.917Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:36.233Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:36.546Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2021-07-29T10:08:36.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-29T10:08:36.546Z] 66a1cc9cd551: Preparing [2021-07-29T10:08:36.546Z] d7eb216bed30: Preparing [2021-07-29T10:08:36.546Z] 637cbb22cb63: Preparing [2021-07-29T10:08:36.546Z] bae2e43181a1: Preparing [2021-07-29T10:08:36.546Z] 506206d75c8f: Preparing [2021-07-29T10:08:36.546Z] 1fbbc0412a13: Preparing [2021-07-29T10:08:36.546Z] 54b25bf66b0a: Preparing [2021-07-29T10:08:36.546Z] 5dbf0392d8fb: Preparing [2021-07-29T10:08:36.546Z] b6a4f94c021e: Preparing [2021-07-29T10:08:36.546Z] 32f366d666a5: Preparing [2021-07-29T10:08:36.546Z] 1fbbc0412a13: Waiting [2021-07-29T10:08:36.546Z] 54b25bf66b0a: Waiting [2021-07-29T10:08:36.546Z] 5dbf0392d8fb: Waiting [2021-07-29T10:08:36.546Z] b6a4f94c021e: Waiting [2021-07-29T10:08:36.546Z] 32f366d666a5: Waiting [2021-07-29T10:08:36.546Z] 637cbb22cb63: Layer already exists [2021-07-29T10:08:36.546Z] 66a1cc9cd551: Layer already exists [2021-07-29T10:08:36.546Z] d7eb216bed30: Layer already exists [2021-07-29T10:08:36.546Z] 506206d75c8f: Layer already exists [2021-07-29T10:08:36.546Z] bae2e43181a1: Layer already exists [2021-07-29T10:08:36.546Z] 54b25bf66b0a: Layer already exists [2021-07-29T10:08:36.546Z] 1fbbc0412a13: Layer already exists [2021-07-29T10:08:36.546Z] 5dbf0392d8fb: Layer already exists [2021-07-29T10:08:36.546Z] b6a4f94c021e: Layer already exists [2021-07-29T10:08:36.546Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:36.811Z] main: digest: sha256:89cb70b2bb97b0d24ce90cdb9e4ae67390d117f7893d433c756949d8259c69e0 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:36.866Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:36.880Z] taggedImages: [2021-07-29T10:08:36.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:36.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2021-07-29T10:08:36.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.16 [2021-07-29T10:08:36.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:36.880Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2021-07-29T10:08:36.911Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-07-29T10:08:36.911Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:36.911Z] latest [2021-07-29T10:08:36.911Z] 2.0.1-dev.16 [2021-07-29T10:08:36.911Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:36.911Z] main [2021-07-29T10:08:36.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:37.265Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:37.577Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:37.577Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-29T10:08:37.577Z] 399904cd96f1: Preparing [2021-07-29T10:08:37.577Z] 2ff61a21e8fb: Preparing [2021-07-29T10:08:37.577Z] 4df8f98db612: Preparing [2021-07-29T10:08:37.577Z] 0a90702ec7db: Preparing [2021-07-29T10:08:37.577Z] 32f366d666a5: Preparing [2021-07-29T10:08:37.577Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:37.577Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:37.844Z] 399904cd96f1: Pushed [2021-07-29T10:08:37.844Z] 0a90702ec7db: Pushed [2021-07-29T10:08:39.251Z] 2ff61a21e8fb: Pushed [2021-07-29T10:08:39.251Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:39.568Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:39.882Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2021-07-29T10:08:39.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-29T10:08:39.882Z] 399904cd96f1: Preparing [2021-07-29T10:08:39.882Z] 2ff61a21e8fb: Preparing [2021-07-29T10:08:39.882Z] 4df8f98db612: Preparing [2021-07-29T10:08:39.882Z] 0a90702ec7db: Preparing [2021-07-29T10:08:39.882Z] 32f366d666a5: Preparing [2021-07-29T10:08:39.882Z] 399904cd96f1: Layer already exists [2021-07-29T10:08:39.882Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:39.882Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:39.882Z] 2ff61a21e8fb: Layer already exists [2021-07-29T10:08:39.882Z] 0a90702ec7db: Layer already exists [2021-07-29T10:08:40.147Z] latest: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:40.463Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:40.773Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 [2021-07-29T10:08:40.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-29T10:08:40.773Z] 399904cd96f1: Preparing [2021-07-29T10:08:40.773Z] 2ff61a21e8fb: Preparing [2021-07-29T10:08:40.773Z] 4df8f98db612: Preparing [2021-07-29T10:08:40.773Z] 0a90702ec7db: Preparing [2021-07-29T10:08:40.773Z] 32f366d666a5: Preparing [2021-07-29T10:08:40.773Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:40.773Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:40.773Z] 399904cd96f1: Layer already exists [2021-07-29T10:08:40.773Z] 2ff61a21e8fb: Layer already exists [2021-07-29T10:08:40.773Z] 0a90702ec7db: Layer already exists [2021-07-29T10:08:40.773Z] 2.0.1-dev.16: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:41.093Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:41.410Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:41.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-29T10:08:41.410Z] 399904cd96f1: Preparing [2021-07-29T10:08:41.410Z] 2ff61a21e8fb: Preparing [2021-07-29T10:08:41.410Z] 4df8f98db612: Preparing [2021-07-29T10:08:41.410Z] 0a90702ec7db: Preparing [2021-07-29T10:08:41.410Z] 32f366d666a5: Preparing [2021-07-29T10:08:41.410Z] 2ff61a21e8fb: Layer already exists [2021-07-29T10:08:41.410Z] 399904cd96f1: Layer already exists [2021-07-29T10:08:41.410Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:41.410Z] 0a90702ec7db: Layer already exists [2021-07-29T10:08:41.410Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:41.410Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:41.726Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:42.038Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2021-07-29T10:08:42.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-29T10:08:42.038Z] 399904cd96f1: Preparing [2021-07-29T10:08:42.038Z] 2ff61a21e8fb: Preparing [2021-07-29T10:08:42.038Z] 4df8f98db612: Preparing [2021-07-29T10:08:42.038Z] 0a90702ec7db: Preparing [2021-07-29T10:08:42.038Z] 32f366d666a5: Preparing [2021-07-29T10:08:42.038Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:42.038Z] 2ff61a21e8fb: Layer already exists [2021-07-29T10:08:42.038Z] 0a90702ec7db: Layer already exists [2021-07-29T10:08:42.038Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:42.038Z] 399904cd96f1: Layer already exists [2021-07-29T10:08:42.302Z] main: digest: sha256:457a374b26fa8d75d561f1b898423bd23a64331eeebfc885836ab93a841bb771 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:42.357Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:42.372Z] taggedImages: [2021-07-29T10:08:42.372Z] - nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:42.372Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2021-07-29T10:08:42.372Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.16 [2021-07-29T10:08:42.372Z] - nexus3.edgexfoundry.org:10004/support-notifications:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:42.372Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2021-07-29T10:08:42.406Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-07-29T10:08:42.406Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:42.406Z] latest [2021-07-29T10:08:42.406Z] 2.0.1-dev.16 [2021-07-29T10:08:42.406Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:42.406Z] main [2021-07-29T10:08:42.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:42.757Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:43.071Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:43.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-29T10:08:43.071Z] 2c050e1c8fce: Preparing [2021-07-29T10:08:43.071Z] 51075ffcdd59: Preparing [2021-07-29T10:08:43.071Z] 4df8f98db612: Preparing [2021-07-29T10:08:43.071Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:43.071Z] 32f366d666a5: Preparing [2021-07-29T10:08:43.071Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:43.071Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:43.071Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:43.337Z] 2c050e1c8fce: Pushed [2021-07-29T10:08:44.740Z] 51075ffcdd59: Pushed [2021-07-29T10:08:45.005Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:45.325Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:45.636Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2021-07-29T10:08:45.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-29T10:08:45.636Z] 2c050e1c8fce: Preparing [2021-07-29T10:08:45.636Z] 51075ffcdd59: Preparing [2021-07-29T10:08:45.636Z] 4df8f98db612: Preparing [2021-07-29T10:08:45.636Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:45.636Z] 32f366d666a5: Preparing [2021-07-29T10:08:45.636Z] 2c050e1c8fce: Layer already exists [2021-07-29T10:08:45.636Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:45.636Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:45.636Z] 51075ffcdd59: Layer already exists [2021-07-29T10:08:45.636Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:45.902Z] latest: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:46.219Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:46.531Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 [2021-07-29T10:08:46.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-29T10:08:46.531Z] 2c050e1c8fce: Preparing [2021-07-29T10:08:46.531Z] 51075ffcdd59: Preparing [2021-07-29T10:08:46.531Z] 4df8f98db612: Preparing [2021-07-29T10:08:46.531Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:46.531Z] 32f366d666a5: Preparing [2021-07-29T10:08:46.531Z] 2c050e1c8fce: Layer already exists [2021-07-29T10:08:46.531Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:46.531Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:46.531Z] 51075ffcdd59: Layer already exists [2021-07-29T10:08:46.531Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:46.796Z] 2.0.1-dev.16: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:47.112Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:47.425Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:47.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-29T10:08:47.426Z] 2c050e1c8fce: Preparing [2021-07-29T10:08:47.426Z] 51075ffcdd59: Preparing [2021-07-29T10:08:47.426Z] 4df8f98db612: Preparing [2021-07-29T10:08:47.426Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:47.426Z] 32f366d666a5: Preparing [2021-07-29T10:08:47.426Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:47.426Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:47.426Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:47.426Z] 51075ffcdd59: Layer already exists [2021-07-29T10:08:47.426Z] 2c050e1c8fce: Layer already exists [2021-07-29T10:08:47.691Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:48.010Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:48.321Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2021-07-29T10:08:48.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-29T10:08:48.321Z] 2c050e1c8fce: Preparing [2021-07-29T10:08:48.321Z] 51075ffcdd59: Preparing [2021-07-29T10:08:48.321Z] 4df8f98db612: Preparing [2021-07-29T10:08:48.321Z] 4b26d2d6e5a0: Preparing [2021-07-29T10:08:48.321Z] 32f366d666a5: Preparing [2021-07-29T10:08:48.321Z] 32f366d666a5: Layer already exists [2021-07-29T10:08:48.321Z] 2c050e1c8fce: Layer already exists [2021-07-29T10:08:48.321Z] 4b26d2d6e5a0: Layer already exists [2021-07-29T10:08:48.321Z] 51075ffcdd59: Layer already exists [2021-07-29T10:08:48.321Z] 4df8f98db612: Layer already exists [2021-07-29T10:08:48.588Z] main: digest: sha256:b9041a716bfbb603dfb4c445f3740d788c1b061bda81ae82a14e12d01008d6fb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:48.647Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:48.663Z] taggedImages: [2021-07-29T10:08:48.663Z] - nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:48.663Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2021-07-29T10:08:48.663Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.16 [2021-07-29T10:08:48.663Z] - nexus3.edgexfoundry.org:10004/support-scheduler:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:48.663Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2021-07-29T10:08:48.695Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-07-29T10:08:48.695Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:48.695Z] latest [2021-07-29T10:08:48.695Z] 2.0.1-dev.16 [2021-07-29T10:08:48.695Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:48.695Z] main [2021-07-29T10:08:48.695Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:49.081Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:49.398Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:49.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-29T10:08:49.398Z] e23524f25c79: Preparing [2021-07-29T10:08:49.398Z] 3106d284afcc: Preparing [2021-07-29T10:08:49.398Z] 319795d404d5: Preparing [2021-07-29T10:08:49.398Z] 8c88eac7e84a: Preparing [2021-07-29T10:08:49.398Z] b82f54db960b: Preparing [2021-07-29T10:08:49.398Z] 4bc13ba6e7d2: Preparing [2021-07-29T10:08:49.398Z] 241588b2373e: Preparing [2021-07-29T10:08:49.398Z] 9e9604462a57: Preparing [2021-07-29T10:08:49.398Z] 563ea45970c1: Preparing [2021-07-29T10:08:49.398Z] 91e3b9641807: Preparing [2021-07-29T10:08:49.398Z] b2d5eeeaba3a: Preparing [2021-07-29T10:08:49.398Z] 9e9604462a57: Waiting [2021-07-29T10:08:49.398Z] 563ea45970c1: Waiting [2021-07-29T10:08:49.398Z] 91e3b9641807: Waiting [2021-07-29T10:08:49.398Z] b2d5eeeaba3a: Waiting [2021-07-29T10:08:49.398Z] 4bc13ba6e7d2: Waiting [2021-07-29T10:08:49.398Z] 241588b2373e: Waiting [2021-07-29T10:08:49.398Z] b82f54db960b: Layer already exists [2021-07-29T10:08:49.398Z] 4bc13ba6e7d2: Layer already exists [2021-07-29T10:08:49.666Z] 241588b2373e: Layer already exists [2021-07-29T10:08:49.936Z] 9e9604462a57: Layer already exists [2021-07-29T10:08:50.203Z] 3106d284afcc: Pushed [2021-07-29T10:08:50.203Z] 563ea45970c1: Layer already exists [2021-07-29T10:08:50.203Z] 91e3b9641807: Layer already exists [2021-07-29T10:08:50.203Z] e23524f25c79: Pushed [2021-07-29T10:08:50.203Z] b2d5eeeaba3a: Layer already exists [2021-07-29T10:08:50.467Z] 319795d404d5: Pushed [2021-07-29T10:08:55.806Z] 8c88eac7e84a: Pushed [2021-07-29T10:08:56.070Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:56.384Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:56.698Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2021-07-29T10:08:56.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-29T10:08:56.699Z] e23524f25c79: Preparing [2021-07-29T10:08:56.699Z] 3106d284afcc: Preparing [2021-07-29T10:08:56.699Z] 319795d404d5: Preparing [2021-07-29T10:08:56.699Z] 8c88eac7e84a: Preparing [2021-07-29T10:08:56.699Z] b82f54db960b: Preparing [2021-07-29T10:08:56.699Z] 4bc13ba6e7d2: Preparing [2021-07-29T10:08:56.699Z] 241588b2373e: Preparing [2021-07-29T10:08:56.699Z] 9e9604462a57: Preparing [2021-07-29T10:08:56.699Z] 563ea45970c1: Preparing [2021-07-29T10:08:56.699Z] 91e3b9641807: Preparing [2021-07-29T10:08:56.699Z] b2d5eeeaba3a: Preparing [2021-07-29T10:08:56.699Z] 4bc13ba6e7d2: Waiting [2021-07-29T10:08:56.699Z] 241588b2373e: Waiting [2021-07-29T10:08:56.699Z] 9e9604462a57: Waiting [2021-07-29T10:08:56.699Z] 563ea45970c1: Waiting [2021-07-29T10:08:56.699Z] 91e3b9641807: Waiting [2021-07-29T10:08:56.699Z] b2d5eeeaba3a: Waiting [2021-07-29T10:08:56.699Z] 8c88eac7e84a: Layer already exists [2021-07-29T10:08:56.699Z] e23524f25c79: Layer already exists [2021-07-29T10:08:56.699Z] 319795d404d5: Layer already exists [2021-07-29T10:08:56.699Z] 3106d284afcc: Layer already exists [2021-07-29T10:08:56.699Z] 4bc13ba6e7d2: Layer already exists [2021-07-29T10:08:56.699Z] b82f54db960b: Layer already exists [2021-07-29T10:08:56.699Z] 241588b2373e: Layer already exists [2021-07-29T10:08:56.699Z] 9e9604462a57: Layer already exists [2021-07-29T10:08:56.699Z] 563ea45970c1: Layer already exists [2021-07-29T10:08:56.699Z] 91e3b9641807: Layer already exists [2021-07-29T10:08:56.699Z] b2d5eeeaba3a: Layer already exists [2021-07-29T10:08:56.964Z] latest: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:57.287Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:57.603Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 [2021-07-29T10:08:57.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-29T10:08:57.603Z] e23524f25c79: Preparing [2021-07-29T10:08:57.603Z] 3106d284afcc: Preparing [2021-07-29T10:08:57.603Z] 319795d404d5: Preparing [2021-07-29T10:08:57.603Z] 8c88eac7e84a: Preparing [2021-07-29T10:08:57.603Z] b82f54db960b: Preparing [2021-07-29T10:08:57.603Z] 4bc13ba6e7d2: Preparing [2021-07-29T10:08:57.603Z] 241588b2373e: Preparing [2021-07-29T10:08:57.603Z] 9e9604462a57: Preparing [2021-07-29T10:08:57.603Z] 563ea45970c1: Preparing [2021-07-29T10:08:57.603Z] 91e3b9641807: Preparing [2021-07-29T10:08:57.603Z] b2d5eeeaba3a: Preparing [2021-07-29T10:08:57.603Z] 241588b2373e: Waiting [2021-07-29T10:08:57.603Z] 9e9604462a57: Waiting [2021-07-29T10:08:57.603Z] 563ea45970c1: Waiting [2021-07-29T10:08:57.603Z] 91e3b9641807: Waiting [2021-07-29T10:08:57.603Z] b2d5eeeaba3a: Waiting [2021-07-29T10:08:57.603Z] 4bc13ba6e7d2: Waiting [2021-07-29T10:08:57.603Z] b82f54db960b: Layer already exists [2021-07-29T10:08:57.603Z] 3106d284afcc: Layer already exists [2021-07-29T10:08:57.603Z] e23524f25c79: Layer already exists [2021-07-29T10:08:57.603Z] 319795d404d5: Layer already exists [2021-07-29T10:08:57.603Z] 8c88eac7e84a: Layer already exists [2021-07-29T10:08:57.603Z] 4bc13ba6e7d2: Layer already exists [2021-07-29T10:08:57.603Z] 241588b2373e: Layer already exists [2021-07-29T10:08:57.603Z] 9e9604462a57: Layer already exists [2021-07-29T10:08:57.603Z] 563ea45970c1: Layer already exists [2021-07-29T10:08:57.603Z] b2d5eeeaba3a: Layer already exists [2021-07-29T10:08:57.603Z] 91e3b9641807: Layer already exists [2021-07-29T10:08:57.603Z] 2.0.1-dev.16: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:57.921Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:58.232Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:58.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-29T10:08:58.232Z] e23524f25c79: Preparing [2021-07-29T10:08:58.232Z] 3106d284afcc: Preparing [2021-07-29T10:08:58.232Z] 319795d404d5: Preparing [2021-07-29T10:08:58.232Z] 8c88eac7e84a: Preparing [2021-07-29T10:08:58.232Z] b82f54db960b: Preparing [2021-07-29T10:08:58.232Z] 4bc13ba6e7d2: Preparing [2021-07-29T10:08:58.232Z] 241588b2373e: Preparing [2021-07-29T10:08:58.232Z] 9e9604462a57: Preparing [2021-07-29T10:08:58.232Z] 563ea45970c1: Preparing [2021-07-29T10:08:58.232Z] 91e3b9641807: Preparing [2021-07-29T10:08:58.232Z] b2d5eeeaba3a: Preparing [2021-07-29T10:08:58.232Z] 4bc13ba6e7d2: Waiting [2021-07-29T10:08:58.232Z] 241588b2373e: Waiting [2021-07-29T10:08:58.232Z] 9e9604462a57: Waiting [2021-07-29T10:08:58.232Z] 563ea45970c1: Waiting [2021-07-29T10:08:58.232Z] 91e3b9641807: Waiting [2021-07-29T10:08:58.232Z] b2d5eeeaba3a: Waiting [2021-07-29T10:08:58.232Z] 8c88eac7e84a: Layer already exists [2021-07-29T10:08:58.232Z] 3106d284afcc: Layer already exists [2021-07-29T10:08:58.232Z] e23524f25c79: Layer already exists [2021-07-29T10:08:58.232Z] 319795d404d5: Layer already exists [2021-07-29T10:08:58.232Z] b82f54db960b: Layer already exists [2021-07-29T10:08:58.232Z] 4bc13ba6e7d2: Layer already exists [2021-07-29T10:08:58.232Z] 241588b2373e: Layer already exists [2021-07-29T10:08:58.232Z] 9e9604462a57: Layer already exists [2021-07-29T10:08:58.232Z] 563ea45970c1: Layer already exists [2021-07-29T10:08:58.232Z] 91e3b9641807: Layer already exists [2021-07-29T10:08:58.232Z] b2d5eeeaba3a: Layer already exists [2021-07-29T10:08:58.499Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:58.824Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:08:59.145Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2021-07-29T10:08:59.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-29T10:08:59.145Z] e23524f25c79: Preparing [2021-07-29T10:08:59.145Z] 3106d284afcc: Preparing [2021-07-29T10:08:59.145Z] 319795d404d5: Preparing [2021-07-29T10:08:59.145Z] 8c88eac7e84a: Preparing [2021-07-29T10:08:59.145Z] b82f54db960b: Preparing [2021-07-29T10:08:59.145Z] 4bc13ba6e7d2: Preparing [2021-07-29T10:08:59.145Z] 241588b2373e: Preparing [2021-07-29T10:08:59.145Z] 9e9604462a57: Preparing [2021-07-29T10:08:59.145Z] 563ea45970c1: Preparing [2021-07-29T10:08:59.145Z] 91e3b9641807: Preparing [2021-07-29T10:08:59.145Z] b2d5eeeaba3a: Preparing [2021-07-29T10:08:59.145Z] 4bc13ba6e7d2: Waiting [2021-07-29T10:08:59.145Z] 241588b2373e: Waiting [2021-07-29T10:08:59.145Z] 9e9604462a57: Waiting [2021-07-29T10:08:59.145Z] 563ea45970c1: Waiting [2021-07-29T10:08:59.145Z] 91e3b9641807: Waiting [2021-07-29T10:08:59.145Z] b2d5eeeaba3a: Waiting [2021-07-29T10:08:59.145Z] 319795d404d5: Layer already exists [2021-07-29T10:08:59.145Z] 8c88eac7e84a: Layer already exists [2021-07-29T10:08:59.145Z] b82f54db960b: Layer already exists [2021-07-29T10:08:59.145Z] e23524f25c79: Layer already exists [2021-07-29T10:08:59.145Z] 3106d284afcc: Layer already exists [2021-07-29T10:08:59.145Z] 241588b2373e: Layer already exists [2021-07-29T10:08:59.145Z] 4bc13ba6e7d2: Layer already exists [2021-07-29T10:08:59.145Z] 563ea45970c1: Layer already exists [2021-07-29T10:08:59.145Z] 91e3b9641807: Layer already exists [2021-07-29T10:08:59.145Z] 9e9604462a57: Layer already exists [2021-07-29T10:08:59.145Z] b2d5eeeaba3a: Layer already exists [2021-07-29T10:08:59.411Z] main: digest: sha256:9c399b276df9b46d8244f6f28960f7fc6d7ec0dfdf25460ba3ed66173d80a8fb size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:08:59.471Z] ===================================================== [Pipeline] echo [2021-07-29T10:08:59.486Z] taggedImages: [2021-07-29T10:08:59.486Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:08:59.486Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2021-07-29T10:08:59.486Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.16 [2021-07-29T10:08:59.486Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:08:59.486Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-07-29T10:10:06.225Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-29T10:10:06.225Z] Removing intermediate container bdbf2bede26d [2021-07-29T10:10:06.225Z] ---> e8d526febbb8 [2021-07-29T10:10:06.225Z] [2021-07-29T10:10:06.225Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:10:06.225Z] 3.12: Pulling from library/alpine [2021-07-29T10:10:06.225Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-29T10:10:06.225Z] Status: Downloaded newer image for alpine:3.12 [2021-07-29T10:10:06.225Z] ---> c4fd0aeabfcf [2021-07-29T10:10:06.225Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:10:06.225Z] ---> Running in f95bd23f783a [2021-07-29T10:10:08.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:08.221Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:08.834Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-29T10:10:08.834Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:10:08.834Z] OK: 5 MiB in 15 packages [2021-07-29T10:10:09.450Z] Removing intermediate container 1b85647fa6ad [2021-07-29T10:10:09.450Z] ---> d9f987eed630 [2021-07-29T10:10:09.450Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-29T10:10:10.449Z] ---> Running in ed7620d3b5ab [2021-07-29T10:10:11.894Z] Removing intermediate container f95bd23f783a [2021-07-29T10:10:11.894Z] ---> 9c33d9c4ef05 [2021-07-29T10:10:11.894Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:10:12.177Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-29T10:10:12.178Z] ---> Running in 721016ab9567 [2021-07-29T10:10:13.172Z] Removing intermediate container 67c2bb138629 [2021-07-29T10:10:13.172Z] ---> ed1400e47198 [2021-07-29T10:10:13.172Z] [2021-07-29T10:10:13.172Z] Step 11/32 : FROM alpine:3.12 [2021-07-29T10:10:13.172Z] ---> c4fd0aeabfcf [2021-07-29T10:10:13.172Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-29T10:10:13.172Z] Removing intermediate container 9485167e274f [2021-07-29T10:10:13.172Z] ---> a449fc98d748 [2021-07-29T10:10:13.172Z] [2021-07-29T10:10:13.172Z] Step 11/26 : FROM alpine:3.12 [2021-07-29T10:10:13.172Z] ---> c4fd0aeabfcf [2021-07-29T10:10:13.172Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-29T10:10:13.451Z] ---> Running in 7ae4a359a1d4 [2021-07-29T10:10:13.451Z] ---> Running in 3b561e391bf4 [2021-07-29T10:10:13.728Z] Removing intermediate container 721016ab9567 [2021-07-29T10:10:13.728Z] ---> 4c2c5386eb42 [2021-07-29T10:10:13.728Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-29T10:10:14.002Z] ---> Running in 84145373962b [2021-07-29T10:10:14.606Z] Removing intermediate container 7ae4a359a1d4 [2021-07-29T10:10:14.606Z] ---> 9aa4aefeb85e [2021-07-29T10:10:14.606Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-29T10:10:14.889Z] ---> Running in 4cab0699bd08 [2021-07-29T10:10:15.166Z] Removing intermediate container 84145373962b [2021-07-29T10:10:15.166Z] ---> a0eae6fa1c31 [2021-07-29T10:10:15.166Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-29T10:10:15.453Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:15.453Z] Removing intermediate container e431dfffb31c [2021-07-29T10:10:15.453Z] ---> 875905366f8b [2021-07-29T10:10:15.453Z] [2021-07-29T10:10:15.453Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:10:15.453Z] ---> c4fd0aeabfcf [2021-07-29T10:10:15.453Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:10:15.453Z] ---> Using cache [2021-07-29T10:10:15.453Z] ---> 9c33d9c4ef05 [2021-07-29T10:10:15.453Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:10:15.453Z] ---> Running in beda1a8162b2 [2021-07-29T10:10:15.453Z] ---> Using cache [2021-07-29T10:10:15.453Z] ---> 4c2c5386eb42 [2021-07-29T10:10:15.453Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-29T10:10:15.731Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:15.731Z] ---> Running in d1c79b88f934 [2021-07-29T10:10:16.333Z] Removing intermediate container ed7620d3b5ab [2021-07-29T10:10:16.333Z] ---> 35ab4f7bacf9 [2021-07-29T10:10:16.333Z] [2021-07-29T10:10:16.333Z] Step 12/24 : FROM docker:20.10.6 [2021-07-29T10:10:16.333Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-29T10:10:16.333Z] Removing intermediate container beda1a8162b2 [2021-07-29T10:10:16.333Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-29T10:10:16.333Z] ---> 34603041a6e4 [2021-07-29T10:10:16.333Z] Step 16/24 : WORKDIR / [2021-07-29T10:10:16.333Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-29T10:10:16.333Z] (4/6) Installing curl (7.78.0-r0) [2021-07-29T10:10:16.333Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-29T10:10:16.333Z] (6/6) Installing su-exec (0.2-r1) [2021-07-29T10:10:16.333Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:10:16.333Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:10:16.625Z] 20.10.6: Pulling from library/docker [2021-07-29T10:10:16.625Z] OK: 7 MiB in 20 packages [2021-07-29T10:10:16.625Z] ---> Running in 38b3b4c2ae28 [2021-07-29T10:10:16.625Z] Removing intermediate container d1c79b88f934 [2021-07-29T10:10:16.625Z] ---> b0f5fba21b9a [2021-07-29T10:10:16.625Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-29T10:10:16.909Z] ---> Running in 86521d5e1680 [2021-07-29T10:10:17.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:17.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:17.813Z] Removing intermediate container 38b3b4c2ae28 [2021-07-29T10:10:17.813Z] ---> e3d825566d08 [2021-07-29T10:10:17.813Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:10:17.813Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-29T10:10:17.813Z] (2/2) Installing su-exec (0.2-r1) [2021-07-29T10:10:17.813Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:10:17.813Z] OK: 5 MiB in 16 packages [2021-07-29T10:10:17.813Z] Removing intermediate container 86521d5e1680 [2021-07-29T10:10:17.813Z] ---> 566172aadc2e [2021-07-29T10:10:17.813Z] Step 16/24 : WORKDIR / [2021-07-29T10:10:18.422Z] ---> Running in c23d7f70208d [2021-07-29T10:10:19.410Z] Removing intermediate container 3b561e391bf4 [2021-07-29T10:10:19.410Z] ---> c41090543aea [2021-07-29T10:10:19.410Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-29T10:10:19.410Z] ---> d4032bd062ce [2021-07-29T10:10:19.410Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-29T10:10:19.686Z] Removing intermediate container c23d7f70208d [2021-07-29T10:10:19.686Z] ---> 9d82e127f99f [2021-07-29T10:10:19.686Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:10:19.686Z] ---> Running in c3d3be7ec185 [2021-07-29T10:10:19.962Z] Removing intermediate container 4cab0699bd08 [2021-07-29T10:10:19.962Z] ---> 06049ed23086 [2021-07-29T10:10:19.962Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-29T10:10:20.250Z] ---> Running in 1d2a04e7e777 [2021-07-29T10:10:20.527Z] Removing intermediate container c3d3be7ec185 [2021-07-29T10:10:20.527Z] ---> 5f31cab37f41 [2021-07-29T10:10:20.527Z] Step 14/26 : WORKDIR / [2021-07-29T10:10:20.820Z] ---> 146a4a9b558f [2021-07-29T10:10:20.820Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-29T10:10:20.820Z] ---> Running in dbee3961f893 [2021-07-29T10:10:21.099Z] Removing intermediate container 1d2a04e7e777 [2021-07-29T10:10:21.099Z] ---> 65147b7d8be4 [2021-07-29T10:10:21.099Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-29T10:10:21.376Z] ---> 2ce256c5174a [2021-07-29T10:10:21.376Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-29T10:10:21.651Z] ---> Running in 7c1aabd32c5d [2021-07-29T10:10:21.923Z] Removing intermediate container dbee3961f893 [2021-07-29T10:10:21.924Z] ---> 60d448756fed [2021-07-29T10:10:21.924Z] 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-07-29T10:10:22.911Z] Removing intermediate container 7c1aabd32c5d [2021-07-29T10:10:22.911Z] ---> 3be7746d7e9b [2021-07-29T10:10:22.911Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-29T10:10:23.189Z] ---> 8a2645459d73 [2021-07-29T10:10:23.189Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-29T10:10:23.189Z] ---> 407d155bf84b [2021-07-29T10:10:23.189Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-29T10:10:23.464Z] ---> Running in 9c3c79508f16 [2021-07-29T10:10:23.740Z] ---> Running in 643cf00f9295 [2021-07-29T10:10:23.740Z] ---> fbfbb0248e78 [2021-07-29T10:10:23.740Z] 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-07-29T10:10:24.729Z] ---> 05508ebfc237 [2021-07-29T10:10:24.729Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-29T10:10:25.001Z] ---> Running in fb3ae01dd080 [2021-07-29T10:10:25.001Z] Removing intermediate container 643cf00f9295 [2021-07-29T10:10:25.001Z] ---> 7c722d2d7791 [2021-07-29T10:10:25.001Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:10:25.276Z] ---> 03ede533c765 [2021-07-29T10:10:25.276Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-29T10:10:25.276Z] ---> Running in db0094452573 [2021-07-29T10:10:25.563Z] Removing intermediate container fb3ae01dd080 [2021-07-29T10:10:25.563Z] ---> 93f25a5dfe76 [2021-07-29T10:10:25.563Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:10:26.173Z] ---> Running in 3e1e5f97f149 [2021-07-29T10:10:26.174Z] Removing intermediate container db0094452573 [2021-07-29T10:10:26.174Z] ---> 0d3bfbe92204 [2021-07-29T10:10:26.174Z] Step 22/24 : LABEL arch=arm64 [2021-07-29T10:10:26.451Z] ---> Running in 427e70ee5c22 [2021-07-29T10:10:26.451Z] ---> b61891bbcccd [2021-07-29T10:10:26.451Z] 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-07-29T10:10:27.053Z] Removing intermediate container 9c3c79508f16 [2021-07-29T10:10:27.053Z] ---> 4df00e0a1375 [2021-07-29T10:10:27.053Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-29T10:10:27.053Z] Removing intermediate container 3e1e5f97f149 [2021-07-29T10:10:27.053Z] ---> 23fb90333479 [2021-07-29T10:10:27.053Z] Step 22/24 : LABEL arch=arm64 [2021-07-29T10:10:27.326Z] ---> Running in 2b6f4a073957 [2021-07-29T10:10:27.326Z] ---> Running in a5b126b0fe47 [2021-07-29T10:10:27.601Z] Removing intermediate container 427e70ee5c22 [2021-07-29T10:10:27.601Z] ---> 0c534e57e660 [2021-07-29T10:10:27.601Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:10:27.884Z] ---> c0ea3e80a6e9 [2021-07-29T10:10:27.884Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-29T10:10:27.884Z] ---> Running in 39f3240d97b4 [2021-07-29T10:10:28.159Z] Removing intermediate container 2b6f4a073957 [2021-07-29T10:10:28.159Z] ---> 2d42c52b8d18 [2021-07-29T10:10:28.159Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-29T10:10:28.159Z] Removing intermediate container a5b126b0fe47 [2021-07-29T10:10:28.159Z] ---> edc9b5621c59 [2021-07-29T10:10:28.159Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:10:28.760Z] ---> Running in 19f9a53bec77 [2021-07-29T10:10:28.760Z] Removing intermediate container 39f3240d97b4 [2021-07-29T10:10:28.760Z] ---> 9b1340ebb9f1 [2021-07-29T10:10:28.760Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:10:29.049Z] ---> Running in 3fdb8792bfda [2021-07-29T10:10:29.652Z] ---> 8ec04176eec2 [2021-07-29T10:10:29.652Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-29T10:10:29.652Z] Removing intermediate container 19f9a53bec77 [2021-07-29T10:10:29.652Z] ---> 83bb7551cb5c [2021-07-29T10:10:29.652Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:10:29.652Z] ---> 6412765ddd89 [2021-07-29T10:10:29.652Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-29T10:10:29.652Z] ---> Running in fc134dacbc91 [2021-07-29T10:10:29.652Z] ---> Running in 2d115d52b95d [2021-07-29T10:10:29.929Z] Removing intermediate container 3fdb8792bfda [2021-07-29T10:10:30.206Z] ---> a729424647b4 [2021-07-29T10:10:30.206Z] [2021-07-29T10:10:30.497Z] Successfully built a729424647b4 [2021-07-29T10:10:30.497Z] Successfully tagged core-command-arm64:latest [2021-07-29T10:10:30.497Z]  Building core-command ... done Building core-data [2021-07-29T10:10:30.781Z] Removing intermediate container 2d115d52b95d [2021-07-29T10:10:30.781Z] ---> 8a15093a2277 [2021-07-29T10:10:30.781Z] [2021-07-29T10:10:31.386Z] Successfully built 8a15093a2277 [2021-07-29T10:10:31.386Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-29T10:10:31.386Z] Successfully tagged core-metadata-arm64:latest [2021-07-29T10:10:31.386Z]  Building core-metadata ... done Building support-notifications [2021-07-29T10:10:31.664Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-29T10:10:31.664Z] ---> cdf2a7733a7b [2021-07-29T10:10:31.665Z] 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-07-29T10:10:31.665Z] ---> 9bf3321d9a95 [2021-07-29T10:10:31.665Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-29T10:10:31.965Z] ---> Running in 03d1ea671946 [2021-07-29T10:10:33.413Z] Removing intermediate container 03d1ea671946 [2021-07-29T10:10:33.413Z] ---> 49891b3160d3 [2021-07-29T10:10:33.413Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2021-07-29T10:10:33.691Z] ---> 048b25ab8a85 [2021-07-29T10:10:33.691Z] 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-07-29T10:10:34.297Z] ---> Running in e1eea51344a8 [2021-07-29T10:10:34.297Z] ---> Running in 1e9f9b1ab386 [2021-07-29T10:10:34.297Z] Removing intermediate container fc134dacbc91 [2021-07-29T10:10:34.297Z] ---> b91ea28b91e6 [2021-07-29T10:10:34.297Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:10:36.286Z] ---> b27a56e24a22 [2021-07-29T10:10:36.286Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-29T10:10:36.286Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:36.564Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:37.554Z] (1/39) Installing readline (8.1.0-r0) [2021-07-29T10:10:37.554Z] (2/39) Installing bash (5.1.0-r0) [2021-07-29T10:10:37.554Z] Executing bash-5.1.0-r0.post-install [2021-07-29T10:10:37.554Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-29T10:10:37.554Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-29T10:10:37.554Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-29T10:10:37.554Z] (6/39) Installing curl (7.78.0-r0) [2021-07-29T10:10:37.554Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-29T10:10:37.554Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-29T10:10:37.554Z] (9/39) Installing expat (2.2.10-r1) [2021-07-29T10:10:37.554Z] (10/39) Installing libffi (3.3-r2) [2021-07-29T10:10:37.554Z] (11/39) Installing gdbm (1.19-r0) [2021-07-29T10:10:37.554Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-29T10:10:37.554Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-29T10:10:37.554Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-29T10:10:38.566Z] ---> 0e1658f38b00 [2021-07-29T10:10:38.566Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-29T10:10:38.566Z] Removing intermediate container e1eea51344a8 [2021-07-29T10:10:38.566Z] ---> 4378e8500804 [2021-07-29T10:10:38.566Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-29T10:10:39.183Z] ---> Running in 5fc0fb348194 [2021-07-29T10:10:39.465Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-29T10:10:39.465Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-29T10:10:39.465Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-29T10:10:39.465Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-29T10:10:39.465Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-29T10:10:39.745Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-29T10:10:39.745Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-29T10:10:39.745Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-29T10:10:40.021Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-29T10:10:40.021Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-29T10:10:40.021Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-29T10:10:40.021Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-29T10:10:40.021Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-29T10:10:40.021Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-29T10:10:40.021Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-29T10:10:40.021Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-29T10:10:40.021Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-29T10:10:40.021Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-29T10:10:40.021Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-29T10:10:40.299Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-29T10:10:40.299Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-29T10:10:40.299Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-29T10:10:40.299Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-29T10:10:40.299Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-29T10:10:40.299Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-29T10:10:40.299Z] ---> ee1be8661cc0 [2021-07-29T10:10:40.299Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-29T10:10:40.906Z] Removing intermediate container 5fc0fb348194 [2021-07-29T10:10:40.907Z] ---> 389dbd2d4e4f [2021-07-29T10:10:40.907Z] Step 24/26 : LABEL arch=arm64 [2021-07-29T10:10:40.907Z] Executing busybox-1.32.1-r6.trigger [2021-07-29T10:10:40.907Z] OK: 82 MiB in 59 packages [2021-07-29T10:10:41.524Z] ---> Running in 72c5beeede65 [2021-07-29T10:10:42.139Z] ---> 06b3a54d473a [2021-07-29T10:10:42.139Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-29T10:10:42.424Z] Removing intermediate container 72c5beeede65 [2021-07-29T10:10:42.424Z] ---> d57fd522d94b [2021-07-29T10:10:42.424Z] Step 25/26 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:10:43.039Z] ---> Running in 6bef7798ffe9 [2021-07-29T10:10:43.382Z] ---> 10a44c192690 [2021-07-29T10:10:43.383Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-29T10:10:44.139Z] Removing intermediate container 6bef7798ffe9 [2021-07-29T10:10:44.139Z] ---> 272cd1d1106b [2021-07-29T10:10:44.139Z] Step 26/26 : LABEL version=2.0.1-dev.16 [2021-07-29T10:10:44.139Z] ---> Running in e33849d6edef [2021-07-29T10:10:44.467Z] ---> Running in 732544ce250d [2021-07-29T10:10:46.069Z] Removing intermediate container e33849d6edef [2021-07-29T10:10:46.069Z] ---> 8cd2ecfaa977 [2021-07-29T10:10:46.069Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-29T10:10:46.069Z] Removing intermediate container 732544ce250d [2021-07-29T10:10:46.069Z] ---> 3bf0d54c7546 [2021-07-29T10:10:46.069Z] [2021-07-29T10:10:46.672Z] Successfully built 3bf0d54c7546 [2021-07-29T10:10:46.672Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-29T10:10:46.672Z] Building security-proxy-setup [2021-07-29T10:10:47.670Z]  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:10:47.670Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:10:47.670Z] ---> 942659c657c1 [2021-07-29T10:10:47.670Z] Step 3/24 : WORKDIR /edgex-go [2021-07-29T10:10:47.670Z] ---> Using cache [2021-07-29T10:10:47.670Z] ---> 17f771aac690 [2021-07-29T10:10:47.670Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:10:47.670Z] ---> Using cache [2021-07-29T10:10:47.670Z] ---> 086406180803 [2021-07-29T10:10:47.670Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-29T10:10:47.670Z] ---> 5b147239b1a0 [2021-07-29T10:10:47.670Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-29T10:10:47.670Z] ---> Running in b0331a9b0786 [2021-07-29T10:10:48.278Z] ---> Running in ef93e475dc5e [2021-07-29T10:10:49.724Z] Collecting docker-compose==1.23.2 [2021-07-29T10:10:49.724Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:10:49.724Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:10:49.724Z] ---> 942659c657c1 [2021-07-29T10:10:49.724Z] Step 3/23 : WORKDIR /edgex-go [2021-07-29T10:10:49.724Z] ---> Using cache [2021-07-29T10:10:49.724Z] ---> 17f771aac690 [2021-07-29T10:10:49.724Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:10:49.724Z] ---> Using cache [2021-07-29T10:10:49.724Z] ---> 086406180803 [2021-07-29T10:10:49.724Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-29T10:10:49.724Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-29T10:10:49.996Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:50.605Z] Collecting PyYAML<4,>=3.10 [2021-07-29T10:10:50.605Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-29T10:10:50.917Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:50.917Z] ---> Running in f743225a1db0 [2021-07-29T10:10:51.913Z] OK: 218 MiB in 52 packages [2021-07-29T10:10:52.522Z] Removing intermediate container ef93e475dc5e [2021-07-29T10:10:52.522Z] ---> 304b8de891fb [2021-07-29T10:10:52.522Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-29T10:10:53.129Z] ---> Running in 80e8e34a6866 [2021-07-29T10:10:53.405Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:54.407Z] Removing intermediate container 80e8e34a6866 [2021-07-29T10:10:54.407Z] ---> 88fcb0e870c1 [2021-07-29T10:10:54.407Z] Step 29/32 : CMD ["gate"] [2021-07-29T10:10:54.407Z] Removing intermediate container b0331a9b0786 [2021-07-29T10:10:54.407Z] ---> 002c9d9f4dce [2021-07-29T10:10:54.407Z] Step 6/24 : COPY go.mod . [2021-07-29T10:10:54.407Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:10:54.694Z] Collecting cached-property<2,>=1.2.0 [2021-07-29T10:10:54.694Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-29T10:10:54.694Z] ---> Running in cd816d38dde4 [2021-07-29T10:10:54.971Z] Collecting docopt<0.7,>=0.6.1 [2021-07-29T10:10:54.971Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-29T10:10:55.250Z] OK: 218 MiB in 52 packages [2021-07-29T10:10:56.242Z] ---> 489a0ec083e4 [2021-07-29T10:10:56.242Z] Step 7/24 : RUN go mod download [2021-07-29T10:10:56.521Z] Removing intermediate container cd816d38dde4 [2021-07-29T10:10:56.521Z] ---> 41bd06e08e52 [2021-07-29T10:10:56.521Z] Step 30/32 : LABEL arch=arm64 [2021-07-29T10:10:56.521Z] ---> Running in fae65ba6bb92 [2021-07-29T10:10:57.119Z] ---> Running in df31d30ac461 [2021-07-29T10:10:57.394Z] Collecting jsonschema<3,>=2.5.1 [2021-07-29T10:10:57.394Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-29T10:10:57.394Z] Removing intermediate container f743225a1db0 [2021-07-29T10:10:57.394Z] ---> 1aed28e5fb1b [2021-07-29T10:10:57.394Z] Step 6/23 : COPY go.mod . [2021-07-29T10:10:58.006Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-29T10:10:58.006Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-29T10:10:58.006Z] Removing intermediate container df31d30ac461 [2021-07-29T10:10:58.006Z] ---> 2918a3d5d502 [2021-07-29T10:10:58.006Z] Step 31/32 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:10:59.001Z] ---> Running in f7b8c267ec1c [2021-07-29T10:10:59.001Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-29T10:10:59.001Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-29T10:10:59.001Z] ---> 8df89ea6bf12 [2021-07-29T10:10:59.001Z] Step 7/23 : RUN go mod download [2021-07-29T10:10:59.286Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-29T10:10:59.286Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-29T10:10:59.286Z] ---> Running in 7c0a5dde50cf [2021-07-29T10:10:59.892Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:10:59.892Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:10:59.892Z] ---> 942659c657c1 [2021-07-29T10:10:59.892Z] Step 3/22 : WORKDIR /edgex-go [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> 17f771aac690 [2021-07-29T10:10:59.892Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> 086406180803 [2021-07-29T10:10:59.892Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> ad9c2b63cf8f [2021-07-29T10:10:59.892Z] Step 6/22 : COPY go.mod . [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> e88b000651c9 [2021-07-29T10:10:59.892Z] Step 7/22 : RUN go mod download [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> 8610c69fe7dc [2021-07-29T10:10:59.892Z] Step 8/22 : COPY . . [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> 352e3bbec02f [2021-07-29T10:10:59.892Z] Step 9/22 : RUN go mod tidy [2021-07-29T10:10:59.892Z] ---> Using cache [2021-07-29T10:10:59.892Z] ---> 1ab443a854be [2021-07-29T10:10:59.892Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-29T10:10:59.892Z] Removing intermediate container f7b8c267ec1c [2021-07-29T10:10:59.892Z] ---> 62bd62caa6fb [2021-07-29T10:10:59.892Z] Step 32/32 : LABEL version=2.0.1-dev.16 [2021-07-29T10:11:00.170Z] ---> Running in 3980aff131ab [2021-07-29T10:11:00.451Z] ---> Running in 435b21165bc5 [2021-07-29T10:11:01.438Z] Removing intermediate container 435b21165bc5 [2021-07-29T10:11:01.438Z] ---> 88428be79de7 [2021-07-29T10:11:01.438Z] [2021-07-29T10:11:01.721Z] 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-07-29T10:11:01.721Z] Removing intermediate container fae65ba6bb92 [2021-07-29T10:11:01.721Z] ---> d4896a10132d [2021-07-29T10:11:01.721Z] Step 8/24 : COPY . . [2021-07-29T10:11:01.996Z] Successfully built 88428be79de7 [2021-07-29T10:11:01.996Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-29T10:11:01.996Z]  Building security-bootstrapper ... done Building support-scheduler [2021-07-29T10:11:02.269Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-29T10:11:02.269Z] Collecting docker<4.0,>=3.6.0 [2021-07-29T10:11:02.544Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-29T10:11:02.544Z] Collecting texttable<0.10,>=0.9.0 [2021-07-29T10:11:02.544Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-29T10:11:06.871Z] Collecting docker-pycreds>=0.4.0 [2021-07-29T10:11:06.871Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-29T10:11:06.871Z] Collecting idna<2.8,>=2.5 [2021-07-29T10:11:06.871Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-29T10:11:07.878Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-29T10:11:07.878Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-29T10:11:07.878Z] Removing intermediate container 7c0a5dde50cf [2021-07-29T10:11:07.878Z] ---> 33f7c5c7e7aa [2021-07-29T10:11:07.878Z] Step 8/23 : COPY . . [2021-07-29T10:11:08.162Z] Collecting certifi>=2017.4.17 [2021-07-29T10:11:08.162Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-29T10:11:08.439Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-29T10:11:08.440Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-29T10:11:08.718Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-29T10:11:08.718Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-29T10:11:08.718Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-29T10:11:08.718Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-29T10:11:10.172Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-29T10:11:10.172Z] Attempting uninstall: urllib3 [2021-07-29T10:11:10.172Z] Found existing installation: urllib3 1.26.2 [2021-07-29T10:11:10.172Z] Uninstalling urllib3-1.26.2: [2021-07-29T10:11:10.172Z] Successfully uninstalled urllib3-1.26.2 [2021-07-29T10:11:10.781Z] Attempting uninstall: idna [2021-07-29T10:11:10.781Z] Found existing installation: idna 3.1 [2021-07-29T10:11:10.781Z] Uninstalling idna-3.1: [2021-07-29T10:11:10.781Z] Successfully uninstalled idna-3.1 [2021-07-29T10:11:11.388Z] Attempting uninstall: chardet [2021-07-29T10:11:11.388Z] Found existing installation: chardet 4.0.0 [2021-07-29T10:11:11.388Z] Uninstalling chardet-4.0.0: [2021-07-29T10:11:11.668Z] Successfully uninstalled chardet-4.0.0 [2021-07-29T10:11:13.673Z] Attempting uninstall: requests [2021-07-29T10:11:13.673Z] Found existing installation: requests 2.25.1 [2021-07-29T10:11:13.673Z] Uninstalling requests-2.25.1: [2021-07-29T10:11:13.673Z] Successfully uninstalled requests-2.25.1 [2021-07-29T10:11:13.963Z] Running setup.py install for texttable: started [2021-07-29T10:11:15.974Z] Running setup.py install for texttable: finished with status 'done' [2021-07-29T10:11:15.974Z] Running setup.py install for PyYAML: started [2021-07-29T10:11:17.437Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-29T10:11:17.437Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-29T10:11:17.437Z] ---> 942659c657c1 [2021-07-29T10:11:17.437Z] Step 3/23 : WORKDIR /edgex-go [2021-07-29T10:11:17.437Z] ---> Using cache [2021-07-29T10:11:17.437Z] ---> 17f771aac690 [2021-07-29T10:11:17.718Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> 086406180803 [2021-07-29T10:11:17.718Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> ad9c2b63cf8f [2021-07-29T10:11:17.718Z] Step 6/23 : COPY go.mod . [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> e88b000651c9 [2021-07-29T10:11:17.718Z] Step 7/23 : RUN go mod download [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> 8610c69fe7dc [2021-07-29T10:11:17.718Z] Step 8/23 : COPY . . [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> 352e3bbec02f [2021-07-29T10:11:17.718Z] Step 9/23 : RUN go mod tidy [2021-07-29T10:11:17.718Z] ---> Using cache [2021-07-29T10:11:17.718Z] ---> 1ab443a854be [2021-07-29T10:11:17.718Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-29T10:11:18.005Z] ---> Running in 0e7f44472e72 [2021-07-29T10:11:18.005Z] ---> 276b59be06be [2021-07-29T10:11:18.005Z] Step 9/24 : RUN go mod tidy [2021-07-29T10:11:18.611Z] ---> Running in d6d00cfeeeb0 [2021-07-29T10:11:19.215Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-29T10:11:19.496Z] Running setup.py install for docopt: started [2021-07-29T10:11:20.960Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-29T10:11:21.953Z] Running setup.py install for docopt: finished with status 'done' [2021-07-29T10:11:21.953Z] Running setup.py install for dockerpty: started [2021-07-29T10:11:25.388Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-29T10:11:25.667Z] ---> d51fd8353796 [2021-07-29T10:11:25.667Z] Step 9/23 : RUN go mod tidy [2021-07-29T10:11:25.945Z] ---> Running in a1f9570bd34f [2021-07-29T10:11:27.437Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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-07-29T10:11:28.036Z] Removing intermediate container d6d00cfeeeb0 [2021-07-29T10:11:28.036Z] ---> dc58bc7b4d93 [2021-07-29T10:11:28.036Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-29T10:11:28.312Z] ---> Running in 6ce65e1d27e6 [2021-07-29T10:11:30.299Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2021-07-29T10:11:37.051Z] Removing intermediate container a1f9570bd34f [2021-07-29T10:11:37.051Z] ---> 68fac217d6a8 [2021-07-29T10:11:37.051Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-29T10:11:37.051Z] ---> Running in 3ddbca1f1a15 [2021-07-29T10:11:39.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-29T10:11:41.702Z] Removing intermediate container 1e9f9b1ab386 [2021-07-29T10:11:41.702Z] ---> f402f443ce0f [2021-07-29T10:11:41.702Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-29T10:11:41.702Z] ---> Running in 260f206510ef [2021-07-29T10:11:42.696Z] Removing intermediate container 260f206510ef [2021-07-29T10:11:42.696Z] ---> 7c6126314292 [2021-07-29T10:11:42.696Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-29T10:11:42.974Z] ---> Running in 67403b56d0a8 [2021-07-29T10:11:43.577Z] Removing intermediate container 67403b56d0a8 [2021-07-29T10:11:43.577Z] ---> 4638f7b15dc6 [2021-07-29T10:11:43.577Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-29T10:11:45.574Z] ---> 227af2bc4f21 [2021-07-29T10:11:45.574Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-29T10:11:46.584Z] ---> 39678b19d4eb [2021-07-29T10:11:46.584Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-29T10:11:48.039Z] ---> 725fb88c74d4 [2021-07-29T10:11:48.039Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-29T10:11:48.316Z] ---> Running in 9c7a86d9b0db [2021-07-29T10:11:49.305Z] Removing intermediate container 9c7a86d9b0db [2021-07-29T10:11:49.305Z] ---> 4d58a3093c38 [2021-07-29T10:11:49.305Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:11:49.305Z] ---> Running in 17bb25af68a5 [2021-07-29T10:11:50.302Z] Removing intermediate container 17bb25af68a5 [2021-07-29T10:11:50.302Z] ---> 4094f258fd5a [2021-07-29T10:11:50.302Z] Step 22/24 : LABEL arch=arm64 [2021-07-29T10:11:50.302Z] ---> Running in 04debe9ca8b6 [2021-07-29T10:11:51.295Z] Removing intermediate container 04debe9ca8b6 [2021-07-29T10:11:51.295Z] ---> 3ee6a4306b18 [2021-07-29T10:11:51.295Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:11:51.295Z] ---> Running in 189d0b3c3f3d [2021-07-29T10:11:51.919Z] Removing intermediate container 189d0b3c3f3d [2021-07-29T10:11:51.919Z] ---> 1d95106acfcf [2021-07-29T10:11:51.919Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:11:52.201Z] ---> Running in 2115ac67ae40 [2021-07-29T10:11:52.873Z] Removing intermediate container 2115ac67ae40 [2021-07-29T10:11:52.873Z] ---> b3bec4ddac44 [2021-07-29T10:11:52.873Z] [2021-07-29T10:11:53.181Z] Successfully built b3bec4ddac44 [2021-07-29T10:11:53.181Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-07-29T10:12:32.357Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-29T10:12:47.507Z] Removing intermediate container 3980aff131ab [2021-07-29T10:12:47.507Z] ---> d64df4bb12a3 [2021-07-29T10:12:47.507Z] [2021-07-29T10:12:47.507Z] Step 11/22 : FROM alpine:3.12 [2021-07-29T10:12:47.507Z] ---> c4fd0aeabfcf [2021-07-29T10:12:47.507Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-29T10:12:47.507Z] ---> Running in 2a8c67777957 [2021-07-29T10:12:48.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:12:48.438Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:12:49.042Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-29T10:12:49.319Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-29T10:12:49.319Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-29T10:12:49.319Z] (4/4) Installing curl (7.78.0-r0) [2021-07-29T10:12:49.319Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:12:49.319Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:12:49.597Z] OK: 7 MiB in 18 packages [2021-07-29T10:12:52.245Z] Removing intermediate container 2a8c67777957 [2021-07-29T10:12:52.245Z] ---> 6a3f70638385 [2021-07-29T10:12:52.245Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-29T10:12:52.245Z] ---> Running in e57045f77c4e [2021-07-29T10:12:52.850Z] Removing intermediate container e57045f77c4e [2021-07-29T10:12:52.850Z] ---> a84049aa6cbd [2021-07-29T10:12:52.850Z] Step 14/22 : WORKDIR /edgex [2021-07-29T10:12:53.126Z] ---> Running in 32bd5a64bc84 [2021-07-29T10:12:54.143Z] Removing intermediate container 32bd5a64bc84 [2021-07-29T10:12:54.143Z] ---> c0254377b48c [2021-07-29T10:12:54.143Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-29T10:12:55.157Z] ---> 717885e6634e [2021-07-29T10:12:55.157Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-29T10:12:57.171Z] ---> 5827c3079ea9 [2021-07-29T10:12:57.171Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-29T10:12:59.840Z] ---> 291e93eec900 [2021-07-29T10:12:59.840Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-29T10:12:59.840Z] ---> Running in 66e4f7e9ffd0 [2021-07-29T10:13:00.456Z] Removing intermediate container 66e4f7e9ffd0 [2021-07-29T10:13:00.456Z] ---> cd49d4106d17 [2021-07-29T10:13:00.743Z] Step 19/22 : CMD ["--init=true"] [2021-07-29T10:13:00.743Z] ---> Running in fa1c3a9084b0 [2021-07-29T10:13:01.782Z] Removing intermediate container fa1c3a9084b0 [2021-07-29T10:13:01.782Z] ---> a35e5257ad81 [2021-07-29T10:13:01.782Z] Step 20/22 : LABEL arch=arm64 [2021-07-29T10:13:02.064Z] ---> Running in 551880ca4d62 [2021-07-29T10:13:03.530Z] Removing intermediate container 551880ca4d62 [2021-07-29T10:13:03.530Z] ---> 4e449be52b39 [2021-07-29T10:13:03.530Z] Step 21/22 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:03.816Z] ---> Running in 13f13fc27316 [2021-07-29T10:13:05.312Z] Removing intermediate container 13f13fc27316 [2021-07-29T10:13:05.312Z] ---> c82b4e80989f [2021-07-29T10:13:05.312Z] Step 22/22 : LABEL version=2.0.1-dev.16 [2021-07-29T10:13:05.595Z] ---> Running in 0ce78797b8fe [2021-07-29T10:13:06.601Z] Removing intermediate container 0e7f44472e72 [2021-07-29T10:13:06.601Z] ---> ea7c1122ec03 [2021-07-29T10:13:06.601Z] [2021-07-29T10:13:06.601Z] Step 11/23 : FROM alpine:3.12 [2021-07-29T10:13:06.601Z] ---> c4fd0aeabfcf [2021-07-29T10:13:06.601Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-29T10:13:06.601Z] ---> Using cache [2021-07-29T10:13:06.601Z] ---> 9c33d9c4ef05 [2021-07-29T10:13:06.601Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:13:06.601Z] ---> Using cache [2021-07-29T10:13:06.601Z] ---> 4c2c5386eb42 [2021-07-29T10:13:06.601Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-29T10:13:06.601Z] Removing intermediate container 0ce78797b8fe [2021-07-29T10:13:06.601Z] ---> c7b0dce25414 [2021-07-29T10:13:06.601Z] [2021-07-29T10:13:06.601Z] ---> Running in d150dcee2459 [2021-07-29T10:13:06.880Z] Successfully built c7b0dce25414 [2021-07-29T10:13:06.880Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-29T10:13:07.482Z]  Building security-proxy-setup ... done Removing intermediate container d150dcee2459 [2021-07-29T10:13:07.482Z] ---> 4fd10aa52d4e [2021-07-29T10:13:07.482Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-29T10:13:07.760Z] ---> Running in a6df1d2749b9 [2021-07-29T10:13:08.368Z] Removing intermediate container a6df1d2749b9 [2021-07-29T10:13:08.369Z] ---> 49d1d656799c [2021-07-29T10:13:08.369Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:13:09.378Z] ---> 517e51e284f3 [2021-07-29T10:13:09.378Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-29T10:13:11.385Z] ---> c3baefcba566 [2021-07-29T10:13:11.385Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-29T10:13:12.846Z] ---> 76f2baa83a10 [2021-07-29T10:13:12.846Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-29T10:13:13.135Z] ---> Running in 85219e0b43d9 [2021-07-29T10:13:14.136Z] Removing intermediate container 85219e0b43d9 [2021-07-29T10:13:14.136Z] ---> 1f0d708af781 [2021-07-29T10:13:14.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:13:14.414Z] ---> Running in 0aca7cb96bd6 [2021-07-29T10:13:14.414Z] Removing intermediate container 3ddbca1f1a15 [2021-07-29T10:13:14.414Z] ---> e8e30f20a4c4 [2021-07-29T10:13:14.414Z] [2021-07-29T10:13:14.414Z] Step 11/23 : FROM alpine:3.12 [2021-07-29T10:13:14.414Z] ---> c4fd0aeabfcf [2021-07-29T10:13:14.414Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-29T10:13:15.010Z] ---> Running in a4a64bce6c78 [2021-07-29T10:13:15.283Z] Removing intermediate container 0aca7cb96bd6 [2021-07-29T10:13:15.283Z] ---> 086b4953c3aa [2021-07-29T10:13:15.283Z] Step 21/23 : LABEL arch=arm64 [2021-07-29T10:13:15.562Z] ---> Running in 3f9992b4d500 [2021-07-29T10:13:16.167Z] Removing intermediate container 3f9992b4d500 [2021-07-29T10:13:16.167Z] ---> 9d6addf450e7 [2021-07-29T10:13:16.167Z] Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:16.445Z] ---> Running in 029ef6fa1fb5 [2021-07-29T10:13:16.725Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:13:16.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:13:17.274Z] Removing intermediate container 029ef6fa1fb5 [2021-07-29T10:13:17.274Z] ---> 4c39c20f6f67 [2021-07-29T10:13:17.274Z] Step 23/23 : LABEL version=2.0.1-dev.16 [2021-07-29T10:13:17.274Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-29T10:13:17.555Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-29T10:13:17.555Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:13:17.555Z] Executing ca-certificates-20191127-r4.trigger [2021-07-29T10:13:17.555Z] OK: 6 MiB in 16 packages [2021-07-29T10:13:17.837Z] ---> Running in 0baa03a46b6a [2021-07-29T10:13:18.440Z] Removing intermediate container 6ce65e1d27e6 [2021-07-29T10:13:18.440Z] ---> 944060de70b3 [2021-07-29T10:13:18.440Z] [2021-07-29T10:13:18.440Z] Step 11/24 : FROM alpine:3.12 [2021-07-29T10:13:18.440Z] ---> c4fd0aeabfcf [2021-07-29T10:13:18.440Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-29T10:13:18.715Z] Removing intermediate container 0baa03a46b6a [2021-07-29T10:13:18.715Z] ---> 7e3ef8d17f63 [2021-07-29T10:13:18.715Z] [2021-07-29T10:13:18.715Z] ---> Running in a60a94c375c1 [2021-07-29T10:13:18.988Z] Successfully built 7e3ef8d17f63 [2021-07-29T10:13:18.988Z] Successfully tagged support-scheduler-arm64:latest [2021-07-29T10:13:19.967Z]  Building support-scheduler ... done Removing intermediate container a4a64bce6c78 [2021-07-29T10:13:19.967Z] ---> 3de2048efad0 [2021-07-29T10:13:19.967Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-29T10:13:20.244Z] Removing intermediate container a60a94c375c1 [2021-07-29T10:13:20.244Z] ---> ff91936c6550 [2021-07-29T10:13:20.244Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-29T10:13:20.244Z] ---> Running in b4fb8beb93e2 [2021-07-29T10:13:20.244Z] ---> Running in d1f1c9113df1 [2021-07-29T10:13:20.843Z] Removing intermediate container d1f1c9113df1 [2021-07-29T10:13:20.843Z] ---> 8c0672d05c45 [2021-07-29T10:13:20.843Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-29T10:13:20.843Z] Removing intermediate container b4fb8beb93e2 [2021-07-29T10:13:20.843Z] ---> 21c915be2c90 [2021-07-29T10:13:20.843Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-29T10:13:21.121Z] ---> Running in 46470dd7368b [2021-07-29T10:13:21.121Z] ---> Running in 31e40cdae1bb [2021-07-29T10:13:21.741Z] Removing intermediate container 31e40cdae1bb [2021-07-29T10:13:21.741Z] ---> 753efa4e8d2d [2021-07-29T10:13:21.741Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-29T10:13:21.741Z] Removing intermediate container 46470dd7368b [2021-07-29T10:13:21.741Z] ---> 8d3c8c42e2e1 [2021-07-29T10:13:21.741Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-29T10:13:21.741Z] ---> Running in 10d75e353550 [2021-07-29T10:13:21.741Z] ---> Running in 83f35a68b53f [2021-07-29T10:13:22.737Z] Removing intermediate container 10d75e353550 [2021-07-29T10:13:22.737Z] ---> 13cb4de10628 [2021-07-29T10:13:22.737Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:13:23.332Z] ---> a73a35f32aa7 [2021-07-29T10:13:23.332Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-29T10:13:24.311Z] Removing intermediate container 83f35a68b53f [2021-07-29T10:13:24.311Z] ---> 7cc759f77b92 [2021-07-29T10:13:24.311Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-29T10:13:24.589Z] ---> Running in 4bf1f4a909d8 [2021-07-29T10:13:24.589Z] ---> 929006e763cf [2021-07-29T10:13:24.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-29T10:13:25.571Z] ---> ad11066a62b4 [2021-07-29T10:13:25.571Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-29T10:13:25.571Z] ---> Running in d2c6cf71dd88 [2021-07-29T10:13:25.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-29T10:13:26.113Z] Removing intermediate container d2c6cf71dd88 [2021-07-29T10:13:26.113Z] ---> a2465777ef3b [2021-07-29T10:13:26.113Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:13:26.388Z] ---> Running in 42a8a09cbe89 [2021-07-29T10:13:26.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-29T10:13:26.940Z] Removing intermediate container 42a8a09cbe89 [2021-07-29T10:13:26.940Z] ---> 3b699c4454b1 [2021-07-29T10:13:26.940Z] Step 21/23 : LABEL arch=arm64 [2021-07-29T10:13:26.940Z] ---> Running in e9a42d12e9fb [2021-07-29T10:13:27.216Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-29T10:13:27.492Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-29T10:13:27.492Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-29T10:13:27.492Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-29T10:13:27.768Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-29T10:13:27.768Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-29T10:13:27.768Z] Removing intermediate container e9a42d12e9fb [2021-07-29T10:13:27.768Z] ---> b0a20e6def9a [2021-07-29T10:13:27.768Z] Step 22/23 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:28.041Z] Executing busybox-1.31.1-r20.trigger [2021-07-29T10:13:28.041Z] OK: 8 MiB in 20 packages [2021-07-29T10:13:28.041Z] ---> Running in e60d23f28081 [2021-07-29T10:13:28.643Z] Removing intermediate container e60d23f28081 [2021-07-29T10:13:28.643Z] ---> ded1d70e42d8 [2021-07-29T10:13:28.643Z] Step 23/23 : LABEL version=2.0.1-dev.16 [2021-07-29T10:13:28.916Z] ---> Running in 40921cf7a024 [2021-07-29T10:13:29.190Z] Removing intermediate container 4bf1f4a909d8 [2021-07-29T10:13:29.190Z] ---> daa681ed45b0 [2021-07-29T10:13:29.190Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-29T10:13:29.465Z] Removing intermediate container 40921cf7a024 [2021-07-29T10:13:29.465Z] ---> 1db74d1af1a9 [2021-07-29T10:13:29.465Z] [2021-07-29T10:13:29.745Z] Successfully built 1db74d1af1a9 [2021-07-29T10:13:29.745Z] Successfully tagged support-notifications-arm64:latest [2021-07-29T10:13:30.023Z]  Building support-notifications ... done  ---> e3bee0ecde7b [2021-07-29T10:13:30.023Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-29T10:13:31.468Z] ---> efb9dc174d41 [2021-07-29T10:13:31.468Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-29T10:13:32.453Z] ---> 465c36050848 [2021-07-29T10:13:32.453Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-29T10:13:32.453Z] ---> Running in 7f2a05eabd9a [2021-07-29T10:13:33.048Z] Removing intermediate container 7f2a05eabd9a [2021-07-29T10:13:33.048Z] ---> 3dd3fdc10482 [2021-07-29T10:13:33.048Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-29T10:13:33.323Z] ---> Running in 0eb74c5ffc27 [2021-07-29T10:13:33.597Z] Removing intermediate container 0eb74c5ffc27 [2021-07-29T10:13:33.597Z] ---> 21c25c43517a [2021-07-29T10:13:33.597Z] Step 22/24 : LABEL arch=arm64 [2021-07-29T10:13:33.873Z] ---> Running in 93e427a9fab3 [2021-07-29T10:13:34.147Z] Removing intermediate container 93e427a9fab3 [2021-07-29T10:13:34.147Z] ---> 51e747e208db [2021-07-29T10:13:34.424Z] Step 23/24 : LABEL git_sha=166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:34.424Z] ---> Running in 80054d9205cb [2021-07-29T10:13:35.019Z] Removing intermediate container 80054d9205cb [2021-07-29T10:13:35.019Z] ---> c8bea86a117c [2021-07-29T10:13:35.019Z] Step 24/24 : LABEL version=2.0.1-dev.16 [2021-07-29T10:13:35.019Z] ---> Running in af902a14f95d [2021-07-29T10:13:35.614Z] Removing intermediate container af902a14f95d [2021-07-29T10:13:35.614Z] ---> ba01250d6212 [2021-07-29T10:13:35.614Z] [2021-07-29T10:13:35.893Z] Successfully built ba01250d6212 [2021-07-29T10:13:35.893Z] Successfully tagged core-data-arm64:latest [2021-07-29T10:13:35.919Z]  Building core-data ... done  [Pipeline] } [2021-07-29T10:13:35.947Z] $ docker stop --time=1 b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 [2021-07-29T10:13:37.835Z] $ docker rm -f b69b8edbed77d9e799feec6c195ac16b34db254fac5e6f0524477a129d95a1d9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-29T10:13:38.494Z] + docker images [2021-07-29T10:13:38.767Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-29T10:13:38.767Z] core-data-arm64 latest ba01250d6212 3 seconds ago 19.3MB [2021-07-29T10:13:38.767Z] support-notifications-arm64 latest 1db74d1af1a9 9 seconds ago 15.9MB [2021-07-29T10:13:38.767Z] support-scheduler-arm64 latest 7e3ef8d17f63 20 seconds ago 15.2MB [2021-07-29T10:13:38.767Z] 944060de70b3 21 seconds ago 1.45GB [2021-07-29T10:13:38.767Z] e8e30f20a4c4 24 seconds ago 1.45GB [2021-07-29T10:13:38.767Z] security-proxy-setup-arm64 latest c7b0dce25414 32 seconds ago 24.5MB [2021-07-29T10:13:38.767Z] ea7c1122ec03 33 seconds ago 1.45GB [2021-07-29T10:13:38.767Z] d64df4bb12a3 53 seconds ago 1.45GB [2021-07-29T10:13:38.767Z] sys-mgmt-agent-arm64 latest b3bec4ddac44 About a minute ago 311MB [2021-07-29T10:13:38.767Z] security-bootstrapper-arm64 latest 88428be79de7 2 minutes ago 17.7MB [2021-07-29T10:13:38.767Z] security-secretstore-setup-arm64 latest 3bf0d54c7546 2 minutes ago 27.4MB [2021-07-29T10:13:38.767Z] core-metadata-arm64 latest 8a15093a2277 3 minutes ago 15.8MB [2021-07-29T10:13:38.767Z] core-command-arm64 latest a729424647b4 3 minutes ago 15.1MB [2021-07-29T10:13:38.767Z] 35ab4f7bacf9 3 minutes ago 1.45GB [2021-07-29T10:13:38.767Z] 875905366f8b 3 minutes ago 1.45GB [2021-07-29T10:13:38.767Z] a449fc98d748 3 minutes ago 1.45GB [2021-07-29T10:13:38.767Z] ed1400e47198 3 minutes ago 1.45GB [2021-07-29T10:13:38.767Z] e8d526febbb8 3 minutes ago 1.44GB [2021-07-29T10:13:38.767Z] ci-base-image-arm64 latest 942659c657c1 7 minutes ago 1.23GB [2021-07-29T10:13:38.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 2 weeks ago 451MB [2021-07-29T10:13:38.767Z] alpine 3.12 c4fd0aeabfcf 6 weeks ago 5.32MB [2021-07-29T10:13:38.767Z] docker 20.10.6 cdf2a7733a7b 3 months ago 234MB [2021-07-29T10:13:38.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:13:39.094Z] provisioning config files... [2021-07-29T10:13:39.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config3321283874436528249tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:13:39.484Z] ---> docker-login.sh [2021-07-29T10:13:39.484Z] nexus3.edgexfoundry.org:10001 [2021-07-29T10:13:39.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:13:40.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:13:40.030Z] Configure a credential helper to remove this warning. See [2021-07-29T10:13:40.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:13:40.030Z] [2021-07-29T10:13:40.030Z] Login Succeeded [2021-07-29T10:13:40.030Z] nexus3.edgexfoundry.org:10002 [2021-07-29T10:13:40.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:13:40.581Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:13:40.581Z] Configure a credential helper to remove this warning. See [2021-07-29T10:13:40.581Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:13:40.581Z] [2021-07-29T10:13:40.581Z] Login Succeeded [2021-07-29T10:13:40.581Z] nexus3.edgexfoundry.org:10003 [2021-07-29T10:13:40.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:13:41.126Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:13:41.126Z] Configure a credential helper to remove this warning. See [2021-07-29T10:13:41.126Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:13:41.126Z] [2021-07-29T10:13:41.126Z] Login Succeeded [2021-07-29T10:13:41.126Z] nexus3.edgexfoundry.org:10004 [2021-07-29T10:13:41.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:13:41.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:13:41.675Z] Configure a credential helper to remove this warning. See [2021-07-29T10:13:41.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:13:41.675Z] [2021-07-29T10:13:41.675Z] Login Succeeded [2021-07-29T10:13:41.675Z] docker.io [2021-07-29T10:13:41.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-29T10:13:42.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-29T10:13:42.549Z] Configure a credential helper to remove this warning. See [2021-07-29T10:13:42.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-29T10:13:42.550Z] [2021-07-29T10:13:42.550Z] Login Succeeded [2021-07-29T10:13:42.550Z] ---> docker-login.sh ends [Pipeline] } [2021-07-29T10:13:42.566Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:13:42.648Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-07-29T10:13:42.648Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:42.648Z] latest [2021-07-29T10:13:42.648Z] 2.0.1-dev.16 [2021-07-29T10:13:42.648Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:42.648Z] main [2021-07-29T10:13:42.648Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:43.034Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:43.379Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:43.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-29T10:13:43.379Z] 955a050d2b9a: Preparing [2021-07-29T10:13:43.379Z] 1035e8b28ed4: Preparing [2021-07-29T10:13:43.379Z] 60f52e645ad2: Preparing [2021-07-29T10:13:43.379Z] b275d05d083d: Preparing [2021-07-29T10:13:43.379Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:43.652Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:43.652Z] 955a050d2b9a: Pushed [2021-07-29T10:13:43.927Z] b275d05d083d: Pushed [2021-07-29T10:13:43.927Z] 60f52e645ad2: Pushed [2021-07-29T10:13:46.583Z] 1035e8b28ed4: Pushed [2021-07-29T10:13:46.583Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:46.929Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:47.270Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2021-07-29T10:13:47.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-29T10:13:47.270Z] 955a050d2b9a: Preparing [2021-07-29T10:13:47.270Z] 1035e8b28ed4: Preparing [2021-07-29T10:13:47.270Z] 60f52e645ad2: Preparing [2021-07-29T10:13:47.270Z] b275d05d083d: Preparing [2021-07-29T10:13:47.270Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:47.555Z] 1035e8b28ed4: Layer already exists [2021-07-29T10:13:47.555Z] 955a050d2b9a: Layer already exists [2021-07-29T10:13:47.555Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:47.555Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:47.555Z] b275d05d083d: Layer already exists [2021-07-29T10:13:47.555Z] latest: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:47.921Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:48.266Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 [2021-07-29T10:13:48.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-29T10:13:48.266Z] 955a050d2b9a: Preparing [2021-07-29T10:13:48.266Z] 1035e8b28ed4: Preparing [2021-07-29T10:13:48.266Z] 60f52e645ad2: Preparing [2021-07-29T10:13:48.266Z] b275d05d083d: Preparing [2021-07-29T10:13:48.266Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:48.541Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:48.541Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:48.541Z] 1035e8b28ed4: Layer already exists [2021-07-29T10:13:48.541Z] b275d05d083d: Layer already exists [2021-07-29T10:13:48.541Z] 955a050d2b9a: Layer already exists [2021-07-29T10:13:48.541Z] 2.0.1-dev.16: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:48.893Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:49.242Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:49.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-29T10:13:49.242Z] 955a050d2b9a: Preparing [2021-07-29T10:13:49.242Z] 1035e8b28ed4: Preparing [2021-07-29T10:13:49.242Z] 60f52e645ad2: Preparing [2021-07-29T10:13:49.242Z] b275d05d083d: Preparing [2021-07-29T10:13:49.242Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:49.242Z] 955a050d2b9a: Layer already exists [2021-07-29T10:13:49.242Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:49.513Z] b275d05d083d: Layer already exists [2021-07-29T10:13:49.513Z] 1035e8b28ed4: Layer already exists [2021-07-29T10:13:49.513Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:49.513Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:49.861Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:50.198Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2021-07-29T10:13:50.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-29T10:13:50.199Z] 955a050d2b9a: Preparing [2021-07-29T10:13:50.199Z] 1035e8b28ed4: Preparing [2021-07-29T10:13:50.199Z] 60f52e645ad2: Preparing [2021-07-29T10:13:50.199Z] b275d05d083d: Preparing [2021-07-29T10:13:50.199Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:50.199Z] b275d05d083d: Layer already exists [2021-07-29T10:13:50.199Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:50.199Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:50.199Z] 955a050d2b9a: Layer already exists [2021-07-29T10:13:50.199Z] 1035e8b28ed4: Layer already exists [2021-07-29T10:13:50.470Z] main: digest: sha256:a956a726c2de2ba04a99d69e3f679d9a3b062458bc3e8e50c62ad8ca1ada05d2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:13:50.531Z] ===================================================== [Pipeline] echo [2021-07-29T10:13:50.545Z] taggedImages: [2021-07-29T10:13:50.545Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:50.545Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2021-07-29T10:13:50.545Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.16 [2021-07-29T10:13:50.545Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:50.545Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2021-07-29T10:13:50.580Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-07-29T10:13:50.580Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:50.580Z] latest [2021-07-29T10:13:50.580Z] 2.0.1-dev.16 [2021-07-29T10:13:50.580Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:50.580Z] main [2021-07-29T10:13:50.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:50.960Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:51.302Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:51.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-29T10:13:51.302Z] 4320d979531d: Preparing [2021-07-29T10:13:51.302Z] 8a5b1cb2a153: Preparing [2021-07-29T10:13:51.302Z] 60f52e645ad2: Preparing [2021-07-29T10:13:51.302Z] cce2a88e96ea: Preparing [2021-07-29T10:13:51.302Z] 1626bd2bfddf: Preparing [2021-07-29T10:13:51.302Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:51.302Z] 3fbe34a1663b: Waiting [2021-07-29T10:13:51.574Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:51.574Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:51.846Z] 4320d979531d: Pushed [2021-07-29T10:13:51.846Z] 1626bd2bfddf: Pushed [2021-07-29T10:13:52.439Z] cce2a88e96ea: Pushed [2021-07-29T10:13:55.043Z] 8a5b1cb2a153: Pushed [2021-07-29T10:13:55.043Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:55.401Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:55.737Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2021-07-29T10:13:55.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-29T10:13:55.737Z] 4320d979531d: Preparing [2021-07-29T10:13:55.737Z] 8a5b1cb2a153: Preparing [2021-07-29T10:13:55.737Z] 60f52e645ad2: Preparing [2021-07-29T10:13:55.737Z] cce2a88e96ea: Preparing [2021-07-29T10:13:55.737Z] 1626bd2bfddf: Preparing [2021-07-29T10:13:55.737Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:55.737Z] 3fbe34a1663b: Waiting [2021-07-29T10:13:56.015Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:56.015Z] 8a5b1cb2a153: Layer already exists [2021-07-29T10:13:56.015Z] 4320d979531d: Layer already exists [2021-07-29T10:13:56.015Z] 1626bd2bfddf: Layer already exists [2021-07-29T10:13:56.015Z] cce2a88e96ea: Layer already exists [2021-07-29T10:13:56.983Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:56.984Z] latest: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:57.330Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:57.673Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 [2021-07-29T10:13:57.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-29T10:13:57.673Z] 4320d979531d: Preparing [2021-07-29T10:13:57.673Z] 8a5b1cb2a153: Preparing [2021-07-29T10:13:57.673Z] 60f52e645ad2: Preparing [2021-07-29T10:13:57.673Z] cce2a88e96ea: Preparing [2021-07-29T10:13:57.673Z] 1626bd2bfddf: Preparing [2021-07-29T10:13:57.673Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:57.673Z] 3fbe34a1663b: Waiting [2021-07-29T10:13:57.944Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:57.944Z] 8a5b1cb2a153: Layer already exists [2021-07-29T10:13:57.944Z] 1626bd2bfddf: Layer already exists [2021-07-29T10:13:57.944Z] 4320d979531d: Layer already exists [2021-07-29T10:13:57.944Z] cce2a88e96ea: Layer already exists [2021-07-29T10:13:57.944Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:57.944Z] 2.0.1-dev.16: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:58.289Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:58.625Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:58.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-29T10:13:58.625Z] 4320d979531d: Preparing [2021-07-29T10:13:58.625Z] 8a5b1cb2a153: Preparing [2021-07-29T10:13:58.625Z] 60f52e645ad2: Preparing [2021-07-29T10:13:58.625Z] cce2a88e96ea: Preparing [2021-07-29T10:13:58.625Z] 1626bd2bfddf: Preparing [2021-07-29T10:13:58.625Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:58.625Z] 3fbe34a1663b: Waiting [2021-07-29T10:13:58.625Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:58.625Z] 4320d979531d: Layer already exists [2021-07-29T10:13:58.625Z] 1626bd2bfddf: Layer already exists [2021-07-29T10:13:58.625Z] cce2a88e96ea: Layer already exists [2021-07-29T10:13:58.625Z] 8a5b1cb2a153: Layer already exists [2021-07-29T10:13:58.625Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:58.895Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:59.240Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:13:59.576Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2021-07-29T10:13:59.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-29T10:13:59.576Z] 4320d979531d: Preparing [2021-07-29T10:13:59.576Z] 8a5b1cb2a153: Preparing [2021-07-29T10:13:59.576Z] 60f52e645ad2: Preparing [2021-07-29T10:13:59.576Z] cce2a88e96ea: Preparing [2021-07-29T10:13:59.576Z] 1626bd2bfddf: Preparing [2021-07-29T10:13:59.576Z] 3fbe34a1663b: Preparing [2021-07-29T10:13:59.576Z] 3fbe34a1663b: Waiting [2021-07-29T10:13:59.576Z] cce2a88e96ea: Layer already exists [2021-07-29T10:13:59.576Z] 4320d979531d: Layer already exists [2021-07-29T10:13:59.576Z] 60f52e645ad2: Layer already exists [2021-07-29T10:13:59.576Z] 8a5b1cb2a153: Layer already exists [2021-07-29T10:13:59.576Z] 1626bd2bfddf: Layer already exists [2021-07-29T10:13:59.576Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:13:59.846Z] main: digest: sha256:29a0e4c1fb77581b09b132734a97bcb54df48077d3ed75f03bbf28cd82eda77f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:13:59.908Z] ===================================================== [Pipeline] echo [2021-07-29T10:13:59.923Z] taggedImages: [2021-07-29T10:13:59.923Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:59.923Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2021-07-29T10:13:59.923Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.16 [2021-07-29T10:13:59.923Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:59.923Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2021-07-29T10:13:59.959Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-07-29T10:13:59.959Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:13:59.959Z] latest [2021-07-29T10:13:59.959Z] 2.0.1-dev.16 [2021-07-29T10:13:59.959Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:13:59.959Z] main [2021-07-29T10:13:59.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:00.340Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:00.735Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:00.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-29T10:14:00.735Z] 77de55b1dbd2: Preparing [2021-07-29T10:14:00.735Z] f534d78b1078: Preparing [2021-07-29T10:14:00.735Z] 60f52e645ad2: Preparing [2021-07-29T10:14:00.735Z] b275d05d083d: Preparing [2021-07-29T10:14:00.735Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:01.041Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:01.041Z] b275d05d083d: Layer already exists [2021-07-29T10:14:01.041Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:01.041Z] 77de55b1dbd2: Pushed [2021-07-29T10:14:04.471Z] f534d78b1078: Pushed [2021-07-29T10:14:04.471Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:04.813Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:05.155Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2021-07-29T10:14:05.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-29T10:14:05.155Z] 77de55b1dbd2: Preparing [2021-07-29T10:14:05.155Z] f534d78b1078: Preparing [2021-07-29T10:14:05.155Z] 60f52e645ad2: Preparing [2021-07-29T10:14:05.155Z] b275d05d083d: Preparing [2021-07-29T10:14:05.155Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:05.155Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:05.427Z] f534d78b1078: Layer already exists [2021-07-29T10:14:05.427Z] b275d05d083d: Layer already exists [2021-07-29T10:14:05.427Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:05.427Z] 77de55b1dbd2: Layer already exists [2021-07-29T10:14:05.427Z] latest: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:05.772Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:06.107Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 [2021-07-29T10:14:06.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-29T10:14:06.108Z] 77de55b1dbd2: Preparing [2021-07-29T10:14:06.108Z] f534d78b1078: Preparing [2021-07-29T10:14:06.108Z] 60f52e645ad2: Preparing [2021-07-29T10:14:06.108Z] b275d05d083d: Preparing [2021-07-29T10:14:06.108Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:06.108Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:06.380Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:06.380Z] b275d05d083d: Layer already exists [2021-07-29T10:14:06.380Z] f534d78b1078: Layer already exists [2021-07-29T10:14:06.380Z] 77de55b1dbd2: Layer already exists [2021-07-29T10:14:06.380Z] 2.0.1-dev.16: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:06.745Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:07.096Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:07.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-29T10:14:07.096Z] 77de55b1dbd2: Preparing [2021-07-29T10:14:07.096Z] f534d78b1078: Preparing [2021-07-29T10:14:07.096Z] 60f52e645ad2: Preparing [2021-07-29T10:14:07.096Z] b275d05d083d: Preparing [2021-07-29T10:14:07.096Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:07.370Z] 77de55b1dbd2: Layer already exists [2021-07-29T10:14:07.370Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:07.370Z] f534d78b1078: Layer already exists [2021-07-29T10:14:07.370Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:07.370Z] b275d05d083d: Layer already exists [2021-07-29T10:14:07.370Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:07.711Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:08.074Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2021-07-29T10:14:08.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-29T10:14:08.074Z] 77de55b1dbd2: Preparing [2021-07-29T10:14:08.074Z] f534d78b1078: Preparing [2021-07-29T10:14:08.074Z] 60f52e645ad2: Preparing [2021-07-29T10:14:08.074Z] b275d05d083d: Preparing [2021-07-29T10:14:08.074Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:08.346Z] b275d05d083d: Layer already exists [2021-07-29T10:14:08.346Z] 77de55b1dbd2: Layer already exists [2021-07-29T10:14:08.346Z] f534d78b1078: Layer already exists [2021-07-29T10:14:08.346Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:08.346Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:08.346Z] main: digest: sha256:9ad78e3f2000800926145ff90f250f99170212ba3e9bf34f8ba8499d3e28d8bc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:08.407Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:08.422Z] taggedImages: [2021-07-29T10:14:08.422Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:08.422Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2021-07-29T10:14:08.422Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.16 [2021-07-29T10:14:08.422Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:08.422Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2021-07-29T10:14:08.462Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-07-29T10:14:08.462Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:08.462Z] latest [2021-07-29T10:14:08.462Z] 2.0.1-dev.16 [2021-07-29T10:14:08.462Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:08.462Z] main [2021-07-29T10:14:08.462Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:08.872Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:09.223Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:09.224Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-29T10:14:09.224Z] 7689483a2a65: Preparing [2021-07-29T10:14:09.224Z] 7689483a2a65: Preparing [2021-07-29T10:14:09.224Z] a7fde79218f3: Preparing [2021-07-29T10:14:09.224Z] ed1f18c25895: Preparing [2021-07-29T10:14:09.224Z] ab5421430efc: Preparing [2021-07-29T10:14:09.224Z] 91a656dcd863: Preparing [2021-07-29T10:14:09.224Z] 60f52e645ad2: Preparing [2021-07-29T10:14:09.224Z] ef20d75fe887: Preparing [2021-07-29T10:14:09.224Z] 3c8b88876c65: Preparing [2021-07-29T10:14:09.224Z] a2a926106f4d: Preparing [2021-07-29T10:14:09.224Z] fc35c74a5366: Preparing [2021-07-29T10:14:09.224Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:09.224Z] 3c8b88876c65: Waiting [2021-07-29T10:14:09.224Z] a2a926106f4d: Waiting [2021-07-29T10:14:09.224Z] fc35c74a5366: Waiting [2021-07-29T10:14:09.224Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:09.224Z] 60f52e645ad2: Waiting [2021-07-29T10:14:09.224Z] ef20d75fe887: Waiting [2021-07-29T10:14:09.823Z] ed1f18c25895: Pushed [2021-07-29T10:14:09.823Z] 7689483a2a65: Pushed [2021-07-29T10:14:09.823Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:10.096Z] ef20d75fe887: Pushed [2021-07-29T10:14:10.371Z] 3c8b88876c65: Pushed [2021-07-29T10:14:10.371Z] a7fde79218f3: Pushed [2021-07-29T10:14:10.371Z] ab5421430efc: Pushed [2021-07-29T10:14:10.371Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:10.371Z] a2a926106f4d: Pushed [2021-07-29T10:14:10.641Z] fc35c74a5366: Pushed [2021-07-29T10:14:13.254Z] 91a656dcd863: Pushed [2021-07-29T10:14:13.254Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:13.601Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:13.939Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2021-07-29T10:14:13.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-29T10:14:13.939Z] 7689483a2a65: Preparing [2021-07-29T10:14:13.939Z] 7689483a2a65: Preparing [2021-07-29T10:14:13.939Z] a7fde79218f3: Preparing [2021-07-29T10:14:13.939Z] ed1f18c25895: Preparing [2021-07-29T10:14:13.939Z] ab5421430efc: Preparing [2021-07-29T10:14:13.939Z] 91a656dcd863: Preparing [2021-07-29T10:14:13.939Z] 60f52e645ad2: Preparing [2021-07-29T10:14:13.939Z] ef20d75fe887: Preparing [2021-07-29T10:14:13.939Z] 3c8b88876c65: Preparing [2021-07-29T10:14:13.939Z] a2a926106f4d: Preparing [2021-07-29T10:14:13.939Z] fc35c74a5366: Preparing [2021-07-29T10:14:13.939Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:13.939Z] 3c8b88876c65: Waiting [2021-07-29T10:14:13.939Z] a2a926106f4d: Waiting [2021-07-29T10:14:13.939Z] fc35c74a5366: Waiting [2021-07-29T10:14:13.939Z] 60f52e645ad2: Waiting [2021-07-29T10:14:13.939Z] ef20d75fe887: Waiting [2021-07-29T10:14:13.939Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:14.213Z] 91a656dcd863: Layer already exists [2021-07-29T10:14:14.213Z] ed1f18c25895: Layer already exists [2021-07-29T10:14:14.213Z] 7689483a2a65: Layer already exists [2021-07-29T10:14:14.213Z] a7fde79218f3: Layer already exists [2021-07-29T10:14:14.213Z] ab5421430efc: Layer already exists [2021-07-29T10:14:14.213Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:14.213Z] a2a926106f4d: Layer already exists [2021-07-29T10:14:14.213Z] fc35c74a5366: Layer already exists [2021-07-29T10:14:14.213Z] ef20d75fe887: Layer already exists [2021-07-29T10:14:14.213Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:15.188Z] 3c8b88876c65: Layer already exists [2021-07-29T10:14:15.188Z] latest: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:15.529Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:15.867Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 [2021-07-29T10:14:15.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-29T10:14:15.868Z] 7689483a2a65: Preparing [2021-07-29T10:14:15.868Z] 7689483a2a65: Preparing [2021-07-29T10:14:15.868Z] a7fde79218f3: Preparing [2021-07-29T10:14:15.868Z] ed1f18c25895: Preparing [2021-07-29T10:14:15.868Z] ab5421430efc: Preparing [2021-07-29T10:14:15.868Z] 91a656dcd863: Preparing [2021-07-29T10:14:15.868Z] 60f52e645ad2: Preparing [2021-07-29T10:14:15.868Z] ef20d75fe887: Preparing [2021-07-29T10:14:15.868Z] 3c8b88876c65: Preparing [2021-07-29T10:14:15.868Z] a2a926106f4d: Preparing [2021-07-29T10:14:15.868Z] fc35c74a5366: Preparing [2021-07-29T10:14:15.868Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:15.868Z] 3c8b88876c65: Waiting [2021-07-29T10:14:15.868Z] a2a926106f4d: Waiting [2021-07-29T10:14:15.868Z] fc35c74a5366: Waiting [2021-07-29T10:14:15.868Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:15.868Z] 60f52e645ad2: Waiting [2021-07-29T10:14:15.868Z] ef20d75fe887: Waiting [2021-07-29T10:14:16.140Z] 91a656dcd863: Layer already exists [2021-07-29T10:14:16.140Z] ed1f18c25895: Layer already exists [2021-07-29T10:14:16.140Z] a7fde79218f3: Layer already exists [2021-07-29T10:14:16.140Z] 7689483a2a65: Layer already exists [2021-07-29T10:14:16.140Z] ab5421430efc: Layer already exists [2021-07-29T10:14:16.140Z] 3c8b88876c65: Layer already exists [2021-07-29T10:14:16.140Z] ef20d75fe887: Layer already exists [2021-07-29T10:14:16.140Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:16.140Z] a2a926106f4d: Layer already exists [2021-07-29T10:14:16.140Z] fc35c74a5366: Layer already exists [2021-07-29T10:14:16.140Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:16.140Z] 2.0.1-dev.16: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:16.506Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:16.849Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:16.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-29T10:14:16.850Z] 7689483a2a65: Preparing [2021-07-29T10:14:16.850Z] 7689483a2a65: Preparing [2021-07-29T10:14:16.850Z] a7fde79218f3: Preparing [2021-07-29T10:14:16.850Z] ed1f18c25895: Preparing [2021-07-29T10:14:16.850Z] ab5421430efc: Preparing [2021-07-29T10:14:16.850Z] 91a656dcd863: Preparing [2021-07-29T10:14:16.850Z] 60f52e645ad2: Preparing [2021-07-29T10:14:16.850Z] ef20d75fe887: Preparing [2021-07-29T10:14:16.850Z] 3c8b88876c65: Preparing [2021-07-29T10:14:16.850Z] a2a926106f4d: Preparing [2021-07-29T10:14:16.850Z] fc35c74a5366: Preparing [2021-07-29T10:14:16.850Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:16.850Z] 3c8b88876c65: Waiting [2021-07-29T10:14:16.850Z] a2a926106f4d: Waiting [2021-07-29T10:14:16.850Z] 60f52e645ad2: Waiting [2021-07-29T10:14:16.850Z] fc35c74a5366: Waiting [2021-07-29T10:14:16.850Z] ef20d75fe887: Waiting [2021-07-29T10:14:16.850Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:17.120Z] ab5421430efc: Layer already exists [2021-07-29T10:14:17.120Z] a7fde79218f3: Layer already exists [2021-07-29T10:14:17.120Z] 7689483a2a65: Layer already exists [2021-07-29T10:14:17.120Z] 91a656dcd863: Layer already exists [2021-07-29T10:14:17.120Z] ed1f18c25895: Layer already exists [2021-07-29T10:14:17.120Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:17.120Z] fc35c74a5366: Layer already exists [2021-07-29T10:14:17.120Z] 3c8b88876c65: Layer already exists [2021-07-29T10:14:17.120Z] ef20d75fe887: Layer already exists [2021-07-29T10:14:17.120Z] a2a926106f4d: Layer already exists [2021-07-29T10:14:17.120Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:17.120Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:17.457Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:17.795Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2021-07-29T10:14:17.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-29T10:14:17.795Z] 7689483a2a65: Preparing [2021-07-29T10:14:17.795Z] 7689483a2a65: Preparing [2021-07-29T10:14:17.795Z] a7fde79218f3: Preparing [2021-07-29T10:14:17.795Z] ed1f18c25895: Preparing [2021-07-29T10:14:17.795Z] ab5421430efc: Preparing [2021-07-29T10:14:17.795Z] 91a656dcd863: Preparing [2021-07-29T10:14:17.795Z] 60f52e645ad2: Preparing [2021-07-29T10:14:17.795Z] ef20d75fe887: Preparing [2021-07-29T10:14:17.795Z] 3c8b88876c65: Preparing [2021-07-29T10:14:17.795Z] a2a926106f4d: Preparing [2021-07-29T10:14:17.795Z] fc35c74a5366: Preparing [2021-07-29T10:14:17.795Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:17.795Z] 60f52e645ad2: Waiting [2021-07-29T10:14:17.795Z] ef20d75fe887: Waiting [2021-07-29T10:14:17.795Z] 3c8b88876c65: Waiting [2021-07-29T10:14:17.795Z] a2a926106f4d: Waiting [2021-07-29T10:14:17.795Z] fc35c74a5366: Waiting [2021-07-29T10:14:17.795Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:18.069Z] 91a656dcd863: Layer already exists [2021-07-29T10:14:18.069Z] ed1f18c25895: Layer already exists [2021-07-29T10:14:18.069Z] 7689483a2a65: Layer already exists [2021-07-29T10:14:18.069Z] a7fde79218f3: Layer already exists [2021-07-29T10:14:18.069Z] ab5421430efc: Layer already exists [2021-07-29T10:14:18.069Z] 3c8b88876c65: Layer already exists [2021-07-29T10:14:18.069Z] fc35c74a5366: Layer already exists [2021-07-29T10:14:18.069Z] ef20d75fe887: Layer already exists [2021-07-29T10:14:18.069Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:18.069Z] a2a926106f4d: Layer already exists [2021-07-29T10:14:18.069Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:18.069Z] main: digest: sha256:f6a07d06b8ef55bb14e185dca4ca958ed90437140e646a02526f437a14db2223 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:18.130Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:18.145Z] taggedImages: [2021-07-29T10:14:18.145Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:18.145Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2021-07-29T10:14:18.145Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.16 [2021-07-29T10:14:18.145Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:18.145Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2021-07-29T10:14:18.176Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-07-29T10:14:18.176Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:18.176Z] latest [2021-07-29T10:14:18.176Z] 2.0.1-dev.16 [2021-07-29T10:14:18.176Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:18.176Z] main [2021-07-29T10:14:18.176Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:18.544Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:18.880Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:18.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-29T10:14:18.881Z] fc6fa9625fef: Preparing [2021-07-29T10:14:18.881Z] 71e02534ffa5: Preparing [2021-07-29T10:14:18.881Z] 44b5c397b834: Preparing [2021-07-29T10:14:18.881Z] 8f79c4df1991: Preparing [2021-07-29T10:14:18.881Z] b1492d91ebb3: Preparing [2021-07-29T10:14:18.881Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:18.881Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:19.474Z] 8f79c4df1991: Pushed [2021-07-29T10:14:19.474Z] 44b5c397b834: Pushed [2021-07-29T10:14:19.474Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:19.745Z] b1492d91ebb3: Pushed [2021-07-29T10:14:21.707Z] 71e02534ffa5: Pushed [2021-07-29T10:14:21.707Z] fc6fa9625fef: Pushed [2021-07-29T10:14:21.707Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:22.092Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:22.431Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2021-07-29T10:14:22.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-29T10:14:22.431Z] fc6fa9625fef: Preparing [2021-07-29T10:14:22.431Z] 71e02534ffa5: Preparing [2021-07-29T10:14:22.431Z] 44b5c397b834: Preparing [2021-07-29T10:14:22.431Z] 8f79c4df1991: Preparing [2021-07-29T10:14:22.431Z] b1492d91ebb3: Preparing [2021-07-29T10:14:22.431Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:22.431Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:22.704Z] b1492d91ebb3: Layer already exists [2021-07-29T10:14:22.704Z] fc6fa9625fef: Layer already exists [2021-07-29T10:14:22.704Z] 44b5c397b834: Layer already exists [2021-07-29T10:14:22.704Z] 8f79c4df1991: Layer already exists [2021-07-29T10:14:22.704Z] 71e02534ffa5: Layer already exists [2021-07-29T10:14:22.704Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:22.704Z] latest: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:23.048Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:23.389Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 [2021-07-29T10:14:23.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-29T10:14:23.389Z] fc6fa9625fef: Preparing [2021-07-29T10:14:23.389Z] 71e02534ffa5: Preparing [2021-07-29T10:14:23.389Z] 44b5c397b834: Preparing [2021-07-29T10:14:23.389Z] 8f79c4df1991: Preparing [2021-07-29T10:14:23.389Z] b1492d91ebb3: Preparing [2021-07-29T10:14:23.389Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:23.389Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:23.670Z] b1492d91ebb3: Layer already exists [2021-07-29T10:14:23.670Z] fc6fa9625fef: Layer already exists [2021-07-29T10:14:23.670Z] 71e02534ffa5: Layer already exists [2021-07-29T10:14:23.670Z] 8f79c4df1991: Layer already exists [2021-07-29T10:14:23.670Z] 44b5c397b834: Layer already exists [2021-07-29T10:14:23.670Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:23.670Z] 2.0.1-dev.16: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:24.014Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:24.354Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:24.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-29T10:14:24.354Z] fc6fa9625fef: Preparing [2021-07-29T10:14:24.354Z] 71e02534ffa5: Preparing [2021-07-29T10:14:24.354Z] 44b5c397b834: Preparing [2021-07-29T10:14:24.354Z] 8f79c4df1991: Preparing [2021-07-29T10:14:24.354Z] b1492d91ebb3: Preparing [2021-07-29T10:14:24.354Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:24.354Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:24.628Z] 71e02534ffa5: Layer already exists [2021-07-29T10:14:24.628Z] b1492d91ebb3: Layer already exists [2021-07-29T10:14:24.628Z] fc6fa9625fef: Layer already exists [2021-07-29T10:14:24.628Z] 44b5c397b834: Layer already exists [2021-07-29T10:14:24.628Z] 8f79c4df1991: Layer already exists [2021-07-29T10:14:24.628Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:24.628Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:24.993Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:25.357Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2021-07-29T10:14:25.357Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-29T10:14:25.357Z] fc6fa9625fef: Preparing [2021-07-29T10:14:25.357Z] 71e02534ffa5: Preparing [2021-07-29T10:14:25.357Z] 44b5c397b834: Preparing [2021-07-29T10:14:25.357Z] 8f79c4df1991: Preparing [2021-07-29T10:14:25.357Z] b1492d91ebb3: Preparing [2021-07-29T10:14:25.357Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:25.357Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:25.357Z] fc6fa9625fef: Layer already exists [2021-07-29T10:14:25.357Z] 71e02534ffa5: Layer already exists [2021-07-29T10:14:25.357Z] 8f79c4df1991: Layer already exists [2021-07-29T10:14:25.357Z] 44b5c397b834: Layer already exists [2021-07-29T10:14:25.357Z] b1492d91ebb3: Layer already exists [2021-07-29T10:14:25.635Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:25.635Z] main: digest: sha256:ae769059a84d98651fd985316f6ea378996287443fec48af30d95ec5f8de7cb4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:25.709Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:25.725Z] taggedImages: [2021-07-29T10:14:25.725Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:25.725Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2021-07-29T10:14:25.725Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.16 [2021-07-29T10:14:25.725Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:25.725Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2021-07-29T10:14:25.759Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-07-29T10:14:25.759Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:25.759Z] latest [2021-07-29T10:14:25.759Z] 2.0.1-dev.16 [2021-07-29T10:14:25.759Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:25.759Z] main [2021-07-29T10:14:25.759Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:26.150Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:26.483Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:26.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-29T10:14:26.483Z] 74e10dea0d28: Preparing [2021-07-29T10:14:26.483Z] 22e33fe26f40: Preparing [2021-07-29T10:14:26.483Z] 1708aaa87f88: Preparing [2021-07-29T10:14:26.483Z] 5eba9123cb25: Preparing [2021-07-29T10:14:26.483Z] 0937af552b8b: Preparing [2021-07-29T10:14:26.483Z] d4707bf76b4d: Preparing [2021-07-29T10:14:26.483Z] d2d29f8d22b1: Preparing [2021-07-29T10:14:26.483Z] c95dc547e08b: Preparing [2021-07-29T10:14:26.483Z] 36979e7074f7: Preparing [2021-07-29T10:14:26.483Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:26.483Z] d4707bf76b4d: Waiting [2021-07-29T10:14:26.483Z] 36979e7074f7: Waiting [2021-07-29T10:14:26.483Z] d2d29f8d22b1: Waiting [2021-07-29T10:14:26.483Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:26.483Z] c95dc547e08b: Waiting [2021-07-29T10:14:27.077Z] 0937af552b8b: Pushed [2021-07-29T10:14:27.077Z] 74e10dea0d28: Pushed [2021-07-29T10:14:27.077Z] 22e33fe26f40: Pushed [2021-07-29T10:14:27.351Z] d4707bf76b4d: Pushed [2021-07-29T10:14:27.351Z] c95dc547e08b: Pushed [2021-07-29T10:14:27.351Z] d2d29f8d22b1: Pushed [2021-07-29T10:14:27.351Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:27.948Z] 36979e7074f7: Pushed [2021-07-29T10:14:29.381Z] 5eba9123cb25: Pushed [2021-07-29T10:14:29.971Z] 1708aaa87f88: Pushed [2021-07-29T10:14:30.242Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:30.860Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:31.199Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2021-07-29T10:14:31.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-29T10:14:31.199Z] 74e10dea0d28: Preparing [2021-07-29T10:14:31.199Z] 22e33fe26f40: Preparing [2021-07-29T10:14:31.199Z] 1708aaa87f88: Preparing [2021-07-29T10:14:31.199Z] 5eba9123cb25: Preparing [2021-07-29T10:14:31.199Z] 0937af552b8b: Preparing [2021-07-29T10:14:31.199Z] d4707bf76b4d: Preparing [2021-07-29T10:14:31.199Z] d2d29f8d22b1: Preparing [2021-07-29T10:14:31.199Z] c95dc547e08b: Preparing [2021-07-29T10:14:31.199Z] 36979e7074f7: Preparing [2021-07-29T10:14:31.199Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:31.199Z] d4707bf76b4d: Waiting [2021-07-29T10:14:31.199Z] d2d29f8d22b1: Waiting [2021-07-29T10:14:31.199Z] c95dc547e08b: Waiting [2021-07-29T10:14:31.199Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:31.199Z] 36979e7074f7: Waiting [2021-07-29T10:14:31.472Z] 0937af552b8b: Layer already exists [2021-07-29T10:14:31.472Z] 5eba9123cb25: Layer already exists [2021-07-29T10:14:31.472Z] 1708aaa87f88: Layer already exists [2021-07-29T10:14:31.472Z] 74e10dea0d28: Layer already exists [2021-07-29T10:14:31.472Z] 22e33fe26f40: Layer already exists [2021-07-29T10:14:31.472Z] d2d29f8d22b1: Layer already exists [2021-07-29T10:14:31.472Z] d4707bf76b4d: Layer already exists [2021-07-29T10:14:31.473Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:31.473Z] 36979e7074f7: Layer already exists [2021-07-29T10:14:31.473Z] c95dc547e08b: Layer already exists [2021-07-29T10:14:31.473Z] latest: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:31.827Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:32.165Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 [2021-07-29T10:14:32.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-29T10:14:32.165Z] 74e10dea0d28: Preparing [2021-07-29T10:14:32.165Z] 22e33fe26f40: Preparing [2021-07-29T10:14:32.165Z] 1708aaa87f88: Preparing [2021-07-29T10:14:32.165Z] 5eba9123cb25: Preparing [2021-07-29T10:14:32.165Z] 0937af552b8b: Preparing [2021-07-29T10:14:32.165Z] d4707bf76b4d: Preparing [2021-07-29T10:14:32.165Z] d2d29f8d22b1: Preparing [2021-07-29T10:14:32.165Z] c95dc547e08b: Preparing [2021-07-29T10:14:32.165Z] 36979e7074f7: Preparing [2021-07-29T10:14:32.165Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:32.165Z] d4707bf76b4d: Waiting [2021-07-29T10:14:32.165Z] d2d29f8d22b1: Waiting [2021-07-29T10:14:32.165Z] c95dc547e08b: Waiting [2021-07-29T10:14:32.165Z] 36979e7074f7: Waiting [2021-07-29T10:14:32.442Z] 5eba9123cb25: Layer already exists [2021-07-29T10:14:32.442Z] 74e10dea0d28: Layer already exists [2021-07-29T10:14:32.442Z] 22e33fe26f40: Layer already exists [2021-07-29T10:14:32.442Z] 1708aaa87f88: Layer already exists [2021-07-29T10:14:32.442Z] 0937af552b8b: Layer already exists [2021-07-29T10:14:32.442Z] d4707bf76b4d: Layer already exists [2021-07-29T10:14:32.442Z] d2d29f8d22b1: Layer already exists [2021-07-29T10:14:32.442Z] c95dc547e08b: Layer already exists [2021-07-29T10:14:32.442Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:32.442Z] 36979e7074f7: Layer already exists [2021-07-29T10:14:32.442Z] 2.0.1-dev.16: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:32.782Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:33.118Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:33.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-29T10:14:33.118Z] 74e10dea0d28: Preparing [2021-07-29T10:14:33.118Z] 22e33fe26f40: Preparing [2021-07-29T10:14:33.118Z] 1708aaa87f88: Preparing [2021-07-29T10:14:33.118Z] 5eba9123cb25: Preparing [2021-07-29T10:14:33.118Z] 0937af552b8b: Preparing [2021-07-29T10:14:33.118Z] d4707bf76b4d: Preparing [2021-07-29T10:14:33.118Z] d2d29f8d22b1: Preparing [2021-07-29T10:14:33.118Z] c95dc547e08b: Preparing [2021-07-29T10:14:33.118Z] 36979e7074f7: Preparing [2021-07-29T10:14:33.118Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:33.118Z] d4707bf76b4d: Waiting [2021-07-29T10:14:33.118Z] d2d29f8d22b1: Waiting [2021-07-29T10:14:33.118Z] c95dc547e08b: Waiting [2021-07-29T10:14:33.118Z] 36979e7074f7: Waiting [2021-07-29T10:14:33.118Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:33.396Z] 1708aaa87f88: Layer already exists [2021-07-29T10:14:33.396Z] 74e10dea0d28: Layer already exists [2021-07-29T10:14:33.396Z] 5eba9123cb25: Layer already exists [2021-07-29T10:14:33.396Z] 0937af552b8b: Layer already exists [2021-07-29T10:14:33.396Z] 22e33fe26f40: Layer already exists [2021-07-29T10:14:33.396Z] d4707bf76b4d: Layer already exists [2021-07-29T10:14:33.396Z] d2d29f8d22b1: Layer already exists [2021-07-29T10:14:33.396Z] 36979e7074f7: Layer already exists [2021-07-29T10:14:33.396Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:33.396Z] c95dc547e08b: Layer already exists [2021-07-29T10:14:33.396Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:33.748Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:34.086Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2021-07-29T10:14:34.086Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-29T10:14:34.086Z] 74e10dea0d28: Preparing [2021-07-29T10:14:34.086Z] 22e33fe26f40: Preparing [2021-07-29T10:14:34.086Z] 1708aaa87f88: Preparing [2021-07-29T10:14:34.086Z] 5eba9123cb25: Preparing [2021-07-29T10:14:34.086Z] 0937af552b8b: Preparing [2021-07-29T10:14:34.086Z] d4707bf76b4d: Preparing [2021-07-29T10:14:34.086Z] d2d29f8d22b1: Preparing [2021-07-29T10:14:34.086Z] c95dc547e08b: Preparing [2021-07-29T10:14:34.086Z] 36979e7074f7: Preparing [2021-07-29T10:14:34.086Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:34.086Z] d4707bf76b4d: Waiting [2021-07-29T10:14:34.086Z] d2d29f8d22b1: Waiting [2021-07-29T10:14:34.086Z] c95dc547e08b: Waiting [2021-07-29T10:14:34.086Z] 36979e7074f7: Waiting [2021-07-29T10:14:34.086Z] 3fbe34a1663b: Waiting [2021-07-29T10:14:34.086Z] 22e33fe26f40: Layer already exists [2021-07-29T10:14:34.086Z] 74e10dea0d28: Layer already exists [2021-07-29T10:14:34.086Z] 0937af552b8b: Layer already exists [2021-07-29T10:14:34.086Z] 1708aaa87f88: Layer already exists [2021-07-29T10:14:34.086Z] 5eba9123cb25: Layer already exists [2021-07-29T10:14:34.357Z] d4707bf76b4d: Layer already exists [2021-07-29T10:14:34.357Z] 36979e7074f7: Layer already exists [2021-07-29T10:14:34.357Z] d2d29f8d22b1: Layer already exists [2021-07-29T10:14:34.357Z] c95dc547e08b: Layer already exists [2021-07-29T10:14:34.357Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:34.357Z] main: digest: sha256:07e572a094a2909192191aa78363cfaa5d6bdfc0f375e468e4ef91050c96696e size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:34.418Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:34.433Z] taggedImages: [2021-07-29T10:14:34.433Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:34.433Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2021-07-29T10:14:34.433Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.16 [2021-07-29T10:14:34.433Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:34.433Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2021-07-29T10:14:34.506Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-07-29T10:14:34.506Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:34.506Z] latest [2021-07-29T10:14:34.506Z] 2.0.1-dev.16 [2021-07-29T10:14:34.506Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:34.506Z] main [2021-07-29T10:14:34.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:34.873Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:35.215Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:35.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-29T10:14:35.215Z] 28fafecabe2e: Preparing [2021-07-29T10:14:35.215Z] bdcd8eff3c8d: Preparing [2021-07-29T10:14:35.215Z] 60f52e645ad2: Preparing [2021-07-29T10:14:35.215Z] 551781b1659c: Preparing [2021-07-29T10:14:35.215Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:35.491Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:35.491Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:35.491Z] 28fafecabe2e: Pushed [2021-07-29T10:14:35.763Z] 551781b1659c: Pushed [2021-07-29T10:14:38.367Z] bdcd8eff3c8d: Pushed [2021-07-29T10:14:38.638Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:38.979Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:39.313Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2021-07-29T10:14:39.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-29T10:14:39.313Z] 28fafecabe2e: Preparing [2021-07-29T10:14:39.313Z] bdcd8eff3c8d: Preparing [2021-07-29T10:14:39.313Z] 60f52e645ad2: Preparing [2021-07-29T10:14:39.313Z] 551781b1659c: Preparing [2021-07-29T10:14:39.313Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:39.583Z] 551781b1659c: Layer already exists [2021-07-29T10:14:39.583Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:39.583Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:39.583Z] 28fafecabe2e: Layer already exists [2021-07-29T10:14:39.583Z] bdcd8eff3c8d: Layer already exists [2021-07-29T10:14:39.583Z] latest: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:39.923Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:40.255Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 [2021-07-29T10:14:40.255Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-29T10:14:40.255Z] 28fafecabe2e: Preparing [2021-07-29T10:14:40.255Z] bdcd8eff3c8d: Preparing [2021-07-29T10:14:40.255Z] 60f52e645ad2: Preparing [2021-07-29T10:14:40.255Z] 551781b1659c: Preparing [2021-07-29T10:14:40.255Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:40.526Z] 551781b1659c: Layer already exists [2021-07-29T10:14:40.526Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:40.526Z] bdcd8eff3c8d: Layer already exists [2021-07-29T10:14:40.526Z] 28fafecabe2e: Layer already exists [2021-07-29T10:14:40.526Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:40.526Z] 2.0.1-dev.16: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:40.868Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:41.200Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:41.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-29T10:14:41.200Z] 28fafecabe2e: Preparing [2021-07-29T10:14:41.200Z] bdcd8eff3c8d: Preparing [2021-07-29T10:14:41.200Z] 60f52e645ad2: Preparing [2021-07-29T10:14:41.200Z] 551781b1659c: Preparing [2021-07-29T10:14:41.200Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:41.471Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:41.471Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:41.471Z] 28fafecabe2e: Layer already exists [2021-07-29T10:14:41.471Z] bdcd8eff3c8d: Layer already exists [2021-07-29T10:14:41.471Z] 551781b1659c: Layer already exists [2021-07-29T10:14:41.471Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:41.810Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:42.142Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2021-07-29T10:14:42.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-29T10:14:42.142Z] 28fafecabe2e: Preparing [2021-07-29T10:14:42.142Z] bdcd8eff3c8d: Preparing [2021-07-29T10:14:42.142Z] 60f52e645ad2: Preparing [2021-07-29T10:14:42.142Z] 551781b1659c: Preparing [2021-07-29T10:14:42.142Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:42.415Z] 28fafecabe2e: Layer already exists [2021-07-29T10:14:42.415Z] bdcd8eff3c8d: Layer already exists [2021-07-29T10:14:42.415Z] 551781b1659c: Layer already exists [2021-07-29T10:14:42.415Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:42.415Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:42.415Z] main: digest: sha256:677f063dc6f77738e7061b1a7d93371793bfde999576cd5ebb54ae2c4e623384 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:42.476Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:42.490Z] taggedImages: [2021-07-29T10:14:42.490Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:42.490Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2021-07-29T10:14:42.490Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.16 [2021-07-29T10:14:42.490Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:42.490Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2021-07-29T10:14:42.523Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-07-29T10:14:42.523Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:42.523Z] latest [2021-07-29T10:14:42.523Z] 2.0.1-dev.16 [2021-07-29T10:14:42.523Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:42.523Z] main [2021-07-29T10:14:42.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:42.896Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:43.229Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:43.229Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-29T10:14:43.229Z] 59eb89cd1bda: Preparing [2021-07-29T10:14:43.229Z] 02bc6ebc4549: Preparing [2021-07-29T10:14:43.229Z] 60f52e645ad2: Preparing [2021-07-29T10:14:43.229Z] b275d05d083d: Preparing [2021-07-29T10:14:43.229Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:43.501Z] b275d05d083d: Layer already exists [2021-07-29T10:14:43.501Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:43.501Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:43.501Z] 59eb89cd1bda: Pushed [2021-07-29T10:14:46.106Z] 02bc6ebc4549: Pushed [2021-07-29T10:14:46.106Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:46.449Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:46.784Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2021-07-29T10:14:46.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-29T10:14:46.784Z] 59eb89cd1bda: Preparing [2021-07-29T10:14:46.784Z] 02bc6ebc4549: Preparing [2021-07-29T10:14:46.784Z] 60f52e645ad2: Preparing [2021-07-29T10:14:46.784Z] b275d05d083d: Preparing [2021-07-29T10:14:46.784Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:47.054Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:47.054Z] b275d05d083d: Layer already exists [2021-07-29T10:14:47.054Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:47.054Z] 59eb89cd1bda: Layer already exists [2021-07-29T10:14:47.054Z] 02bc6ebc4549: Layer already exists [2021-07-29T10:14:47.054Z] latest: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:47.409Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:47.764Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 [2021-07-29T10:14:47.765Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-29T10:14:47.765Z] 59eb89cd1bda: Preparing [2021-07-29T10:14:47.765Z] 02bc6ebc4549: Preparing [2021-07-29T10:14:47.765Z] 60f52e645ad2: Preparing [2021-07-29T10:14:47.765Z] b275d05d083d: Preparing [2021-07-29T10:14:47.765Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:47.765Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:47.765Z] b275d05d083d: Layer already exists [2021-07-29T10:14:47.765Z] 59eb89cd1bda: Layer already exists [2021-07-29T10:14:48.043Z] 02bc6ebc4549: Layer already exists [2021-07-29T10:14:48.043Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:48.043Z] 2.0.1-dev.16: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:48.399Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:48.747Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:48.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-29T10:14:48.747Z] 59eb89cd1bda: Preparing [2021-07-29T10:14:48.748Z] 02bc6ebc4549: Preparing [2021-07-29T10:14:48.748Z] 60f52e645ad2: Preparing [2021-07-29T10:14:48.748Z] b275d05d083d: Preparing [2021-07-29T10:14:48.748Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:49.017Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:49.017Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:49.017Z] 02bc6ebc4549: Layer already exists [2021-07-29T10:14:49.017Z] 59eb89cd1bda: Layer already exists [2021-07-29T10:14:49.017Z] b275d05d083d: Layer already exists [2021-07-29T10:14:49.017Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:49.358Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:49.737Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2021-07-29T10:14:49.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-29T10:14:49.737Z] 59eb89cd1bda: Preparing [2021-07-29T10:14:49.737Z] 02bc6ebc4549: Preparing [2021-07-29T10:14:49.737Z] 60f52e645ad2: Preparing [2021-07-29T10:14:49.737Z] b275d05d083d: Preparing [2021-07-29T10:14:49.737Z] 3fbe34a1663b: Preparing [2021-07-29T10:14:50.014Z] b275d05d083d: Layer already exists [2021-07-29T10:14:50.014Z] 59eb89cd1bda: Layer already exists [2021-07-29T10:14:50.014Z] 3fbe34a1663b: Layer already exists [2021-07-29T10:14:50.014Z] 02bc6ebc4549: Layer already exists [2021-07-29T10:14:50.014Z] 60f52e645ad2: Layer already exists [2021-07-29T10:14:50.014Z] main: digest: sha256:0cbcc4f93c40fa57caeac023fc765ad094e78ba713bfb4b61b3594483fdb346a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:14:50.071Z] ===================================================== [Pipeline] echo [2021-07-29T10:14:50.092Z] taggedImages: [2021-07-29T10:14:50.092Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:50.092Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2021-07-29T10:14:50.092Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.16 [2021-07-29T10:14:50.092Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:50.092Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2021-07-29T10:14:50.122Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-07-29T10:14:50.123Z] 166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:50.123Z] latest [2021-07-29T10:14:50.123Z] 2.0.1-dev.16 [2021-07-29T10:14:50.123Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:14:50.123Z] main [2021-07-29T10:14:50.123Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:50.486Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:14:50.822Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:14:50.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-29T10:14:50.822Z] 2611737e9ead: Preparing [2021-07-29T10:14:50.822Z] 683414ed2f8c: Preparing [2021-07-29T10:14:50.822Z] 468a1e0fc849: Preparing [2021-07-29T10:14:50.822Z] c1237d8ea569: Preparing [2021-07-29T10:14:50.822Z] 36385507e099: Preparing [2021-07-29T10:14:50.822Z] 0f96eb6246ad: Preparing [2021-07-29T10:14:50.822Z] c09ef504d4db: Preparing [2021-07-29T10:14:50.822Z] c7acdc5265c6: Preparing [2021-07-29T10:14:50.822Z] 67ea5d85c628: Preparing [2021-07-29T10:14:50.822Z] cf0781f940e6: Preparing [2021-07-29T10:14:50.822Z] c55d5dbdab40: Preparing [2021-07-29T10:14:50.822Z] 0f96eb6246ad: Waiting [2021-07-29T10:14:50.822Z] c09ef504d4db: Waiting [2021-07-29T10:14:50.822Z] c7acdc5265c6: Waiting [2021-07-29T10:14:50.822Z] c55d5dbdab40: Waiting [2021-07-29T10:14:50.822Z] 67ea5d85c628: Waiting [2021-07-29T10:14:50.822Z] cf0781f940e6: Waiting [2021-07-29T10:14:51.094Z] 36385507e099: Layer already exists [2021-07-29T10:14:51.094Z] 0f96eb6246ad: Layer already exists [2021-07-29T10:14:51.094Z] c09ef504d4db: Layer already exists [2021-07-29T10:14:51.094Z] 683414ed2f8c: Pushed [2021-07-29T10:14:51.094Z] c7acdc5265c6: Layer already exists [2021-07-29T10:14:51.369Z] 67ea5d85c628: Layer already exists [2021-07-29T10:14:51.369Z] cf0781f940e6: Layer already exists [2021-07-29T10:14:51.369Z] c55d5dbdab40: Layer already exists [2021-07-29T10:14:51.966Z] 2611737e9ead: Pushed [2021-07-29T10:14:54.583Z] 468a1e0fc849: Pushed [2021-07-29T10:15:09.676Z] c1237d8ea569: Pushed [2021-07-29T10:15:09.676Z] 166d79170882b6e1653a5f9367002074af0733c4: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:10.020Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:10.354Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2021-07-29T10:15:10.354Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-29T10:15:10.354Z] 2611737e9ead: Preparing [2021-07-29T10:15:10.354Z] 683414ed2f8c: Preparing [2021-07-29T10:15:10.354Z] 468a1e0fc849: Preparing [2021-07-29T10:15:10.354Z] c1237d8ea569: Preparing [2021-07-29T10:15:10.354Z] 36385507e099: Preparing [2021-07-29T10:15:10.354Z] 0f96eb6246ad: Preparing [2021-07-29T10:15:10.354Z] c09ef504d4db: Preparing [2021-07-29T10:15:10.354Z] c7acdc5265c6: Preparing [2021-07-29T10:15:10.354Z] 67ea5d85c628: Preparing [2021-07-29T10:15:10.354Z] cf0781f940e6: Preparing [2021-07-29T10:15:10.354Z] c55d5dbdab40: Preparing [2021-07-29T10:15:10.354Z] 0f96eb6246ad: Waiting [2021-07-29T10:15:10.354Z] c09ef504d4db: Waiting [2021-07-29T10:15:10.354Z] c7acdc5265c6: Waiting [2021-07-29T10:15:10.354Z] 67ea5d85c628: Waiting [2021-07-29T10:15:10.354Z] cf0781f940e6: Waiting [2021-07-29T10:15:10.354Z] c55d5dbdab40: Waiting [2021-07-29T10:15:10.625Z] 36385507e099: Layer already exists [2021-07-29T10:15:10.625Z] 2611737e9ead: Layer already exists [2021-07-29T10:15:10.625Z] 468a1e0fc849: Layer already exists [2021-07-29T10:15:10.625Z] c1237d8ea569: Layer already exists [2021-07-29T10:15:10.625Z] 683414ed2f8c: Layer already exists [2021-07-29T10:15:10.625Z] 0f96eb6246ad: Layer already exists [2021-07-29T10:15:10.625Z] c09ef504d4db: Layer already exists [2021-07-29T10:15:10.625Z] c7acdc5265c6: Layer already exists [2021-07-29T10:15:10.625Z] cf0781f940e6: Layer already exists [2021-07-29T10:15:10.625Z] 67ea5d85c628: Layer already exists [2021-07-29T10:15:10.625Z] c55d5dbdab40: Layer already exists [2021-07-29T10:15:10.625Z] latest: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:10.967Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:11.303Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 [2021-07-29T10:15:11.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-29T10:15:11.304Z] 2611737e9ead: Preparing [2021-07-29T10:15:11.304Z] 683414ed2f8c: Preparing [2021-07-29T10:15:11.304Z] 468a1e0fc849: Preparing [2021-07-29T10:15:11.304Z] c1237d8ea569: Preparing [2021-07-29T10:15:11.304Z] 36385507e099: Preparing [2021-07-29T10:15:11.304Z] 0f96eb6246ad: Preparing [2021-07-29T10:15:11.304Z] c09ef504d4db: Preparing [2021-07-29T10:15:11.304Z] c7acdc5265c6: Preparing [2021-07-29T10:15:11.304Z] 67ea5d85c628: Preparing [2021-07-29T10:15:11.304Z] cf0781f940e6: Preparing [2021-07-29T10:15:11.304Z] c55d5dbdab40: Preparing [2021-07-29T10:15:11.304Z] c7acdc5265c6: Waiting [2021-07-29T10:15:11.304Z] 67ea5d85c628: Waiting [2021-07-29T10:15:11.304Z] cf0781f940e6: Waiting [2021-07-29T10:15:11.304Z] c55d5dbdab40: Waiting [2021-07-29T10:15:11.576Z] c1237d8ea569: Layer already exists [2021-07-29T10:15:11.576Z] 36385507e099: Layer already exists [2021-07-29T10:15:11.576Z] 683414ed2f8c: Layer already exists [2021-07-29T10:15:11.576Z] 2611737e9ead: Layer already exists [2021-07-29T10:15:11.576Z] 468a1e0fc849: Layer already exists [2021-07-29T10:15:11.576Z] 0f96eb6246ad: Layer already exists [2021-07-29T10:15:11.576Z] c09ef504d4db: Layer already exists [2021-07-29T10:15:11.576Z] 67ea5d85c628: Layer already exists [2021-07-29T10:15:11.576Z] c7acdc5265c6: Layer already exists [2021-07-29T10:15:11.576Z] cf0781f940e6: Layer already exists [2021-07-29T10:15:11.576Z] c55d5dbdab40: Layer already exists [2021-07-29T10:15:11.576Z] 2.0.1-dev.16: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:11.923Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:12.265Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:15:12.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-29T10:15:12.265Z] 2611737e9ead: Preparing [2021-07-29T10:15:12.265Z] 683414ed2f8c: Preparing [2021-07-29T10:15:12.265Z] 468a1e0fc849: Preparing [2021-07-29T10:15:12.265Z] c1237d8ea569: Preparing [2021-07-29T10:15:12.265Z] 36385507e099: Preparing [2021-07-29T10:15:12.265Z] 0f96eb6246ad: Preparing [2021-07-29T10:15:12.266Z] c09ef504d4db: Preparing [2021-07-29T10:15:12.266Z] c7acdc5265c6: Preparing [2021-07-29T10:15:12.266Z] 67ea5d85c628: Preparing [2021-07-29T10:15:12.266Z] cf0781f940e6: Preparing [2021-07-29T10:15:12.266Z] c55d5dbdab40: Preparing [2021-07-29T10:15:12.266Z] 0f96eb6246ad: Waiting [2021-07-29T10:15:12.266Z] c09ef504d4db: Waiting [2021-07-29T10:15:12.266Z] c7acdc5265c6: Waiting [2021-07-29T10:15:12.266Z] 67ea5d85c628: Waiting [2021-07-29T10:15:12.266Z] cf0781f940e6: Waiting [2021-07-29T10:15:12.266Z] c55d5dbdab40: Waiting [2021-07-29T10:15:12.266Z] 2611737e9ead: Layer already exists [2021-07-29T10:15:12.266Z] 468a1e0fc849: Layer already exists [2021-07-29T10:15:12.266Z] c1237d8ea569: Layer already exists [2021-07-29T10:15:12.266Z] 683414ed2f8c: Layer already exists [2021-07-29T10:15:12.538Z] 36385507e099: Layer already exists [2021-07-29T10:15:12.539Z] c09ef504d4db: Layer already exists [2021-07-29T10:15:12.539Z] c7acdc5265c6: Layer already exists [2021-07-29T10:15:12.539Z] 0f96eb6246ad: Layer already exists [2021-07-29T10:15:12.539Z] 67ea5d85c628: Layer already exists [2021-07-29T10:15:12.539Z] c55d5dbdab40: Layer already exists [2021-07-29T10:15:12.539Z] cf0781f940e6: Layer already exists [2021-07-29T10:15:12.539Z] 166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:12.883Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:13.216Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2021-07-29T10:15:13.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-29T10:15:13.216Z] 2611737e9ead: Preparing [2021-07-29T10:15:13.216Z] 683414ed2f8c: Preparing [2021-07-29T10:15:13.216Z] 468a1e0fc849: Preparing [2021-07-29T10:15:13.216Z] c1237d8ea569: Preparing [2021-07-29T10:15:13.216Z] 36385507e099: Preparing [2021-07-29T10:15:13.216Z] 0f96eb6246ad: Preparing [2021-07-29T10:15:13.216Z] c09ef504d4db: Preparing [2021-07-29T10:15:13.216Z] c7acdc5265c6: Preparing [2021-07-29T10:15:13.216Z] 67ea5d85c628: Preparing [2021-07-29T10:15:13.216Z] cf0781f940e6: Preparing [2021-07-29T10:15:13.216Z] c55d5dbdab40: Preparing [2021-07-29T10:15:13.216Z] 0f96eb6246ad: Waiting [2021-07-29T10:15:13.216Z] c09ef504d4db: Waiting [2021-07-29T10:15:13.216Z] c7acdc5265c6: Waiting [2021-07-29T10:15:13.216Z] cf0781f940e6: Waiting [2021-07-29T10:15:13.216Z] c55d5dbdab40: Waiting [2021-07-29T10:15:13.216Z] 67ea5d85c628: Waiting [2021-07-29T10:15:13.216Z] 2611737e9ead: Layer already exists [2021-07-29T10:15:13.216Z] 683414ed2f8c: Layer already exists [2021-07-29T10:15:13.216Z] 468a1e0fc849: Layer already exists [2021-07-29T10:15:13.216Z] c1237d8ea569: Layer already exists [2021-07-29T10:15:13.216Z] 36385507e099: Layer already exists [2021-07-29T10:15:13.216Z] c09ef504d4db: Layer already exists [2021-07-29T10:15:13.216Z] 0f96eb6246ad: Layer already exists [2021-07-29T10:15:13.488Z] 67ea5d85c628: Layer already exists [2021-07-29T10:15:13.488Z] c7acdc5265c6: Layer already exists [2021-07-29T10:15:13.488Z] cf0781f940e6: Layer already exists [2021-07-29T10:15:13.488Z] c55d5dbdab40: Layer already exists [2021-07-29T10:15:13.488Z] main: digest: sha256:f4a1adc03c88add8ed9032c8ba2974f07c73ba4d2ae2b16bfce6e2a32e53ca33 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-29T10:15:13.549Z] ===================================================== [Pipeline] echo [2021-07-29T10:15:13.570Z] taggedImages: [2021-07-29T10:15:13.570Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4 [2021-07-29T10:15:13.570Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2021-07-29T10:15:13.570Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.16 [2021-07-29T10:15:13.570Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:166d79170882b6e1653a5f9367002074af0733c4-2.0.1-dev.16 [2021-07-29T10:15:13.570Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:14.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T10:15:14.343Z] [2021-07-29T10:15:14.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:14.691Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T10:15:14.964Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-29T10:15:14.964Z] 448f6bf000e3: Pulling fs layer [2021-07-29T10:15:14.964Z] f757da607395: Pulling fs layer [2021-07-29T10:15:14.964Z] 05883995daec: Pulling fs layer [2021-07-29T10:15:14.964Z] 8603b9c90790: Pulling fs layer [2021-07-29T10:15:14.964Z] 1560dd03e051: Pulling fs layer [2021-07-29T10:15:14.964Z] 27f5ce0e4adf: Pulling fs layer [2021-07-29T10:15:14.964Z] c2d8d7efcc4b: Pulling fs layer [2021-07-29T10:15:14.964Z] 1560dd03e051: Waiting [2021-07-29T10:15:14.964Z] 27f5ce0e4adf: Waiting [2021-07-29T10:15:14.964Z] 8603b9c90790: Waiting [2021-07-29T10:15:15.239Z] f757da607395: Verifying Checksum [2021-07-29T10:15:15.239Z] f757da607395: Download complete [2021-07-29T10:15:15.239Z] 8603b9c90790: Verifying Checksum [2021-07-29T10:15:15.239Z] 8603b9c90790: Download complete [2021-07-29T10:15:15.512Z] 1560dd03e051: Verifying Checksum [2021-07-29T10:15:15.512Z] 1560dd03e051: Download complete [2021-07-29T10:15:15.512Z] 27f5ce0e4adf: Verifying Checksum [2021-07-29T10:15:15.512Z] 27f5ce0e4adf: Download complete [2021-07-29T10:15:15.512Z] 05883995daec: Verifying Checksum [2021-07-29T10:15:15.512Z] 05883995daec: Download complete [2021-07-29T10:15:16.109Z] 448f6bf000e3: Verifying Checksum [2021-07-29T10:15:16.109Z] 448f6bf000e3: Download complete [2021-07-29T10:15:18.740Z] c2d8d7efcc4b: Verifying Checksum [2021-07-29T10:15:18.740Z] c2d8d7efcc4b: Download complete [2021-07-29T10:15:19.717Z] 448f6bf000e3: Pull complete [2021-07-29T10:15:20.310Z] f757da607395: Pull complete [2021-07-29T10:15:22.291Z] 05883995daec: Pull complete [2021-07-29T10:15:22.291Z] 8603b9c90790: Pull complete [2021-07-29T10:15:23.722Z] 1560dd03e051: Pull complete [2021-07-29T10:15:23.722Z] 27f5ce0e4adf: Pull complete [2021-07-29T10:15:38.808Z] c2d8d7efcc4b: Pull complete [2021-07-29T10:15:38.808Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-29T10:15:38.808Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-29T10:15:38.808Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-29T10:15:39.045Z] prd-ubuntu18.04-docker-arm64-4c-16g-463 does not seem to be running inside a container [2021-07-29T10:15:39.134Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-07-29T10:15:42.978Z] $ docker top 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:15:44.323Z] ---> job-cost.sh [2021-07-29T10:15:44.323Z] lf-activate-venv: SKIPPING [2021-07-29T10:15:44.323Z] INFO: No Stack... [2021-07-29T10:15:45.297Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-29T10:15:45.568Z] INFO: Archiving Costs [Pipeline] sh [2021-07-29T10:15:46.225Z] + cut -d, -f6 [2021-07-29T10:15:46.225Z] + cat /w/workspace/edgex-go/16/archives/cost.csv [Pipeline] lock [2021-07-29T10:15:46.286Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] [2021-07-29T10:15:46.301Z] Resource [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] did not exist. Created. [2021-07-29T10:15:46.301Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-29T10:15:46.973Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-29T10:15:47.616Z] Stashed 1 file(s) [Pipeline] } [2021-07-29T10:15:47.629Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-16-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-29T10:15:47.656Z] $ docker stop --time=1 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c [2021-07-29T10:15:49.367Z] $ docker rm -f 5c89d2d09954a579d6bc5a2b4593c140448d5c5d13a3625a0b221f9704dcb22c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider [2021-07-29T10:15:50.460Z] provisioning config files... [2021-07-29T10:15:50.475Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config7833235301736673230tmp [Pipeline] { [Pipeline] sh [2021-07-29T10:15:50.798Z] + set +x [2021-07-29T10:15:50.798Z] + curl -s https://codecov.io/bash [2021-07-29T10:15:50.798Z] + bash -s -- [2021-07-29T10:15:50.798Z] [2021-07-29T10:15:50.798Z] _____ _ [2021-07-29T10:15:50.798Z] / ____| | | [2021-07-29T10:15:50.798Z] | | ___ __| | ___ ___ _____ __ [2021-07-29T10:15:50.798Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-29T10:15:50.798Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-29T10:15:50.798Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-29T10:15:50.798Z] Bash-1.0.6 [2021-07-29T10:15:50.798Z] [2021-07-29T10:15:50.798Z] [2021-07-29T10:15:50.798Z] ==> git version 2.24.4 found [2021-07-29T10:15:50.798Z] ==> 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-07-29T10:15:50.798Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-29T10:15:50.798Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-29T10:15:51.062Z] ==> Jenkins CI detected. [2021-07-29T10:15:51.062Z] current dir:  /w/workspace/edgex-go/16 [2021-07-29T10:15:51.062Z] project root: . [2021-07-29T10:15:51.062Z] --> token set from env [2021-07-29T10:15:51.062Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-29T10:15:51.062Z] ==> Running gcov in . (disable via -X gcov) [2021-07-29T10:15:51.062Z] ==> Python coveragepy not found [2021-07-29T10:15:51.062Z] ==> Searching for coverage reports in: [2021-07-29T10:15:51.062Z] + . [2021-07-29T10:15:51.062Z] -> Found 1 reports [2021-07-29T10:15:51.062Z] ==> Detecting git/mercurial file structure [2021-07-29T10:15:51.062Z] ==> Reading reports [2021-07-29T10:15:51.062Z] + ./coverage.out bytes=402846 [2021-07-29T10:15:51.062Z] ==> Appending adjustments [2021-07-29T10:15:51.062Z] https://docs.codecov.io/docs/fixing-reports [2021-07-29T10:15:52.464Z] + Found adjustments [2021-07-29T10:15:52.464Z] ==> Gzipping contents [2021-07-29T10:15:52.464Z] 56K /tmp/codecov.mHLcbW.gz [2021-07-29T10:15:52.464Z] ==> Uploading reports [2021-07-29T10:15:52.464Z] url: https://codecov.io [2021-07-29T10:15:52.464Z] query: branch=main&commit=166d79170882b6e1653a5f9367002074af0733c4&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-29T10:15:52.464Z] -> Pinging Codecov [2021-07-29T10:15:52.464Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=166d79170882b6e1653a5f9367002074af0733c4&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-29T10:15:52.730Z] -> Uploading to [2021-07-29T10:15:52.731Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-29/00271124DB129430A58F1EEE437C3FCB/166d79170882b6e1653a5f9367002074af0733c4/2a4dfa65-758e-405e-8c77-5e56ec540046.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210729%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210729T101552Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3fcf4213896b5e451c40b9bbc4ae14e44956a382b86f9544e1ff89a20e0ad055 [2021-07-29T10:15:52.731Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:15:52.731Z] Dload Upload Total Spent Left Speed [2021-07-29T10:15:52.997Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54439 0 0 100 54439 0 128k --:--:-- --:--:-- --:--:-- 128k 100 54439 0 0 100 54439 0 128k --:--:-- --:--:-- --:--:-- 128k [2021-07-29T10:15:52.997Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/166d79170882b6e1653a5f9367002074af0733c4 [Pipeline] } [2021-07-29T10:15:53.008Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-07-29T10:15:53.765Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-07-29T10:15:53.788Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:54.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-29T10:15:54.101Z] [2021-07-29T10:15:54.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:15:54.425Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-29T10:15:54.425Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-07-29T10:15:54.425Z] 188c0c94c7c5: Pulling fs layer [2021-07-29T10:15:54.425Z] 0ef7d3d256c8: Pulling fs layer [2021-07-29T10:15:54.425Z] de9db76c5a1d: Pulling fs layer [2021-07-29T10:15:54.425Z] 0eba1c9be4d2: Pulling fs layer [2021-07-29T10:15:54.425Z] 0d57e429df01: Pulling fs layer [2021-07-29T10:15:54.425Z] 4e4be7b47b0d: Pulling fs layer [2021-07-29T10:15:54.425Z] e1f770b5df2f: Pulling fs layer [2021-07-29T10:15:54.426Z] 85a0685a4137: Pulling fs layer [2021-07-29T10:15:54.426Z] 0d57e429df01: Waiting [2021-07-29T10:15:54.426Z] 4e4be7b47b0d: Waiting [2021-07-29T10:15:54.426Z] e1f770b5df2f: Waiting [2021-07-29T10:15:54.426Z] 85a0685a4137: Waiting [2021-07-29T10:15:54.426Z] de9db76c5a1d: Verifying Checksum [2021-07-29T10:15:54.426Z] de9db76c5a1d: Download complete [2021-07-29T10:15:54.691Z] 0ef7d3d256c8: Verifying Checksum [2021-07-29T10:15:54.691Z] 0ef7d3d256c8: Download complete [2021-07-29T10:15:54.691Z] 0d57e429df01: Verifying Checksum [2021-07-29T10:15:54.691Z] 0d57e429df01: Download complete [2021-07-29T10:15:54.691Z] 4e4be7b47b0d: Verifying Checksum [2021-07-29T10:15:54.691Z] 4e4be7b47b0d: Download complete [2021-07-29T10:15:54.691Z] 188c0c94c7c5: Verifying Checksum [2021-07-29T10:15:54.691Z] 188c0c94c7c5: Download complete [2021-07-29T10:15:54.965Z] 188c0c94c7c5: Pull complete [2021-07-29T10:15:54.965Z] 0ef7d3d256c8: Pull complete [2021-07-29T10:15:54.965Z] de9db76c5a1d: Pull complete [2021-07-29T10:15:55.919Z] e1f770b5df2f: Verifying Checksum [2021-07-29T10:15:55.919Z] e1f770b5df2f: Download complete [2021-07-29T10:16:00.163Z] 0eba1c9be4d2: Verifying Checksum [2021-07-29T10:16:00.163Z] 0eba1c9be4d2: Download complete [2021-07-29T10:16:00.163Z] 85a0685a4137: Verifying Checksum [2021-07-29T10:16:00.163Z] 85a0685a4137: Download complete [2021-07-29T10:16:02.768Z] 0eba1c9be4d2: Pull complete [2021-07-29T10:16:02.768Z] 0d57e429df01: Pull complete [2021-07-29T10:16:02.768Z] 4e4be7b47b0d: Pull complete [2021-07-29T10:16:03.041Z] e1f770b5df2f: Pull complete [2021-07-29T10:16:06.398Z] 85a0685a4137: Pull complete [2021-07-29T10:16:06.398Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-07-29T10:16:06.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-29T10:16:06.398Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-07-29T10:16:06.498Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:16:06.566Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-07-29T10:16:09.339Z] $ docker top c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-29T10:16:09.443Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-07-29T10:16:09.744Z] + set -o pipefail [2021-07-29T10:16:09.744Z] + snyk monitor '--org=edgex-jenkins' [2021-07-29T10:16:16.782Z] [2021-07-29T10:16:16.782Z] Monitoring /w/workspace/edgex-go/16 (github.com/edgexfoundry/edgex-go)... [2021-07-29T10:16:16.782Z] [2021-07-29T10:16:16.782Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/e9aa8a5a-ec3d-470b-b2b4-8630d85bf900 [2021-07-29T10:16:16.782Z] [2021-07-29T10:16:16.782Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-07-29T10:16:16.782Z] [2021-07-29T10:16:16.782Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-07-29T10:16:16.782Z] [2021-07-29T10:16:16.782Z] [Pipeline] } [2021-07-29T10:16:16.796Z] $ docker stop --time=1 c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe [2021-07-29T10:16:18.844Z] $ docker rm -f c9aab22e1799565165ca6be3d46e66252cc11a89ce3364dbfceab09c421eeefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-07-29T10:16:19.677Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:16:19.694Z] provisioning config files... [2021-07-29T10:16:19.706Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/16@tmp/config842330962009042870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:16:20.045Z] --> edgex-publish-swagger.sh [2021-07-29T10:16:20.045Z] === Publish openapi/v2 API === [2021-07-29T10:16:20.045Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-07-29T10:16:20.045Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/16/openapi/v2/core-command.yaml] [2021-07-29T10:16:20.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:20.045Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:20.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31867 0 0 100 31867 0 26455 0:00:01 0:00:01 --:--:-- 26489 100 31867 0 0 100 31867 0 26453 0:00:01 0:00:01 --:--:-- 26467 [2021-07-29T10:16:20.999Z] [2021-07-29T10:16:20.999Z] [2021-07-29T10:16:20.999Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/16/openapi/v2/core-data.yaml] [2021-07-29T10:16:20.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:20.999Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:22.402Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65452 0 0 100 65452 0 59750 0:00:01 0:00:01 --:--:-- 59773 100 65452 0 0 100 65452 0 59742 0:00:01 0:00:01 --:--:-- 59773 [2021-07-29T10:16:22.402Z] [2021-07-29T10:16:22.402Z] [2021-07-29T10:16:22.402Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/16/openapi/v2/core-metadata.yaml] [2021-07-29T10:16:22.402Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:22.402Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:23.356Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k 100 119k 0 0 100 119k 0 116k 0:00:01 0:00:01 --:--:-- 116k [2021-07-29T10:16:23.356Z] [2021-07-29T10:16:23.356Z] [2021-07-29T10:16:23.356Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/16/openapi/v2/support-notifications.yaml] [2021-07-29T10:16:23.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:23.356Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:24.576Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86007 0 0 100 86007 0 73292 0:00:01 0:00:01 --:--:-- 73322 100 86007 0 0 100 86007 0 70784 0:00:01 0:00:01 --:--:-- 70845 [2021-07-29T10:16:24.577Z] [2021-07-29T10:16:24.577Z] [2021-07-29T10:16:24.577Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/16/openapi/v2/support-scheduler.yaml] [2021-07-29T10:16:24.577Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:24.577Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:25.528Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38042 0 0 100 38042 0 36844 0:00:01 0:00:01 --:--:-- 36862 100 38042 0 0 100 38042 0 36838 0:00:01 0:00:01 --:--:-- 36862 [2021-07-29T10:16:25.528Z] [2021-07-29T10:16:25.528Z] [2021-07-29T10:16:25.528Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/16/openapi/v2/system-agent.yaml] [2021-07-29T10:16:25.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-29T10:16:25.528Z] Dload Upload Total Spent Left Speed [2021-07-29T10:16:26.933Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19730 0 0 100 19730 0 16947 0:00:01 0:00:01 --:--:-- 16950 100 19730 0 0 100 19730 0 14550 0:00:01 0:00:01 --:--:-- 14560 [2021-07-29T10:16:26.933Z] [2021-07-29T10:16:26.933Z] [Pipeline] } [2021-07-29T10:16:26.947Z] 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-07-29T10:16:27.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:16:27.508Z] . [Pipeline] withDockerContainer [2021-07-29T10:16:27.598Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:16:27.654Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-29T10:16:28.089Z] $ docker top 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T10:16:28.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T10:16:28.220Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T10:16:28.360Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T10:16:28.359Z] $ docker exec 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff ssh-agent [2021-07-29T10:16:28.489Z] SSH_AUTH_SOCK=/tmp/ssh-S65l7MryrT8d/agent.13 [2021-07-29T10:16:28.489Z] SSH_AGENT_PID=20 [2021-07-29T10:16:28.499Z] Running ssh-add (command line suppressed) [2021-07-29T10:16:28.599Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_2168922296693776970.key (/w/workspace/edgex-go/16@tmp/private_key_2168922296693776970.key) [2021-07-29T10:16:28.625Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T10:16:28.939Z] + git semver tag [2021-07-29T10:16:28.939Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T10:16:28.939Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-07-29T10:16:28.939Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-07-29T10:16:28.939Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T10:16:28.939Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T10:16:28.939Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T10:16:28.939Z] # $SEMVER_BRANCH = main [2021-07-29T10:16:28.939Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [2021-07-29T10:16:28.939Z] # 166d79170882b6e1653a5f9367002074af0733c4 HEAD [2021-07-29T10:16:28.939Z] # -> Force: false [2021-07-29T10:16:28.939Z] # 0288cfca764c180dc15591a6f59ab654de7105c7 refs/tags/v2.0.1-dev.16 [Pipeline] } [2021-07-29T10:16:28.958Z] $ docker exec --env ******** --env ******** 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff ssh-agent -k [2021-07-29T10:16:29.078Z] unset SSH_AUTH_SOCK; [2021-07-29T10:16:29.078Z] unset SSH_AGENT_PID; [2021-07-29T10:16:29.078Z] echo Agent pid 20 killed; [2021-07-29T10:16:29.101Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T10:16:29.682Z] + git semver [Pipeline] } [2021-07-29T10:16:29.698Z] $ docker stop --time=1 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff [2021-07-29T10:16:30.910Z] $ docker rm -f 5d16e52397d192f60b8053191159f3af56e20abf9c3715d211cb0d288e7327ff [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:16:31.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-29T10:16:31.371Z] [2021-07-29T10:16:31.371Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:16:31.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-29T10:16:31.707Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-07-29T10:16:31.707Z] ab5ef0e58194: Pulling fs layer [2021-07-29T10:16:31.707Z] 9712f1f96733: Pulling fs layer [2021-07-29T10:16:31.707Z] 63f879dbbcfc: Pulling fs layer [2021-07-29T10:16:31.707Z] 0d9ebad4ef96: Pulling fs layer [2021-07-29T10:16:31.707Z] e9a5061849ea: Pulling fs layer [2021-07-29T10:16:31.707Z] d747dcd14b5f: Pulling fs layer [2021-07-29T10:16:31.707Z] 2de7ff778b66: Pulling fs layer [2021-07-29T10:16:31.707Z] e9a5061849ea: Waiting [2021-07-29T10:16:31.707Z] d747dcd14b5f: Waiting [2021-07-29T10:16:31.707Z] 2de7ff778b66: Waiting [2021-07-29T10:16:31.707Z] 0d9ebad4ef96: Waiting [2021-07-29T10:16:31.707Z] 9712f1f96733: Verifying Checksum [2021-07-29T10:16:31.707Z] 9712f1f96733: Download complete [2021-07-29T10:16:33.639Z] 63f879dbbcfc: Verifying Checksum [2021-07-29T10:16:33.639Z] 63f879dbbcfc: Download complete [2021-07-29T10:16:33.904Z] e9a5061849ea: Verifying Checksum [2021-07-29T10:16:33.904Z] e9a5061849ea: Download complete [2021-07-29T10:16:34.168Z] d747dcd14b5f: Verifying Checksum [2021-07-29T10:16:34.168Z] d747dcd14b5f: Download complete [2021-07-29T10:16:34.750Z] 2de7ff778b66: Verifying Checksum [2021-07-29T10:16:34.750Z] 2de7ff778b66: Download complete [2021-07-29T10:16:35.016Z] ab5ef0e58194: Verifying Checksum [2021-07-29T10:16:35.016Z] ab5ef0e58194: Download complete [2021-07-29T10:16:35.282Z] 0d9ebad4ef96: Verifying Checksum [2021-07-29T10:16:35.282Z] 0d9ebad4ef96: Download complete [2021-07-29T10:16:37.887Z] ab5ef0e58194: Pull complete [2021-07-29T10:16:37.887Z] 9712f1f96733: Pull complete [2021-07-29T10:16:38.470Z] 63f879dbbcfc: Pull complete [2021-07-29T10:16:42.775Z] 0d9ebad4ef96: Pull complete [2021-07-29T10:16:42.775Z] e9a5061849ea: Pull complete [2021-07-29T10:16:42.775Z] d747dcd14b5f: Pull complete [2021-07-29T10:16:43.358Z] 2de7ff778b66: Pull complete [2021-07-29T10:16:43.358Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-07-29T10:16:43.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-29T10:16:43.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-07-29T10:16:43.449Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:16:43.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-07-29T10:16:46.944Z] $ docker top 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:16:47.052Z] provisioning config files... [2021-07-29T10:16:47.066Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/16@tmp/config6783980025212333522tmp [2021-07-29T10:16:47.085Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/16@tmp/config988338568871984362tmp [2021-07-29T10:16:47.103Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/16@tmp/config2005693533131384248tmp [Pipeline] { [Pipeline] echo [2021-07-29T10:16:47.130Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:16:47.441Z] ---> sigul-configuration.sh [2021-07-29T10:16:47.441Z] gpg: directory `/root/.gnupg' created [2021-07-29T10:16:47.441Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-07-29T10:16:47.441Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-07-29T10:16:47.441Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-07-29T10:16:47.441Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-07-29T10:16:47.441Z] gpg: CAST5 encrypted data [2021-07-29T10:16:47.441Z] gpg: encrypted with 1 passphrase [2021-07-29T10:16:47.441Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-07-29T10:16:47.754Z] + mkdir /home/jenkins [2021-07-29T10:16:47.754Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-07-29T10:16:48.070Z] + 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-07-29T10:16:48.086Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:16:48.396Z] ---> sigul-install.sh [2021-07-29T10:16:48.396Z] Sigul already installed; skipping installation. [Pipeline] sh [2021-07-29T10:16:48.706Z] + git tag --list [2021-07-29T10:16:48.706Z] 0.6.0 [2021-07-29T10:16:48.706Z] 0.6.1 [2021-07-29T10:16:48.706Z] 0.7.0 [2021-07-29T10:16:48.706Z] 0.7.1 [2021-07-29T10:16:48.706Z] v1.0.0 [2021-07-29T10:16:48.706Z] v1.0.1 [2021-07-29T10:16:48.706Z] v1.1.0 [2021-07-29T10:16:48.706Z] v1.2.0 [2021-07-29T10:16:48.706Z] v1.2.1 [2021-07-29T10:16:48.706Z] v1.3.0 [2021-07-29T10:16:48.706Z] v1.3.1 [2021-07-29T10:16:48.706Z] v2.0.0 [2021-07-29T10:16:48.706Z] v2.0.1-dev.1 [2021-07-29T10:16:48.706Z] v2.0.1-dev.10 [2021-07-29T10:16:48.706Z] v2.0.1-dev.11 [2021-07-29T10:16:48.706Z] v2.0.1-dev.12 [2021-07-29T10:16:48.706Z] v2.0.1-dev.13 [2021-07-29T10:16:48.706Z] v2.0.1-dev.14 [2021-07-29T10:16:48.706Z] v2.0.1-dev.15 [2021-07-29T10:16:48.706Z] v2.0.1-dev.16 [2021-07-29T10:16:48.706Z] v2.0.1-dev.2 [2021-07-29T10:16:48.706Z] v2.0.1-dev.3 [2021-07-29T10:16:48.706Z] v2.0.1-dev.4 [2021-07-29T10:16:48.706Z] v2.0.1-dev.5 [2021-07-29T10:16:48.706Z] v2.0.1-dev.6 [2021-07-29T10:16:48.706Z] v2.0.1-dev.7 [2021-07-29T10:16:48.706Z] v2.0.1-dev.8 [2021-07-29T10:16:48.706Z] v2.0.1-dev.9 [Pipeline] sh [2021-07-29T10:16:49.018Z] + lftools sign git-tag v2.0.1-dev.16 [2021-07-29T10:16:49.599Z] Signing Git tag with Sigul... [2021-07-29T10:16:49.599Z] Signing v2.0.1-dev.16 [Pipeline] echo [2021-07-29T10:16:50.572Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:16:50.883Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-07-29T10:16:50.896Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-07-29T10:16:50.923Z] $ docker stop --time=1 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d [2021-07-29T10:16:52.134Z] $ docker rm -f 1afb079d5a97f51b205d496dcf0fd5ea0cceec7f9b840d6e5bc3fad762d7870d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:16:52.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:16:52.787Z] . [Pipeline] withDockerContainer [2021-07-29T10:16:52.881Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:16:52.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-29T10:16:53.333Z] $ docker top f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T10:16:53.463Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T10:16:53.463Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T10:16:53.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T10:16:53.590Z] $ docker exec f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 ssh-agent [2021-07-29T10:16:53.715Z] SSH_AUTH_SOCK=/tmp/ssh-7ziZsZ3EpUCZ/agent.14 [2021-07-29T10:16:53.715Z] SSH_AGENT_PID=20 [2021-07-29T10:16:53.725Z] Running ssh-add (command line suppressed) [2021-07-29T10:16:53.829Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_1075517919700087910.key (/w/workspace/edgex-go/16@tmp/private_key_1075517919700087910.key) [2021-07-29T10:16:53.855Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T10:16:54.162Z] + git semver bump pre [2021-07-29T10:16:54.162Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T10:16:54.162Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-07-29T10:16:54.162Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-07-29T10:16:54.162Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T10:16:54.162Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T10:16:54.162Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T10:16:54.162Z] # $SEMVER_BRANCH = main [2021-07-29T10:16:54.162Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [2021-07-29T10:16:54.162Z] 2.0.1-dev.17 [Pipeline] } [2021-07-29T10:16:54.172Z] $ docker exec --env ******** --env ******** f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 ssh-agent -k [2021-07-29T10:16:54.269Z] unset SSH_AUTH_SOCK; [2021-07-29T10:16:54.269Z] unset SSH_AGENT_PID; [2021-07-29T10:16:54.269Z] echo Agent pid 20 killed; [2021-07-29T10:16:54.288Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T10:16:54.634Z] + git semver [Pipeline] } [2021-07-29T10:16:54.650Z] $ docker stop --time=1 f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 [2021-07-29T10:16:55.846Z] $ docker rm -f f5df139f3fc52928bede4b5a3edfdaff8eb750e1cd99ea26c63e2d3aabe25444 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:16:56.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-29T10:16:56.247Z] . [Pipeline] withDockerContainer [2021-07-29T10:16:56.334Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:16:56.402Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-07-29T10:16:56.782Z] $ docker top 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-29T10:16:56.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-29T10:16:56.903Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-29T10:16:57.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-29T10:16:57.027Z] $ docker exec 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 ssh-agent [2021-07-29T10:16:57.149Z] SSH_AUTH_SOCK=/tmp/ssh-jA1iVt1ObrA0/agent.14 [2021-07-29T10:16:57.149Z] SSH_AGENT_PID=21 [2021-07-29T10:16:57.157Z] Running ssh-add (command line suppressed) [2021-07-29T10:16:57.258Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_2805135084458019324.key (/w/workspace/edgex-go/16@tmp/private_key_2805135084458019324.key) [2021-07-29T10:16:57.284Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-29T10:16:57.609Z] + git semver push [2021-07-29T10:16:57.609Z] # -> Open(): unable to determine branch for HEAD [2021-07-29T10:16:57.609Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-07-29T10:16:57.609Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-07-29T10:16:57.609Z] # $SEMVER_REMOTE_NAME = origin [2021-07-29T10:16:57.609Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-29T10:16:57.609Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-29T10:16:57.609Z] # $SEMVER_BRANCH = main [2021-07-29T10:16:57.609Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-07-29T10:17:05.822Z] $ docker exec --env ******** --env ******** 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 ssh-agent -k [2021-07-29T10:17:05.941Z] unset SSH_AUTH_SOCK; [2021-07-29T10:17:05.941Z] unset SSH_AGENT_PID; [2021-07-29T10:17:05.941Z] echo Agent pid 21 killed; [2021-07-29T10:17:05.959Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-29T10:17:06.301Z] + git semver [Pipeline] } [2021-07-29T10:17:06.317Z] $ docker stop --time=1 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 [2021-07-29T10:17:07.509Z] $ docker rm -f 01a7f9a5dffb88090318c86a375851aecd83c0286f419708a67553bbe8807fb4 [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-07-29T10:17:08.629Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:09.215Z] ---> package-listing.sh [2021-07-29T10:17:09.215Z] ++ facter osfamily [2021-07-29T10:17:09.215Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-29T10:17:09.481Z] + OS_FAMILY=redhat [2021-07-29T10:17:09.481Z] + workspace=/w/workspace/edgex-go/16 [2021-07-29T10:17:09.481Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-29T10:17:09.481Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-29T10:17:09.481Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-29T10:17:09.481Z] + PACKAGES=/tmp/packages_start.txt [2021-07-29T10:17:09.481Z] + '[' /w/workspace/edgex-go/16 ']' [2021-07-29T10:17:09.481Z] + PACKAGES=/tmp/packages_end.txt [2021-07-29T10:17:09.481Z] + case "${OS_FAMILY}" in [2021-07-29T10:17:09.481Z] + rpm -qa [2021-07-29T10:17:09.481Z] + sort [2021-07-29T10:17:11.421Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-29T10:17:11.421Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-29T10:17:11.421Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-29T10:17:11.421Z] + '[' /w/workspace/edgex-go/16 ']' [2021-07-29T10:17:11.421Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2021-07-29T10:17:11.421Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo [2021-07-29T10:17:11.438Z] 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-29T10:17:11.738Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:17:12.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T10:17:12.322Z] [2021-07-29T10:17:12.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-29T10:17:12.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T10:17:12.694Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-29T10:17:12.694Z] b4d181a07f80: Pulling fs layer [2021-07-29T10:17:12.694Z] a1111a8f2ec3: Pulling fs layer [2021-07-29T10:17:12.694Z] ed53099fbce6: Pulling fs layer [2021-07-29T10:17:12.694Z] dc539afda2c1: Pulling fs layer [2021-07-29T10:17:12.694Z] 77bc0d833cb6: Pulling fs layer [2021-07-29T10:17:12.694Z] 9065ff56babe: Pulling fs layer [2021-07-29T10:17:12.694Z] d287ab97295c: Pulling fs layer [2021-07-29T10:17:12.694Z] 77bc0d833cb6: Waiting [2021-07-29T10:17:12.694Z] 9065ff56babe: Waiting [2021-07-29T10:17:12.694Z] d287ab97295c: Waiting [2021-07-29T10:17:12.694Z] dc539afda2c1: Waiting [2021-07-29T10:17:13.032Z] a1111a8f2ec3: Verifying Checksum [2021-07-29T10:17:13.032Z] a1111a8f2ec3: Download complete [2021-07-29T10:17:13.032Z] dc539afda2c1: Verifying Checksum [2021-07-29T10:17:13.032Z] dc539afda2c1: Download complete [2021-07-29T10:17:13.366Z] 77bc0d833cb6: Verifying Checksum [2021-07-29T10:17:13.367Z] 77bc0d833cb6: Download complete [2021-07-29T10:17:13.367Z] 9065ff56babe: Verifying Checksum [2021-07-29T10:17:13.367Z] 9065ff56babe: Download complete [2021-07-29T10:17:13.722Z] ed53099fbce6: Verifying Checksum [2021-07-29T10:17:13.722Z] ed53099fbce6: Download complete [2021-07-29T10:17:14.680Z] b4d181a07f80: Verifying Checksum [2021-07-29T10:17:14.680Z] b4d181a07f80: Download complete [2021-07-29T10:17:15.659Z] b4d181a07f80: Pull complete [2021-07-29T10:17:15.659Z] a1111a8f2ec3: Pull complete [2021-07-29T10:17:16.251Z] ed53099fbce6: Pull complete [2021-07-29T10:17:16.251Z] dc539afda2c1: Pull complete [2021-07-29T10:17:16.517Z] 77bc0d833cb6: Pull complete [2021-07-29T10:17:16.781Z] 9065ff56babe: Pull complete [2021-07-29T10:17:17.361Z] d287ab97295c: Verifying Checksum [2021-07-29T10:17:17.361Z] d287ab97295c: Download complete [2021-07-29T10:17:21.633Z] d287ab97295c: Pull complete [2021-07-29T10:17:21.633Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-29T10:17:21.633Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-29T10:17:21.633Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-29T10:17:21.725Z] prd-centos7-docker-4c-2g-462 does not seem to be running inside a container [2021-07-29T10:17:21.784Z] $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-07-29T10:17:23.896Z] $ docker top e1fcb88647e3ed6d3a221eec8f5c47468cd58a438e7893fa3c64403a5fe25956 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-29T10:17:24.319Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-29T10:17:24.628Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-29T10:17:24.938Z] + ls /var/log/sa-host [2021-07-29T10:17:24.938Z] + sadf -c /var/log/sa-host/sa05 [2021-07-29T10:17:24.938Z] file_magic: OK [2021-07-29T10:17:24.938Z] HZ: Using current value: 100 [2021-07-29T10:17:24.938Z] file_header: OK [2021-07-29T10:17:24.938Z] 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-07-29T10:17:24.938Z] Statistics: [2021-07-29T10:17:24.938Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-29T10:17:24.938Z] File successfully converted to sysstat format version 12.0.3 [2021-07-29T10:17:24.938Z] + sadf -c /var/log/sa-host/sa29 [2021-07-29T10:17:24.938Z] file_magic: OK [2021-07-29T10:17:24.938Z] HZ: Using current value: 100 [2021-07-29T10:17:24.938Z] file_header: OK [2021-07-29T10:17:24.938Z] 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-07-29T10:17:24.938Z] Statistics: [2021-07-29T10:17:24.938Z] 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... [2021-07-29T10:17:24.938Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-29T10:17:25.565Z] provisioning config files... [2021-07-29T10:17:25.582Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1512539397452085821tmp [Pipeline] { [Pipeline] echo [2021-07-29T10:17:25.606Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:25.913Z] ---> create-netrc.sh [Pipeline] } [2021-07-29T10:17:25.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:26.358Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-29T10:17:26.371Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:26.680Z] ---> sudo-logs.sh [2021-07-29T10:17:26.680Z] Archiving 'sudo' log.. [2021-07-29T10:17:26.680Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-462.vexxhost.local: Name or service not known [2021-07-29T10:17:26.680Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-462.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-29T10:17:26.711Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:27.021Z] ---> job-cost.sh [2021-07-29T10:17:27.021Z] lf-activate-venv: SKIPPING [2021-07-29T10:17:27.021Z] DEBUG: total: 0.18000000715255737 [2021-07-29T10:17:27.021Z] INFO: Retrieving Stack Cost... [2021-07-29T10:17:27.979Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-29T10:17:28.243Z] INFO: Archiving Costs [Pipeline] echo [2021-07-29T10:17:28.259Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-29T10:17:28.571Z] ---> logs-deploy.sh [2021-07-29T10:17:28.571Z] lf-activate-venv: SKIPPING [2021-07-29T10:17:28.571Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/16 [2021-07-29T10:17:28.571Z] INFO: archiving workspace using pattern(s): [2021-07-29T10:17:29.153Z] Archives upload complete. [2021-07-29T10:17:29.419Z] INFO: archiving logs to Nexus