Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8af46092e6841b377ce9cc35e8dd7acb653e0cde 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-ssh2900182355004888516.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-ssh1636706398016693379.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-ssh65444292741547227.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-ssh4125786380798343692.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-ssh8889322167913433084.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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-272 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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/14@tmp/jenkins-gitclient-ssh1682308823196354907.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 8af46092e6841b377ce9cc35e8dd7acb653e0cde (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 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 Commit message: "Merge pull request #3633 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.1-dev.9" > git rev-list --no-walk 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-07-27T14:24:39.622Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-07-27T14:24:39.717Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-07-27T14:24:39.742Z] ========================================================= [2021-07-27T14:24:39.742Z] EdgeX Global Pipelines Version Info [2021-07-27T14:24:39.742Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:24:40.630Z] ------------------- [2021-07-27T14:24:40.630Z] stable info: [2021-07-27T14:24:40.630Z] ------------------- [2021-07-27T14:24:40.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-07-27T14:24:40.630Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-27T14:24:40.630Z] Message: update stable to v1.0.197 [2021-07-27T14:24:42.047Z] ------------------- [2021-07-27T14:24:42.047Z] experimental info: [2021-07-27T14:24:42.047Z] ------------------- [2021-07-27T14:24:42.047Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-07-27T14:24:42.047Z] Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 [2021-07-27T14:24:42.047Z] Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-07-27T14:24:42.180Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-07-27T14:24:42.200Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-07-27T14:24:42.220Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-07-27T14:24:42.240Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-07-27T14:24:42.260Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-07-27T14:24:42.279Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-07-27T14:24:42.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-07-27T14:24:42.318Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-07-27T14:24:42.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-07-27T14:24:42.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-07-27T14:24:42.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-07-27T14:24:42.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-07-27T14:24:42.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-07-27T14:24:42.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-07-27T14:24:42.478Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-07-27T14:24:42.498Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-07-27T14:24:42.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-07-27T14:24:42.541Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-07-27T14:24:42.563Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-07-27T14:24:42.585Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-07-27T14:24:42.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-07-27T14:24:42.626Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-07-27T14:24:42.647Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2021-07-27T14:24:42.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2021-07-27T14:24:42.689Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2021-07-27T14:24:42.709Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] echo [2021-07-27T14:24:42.730Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8af4609 [Pipeline] echo [2021-07-27T14:24:42.750Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T14:24:42.829Z] provisioning config files... [2021-07-27T14:24:42.853Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config1525702450641813882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:24:43.190Z] ---> docker-login.sh [2021-07-27T14:24:43.190Z] nexus3.edgexfoundry.org:10001 [2021-07-27T14:24:43.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:24:43.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:24:43.463Z] Configure a credential helper to remove this warning. See [2021-07-27T14:24:43.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:24:43.463Z] [2021-07-27T14:24:43.463Z] Login Succeeded [2021-07-27T14:24:43.463Z] nexus3.edgexfoundry.org:10002 [2021-07-27T14:24:43.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:24:43.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:24:43.463Z] Configure a credential helper to remove this warning. See [2021-07-27T14:24:43.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:24:43.463Z] [2021-07-27T14:24:43.463Z] Login Succeeded [2021-07-27T14:24:43.463Z] nexus3.edgexfoundry.org:10003 [2021-07-27T14:24:43.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:24:43.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:24:43.730Z] Configure a credential helper to remove this warning. See [2021-07-27T14:24:43.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:24:43.730Z] [2021-07-27T14:24:43.730Z] Login Succeeded [2021-07-27T14:24:43.730Z] nexus3.edgexfoundry.org:10004 [2021-07-27T14:24:43.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:24:43.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:24:43.997Z] Configure a credential helper to remove this warning. See [2021-07-27T14:24:43.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:24:43.997Z] [2021-07-27T14:24:43.997Z] Login Succeeded [2021-07-27T14:24:43.997Z] docker.io [2021-07-27T14:24:43.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:24:44.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:24:44.267Z] Configure a credential helper to remove this warning. See [2021-07-27T14:24:44.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:24:44.267Z] [2021-07-27T14:24:44.267Z] Login Succeeded [2021-07-27T14:24:44.267Z] ---> docker-login.sh ends [Pipeline] } [2021-07-27T14:24:44.281Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T14:24:44.633Z] ++ 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-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/core-command/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo core-command,cmd/core-command/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/core-data/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo core-data,cmd/core-data/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/core-metadata/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/support-notifications/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.633Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-07-27T14:24:44.633Z] + for file in '`ls cmd/**/Dockerfile`' [2021-07-27T14:24:44.633Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-07-27T14:24:44.633Z] ++ cut -d/ -f2 [2021-07-27T14:24:44.634Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-07-27T14:24:44.700Z] 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-27T14:24:46.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:24:46.227Z] [2021-07-27T14:24:46.227Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:24:46.564Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:24:46.565Z] latest: Pulling from edgex-devops/git-semver [2021-07-27T14:24:46.565Z] 31603596830f: Pulling fs layer [2021-07-27T14:24:46.565Z] b6dc333f4379: Pulling fs layer [2021-07-27T14:24:46.565Z] 3d9ef1400e77: Pulling fs layer [2021-07-27T14:24:46.565Z] fd332fbdc1db: Pulling fs layer [2021-07-27T14:24:46.565Z] fd332fbdc1db: Waiting [2021-07-27T14:24:46.565Z] b6dc333f4379: Verifying Checksum [2021-07-27T14:24:46.565Z] b6dc333f4379: Download complete [2021-07-27T14:24:46.835Z] 31603596830f: Verifying Checksum [2021-07-27T14:24:46.835Z] 31603596830f: Download complete [2021-07-27T14:24:47.103Z] 31603596830f: Pull complete [2021-07-27T14:24:47.103Z] b6dc333f4379: Pull complete [2021-07-27T14:24:47.103Z] 3d9ef1400e77: Verifying Checksum [2021-07-27T14:24:47.103Z] 3d9ef1400e77: Download complete [2021-07-27T14:24:47.380Z] fd332fbdc1db: Verifying Checksum [2021-07-27T14:24:47.380Z] fd332fbdc1db: Download complete [2021-07-27T14:24:47.654Z] 3d9ef1400e77: Pull complete [2021-07-27T14:24:47.923Z] fd332fbdc1db: Pull complete [2021-07-27T14:24:47.923Z] Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 [2021-07-27T14:24:47.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:24:47.923Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-07-27T14:24:48.032Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:24:48.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:24:48.914Z] $ docker top 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-27T14:24:49.034Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T14:24:49.034Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T14:24:49.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T14:24:49.146Z] $ docker exec 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d ssh-agent [2021-07-27T14:24:49.255Z] SSH_AUTH_SOCK=/tmp/ssh-X5OY8Okz6lPH/agent.14 [2021-07-27T14:24:49.255Z] SSH_AGENT_PID=21 [2021-07-27T14:24:49.267Z] Running ssh-add (command line suppressed) [2021-07-27T14:24:49.366Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3557967268099880959.key (/w/workspace/edgex-go/14@tmp/private_key_3557967268099880959.key) [2021-07-27T14:24:49.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T14:24:49.704Z] + git tag --points-at HEAD [Pipeline] } [2021-07-27T14:24:49.721Z] $ docker exec --env ******** --env ******** 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d ssh-agent -k [2021-07-27T14:24:49.816Z] unset SSH_AUTH_SOCK; [2021-07-27T14:24:49.817Z] unset SSH_AGENT_PID; [2021-07-27T14:24:49.817Z] echo Agent pid 21 killed; [2021-07-27T14:24:49.834Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-07-27T14:24:49.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T14:24:49.870Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T14:24:49.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T14:24:49.982Z] $ docker exec 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d ssh-agent [2021-07-27T14:24:50.090Z] SSH_AUTH_SOCK=/tmp/ssh-siGjQ5iaFlz7/agent.56 [2021-07-27T14:24:50.090Z] SSH_AGENT_PID=62 [2021-07-27T14:24:50.098Z] Running ssh-add (command line suppressed) [2021-07-27T14:24:50.201Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3701835742706615760.key (/w/workspace/edgex-go/14@tmp/private_key_3701835742706615760.key) [2021-07-27T14:24:50.223Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T14:24:50.536Z] + git semver init [2021-07-27T14:24:50.536Z] # -> Open(): unable to determine branch for HEAD [2021-07-27T14:24:50.536Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-07-27T14:24:50.536Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-07-27T14:24:50.536Z] # $SEMVER_REMOTE_NAME = origin [2021-07-27T14:24:50.536Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-27T14:24:50.536Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-27T14:24:50.536Z] # $SEMVER_BRANCH = main [2021-07-27T14:24:50.536Z] # $SEMVER_TEMP = /tmp/semver-070138295 [2021-07-27T14:24:50.536Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-07-27T14:25:08.801Z] # '/tmp/semver-070138295' -> '/w/workspace/edgex-go/14/.semver' [2021-07-27T14:25:08.801Z] # -> Force: false [2021-07-27T14:25:08.801Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-07-27T14:25:08.814Z] $ docker exec --env ******** --env ******** 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d ssh-agent -k [2021-07-27T14:25:08.916Z] unset SSH_AUTH_SOCK; [2021-07-27T14:25:08.916Z] unset SSH_AGENT_PID; [2021-07-27T14:25:08.916Z] echo Agent pid 62 killed; [2021-07-27T14:25:08.934Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T14:25:09.278Z] + git semver [Pipeline] } [2021-07-27T14:25:09.297Z] $ docker stop --time=1 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d [2021-07-27T14:25:11.574Z] $ docker rm -f 3cc270e777fa2b998bfd7820849a45dcb5fa3d4b9aeaa73f118c70f77d42e15d [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T14:25:11.978Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-07-27T14:25:12.308Z] Stashed 1 file(s) [Pipeline] echo [2021-07-27T14:25:12.311Z] [edgeXSemver]: initialized semver on version 2.0.1-dev.14 [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-27T14:25:12.643Z] ========================================================= [2021-07-27T14:25:12.643Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-07-27T14:25:12.643Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:25:12.960Z] + 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-27T14:25:14.370Z] Sending build context to Docker daemon 328.4MB [2021-07-27T14:25:14.370Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-27T14:25:14.370Z] Step 2/6 : FROM ${BASE} [2021-07-27T14:25:14.370Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-07-27T14:25:14.370Z] 540db60ca938: Pulling fs layer [2021-07-27T14:25:14.370Z] adcc1eea9eea: Pulling fs layer [2021-07-27T14:25:14.370Z] 4c4ab2625f07: Pulling fs layer [2021-07-27T14:25:14.370Z] 0773c198feca: Pulling fs layer [2021-07-27T14:25:14.370Z] 345f892a5656: Pulling fs layer [2021-07-27T14:25:14.370Z] 4796506630df: Pulling fs layer [2021-07-27T14:25:14.370Z] cc55df3e53f1: Pulling fs layer [2021-07-27T14:25:14.370Z] 4d027b6c602c: Pulling fs layer [2021-07-27T14:25:14.370Z] 449e75d2c14e: Pulling fs layer [2021-07-27T14:25:14.370Z] 4796506630df: Waiting [2021-07-27T14:25:14.370Z] cc55df3e53f1: Waiting [2021-07-27T14:25:14.370Z] 4d027b6c602c: Waiting [2021-07-27T14:25:14.370Z] 0773c198feca: Waiting [2021-07-27T14:25:14.370Z] 345f892a5656: Waiting [2021-07-27T14:25:14.370Z] 449e75d2c14e: Waiting [2021-07-27T14:25:14.370Z] 4c4ab2625f07: Verifying Checksum [2021-07-27T14:25:14.370Z] 4c4ab2625f07: Download complete [2021-07-27T14:25:14.370Z] adcc1eea9eea: Verifying Checksum [2021-07-27T14:25:14.370Z] adcc1eea9eea: Download complete [2021-07-27T14:25:14.370Z] 345f892a5656: Verifying Checksum [2021-07-27T14:25:14.370Z] 345f892a5656: Download complete [2021-07-27T14:25:14.370Z] 4796506630df: Download complete [2021-07-27T14:25:14.639Z] cc55df3e53f1: Verifying Checksum [2021-07-27T14:25:14.639Z] cc55df3e53f1: Download complete [2021-07-27T14:25:14.639Z] 540db60ca938: Verifying Checksum [2021-07-27T14:25:14.639Z] 540db60ca938: Pull complete [2021-07-27T14:25:14.912Z] adcc1eea9eea: Pull complete [2021-07-27T14:25:14.912Z] 4c4ab2625f07: Pull complete [2021-07-27T14:25:15.494Z] 4d027b6c602c: Verifying Checksum [2021-07-27T14:25:15.495Z] 4d027b6c602c: Download complete [2021-07-27T14:25:18.097Z] 449e75d2c14e: Verifying Checksum [2021-07-27T14:25:18.097Z] 449e75d2c14e: Download complete [2021-07-27T14:25:19.515Z] 0773c198feca: Verifying Checksum [2021-07-27T14:25:19.515Z] 0773c198feca: Download complete [2021-07-27T14:25:22.880Z] 0773c198feca: Pull complete [2021-07-27T14:25:22.881Z] 345f892a5656: Pull complete [2021-07-27T14:25:22.881Z] 4796506630df: Pull complete [2021-07-27T14:25:22.881Z] cc55df3e53f1: Pull complete [2021-07-27T14:25:22.881Z] 4d027b6c602c: Pull complete [2021-07-27T14:25:24.910Z] 449e75d2c14e: Pull complete [2021-07-27T14:25:24.910Z] Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 [2021-07-27T14:25:24.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-07-27T14:25:24.910Z] ---> 0d28375d9b5b [2021-07-27T14:25:24.910Z] 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-27T14:25:25.499Z] ---> Running in ab01a50cdef8 [2021-07-27T14:25:25.766Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:25:26.727Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:25:27.312Z] (1/12) Installing libmagic (5.39-r0) [2021-07-27T14:25:27.569Z] Still waiting to schedule task [2021-07-27T14:25:27.570Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-07-27T14:25:27.580Z] (2/12) Installing file (5.39-r0) [2021-07-27T14:25:27.580Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-27T14:25:27.847Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-27T14:25:32.106Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-27T14:25:32.106Z] (6/12) Installing patch (2.7.6-r7) [2021-07-27T14:25:32.106Z] (7/12) Installing build-base (0.5-r2) [2021-07-27T14:25:32.106Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-27T14:25:32.106Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-27T14:25:32.106Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-27T14:25:32.375Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-27T14:25:32.375Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-27T14:25:32.375Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T14:25:32.375Z] OK: 219 MiB in 52 packages [2021-07-27T14:25:33.786Z] Removing intermediate container ab01a50cdef8 [2021-07-27T14:25:33.787Z] ---> bc6c4a0a7794 [2021-07-27T14:25:33.787Z] Step 4/6 : WORKDIR /edgex-go [2021-07-27T14:25:33.787Z] ---> Running in e692e6eba1e7 [2021-07-27T14:25:33.787Z] Removing intermediate container e692e6eba1e7 [2021-07-27T14:25:33.787Z] ---> 7f898538dd60 [2021-07-27T14:25:33.787Z] Step 5/6 : COPY go.mod . [2021-07-27T14:25:34.056Z] ---> e6e693e481c5 [2021-07-27T14:25:34.056Z] Step 6/6 : RUN go mod download [2021-07-27T14:25:34.056Z] ---> Running in 2abcbf8f0425 [2021-07-27T14:26:13.203Z] Removing intermediate container 2abcbf8f0425 [2021-07-27T14:26:13.203Z] ---> d31d1a2f38cd [2021-07-27T14:26:13.203Z] Successfully built d31d1a2f38cd [2021-07-27T14:26:13.203Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:26:13.532Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-27T14:26:13.532Z] . [Pipeline] withDockerContainer [2021-07-27T14:26:13.619Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:26:13.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:26:14.061Z] $ docker top 0813be029304027b62843423f96e2fda1a3747c196868829d8479c846fc0caf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T14:26:14.466Z] + go version [2021-07-27T14:26:14.466Z] go version go1.16.5 linux/amd64 [Pipeline] } [2021-07-27T14:26:14.482Z] $ docker stop --time=1 0813be029304027b62843423f96e2fda1a3747c196868829d8479c846fc0caf0 [2021-07-27T14:26:15.668Z] $ docker rm -f 0813be029304027b62843423f96e2fda1a3747c196868829d8479c846fc0caf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:26:16.270Z] + docker inspect -f . ci-base-image-x86_64 [2021-07-27T14:26:16.270Z] . [Pipeline] withDockerContainer [2021-07-27T14:26:16.357Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:26:16.418Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:26:16.772Z] $ docker top cf8857d88eb8b0ad6de61ace46097ab7dc8a0641458ae12ed660b9903f0a3296 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-27T14:26:16.864Z] ========================================================= [2021-07-27T14:26:16.864Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-07-27T14:26:16.864Z] ========================================================= [Pipeline] sh [2021-07-27T14:26:17.173Z] + go mod tidy [Pipeline] sh [2021-07-27T14:26:17.752Z] + make test [2021-07-27T14:26:17.752Z] 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-27T14:26:18.022Z] go mod tidy [2021-07-27T14:26:18.022Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-07-27T14:26:23.405Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-07-27T14:26:38.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-07-27T14:26:43.831Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-07-27T14:26:44.428Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-07-27T14:26:44.703Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-07-27T14:26:46.660Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-07-27T14:26:47.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-07-27T14:26:47.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-07-27T14:26:47.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-07-27T14:26:47.843Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-07-27T14:26:48.114Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-07-27T14:26:48.381Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-07-27T14:26:48.381Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-07-27T14:26:48.381Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-07-27T14:26:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-07-27T14:26:50.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.051s coverage: 28.7% of statements [2021-07-27T14:26:50.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-07-27T14:26:50.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-07-27T14:26:51.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.073s coverage: 100.0% of statements [2021-07-27T14:26:51.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-07-27T14:26:52.219Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.056s coverage: 46.3% of statements [2021-07-27T14:26:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-07-27T14:26:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-07-27T14:26:53.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.098s coverage: 89.9% of statements [2021-07-27T14:26:53.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-07-27T14:26:53.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-07-27T14:26:53.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.044s coverage: 78.9% of statements [2021-07-27T14:26:54.605Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.059s coverage: 81.2% of statements [2021-07-27T14:26:54.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-07-27T14:26:54.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-07-27T14:26:54.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-07-27T14:26:54.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-07-27T14:26:54.605Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-07-27T14:26:54.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.260s coverage: 95.1% of statements [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-07-27T14:26:54.888Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-07-27T14:26:54.888Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-07-27T14:26:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.075s coverage: 0.8% of statements [2021-07-27T14:26:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-07-27T14:26:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-07-27T14:26:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 22.0% of statements [2021-07-27T14:26:56.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-07-27T14:26:56.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements [2021-07-27T14:26:57.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 79.5% of statements [2021-07-27T14:26:57.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements [2021-07-27T14:26:57.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements [2021-07-27T14:26:57.311Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-07-27T14:27:09.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements [2021-07-27T14:27:09.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-07-27T14:27:13.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.193s coverage: 81.8% of statements [2021-07-27T14:27:13.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 58.8% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.0% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.2% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.126s coverage: 64.4% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 91.3% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.020s coverage: 73.7% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-07-27T14:27:32.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.211s coverage: 66.9% of statements [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-07-27T14:27:32.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-07-27T14:27:32.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.121s coverage: 43.6% of statements [2021-07-27T14:27:32.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-07-27T14:27:32.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-07-27T14:27:32.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2021-07-27T14:27:32.733Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-07-27T14:27:32.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements [2021-07-27T14:27:32.733Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.055s coverage: 19.3% of statements [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.126s coverage: 91.9% of statements [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 62.7% of statements [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.047s coverage: 28.9% of statements [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-07-27T14:27:40.953Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-07-27T14:27:40.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 95.4% of statements [2021-07-27T14:27:40.953Z] GO111MODULE=on go vet ./... [2021-07-27T14:27:44.140Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-273 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2021-07-27T14:27:44.159Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2021-07-27T14:27:44.470Z] The recommended git tool is: git [2021-07-27T14:27:50.372Z] using credential edgex-jenkins-ssh [2021-07-27T14:27:50.393Z] Cloning the remote Git repository [2021-07-27T14:27:50.460Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-07-27T14:27:50.594Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2021-07-27T14:27:50.691Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-07-27T14:27:50.692Z] > git --version # timeout=10 [2021-07-27T14:27:50.715Z] > git --version # 'git version 2.17.1' [2021-07-27T14:27:50.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-07-27T14:27:50.841Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T14:28:03.614Z] gofmt -l . [2021-07-27T14:28:03.614Z] [ "`gofmt -l .`" = "" ] [2021-07-27T14:28:03.614Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-07-27T14:28:03.933Z] + ls -al . [2021-07-27T14:28:03.933Z] total 596 [2021-07-27T14:28:03.933Z] drwxrwxr-x 10 1001 1001 4096 Jul 27 14:28 . [2021-07-27T14:28:03.933Z] drwxr-xr-x 4 root root 30 Jul 27 14:26 .. [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 11 Jul 27 14:24 .dockerignore [2021-07-27T14:28:03.933Z] drwxrwxr-x 8 1001 1001 162 Jul 27 14:24 .git [2021-07-27T14:28:03.933Z] drwxrwxr-x 3 1001 1001 125 Jul 27 14:24 .github [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 818 Jul 27 14:24 .gitignore [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 76 Jul 27 14:24 .hadolint.yml [2021-07-27T14:28:03.933Z] drwx------ 3 1001 1001 43 Jul 27 14:25 .semver [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 166 Jul 27 14:24 .sonarcloud.properties [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 8609 Jul 27 14:24 Attribution.txt [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 43881 Jul 27 14:24 CHANGELOG.md [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 3804 Jul 27 14:24 CONTRIBUTING.md [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 931 Jul 27 14:24 Dockerfile.build [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 849 Jul 27 14:24 Jenkinsfile [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 10775 Jul 27 14:24 LICENSE [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 5915 Jul 27 14:24 Makefile [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 8649 Jul 27 14:24 README.md [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 6912 Jul 27 14:24 SECURITY.md [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 12 Jul 27 14:25 VERSION [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 4131 Jul 27 14:24 ZMQWindows.md [2021-07-27T14:28:03.933Z] drwxrwxr-x 2 1001 1001 37 Jul 27 14:24 bin [2021-07-27T14:28:03.933Z] drwxrwxr-x 14 1001 1001 4096 Jul 27 14:24 cmd [2021-07-27T14:28:03.933Z] -rw-r--r-- 1 root root 402846 Jul 27 14:27 coverage.out [2021-07-27T14:28:03.933Z] -rw-rw-r-- 1 1001 1001 812 Jul 27 14:24 go.mod [2021-07-27T14:28:03.933Z] -rw-r--r-- 1 root root 48353 Jul 27 14:26 go.sum [2021-07-27T14:28:03.933Z] drwxrwxr-x 7 1001 1001 114 Jul 27 14:24 internal [2021-07-27T14:28:03.934Z] drwxrwxr-x 3 1001 1001 16 Jul 27 14:24 openapi [2021-07-27T14:28:03.934Z] drwxrwxr-x 4 1001 1001 71 Jul 27 14:24 snap [2021-07-27T14:28:03.934Z] -rw-rw-r-- 1 1001 1001 204 Jul 27 14:24 version.go [Pipeline] sh [2021-07-27T14:28:04.248Z] + '[' -e coverage.out ] [2021-07-27T14:28:04.248Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-07-27T14:28:04.383Z] Stashed 1 file(s) [Pipeline] sh [2021-07-27T14:28:04.688Z] + make build [2021-07-27T14:28:04.688Z] go mod tidy [2021-07-27T14:28:04.688Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T14:28:05.778Z] Avoid second fetch [2021-07-27T14:28:05.779Z] Checking out Revision 8af46092e6841b377ce9cc35e8dd7acb653e0cde (main) [2021-07-27T14:28:06.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T14:28:05.722Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-07-27T14:28:05.756Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-07-27T14:28:05.800Z] > git config core.sparsecheckout # timeout=10 [2021-07-27T14:28:05.823Z] > git checkout -f 8af46092e6841b377ce9cc35e8dd7acb653e0cde # timeout=10 [2021-07-27T14:28:10.356Z] Commit message: "Merge pull request #3633 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v2-2.0.1-dev.9" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T14:28:10.955Z] provisioning config files... [2021-07-27T14:28:10.987Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config8785691200195706306tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:28:11.586Z] ---> docker-login.sh [2021-07-27T14:28:11.586Z] nexus3.edgexfoundry.org:10001 [2021-07-27T14:28:12.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:28:12.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T14:28:12.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T14:28:12.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:28:12.851Z] Configure a credential helper to remove this warning. See [2021-07-27T14:28:12.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:28:12.851Z] [2021-07-27T14:28:12.851Z] Login Succeeded [2021-07-27T14:28:12.851Z] nexus3.edgexfoundry.org:10002 [2021-07-27T14:28:13.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:28:13.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:28:13.451Z] Configure a credential helper to remove this warning. See [2021-07-27T14:28:13.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:28:13.451Z] [2021-07-27T14:28:13.451Z] Login Succeeded [2021-07-27T14:28:13.451Z] nexus3.edgexfoundry.org:10003 [2021-07-27T14:28:13.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T14:28:14.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T14:28:14.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:28:14.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:28:14.056Z] Configure a credential helper to remove this warning. See [2021-07-27T14:28:14.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:28:14.056Z] [2021-07-27T14:28:14.056Z] Login Succeeded [2021-07-27T14:28:14.056Z] nexus3.edgexfoundry.org:10004 [2021-07-27T14:28:14.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:28:14.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:28:14.661Z] Configure a credential helper to remove this warning. See [2021-07-27T14:28:14.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:28:14.661Z] [2021-07-27T14:28:14.661Z] Login Succeeded [2021-07-27T14:28:14.661Z] docker.io [2021-07-27T14:28:14.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T14:28:15.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:28:15.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:28:15.536Z] Configure a credential helper to remove this warning. See [2021-07-27T14:28:15.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:28:15.536Z] [2021-07-27T14:28:15.536Z] Login Succeeded [2021-07-27T14:28:15.536Z] ---> docker-login.sh ends [2021-07-27T14:28:15.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [Pipeline] } [2021-07-27T14:28:15.613Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-07-27T14:28:15.975Z] ========================================================= [2021-07-27T14:28:15.975Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-07-27T14:28:15.975Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:28:16.353Z] + 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-27T14:28:16.506Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T14:28:17.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T14:28:18.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T14:28:18.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T14:28:19.008Z] Sending build context to Docker daemon 165.8MB [2021-07-27T14:28:19.008Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-07-27T14:28:19.008Z] Step 2/6 : FROM ${BASE} [2021-07-27T14:28:19.008Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-07-27T14:28:19.008Z] 595b0fe564bb: Pulling fs layer [2021-07-27T14:28:19.008Z] 24495759ef45: Pulling fs layer [2021-07-27T14:28:19.008Z] d148012ef14d: Pulling fs layer [2021-07-27T14:28:19.008Z] cb65c68fc2e2: Pulling fs layer [2021-07-27T14:28:19.008Z] 093eec477d81: Pulling fs layer [2021-07-27T14:28:19.008Z] a6d5b2bbb924: Pulling fs layer [2021-07-27T14:28:19.008Z] 2446dc1eb7d3: Pulling fs layer [2021-07-27T14:28:19.008Z] 596795e73e0f: Pulling fs layer [2021-07-27T14:28:19.008Z] 093eec477d81: Waiting [2021-07-27T14:28:19.008Z] a6d5b2bbb924: Waiting [2021-07-27T14:28:19.008Z] 2446dc1eb7d3: Waiting [2021-07-27T14:28:19.008Z] 596795e73e0f: Waiting [2021-07-27T14:28:19.008Z] d148012ef14d: Verifying Checksum [2021-07-27T14:28:19.008Z] d148012ef14d: Download complete [2021-07-27T14:28:19.008Z] 24495759ef45: Verifying Checksum [2021-07-27T14:28:19.008Z] 24495759ef45: Download complete [2021-07-27T14:28:19.008Z] 093eec477d81: Download complete [2021-07-27T14:28:19.287Z] a6d5b2bbb924: Download complete [2021-07-27T14:28:19.287Z] 595b0fe564bb: Download complete [2021-07-27T14:28:19.565Z] 2446dc1eb7d3: Download complete [Pipeline] } [2021-07-27T14:28:20.085Z] $ docker stop --time=1 cf8857d88eb8b0ad6de61ace46097ab7dc8a0641458ae12ed660b9903f0a3296 [2021-07-27T14:28:20.187Z] 595b0fe564bb: Pull complete [2021-07-27T14:28:20.802Z] 24495759ef45: Pull complete [2021-07-27T14:28:21.402Z] d148012ef14d: Pull complete [2021-07-27T14:28:21.958Z] $ docker rm -f cf8857d88eb8b0ad6de61ace46097ab7dc8a0641458ae12ed660b9903f0a3296 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-07-27T14:28:22.396Z] 596795e73e0f: Verifying Checksum [2021-07-27T14:28:22.396Z] 596795e73e0f: Download complete [2021-07-27T14:28:23.827Z] cb65c68fc2e2: Verifying Checksum [2021-07-27T14:28:23.827Z] cb65c68fc2e2: Download complete [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:28:25.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T14:28:25.093Z] [2021-07-27T14:28:25.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:28:25.424Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T14:28:25.424Z] latest: Pulling from edgex-devops/edgex-compose [2021-07-27T14:28:25.424Z] cbdbe7a5bc2a: Pulling fs layer [2021-07-27T14:28:25.424Z] ca9280d653b3: Pulling fs layer [2021-07-27T14:28:25.424Z] 7e9c9ca2126c: Pulling fs layer [2021-07-27T14:28:26.006Z] cbdbe7a5bc2a: Download complete [2021-07-27T14:28:26.006Z] cbdbe7a5bc2a: Pull complete [2021-07-27T14:28:26.962Z] ca9280d653b3: Verifying Checksum [2021-07-27T14:28:26.962Z] ca9280d653b3: Download complete [2021-07-27T14:28:27.230Z] ca9280d653b3: Pull complete [2021-07-27T14:28:29.804Z] 7e9c9ca2126c: Verifying Checksum [2021-07-27T14:28:29.804Z] 7e9c9ca2126c: Download complete [2021-07-27T14:28:32.395Z] 7e9c9ca2126c: Pull complete [2021-07-27T14:28:32.395Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-07-27T14:28:32.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T14:28:32.395Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-07-27T14:28:32.483Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:28:32.555Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:28:34.004Z] cb65c68fc2e2: Pull complete [2021-07-27T14:28:34.279Z] 093eec477d81: Pull complete [2021-07-27T14:28:34.556Z] a6d5b2bbb924: Pull complete [2021-07-27T14:28:35.155Z] 2446dc1eb7d3: Pull complete [2021-07-27T14:28:35.258Z] $ docker top 506cc18feaa75882560bc5cc86117c637c65b64f30b9f77869e58b051dc4e8d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T14:28:35.663Z] + docker-compose build --help [2021-07-27T14:28:35.663Z] + grep parallel [2021-07-27T14:28:36.246Z] --parallel Build images in parallel. [Pipeline] } [2021-07-27T14:28:36.262Z] $ docker stop --time=1 506cc18feaa75882560bc5cc86117c637c65b64f30b9f77869e58b051dc4e8d6 [2021-07-27T14:28:37.451Z] $ docker rm -f 506cc18feaa75882560bc5cc86117c637c65b64f30b9f77869e58b051dc4e8d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:28:37.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-07-27T14:28:37.908Z] . [Pipeline] withDockerContainer [2021-07-27T14:28:37.993Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:28:38.049Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:28:38.384Z] $ docker top 037168c87177b1bfdb70fed033e3261ac5978774529ae775c37b844de68ce58a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T14:28:38.787Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-27T14:28:39.370Z] Building core-command ... [2021-07-27T14:28:39.370Z] Building core-data ... [2021-07-27T14:28:39.370Z] Building core-metadata ... [2021-07-27T14:28:39.370Z] Building security-bootstrapper ... [2021-07-27T14:28:39.370Z] Building security-proxy-setup ... [2021-07-27T14:28:39.370Z] Building security-secretstore-setup ... [2021-07-27T14:28:39.370Z] Building support-notifications ... [2021-07-27T14:28:39.370Z] Building support-scheduler ... [2021-07-27T14:28:39.370Z] Building sys-mgmt-agent ... [2021-07-27T14:28:39.370Z] Building support-scheduler [2021-07-27T14:28:39.370Z] Building security-proxy-setup [2021-07-27T14:28:39.370Z] Building sys-mgmt-agent [2021-07-27T14:28:39.370Z] Building security-secretstore-setup [2021-07-27T14:28:39.370Z] Building core-command [2021-07-27T14:28:39.511Z] 596795e73e0f: Pull complete [2021-07-27T14:28:39.511Z] Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 [2021-07-27T14:28:39.511Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-07-27T14:28:39.511Z] ---> d9e956139c92 [2021-07-27T14:28:39.511Z] 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-27T14:28:43.836Z] ---> Running in 036a4eadaf21 [2021-07-27T14:28:44.822Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:28:45.416Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:28:46.398Z] (1/12) Installing libmagic (5.39-r0) [2021-07-27T14:28:46.398Z] (2/12) Installing file (5.39-r0) [2021-07-27T14:28:46.675Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-07-27T14:28:46.675Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-07-27T14:28:49.655Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:28:49.655Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:28:49.655Z] ---> d31d1a2f38cd [2021-07-27T14:28:49.655Z] Step 3/22 : WORKDIR /edgex-go [2021-07-27T14:28:49.655Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:28:49.655Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:28:49.655Z] ---> d31d1a2f38cd [2021-07-27T14:28:49.655Z] Step 3/26 : WORKDIR /edgex-go [2021-07-27T14:28:51.211Z] (5/12) Installing fortify-headers (1.1-r0) [2021-07-27T14:28:51.211Z] (6/12) Installing patch (2.7.6-r7) [2021-07-27T14:28:51.211Z] (7/12) Installing build-base (0.5-r2) [2021-07-27T14:28:51.211Z] (8/12) Installing libsodium (1.0.18-r0) [2021-07-27T14:28:51.211Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-07-27T14:28:51.484Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-07-27T14:28:51.484Z] (11/12) Installing libzmq (4.3.3-r1) [2021-07-27T14:28:51.484Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-07-27T14:28:51.760Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T14:28:51.760Z] OK: 218 MiB in 52 packages [2021-07-27T14:28:54.755Z] ---> Running in 266431cf9a00 [2021-07-27T14:28:54.755Z] ---> Running in c9db1d16f625 [2021-07-27T14:28:56.079Z] Removing intermediate container 036a4eadaf21 [2021-07-27T14:28:56.079Z] ---> 3fe8a6f2c643 [2021-07-27T14:28:56.079Z] Step 4/6 : WORKDIR /edgex-go [2021-07-27T14:28:56.079Z] ---> Running in 4957ef8093a5 [2021-07-27T14:28:56.676Z] Removing intermediate container 4957ef8093a5 [2021-07-27T14:28:56.676Z] ---> e94f7f104b16 [2021-07-27T14:28:56.676Z] Step 5/6 : COPY go.mod . [2021-07-27T14:28:57.658Z] ---> dfccf59e79d0 [2021-07-27T14:28:57.658Z] Step 6/6 : RUN go mod download [2021-07-27T14:28:57.658Z] ---> Running in 0226b817569a [2021-07-27T14:29:00.103Z] Removing intermediate container c9db1d16f625 [2021-07-27T14:29:00.103Z] ---> 1cce1a2517c3 [2021-07-27T14:29:00.103Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:29:00.103Z] Removing intermediate container 266431cf9a00 [2021-07-27T14:29:00.103Z] ---> d9fa97bbc4de [2021-07-27T14:29:00.103Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:29:00.103Z] ---> Running in 4dbe4407e8ac [2021-07-27T14:29:00.103Z] ---> Running in bb66215020e3 [2021-07-27T14:29:02.056Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:29:02.056Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:29:02.056Z] ---> d31d1a2f38cd [2021-07-27T14:29:02.056Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:29:02.056Z] ---> Using cache [2021-07-27T14:29:02.056Z] ---> d9fa97bbc4de [2021-07-27T14:29:02.056Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:29:03.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:29:03.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:29:03.467Z] ---> d31d1a2f38cd [2021-07-27T14:29:03.467Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T14:29:03.467Z] ---> Using cache [2021-07-27T14:29:03.467Z] ---> d9fa97bbc4de [2021-07-27T14:29:03.467Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:29:03.467Z] ---> Running in 6ccb798ca25f [2021-07-27T14:29:03.467Z] ---> Running in caf6b25d2906 [2021-07-27T14:29:03.467Z] Removing intermediate container 4dbe4407e8ac [2021-07-27T14:29:03.467Z] ---> e2a72379b7c9 [2021-07-27T14:29:03.467Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-27T14:29:03.467Z] Removing intermediate container bb66215020e3 [2021-07-27T14:29:03.467Z] ---> c4082b9004de [2021-07-27T14:29:03.467Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-27T14:29:03.467Z] ---> Running in ce8c9478c717 [2021-07-27T14:29:03.467Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:29:03.467Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:29:03.467Z] ---> d31d1a2f38cd [2021-07-27T14:29:03.467Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:29:03.467Z] ---> Using cache [2021-07-27T14:29:03.467Z] ---> d9fa97bbc4de [2021-07-27T14:29:03.467Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:29:03.467Z] ---> Using cache [2021-07-27T14:29:03.467Z] ---> e2a72379b7c9 [2021-07-27T14:29:03.467Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-27T14:29:03.733Z] ---> Running in 7ab025caa4e3 [2021-07-27T14:29:03.733Z] ---> Running in 42cca9d39526 [2021-07-27T14:29:04.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:04.322Z] Removing intermediate container 6ccb798ca25f [2021-07-27T14:29:04.322Z] ---> 6a475d71ea70 [2021-07-27T14:29:04.322Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T14:29:04.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:04.322Z] ---> Running in b194fb17a2bf [2021-07-27T14:29:04.322Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:04.322Z] Removing intermediate container caf6b25d2906 [2021-07-27T14:29:04.322Z] ---> c2646fa071d4 [2021-07-27T14:29:04.322Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-27T14:29:04.587Z] ---> Running in 0f18382955a9 [2021-07-27T14:29:04.587Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:04.854Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:04.854Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:05.118Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:05.118Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:05.391Z] OK: 219 MiB in 52 packages [2021-07-27T14:29:05.673Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:05.673Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:29:05.673Z] OK: 219 MiB in 52 packages [2021-07-27T14:29:05.673Z] Removing intermediate container ce8c9478c717 [2021-07-27T14:29:05.673Z] ---> 9023f0f63729 [2021-07-27T14:29:05.673Z] Step 6/26 : COPY go.mod . [2021-07-27T14:29:05.947Z] Removing intermediate container 7ab025caa4e3 [2021-07-27T14:29:05.947Z] ---> 681d6c12eff6 [2021-07-27T14:29:05.947Z] Step 6/22 : COPY go.mod . [2021-07-27T14:29:05.947Z] ---> 5e18dce3d03d [2021-07-27T14:29:05.947Z] Step 7/26 : RUN go mod download [2021-07-27T14:29:05.947Z] OK: 219 MiB in 52 packages [2021-07-27T14:29:05.947Z] ---> Running in 54b8c3f21b4f [2021-07-27T14:29:06.216Z] OK: 219 MiB in 52 packages [2021-07-27T14:29:06.216Z] ---> 64111b2b4b4e [2021-07-27T14:29:06.216Z] Step 7/22 : RUN go mod download [2021-07-27T14:29:06.216Z] ---> Running in 29ba18a71188 [2021-07-27T14:29:06.484Z] OK: 219 MiB in 52 packages [2021-07-27T14:29:06.484Z] Removing intermediate container b194fb17a2bf [2021-07-27T14:29:06.484Z] ---> 41068d1171d4 [2021-07-27T14:29:06.484Z] Step 6/24 : COPY go.mod . [2021-07-27T14:29:06.484Z] Removing intermediate container 0f18382955a9 [2021-07-27T14:29:06.484Z] ---> d117f06baede [2021-07-27T14:29:06.484Z] Step 6/23 : COPY go.mod . [2021-07-27T14:29:06.752Z] ---> 417497554005 [2021-07-27T14:29:06.752Z] Step 7/24 : RUN go mod download [2021-07-27T14:29:06.752Z] ---> Running in 0c89368f439f [2021-07-27T14:29:06.752Z] Removing intermediate container 42cca9d39526 [2021-07-27T14:29:06.752Z] ---> b50a5b63606b [2021-07-27T14:29:06.752Z] Step 6/24 : COPY go.mod . [2021-07-27T14:29:07.028Z] ---> 6f3fff928011 [2021-07-27T14:29:07.028Z] Step 7/23 : RUN go mod download [2021-07-27T14:29:07.028Z] ---> Running in 842f3e2ecd4a [2021-07-27T14:29:07.304Z] ---> 49e3b362a123 [2021-07-27T14:29:07.304Z] Step 7/24 : RUN go mod download [2021-07-27T14:29:07.304Z] ---> Running in c94f5b1ba45a [2021-07-27T14:29:07.577Z] Removing intermediate container 54b8c3f21b4f [2021-07-27T14:29:07.577Z] ---> 13e080a3e8e1 [2021-07-27T14:29:07.577Z] Step 8/26 : COPY . . [2021-07-27T14:29:07.843Z] Removing intermediate container 29ba18a71188 [2021-07-27T14:29:07.843Z] ---> ca4efd268912 [2021-07-27T14:29:07.843Z] Step 8/22 : COPY . . [2021-07-27T14:29:11.212Z] Removing intermediate container 0c89368f439f [2021-07-27T14:29:11.212Z] ---> daa32a14bce3 [2021-07-27T14:29:11.212Z] Step 8/24 : COPY . . [2021-07-27T14:29:13.177Z] Removing intermediate container 842f3e2ecd4a [2021-07-27T14:29:13.177Z] ---> 958bcf3e4195 [2021-07-27T14:29:13.177Z] Step 8/23 : COPY . . [2021-07-27T14:29:13.177Z] Removing intermediate container c94f5b1ba45a [2021-07-27T14:29:13.177Z] ---> 20a81441ef2d [2021-07-27T14:29:13.177Z] Step 8/24 : COPY . . [2021-07-27T14:29:14.155Z] ---> a0eca60939cc [2021-07-27T14:29:14.155Z] Step 9/22 : RUN go mod tidy [2021-07-27T14:29:16.750Z] ---> Running in 4db68356ea7a [2021-07-27T14:29:16.750Z] ---> d25957425c80 [2021-07-27T14:29:16.750Z] Step 9/26 : RUN go mod tidy [2021-07-27T14:29:17.016Z] ---> c1de4e8af41c [2021-07-27T14:29:17.016Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:29:17.284Z] ---> Running in 5d0bad9b374b [2021-07-27T14:29:17.284Z] ---> Running in 90402054c027 [2021-07-27T14:29:19.895Z] ---> 467f45fa4b15 [2021-07-27T14:29:19.895Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:29:19.895Z] Removing intermediate container 4db68356ea7a [2021-07-27T14:29:19.895Z] ---> 2f853143c822 [2021-07-27T14:29:19.895Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-27T14:29:19.895Z] ---> Running in 2a079535acf6 [2021-07-27T14:29:19.895Z] ---> Running in bf4214dd942b [2021-07-27T14:29:19.895Z] Removing intermediate container 5d0bad9b374b [2021-07-27T14:29:19.895Z] ---> 065e434fd153 [2021-07-27T14:29:19.895Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-27T14:29:19.895Z] ---> Running in 571326840e46 [2021-07-27T14:29:19.895Z] Removing intermediate container 90402054c027 [2021-07-27T14:29:19.895Z] ---> 7de021c2e52b [2021-07-27T14:29:19.895Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-27T14:29:20.173Z] ---> Running in bf7d30c4e637 [2021-07-27T14:29:21.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T14:29:21.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T14:29:21.171Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T14:29:21.793Z] Removing intermediate container 2a079535acf6 [2021-07-27T14:29:21.793Z] ---> 547378a7cdca [2021-07-27T14:29:21.793Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-27T14:29:22.067Z] ---> 168874d95383 [2021-07-27T14:29:22.067Z] Step 9/23 : RUN go mod tidy [2021-07-27T14:29:22.067Z] ---> Running in a659f7e62485 [2021-07-27T14:29:22.067Z] ---> Running in ea05d9fbb041 [2021-07-27T14:29:22.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T14:29:24.661Z] Removing intermediate container ea05d9fbb041 [2021-07-27T14:29:24.661Z] ---> 0d800056b616 [2021-07-27T14:29:24.661Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-27T14:29:24.661Z] ---> Running in 277206f64553 [2021-07-27T14:29:25.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T14:29:57.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T14:29:57.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T14:29:58.141Z] Removing intermediate container bf7d30c4e637 [2021-07-27T14:29:58.141Z] ---> 91d234ab9a95 [2021-07-27T14:29:58.141Z] [2021-07-27T14:29:58.141Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:29:58.141Z] 3.12: Pulling from library/alpine [2021-07-27T14:29:59.131Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T14:29:59.131Z] Status: Downloaded newer image for alpine:3.12 [2021-07-27T14:29:59.396Z] ---> 13621d1b12d4 [2021-07-27T14:29:59.396Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:29:59.996Z] Removing intermediate container bf4214dd942b [2021-07-27T14:29:59.996Z] ---> 9200bb48df9f [2021-07-27T14:29:59.996Z] [2021-07-27T14:29:59.996Z] Step 11/22 : FROM alpine:3.12 [2021-07-27T14:29:59.996Z] ---> 13621d1b12d4 [2021-07-27T14:29:59.996Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-27T14:29:59.996Z] ---> Running in d5eb336f0fad [2021-07-27T14:30:00.263Z] Removing intermediate container a659f7e62485 [2021-07-27T14:30:00.263Z] ---> 8c83f626558a [2021-07-27T14:30:00.263Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-27T14:30:00.263Z] Removing intermediate container 571326840e46 [2021-07-27T14:30:00.263Z] ---> 6f96aed078b1 [2021-07-27T14:30:00.263Z] [2021-07-27T14:30:00.263Z] Step 11/26 : FROM alpine:3.12 [2021-07-27T14:30:00.263Z] ---> 13621d1b12d4 [2021-07-27T14:30:00.263Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-27T14:30:00.263Z] ---> Running in 680066dfb945 [2021-07-27T14:30:00.263Z] ---> Running in 54314a8dbcb6 [2021-07-27T14:30:00.263Z] ---> Running in ecf4ac53b9e9 [2021-07-27T14:30:00.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:00.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:00.820Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T14:30:00.820Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:30:00.820Z] OK: 6 MiB in 15 packages [2021-07-27T14:30:00.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:00.820Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:01.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:01.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:01.090Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-27T14:30:01.090Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T14:30:01.090Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-27T14:30:01.090Z] (4/4) Installing curl (7.78.0-r0) [2021-07-27T14:30:01.090Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:30:01.090Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-27T14:30:01.357Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:30:01.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T14:30:01.357Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T14:30:01.357Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-27T14:30:01.357Z] (4/6) Installing curl (7.78.0-r0) [2021-07-27T14:30:01.357Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-27T14:30:01.357Z] (6/6) Installing su-exec (0.2-r1) [2021-07-27T14:30:01.357Z] OK: 7 MiB in 18 packages [2021-07-27T14:30:01.357Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:30:01.357Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:30:01.357Z] OK: 7 MiB in 20 packages [2021-07-27T14:30:01.642Z] Removing intermediate container 277206f64553 [2021-07-27T14:30:01.642Z] ---> 65d32de3ea12 [2021-07-27T14:30:01.642Z] [2021-07-27T14:30:01.642Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T14:30:01.642Z] ---> 13621d1b12d4 [2021-07-27T14:30:01.642Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:30:01.642Z] ---> Using cache [2021-07-27T14:30:01.642Z] ---> f9a82f84805c [2021-07-27T14:30:01.642Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:30:01.642Z] Removing intermediate container d5eb336f0fad [2021-07-27T14:30:01.642Z] ---> f9a82f84805c [2021-07-27T14:30:01.642Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:30:01.642Z] ---> Running in ce791d02f687 [2021-07-27T14:30:01.642Z] ---> Running in 49d1900d3ef4 [2021-07-27T14:30:01.928Z] Removing intermediate container ce791d02f687 [2021-07-27T14:30:01.928Z] ---> 7ac40ef3fa83 [2021-07-27T14:30:01.928Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-27T14:30:01.928Z] Removing intermediate container 49d1900d3ef4 [2021-07-27T14:30:01.928Z] ---> 35ec9b2846ab [2021-07-27T14:30:01.928Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-27T14:30:01.928Z] ---> Running in fac81119f180 [2021-07-27T14:30:01.928Z] ---> Running in d1d266a25335 [2021-07-27T14:30:02.198Z] Removing intermediate container 680066dfb945 [2021-07-27T14:30:02.198Z] ---> ac9b53755f95 [2021-07-27T14:30:02.198Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T14:30:02.198Z] Removing intermediate container d1d266a25335 [2021-07-27T14:30:02.198Z] ---> 9f7b08465294 [2021-07-27T14:30:02.198Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T14:30:02.198Z] Removing intermediate container fac81119f180 [2021-07-27T14:30:02.198Z] ---> f96adebefa8b [2021-07-27T14:30:02.198Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T14:30:02.198Z] ---> Running in 94747793bd5f [2021-07-27T14:30:02.198Z] Removing intermediate container ecf4ac53b9e9 [2021-07-27T14:30:02.198Z] ---> 954fd0b479cd [2021-07-27T14:30:02.198Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T14:30:02.198Z] ---> Running in 36cf974fa74d [2021-07-27T14:30:02.198Z] ---> Running in 46e9cfb141af [2021-07-27T14:30:02.474Z] Removing intermediate container 54314a8dbcb6 [2021-07-27T14:30:02.474Z] ---> 26da53176701 [2021-07-27T14:30:02.474Z] [2021-07-27T14:30:02.474Z] Step 12/24 : FROM docker:20.10.6 [2021-07-27T14:30:02.474Z] ---> Running in ad35aef4acda [2021-07-27T14:30:02.474Z] Removing intermediate container 94747793bd5f [2021-07-27T14:30:02.474Z] ---> 6ff6b6ac3f0e [2021-07-27T14:30:02.474Z] Step 14/22 : WORKDIR /edgex [2021-07-27T14:30:02.474Z] Removing intermediate container 36cf974fa74d [2021-07-27T14:30:02.474Z] ---> 0899a103c7e7 [2021-07-27T14:30:02.474Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:30:02.474Z] ---> Running in 6d3b1d3dbcf0 [2021-07-27T14:30:02.474Z] Removing intermediate container 46e9cfb141af [2021-07-27T14:30:02.474Z] ---> 77c40d83c4e4 [2021-07-27T14:30:02.474Z] Step 16/24 : WORKDIR / [2021-07-27T14:30:02.474Z] Removing intermediate container ad35aef4acda [2021-07-27T14:30:02.474Z] ---> 49c2d5cdadb3 [2021-07-27T14:30:02.474Z] Step 14/26 : WORKDIR / [2021-07-27T14:30:02.474Z] ---> Running in b07ac8e03dda [2021-07-27T14:30:02.474Z] ---> Running in d57af88f19b0 [2021-07-27T14:30:02.474Z] Removing intermediate container 6d3b1d3dbcf0 [2021-07-27T14:30:02.474Z] ---> 173625871a1e [2021-07-27T14:30:02.474Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-27T14:30:02.747Z] Removing intermediate container b07ac8e03dda [2021-07-27T14:30:02.747Z] ---> d30c91df48fc [2021-07-27T14:30:02.747Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:30:02.747Z] Removing intermediate container d57af88f19b0 [2021-07-27T14:30:02.747Z] ---> 99a4e59e4412 [2021-07-27T14:30:02.747Z] 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-27T14:30:02.747Z] ---> b6355b65807b [2021-07-27T14:30:02.747Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-27T14:30:02.747Z] ---> 043c0473e944 [2021-07-27T14:30:02.747Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-27T14:30:03.029Z] ---> bc1e736b1ad8 [2021-07-27T14:30:03.029Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-27T14:30:03.029Z] ---> 58a8b8cceb5e [2021-07-27T14:30:03.029Z] 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-27T14:30:03.029Z] 20.10.6: Pulling from library/docker [2021-07-27T14:30:03.301Z] ---> b2fdcd48d9ca [2021-07-27T14:30:03.301Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-27T14:30:03.301Z] ---> 028c7732819f [2021-07-27T14:30:03.301Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-27T14:30:03.301Z] ---> 24f2a1b1eacc [2021-07-27T14:30:03.301Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-27T14:30:03.301Z] ---> 11b60da5d280 [2021-07-27T14:30:03.301Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-27T14:30:03.571Z] ---> d68a3241cfc6 [2021-07-27T14:30:03.571Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-27T14:30:03.571Z] ---> Running in d2cb46b0910e [2021-07-27T14:30:03.571Z] ---> 4ba7063c3451 [2021-07-27T14:30:03.571Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-27T14:30:03.571Z] ---> 1658e4b59220 [2021-07-27T14:30:03.571Z] 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-27T14:30:03.847Z] Removing intermediate container d2cb46b0910e [2021-07-27T14:30:03.847Z] ---> 0f9b1ad4502e [2021-07-27T14:30:03.847Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:30:03.847Z] ---> Running in 2a57fb5ac255 [2021-07-27T14:30:03.847Z] ---> d44fc8ce403b [2021-07-27T14:30:03.847Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-27T14:30:03.847Z] ---> Running in 6a19ada95b92 [2021-07-27T14:30:03.847Z] ---> Running in b3a39afd81ed [2021-07-27T14:30:03.847Z] Removing intermediate container 2a57fb5ac255 [2021-07-27T14:30:03.847Z] ---> 1ce8467f9286 [2021-07-27T14:30:03.847Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:30:03.847Z] Removing intermediate container 6a19ada95b92 [2021-07-27T14:30:03.847Z] ---> 940fe4a238c7 [2021-07-27T14:30:03.847Z] Step 21/23 : LABEL arch=x86_64 [2021-07-27T14:30:04.122Z] ---> 1650a58d28f0 [2021-07-27T14:30:04.122Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-27T14:30:04.122Z] ---> Running in a8856b2e1ad3 [2021-07-27T14:30:04.122Z] ---> Running in bc1abc898c45 [2021-07-27T14:30:04.122Z] Removing intermediate container b3a39afd81ed [2021-07-27T14:30:04.122Z] ---> 3187114a1b8d [2021-07-27T14:30:04.122Z] Step 19/22 : CMD ["--init=true"] [2021-07-27T14:30:04.122Z] ---> Running in 36a8dec6574c [2021-07-27T14:30:04.122Z] Removing intermediate container a8856b2e1ad3 [2021-07-27T14:30:04.122Z] ---> 400365a3da44 [2021-07-27T14:30:04.122Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T14:30:04.122Z] Removing intermediate container bc1abc898c45 [2021-07-27T14:30:04.122Z] ---> a96ea69648a0 [2021-07-27T14:30:04.122Z] Step 22/23 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:04.122Z] ---> Running in 433dd2777b6f [2021-07-27T14:30:04.401Z] ---> Running in dfa97796be8d [2021-07-27T14:30:04.401Z] Removing intermediate container 36a8dec6574c [2021-07-27T14:30:04.401Z] ---> eb2519933997 [2021-07-27T14:30:04.401Z] Step 20/22 : LABEL arch=x86_64 [2021-07-27T14:30:04.401Z] ---> Running in 91e7aa82d62d [2021-07-27T14:30:04.401Z] Removing intermediate container dfa97796be8d [2021-07-27T14:30:04.401Z] ---> b57b8933421a [2021-07-27T14:30:04.401Z] Step 23/23 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:04.401Z] Removing intermediate container 433dd2777b6f [2021-07-27T14:30:04.401Z] ---> b50784f16b4d [2021-07-27T14:30:04.401Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:04.401Z] ---> 44b06f7cb37b [2021-07-27T14:30:04.401Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-27T14:30:04.401Z] ---> Running in de13fe5d6a44 [2021-07-27T14:30:04.401Z] Removing intermediate container 91e7aa82d62d [2021-07-27T14:30:04.401Z] ---> fec2dc1c8b76 [2021-07-27T14:30:04.401Z] Step 21/22 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:04.401Z] ---> Running in 9069101641a3 [2021-07-27T14:30:04.681Z] ---> Running in 56edd6ee812c [2021-07-27T14:30:04.681Z] Removing intermediate container de13fe5d6a44 [2021-07-27T14:30:04.681Z] ---> 52f862b62d4d [2021-07-27T14:30:04.681Z] [2021-07-27T14:30:04.681Z] Removing intermediate container 9069101641a3 [2021-07-27T14:30:04.681Z] ---> 25856725f89d [2021-07-27T14:30:04.681Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:04.681Z] Removing intermediate container 56edd6ee812c [2021-07-27T14:30:04.681Z] ---> 433c391f4da4 [2021-07-27T14:30:04.681Z] Step 22/22 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:04.681Z] Successfully built 52f862b62d4d [2021-07-27T14:30:04.681Z] Successfully tagged support-scheduler:latest [2021-07-27T14:30:04.681Z] Building support-notifications [2021-07-27T14:30:04.681Z]  Building support-scheduler ... done  ---> Running in e78f15ada3f6 [2021-07-27T14:30:04.956Z] ---> Running in 642684e18549 [2021-07-27T14:30:05.544Z] Removing intermediate container e78f15ada3f6 [2021-07-27T14:30:05.544Z] ---> 7601f901ffff [2021-07-27T14:30:05.544Z] [2021-07-27T14:30:05.544Z] Successfully built 7601f901ffff [2021-07-27T14:30:05.544Z] ---> 3a542b36bab3 [2021-07-27T14:30:05.544Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-27T14:30:05.544Z] Successfully tagged core-command:latest [2021-07-27T14:30:05.544Z]  Building core-command ... done Building core-data [2021-07-27T14:30:05.816Z] Removing intermediate container 642684e18549 [2021-07-27T14:30:05.816Z] ---> c05aa45cacb6 [2021-07-27T14:30:05.816Z] [2021-07-27T14:30:05.816Z] Successfully built c05aa45cacb6 [2021-07-27T14:30:06.776Z] Successfully tagged security-proxy-setup:latest [2021-07-27T14:30:06.776Z] Building core-metadata [2021-07-27T14:30:08.732Z]  Building security-proxy-setup ... done  ---> 421c6b5fbd1a [2021-07-27T14:30:08.732Z] 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-27T14:30:12.097Z] ---> Running in 53179e054fbe [2021-07-27T14:30:13.068Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:30:13.068Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:30:13.068Z] ---> d31d1a2f38cd [2021-07-27T14:30:13.068Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:30:13.068Z] ---> Using cache [2021-07-27T14:30:13.068Z] ---> d9fa97bbc4de [2021-07-27T14:30:13.068Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:30:13.068Z] ---> Using cache [2021-07-27T14:30:13.068Z] ---> c2646fa071d4 [2021-07-27T14:30:13.068Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T14:30:13.068Z] ---> Using cache [2021-07-27T14:30:13.068Z] ---> d117f06baede [2021-07-27T14:30:13.342Z] Step 6/24 : COPY go.mod . [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> 6f3fff928011 [2021-07-27T14:30:13.342Z] Step 7/24 : RUN go mod download [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> 958bcf3e4195 [2021-07-27T14:30:13.342Z] Step 8/24 : COPY . . [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> 168874d95383 [2021-07-27T14:30:13.342Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> 0d800056b616 [2021-07-27T14:30:13.342Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-27T14:30:13.342Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:30:13.342Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:30:13.342Z] ---> d31d1a2f38cd [2021-07-27T14:30:13.342Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> d9fa97bbc4de [2021-07-27T14:30:13.342Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:30:13.342Z] ---> Using cache [2021-07-27T14:30:13.342Z] ---> c2646fa071d4 [2021-07-27T14:30:13.342Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-27T14:30:13.609Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-27T14:30:14.198Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-27T14:30:14.783Z] ---> d2979b152a7d [2021-07-27T14:30:14.783Z] 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-27T14:30:15.372Z] ---> Running in 9352df2742cc [2021-07-27T14:30:15.372Z] ---> Running in 5803a041a3f8 [2021-07-27T14:30:15.372Z] ---> Running in bcc7113f616f [2021-07-27T14:30:15.955Z] Removing intermediate container bcc7113f616f [2021-07-27T14:30:15.955Z] ---> fc8cad6c7c0d [2021-07-27T14:30:15.955Z] 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-27T14:30:16.545Z] Removing intermediate container 53179e054fbe [2021-07-27T14:30:16.545Z] ---> ed5364b53533 [2021-07-27T14:30:16.545Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-27T14:30:16.545Z] ---> Running in 6ff939b0ad68 [2021-07-27T14:30:17.128Z] ---> Running in c2aa225a3820 [2021-07-27T14:30:17.718Z] Removing intermediate container c2aa225a3820 [2021-07-27T14:30:17.718Z] ---> c446e5fb6596 [2021-07-27T14:30:17.718Z] Step 24/26 : LABEL arch=x86_64 [2021-07-27T14:30:17.718Z] ---> Running in ac86f6d9ce81 [2021-07-27T14:30:17.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T14:30:17.990Z] Removing intermediate container ac86f6d9ce81 [2021-07-27T14:30:17.990Z] ---> 873e40321c7e [2021-07-27T14:30:17.990Z] Step 25/26 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:17.990Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:17.990Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:17.990Z] ---> Running in 14f294c260c2 [2021-07-27T14:30:18.256Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:18.256Z] (1/39) Installing readline (8.1.0-r0) [2021-07-27T14:30:18.256Z] (2/39) Installing bash (5.1.0-r0) [2021-07-27T14:30:18.256Z] Removing intermediate container 14f294c260c2 [2021-07-27T14:30:18.256Z] ---> 552602e7db87 [2021-07-27T14:30:18.256Z] Step 26/26 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:18.256Z] Executing bash-5.1.0-r0.post-install [2021-07-27T14:30:18.256Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-27T14:30:18.525Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-27T14:30:18.525Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-27T14:30:18.525Z] (6/39) Installing curl (7.78.0-r0) [2021-07-27T14:30:18.525Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-27T14:30:18.525Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-27T14:30:18.525Z] (9/39) Installing expat (2.2.10-r1) [2021-07-27T14:30:18.525Z] (10/39) Installing libffi (3.3-r2) [2021-07-27T14:30:18.525Z] (11/39) Installing gdbm (1.19-r0) [2021-07-27T14:30:18.525Z] ---> Running in f0f530123be1 [2021-07-27T14:30:18.525Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-27T14:30:18.525Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-27T14:30:18.525Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-27T14:30:18.525Z] Removing intermediate container f0f530123be1 [2021-07-27T14:30:18.525Z] ---> 67d6d9f6190f [2021-07-27T14:30:18.525Z] [2021-07-27T14:30:18.800Z] Successfully built 67d6d9f6190f [2021-07-27T14:30:18.800Z] Successfully tagged security-secretstore-setup:latest [2021-07-27T14:30:18.800Z] Building security-bootstrapper [2021-07-27T14:30:19.072Z]  Building security-secretstore-setup ... done fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:19.662Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-27T14:30:19.662Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-27T14:30:19.662Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-27T14:30:19.662Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-27T14:30:19.662Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-27T14:30:19.662Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-27T14:30:19.662Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-27T14:30:19.662Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-27T14:30:19.662Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-27T14:30:19.662Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-27T14:30:19.662Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-27T14:30:19.662Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-27T14:30:19.662Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-27T14:30:19.662Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-27T14:30:19.662Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-27T14:30:19.662Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-27T14:30:19.662Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-27T14:30:19.662Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-27T14:30:19.662Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-27T14:30:19.930Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-27T14:30:19.930Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-27T14:30:19.930Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-27T14:30:19.930Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-27T14:30:19.930Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-27T14:30:19.930Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-27T14:30:19.930Z] OK: 219 MiB in 52 packages [2021-07-27T14:30:20.200Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T14:30:21.168Z] OK: 82 MiB in 59 packages [2021-07-27T14:30:22.596Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:30:22.596Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:30:22.596Z] ---> d31d1a2f38cd [2021-07-27T14:30:22.596Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T14:30:22.596Z] ---> Using cache [2021-07-27T14:30:22.596Z] ---> d9fa97bbc4de [2021-07-27T14:30:22.596Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:30:22.596Z] ---> Using cache [2021-07-27T14:30:22.596Z] ---> c2646fa071d4 [2021-07-27T14:30:22.596Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-27T14:30:22.875Z] ---> Running in b5d1e71be2b2 [2021-07-27T14:30:22.875Z] Removing intermediate container 5803a041a3f8 [2021-07-27T14:30:22.875Z] ---> 1de8ea79d14b [2021-07-27T14:30:22.875Z] Step 6/24 : COPY go.mod . [2021-07-27T14:30:23.154Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:30:23.154Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:30:23.154Z] ---> d31d1a2f38cd [2021-07-27T14:30:23.154Z] Step 3/32 : WORKDIR /edgex-go [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> d9fa97bbc4de [2021-07-27T14:30:23.154Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> c2646fa071d4 [2021-07-27T14:30:23.154Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> d117f06baede [2021-07-27T14:30:23.154Z] Step 6/32 : COPY go.mod . [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> 6f3fff928011 [2021-07-27T14:30:23.154Z] Step 7/32 : RUN go mod download [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> 958bcf3e4195 [2021-07-27T14:30:23.154Z] Step 8/32 : COPY . . [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> 168874d95383 [2021-07-27T14:30:23.154Z] Step 9/32 : RUN go mod tidy [2021-07-27T14:30:23.154Z] ---> Using cache [2021-07-27T14:30:23.154Z] ---> 0d800056b616 [2021-07-27T14:30:23.154Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-27T14:30:23.435Z] ---> Running in eb059574b3d6 [2021-07-27T14:30:23.435Z] ---> 2a9459fbded0 [2021-07-27T14:30:23.435Z] Step 7/24 : RUN go mod download [2021-07-27T14:30:23.435Z] ---> Running in 9f0fd14ef1be [2021-07-27T14:30:23.435Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:24.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T14:30:24.319Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:24.946Z] Collecting docker-compose==1.23.2 [2021-07-27T14:30:24.946Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-27T14:30:24.946Z] OK: 219 MiB in 52 packages [2021-07-27T14:30:25.221Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-27T14:30:25.221Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-27T14:30:25.221Z] Collecting cached-property<2,>=1.2.0 [2021-07-27T14:30:25.221Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-27T14:30:25.494Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-27T14:30:25.494Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-27T14:30:25.494Z] Collecting docker<4.0,>=3.6.0 [2021-07-27T14:30:25.494Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-27T14:30:25.494Z] Collecting docopt<0.7,>=0.6.1 [2021-07-27T14:30:25.494Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-27T14:30:25.494Z] Removing intermediate container b5d1e71be2b2 [2021-07-27T14:30:25.494Z] ---> e478dd3e0142 [2021-07-27T14:30:25.494Z] Step 6/23 : COPY go.mod . [2021-07-27T14:30:26.085Z] ---> 480afcab4b3b [2021-07-27T14:30:26.085Z] Step 7/23 : RUN go mod download [2021-07-27T14:30:26.085Z] Removing intermediate container 9f0fd14ef1be [2021-07-27T14:30:26.085Z] ---> bfd93d2395c9 [2021-07-27T14:30:26.085Z] Step 8/24 : COPY . . [2021-07-27T14:30:26.085Z] ---> Running in b2b319c2c443 [2021-07-27T14:30:26.085Z] Collecting jsonschema<3,>=2.5.1 [2021-07-27T14:30:26.085Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-27T14:30:26.085Z] 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-27T14:30:26.085Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-27T14:30:26.085Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-27T14:30:27.693Z] Collecting PyYAML<4,>=3.10 [2021-07-27T14:30:27.693Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-27T14:30:28.890Z] Collecting texttable<0.10,>=0.9.0 [2021-07-27T14:30:28.890Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-27T14:30:29.483Z] Collecting docker-pycreds>=0.4.0 [2021-07-27T14:30:29.483Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-27T14:30:29.754Z] Collecting idna<2.8,>=2.5 [2021-07-27T14:30:29.754Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-27T14:30:29.754Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-27T14:30:29.754Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-27T14:30:30.026Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-27T14:30:30.026Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-27T14:30:30.026Z] Collecting certifi>=2017.4.17 [2021-07-27T14:30:30.026Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-27T14:30:30.294Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-27T14:30:30.294Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-27T14:30:30.294Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-27T14:30:30.294Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-27T14:30:30.294Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-27T14:30:30.294Z] Attempting uninstall: urllib3 [2021-07-27T14:30:30.294Z] Found existing installation: urllib3 1.26.2 [2021-07-27T14:30:30.294Z] Uninstalling urllib3-1.26.2: [2021-07-27T14:30:30.294Z] Successfully uninstalled urllib3-1.26.2 [2021-07-27T14:30:31.264Z] Attempting uninstall: idna [2021-07-27T14:30:31.264Z] Found existing installation: idna 3.1 [2021-07-27T14:30:31.264Z] Uninstalling idna-3.1: [2021-07-27T14:30:31.264Z] Removing intermediate container b2b319c2c443 [2021-07-27T14:30:31.264Z] ---> 3a96bd2d47a7 [2021-07-27T14:30:31.264Z] Step 8/23 : COPY . . [2021-07-27T14:30:31.264Z] Successfully uninstalled idna-3.1 [2021-07-27T14:30:31.264Z] ---> 91c8856c7305 [2021-07-27T14:30:31.264Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:30:31.264Z] ---> Running in d0ecfbc62dde [2021-07-27T14:30:31.264Z] Attempting uninstall: chardet [2021-07-27T14:30:31.264Z] Found existing installation: chardet 4.0.0 [2021-07-27T14:30:31.264Z] Uninstalling chardet-4.0.0: [2021-07-27T14:30:31.264Z] Successfully uninstalled chardet-4.0.0 [2021-07-27T14:30:31.854Z] Attempting uninstall: requests [2021-07-27T14:30:31.854Z] Found existing installation: requests 2.25.1 [2021-07-27T14:30:31.854Z] Uninstalling requests-2.25.1: [2021-07-27T14:30:31.854Z] Successfully uninstalled requests-2.25.1 [2021-07-27T14:30:32.124Z] Running setup.py install for texttable: started [2021-07-27T14:30:33.542Z] Running setup.py install for texttable: finished with status 'done' [2021-07-27T14:30:33.542Z] Running setup.py install for PyYAML: started [2021-07-27T14:30:34.480Z] Removing intermediate container 0226b817569a [2021-07-27T14:30:34.480Z] ---> 4bc1b90350dc [2021-07-27T14:30:34.480Z] Successfully built 4bc1b90350dc [2021-07-27T14:30:34.480Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:30:34.838Z] + docker inspect -f . ci-base-image-arm64 [2021-07-27T14:30:34.839Z] . [Pipeline] withDockerContainer [2021-07-27T14:30:34.988Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-27T14:30:35.109Z] prd-ubuntu18.04-docker-arm64-4c-16g-273 does not seem to be running inside a container [2021-07-27T14:30:35.191Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:30:35.956Z] Running setup.py install for docopt: started [2021-07-27T14:30:36.230Z] Removing intermediate container d0ecfbc62dde [2021-07-27T14:30:36.230Z] ---> 43946e27f2a0 [2021-07-27T14:30:36.230Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-27T14:30:36.230Z] ---> d14689d8f9be [2021-07-27T14:30:36.230Z] Step 9/23 : RUN go mod tidy [2021-07-27T14:30:36.230Z] ---> Running in f8af6ede5f1a [2021-07-27T14:30:36.230Z] ---> Running in 55de66cf0f10 [2021-07-27T14:30:36.829Z] Running setup.py install for docopt: finished with status 'done' [2021-07-27T14:30:36.829Z] Running setup.py install for dockerpty: started [2021-07-27T14:30:36.952Z] $ docker top ca5e7ed7260e28a28a06381c4836c90319948e033bdece4ff6327f13bbcd9c26 -eo pid,comm [2021-07-27T14:30:37.112Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] { [Pipeline] sh [2021-07-27T14:30:37.387Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-27T14:30:37.883Z] + go version [2021-07-27T14:30:37.884Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-07-27T14:30:37.903Z] $ docker stop --time=1 ca5e7ed7260e28a28a06381c4836c90319948e033bdece4ff6327f13bbcd9c26 [2021-07-27T14:30:38.356Z] 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-27T14:30:38.356Z] Removing intermediate container 55de66cf0f10 [2021-07-27T14:30:38.356Z] ---> c1fd5d4262e5 [2021-07-27T14:30:38.356Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-27T14:30:38.356Z] ---> Running in a27d630a875b [2021-07-27T14:30:38.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T14:30:39.805Z] $ docker rm -f ca5e7ed7260e28a28a06381c4836c90319948e033bdece4ff6327f13bbcd9c26 [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-27T14:30:40.897Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T14:30:40.898Z] [2021-07-27T14:30:40.898Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:30:41.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T14:30:41.866Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-07-27T14:30:41.866Z] 29e5d40040c1: Pulling fs layer [2021-07-27T14:30:41.866Z] 1ce36da41761: Pulling fs layer [2021-07-27T14:30:41.866Z] 25b303627fd3: Pulling fs layer [2021-07-27T14:30:41.866Z] 29e5d40040c1: Verifying Checksum [2021-07-27T14:30:41.866Z] 29e5d40040c1: Download complete [2021-07-27T14:30:42.352Z] Removing intermediate container 6ff939b0ad68 [2021-07-27T14:30:42.352Z] ---> 19c271763e86 [2021-07-27T14:30:42.352Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-27T14:30:42.352Z] ---> Running in 5888049cbcbc [2021-07-27T14:30:42.352Z] Removing intermediate container 5888049cbcbc [2021-07-27T14:30:42.352Z] ---> d8f66d005190 [2021-07-27T14:30:42.352Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-27T14:30:42.352Z] ---> Running in 0b22b2ecf4f8 [2021-07-27T14:30:42.478Z] 1ce36da41761: Verifying Checksum [2021-07-27T14:30:42.478Z] 1ce36da41761: Download complete [2021-07-27T14:30:42.622Z] Removing intermediate container 0b22b2ecf4f8 [2021-07-27T14:30:42.622Z] ---> e9bc23b3f733 [2021-07-27T14:30:42.622Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-27T14:30:42.765Z] 29e5d40040c1: Pull complete [2021-07-27T14:30:43.217Z] ---> fa948ac6cabb [2021-07-27T14:30:43.217Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-27T14:30:43.485Z] ---> 0abf47c85b9e [2021-07-27T14:30:43.485Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-27T14:30:44.070Z] ---> db4d6d36a605 [2021-07-27T14:30:44.070Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-27T14:30:44.070Z] ---> Running in 194f87294e5b [2021-07-27T14:30:44.212Z] 1ce36da41761: Pull complete [2021-07-27T14:30:44.212Z] 25b303627fd3: Verifying Checksum [2021-07-27T14:30:44.212Z] 25b303627fd3: Download complete [2021-07-27T14:30:44.339Z] Removing intermediate container 194f87294e5b [2021-07-27T14:30:44.339Z] ---> 3b70597599b2 [2021-07-27T14:30:44.339Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:30:44.339Z] ---> Running in f52ebea36772 [2021-07-27T14:30:44.607Z] Removing intermediate container f52ebea36772 [2021-07-27T14:30:44.607Z] ---> 3f7263b46810 [2021-07-27T14:30:44.607Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T14:30:44.607Z] ---> Running in 63f13843ee6b [2021-07-27T14:30:44.607Z] Removing intermediate container 63f13843ee6b [2021-07-27T14:30:44.607Z] ---> 4326e00e4164 [2021-07-27T14:30:44.607Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:44.886Z] ---> Running in 1bce12f5fce0 [2021-07-27T14:30:45.164Z] Removing intermediate container 1bce12f5fce0 [2021-07-27T14:30:45.164Z] ---> b8f845457c23 [2021-07-27T14:30:45.164Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:45.164Z] ---> Running in a368999ceddf [2021-07-27T14:30:45.442Z] Removing intermediate container a368999ceddf [2021-07-27T14:30:45.442Z] ---> fbed747725dc [2021-07-27T14:30:45.442Z] [2021-07-27T14:30:45.442Z] Successfully built fbed747725dc [2021-07-27T14:30:45.442Z] Successfully tagged sys-mgmt-agent:latest [2021-07-27T14:30:53.757Z]  Building sys-mgmt-agent ... done Removing intermediate container 9352df2742cc [2021-07-27T14:30:53.757Z] ---> 4578aa02fe57 [2021-07-27T14:30:53.757Z] [2021-07-27T14:30:53.757Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:30:53.757Z] ---> 13621d1b12d4 [2021-07-27T14:30:53.757Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:30:53.757Z] ---> Using cache [2021-07-27T14:30:53.757Z] ---> f9a82f84805c [2021-07-27T14:30:53.757Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:30:53.757Z] ---> Using cache [2021-07-27T14:30:53.757Z] ---> 35ec9b2846ab [2021-07-27T14:30:53.757Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-27T14:30:53.757Z] ---> Running in 87ff797be507 [2021-07-27T14:30:53.757Z] Removing intermediate container 87ff797be507 [2021-07-27T14:30:53.757Z] ---> d1f141b1d684 [2021-07-27T14:30:53.757Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T14:30:53.757Z] ---> Running in c002562620cd [2021-07-27T14:30:54.025Z] Removing intermediate container c002562620cd [2021-07-27T14:30:54.025Z] ---> 523fc8f823d1 [2021-07-27T14:30:54.025Z] Step 16/24 : WORKDIR / [2021-07-27T14:30:54.025Z] ---> Running in 8b23e38d1b63 [2021-07-27T14:30:54.025Z] Removing intermediate container 8b23e38d1b63 [2021-07-27T14:30:54.025Z] ---> 8e54d27bb841 [2021-07-27T14:30:54.025Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:30:54.406Z] 25b303627fd3: Pull complete [2021-07-27T14:30:54.406Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-07-27T14:30:54.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T14:30:54.406Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-07-27T14:30:54.607Z] ---> 148a925b1d64 [2021-07-27T14:30:54.607Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-27T14:30:54.671Z] prd-ubuntu18.04-docker-arm64-4c-16g-273 does not seem to be running inside a container [2021-07-27T14:30:54.762Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:30:55.197Z] ---> 1e1aedb9e7c8 [2021-07-27T14:30:55.197Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-27T14:30:55.472Z] ---> 85b55d4f0b47 [2021-07-27T14:30:55.472Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-27T14:30:55.472Z] ---> Running in 5be955608f1e [2021-07-27T14:30:55.747Z] Removing intermediate container 5be955608f1e [2021-07-27T14:30:55.747Z] ---> c387959de5fd [2021-07-27T14:30:55.747Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:30:55.747Z] ---> Running in a83fb9644584 [2021-07-27T14:30:55.747Z] Removing intermediate container a83fb9644584 [2021-07-27T14:30:55.747Z] ---> e113900b6200 [2021-07-27T14:30:55.747Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T14:30:56.014Z] ---> Running in 83130515281d [2021-07-27T14:30:56.014Z] Removing intermediate container 83130515281d [2021-07-27T14:30:56.014Z] ---> ed31985228a4 [2021-07-27T14:30:56.014Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:30:56.014Z] ---> Running in 5584de7f35b7 [2021-07-27T14:30:56.285Z] Removing intermediate container 5584de7f35b7 [2021-07-27T14:30:56.285Z] ---> 78a9e3ae7496 [2021-07-27T14:30:56.285Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:30:56.285Z] ---> Running in 82fe88ef85cc [2021-07-27T14:30:56.552Z] Removing intermediate container 82fe88ef85cc [2021-07-27T14:30:56.552Z] ---> cb3a1da71faf [2021-07-27T14:30:56.552Z] [2021-07-27T14:30:56.552Z] Successfully built cb3a1da71faf [2021-07-27T14:30:56.552Z] Successfully tagged core-metadata:latest [2021-07-27T14:30:57.984Z]  Building core-metadata ... done Removing intermediate container eb059574b3d6 [2021-07-27T14:30:57.984Z] ---> cca21258c987 [2021-07-27T14:30:57.984Z] [2021-07-27T14:30:57.984Z] Step 11/32 : FROM alpine:3.12 [2021-07-27T14:30:57.984Z] ---> 13621d1b12d4 [2021-07-27T14:30:57.984Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-27T14:30:57.984Z] ---> Running in 22b29b26aa33 [2021-07-27T14:30:57.984Z] Removing intermediate container 22b29b26aa33 [2021-07-27T14:30:57.984Z] ---> 27ccbd7f5320 [2021-07-27T14:30:57.984Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-27T14:30:58.252Z] ---> Running in 83a87192170d [2021-07-27T14:30:58.389Z] $ docker top f941fb464d25ff470e649ccbaccd2f8f22664fbed8b3294e103ce77c3d10037f -eo pid,comm [2021-07-27T14:30:58.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:30:58.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2021-07-27T14:30:58.791Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-27T14:30:58.791Z] (2/2) Installing su-exec (0.2-r1) [2021-07-27T14:30:59.060Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:30:59.060Z] OK: 6 MiB in 16 packages [2021-07-27T14:30:59.328Z] Removing intermediate container 83a87192170d [2021-07-27T14:30:59.328Z] ---> e1a54c617014 [2021-07-27T14:30:59.328Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-27T14:30:59.328Z] ---> Running in 3f985247cf28 [2021-07-27T14:30:59.361Z] + docker-compose build --help [2021-07-27T14:30:59.361Z] + grep parallel [2021-07-27T14:30:59.597Z] Removing intermediate container 3f985247cf28 [2021-07-27T14:30:59.597Z] ---> 348e60c4ebd0 [2021-07-27T14:30:59.597Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-27T14:30:59.597Z] ---> Running in 46ad1c440470 [2021-07-27T14:30:59.869Z] Removing intermediate container 46ad1c440470 [2021-07-27T14:30:59.869Z] ---> f708c92c7147 [2021-07-27T14:30:59.869Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-27T14:30:59.869Z] ---> Running in d7d3e4636f50 [2021-07-27T14:31:00.832Z] Removing intermediate container d7d3e4636f50 [2021-07-27T14:31:00.832Z] ---> 89b7d0429878 [2021-07-27T14:31:00.832Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-27T14:31:00.832Z] ---> Running in 751206256f3e [2021-07-27T14:31:01.103Z] Removing intermediate container 751206256f3e [2021-07-27T14:31:01.103Z] ---> 5ad56ce415e2 [2021-07-27T14:31:01.103Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-27T14:31:01.371Z] ---> 435715e6806c [2021-07-27T14:31:01.371Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-27T14:31:01.371Z] ---> Running in b4cab6a917f7 [2021-07-27T14:31:02.345Z] Removing intermediate container b4cab6a917f7 [2021-07-27T14:31:02.345Z] ---> 618a1cce866a [2021-07-27T14:31:02.345Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:31:02.623Z] ---> d6490a91799f [2021-07-27T14:31:02.623Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-27T14:31:02.890Z] ---> cadbd7688d46 [2021-07-27T14:31:02.890Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-27T14:31:03.476Z] ---> 3f59a00afd1f [2021-07-27T14:31:03.476Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-27T14:31:03.476Z] ---> c754e92e1087 [2021-07-27T14:31:03.476Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-27T14:31:03.653Z] --parallel Build images in parallel. [Pipeline] } [2021-07-27T14:31:03.674Z] $ docker stop --time=1 f941fb464d25ff470e649ccbaccd2f8f22664fbed8b3294e103ce77c3d10037f [2021-07-27T14:31:03.745Z] ---> 2f279ac8d807 [2021-07-27T14:31:03.745Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-27T14:31:04.012Z] ---> Running in d0ffcf650765 [2021-07-27T14:31:04.281Z] Removing intermediate container d0ffcf650765 [2021-07-27T14:31:04.281Z] ---> 05da368decda [2021-07-27T14:31:04.281Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-27T14:31:04.549Z] ---> 9b559e19f6b9 [2021-07-27T14:31:04.549Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-27T14:31:04.827Z] ---> Running in f8cd8fbb7ea1 [2021-07-27T14:31:05.559Z] $ docker rm -f f941fb464d25ff470e649ccbaccd2f8f22664fbed8b3294e103ce77c3d10037f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:06.233Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-07-27T14:31:06.233Z] . [Pipeline] withDockerContainer [2021-07-27T14:31:06.256Z] Removing intermediate container f8cd8fbb7ea1 [2021-07-27T14:31:06.256Z] ---> d5a8ab0ea05f [2021-07-27T14:31:06.256Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-27T14:31:06.256Z] ---> Running in 08b2ff75e35b [2021-07-27T14:31:06.256Z] Removing intermediate container a27d630a875b [2021-07-27T14:31:06.256Z] ---> d938aa0dcf91 [2021-07-27T14:31:06.256Z] [2021-07-27T14:31:06.256Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T14:31:06.256Z] ---> 13621d1b12d4 [2021-07-27T14:31:06.256Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-27T14:31:06.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-273 does not seem to be running inside a container [2021-07-27T14:31:06.535Z] ---> Running in e07cc215b86b [2021-07-27T14:31:06.535Z] Removing intermediate container 08b2ff75e35b [2021-07-27T14:31:06.535Z] ---> 07f25822264c [2021-07-27T14:31:06.536Z] Step 29/32 : CMD ["gate"] [2021-07-27T14:31:06.536Z] ---> Running in fb4fd5655adf [2021-07-27T14:31:06.575Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:31:06.802Z] Removing intermediate container fb4fd5655adf [2021-07-27T14:31:06.802Z] ---> 247ca15ec891 [2021-07-27T14:31:06.802Z] Step 30/32 : LABEL arch=x86_64 [2021-07-27T14:31:06.802Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:31:07.069Z] ---> Running in c6c6ba321094 [2021-07-27T14:31:07.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:31:07.069Z] Removing intermediate container c6c6ba321094 [2021-07-27T14:31:07.069Z] ---> a28ec4ade913 [2021-07-27T14:31:07.069Z] Step 31/32 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:07.069Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-27T14:31:07.069Z] ---> Running in 5b48530f56ab [2021-07-27T14:31:07.069Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-27T14:31:07.069Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:31:07.343Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:31:07.343Z] OK: 6 MiB in 16 packages [2021-07-27T14:31:07.343Z] Removing intermediate container 5b48530f56ab [2021-07-27T14:31:07.343Z] ---> 7ea25ce6675a [2021-07-27T14:31:07.343Z] Step 32/32 : LABEL version=2.0.1-dev.14 [2021-07-27T14:31:07.343Z] ---> Running in 703c020a52b4 [2021-07-27T14:31:07.609Z] Removing intermediate container 703c020a52b4 [2021-07-27T14:31:07.609Z] ---> f953bc01601c [2021-07-27T14:31:07.609Z] [2021-07-27T14:31:07.609Z] Successfully built f953bc01601c [2021-07-27T14:31:07.609Z] Successfully tagged security-bootstrapper:latest [2021-07-27T14:31:07.879Z]  Building security-bootstrapper ... done Removing intermediate container e07cc215b86b [2021-07-27T14:31:07.879Z] ---> d80328ca108e [2021-07-27T14:31:07.879Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:31:07.879Z] ---> Running in 59ecf8afe94b [2021-07-27T14:31:08.155Z] Removing intermediate container f8af6ede5f1a [2021-07-27T14:31:08.155Z] ---> 29baf8bc9481 [2021-07-27T14:31:08.155Z] [2021-07-27T14:31:08.155Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:31:08.155Z] ---> 13621d1b12d4 [2021-07-27T14:31:08.155Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-27T14:31:08.155Z] ---> Running in cff49bf047df [2021-07-27T14:31:08.155Z] Removing intermediate container 59ecf8afe94b [2021-07-27T14:31:08.155Z] ---> b76e0ee67e48 [2021-07-27T14:31:08.155Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-27T14:31:08.155Z] ---> Running in b3b01f960fb2 [2021-07-27T14:31:08.155Z] Removing intermediate container cff49bf047df [2021-07-27T14:31:08.155Z] ---> 2b4cfc893762 [2021-07-27T14:31:08.155Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-27T14:31:08.155Z] Removing intermediate container b3b01f960fb2 [2021-07-27T14:31:08.155Z] ---> ebe7eba54620 [2021-07-27T14:31:08.155Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T14:31:08.155Z] ---> Running in c7a1b0a9b520 [2021-07-27T14:31:08.155Z] ---> Running in 746393d79975 [2021-07-27T14:31:08.168Z] $ docker top 9d97126315cf6e7f2206073e64fcaf405095007d5291a3c90d7fbcbcc5bc9fce -eo pid,comm [2021-07-27T14:31:08.423Z] Removing intermediate container c7a1b0a9b520 [2021-07-27T14:31:08.423Z] ---> 01a09bf9118c [2021-07-27T14:31:08.423Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-27T14:31:08.423Z] Removing intermediate container 746393d79975 [2021-07-27T14:31:08.423Z] ---> 3e7a37ce92ef [2021-07-27T14:31:08.423Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:31:08.423Z] ---> Running in c2b552ba2b0e [2021-07-27T14:31:08.423Z] Removing intermediate container c2b552ba2b0e [2021-07-27T14:31:08.423Z] ---> 80adbf55aab5 [2021-07-27T14:31:08.423Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:31:08.423Z] ---> Running in 7f6bbf012445 [Pipeline] { [Pipeline] sh [2021-07-27T14:31:08.692Z] ---> 85f11777ce74 [2021-07-27T14:31:08.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-27T14:31:08.961Z] ---> 506c6bca0625 [2021-07-27T14:31:08.961Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-27T14:31:08.961Z] ---> 2e52fc31890a [2021-07-27T14:31:08.961Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-27T14:31:09.159Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-07-27T14:31:09.229Z] ---> Running in 05225b7dcdf1 [2021-07-27T14:31:09.229Z] Removing intermediate container 7f6bbf012445 [2021-07-27T14:31:09.229Z] ---> 237bb9ba69cf [2021-07-27T14:31:09.229Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-27T14:31:09.229Z] ---> Running in 721d0b754295 [2021-07-27T14:31:09.229Z] Removing intermediate container 05225b7dcdf1 [2021-07-27T14:31:09.229Z] ---> 591faca0dbde [2021-07-27T14:31:09.229Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:31:09.229Z] ---> Running in 4dbefe10ca1c [2021-07-27T14:31:09.229Z] Removing intermediate container 4dbefe10ca1c [2021-07-27T14:31:09.229Z] ---> bce396c034e4 [2021-07-27T14:31:09.229Z] Step 21/23 : LABEL arch=x86_64 [2021-07-27T14:31:09.498Z] ---> Running in dcc3d8461f05 [2021-07-27T14:31:09.498Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-07-27T14:31:09.498Z] Removing intermediate container dcc3d8461f05 [2021-07-27T14:31:09.498Z] ---> 3638f8a90290 [2021-07-27T14:31:09.498Z] Step 22/23 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:09.498Z] ---> Running in c3b79db5d894 [2021-07-27T14:31:09.498Z] Removing intermediate container c3b79db5d894 [2021-07-27T14:31:09.498Z] ---> 5babb9596eaa [2021-07-27T14:31:09.498Z] Step 23/23 : LABEL version=2.0.1-dev.14 [2021-07-27T14:31:09.498Z] ---> Running in 9e6c59bf1205 [2021-07-27T14:31:09.764Z] Removing intermediate container 9e6c59bf1205 [2021-07-27T14:31:09.764Z] ---> 55cb0a5bc924 [2021-07-27T14:31:09.764Z] [2021-07-27T14:31:09.764Z] Successfully built 55cb0a5bc924 [2021-07-27T14:31:09.764Z] Successfully tagged support-notifications:latest [2021-07-27T14:31:10.030Z]  Building support-notifications ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-07-27T14:31:10.647Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-27T14:31:10.647Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-27T14:31:10.647Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-27T14:31:10.647Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-27T14:31:11.607Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-27T14:31:11.607Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-27T14:31:11.607Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:31:11.607Z] OK: 8 MiB in 20 packages [2021-07-27T14:31:11.875Z] Removing intermediate container 721d0b754295 [2021-07-27T14:31:11.875Z] ---> 23d294ce48f8 [2021-07-27T14:31:11.875Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:31:12.148Z] ---> 1312f8efe840 [2021-07-27T14:31:12.148Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-27T14:31:12.415Z] ---> 76d777a41e75 [2021-07-27T14:31:12.415Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-27T14:31:12.682Z] ---> 4894b74bddc7 [2021-07-27T14:31:12.682Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-27T14:31:12.682Z] ---> Running in fc1660da46ae [2021-07-27T14:31:12.682Z] Removing intermediate container fc1660da46ae [2021-07-27T14:31:12.682Z] ---> 4754c12137a2 [2021-07-27T14:31:12.682Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:31:12.682Z] ---> Running in d3617ac66c9e [2021-07-27T14:31:12.950Z] Removing intermediate container d3617ac66c9e [2021-07-27T14:31:12.950Z] ---> 48800e317787 [2021-07-27T14:31:12.950Z] Step 22/24 : LABEL arch=x86_64 [2021-07-27T14:31:12.950Z] ---> Running in 275f7faa33ba [2021-07-27T14:31:12.950Z] Removing intermediate container 275f7faa33ba [2021-07-27T14:31:12.950Z] ---> 78b7ffcf8807 [2021-07-27T14:31:12.950Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:12.950Z] ---> Running in dec365f3673f [2021-07-27T14:31:12.950Z] Removing intermediate container dec365f3673f [2021-07-27T14:31:12.950Z] ---> c7b950ea7b27 [2021-07-27T14:31:12.950Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:31:12.950Z] ---> Running in 2f2a3da4a457 [2021-07-27T14:31:13.216Z] Removing intermediate container 2f2a3da4a457 [2021-07-27T14:31:13.216Z] ---> d598b765ddbb [2021-07-27T14:31:13.216Z] [2021-07-27T14:31:13.216Z] Successfully built d598b765ddbb [2021-07-27T14:31:13.216Z] Successfully tagged core-data:latest [2021-07-27T14:31:13.227Z]  Building core-data ... done  [Pipeline] } [2021-07-27T14:31:13.231Z] $ docker stop --time=1 037168c87177b1bfdb70fed033e3261ac5978774529ae775c37b844de68ce58a [2021-07-27T14:31:13.468Z] Building core-command ... [2021-07-27T14:31:13.469Z] Building core-data ... [2021-07-27T14:31:13.469Z] Building core-metadata ... [2021-07-27T14:31:13.469Z] Building security-bootstrapper ... [2021-07-27T14:31:13.469Z] Building security-proxy-setup ... [2021-07-27T14:31:13.469Z] Building security-secretstore-setup ... [2021-07-27T14:31:13.469Z] Building support-notifications ... [2021-07-27T14:31:13.469Z] Building support-scheduler ... [2021-07-27T14:31:13.469Z] Building sys-mgmt-agent ... [2021-07-27T14:31:13.469Z] Building security-proxy-setup [2021-07-27T14:31:13.469Z] Building support-notifications [2021-07-27T14:31:13.469Z] Building core-command [2021-07-27T14:31:13.469Z] Building support-scheduler [2021-07-27T14:31:13.469Z] Building core-data [2021-07-27T14:31:14.492Z] $ docker rm -f 037168c87177b1bfdb70fed033e3261ac5978774529ae775c37b844de68ce58a [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T14:31:14.874Z] + docker images [2021-07-27T14:31:14.874Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-27T14:31:14.874Z] core-data latest d598b765ddbb 2 seconds ago 20.4MB [2021-07-27T14:31:14.874Z] support-notifications latest 55cb0a5bc924 5 seconds ago 16.8MB [2021-07-27T14:31:14.874Z] security-bootstrapper latest f953bc01601c 7 seconds ago 18.7MB [2021-07-27T14:31:14.874Z] 29baf8bc9481 7 seconds ago 1.75GB [2021-07-27T14:31:14.874Z] d938aa0dcf91 8 seconds ago 1.75GB [2021-07-27T14:31:14.874Z] cca21258c987 17 seconds ago 1.75GB [2021-07-27T14:31:14.874Z] core-metadata latest cb3a1da71faf 18 seconds ago 16.7MB [2021-07-27T14:31:14.874Z] 4578aa02fe57 21 seconds ago 1.75GB [2021-07-27T14:31:14.874Z] sys-mgmt-agent latest fbed747725dc 29 seconds ago 324MB [2021-07-27T14:31:14.874Z] security-secretstore-setup latest 67d6d9f6190f 56 seconds ago 29MB [2021-07-27T14:31:14.874Z] security-proxy-setup latest c05aa45cacb6 About a minute ago 25.9MB [2021-07-27T14:31:14.874Z] support-scheduler latest 52f862b62d4d About a minute ago 16.1MB [2021-07-27T14:31:14.874Z] core-command latest 7601f901ffff About a minute ago 16MB [2021-07-27T14:31:14.874Z] 26da53176701 About a minute ago 1.75GB [2021-07-27T14:31:14.874Z] 65d32de3ea12 About a minute ago 1.74GB [2021-07-27T14:31:14.874Z] 6f96aed078b1 About a minute ago 1.75GB [2021-07-27T14:31:14.874Z] 9200bb48df9f About a minute ago 1.75GB [2021-07-27T14:31:14.874Z] 91d234ab9a95 About a minute ago 1.74GB [2021-07-27T14:31:14.874Z] ci-base-image-x86_64 latest d31d1a2f38cd 5 minutes ago 1.24GB [2021-07-27T14:31:14.874Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 12 days ago 475MB [2021-07-27T14:31:14.874Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 2 weeks ago 37.5MB [2021-07-27T14:31:14.874Z] docker 20.10.6 d2979b152a7d 3 months ago 246MB [2021-07-27T14:31:14.875Z] alpine 3.12 13621d1b12d4 3 months ago 5.58MB [2021-07-27T14:31:14.875Z] 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-27T14:31:15.195Z] provisioning config files... [2021-07-27T14:31:15.212Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config7118812480381709235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:31:15.553Z] ---> docker-login.sh [2021-07-27T14:31:15.553Z] nexus3.edgexfoundry.org:10001 [2021-07-27T14:31:15.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:31:15.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:31:15.553Z] Configure a credential helper to remove this warning. See [2021-07-27T14:31:15.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:31:15.553Z] [2021-07-27T14:31:15.553Z] Login Succeeded [2021-07-27T14:31:15.553Z] nexus3.edgexfoundry.org:10002 [2021-07-27T14:31:15.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:31:15.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:31:15.818Z] Configure a credential helper to remove this warning. See [2021-07-27T14:31:15.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:31:15.818Z] [2021-07-27T14:31:15.818Z] Login Succeeded [2021-07-27T14:31:15.818Z] nexus3.edgexfoundry.org:10003 [2021-07-27T14:31:15.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:31:16.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:31:16.083Z] Configure a credential helper to remove this warning. See [2021-07-27T14:31:16.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:31:16.083Z] [2021-07-27T14:31:16.083Z] Login Succeeded [2021-07-27T14:31:16.083Z] nexus3.edgexfoundry.org:10004 [2021-07-27T14:31:16.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:31:16.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:31:16.083Z] Configure a credential helper to remove this warning. See [2021-07-27T14:31:16.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:31:16.083Z] [2021-07-27T14:31:16.083Z] Login Succeeded [2021-07-27T14:31:16.083Z] docker.io [2021-07-27T14:31:16.083Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:31:16.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:31:16.664Z] Configure a credential helper to remove this warning. See [2021-07-27T14:31:16.664Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:31:16.664Z] [2021-07-27T14:31:16.664Z] Login Succeeded [2021-07-27T14:31:16.664Z] ---> docker-login.sh ends [Pipeline] } [2021-07-27T14:31:16.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:16.753Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2021-07-27T14:31:16.753Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:16.753Z] latest [2021-07-27T14:31:16.753Z] 2.0.1-dev.14 [2021-07-27T14:31:16.753Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:16.753Z] main [2021-07-27T14:31:16.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:17.294Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:17.709Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:17.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-27T14:31:17.709Z] 7f17449f2778: Preparing [2021-07-27T14:31:17.709Z] 00f37d6c3050: Preparing [2021-07-27T14:31:17.709Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:17.709Z] eec429b672fe: Preparing [2021-07-27T14:31:17.709Z] 32f366d666a5: Preparing [2021-07-27T14:31:17.709Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:17.974Z] eec429b672fe: Pushed [2021-07-27T14:31:17.974Z] 7f17449f2778: Pushed [2021-07-27T14:31:17.974Z] 1c227e2d20e7: Pushed [2021-07-27T14:31:18.933Z] 00f37d6c3050: Pushed [2021-07-27T14:31:19.200Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:21d590b9d6a7746d448ecb99e5553deca7791ba4d96d7fa7d2034b7bfc3a0e00 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:19.537Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:19.857Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2021-07-27T14:31:19.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-27T14:31:19.857Z] 7f17449f2778: Preparing [2021-07-27T14:31:19.857Z] 00f37d6c3050: Preparing [2021-07-27T14:31:19.857Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:19.857Z] eec429b672fe: Preparing [2021-07-27T14:31:19.857Z] 32f366d666a5: Preparing [2021-07-27T14:31:19.857Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:19.857Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:19.857Z] 7f17449f2778: Layer already exists [2021-07-27T14:31:19.857Z] 00f37d6c3050: Layer already exists [2021-07-27T14:31:19.857Z] eec429b672fe: Layer already exists [2021-07-27T14:31:19.857Z] latest: digest: sha256:21d590b9d6a7746d448ecb99e5553deca7791ba4d96d7fa7d2034b7bfc3a0e00 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:20.183Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:20.499Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.14 [2021-07-27T14:31:20.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-27T14:31:20.499Z] 7f17449f2778: Preparing [2021-07-27T14:31:20.499Z] 00f37d6c3050: Preparing [2021-07-27T14:31:20.499Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:20.499Z] eec429b672fe: Preparing [2021-07-27T14:31:20.499Z] 32f366d666a5: Preparing [2021-07-27T14:31:20.499Z] eec429b672fe: Layer already exists [2021-07-27T14:31:20.499Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:20.499Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:20.499Z] 7f17449f2778: Layer already exists [2021-07-27T14:31:20.499Z] 00f37d6c3050: Layer already exists [2021-07-27T14:31:20.499Z] 2.0.1-dev.14: digest: sha256:21d590b9d6a7746d448ecb99e5553deca7791ba4d96d7fa7d2034b7bfc3a0e00 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:20.821Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:21.140Z] + docker push nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:21.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-27T14:31:21.141Z] 7f17449f2778: Preparing [2021-07-27T14:31:21.141Z] 00f37d6c3050: Preparing [2021-07-27T14:31:21.141Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:21.141Z] eec429b672fe: Preparing [2021-07-27T14:31:21.141Z] 32f366d666a5: Preparing [2021-07-27T14:31:21.141Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:21.141Z] 00f37d6c3050: Layer already exists [2021-07-27T14:31:21.141Z] eec429b672fe: Layer already exists [2021-07-27T14:31:21.141Z] 7f17449f2778: Layer already exists [2021-07-27T14:31:21.141Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:21.141Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:21d590b9d6a7746d448ecb99e5553deca7791ba4d96d7fa7d2034b7bfc3a0e00 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:21.474Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:21.790Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2021-07-27T14:31:21.790Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2021-07-27T14:31:21.790Z] 7f17449f2778: Preparing [2021-07-27T14:31:21.790Z] 00f37d6c3050: Preparing [2021-07-27T14:31:21.790Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:21.790Z] eec429b672fe: Preparing [2021-07-27T14:31:21.790Z] 32f366d666a5: Preparing [2021-07-27T14:31:21.790Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:21.790Z] eec429b672fe: Layer already exists [2021-07-27T14:31:21.790Z] 00f37d6c3050: Layer already exists [2021-07-27T14:31:21.790Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:21.790Z] 7f17449f2778: Layer already exists [2021-07-27T14:31:21.790Z] main: digest: sha256:21d590b9d6a7746d448ecb99e5553deca7791ba4d96d7fa7d2034b7bfc3a0e00 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:21.847Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:21.861Z] taggedImages: [2021-07-27T14:31:21.861Z] - nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:21.861Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2021-07-27T14:31:21.861Z] - nexus3.edgexfoundry.org:10004/core-command:2.0.1-dev.14 [2021-07-27T14:31:21.861Z] - nexus3.edgexfoundry.org:10004/core-command:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:21.861Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2021-07-27T14:31:21.896Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2021-07-27T14:31:21.896Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:21.896Z] latest [2021-07-27T14:31:21.896Z] 2.0.1-dev.14 [2021-07-27T14:31:21.896Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:21.896Z] main [2021-07-27T14:31:21.896Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:22.253Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:22.566Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:22.566Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-27T14:31:22.566Z] 5d5cc67beed5: Preparing [2021-07-27T14:31:22.566Z] 14d7fd695b4b: Preparing [2021-07-27T14:31:22.566Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:22.566Z] ec8494d38ed3: Preparing [2021-07-27T14:31:22.566Z] 7416ce8736b5: Preparing [2021-07-27T14:31:22.566Z] 32f366d666a5: Preparing [2021-07-27T14:31:22.566Z] 32f366d666a5: Waiting [2021-07-27T14:31:22.566Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:22.834Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:22.834Z] 7416ce8736b5: Pushed [2021-07-27T14:31:23.100Z] 5d5cc67beed5: Pushed [2021-07-27T14:31:23.100Z] ec8494d38ed3: Pushed [2021-07-27T14:31:24.059Z] 14d7fd695b4b: Pushed [2021-07-27T14:31:24.325Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:30b479b9fba50566d3d2cdadc839f1eecc889e5e419eb63b4a40a8f617387e63 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:24.651Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:24.970Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2021-07-27T14:31:24.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-27T14:31:24.970Z] 5d5cc67beed5: Preparing [2021-07-27T14:31:24.970Z] 14d7fd695b4b: Preparing [2021-07-27T14:31:24.970Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:24.970Z] ec8494d38ed3: Preparing [2021-07-27T14:31:24.970Z] 7416ce8736b5: Preparing [2021-07-27T14:31:24.970Z] 32f366d666a5: Preparing [2021-07-27T14:31:24.970Z] 32f366d666a5: Waiting [2021-07-27T14:31:24.970Z] 5d5cc67beed5: Layer already exists [2021-07-27T14:31:24.970Z] 7416ce8736b5: Layer already exists [2021-07-27T14:31:24.970Z] ec8494d38ed3: Layer already exists [2021-07-27T14:31:24.970Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:24.971Z] 14d7fd695b4b: Layer already exists [2021-07-27T14:31:24.971Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:26.381Z] latest: digest: sha256:30b479b9fba50566d3d2cdadc839f1eecc889e5e419eb63b4a40a8f617387e63 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:26.707Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:27.031Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.14 [2021-07-27T14:31:27.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-27T14:31:27.032Z] 5d5cc67beed5: Preparing [2021-07-27T14:31:27.032Z] 14d7fd695b4b: Preparing [2021-07-27T14:31:27.032Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:27.032Z] ec8494d38ed3: Preparing [2021-07-27T14:31:27.032Z] 7416ce8736b5: Preparing [2021-07-27T14:31:27.032Z] 32f366d666a5: Preparing [2021-07-27T14:31:27.032Z] 32f366d666a5: Waiting [2021-07-27T14:31:27.032Z] 7416ce8736b5: Layer already exists [2021-07-27T14:31:27.032Z] 5d5cc67beed5: Layer already exists [2021-07-27T14:31:27.032Z] 14d7fd695b4b: Layer already exists [2021-07-27T14:31:27.032Z] ec8494d38ed3: Layer already exists [2021-07-27T14:31:27.032Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:27.032Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:27.301Z] 2.0.1-dev.14: digest: sha256:30b479b9fba50566d3d2cdadc839f1eecc889e5e419eb63b4a40a8f617387e63 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:27.629Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:27.947Z] + docker push nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:27.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-27T14:31:27.947Z] 5d5cc67beed5: Preparing [2021-07-27T14:31:27.947Z] 14d7fd695b4b: Preparing [2021-07-27T14:31:27.947Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:27.947Z] ec8494d38ed3: Preparing [2021-07-27T14:31:27.947Z] 7416ce8736b5: Preparing [2021-07-27T14:31:27.947Z] 32f366d666a5: Preparing [2021-07-27T14:31:27.947Z] 32f366d666a5: Waiting [2021-07-27T14:31:27.947Z] 5d5cc67beed5: Layer already exists [2021-07-27T14:31:27.947Z] 7416ce8736b5: Layer already exists [2021-07-27T14:31:27.947Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:27.947Z] 14d7fd695b4b: Layer already exists [2021-07-27T14:31:27.947Z] ec8494d38ed3: Layer already exists [2021-07-27T14:31:27.947Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:27.947Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:30b479b9fba50566d3d2cdadc839f1eecc889e5e419eb63b4a40a8f617387e63 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:28.267Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:28.590Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2021-07-27T14:31:28.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2021-07-27T14:31:28.590Z] 5d5cc67beed5: Preparing [2021-07-27T14:31:28.590Z] 14d7fd695b4b: Preparing [2021-07-27T14:31:28.590Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:28.590Z] ec8494d38ed3: Preparing [2021-07-27T14:31:28.590Z] 7416ce8736b5: Preparing [2021-07-27T14:31:28.590Z] 32f366d666a5: Preparing [2021-07-27T14:31:28.590Z] 32f366d666a5: Waiting [2021-07-27T14:31:28.590Z] 5d5cc67beed5: Layer already exists [2021-07-27T14:31:28.590Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:28.590Z] 14d7fd695b4b: Layer already exists [2021-07-27T14:31:28.590Z] 7416ce8736b5: Layer already exists [2021-07-27T14:31:28.590Z] ec8494d38ed3: Layer already exists [2021-07-27T14:31:28.590Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:28.859Z] main: digest: sha256:30b479b9fba50566d3d2cdadc839f1eecc889e5e419eb63b4a40a8f617387e63 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:28.917Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:28.932Z] taggedImages: [2021-07-27T14:31:28.932Z] - nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:28.932Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2021-07-27T14:31:28.932Z] - nexus3.edgexfoundry.org:10004/core-data:2.0.1-dev.14 [2021-07-27T14:31:28.932Z] - nexus3.edgexfoundry.org:10004/core-data:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:28.932Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2021-07-27T14:31:28.966Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2021-07-27T14:31:28.966Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:28.966Z] latest [2021-07-27T14:31:28.966Z] 2.0.1-dev.14 [2021-07-27T14:31:28.966Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:28.966Z] main [2021-07-27T14:31:28.966Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:29.326Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:29.652Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:29.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-27T14:31:29.652Z] bd3dba2734c6: Preparing [2021-07-27T14:31:29.652Z] a8fb3d1774e4: Preparing [2021-07-27T14:31:29.652Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:29.652Z] eec429b672fe: Preparing [2021-07-27T14:31:29.652Z] 32f366d666a5: Preparing [2021-07-27T14:31:29.652Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:29.652Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:29.652Z] eec429b672fe: Layer already exists [2021-07-27T14:31:29.919Z] bd3dba2734c6: Pushed [2021-07-27T14:31:30.886Z] a8fb3d1774e4: Pushed [2021-07-27T14:31:31.151Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:8e55e11b4d6aafe4674df81497b74b9b4c365083f9e14dad137669835325c7b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:31.498Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:31.813Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2021-07-27T14:31:31.813Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-27T14:31:31.813Z] bd3dba2734c6: Preparing [2021-07-27T14:31:31.813Z] a8fb3d1774e4: Preparing [2021-07-27T14:31:31.813Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:31.813Z] eec429b672fe: Preparing [2021-07-27T14:31:31.813Z] 32f366d666a5: Preparing [2021-07-27T14:31:31.813Z] bd3dba2734c6: Layer already exists [2021-07-27T14:31:31.813Z] eec429b672fe: Layer already exists [2021-07-27T14:31:31.813Z] a8fb3d1774e4: Layer already exists [2021-07-27T14:31:31.813Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:31.813Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:31.813Z] latest: digest: sha256:8e55e11b4d6aafe4674df81497b74b9b4c365083f9e14dad137669835325c7b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:32.149Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:32.463Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.14 [2021-07-27T14:31:32.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-27T14:31:32.463Z] bd3dba2734c6: Preparing [2021-07-27T14:31:32.463Z] a8fb3d1774e4: Preparing [2021-07-27T14:31:32.463Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:32.463Z] eec429b672fe: Preparing [2021-07-27T14:31:32.463Z] 32f366d666a5: Preparing [2021-07-27T14:31:32.463Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:32.463Z] eec429b672fe: Layer already exists [2021-07-27T14:31:32.463Z] bd3dba2734c6: Layer already exists [2021-07-27T14:31:32.463Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:32.463Z] a8fb3d1774e4: Layer already exists [2021-07-27T14:31:32.463Z] 2.0.1-dev.14: digest: sha256:8e55e11b4d6aafe4674df81497b74b9b4c365083f9e14dad137669835325c7b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:32.793Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:33.244Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:33.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-27T14:31:33.244Z] bd3dba2734c6: Preparing [2021-07-27T14:31:33.244Z] a8fb3d1774e4: Preparing [2021-07-27T14:31:33.244Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:33.244Z] eec429b672fe: Preparing [2021-07-27T14:31:33.244Z] 32f366d666a5: Preparing [2021-07-27T14:31:33.244Z] eec429b672fe: Layer already exists [2021-07-27T14:31:33.244Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:33.244Z] a8fb3d1774e4: Layer already exists [2021-07-27T14:31:33.244Z] bd3dba2734c6: Layer already exists [2021-07-27T14:31:33.244Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:33.244Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:8e55e11b4d6aafe4674df81497b74b9b4c365083f9e14dad137669835325c7b2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:33.569Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:33.892Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2021-07-27T14:31:33.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2021-07-27T14:31:33.892Z] bd3dba2734c6: Preparing [2021-07-27T14:31:33.892Z] a8fb3d1774e4: Preparing [2021-07-27T14:31:33.892Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:33.892Z] eec429b672fe: Preparing [2021-07-27T14:31:33.892Z] 32f366d666a5: Preparing [2021-07-27T14:31:33.892Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:33.892Z] bd3dba2734c6: Layer already exists [2021-07-27T14:31:33.892Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:33.892Z] eec429b672fe: Layer already exists [2021-07-27T14:31:33.892Z] a8fb3d1774e4: Layer already exists [2021-07-27T14:31:33.892Z] main: digest: sha256:8e55e11b4d6aafe4674df81497b74b9b4c365083f9e14dad137669835325c7b2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:33.949Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:33.963Z] taggedImages: [2021-07-27T14:31:33.963Z] - nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:33.963Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2021-07-27T14:31:33.963Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.0.1-dev.14 [2021-07-27T14:31:33.963Z] - nexus3.edgexfoundry.org:10004/core-metadata:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:33.963Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2021-07-27T14:31:33.996Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2021-07-27T14:31:33.996Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:33.996Z] latest [2021-07-27T14:31:33.996Z] 2.0.1-dev.14 [2021-07-27T14:31:33.996Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:33.996Z] main [2021-07-27T14:31:33.996Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:34.357Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:34.688Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:34.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-27T14:31:34.688Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:34.688Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:34.688Z] 7deb8697d6af: Preparing [2021-07-27T14:31:34.688Z] b4388e8267db: Preparing [2021-07-27T14:31:34.688Z] 2a6d28629ff4: Preparing [2021-07-27T14:31:34.688Z] c8f7556e90ab: Preparing [2021-07-27T14:31:34.688Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:34.688Z] 2e942219bff5: Preparing [2021-07-27T14:31:34.688Z] 307ac68d4247: Preparing [2021-07-27T14:31:34.688Z] 7a5b9cb948fe: Preparing [2021-07-27T14:31:34.688Z] c26cc36f5362: Preparing [2021-07-27T14:31:34.688Z] 32f366d666a5: Preparing [2021-07-27T14:31:34.688Z] 1c227e2d20e7: Waiting [2021-07-27T14:31:34.688Z] 2e942219bff5: Waiting [2021-07-27T14:31:34.688Z] 307ac68d4247: Waiting [2021-07-27T14:31:34.688Z] 7a5b9cb948fe: Waiting [2021-07-27T14:31:34.688Z] c26cc36f5362: Waiting [2021-07-27T14:31:34.688Z] 32f366d666a5: Waiting [2021-07-27T14:31:34.957Z] b4388e8267db: Pushed [2021-07-27T14:31:34.957Z] 7deb8697d6af: Pushed [2021-07-27T14:31:34.957Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:34.957Z] b0e1fd4539c3: Pushed [2021-07-27T14:31:35.225Z] 2a6d28629ff4: Pushed [2021-07-27T14:31:35.225Z] 2e942219bff5: Pushed [2021-07-27T14:31:35.225Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:35.225Z] 307ac68d4247: Pushed [2021-07-27T14:31:35.225Z] 7a5b9cb948fe: Pushed [2021-07-27T14:31:35.505Z] c26cc36f5362: Pushed [2021-07-27T14:31:36.087Z] c8f7556e90ab: Pushed [2021-07-27T14:31:36.355Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:6468314424532cf15f92ea892d51673c38b998831aef6d13613457aa95ecd188 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:36.686Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:37.039Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2021-07-27T14:31:37.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-27T14:31:37.039Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:37.039Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:37.039Z] 7deb8697d6af: Preparing [2021-07-27T14:31:37.039Z] b4388e8267db: Preparing [2021-07-27T14:31:37.039Z] 2a6d28629ff4: Preparing [2021-07-27T14:31:37.039Z] c8f7556e90ab: Preparing [2021-07-27T14:31:37.039Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:37.039Z] 2e942219bff5: Preparing [2021-07-27T14:31:37.039Z] 307ac68d4247: Preparing [2021-07-27T14:31:37.039Z] 7a5b9cb948fe: Preparing [2021-07-27T14:31:37.039Z] c26cc36f5362: Preparing [2021-07-27T14:31:37.039Z] 32f366d666a5: Preparing [2021-07-27T14:31:37.039Z] 1c227e2d20e7: Waiting [2021-07-27T14:31:37.039Z] 2e942219bff5: Waiting [2021-07-27T14:31:37.039Z] 307ac68d4247: Waiting [2021-07-27T14:31:37.039Z] 7a5b9cb948fe: Waiting [2021-07-27T14:31:37.039Z] c26cc36f5362: Waiting [2021-07-27T14:31:37.039Z] 32f366d666a5: Waiting [2021-07-27T14:31:37.039Z] b0e1fd4539c3: Layer already exists [2021-07-27T14:31:37.039Z] c8f7556e90ab: Layer already exists [2021-07-27T14:31:37.039Z] b4388e8267db: Layer already exists [2021-07-27T14:31:37.039Z] 2a6d28629ff4: Layer already exists [2021-07-27T14:31:37.039Z] 7deb8697d6af: Layer already exists [2021-07-27T14:31:37.039Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:37.039Z] c26cc36f5362: Layer already exists [2021-07-27T14:31:37.039Z] 2e942219bff5: Layer already exists [2021-07-27T14:31:37.039Z] 7a5b9cb948fe: Layer already exists [2021-07-27T14:31:37.039Z] 307ac68d4247: Layer already exists [2021-07-27T14:31:37.039Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:37.305Z] latest: digest: sha256:6468314424532cf15f92ea892d51673c38b998831aef6d13613457aa95ecd188 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:37.642Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:37.969Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.14 [2021-07-27T14:31:37.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-27T14:31:37.969Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:37.969Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:37.969Z] 7deb8697d6af: Preparing [2021-07-27T14:31:37.969Z] b4388e8267db: Preparing [2021-07-27T14:31:37.969Z] 2a6d28629ff4: Preparing [2021-07-27T14:31:37.969Z] c8f7556e90ab: Preparing [2021-07-27T14:31:37.969Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:37.969Z] 2e942219bff5: Preparing [2021-07-27T14:31:37.969Z] 307ac68d4247: Preparing [2021-07-27T14:31:37.969Z] 7a5b9cb948fe: Preparing [2021-07-27T14:31:37.969Z] c26cc36f5362: Preparing [2021-07-27T14:31:37.969Z] 32f366d666a5: Preparing [2021-07-27T14:31:37.969Z] 1c227e2d20e7: Waiting [2021-07-27T14:31:37.969Z] 2e942219bff5: Waiting [2021-07-27T14:31:37.969Z] 307ac68d4247: Waiting [2021-07-27T14:31:37.969Z] 7a5b9cb948fe: Waiting [2021-07-27T14:31:37.969Z] c26cc36f5362: Waiting [2021-07-27T14:31:37.969Z] 32f366d666a5: Waiting [2021-07-27T14:31:37.969Z] b0e1fd4539c3: Layer already exists [2021-07-27T14:31:37.969Z] 7deb8697d6af: Layer already exists [2021-07-27T14:31:37.969Z] c8f7556e90ab: Layer already exists [2021-07-27T14:31:37.969Z] b4388e8267db: Layer already exists [2021-07-27T14:31:37.969Z] 2a6d28629ff4: Layer already exists [2021-07-27T14:31:37.969Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:37.969Z] 2e942219bff5: Layer already exists [2021-07-27T14:31:37.969Z] 307ac68d4247: Layer already exists [2021-07-27T14:31:37.969Z] 7a5b9cb948fe: Layer already exists [2021-07-27T14:31:37.969Z] c26cc36f5362: Layer already exists [2021-07-27T14:31:37.969Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:38.235Z] 2.0.1-dev.14: digest: sha256:6468314424532cf15f92ea892d51673c38b998831aef6d13613457aa95ecd188 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:38.555Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:38.874Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:38.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-27T14:31:38.874Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:38.874Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:38.874Z] 7deb8697d6af: Preparing [2021-07-27T14:31:38.874Z] b4388e8267db: Preparing [2021-07-27T14:31:38.874Z] 2a6d28629ff4: Preparing [2021-07-27T14:31:38.874Z] c8f7556e90ab: Preparing [2021-07-27T14:31:38.874Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:38.874Z] 2e942219bff5: Preparing [2021-07-27T14:31:38.874Z] 307ac68d4247: Preparing [2021-07-27T14:31:38.874Z] 7a5b9cb948fe: Preparing [2021-07-27T14:31:38.874Z] c26cc36f5362: Preparing [2021-07-27T14:31:38.874Z] 32f366d666a5: Preparing [2021-07-27T14:31:38.874Z] 1c227e2d20e7: Waiting [2021-07-27T14:31:38.874Z] 2e942219bff5: Waiting [2021-07-27T14:31:38.874Z] 307ac68d4247: Waiting [2021-07-27T14:31:38.874Z] 7a5b9cb948fe: Waiting [2021-07-27T14:31:38.874Z] c26cc36f5362: Waiting [2021-07-27T14:31:38.874Z] 32f366d666a5: Waiting [2021-07-27T14:31:38.874Z] 7deb8697d6af: Layer already exists [2021-07-27T14:31:38.874Z] 2a6d28629ff4: Layer already exists [2021-07-27T14:31:38.874Z] c8f7556e90ab: Layer already exists [2021-07-27T14:31:38.874Z] b0e1fd4539c3: Layer already exists [2021-07-27T14:31:38.874Z] b4388e8267db: Layer already exists [2021-07-27T14:31:38.874Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:38.874Z] 7a5b9cb948fe: Layer already exists [2021-07-27T14:31:38.874Z] 307ac68d4247: Layer already exists [2021-07-27T14:31:38.874Z] 2e942219bff5: Layer already exists [2021-07-27T14:31:38.874Z] c26cc36f5362: Layer already exists [2021-07-27T14:31:38.874Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:39.140Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:6468314424532cf15f92ea892d51673c38b998831aef6d13613457aa95ecd188 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:39.467Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:39.782Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2021-07-27T14:31:39.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2021-07-27T14:31:39.782Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:39.782Z] b0e1fd4539c3: Preparing [2021-07-27T14:31:39.782Z] 7deb8697d6af: Preparing [2021-07-27T14:31:39.782Z] b4388e8267db: Preparing [2021-07-27T14:31:39.782Z] 2a6d28629ff4: Preparing [2021-07-27T14:31:39.782Z] c8f7556e90ab: Preparing [2021-07-27T14:31:39.782Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:39.782Z] 2e942219bff5: Preparing [2021-07-27T14:31:39.782Z] 307ac68d4247: Preparing [2021-07-27T14:31:39.782Z] 7a5b9cb948fe: Preparing [2021-07-27T14:31:39.782Z] c26cc36f5362: Preparing [2021-07-27T14:31:39.782Z] 32f366d666a5: Preparing [2021-07-27T14:31:39.782Z] 1c227e2d20e7: Waiting [2021-07-27T14:31:39.782Z] 2e942219bff5: Waiting [2021-07-27T14:31:39.782Z] 307ac68d4247: Waiting [2021-07-27T14:31:39.782Z] 7a5b9cb948fe: Waiting [2021-07-27T14:31:39.782Z] c26cc36f5362: Waiting [2021-07-27T14:31:39.782Z] 32f366d666a5: Waiting [2021-07-27T14:31:39.782Z] c8f7556e90ab: Layer already exists [2021-07-27T14:31:39.782Z] b4388e8267db: Layer already exists [2021-07-27T14:31:39.782Z] b0e1fd4539c3: Layer already exists [2021-07-27T14:31:39.782Z] 2a6d28629ff4: Layer already exists [2021-07-27T14:31:39.782Z] 7deb8697d6af: Layer already exists [2021-07-27T14:31:39.782Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:39.782Z] 2e942219bff5: Layer already exists [2021-07-27T14:31:39.782Z] 307ac68d4247: Layer already exists [2021-07-27T14:31:39.782Z] 7a5b9cb948fe: Layer already exists [2021-07-27T14:31:39.782Z] c26cc36f5362: Layer already exists [2021-07-27T14:31:39.782Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:40.047Z] main: digest: sha256:6468314424532cf15f92ea892d51673c38b998831aef6d13613457aa95ecd188 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:40.103Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:40.120Z] taggedImages: [2021-07-27T14:31:40.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:40.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2021-07-27T14:31:40.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.0.1-dev.14 [2021-07-27T14:31:40.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:40.120Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2021-07-27T14:31:40.154Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2021-07-27T14:31:40.154Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:40.154Z] latest [2021-07-27T14:31:40.154Z] 2.0.1-dev.14 [2021-07-27T14:31:40.154Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:40.154Z] main [2021-07-27T14:31:40.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:40.508Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:40.826Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:40.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-27T14:31:40.826Z] 83508272bd9f: Preparing [2021-07-27T14:31:40.826Z] 968fa9187a53: Preparing [2021-07-27T14:31:40.826Z] f15e93d9b27a: Preparing [2021-07-27T14:31:40.826Z] 5597996fcf16: Preparing [2021-07-27T14:31:40.826Z] f4c8385df0be: Preparing [2021-07-27T14:31:40.826Z] 32f366d666a5: Preparing [2021-07-27T14:31:40.826Z] 32f366d666a5: Waiting [2021-07-27T14:31:41.419Z] f15e93d9b27a: Pushed [2021-07-27T14:31:41.419Z] 5597996fcf16: Pushed [2021-07-27T14:31:41.419Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:41.687Z] f4c8385df0be: Pushed [2021-07-27T14:31:41.959Z] 83508272bd9f: Pushed [2021-07-27T14:31:41.959Z] 968fa9187a53: Pushed [2021-07-27T14:31:42.225Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:e6fea4088bcb10800bf337c5eecc399d455b7a5479b786b1d368ba2234882718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:42.541Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:42.858Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2021-07-27T14:31:42.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-27T14:31:42.859Z] 83508272bd9f: Preparing [2021-07-27T14:31:42.859Z] 968fa9187a53: Preparing [2021-07-27T14:31:42.859Z] f15e93d9b27a: Preparing [2021-07-27T14:31:42.859Z] 5597996fcf16: Preparing [2021-07-27T14:31:42.859Z] f4c8385df0be: Preparing [2021-07-27T14:31:42.859Z] 32f366d666a5: Preparing [2021-07-27T14:31:42.859Z] 32f366d666a5: Waiting [2021-07-27T14:31:42.859Z] f15e93d9b27a: Layer already exists [2021-07-27T14:31:42.859Z] 5597996fcf16: Layer already exists [2021-07-27T14:31:42.859Z] f4c8385df0be: Layer already exists [2021-07-27T14:31:42.859Z] 968fa9187a53: Layer already exists [2021-07-27T14:31:42.859Z] 83508272bd9f: Layer already exists [2021-07-27T14:31:42.859Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:42.859Z] latest: digest: sha256:e6fea4088bcb10800bf337c5eecc399d455b7a5479b786b1d368ba2234882718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:43.188Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:43.507Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.14 [2021-07-27T14:31:43.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-27T14:31:43.507Z] 83508272bd9f: Preparing [2021-07-27T14:31:43.507Z] 968fa9187a53: Preparing [2021-07-27T14:31:43.507Z] f15e93d9b27a: Preparing [2021-07-27T14:31:43.507Z] 5597996fcf16: Preparing [2021-07-27T14:31:43.507Z] f4c8385df0be: Preparing [2021-07-27T14:31:43.507Z] 32f366d666a5: Preparing [2021-07-27T14:31:43.507Z] 32f366d666a5: Waiting [2021-07-27T14:31:43.507Z] 968fa9187a53: Layer already exists [2021-07-27T14:31:43.507Z] f15e93d9b27a: Layer already exists [2021-07-27T14:31:43.507Z] 5597996fcf16: Layer already exists [2021-07-27T14:31:43.507Z] f4c8385df0be: Layer already exists [2021-07-27T14:31:43.507Z] 83508272bd9f: Layer already exists [2021-07-27T14:31:43.507Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:43.774Z] 2.0.1-dev.14: digest: sha256:e6fea4088bcb10800bf337c5eecc399d455b7a5479b786b1d368ba2234882718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:44.096Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:44.411Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:44.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-27T14:31:44.411Z] 83508272bd9f: Preparing [2021-07-27T14:31:44.411Z] 968fa9187a53: Preparing [2021-07-27T14:31:44.411Z] f15e93d9b27a: Preparing [2021-07-27T14:31:44.411Z] 5597996fcf16: Preparing [2021-07-27T14:31:44.411Z] f4c8385df0be: Preparing [2021-07-27T14:31:44.411Z] 32f366d666a5: Preparing [2021-07-27T14:31:44.411Z] 32f366d666a5: Waiting [2021-07-27T14:31:44.411Z] 83508272bd9f: Layer already exists [2021-07-27T14:31:44.411Z] 968fa9187a53: Layer already exists [2021-07-27T14:31:44.411Z] f4c8385df0be: Layer already exists [2021-07-27T14:31:44.411Z] f15e93d9b27a: Layer already exists [2021-07-27T14:31:44.411Z] 5597996fcf16: Layer already exists [2021-07-27T14:31:44.411Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:44.411Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:e6fea4088bcb10800bf337c5eecc399d455b7a5479b786b1d368ba2234882718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:44.734Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:45.048Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2021-07-27T14:31:45.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2021-07-27T14:31:45.048Z] 83508272bd9f: Preparing [2021-07-27T14:31:45.048Z] 968fa9187a53: Preparing [2021-07-27T14:31:45.048Z] f15e93d9b27a: Preparing [2021-07-27T14:31:45.048Z] 5597996fcf16: Preparing [2021-07-27T14:31:45.048Z] f4c8385df0be: Preparing [2021-07-27T14:31:45.048Z] 32f366d666a5: Preparing [2021-07-27T14:31:45.048Z] 32f366d666a5: Waiting [2021-07-27T14:31:45.048Z] f4c8385df0be: Layer already exists [2021-07-27T14:31:45.048Z] 968fa9187a53: Layer already exists [2021-07-27T14:31:45.048Z] 5597996fcf16: Layer already exists [2021-07-27T14:31:45.048Z] 83508272bd9f: Layer already exists [2021-07-27T14:31:45.048Z] f15e93d9b27a: Layer already exists [2021-07-27T14:31:45.048Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:45.313Z] main: digest: sha256:e6fea4088bcb10800bf337c5eecc399d455b7a5479b786b1d368ba2234882718 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:45.367Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:45.381Z] taggedImages: [2021-07-27T14:31:45.381Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:45.381Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2021-07-27T14:31:45.381Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.0.1-dev.14 [2021-07-27T14:31:45.381Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:45.381Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2021-07-27T14:31:45.423Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2021-07-27T14:31:45.423Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:45.423Z] latest [2021-07-27T14:31:45.423Z] 2.0.1-dev.14 [2021-07-27T14:31:45.423Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:45.423Z] main [2021-07-27T14:31:45.423Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:45.778Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:46.101Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:46.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-27T14:31:46.101Z] ef79c9b6aca8: Preparing [2021-07-27T14:31:46.101Z] 600d14a83575: Preparing [2021-07-27T14:31:46.101Z] bcddf23be65a: Preparing [2021-07-27T14:31:46.101Z] 99af2b1860a7: Preparing [2021-07-27T14:31:46.101Z] d3ac5d2d65b8: Preparing [2021-07-27T14:31:46.101Z] ec7f0406693f: Preparing [2021-07-27T14:31:46.101Z] 189b248d9396: Preparing [2021-07-27T14:31:46.101Z] 95baab544b62: Preparing [2021-07-27T14:31:46.101Z] 30a843b9184c: Preparing [2021-07-27T14:31:46.101Z] 32f366d666a5: Preparing [2021-07-27T14:31:46.101Z] ec7f0406693f: Waiting [2021-07-27T14:31:46.101Z] 189b248d9396: Waiting [2021-07-27T14:31:46.101Z] 95baab544b62: Waiting [2021-07-27T14:31:46.101Z] 30a843b9184c: Waiting [2021-07-27T14:31:46.101Z] 32f366d666a5: Waiting [2021-07-27T14:31:46.692Z] d3ac5d2d65b8: Pushed [2021-07-27T14:31:46.692Z] 600d14a83575: Pushed [2021-07-27T14:31:46.692Z] ef79c9b6aca8: Pushed [2021-07-27T14:31:46.958Z] ec7f0406693f: Pushed [2021-07-27T14:31:46.958Z] 95baab544b62: Pushed [2021-07-27T14:31:46.958Z] 189b248d9396: Pushed [2021-07-27T14:31:46.958Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:46.958Z] 99af2b1860a7: Pushed [2021-07-27T14:31:47.224Z] 30a843b9184c: Pushed [2021-07-27T14:31:47.493Z] bcddf23be65a: Pushed [2021-07-27T14:31:47.493Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:4ec5eb5c53de0f2fef9e5b4781c26b19679b9e8e11c93db89c8010af153240a1 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:47.819Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:48.138Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2021-07-27T14:31:48.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-27T14:31:48.138Z] ef79c9b6aca8: Preparing [2021-07-27T14:31:48.138Z] 600d14a83575: Preparing [2021-07-27T14:31:48.138Z] bcddf23be65a: Preparing [2021-07-27T14:31:48.138Z] 99af2b1860a7: Preparing [2021-07-27T14:31:48.138Z] d3ac5d2d65b8: Preparing [2021-07-27T14:31:48.138Z] ec7f0406693f: Preparing [2021-07-27T14:31:48.138Z] 189b248d9396: Preparing [2021-07-27T14:31:48.138Z] 95baab544b62: Preparing [2021-07-27T14:31:48.138Z] 30a843b9184c: Preparing [2021-07-27T14:31:48.138Z] 32f366d666a5: Preparing [2021-07-27T14:31:48.138Z] ec7f0406693f: Waiting [2021-07-27T14:31:48.138Z] 189b248d9396: Waiting [2021-07-27T14:31:48.138Z] 95baab544b62: Waiting [2021-07-27T14:31:48.138Z] 32f366d666a5: Waiting [2021-07-27T14:31:48.138Z] bcddf23be65a: Layer already exists [2021-07-27T14:31:48.138Z] 99af2b1860a7: Layer already exists [2021-07-27T14:31:48.138Z] 600d14a83575: Layer already exists [2021-07-27T14:31:48.138Z] d3ac5d2d65b8: Layer already exists [2021-07-27T14:31:48.138Z] ef79c9b6aca8: Layer already exists [2021-07-27T14:31:48.138Z] 189b248d9396: Layer already exists [2021-07-27T14:31:48.138Z] ec7f0406693f: Layer already exists [2021-07-27T14:31:48.138Z] 95baab544b62: Layer already exists [2021-07-27T14:31:48.138Z] 30a843b9184c: Layer already exists [2021-07-27T14:31:48.138Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:48.138Z] latest: digest: sha256:4ec5eb5c53de0f2fef9e5b4781c26b19679b9e8e11c93db89c8010af153240a1 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:48.459Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:48.775Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.14 [2021-07-27T14:31:48.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-27T14:31:48.775Z] ef79c9b6aca8: Preparing [2021-07-27T14:31:48.775Z] 600d14a83575: Preparing [2021-07-27T14:31:48.775Z] bcddf23be65a: Preparing [2021-07-27T14:31:48.775Z] 99af2b1860a7: Preparing [2021-07-27T14:31:48.775Z] d3ac5d2d65b8: Preparing [2021-07-27T14:31:48.775Z] ec7f0406693f: Preparing [2021-07-27T14:31:48.775Z] 189b248d9396: Preparing [2021-07-27T14:31:48.775Z] 95baab544b62: Preparing [2021-07-27T14:31:48.775Z] 30a843b9184c: Preparing [2021-07-27T14:31:48.775Z] 32f366d666a5: Preparing [2021-07-27T14:31:48.776Z] ec7f0406693f: Waiting [2021-07-27T14:31:48.776Z] 189b248d9396: Waiting [2021-07-27T14:31:48.776Z] 95baab544b62: Waiting [2021-07-27T14:31:48.776Z] 30a843b9184c: Waiting [2021-07-27T14:31:48.776Z] 32f366d666a5: Waiting [2021-07-27T14:31:48.776Z] ef79c9b6aca8: Layer already exists [2021-07-27T14:31:48.776Z] 600d14a83575: Layer already exists [2021-07-27T14:31:48.776Z] 99af2b1860a7: Layer already exists [2021-07-27T14:31:48.776Z] d3ac5d2d65b8: Layer already exists [2021-07-27T14:31:48.776Z] bcddf23be65a: Layer already exists [2021-07-27T14:31:48.776Z] ec7f0406693f: Layer already exists [2021-07-27T14:31:48.776Z] 30a843b9184c: Layer already exists [2021-07-27T14:31:48.776Z] 189b248d9396: Layer already exists [2021-07-27T14:31:48.776Z] 95baab544b62: Layer already exists [2021-07-27T14:31:48.776Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:48.776Z] 2.0.1-dev.14: digest: sha256:4ec5eb5c53de0f2fef9e5b4781c26b19679b9e8e11c93db89c8010af153240a1 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:49.272Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:49.595Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:49.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-27T14:31:49.595Z] ef79c9b6aca8: Preparing [2021-07-27T14:31:49.595Z] 600d14a83575: Preparing [2021-07-27T14:31:49.595Z] bcddf23be65a: Preparing [2021-07-27T14:31:49.595Z] 99af2b1860a7: Preparing [2021-07-27T14:31:49.595Z] d3ac5d2d65b8: Preparing [2021-07-27T14:31:49.595Z] ec7f0406693f: Preparing [2021-07-27T14:31:49.595Z] 189b248d9396: Preparing [2021-07-27T14:31:49.595Z] 95baab544b62: Preparing [2021-07-27T14:31:49.595Z] 30a843b9184c: Preparing [2021-07-27T14:31:49.595Z] 32f366d666a5: Preparing [2021-07-27T14:31:49.595Z] ec7f0406693f: Waiting [2021-07-27T14:31:49.595Z] 189b248d9396: Waiting [2021-07-27T14:31:49.595Z] 95baab544b62: Waiting [2021-07-27T14:31:49.595Z] 30a843b9184c: Waiting [2021-07-27T14:31:49.595Z] 32f366d666a5: Waiting [2021-07-27T14:31:49.595Z] bcddf23be65a: Layer already exists [2021-07-27T14:31:49.595Z] 600d14a83575: Layer already exists [2021-07-27T14:31:49.595Z] 99af2b1860a7: Layer already exists [2021-07-27T14:31:49.595Z] ef79c9b6aca8: Layer already exists [2021-07-27T14:31:49.595Z] d3ac5d2d65b8: Layer already exists [2021-07-27T14:31:49.595Z] 189b248d9396: Layer already exists [2021-07-27T14:31:49.595Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:49.595Z] 95baab544b62: Layer already exists [2021-07-27T14:31:49.595Z] ec7f0406693f: Layer already exists [2021-07-27T14:31:49.595Z] 30a843b9184c: Layer already exists [2021-07-27T14:31:49.862Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:4ec5eb5c53de0f2fef9e5b4781c26b19679b9e8e11c93db89c8010af153240a1 size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:50.184Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:50.495Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2021-07-27T14:31:50.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2021-07-27T14:31:50.495Z] ef79c9b6aca8: Preparing [2021-07-27T14:31:50.495Z] 600d14a83575: Preparing [2021-07-27T14:31:50.495Z] bcddf23be65a: Preparing [2021-07-27T14:31:50.495Z] 99af2b1860a7: Preparing [2021-07-27T14:31:50.495Z] d3ac5d2d65b8: Preparing [2021-07-27T14:31:50.495Z] ec7f0406693f: Preparing [2021-07-27T14:31:50.495Z] 189b248d9396: Preparing [2021-07-27T14:31:50.495Z] 95baab544b62: Preparing [2021-07-27T14:31:50.495Z] 30a843b9184c: Preparing [2021-07-27T14:31:50.495Z] 32f366d666a5: Preparing [2021-07-27T14:31:50.495Z] ec7f0406693f: Waiting [2021-07-27T14:31:50.495Z] 189b248d9396: Waiting [2021-07-27T14:31:50.495Z] 95baab544b62: Waiting [2021-07-27T14:31:50.495Z] 30a843b9184c: Waiting [2021-07-27T14:31:50.495Z] 32f366d666a5: Waiting [2021-07-27T14:31:50.495Z] ef79c9b6aca8: Layer already exists [2021-07-27T14:31:50.495Z] 99af2b1860a7: Layer already exists [2021-07-27T14:31:50.495Z] 600d14a83575: Layer already exists [2021-07-27T14:31:50.495Z] bcddf23be65a: Layer already exists [2021-07-27T14:31:50.495Z] d3ac5d2d65b8: Layer already exists [2021-07-27T14:31:50.495Z] 189b248d9396: Layer already exists [2021-07-27T14:31:50.495Z] ec7f0406693f: Layer already exists [2021-07-27T14:31:50.495Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:50.495Z] 95baab544b62: Layer already exists [2021-07-27T14:31:50.495Z] 30a843b9184c: Layer already exists [2021-07-27T14:31:50.764Z] main: digest: sha256:4ec5eb5c53de0f2fef9e5b4781c26b19679b9e8e11c93db89c8010af153240a1 size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:50.824Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:50.839Z] taggedImages: [2021-07-27T14:31:50.839Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:50.839Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2021-07-27T14:31:50.839Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.0.1-dev.14 [2021-07-27T14:31:50.839Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:50.839Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2021-07-27T14:31:50.872Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2021-07-27T14:31:50.873Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:50.873Z] latest [2021-07-27T14:31:50.873Z] 2.0.1-dev.14 [2021-07-27T14:31:50.873Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:50.873Z] main [2021-07-27T14:31:50.873Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:51.279Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:51.606Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:51.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-27T14:31:51.606Z] 8ed8e87ada77: Preparing [2021-07-27T14:31:51.606Z] 84613142e4ed: Preparing [2021-07-27T14:31:51.606Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:51.606Z] 8d06c0977ab1: Preparing [2021-07-27T14:31:51.606Z] 32f366d666a5: Preparing [2021-07-27T14:31:51.606Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:51.606Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:51.873Z] 8ed8e87ada77: Pushed [2021-07-27T14:31:51.873Z] 8d06c0977ab1: Pushed [2021-07-27T14:31:53.275Z] 84613142e4ed: Pushed [2021-07-27T14:31:53.275Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:58e2490694411f49975336f4e851c10356b8a2bc21de91a576d2b4cbbd4bc4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:53.597Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:53.912Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2021-07-27T14:31:53.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-27T14:31:53.912Z] 8ed8e87ada77: Preparing [2021-07-27T14:31:53.912Z] 84613142e4ed: Preparing [2021-07-27T14:31:53.912Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:53.912Z] 8d06c0977ab1: Preparing [2021-07-27T14:31:53.912Z] 32f366d666a5: Preparing [2021-07-27T14:31:53.912Z] 84613142e4ed: Layer already exists [2021-07-27T14:31:53.912Z] 8d06c0977ab1: Layer already exists [2021-07-27T14:31:53.912Z] 8ed8e87ada77: Layer already exists [2021-07-27T14:31:53.912Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:53.912Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:53.912Z] latest: digest: sha256:58e2490694411f49975336f4e851c10356b8a2bc21de91a576d2b4cbbd4bc4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:54.235Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:54.551Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.14 [2021-07-27T14:31:54.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-27T14:31:54.551Z] 8ed8e87ada77: Preparing [2021-07-27T14:31:54.551Z] 84613142e4ed: Preparing [2021-07-27T14:31:54.551Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:54.551Z] 8d06c0977ab1: Preparing [2021-07-27T14:31:54.551Z] 32f366d666a5: Preparing [2021-07-27T14:31:54.551Z] 8d06c0977ab1: Layer already exists [2021-07-27T14:31:54.551Z] 8ed8e87ada77: Layer already exists [2021-07-27T14:31:54.551Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:54.551Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:54.551Z] 84613142e4ed: Layer already exists [2021-07-27T14:31:54.551Z] 2.0.1-dev.14: digest: sha256:58e2490694411f49975336f4e851c10356b8a2bc21de91a576d2b4cbbd4bc4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:54.875Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:55.193Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:55.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-27T14:31:55.193Z] 8ed8e87ada77: Preparing [2021-07-27T14:31:55.193Z] 84613142e4ed: Preparing [2021-07-27T14:31:55.193Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:55.193Z] 8d06c0977ab1: Preparing [2021-07-27T14:31:55.193Z] 32f366d666a5: Preparing [2021-07-27T14:31:55.193Z] 8d06c0977ab1: Layer already exists [2021-07-27T14:31:55.193Z] 84613142e4ed: Layer already exists [2021-07-27T14:31:55.193Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:55.193Z] 8ed8e87ada77: Layer already exists [2021-07-27T14:31:55.193Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:55.458Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:58e2490694411f49975336f4e851c10356b8a2bc21de91a576d2b4cbbd4bc4d9 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:55.781Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:56.098Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2021-07-27T14:31:56.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2021-07-27T14:31:56.099Z] 8ed8e87ada77: Preparing [2021-07-27T14:31:56.099Z] 84613142e4ed: Preparing [2021-07-27T14:31:56.099Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:56.099Z] 8d06c0977ab1: Preparing [2021-07-27T14:31:56.099Z] 32f366d666a5: Preparing [2021-07-27T14:31:56.099Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:56.099Z] 84613142e4ed: Layer already exists [2021-07-27T14:31:56.099Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:56.099Z] 8ed8e87ada77: Layer already exists [2021-07-27T14:31:56.099Z] 8d06c0977ab1: Layer already exists [2021-07-27T14:31:56.099Z] main: digest: sha256:58e2490694411f49975336f4e851c10356b8a2bc21de91a576d2b4cbbd4bc4d9 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:31:56.421Z] ===================================================== [Pipeline] echo [2021-07-27T14:31:56.436Z] taggedImages: [2021-07-27T14:31:56.436Z] - nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:56.436Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2021-07-27T14:31:56.436Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.0.1-dev.14 [2021-07-27T14:31:56.436Z] - nexus3.edgexfoundry.org:10004/support-notifications:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:56.436Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2021-07-27T14:31:56.474Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2021-07-27T14:31:56.474Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:56.474Z] latest [2021-07-27T14:31:56.474Z] 2.0.1-dev.14 [2021-07-27T14:31:56.474Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:31:56.474Z] main [2021-07-27T14:31:56.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:56.828Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:57.141Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:31:57.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-27T14:31:57.141Z] 9ff423c4ac4c: Preparing [2021-07-27T14:31:57.141Z] c5a2de3291d3: Preparing [2021-07-27T14:31:57.141Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:57.141Z] eec429b672fe: Preparing [2021-07-27T14:31:57.141Z] 32f366d666a5: Preparing [2021-07-27T14:31:57.141Z] eec429b672fe: Layer already exists [2021-07-27T14:31:57.141Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:57.141Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:57.405Z] 9ff423c4ac4c: Pushed [2021-07-27T14:31:58.806Z] c5a2de3291d3: Pushed [2021-07-27T14:31:58.806Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:264b161b0b93535c015c217a21c8d12566edcb17296a49f4f53e749008443340 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:59.125Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:59.437Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2021-07-27T14:31:59.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-27T14:31:59.437Z] 9ff423c4ac4c: Preparing [2021-07-27T14:31:59.437Z] c5a2de3291d3: Preparing [2021-07-27T14:31:59.437Z] 1c227e2d20e7: Preparing [2021-07-27T14:31:59.437Z] eec429b672fe: Preparing [2021-07-27T14:31:59.437Z] 32f366d666a5: Preparing [2021-07-27T14:31:59.437Z] eec429b672fe: Layer already exists [2021-07-27T14:31:59.437Z] c5a2de3291d3: Layer already exists [2021-07-27T14:31:59.437Z] 9ff423c4ac4c: Layer already exists [2021-07-27T14:31:59.437Z] 32f366d666a5: Layer already exists [2021-07-27T14:31:59.437Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:31:59.437Z] latest: digest: sha256:264b161b0b93535c015c217a21c8d12566edcb17296a49f4f53e749008443340 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:31:59.788Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:00.102Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.14 [2021-07-27T14:32:00.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-27T14:32:00.102Z] 9ff423c4ac4c: Preparing [2021-07-27T14:32:00.102Z] c5a2de3291d3: Preparing [2021-07-27T14:32:00.102Z] 1c227e2d20e7: Preparing [2021-07-27T14:32:00.102Z] eec429b672fe: Preparing [2021-07-27T14:32:00.102Z] 32f366d666a5: Preparing [2021-07-27T14:32:00.102Z] 9ff423c4ac4c: Layer already exists [2021-07-27T14:32:00.102Z] c5a2de3291d3: Layer already exists [2021-07-27T14:32:00.102Z] eec429b672fe: Layer already exists [2021-07-27T14:32:00.102Z] 32f366d666a5: Layer already exists [2021-07-27T14:32:00.102Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:32:00.102Z] 2.0.1-dev.14: digest: sha256:264b161b0b93535c015c217a21c8d12566edcb17296a49f4f53e749008443340 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:00.422Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:00.477Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:32:00.477Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:32:00.477Z] ---> 4bc1b90350dc [2021-07-27T14:32:00.477Z] Step 3/23 : WORKDIR /edgex-go [2021-07-27T14:32:00.477Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:32:00.477Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:32:00.477Z] ---> 4bc1b90350dc [2021-07-27T14:32:00.477Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:32:00.477Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:32:00.477Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:32:00.477Z] ---> 4bc1b90350dc [2021-07-27T14:32:00.477Z] Step 3/22 : WORKDIR /edgex-go [2021-07-27T14:32:00.477Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:32:00.477Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:32:00.477Z] ---> 4bc1b90350dc [2021-07-27T14:32:00.477Z] Step 3/23 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:32:00.477Z] [2021-07-27T14:32:00.477Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:32:00.477Z] ---> 4bc1b90350dc [2021-07-27T14:32:00.477Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:32:00.477Z] ---> Running in ed03efd6182e [2021-07-27T14:32:00.477Z] ---> Running in 92f09ff425f0 [2021-07-27T14:32:00.477Z] ---> Running in 664c4774efc7 [2021-07-27T14:32:00.477Z] ---> Running in 684bd7e85318 [2021-07-27T14:32:00.477Z] ---> Running in 2130ee068337 [2021-07-27T14:32:00.477Z] Removing intermediate container 684bd7e85318 [2021-07-27T14:32:00.477Z] ---> efca696cf964 [2021-07-27T14:32:00.477Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:32:00.477Z] Removing intermediate container ed03efd6182e [2021-07-27T14:32:00.477Z] ---> 8021953a3e24 [2021-07-27T14:32:00.477Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:32:00.477Z] Removing intermediate container 92f09ff425f0 [2021-07-27T14:32:00.477Z] ---> 77c44528ad13 [2021-07-27T14:32:00.477Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:32:00.477Z] Removing intermediate container 664c4774efc7 [2021-07-27T14:32:00.477Z] Removing intermediate container 2130ee068337 [2021-07-27T14:32:00.477Z] ---> 348e8edf7489 [2021-07-27T14:32:00.477Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:32:00.477Z] ---> a2a9cb765f3f [2021-07-27T14:32:00.477Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:32:00.477Z] ---> Running in 4fa9c14643be [2021-07-27T14:32:00.477Z] ---> Running in 9f6fc0d736a4 [2021-07-27T14:32:00.477Z] ---> Running in a886e537794c [2021-07-27T14:32:00.477Z] ---> Running in e5cb1d19065e [2021-07-27T14:32:00.477Z] ---> Running in 142f5e2d2b4c [2021-07-27T14:32:00.737Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:32:00.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-27T14:32:00.737Z] 9ff423c4ac4c: Preparing [2021-07-27T14:32:00.737Z] c5a2de3291d3: Preparing [2021-07-27T14:32:00.737Z] 1c227e2d20e7: Preparing [2021-07-27T14:32:00.737Z] eec429b672fe: Preparing [2021-07-27T14:32:00.737Z] 32f366d666a5: Preparing [2021-07-27T14:32:00.737Z] eec429b672fe: Layer already exists [2021-07-27T14:32:00.737Z] c5a2de3291d3: Layer already exists [2021-07-27T14:32:00.737Z] 32f366d666a5: Layer already exists [2021-07-27T14:32:00.737Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:32:00.737Z] 9ff423c4ac4c: Layer already exists [2021-07-27T14:32:00.737Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:264b161b0b93535c015c217a21c8d12566edcb17296a49f4f53e749008443340 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:01.059Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:01.371Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2021-07-27T14:32:01.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2021-07-27T14:32:01.371Z] 9ff423c4ac4c: Preparing [2021-07-27T14:32:01.371Z] c5a2de3291d3: Preparing [2021-07-27T14:32:01.371Z] 1c227e2d20e7: Preparing [2021-07-27T14:32:01.371Z] eec429b672fe: Preparing [2021-07-27T14:32:01.371Z] 32f366d666a5: Preparing [2021-07-27T14:32:01.371Z] eec429b672fe: Layer already exists [2021-07-27T14:32:01.640Z] 1c227e2d20e7: Layer already exists [2021-07-27T14:32:01.640Z] 9ff423c4ac4c: Layer already exists [2021-07-27T14:32:01.640Z] c5a2de3291d3: Layer already exists [2021-07-27T14:32:01.640Z] 32f366d666a5: Layer already exists [2021-07-27T14:32:01.906Z] main: digest: sha256:264b161b0b93535c015c217a21c8d12566edcb17296a49f4f53e749008443340 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:32:01.966Z] ===================================================== [Pipeline] echo [2021-07-27T14:32:01.979Z] taggedImages: [2021-07-27T14:32:01.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:32:01.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2021-07-27T14:32:01.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.0.1-dev.14 [2021-07-27T14:32:01.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:32:01.980Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2021-07-27T14:32:02.011Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2021-07-27T14:32:02.011Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:32:02.011Z] latest [2021-07-27T14:32:02.011Z] 2.0.1-dev.14 [2021-07-27T14:32:02.011Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:32:02.011Z] main [2021-07-27T14:32:02.011Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:02.356Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:02.485Z] Removing intermediate container 4fa9c14643be [2021-07-27T14:32:02.485Z] ---> 59bb8ea68231 [2021-07-27T14:32:02.485Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-07-27T14:32:02.672Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:32:02.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-27T14:32:02.672Z] 3691c1241ceb: Preparing [2021-07-27T14:32:02.672Z] 46c98733cd67: Preparing [2021-07-27T14:32:02.672Z] 83229f49107a: Preparing [2021-07-27T14:32:02.672Z] a39bdd171615: Preparing [2021-07-27T14:32:02.672Z] b82f54db960b: Preparing [2021-07-27T14:32:02.672Z] 4bc13ba6e7d2: Preparing [2021-07-27T14:32:02.672Z] 241588b2373e: Preparing [2021-07-27T14:32:02.672Z] 9e9604462a57: Preparing [2021-07-27T14:32:02.672Z] 563ea45970c1: Preparing [2021-07-27T14:32:02.672Z] 91e3b9641807: Preparing [2021-07-27T14:32:02.672Z] b2d5eeeaba3a: Preparing [2021-07-27T14:32:02.672Z] 4bc13ba6e7d2: Waiting [2021-07-27T14:32:02.672Z] 241588b2373e: Waiting [2021-07-27T14:32:02.672Z] 9e9604462a57: Waiting [2021-07-27T14:32:02.672Z] 563ea45970c1: Waiting [2021-07-27T14:32:02.672Z] 91e3b9641807: Waiting [2021-07-27T14:32:02.672Z] b2d5eeeaba3a: Waiting [2021-07-27T14:32:02.672Z] b82f54db960b: Layer already exists [2021-07-27T14:32:02.672Z] 4bc13ba6e7d2: Layer already exists [2021-07-27T14:32:02.763Z] Removing intermediate container 9f6fc0d736a4 [2021-07-27T14:32:02.763Z] ---> 3be5ceb69f82 [2021-07-27T14:32:02.763Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-07-27T14:32:02.763Z] ---> Running in 9b82258ae065 [2021-07-27T14:32:03.059Z] ---> Running in fce07350ef4c [2021-07-27T14:32:03.271Z] 241588b2373e: Layer already exists [2021-07-27T14:32:03.331Z] Removing intermediate container e5cb1d19065e [2021-07-27T14:32:03.331Z] ---> 95dbef36bbcb [2021-07-27T14:32:03.331Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-07-27T14:32:03.540Z] 46c98733cd67: Pushed [2021-07-27T14:32:03.540Z] 9e9604462a57: Layer already exists [2021-07-27T14:32:03.540Z] 563ea45970c1: Layer already exists [2021-07-27T14:32:03.540Z] 91e3b9641807: Layer already exists [2021-07-27T14:32:03.540Z] b2d5eeeaba3a: Layer already exists [2021-07-27T14:32:03.540Z] 3691c1241ceb: Pushed [2021-07-27T14:32:03.606Z] Removing intermediate container a886e537794c [2021-07-27T14:32:03.606Z] ---> f16c0ab9af49 [2021-07-27T14:32:03.606Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-07-27T14:32:03.606Z] ---> Running in ddb7166ff181 [2021-07-27T14:32:03.900Z] Removing intermediate container 142f5e2d2b4c [2021-07-27T14:32:03.900Z] ---> 68bd5a735d8f [2021-07-27T14:32:03.900Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T14:32:03.900Z] ---> Running in ed1ba9375358 [2021-07-27T14:32:03.900Z] ---> Running in 4e7a82372d55 [2021-07-27T14:32:04.123Z] 83229f49107a: Pushed [2021-07-27T14:32:04.909Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:05.185Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:05.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:05.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:05.783Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:06.058Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:06.058Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:06.660Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:06.660Z] OK: 218 MiB in 52 packages [2021-07-27T14:32:06.951Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:06.951Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:32:07.237Z] OK: 218 MiB in 52 packages [2021-07-27T14:32:07.515Z] OK: 218 MiB in 52 packages [2021-07-27T14:32:08.127Z] OK: 218 MiB in 52 packages [2021-07-27T14:32:08.127Z] OK: 218 MiB in 52 packages [2021-07-27T14:32:08.408Z] Removing intermediate container 9b82258ae065 [2021-07-27T14:32:08.408Z] ---> e43115d46ad8 [2021-07-27T14:32:08.408Z] Step 6/24 : COPY go.mod . [2021-07-27T14:32:09.016Z] Removing intermediate container fce07350ef4c [2021-07-27T14:32:09.016Z] ---> 679bc5ea935a [2021-07-27T14:32:09.016Z] Step 6/23 : COPY go.mod . [2021-07-27T14:32:09.292Z] Removing intermediate container ddb7166ff181 [2021-07-27T14:32:09.292Z] ---> 351f1c5095a4 [2021-07-27T14:32:09.292Z] Step 6/23 : COPY go.mod . [2021-07-27T14:32:09.571Z] ---> 56c678a55b39 [2021-07-27T14:32:09.571Z] Step 7/24 : RUN go mod download [2021-07-27T14:32:09.602Z] a39bdd171615: Pushed [2021-07-27T14:32:09.602Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:a2904d9c71d4a9f265e2c38cb12b87684e1ffe8092cfd4cefd110671c107206b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:09.851Z] ---> Running in 1f8bf82e2a0e [2021-07-27T14:32:09.851Z] Removing intermediate container ed1ba9375358 [2021-07-27T14:32:09.851Z] ---> ec2167f6b1c6 [2021-07-27T14:32:09.851Z] Step 6/22 : COPY go.mod . [2021-07-27T14:32:09.923Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:10.124Z] Removing intermediate container 4e7a82372d55 [2021-07-27T14:32:10.124Z] ---> a9b38edd64fe [2021-07-27T14:32:10.124Z] Step 6/24 : COPY go.mod . [2021-07-27T14:32:10.237Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2021-07-27T14:32:10.237Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-27T14:32:10.237Z] 3691c1241ceb: Preparing [2021-07-27T14:32:10.237Z] 46c98733cd67: Preparing [2021-07-27T14:32:10.237Z] 83229f49107a: Preparing [2021-07-27T14:32:10.237Z] a39bdd171615: Preparing [2021-07-27T14:32:10.237Z] b82f54db960b: Preparing [2021-07-27T14:32:10.237Z] 4bc13ba6e7d2: Preparing [2021-07-27T14:32:10.237Z] 241588b2373e: Preparing [2021-07-27T14:32:10.237Z] 9e9604462a57: Preparing [2021-07-27T14:32:10.237Z] 563ea45970c1: Preparing [2021-07-27T14:32:10.237Z] 91e3b9641807: Preparing [2021-07-27T14:32:10.237Z] b2d5eeeaba3a: Preparing [2021-07-27T14:32:10.237Z] 4bc13ba6e7d2: Waiting [2021-07-27T14:32:10.237Z] 241588b2373e: Waiting [2021-07-27T14:32:10.237Z] 9e9604462a57: Waiting [2021-07-27T14:32:10.237Z] 563ea45970c1: Waiting [2021-07-27T14:32:10.237Z] 91e3b9641807: Waiting [2021-07-27T14:32:10.237Z] b2d5eeeaba3a: Waiting [2021-07-27T14:32:10.237Z] 3691c1241ceb: Layer already exists [2021-07-27T14:32:10.237Z] 46c98733cd67: Layer already exists [2021-07-27T14:32:10.237Z] a39bdd171615: Layer already exists [2021-07-27T14:32:10.237Z] b82f54db960b: Layer already exists [2021-07-27T14:32:10.237Z] 83229f49107a: Layer already exists [2021-07-27T14:32:10.237Z] 4bc13ba6e7d2: Layer already exists [2021-07-27T14:32:10.237Z] 241588b2373e: Layer already exists [2021-07-27T14:32:10.237Z] 9e9604462a57: Layer already exists [2021-07-27T14:32:10.237Z] 563ea45970c1: Layer already exists [2021-07-27T14:32:10.237Z] 91e3b9641807: Layer already exists [2021-07-27T14:32:10.237Z] b2d5eeeaba3a: Layer already exists [2021-07-27T14:32:10.402Z] ---> 2060536c78db [2021-07-27T14:32:10.402Z] Step 7/23 : RUN go mod download [2021-07-27T14:32:10.504Z] latest: digest: sha256:a2904d9c71d4a9f265e2c38cb12b87684e1ffe8092cfd4cefd110671c107206b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:10.677Z] ---> Running in 95de74e0c570 [2021-07-27T14:32:10.677Z] ---> ce4ea90609e8 [2021-07-27T14:32:10.677Z] Step 7/23 : RUN go mod download [2021-07-27T14:32:10.828Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:11.145Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.14 [2021-07-27T14:32:11.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-27T14:32:11.146Z] 3691c1241ceb: Preparing [2021-07-27T14:32:11.146Z] 46c98733cd67: Preparing [2021-07-27T14:32:11.146Z] 83229f49107a: Preparing [2021-07-27T14:32:11.146Z] a39bdd171615: Preparing [2021-07-27T14:32:11.146Z] b82f54db960b: Preparing [2021-07-27T14:32:11.146Z] 4bc13ba6e7d2: Preparing [2021-07-27T14:32:11.146Z] 241588b2373e: Preparing [2021-07-27T14:32:11.146Z] 9e9604462a57: Preparing [2021-07-27T14:32:11.146Z] 563ea45970c1: Preparing [2021-07-27T14:32:11.146Z] 91e3b9641807: Preparing [2021-07-27T14:32:11.146Z] b2d5eeeaba3a: Preparing [2021-07-27T14:32:11.146Z] 4bc13ba6e7d2: Waiting [2021-07-27T14:32:11.146Z] 241588b2373e: Waiting [2021-07-27T14:32:11.146Z] 9e9604462a57: Waiting [2021-07-27T14:32:11.146Z] 563ea45970c1: Waiting [2021-07-27T14:32:11.146Z] 91e3b9641807: Waiting [2021-07-27T14:32:11.146Z] b2d5eeeaba3a: Waiting [2021-07-27T14:32:11.146Z] a39bdd171615: Layer already exists [2021-07-27T14:32:11.146Z] 83229f49107a: Layer already exists [2021-07-27T14:32:11.146Z] b82f54db960b: Layer already exists [2021-07-27T14:32:11.146Z] 3691c1241ceb: Layer already exists [2021-07-27T14:32:11.146Z] 46c98733cd67: Layer already exists [2021-07-27T14:32:11.146Z] 4bc13ba6e7d2: Layer already exists [2021-07-27T14:32:11.146Z] 9e9604462a57: Layer already exists [2021-07-27T14:32:11.146Z] 241588b2373e: Layer already exists [2021-07-27T14:32:11.146Z] 563ea45970c1: Layer already exists [2021-07-27T14:32:11.146Z] 91e3b9641807: Layer already exists [2021-07-27T14:32:11.146Z] b2d5eeeaba3a: Layer already exists [2021-07-27T14:32:11.285Z] ---> Running in 1972873f965d [2021-07-27T14:32:11.285Z] ---> 26235f80dc5d [2021-07-27T14:32:11.285Z] Step 7/22 : RUN go mod download [2021-07-27T14:32:11.414Z] 2.0.1-dev.14: digest: sha256:a2904d9c71d4a9f265e2c38cb12b87684e1ffe8092cfd4cefd110671c107206b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:11.563Z] ---> ee235c7a58d0 [2021-07-27T14:32:11.563Z] Step 7/24 : RUN go mod download [2021-07-27T14:32:11.563Z] ---> Running in 847bd0f18e4c [2021-07-27T14:32:11.738Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:11.842Z] ---> Running in 94b89deee59b [2021-07-27T14:32:12.051Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:32:12.051Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-27T14:32:12.051Z] 3691c1241ceb: Preparing [2021-07-27T14:32:12.051Z] 46c98733cd67: Preparing [2021-07-27T14:32:12.051Z] 83229f49107a: Preparing [2021-07-27T14:32:12.051Z] a39bdd171615: Preparing [2021-07-27T14:32:12.051Z] b82f54db960b: Preparing [2021-07-27T14:32:12.051Z] 4bc13ba6e7d2: Preparing [2021-07-27T14:32:12.051Z] 241588b2373e: Preparing [2021-07-27T14:32:12.051Z] 9e9604462a57: Preparing [2021-07-27T14:32:12.051Z] 563ea45970c1: Preparing [2021-07-27T14:32:12.051Z] 91e3b9641807: Preparing [2021-07-27T14:32:12.051Z] b2d5eeeaba3a: Preparing [2021-07-27T14:32:12.051Z] 4bc13ba6e7d2: Waiting [2021-07-27T14:32:12.051Z] 241588b2373e: Waiting [2021-07-27T14:32:12.051Z] 9e9604462a57: Waiting [2021-07-27T14:32:12.051Z] 563ea45970c1: Waiting [2021-07-27T14:32:12.051Z] 91e3b9641807: Waiting [2021-07-27T14:32:12.051Z] b2d5eeeaba3a: Waiting [2021-07-27T14:32:12.051Z] 46c98733cd67: Layer already exists [2021-07-27T14:32:12.051Z] b82f54db960b: Layer already exists [2021-07-27T14:32:12.051Z] 3691c1241ceb: Layer already exists [2021-07-27T14:32:12.051Z] a39bdd171615: Layer already exists [2021-07-27T14:32:12.051Z] 83229f49107a: Layer already exists [2021-07-27T14:32:12.051Z] 241588b2373e: Layer already exists [2021-07-27T14:32:12.051Z] 4bc13ba6e7d2: Layer already exists [2021-07-27T14:32:12.051Z] 9e9604462a57: Layer already exists [2021-07-27T14:32:12.051Z] 563ea45970c1: Layer already exists [2021-07-27T14:32:12.051Z] 91e3b9641807: Layer already exists [2021-07-27T14:32:12.051Z] b2d5eeeaba3a: Layer already exists [2021-07-27T14:32:12.317Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:a2904d9c71d4a9f265e2c38cb12b87684e1ffe8092cfd4cefd110671c107206b size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:12.634Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:32:12.942Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2021-07-27T14:32:12.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2021-07-27T14:32:12.942Z] 3691c1241ceb: Preparing [2021-07-27T14:32:12.942Z] 46c98733cd67: Preparing [2021-07-27T14:32:12.942Z] 83229f49107a: Preparing [2021-07-27T14:32:12.942Z] a39bdd171615: Preparing [2021-07-27T14:32:12.942Z] b82f54db960b: Preparing [2021-07-27T14:32:12.942Z] 4bc13ba6e7d2: Preparing [2021-07-27T14:32:12.942Z] 241588b2373e: Preparing [2021-07-27T14:32:12.942Z] 9e9604462a57: Preparing [2021-07-27T14:32:12.942Z] 563ea45970c1: Preparing [2021-07-27T14:32:12.942Z] 91e3b9641807: Preparing [2021-07-27T14:32:12.942Z] b2d5eeeaba3a: Preparing [2021-07-27T14:32:12.942Z] 4bc13ba6e7d2: Waiting [2021-07-27T14:32:12.942Z] 241588b2373e: Waiting [2021-07-27T14:32:12.942Z] 9e9604462a57: Waiting [2021-07-27T14:32:12.942Z] 563ea45970c1: Waiting [2021-07-27T14:32:12.942Z] 91e3b9641807: Waiting [2021-07-27T14:32:12.942Z] b2d5eeeaba3a: Waiting [2021-07-27T14:32:12.942Z] 46c98733cd67: Layer already exists [2021-07-27T14:32:12.942Z] 3691c1241ceb: Layer already exists [2021-07-27T14:32:12.942Z] a39bdd171615: Layer already exists [2021-07-27T14:32:12.942Z] 83229f49107a: Layer already exists [2021-07-27T14:32:12.942Z] b82f54db960b: Layer already exists [2021-07-27T14:32:12.942Z] 4bc13ba6e7d2: Layer already exists [2021-07-27T14:32:12.942Z] 241588b2373e: Layer already exists [2021-07-27T14:32:12.942Z] 563ea45970c1: Layer already exists [2021-07-27T14:32:12.942Z] 9e9604462a57: Layer already exists [2021-07-27T14:32:12.942Z] 91e3b9641807: Layer already exists [2021-07-27T14:32:12.942Z] b2d5eeeaba3a: Layer already exists [2021-07-27T14:32:12.942Z] main: digest: sha256:a2904d9c71d4a9f265e2c38cb12b87684e1ffe8092cfd4cefd110671c107206b size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:32:13.262Z] ===================================================== [Pipeline] echo [2021-07-27T14:32:13.276Z] taggedImages: [2021-07-27T14:32:13.276Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:32:13.276Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2021-07-27T14:32:13.276Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.0.1-dev.14 [2021-07-27T14:32:13.276Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:32:13.276Z] - 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-27T14:32:14.518Z] Removing intermediate container 1f8bf82e2a0e [2021-07-27T14:32:14.518Z] ---> 40dd9d1c4cd0 [2021-07-27T14:32:14.518Z] Step 8/24 : COPY . . [2021-07-27T14:32:16.520Z] Removing intermediate container 95de74e0c570 [2021-07-27T14:32:16.520Z] ---> 37d55ec5b07f [2021-07-27T14:32:16.520Z] Step 8/23 : COPY . . [2021-07-27T14:32:18.508Z] Removing intermediate container 1972873f965d [2021-07-27T14:32:18.508Z] ---> c3230a1920ce [2021-07-27T14:32:18.508Z] Step 8/23 : COPY . . [2021-07-27T14:32:18.779Z] Removing intermediate container 847bd0f18e4c [2021-07-27T14:32:18.779Z] ---> ee0a066cf83d [2021-07-27T14:32:18.779Z] Step 8/22 : COPY . . [2021-07-27T14:32:19.058Z] Removing intermediate container 94b89deee59b [2021-07-27T14:32:19.058Z] ---> 22bf599cd1ea [2021-07-27T14:32:19.058Z] Step 8/24 : COPY . . [2021-07-27T14:32:31.493Z] ---> f14902c50990 [2021-07-27T14:32:31.493Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:32:31.493Z] ---> 2539af3637fa [2021-07-27T14:32:31.493Z] Step 9/23 : RUN go mod tidy [2021-07-27T14:32:31.493Z] ---> f1cc7d713300 [2021-07-27T14:32:31.493Z] Step 9/23 : RUN go mod tidy [2021-07-27T14:32:31.493Z] ---> Running in 89772271b6ab [2021-07-27T14:32:31.493Z] ---> Running in 99052d72071a [2021-07-27T14:32:31.493Z] ---> Running in 421226a89543 [2021-07-27T14:32:31.493Z] ---> f915fe40c77a [2021-07-27T14:32:31.493Z] Step 9/22 : RUN go mod tidy [2021-07-27T14:32:31.767Z] ---> 4d9cc9f41892 [2021-07-27T14:32:31.767Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:32:32.043Z] ---> Running in d0642f7ba4f9 [2021-07-27T14:32:32.043Z] ---> Running in 25c064e3fa95 [2021-07-27T14:32:37.487Z] Removing intermediate container 89772271b6ab [2021-07-27T14:32:37.487Z] ---> c924c55c4bc1 [2021-07-27T14:32:37.487Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-07-27T14:32:37.781Z] ---> Running in d2702531f050 [2021-07-27T14:32:38.804Z] Removing intermediate container 99052d72071a [2021-07-27T14:32:38.804Z] ---> c2899638d9d5 [2021-07-27T14:32:38.804Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-07-27T14:32:39.091Z] ---> Running in 9fcc83204159 [2021-07-27T14:32:39.373Z] Removing intermediate container 421226a89543 [2021-07-27T14:32:39.373Z] ---> 05b441986dfd [2021-07-27T14:32:39.373Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-07-27T14:32:39.650Z] ---> Running in 65df31bfa54f [2021-07-27T14:32:39.927Z] Removing intermediate container d0642f7ba4f9 [2021-07-27T14:32:39.927Z] ---> dd14fae3c55e [2021-07-27T14:32:39.927Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-07-27T14:32:39.927Z] Removing intermediate container 25c064e3fa95 [2021-07-27T14:32:39.927Z] ---> 0ddfc68923c0 [2021-07-27T14:32:39.927Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-07-27T14:32:40.211Z] ---> Running in 2b5c61f1c2b5 [2021-07-27T14:32:40.211Z] ---> Running in 29996e962d8d [2021-07-27T14:32:40.489Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-data/core-data ./cmd/core-data [2021-07-27T14:32:41.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-07-27T14:32:42.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-07-27T14:32:42.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-07-27T14:32:43.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-command/core-command ./cmd/core-command [2021-07-27T14:34:35.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/secrets-config ./cmd/secrets-config [2021-07-27T14:34:42.055Z] Removing intermediate container 29996e962d8d [2021-07-27T14:34:42.055Z] ---> 77c17015dee0 [2021-07-27T14:34:42.055Z] [2021-07-27T14:34:42.055Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:34:42.056Z] 3.12: Pulling from library/alpine [2021-07-27T14:34:45.492Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-07-27T14:34:45.492Z] Removing intermediate container 65df31bfa54f [2021-07-27T14:34:45.492Z] ---> 56317eac0bf4 [2021-07-27T14:34:45.492Z] [2021-07-27T14:34:45.492Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T14:34:45.492Z] Removing intermediate container 2b5c61f1c2b5 [2021-07-27T14:34:45.492Z] ---> 8ccc7cd849f5 [2021-07-27T14:34:45.492Z] [2021-07-27T14:34:45.492Z] Step 11/22 : FROM alpine:3.12 [2021-07-27T14:34:45.492Z] ---> c4fd0aeabfcf [2021-07-27T14:34:45.492Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-07-27T14:34:45.492Z] Status: Downloaded newer image for alpine:3.12 [2021-07-27T14:34:45.492Z] ---> c4fd0aeabfcf [2021-07-27T14:34:45.492Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-07-27T14:34:45.492Z] ---> c4fd0aeabfcf [2021-07-27T14:34:45.492Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:34:45.492Z] Removing intermediate container 9fcc83204159 [2021-07-27T14:34:45.492Z] ---> 4034fc480721 [2021-07-27T14:34:45.492Z] [2021-07-27T14:34:45.492Z] Step 11/23 : FROM alpine:3.12 [2021-07-27T14:34:45.492Z] ---> c4fd0aeabfcf [2021-07-27T14:34:45.492Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:34:45.492Z] ---> Running in e6cdb6a0cbe9 [2021-07-27T14:34:45.492Z] ---> Running in 59b00947b68a [2021-07-27T14:34:45.492Z] ---> Running in de3e958e92e9 [2021-07-27T14:34:45.775Z] ---> Running in d422763e96ce [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.414Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:34:48.695Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T14:34:48.695Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:34:48.972Z] OK: 5 MiB in 15 packages [2021-07-27T14:34:49.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-07-27T14:34:49.258Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:34:49.258Z] OK: 5 MiB in 15 packages [2021-07-27T14:34:49.258Z] (1/2) Installing ca-certificates (20191127-r4) [2021-07-27T14:34:49.258Z] (1/4) Installing ca-certificates (20191127-r4) [2021-07-27T14:34:49.258Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T14:34:49.258Z] (3/4) Installing libcurl (7.78.0-r0) [2021-07-27T14:34:49.258Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-07-27T14:34:49.258Z] (4/4) Installing curl (7.78.0-r0) [2021-07-27T14:34:49.258Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:34:49.258Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:34:49.258Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:34:49.258Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:34:49.536Z] OK: 7 MiB in 18 packages [2021-07-27T14:34:49.818Z] OK: 6 MiB in 16 packages [2021-07-27T14:34:51.825Z] Removing intermediate container d2702531f050 [2021-07-27T14:34:51.825Z] ---> fee7d1969a92 [2021-07-27T14:34:51.825Z] [2021-07-27T14:34:51.825Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:34:51.825Z] ---> c4fd0aeabfcf [2021-07-27T14:34:51.825Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-07-27T14:34:51.825Z] Removing intermediate container e6cdb6a0cbe9 [2021-07-27T14:34:51.825Z] ---> 16d08e90fa21 [2021-07-27T14:34:51.825Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:34:51.825Z] Removing intermediate container d422763e96ce [2021-07-27T14:34:51.825Z] ---> f6763636a9ab [2021-07-27T14:34:51.825Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:34:52.108Z] ---> Running in 1fef1140b430 [2021-07-27T14:34:52.108Z] ---> Running in 45039a98c85a [2021-07-27T14:34:52.108Z] ---> Running in 75c88a475a2d [2021-07-27T14:34:52.389Z] Removing intermediate container de3e958e92e9 [2021-07-27T14:34:52.389Z] ---> 28ed996a180e [2021-07-27T14:34:52.389Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:34:52.389Z] Removing intermediate container 59b00947b68a [2021-07-27T14:34:52.389Z] ---> 93a43dffc45a [2021-07-27T14:34:52.389Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T14:34:52.666Z] ---> Running in b4f39ba5ca48 [2021-07-27T14:34:52.666Z] Removing intermediate container 1fef1140b430 [2021-07-27T14:34:52.666Z] ---> 595c39db7564 [2021-07-27T14:34:52.666Z] Step 13/24 : ENV APP_PORT=59880 [2021-07-27T14:34:52.666Z] ---> Running in 5ac5cf2da88d [2021-07-27T14:34:52.949Z] ---> Running in bc00a311e492 [2021-07-27T14:34:52.949Z] Removing intermediate container 75c88a475a2d [2021-07-27T14:34:52.949Z] ---> 83c1499ca6d9 [2021-07-27T14:34:52.949Z] Step 14/23 : ENV APP_PORT=59861 [2021-07-27T14:34:52.949Z] Removing intermediate container 45039a98c85a [2021-07-27T14:34:52.949Z] ---> 8412d9fc75b2 [2021-07-27T14:34:52.949Z] Step 14/24 : ENV APP_PORT=59882 [2021-07-27T14:34:53.230Z] ---> Running in 23f6c46ade32 [2021-07-27T14:34:53.230Z] ---> Running in add8504f34cd [2021-07-27T14:34:53.504Z] Removing intermediate container b4f39ba5ca48 [2021-07-27T14:34:53.504Z] ---> cdcebe08aa37 [2021-07-27T14:34:53.504Z] Step 14/23 : ENV APP_PORT=59860 [2021-07-27T14:34:53.504Z] Removing intermediate container 5ac5cf2da88d [2021-07-27T14:34:53.504Z] ---> b272ae41418f [2021-07-27T14:34:53.504Z] Step 14/22 : WORKDIR /edgex [2021-07-27T14:34:53.780Z] ---> Running in c87adf668be2 [2021-07-27T14:34:53.780Z] Removing intermediate container bc00a311e492 [2021-07-27T14:34:53.780Z] ---> 129c3c673e1a [2021-07-27T14:34:53.780Z] Step 14/24 : EXPOSE $APP_PORT [2021-07-27T14:34:53.780Z] ---> Running in 1519906acfbc [2021-07-27T14:34:54.056Z] ---> Running in 38b86d475805 [2021-07-27T14:34:54.056Z] Removing intermediate container 23f6c46ade32 [2021-07-27T14:34:54.056Z] ---> 460d3f3e9f32 [2021-07-27T14:34:54.056Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T14:34:54.056Z] Removing intermediate container add8504f34cd [2021-07-27T14:34:54.056Z] ---> 166269cc62cf [2021-07-27T14:34:54.056Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T14:34:54.335Z] ---> Running in ecb6a1a7387b [2021-07-27T14:34:54.335Z] ---> Running in 915a7b8512b9 [2021-07-27T14:34:54.335Z] Removing intermediate container c87adf668be2 [2021-07-27T14:34:54.335Z] ---> 9f8fa7469ae6 [2021-07-27T14:34:54.335Z] Step 15/23 : EXPOSE $APP_PORT [2021-07-27T14:34:54.614Z] Removing intermediate container 1519906acfbc [2021-07-27T14:34:54.614Z] ---> 9dfdff39eae1 [2021-07-27T14:34:54.614Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-07-27T14:34:54.614Z] ---> Running in d813dfeda839 [2021-07-27T14:34:54.614Z] Removing intermediate container 38b86d475805 [2021-07-27T14:34:54.614Z] ---> fbe0bcaf785c [2021-07-27T14:34:54.614Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:34:54.891Z] Removing intermediate container ecb6a1a7387b [2021-07-27T14:34:54.891Z] ---> c2483e6a0ce2 [2021-07-27T14:34:54.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:34:54.891Z] ---> Running in 0d197fe7f7e2 [2021-07-27T14:34:55.171Z] Removing intermediate container 915a7b8512b9 [2021-07-27T14:34:55.171Z] ---> 74dc30eaab55 [2021-07-27T14:34:55.171Z] Step 16/24 : WORKDIR / [2021-07-27T14:34:55.460Z] Removing intermediate container d813dfeda839 [2021-07-27T14:34:55.460Z] ---> f4f810acc1f7 [2021-07-27T14:34:55.460Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:34:55.739Z] ---> Running in 66a3fb9387c2 [2021-07-27T14:34:55.739Z] ---> a399eceef765 [2021-07-27T14:34:55.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-07-27T14:34:56.359Z] ---> f5a0a97ebfe4 [2021-07-27T14:34:56.359Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-07-27T14:34:56.642Z] Removing intermediate container 66a3fb9387c2 [2021-07-27T14:34:56.642Z] ---> b3391c57b996 [2021-07-27T14:34:56.642Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:34:57.246Z] ---> b335f5830426 [2021-07-27T14:34:57.246Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-07-27T14:34:58.240Z] ---> 2e3fdb982498 [2021-07-27T14:34:58.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-07-27T14:34:58.240Z] ---> 3c88234eb09b [2021-07-27T14:34:58.240Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-07-27T14:34:58.516Z] ---> 62b116b8c59a [2021-07-27T14:34:58.516Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-07-27T14:34:58.516Z] Removing intermediate container 0d197fe7f7e2 [2021-07-27T14:34:58.516Z] ---> b1c01ea5f860 [2021-07-27T14:34:58.516Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-07-27T14:34:58.796Z] ---> Running in 6e37bd47fa84 [2021-07-27T14:34:59.411Z] ---> 6d3a107b9ddd [2021-07-27T14:34:59.411Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-07-27T14:34:59.689Z] ---> c2b7f774efa8 [2021-07-27T14:34:59.689Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-07-27T14:34:59.982Z] ---> Running in cdf0361b1aa9 [2021-07-27T14:35:00.258Z] ---> 00fb8aabfd49 [2021-07-27T14:35:00.258Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-07-27T14:35:00.532Z] ---> 3297f62fad5f [2021-07-27T14:35:00.532Z] ---> 396db81b0494 [2021-07-27T14:35:00.532Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-07-27T14:35:00.532Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-07-27T14:35:00.532Z] ---> Running in 77a8cd279698 [2021-07-27T14:35:00.806Z] ---> Running in 1dd3b2af2549 [2021-07-27T14:35:00.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:01.083Z] Removing intermediate container cdf0361b1aa9 [2021-07-27T14:35:01.083Z] ---> 378c120d8420 [2021-07-27T14:35:01.083Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:35:01.083Z] Removing intermediate container 77a8cd279698 [2021-07-27T14:35:01.083Z] ---> 065df3624971 [2021-07-27T14:35:01.083Z] Step 19/22 : CMD ["--init=true"] [2021-07-27T14:35:01.365Z] ---> Running in 3ab3993caadf [2021-07-27T14:35:01.365Z] ---> Running in 3867e10eaf03 [2021-07-27T14:35:01.365Z] Removing intermediate container 1dd3b2af2549 [2021-07-27T14:35:01.365Z] ---> af872c9466f1 [2021-07-27T14:35:01.365Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:35:01.645Z] ---> 9980429f31b4 [2021-07-27T14:35:01.645Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-07-27T14:35:01.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:01.646Z] ---> Running in 19d282fe6f93 [2021-07-27T14:35:01.646Z] ---> Running in 8182d9899188 [2021-07-27T14:35:01.926Z] Removing intermediate container 3ab3993caadf [2021-07-27T14:35:01.926Z] ---> 2a8ebc32cfe6 [2021-07-27T14:35:01.926Z] Step 21/23 : LABEL arch=arm64 [2021-07-27T14:35:02.204Z] Removing intermediate container 3867e10eaf03 [2021-07-27T14:35:02.204Z] ---> 44f21bdf8ac6 [2021-07-27T14:35:02.204Z] Step 20/22 : LABEL arch=arm64 [2021-07-27T14:35:02.204Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-07-27T14:35:02.204Z] ---> Running in 73ef9a594cf1 [2021-07-27T14:35:02.496Z] (2/6) Installing libgcc (9.3.0-r2) [2021-07-27T14:35:02.496Z] (3/6) Installing libsodium (1.0.18-r0) [2021-07-27T14:35:02.496Z] ---> Running in a94461fd010b [2021-07-27T14:35:02.496Z] Removing intermediate container 19d282fe6f93 [2021-07-27T14:35:02.496Z] ---> 7ac41b455ba6 [2021-07-27T14:35:02.496Z] Step 21/23 : LABEL arch=arm64 [2021-07-27T14:35:02.496Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-07-27T14:35:02.496Z] Removing intermediate container 8182d9899188 [2021-07-27T14:35:02.496Z] ---> 26039390da4e [2021-07-27T14:35:02.496Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:35:02.771Z] ---> Running in 2c410066625e [2021-07-27T14:35:02.771Z] (5/6) Installing libzmq (4.3.3-r0) [2021-07-27T14:35:02.771Z] ---> Running in f84815db5505 [2021-07-27T14:35:02.771Z] (6/6) Installing zeromq (4.3.3-r0) [2021-07-27T14:35:03.046Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:35:03.047Z] OK: 8 MiB in 20 packages [2021-07-27T14:35:03.324Z] Removing intermediate container 73ef9a594cf1 [2021-07-27T14:35:03.324Z] ---> ded8a9f3d353 [2021-07-27T14:35:03.324Z] Step 22/23 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:35:03.595Z] ---> Running in c184bce927bf [2021-07-27T14:35:03.595Z] Removing intermediate container a94461fd010b [2021-07-27T14:35:03.595Z] ---> a9c52d325618 [2021-07-27T14:35:03.595Z] Step 21/22 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:35:03.595Z] Removing intermediate container 2c410066625e [2021-07-27T14:35:03.595Z] ---> ff78fb0ed68c [2021-07-27T14:35:03.595Z] Step 22/23 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:35:03.595Z] Removing intermediate container f84815db5505 [2021-07-27T14:35:03.595Z] ---> 7fd16b2f1c0d [2021-07-27T14:35:03.595Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T14:35:03.869Z] ---> Running in 7712345d7b41 [2021-07-27T14:35:03.869Z] ---> Running in 3b0acddb2a45 [2021-07-27T14:35:03.869Z] ---> Running in 31f905ff7f51 [2021-07-27T14:35:04.141Z] Removing intermediate container c184bce927bf [2021-07-27T14:35:04.141Z] ---> 97de748ddf1a [2021-07-27T14:35:04.141Z] Step 23/23 : LABEL version=2.0.1-dev.14 [2021-07-27T14:35:04.423Z] ---> Running in d23dd91e762b [2021-07-27T14:35:04.695Z] Removing intermediate container 3b0acddb2a45 [2021-07-27T14:35:04.695Z] ---> 45e43553b41e [2021-07-27T14:35:04.695Z] Step 22/22 : LABEL version=2.0.1-dev.14 [2021-07-27T14:35:05.296Z] ---> Running in b5511728baf7 [2021-07-27T14:35:05.296Z] Removing intermediate container 7712345d7b41 [2021-07-27T14:35:05.296Z] ---> e227296d254e [2021-07-27T14:35:05.296Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:35:05.296Z] Removing intermediate container 6e37bd47fa84 [2021-07-27T14:35:05.296Z] ---> 61d55cd265d3 [2021-07-27T14:35:05.296Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:35:05.296Z] Removing intermediate container 31f905ff7f51 [2021-07-27T14:35:05.296Z] ---> 95ff5ae76128 [2021-07-27T14:35:05.296Z] Step 23/23 : LABEL version=2.0.1-dev.14 [2021-07-27T14:35:05.296Z] Removing intermediate container d23dd91e762b [2021-07-27T14:35:05.296Z] ---> 71d8a9212305 [2021-07-27T14:35:05.296Z] [2021-07-27T14:35:05.586Z] ---> Running in 34125a62d426 [2021-07-27T14:35:05.586Z] ---> Running in 9427e7febc6b [2021-07-27T14:35:05.586Z] Successfully built 71d8a9212305 [2021-07-27T14:35:05.586Z] Successfully tagged support-scheduler-arm64:latest [2021-07-27T14:35:05.586Z] Building sys-mgmt-agent [2021-07-27T14:35:05.865Z]  Building support-scheduler ... done Removing intermediate container b5511728baf7 [2021-07-27T14:35:05.865Z] ---> 278bb56769ce [2021-07-27T14:35:05.865Z] [2021-07-27T14:35:06.147Z] Successfully built 278bb56769ce [2021-07-27T14:35:06.147Z] Successfully tagged security-proxy-setup-arm64:latest [2021-07-27T14:35:06.147Z]  Building security-proxy-setup ... done Removing intermediate container 34125a62d426 [2021-07-27T14:35:06.147Z] ---> 45eb61c53671 [2021-07-27T14:35:06.147Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:35:06.147Z] Building core-metadata [2021-07-27T14:35:06.752Z] Removing intermediate container 9427e7febc6b [2021-07-27T14:35:06.752Z] ---> afa728d4b05a [2021-07-27T14:35:06.752Z] [2021-07-27T14:35:06.752Z] ---> Running in 0667460bd146 [2021-07-27T14:35:06.752Z] ---> bfee0b4f90f8 [2021-07-27T14:35:06.752Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-07-27T14:35:07.032Z] Successfully built afa728d4b05a [2021-07-27T14:35:07.032Z] Successfully tagged support-notifications-arm64:latest [2021-07-27T14:35:07.032Z]  Building support-notifications ... done Building security-bootstrapper [2021-07-27T14:35:08.036Z] Removing intermediate container 0667460bd146 [2021-07-27T14:35:08.036Z] ---> 88b3c2acc863 [2021-07-27T14:35:08.036Z] [2021-07-27T14:35:08.643Z] Successfully built 88b3c2acc863 [2021-07-27T14:35:08.921Z] Successfully tagged core-command-arm64:latest [2021-07-27T14:35:08.921Z] Building security-secretstore-setup [2021-07-27T14:35:08.921Z]  Building core-command ... done  ---> 7ab5867f06e6 [2021-07-27T14:35:08.921Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-07-27T14:35:10.388Z] ---> 84ad5592026b [2021-07-27T14:35:10.388Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-07-27T14:35:11.382Z] ---> Running in 87a50662c33d [2021-07-27T14:35:12.393Z] Removing intermediate container 87a50662c33d [2021-07-27T14:35:12.393Z] ---> c0734799ce44 [2021-07-27T14:35:12.393Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:35:12.988Z] ---> Running in d2894bd24ec9 [2021-07-27T14:35:13.972Z] Removing intermediate container d2894bd24ec9 [2021-07-27T14:35:13.972Z] ---> 5bc51c0bcba6 [2021-07-27T14:35:13.972Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T14:35:14.582Z] ---> Running in 3630eb18e301 [2021-07-27T14:35:15.190Z] Removing intermediate container 3630eb18e301 [2021-07-27T14:35:15.190Z] ---> 87e521d72258 [2021-07-27T14:35:15.190Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:35:15.467Z] ---> Running in 4d1ce3bc8b17 [2021-07-27T14:35:16.070Z] Removing intermediate container 4d1ce3bc8b17 [2021-07-27T14:35:16.070Z] ---> 82e4c885f5e8 [2021-07-27T14:35:16.070Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:35:16.347Z] ---> Running in 997b3d807502 [2021-07-27T14:35:17.341Z] Removing intermediate container 997b3d807502 [2021-07-27T14:35:17.341Z] ---> 5eb973f55147 [2021-07-27T14:35:17.341Z] [2021-07-27T14:35:17.341Z] Successfully built 5eb973f55147 [2021-07-27T14:35:17.341Z] Successfully tagged core-data-arm64:latest [2021-07-27T14:35:35.667Z]  Building core-data ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:35:35.667Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:35:35.667Z] ---> 4bc1b90350dc [2021-07-27T14:35:35.667Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:35:35.667Z] ---> Using cache [2021-07-27T14:35:35.667Z] ---> a2a9cb765f3f [2021-07-27T14:35:35.667Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:35:35.667Z] ---> Using cache [2021-07-27T14:35:35.667Z] ---> 95dbef36bbcb [2021-07-27T14:35:35.667Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-07-27T14:35:35.667Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:35:35.667Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:35:35.667Z] ---> 4bc1b90350dc [2021-07-27T14:35:35.667Z] Step 3/24 : WORKDIR /edgex-go [2021-07-27T14:35:35.667Z] ---> Using cache [2021-07-27T14:35:35.667Z] ---> a2a9cb765f3f [2021-07-27T14:35:35.667Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:35:35.667Z] ---> Using cache [2021-07-27T14:35:35.667Z] ---> 95dbef36bbcb [2021-07-27T14:35:35.667Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-07-27T14:35:35.956Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:35:35.956Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:35:35.956Z] ---> 4bc1b90350dc [2021-07-27T14:35:35.956Z] Step 3/32 : WORKDIR /edgex-go [2021-07-27T14:35:35.956Z] ---> Using cache [2021-07-27T14:35:35.956Z] ---> a2a9cb765f3f [2021-07-27T14:35:35.956Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:35:35.956Z] ---> Using cache [2021-07-27T14:35:35.956Z] ---> 95dbef36bbcb [2021-07-27T14:35:35.956Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-07-27T14:35:36.229Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-07-27T14:35:36.229Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-07-27T14:35:36.229Z] ---> 4bc1b90350dc [2021-07-27T14:35:36.229Z] Step 3/26 : WORKDIR /edgex-go [2021-07-27T14:35:36.229Z] ---> Using cache [2021-07-27T14:35:36.229Z] ---> a2a9cb765f3f [2021-07-27T14:35:36.229Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-07-27T14:35:36.229Z] ---> Using cache [2021-07-27T14:35:36.229Z] ---> 95dbef36bbcb [2021-07-27T14:35:36.229Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-07-27T14:35:39.637Z] ---> Running in 0c6033ddc3ff [2021-07-27T14:35:39.638Z] ---> Running in b72f5f16a4da [2021-07-27T14:35:39.638Z] ---> Running in 3385ddf06096 [2021-07-27T14:35:39.638Z] ---> Running in f7f3946052ff [2021-07-27T14:35:41.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:41.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:41.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:41.379Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:41.983Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:42.270Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:42.270Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:42.560Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:35:42.842Z] OK: 218 MiB in 52 packages [2021-07-27T14:35:43.452Z] OK: 218 MiB in 52 packages [2021-07-27T14:35:43.452Z] OK: 218 MiB in 52 packages [2021-07-27T14:35:44.062Z] OK: 218 MiB in 52 packages [2021-07-27T14:35:44.340Z] Removing intermediate container f7f3946052ff [2021-07-27T14:35:44.340Z] ---> 2756a5d90de1 [2021-07-27T14:35:44.340Z] Step 6/26 : COPY go.mod . [2021-07-27T14:35:44.945Z] Removing intermediate container b72f5f16a4da [2021-07-27T14:35:44.945Z] ---> f3fb9f7f3049 [2021-07-27T14:35:44.945Z] Step 6/32 : COPY go.mod . [2021-07-27T14:35:44.945Z] Removing intermediate container 0c6033ddc3ff [2021-07-27T14:35:44.945Z] ---> a8bd175d0707 [2021-07-27T14:35:44.945Z] Step 6/24 : COPY go.mod . [2021-07-27T14:35:45.550Z] ---> 097ec2df572d [2021-07-27T14:35:45.550Z] Step 7/26 : RUN go mod download [2021-07-27T14:35:45.550Z] Removing intermediate container 3385ddf06096 [2021-07-27T14:35:45.550Z] ---> 3d5af1fc54a1 [2021-07-27T14:35:45.550Z] Step 6/24 : COPY go.mod . [2021-07-27T14:35:45.828Z] ---> Running in c45ce5dce387 [2021-07-27T14:35:45.828Z] ---> 1e4673e9e13a [2021-07-27T14:35:45.828Z] Step 7/32 : RUN go mod download [2021-07-27T14:35:46.103Z] ---> 88cf0a153de3 [2021-07-27T14:35:46.103Z] Step 7/24 : RUN go mod download [2021-07-27T14:35:46.103Z] ---> Running in e5350ff60bcf [2021-07-27T14:35:46.384Z] ---> Running in 86606331c26f [2021-07-27T14:35:46.678Z] ---> c43ef82037a2 [2021-07-27T14:35:46.678Z] Step 7/24 : RUN go mod download [2021-07-27T14:35:46.988Z] ---> Running in 8f67179baecb [2021-07-27T14:35:50.417Z] Removing intermediate container c45ce5dce387 [2021-07-27T14:35:50.417Z] ---> 2822adc0334b [2021-07-27T14:35:50.417Z] Step 8/26 : COPY . . [2021-07-27T14:35:51.871Z] Removing intermediate container 86606331c26f [2021-07-27T14:35:51.871Z] Removing intermediate container e5350ff60bcf [2021-07-27T14:35:51.871Z] ---> 9907191e4ae6 [2021-07-27T14:35:51.871Z] Step 8/32 : COPY . . [2021-07-27T14:35:51.871Z] ---> 472ce84d2ca0 [2021-07-27T14:35:51.871Z] Step 8/24 : COPY . . [2021-07-27T14:35:52.487Z] Removing intermediate container 8f67179baecb [2021-07-27T14:35:52.487Z] ---> 9f7e00f99f01 [2021-07-27T14:35:52.487Z] Step 8/24 : COPY . . [2021-07-27T14:36:07.687Z] ---> 539e8ec77be2 [2021-07-27T14:36:07.688Z] Step 9/26 : RUN go mod tidy [2021-07-27T14:36:07.688Z] ---> d101ad2df716 [2021-07-27T14:36:07.688Z] Step 9/32 : RUN go mod tidy [2021-07-27T14:36:07.688Z] ---> 5325753f229a [2021-07-27T14:36:07.688Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:36:07.688Z] ---> Running in 51db62117dc1 [2021-07-27T14:36:07.688Z] ---> Running in 4d0c678edce9 [2021-07-27T14:36:07.688Z] ---> Running in a62783f3d085 [2021-07-27T14:36:07.688Z] ---> 59a4720c3ba3 [2021-07-27T14:36:07.688Z] Step 9/24 : RUN go mod tidy [2021-07-27T14:36:07.688Z] ---> Running in d697b19824e5 [2021-07-27T14:36:14.796Z] Removing intermediate container 51db62117dc1 [2021-07-27T14:36:14.796Z] ---> 02eb1f4d4bd0 [2021-07-27T14:36:14.796Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-07-27T14:36:14.796Z] ---> Running in 4319fc98bf7b [2021-07-27T14:36:15.070Z] Removing intermediate container a62783f3d085 [2021-07-27T14:36:15.070Z] ---> 02694dadea6b [2021-07-27T14:36:15.070Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-07-27T14:36:15.346Z] ---> Running in ed4e2daebc85 [2021-07-27T14:36:15.625Z] Removing intermediate container 4d0c678edce9 [2021-07-27T14:36:15.625Z] ---> 6a97c357d375 [2021-07-27T14:36:15.625Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-07-27T14:36:15.625Z] Removing intermediate container d697b19824e5 [2021-07-27T14:36:15.625Z] ---> 999ef04e7d02 [2021-07-27T14:36:15.625Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-07-27T14:36:15.908Z] ---> Running in e1d2b262c1e5 [2021-07-27T14:36:15.908Z] ---> Running in 4e8037b3ad72 [2021-07-27T14:36:16.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-07-27T14:36:17.656Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-07-27T14:36:17.935Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-07-27T14:36:18.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-07-27T14:37:55.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-07-27T14:37:56.540Z] Removing intermediate container e1d2b262c1e5 [2021-07-27T14:37:56.540Z] ---> 00bac9341e04 [2021-07-27T14:37:56.540Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-07-27T14:37:56.813Z] ---> Running in 4ba7f2bc4fd1 [2021-07-27T14:37:58.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.14" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-07-27T14:37:59.793Z] Removing intermediate container ed4e2daebc85 [2021-07-27T14:37:59.793Z] ---> 4b6c3e1ef07c [2021-07-27T14:37:59.793Z] [2021-07-27T14:37:59.793Z] Step 11/32 : FROM alpine:3.12 [2021-07-27T14:37:59.793Z] ---> c4fd0aeabfcf [2021-07-27T14:37:59.793Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-07-27T14:38:00.386Z] ---> Running in 6aed48ab44b9 [2021-07-27T14:38:00.386Z] Removing intermediate container 4319fc98bf7b [2021-07-27T14:38:00.386Z] ---> 8b307612c309 [2021-07-27T14:38:00.386Z] [2021-07-27T14:38:00.386Z] Step 11/26 : FROM alpine:3.12 [2021-07-27T14:38:00.386Z] ---> c4fd0aeabfcf [2021-07-27T14:38:00.386Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-07-27T14:38:00.658Z] ---> Running in 89b8e6eeb079 [2021-07-27T14:38:01.259Z] Removing intermediate container 6aed48ab44b9 [2021-07-27T14:38:01.259Z] ---> 88cca34d8966 [2021-07-27T14:38:01.259Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-07-27T14:38:01.537Z] ---> Running in 25a0938c4c5d [2021-07-27T14:38:02.143Z] Removing intermediate container 4e8037b3ad72 [2021-07-27T14:38:02.143Z] ---> 281fdd84d6f0 [2021-07-27T14:38:02.143Z] [2021-07-27T14:38:02.143Z] Step 11/24 : FROM alpine:3.12 [2021-07-27T14:38:02.143Z] ---> c4fd0aeabfcf [2021-07-27T14:38:02.143Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-07-27T14:38:02.143Z] ---> Using cache [2021-07-27T14:38:02.143Z] ---> f6763636a9ab [2021-07-27T14:38:02.143Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-07-27T14:38:02.143Z] ---> Using cache [2021-07-27T14:38:02.143Z] ---> 83c1499ca6d9 [2021-07-27T14:38:02.143Z] Step 14/24 : ENV APP_PORT=59881 [2021-07-27T14:38:02.417Z] ---> Running in bd0510b1a1f3 [2021-07-27T14:38:02.690Z] Removing intermediate container 4ba7f2bc4fd1 [2021-07-27T14:38:02.690Z] ---> a1d0e84b9c22 [2021-07-27T14:38:02.690Z] [2021-07-27T14:38:02.690Z] Step 12/24 : FROM docker:20.10.6 [2021-07-27T14:38:02.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:02.966Z] 20.10.6: Pulling from library/docker [2021-07-27T14:38:02.966Z] Removing intermediate container bd0510b1a1f3 [2021-07-27T14:38:02.966Z] ---> 8a3715b33e54 [2021-07-27T14:38:02.966Z] Step 15/24 : EXPOSE $APP_PORT [2021-07-27T14:38:03.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:03.245Z] ---> Running in 99956814675d [2021-07-27T14:38:03.245Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:03.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:03.795Z] (1/6) Installing ca-certificates (20191127-r4) [2021-07-27T14:38:03.795Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-07-27T14:38:04.072Z] (3/6) Installing libcurl (7.78.0-r0) [2021-07-27T14:38:04.072Z] (4/6) Installing curl (7.78.0-r0) [2021-07-27T14:38:04.072Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-07-27T14:38:04.072Z] (6/6) Installing su-exec (0.2-r1) [2021-07-27T14:38:04.072Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:38:04.072Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-07-27T14:38:04.072Z] (2/2) Installing su-exec (0.2-r1) [2021-07-27T14:38:04.072Z] Executing ca-certificates-20191127-r4.trigger [2021-07-27T14:38:04.072Z] Executing busybox-1.31.1-r20.trigger [2021-07-27T14:38:04.072Z] OK: 5 MiB in 16 packages [2021-07-27T14:38:04.350Z] OK: 7 MiB in 20 packages [2021-07-27T14:38:04.350Z] Removing intermediate container 99956814675d [2021-07-27T14:38:04.350Z] ---> c6eafb1177ce [2021-07-27T14:38:04.350Z] Step 16/24 : WORKDIR / [2021-07-27T14:38:04.949Z] ---> Running in 766699b9e8c7 [2021-07-27T14:38:05.949Z] Removing intermediate container 25a0938c4c5d [2021-07-27T14:38:05.949Z] ---> e7553c51fbc5 [2021-07-27T14:38:05.949Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-07-27T14:38:05.949Z] Removing intermediate container 766699b9e8c7 [2021-07-27T14:38:05.949Z] ---> a151d989a5ab [2021-07-27T14:38:05.949Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:38:06.547Z] ---> Running in 16a38c77d2ba [2021-07-27T14:38:06.819Z] Removing intermediate container 89b8e6eeb079 [2021-07-27T14:38:06.819Z] ---> b50f5b2d87f3 [2021-07-27T14:38:06.819Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-07-27T14:38:07.093Z] ---> Running in 553cc087b9f1 [2021-07-27T14:38:07.694Z] Removing intermediate container 16a38c77d2ba [2021-07-27T14:38:07.694Z] ---> a037172c14dc [2021-07-27T14:38:07.694Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-07-27T14:38:07.694Z] ---> 1e806ddf642b [2021-07-27T14:38:07.694Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-07-27T14:38:07.977Z] ---> Running in b0dec64c1b04 [2021-07-27T14:38:07.977Z] Removing intermediate container 553cc087b9f1 [2021-07-27T14:38:08.248Z] ---> d3bea415dafb [2021-07-27T14:38:08.248Z] Step 14/26 : WORKDIR / [2021-07-27T14:38:08.841Z] ---> Running in 712314fdbbda [2021-07-27T14:38:09.436Z] Removing intermediate container b0dec64c1b04 [2021-07-27T14:38:09.436Z] ---> 0696774dd686 [2021-07-27T14:38:09.436Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-07-27T14:38:09.436Z] ---> 89ce347e3592 [2021-07-27T14:38:09.436Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-07-27T14:38:09.715Z] ---> Running in 634c8378b9b3 [2021-07-27T14:38:09.988Z] Removing intermediate container 712314fdbbda [2021-07-27T14:38:09.988Z] ---> 995c47499b6f [2021-07-27T14:38:09.988Z] 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-27T14:38:10.976Z] ---> 25dd07e6a8dd [2021-07-27T14:38:10.976Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-07-27T14:38:11.583Z] ---> Running in 9b8319e4bf81 [2021-07-27T14:38:11.858Z] ---> 970eba20b073 [2021-07-27T14:38:11.858Z] 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-27T14:38:12.464Z] Removing intermediate container 9b8319e4bf81 [2021-07-27T14:38:12.464Z] ---> dcd041f8d246 [2021-07-27T14:38:12.464Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:38:12.464Z] ---> Running in 9e36fca643bf [2021-07-27T14:38:12.742Z] ---> 226b36ac0b55 [2021-07-27T14:38:12.742Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-07-27T14:38:12.742Z] Removing intermediate container 634c8378b9b3 [2021-07-27T14:38:12.742Z] ---> 1aa952b2249f [2021-07-27T14:38:12.742Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-07-27T14:38:13.015Z] ---> Running in 0e59da82e60e [2021-07-27T14:38:13.286Z] Removing intermediate container 9e36fca643bf [2021-07-27T14:38:13.286Z] ---> aa317f506ee2 [2021-07-27T14:38:13.286Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T14:38:13.558Z] ---> Running in 347b45b7b615 [2021-07-27T14:38:13.558Z] Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 [2021-07-27T14:38:13.558Z] Status: Downloaded newer image for docker:20.10.6 [2021-07-27T14:38:13.558Z] ---> cdf2a7733a7b [2021-07-27T14:38:13.558Z] 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-27T14:38:13.829Z] Removing intermediate container 0e59da82e60e [2021-07-27T14:38:13.829Z] ---> 2030603c04fd [2021-07-27T14:38:13.829Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-07-27T14:38:13.829Z] ---> 74242a3339cd [2021-07-27T14:38:13.829Z] 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-27T14:38:13.829Z] ---> Running in dded59503767 [2021-07-27T14:38:14.111Z] Removing intermediate container 347b45b7b615 [2021-07-27T14:38:14.111Z] ---> 0f09bb8cf3ca [2021-07-27T14:38:14.111Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:38:14.389Z] ---> Running in ad5697518f03 [2021-07-27T14:38:14.673Z] Removing intermediate container dded59503767 [2021-07-27T14:38:14.673Z] ---> 1e8884077eda [2021-07-27T14:38:14.673Z] 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-27T14:38:14.673Z] ---> Running in 6f6cde8e550f [2021-07-27T14:38:15.269Z] ---> 5917358aa4a2 [2021-07-27T14:38:15.269Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-07-27T14:38:15.269Z] Removing intermediate container ad5697518f03 [2021-07-27T14:38:15.269Z] ---> cf62ce190bc1 [2021-07-27T14:38:15.269Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:38:15.269Z] ---> fa5296c21ac5 [2021-07-27T14:38:15.269Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-07-27T14:38:15.545Z] ---> Running in b4e6fb389b5a [2021-07-27T14:38:15.545Z] ---> Running in e4ccccf80d9a [2021-07-27T14:38:16.535Z] Removing intermediate container e4ccccf80d9a [2021-07-27T14:38:16.535Z] ---> 07d0c1d3b377 [2021-07-27T14:38:16.535Z] [2021-07-27T14:38:16.809Z] Successfully built 07d0c1d3b377 [2021-07-27T14:38:16.809Z] Successfully tagged core-metadata-arm64:latest [2021-07-27T14:38:16.809Z]  Building core-metadata ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:17.085Z] ---> d1af58809f6e [2021-07-27T14:38:17.085Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-07-27T14:38:17.085Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-07-27T14:38:18.082Z] (1/39) Installing readline (8.1.0-r0) [2021-07-27T14:38:18.082Z] (2/39) Installing bash (5.1.0-r0) [2021-07-27T14:38:18.082Z] Executing bash-5.1.0-r0.post-install [2021-07-27T14:38:18.082Z] (3/39) Installing brotli-libs (1.0.9-r3) [2021-07-27T14:38:18.082Z] (4/39) Installing nghttp2-libs (1.42.0-r1) [2021-07-27T14:38:18.082Z] (5/39) Installing libcurl (7.78.0-r0) [2021-07-27T14:38:18.082Z] (6/39) Installing curl (7.78.0-r0) [2021-07-27T14:38:18.082Z] (7/39) Installing dumb-init (1.2.5-r0) [2021-07-27T14:38:18.082Z] (8/39) Installing libbz2 (1.0.8-r1) [2021-07-27T14:38:18.082Z] (9/39) Installing expat (2.2.10-r1) [2021-07-27T14:38:18.082Z] (10/39) Installing libffi (3.3-r2) [2021-07-27T14:38:18.082Z] (11/39) Installing gdbm (1.19-r0) [2021-07-27T14:38:18.082Z] (12/39) Installing xz-libs (5.2.5-r0) [2021-07-27T14:38:18.082Z] (13/39) Installing sqlite-libs (3.34.1-r0) [2021-07-27T14:38:18.082Z] (14/39) Installing python3 (3.8.10-r0) [2021-07-27T14:38:19.066Z] ---> 9c80d00d2240 [2021-07-27T14:38:19.066Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-07-27T14:38:19.066Z] Removing intermediate container b4e6fb389b5a [2021-07-27T14:38:19.066Z] ---> 6a5de1d03d4a [2021-07-27T14:38:19.066Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-07-27T14:38:20.055Z] (15/39) Installing py3-appdirs (1.4.4-r1) [2021-07-27T14:38:20.055Z] (16/39) Installing py3-ordered-set (4.0.2-r0) [2021-07-27T14:38:20.055Z] (17/39) Installing py3-parsing (2.4.7-r1) [2021-07-27T14:38:20.055Z] ---> 5a8778d50ea0 [2021-07-27T14:38:20.055Z] 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-27T14:38:20.055Z] (18/39) Installing py3-six (1.15.0-r0) [2021-07-27T14:38:20.055Z] (19/39) Installing py3-packaging (20.9-r0) [2021-07-27T14:38:20.055Z] (20/39) Installing py3-setuptools (51.3.3-r0) [2021-07-27T14:38:20.340Z] (21/39) Installing py3-chardet (4.0.0-r0) [2021-07-27T14:38:20.340Z] ---> Running in 96ff19d7733e [2021-07-27T14:38:20.340Z] (22/39) Installing py3-idna (3.1-r0) [2021-07-27T14:38:20.340Z] ---> 70fd42a686bb [2021-07-27T14:38:20.340Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-07-27T14:38:20.340Z] (23/39) Installing py3-urllib3 (1.26.2-r1) [2021-07-27T14:38:20.630Z] (24/39) Installing py3-requests (2.25.1-r1) [2021-07-27T14:38:20.630Z] (25/39) Installing py3-msgpack (1.0.2-r0) [2021-07-27T14:38:20.630Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-07-27T14:38:20.630Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-07-27T14:38:20.630Z] (28/39) Installing py3-colorama (0.4.4-r0) [2021-07-27T14:38:20.630Z] (29/39) Installing py3-contextlib2 (0.6.0-r0) [2021-07-27T14:38:20.630Z] (30/39) Installing py3-distlib (0.3.1-r1) [2021-07-27T14:38:20.630Z] (31/39) Installing py3-distro (1.5.0-r1) [2021-07-27T14:38:20.630Z] (32/39) Installing py3-webencodings (0.5.1-r3) [2021-07-27T14:38:20.630Z] (33/39) Installing py3-html5lib (1.1-r0) [2021-07-27T14:38:20.910Z] (34/39) Installing py3-pytoml (0.1.21-r0) [2021-07-27T14:38:20.910Z] (35/39) Installing py3-pep517 (0.9.1-r0) [2021-07-27T14:38:20.910Z] (36/39) Installing py3-progress (1.5-r0) [2021-07-27T14:38:20.910Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-07-27T14:38:20.910Z] (38/39) Installing py3-toml (0.10.2-r0) [2021-07-27T14:38:20.910Z] (39/39) Installing py3-pip (20.3.4-r0) [2021-07-27T14:38:21.509Z] Executing busybox-1.32.1-r6.trigger [2021-07-27T14:38:21.509Z] OK: 82 MiB in 59 packages [2021-07-27T14:38:22.508Z] ---> a634e4ebb8e2 [2021-07-27T14:38:22.508Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-07-27T14:38:23.504Z] ---> e6e566421fe3 [2021-07-27T14:38:23.504Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-07-27T14:38:23.504Z] Removing intermediate container 96ff19d7733e [2021-07-27T14:38:23.504Z] ---> 34da562b390d [2021-07-27T14:38:23.504Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-07-27T14:38:23.781Z] ---> Running in 8c8b27dc53c5 [2021-07-27T14:38:24.384Z] Removing intermediate container 8c8b27dc53c5 [2021-07-27T14:38:24.384Z] ---> 55a06d0fae69 [2021-07-27T14:38:24.384Z] Step 24/26 : LABEL arch=arm64 [2021-07-27T14:38:24.659Z] ---> c940cf61ab9b [2021-07-27T14:38:24.659Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-07-27T14:38:24.659Z] ---> Running in cff9e62a1c0e [2021-07-27T14:38:25.652Z] Removing intermediate container cff9e62a1c0e [2021-07-27T14:38:25.652Z] ---> be16423397fe [2021-07-27T14:38:25.652Z] Step 25/26 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:38:25.652Z] ---> b4c6993c7cf6 [2021-07-27T14:38:25.652Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-07-27T14:38:26.247Z] ---> Running in 08a9123504d1 [2021-07-27T14:38:26.523Z] ---> Running in 7288c1e10a50 [2021-07-27T14:38:26.810Z] Removing intermediate container 08a9123504d1 [2021-07-27T14:38:26.810Z] ---> dd7fccd21bbd [2021-07-27T14:38:26.810Z] Step 26/26 : LABEL version=2.0.1-dev.14 [2021-07-27T14:38:26.810Z] ---> Running in 8aba2a24a69a [2021-07-27T14:38:27.088Z] Removing intermediate container 7288c1e10a50 [2021-07-27T14:38:27.088Z] ---> a64cda76d039 [2021-07-27T14:38:27.088Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-07-27T14:38:27.689Z] Removing intermediate container 8aba2a24a69a [2021-07-27T14:38:27.689Z] ---> b869499c17bb [2021-07-27T14:38:27.689Z] [2021-07-27T14:38:27.964Z] Successfully built b869499c17bb [2021-07-27T14:38:27.964Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-07-27T14:38:28.238Z]  Building security-secretstore-setup ... done  ---> a382c9422bc6 [2021-07-27T14:38:28.238Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-07-27T14:38:28.516Z] ---> Running in d9a2206de397 [2021-07-27T14:38:31.157Z] Removing intermediate container d9a2206de397 [2021-07-27T14:38:31.157Z] ---> 4e00fd7aed00 [2021-07-27T14:38:31.157Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-07-27T14:38:31.157Z] Collecting docker-compose==1.23.2 [2021-07-27T14:38:31.157Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-07-27T14:38:31.759Z] ---> Running in ae21552640e9 [2021-07-27T14:38:31.759Z] Collecting texttable<0.10,>=0.9.0 [2021-07-27T14:38:31.759Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-07-27T14:38:32.357Z] Removing intermediate container ae21552640e9 [2021-07-27T14:38:32.357Z] ---> d9ac95fe94b4 [2021-07-27T14:38:32.357Z] Step 29/32 : CMD ["gate"] [2021-07-27T14:38:32.956Z] ---> Running in 6fd17a9f3f68 [2021-07-27T14:38:33.230Z] Removing intermediate container 6fd17a9f3f68 [2021-07-27T14:38:33.230Z] ---> a51f60de1ec6 [2021-07-27T14:38:33.230Z] Step 30/32 : LABEL arch=arm64 [2021-07-27T14:38:33.831Z] ---> Running in a992e6949229 [2021-07-27T14:38:34.432Z] Removing intermediate container a992e6949229 [2021-07-27T14:38:34.432Z] ---> fbb50a4de3fe [2021-07-27T14:38:34.432Z] Step 31/32 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:38:34.705Z] Collecting docker<4.0,>=3.6.0 [2021-07-27T14:38:34.983Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-07-27T14:38:34.983Z] ---> Running in 4de9ac287faf [2021-07-27T14:38:35.258Z] Collecting cached-property<2,>=1.2.0 [2021-07-27T14:38:35.258Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-07-27T14:38:35.561Z] Removing intermediate container 4de9ac287faf [2021-07-27T14:38:35.561Z] ---> a5602807d544 [2021-07-27T14:38:35.561Z] Step 32/32 : LABEL version=2.0.1-dev.14 [2021-07-27T14:38:35.561Z] Collecting docopt<0.7,>=0.6.1 [2021-07-27T14:38:35.561Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-07-27T14:38:35.838Z] ---> Running in fa5e791afff7 [2021-07-27T14:38:36.436Z] Removing intermediate container fa5e791afff7 [2021-07-27T14:38:36.436Z] ---> 747bba926c27 [2021-07-27T14:38:36.436Z] [2021-07-27T14:38:36.713Z] Successfully built 747bba926c27 [2021-07-27T14:38:36.713Z] Successfully tagged security-bootstrapper-arm64:latest [2021-07-27T14:38:38.695Z]  Building security-bootstrapper ... done Collecting PyYAML<4,>=3.10 [2021-07-27T14:38:38.695Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-07-27T14:38:43.011Z] Collecting dockerpty<0.5,>=0.4.1 [2021-07-27T14:38:43.011Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-07-27T14:38:45.637Z] Collecting websocket-client<1.0,>=0.32.0 [2021-07-27T14:38:45.637Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-07-27T14:38:45.911Z] Collecting jsonschema<3,>=2.5.1 [2021-07-27T14:38:46.185Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-07-27T14:38:47.620Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-07-27T14:38:47.620Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-07-27T14:38:47.620Z] 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-27T14:38:48.599Z] Collecting docker-pycreds>=0.4.0 [2021-07-27T14:38:48.599Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-07-27T14:38:49.194Z] Collecting certifi>=2017.4.17 [2021-07-27T14:38:49.194Z] Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) [2021-07-27T14:38:50.175Z] Collecting urllib3<1.25,>=1.21.1 [2021-07-27T14:38:50.175Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-07-27T14:38:50.448Z] Collecting idna<2.8,>=2.5 [2021-07-27T14:38:50.448Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-07-27T14:38:50.721Z] Collecting chardet<3.1.0,>=3.0.2 [2021-07-27T14:38:50.721Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2021-07-27T14:38:50.993Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2021-07-27T14:38:50.993Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2021-07-27T14:38:50.993Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2021-07-27T14:38:50.993Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2021-07-27T14:38:52.429Z] Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2021-07-27T14:38:52.429Z] Attempting uninstall: urllib3 [2021-07-27T14:38:52.429Z] Found existing installation: urllib3 1.26.2 [2021-07-27T14:38:52.429Z] Uninstalling urllib3-1.26.2: [2021-07-27T14:38:52.429Z] Successfully uninstalled urllib3-1.26.2 [2021-07-27T14:38:53.024Z] Attempting uninstall: idna [2021-07-27T14:38:53.024Z] Found existing installation: idna 3.1 [2021-07-27T14:38:53.024Z] Uninstalling idna-3.1: [2021-07-27T14:38:53.299Z] Successfully uninstalled idna-3.1 [2021-07-27T14:38:53.893Z] Attempting uninstall: chardet [2021-07-27T14:38:53.893Z] Found existing installation: chardet 4.0.0 [2021-07-27T14:38:54.167Z] Uninstalling chardet-4.0.0: [2021-07-27T14:38:54.167Z] Successfully uninstalled chardet-4.0.0 [2021-07-27T14:38:56.144Z] Attempting uninstall: requests [2021-07-27T14:38:56.144Z] Found existing installation: requests 2.25.1 [2021-07-27T14:38:56.144Z] Uninstalling requests-2.25.1: [2021-07-27T14:38:56.144Z] Successfully uninstalled requests-2.25.1 [2021-07-27T14:38:56.419Z] Running setup.py install for texttable: started [2021-07-27T14:38:59.040Z] Running setup.py install for texttable: finished with status 'done' [2021-07-27T14:38:59.040Z] Running setup.py install for PyYAML: started [2021-07-27T14:39:02.442Z] Running setup.py install for PyYAML: finished with status 'done' [2021-07-27T14:39:02.714Z] Running setup.py install for docopt: started [2021-07-27T14:39:05.340Z] Running setup.py install for docopt: finished with status 'done' [2021-07-27T14:39:05.340Z] Running setup.py install for dockerpty: started [2021-07-27T14:39:07.960Z] Running setup.py install for dockerpty: finished with status 'done' [2021-07-27T14:39:09.939Z] 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-27T14:39:20.110Z] Removing intermediate container 6f6cde8e550f [2021-07-27T14:39:20.110Z] ---> 125a722ecac1 [2021-07-27T14:39:20.110Z] Step 15/24 : ENV APP_PORT=58890 [2021-07-27T14:39:20.110Z] ---> Running in bbef931254c7 [2021-07-27T14:39:20.387Z] Removing intermediate container bbef931254c7 [2021-07-27T14:39:20.387Z] ---> 74aadddbf2c4 [2021-07-27T14:39:20.387Z] Step 16/24 : EXPOSE $APP_PORT [2021-07-27T14:39:20.387Z] ---> Running in a61d1a82891f [2021-07-27T14:39:20.984Z] Removing intermediate container a61d1a82891f [2021-07-27T14:39:20.984Z] ---> 89444d88cac8 [2021-07-27T14:39:20.984Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-07-27T14:39:22.419Z] ---> 82200761480f [2021-07-27T14:39:22.419Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-07-27T14:39:23.401Z] ---> eac0160d0751 [2021-07-27T14:39:23.401Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-07-27T14:39:24.390Z] ---> c4ba1a0d5257 [2021-07-27T14:39:24.390Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-07-27T14:39:24.390Z] ---> Running in 02ab35f25149 [2021-07-27T14:39:24.988Z] Removing intermediate container 02ab35f25149 [2021-07-27T14:39:24.988Z] ---> b0b04252f795 [2021-07-27T14:39:24.988Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-07-27T14:39:25.262Z] ---> Running in e2f9c943c684 [2021-07-27T14:39:25.536Z] Removing intermediate container e2f9c943c684 [2021-07-27T14:39:25.536Z] ---> 47d5a88d88f5 [2021-07-27T14:39:25.536Z] Step 22/24 : LABEL arch=arm64 [2021-07-27T14:39:25.811Z] ---> Running in 1af93802f634 [2021-07-27T14:39:26.411Z] Removing intermediate container 1af93802f634 [2021-07-27T14:39:26.411Z] ---> 40b1b5985d30 [2021-07-27T14:39:26.411Z] Step 23/24 : LABEL git_sha=8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:26.411Z] ---> Running in fce044fef8f9 [2021-07-27T14:39:27.006Z] Removing intermediate container fce044fef8f9 [2021-07-27T14:39:27.006Z] ---> 3e4eadcb15ef [2021-07-27T14:39:27.006Z] Step 24/24 : LABEL version=2.0.1-dev.14 [2021-07-27T14:39:27.280Z] ---> Running in 44070f58f927 [2021-07-27T14:39:27.875Z] Removing intermediate container 44070f58f927 [2021-07-27T14:39:27.875Z] ---> 77f7f5adf326 [2021-07-27T14:39:27.875Z] [2021-07-27T14:39:27.875Z] Successfully built 77f7f5adf326 [2021-07-27T14:39:27.875Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-07-27T14:39:28.483Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2021-07-27T14:39:28.480Z] $ docker stop --time=1 9d97126315cf6e7f2206073e64fcaf405095007d5291a3c90d7fbcbcc5bc9fce [2021-07-27T14:39:30.332Z] $ docker rm -f 9d97126315cf6e7f2206073e64fcaf405095007d5291a3c90d7fbcbcc5bc9fce [Pipeline] // withDockerContainer [Pipeline] sh [2021-07-27T14:39:30.971Z] + docker images [2021-07-27T14:39:31.243Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-07-27T14:39:31.243Z] sys-mgmt-agent-arm64 latest 77f7f5adf326 4 seconds ago 311MB [2021-07-27T14:39:31.243Z] security-bootstrapper-arm64 latest 747bba926c27 55 seconds ago 17.7MB [2021-07-27T14:39:31.243Z] security-secretstore-setup-arm64 latest b869499c17bb About a minute ago 27.4MB [2021-07-27T14:39:31.243Z] core-metadata-arm64 latest 07d0c1d3b377 About a minute ago 15.8MB [2021-07-27T14:39:31.243Z] a1d0e84b9c22 About a minute ago 1.45GB [2021-07-27T14:39:31.243Z] 281fdd84d6f0 About a minute ago 1.45GB [2021-07-27T14:39:31.243Z] 8b307612c309 About a minute ago 1.45GB [2021-07-27T14:39:31.243Z] 4b6c3e1ef07c About a minute ago 1.45GB [2021-07-27T14:39:31.243Z] core-data-arm64 latest 5eb973f55147 4 minutes ago 19.3MB [2021-07-27T14:39:31.243Z] core-command-arm64 latest 88b3c2acc863 4 minutes ago 15.1MB [2021-07-27T14:39:31.243Z] support-notifications-arm64 latest afa728d4b05a 4 minutes ago 15.9MB [2021-07-27T14:39:31.243Z] security-proxy-setup-arm64 latest 278bb56769ce 4 minutes ago 24.5MB [2021-07-27T14:39:31.243Z] support-scheduler-arm64 latest 71d8a9212305 4 minutes ago 15.2MB [2021-07-27T14:39:31.243Z] fee7d1969a92 4 minutes ago 1.45GB [2021-07-27T14:39:31.243Z] 4034fc480721 4 minutes ago 1.45GB [2021-07-27T14:39:31.243Z] 56317eac0bf4 4 minutes ago 1.45GB [2021-07-27T14:39:31.243Z] 8ccc7cd849f5 4 minutes ago 1.45GB [2021-07-27T14:39:31.243Z] 77c17015dee0 4 minutes ago 1.44GB [2021-07-27T14:39:31.243Z] ci-base-image-arm64 latest 4bc1b90350dc 9 minutes ago 1.23GB [2021-07-27T14:39:31.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 12 days ago 451MB [2021-07-27T14:39:31.243Z] alpine 3.12 c4fd0aeabfcf 5 weeks ago 5.32MB [2021-07-27T14:39:31.243Z] docker 20.10.6 cdf2a7733a7b 3 months ago 234MB [2021-07-27T14:39:31.243Z] 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-27T14:39:31.545Z] provisioning config files... [2021-07-27T14:39:31.569Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config3577717055323857809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:39:31.936Z] ---> docker-login.sh [2021-07-27T14:39:31.936Z] nexus3.edgexfoundry.org:10001 [2021-07-27T14:39:32.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:39:32.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:39:32.483Z] Configure a credential helper to remove this warning. See [2021-07-27T14:39:32.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:39:32.483Z] [2021-07-27T14:39:32.483Z] Login Succeeded [2021-07-27T14:39:32.483Z] nexus3.edgexfoundry.org:10002 [2021-07-27T14:39:32.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:39:33.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:39:33.030Z] Configure a credential helper to remove this warning. See [2021-07-27T14:39:33.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:39:33.030Z] [2021-07-27T14:39:33.030Z] Login Succeeded [2021-07-27T14:39:33.030Z] nexus3.edgexfoundry.org:10003 [2021-07-27T14:39:33.624Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:39:33.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:39:33.624Z] Configure a credential helper to remove this warning. See [2021-07-27T14:39:33.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:39:33.624Z] [2021-07-27T14:39:33.624Z] Login Succeeded [2021-07-27T14:39:33.624Z] nexus3.edgexfoundry.org:10004 [2021-07-27T14:39:34.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:39:34.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:39:34.222Z] Configure a credential helper to remove this warning. See [2021-07-27T14:39:34.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:39:34.222Z] [2021-07-27T14:39:34.222Z] Login Succeeded [2021-07-27T14:39:34.222Z] docker.io [2021-07-27T14:39:34.817Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-07-27T14:39:35.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-07-27T14:39:35.089Z] Configure a credential helper to remove this warning. See [2021-07-27T14:39:35.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-07-27T14:39:35.089Z] [2021-07-27T14:39:35.089Z] Login Succeeded [2021-07-27T14:39:35.089Z] ---> docker-login.sh ends [Pipeline] } [2021-07-27T14:39:35.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:39:35.169Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2021-07-27T14:39:35.169Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:35.169Z] latest [2021-07-27T14:39:35.169Z] 2.0.1-dev.14 [2021-07-27T14:39:35.169Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:35.169Z] main [2021-07-27T14:39:35.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:35.541Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:35.883Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:35.883Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-27T14:39:35.883Z] 23332018b06b: Preparing [2021-07-27T14:39:35.883Z] 204b1c480841: Preparing [2021-07-27T14:39:35.883Z] d3ac46f8efff: Preparing [2021-07-27T14:39:35.883Z] 4906862edb2f: Preparing [2021-07-27T14:39:35.883Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:36.158Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:36.158Z] d3ac46f8efff: Pushed [2021-07-27T14:39:36.431Z] 23332018b06b: Pushed [2021-07-27T14:39:36.431Z] 4906862edb2f: Pushed [2021-07-27T14:39:39.140Z] 204b1c480841: Pushed [2021-07-27T14:39:39.140Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:76cdcc9562d936a37713012f4f17ededb9afce4e6e724e9d994b35d8ed4b69be size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:39.502Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:39.888Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2021-07-27T14:39:39.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-27T14:39:39.888Z] 23332018b06b: Preparing [2021-07-27T14:39:39.888Z] 204b1c480841: Preparing [2021-07-27T14:39:39.888Z] d3ac46f8efff: Preparing [2021-07-27T14:39:39.888Z] 4906862edb2f: Preparing [2021-07-27T14:39:39.888Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:40.164Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:40.164Z] 4906862edb2f: Layer already exists [2021-07-27T14:39:40.164Z] 204b1c480841: Layer already exists [2021-07-27T14:39:40.164Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:40.164Z] 23332018b06b: Layer already exists [2021-07-27T14:39:40.164Z] latest: digest: sha256:76cdcc9562d936a37713012f4f17ededb9afce4e6e724e9d994b35d8ed4b69be size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:40.528Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:40.905Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.14 [2021-07-27T14:39:40.905Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-27T14:39:40.905Z] 23332018b06b: Preparing [2021-07-27T14:39:40.905Z] 204b1c480841: Preparing [2021-07-27T14:39:40.905Z] d3ac46f8efff: Preparing [2021-07-27T14:39:40.905Z] 4906862edb2f: Preparing [2021-07-27T14:39:40.905Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:41.190Z] 4906862edb2f: Layer already exists [2021-07-27T14:39:41.190Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:41.190Z] 204b1c480841: Layer already exists [2021-07-27T14:39:41.190Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:41.190Z] 23332018b06b: Layer already exists [2021-07-27T14:39:41.190Z] 2.0.1-dev.14: digest: sha256:76cdcc9562d936a37713012f4f17ededb9afce4e6e724e9d994b35d8ed4b69be size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:41.589Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:41.939Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:41.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-27T14:39:41.939Z] 23332018b06b: Preparing [2021-07-27T14:39:41.939Z] 204b1c480841: Preparing [2021-07-27T14:39:41.939Z] d3ac46f8efff: Preparing [2021-07-27T14:39:41.939Z] 4906862edb2f: Preparing [2021-07-27T14:39:41.939Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:42.212Z] 23332018b06b: Layer already exists [2021-07-27T14:39:42.212Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:42.212Z] 4906862edb2f: Layer already exists [2021-07-27T14:39:42.212Z] 204b1c480841: Layer already exists [2021-07-27T14:39:42.212Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:42.212Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:76cdcc9562d936a37713012f4f17ededb9afce4e6e724e9d994b35d8ed4b69be size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:42.560Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:42.907Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2021-07-27T14:39:42.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2021-07-27T14:39:42.907Z] 23332018b06b: Preparing [2021-07-27T14:39:42.907Z] 204b1c480841: Preparing [2021-07-27T14:39:42.907Z] d3ac46f8efff: Preparing [2021-07-27T14:39:42.907Z] 4906862edb2f: Preparing [2021-07-27T14:39:42.907Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:42.907Z] 204b1c480841: Layer already exists [2021-07-27T14:39:42.907Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:42.907Z] 4906862edb2f: Layer already exists [2021-07-27T14:39:43.186Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:43.187Z] 23332018b06b: Layer already exists [2021-07-27T14:39:43.187Z] main: digest: sha256:76cdcc9562d936a37713012f4f17ededb9afce4e6e724e9d994b35d8ed4b69be size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:39:43.297Z] ===================================================== [Pipeline] echo [2021-07-27T14:39:43.312Z] taggedImages: [2021-07-27T14:39:43.312Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:43.312Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2021-07-27T14:39:43.312Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.0.1-dev.14 [2021-07-27T14:39:43.312Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:43.312Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2021-07-27T14:39:43.347Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2021-07-27T14:39:43.347Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:43.347Z] latest [2021-07-27T14:39:43.347Z] 2.0.1-dev.14 [2021-07-27T14:39:43.347Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:43.347Z] main [2021-07-27T14:39:43.347Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:43.725Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:44.077Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:44.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-27T14:39:44.077Z] d8224de01a26: Preparing [2021-07-27T14:39:44.077Z] 7751c7426981: Preparing [2021-07-27T14:39:44.077Z] d3ac46f8efff: Preparing [2021-07-27T14:39:44.077Z] 58944aa1068d: Preparing [2021-07-27T14:39:44.077Z] 37ca514ecbdd: Preparing [2021-07-27T14:39:44.077Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:44.077Z] 3fbe34a1663b: Waiting [2021-07-27T14:39:44.351Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:44.351Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:44.351Z] d8224de01a26: Pushed [2021-07-27T14:39:44.351Z] 37ca514ecbdd: Pushed [2021-07-27T14:39:45.331Z] 58944aa1068d: Pushed [2021-07-27T14:39:47.309Z] 7751c7426981: Pushed [2021-07-27T14:39:47.581Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:6bc727a9d66d289de5abd011889ebbb167ff655bddc36c6fab1cf1da42ea0786 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:47.929Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:48.265Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2021-07-27T14:39:48.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-27T14:39:48.265Z] d8224de01a26: Preparing [2021-07-27T14:39:48.265Z] 7751c7426981: Preparing [2021-07-27T14:39:48.265Z] d3ac46f8efff: Preparing [2021-07-27T14:39:48.265Z] 58944aa1068d: Preparing [2021-07-27T14:39:48.265Z] 37ca514ecbdd: Preparing [2021-07-27T14:39:48.265Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:48.265Z] 3fbe34a1663b: Waiting [2021-07-27T14:39:48.540Z] 37ca514ecbdd: Layer already exists [2021-07-27T14:39:48.540Z] 58944aa1068d: Layer already exists [2021-07-27T14:39:48.540Z] d8224de01a26: Layer already exists [2021-07-27T14:39:48.540Z] 7751c7426981: Layer already exists [2021-07-27T14:39:48.540Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:48.540Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:48.540Z] latest: digest: sha256:6bc727a9d66d289de5abd011889ebbb167ff655bddc36c6fab1cf1da42ea0786 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:48.884Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:49.228Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.14 [2021-07-27T14:39:49.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-27T14:39:49.228Z] d8224de01a26: Preparing [2021-07-27T14:39:49.228Z] 7751c7426981: Preparing [2021-07-27T14:39:49.228Z] d3ac46f8efff: Preparing [2021-07-27T14:39:49.228Z] 58944aa1068d: Preparing [2021-07-27T14:39:49.228Z] 37ca514ecbdd: Preparing [2021-07-27T14:39:49.228Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:49.228Z] 3fbe34a1663b: Waiting [2021-07-27T14:39:49.503Z] 58944aa1068d: Layer already exists [2021-07-27T14:39:49.503Z] 7751c7426981: Layer already exists [2021-07-27T14:39:49.503Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:49.503Z] 37ca514ecbdd: Layer already exists [2021-07-27T14:39:49.503Z] d8224de01a26: Layer already exists [2021-07-27T14:39:49.503Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:49.503Z] 2.0.1-dev.14: digest: sha256:6bc727a9d66d289de5abd011889ebbb167ff655bddc36c6fab1cf1da42ea0786 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:49.851Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:50.194Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:50.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-27T14:39:50.194Z] d8224de01a26: Preparing [2021-07-27T14:39:50.194Z] 7751c7426981: Preparing [2021-07-27T14:39:50.194Z] d3ac46f8efff: Preparing [2021-07-27T14:39:50.194Z] 58944aa1068d: Preparing [2021-07-27T14:39:50.194Z] 37ca514ecbdd: Preparing [2021-07-27T14:39:50.194Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:50.194Z] 3fbe34a1663b: Waiting [2021-07-27T14:39:50.467Z] 7751c7426981: Layer already exists [2021-07-27T14:39:50.467Z] 37ca514ecbdd: Layer already exists [2021-07-27T14:39:50.467Z] d8224de01a26: Layer already exists [2021-07-27T14:39:50.467Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:50.467Z] 58944aa1068d: Layer already exists [2021-07-27T14:39:50.467Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:50.467Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:6bc727a9d66d289de5abd011889ebbb167ff655bddc36c6fab1cf1da42ea0786 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:50.813Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:51.156Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2021-07-27T14:39:51.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2021-07-27T14:39:51.156Z] d8224de01a26: Preparing [2021-07-27T14:39:51.156Z] 7751c7426981: Preparing [2021-07-27T14:39:51.156Z] d3ac46f8efff: Preparing [2021-07-27T14:39:51.156Z] 58944aa1068d: Preparing [2021-07-27T14:39:51.156Z] 37ca514ecbdd: Preparing [2021-07-27T14:39:51.156Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:51.156Z] 3fbe34a1663b: Waiting [2021-07-27T14:39:51.434Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:51.434Z] 37ca514ecbdd: Layer already exists [2021-07-27T14:39:51.434Z] 58944aa1068d: Layer already exists [2021-07-27T14:39:51.434Z] 7751c7426981: Layer already exists [2021-07-27T14:39:51.434Z] d8224de01a26: Layer already exists [2021-07-27T14:39:51.434Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:51.434Z] main: digest: sha256:6bc727a9d66d289de5abd011889ebbb167ff655bddc36c6fab1cf1da42ea0786 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:39:51.494Z] ===================================================== [Pipeline] echo [2021-07-27T14:39:51.509Z] taggedImages: [2021-07-27T14:39:51.509Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:51.509Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2021-07-27T14:39:51.509Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.0.1-dev.14 [2021-07-27T14:39:51.509Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:51.509Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2021-07-27T14:39:51.567Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2021-07-27T14:39:51.568Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:51.568Z] latest [2021-07-27T14:39:51.568Z] 2.0.1-dev.14 [2021-07-27T14:39:51.568Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:51.568Z] main [2021-07-27T14:39:51.568Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:51.947Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:52.285Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:52.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-27T14:39:52.285Z] 5a3da6d02f25: Preparing [2021-07-27T14:39:52.285Z] b11f131887f9: Preparing [2021-07-27T14:39:52.285Z] d3ac46f8efff: Preparing [2021-07-27T14:39:52.285Z] 8a64a8397bd7: Preparing [2021-07-27T14:39:52.285Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:52.557Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:52.557Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:52.557Z] 5a3da6d02f25: Pushed [2021-07-27T14:39:52.829Z] 8a64a8397bd7: Pushed [2021-07-27T14:39:55.441Z] b11f131887f9: Pushed [2021-07-27T14:39:55.441Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:d8094bccd1d337c74f5e508ec2a067464ca6e7d6423168391e028567ea62b651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:55.786Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:56.129Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2021-07-27T14:39:56.129Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-27T14:39:56.129Z] 5a3da6d02f25: Preparing [2021-07-27T14:39:56.129Z] b11f131887f9: Preparing [2021-07-27T14:39:56.129Z] d3ac46f8efff: Preparing [2021-07-27T14:39:56.129Z] 8a64a8397bd7: Preparing [2021-07-27T14:39:56.129Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:56.403Z] 5a3da6d02f25: Layer already exists [2021-07-27T14:39:56.403Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:56.403Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:39:56.403Z] b11f131887f9: Layer already exists [2021-07-27T14:39:56.403Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:56.403Z] latest: digest: sha256:d8094bccd1d337c74f5e508ec2a067464ca6e7d6423168391e028567ea62b651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:56.752Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:57.093Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.14 [2021-07-27T14:39:57.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-27T14:39:57.093Z] 5a3da6d02f25: Preparing [2021-07-27T14:39:57.093Z] b11f131887f9: Preparing [2021-07-27T14:39:57.093Z] d3ac46f8efff: Preparing [2021-07-27T14:39:57.093Z] 8a64a8397bd7: Preparing [2021-07-27T14:39:57.093Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:57.367Z] 5a3da6d02f25: Layer already exists [2021-07-27T14:39:57.367Z] b11f131887f9: Layer already exists [2021-07-27T14:39:57.367Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:57.367Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:57.367Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:39:57.367Z] 2.0.1-dev.14: digest: sha256:d8094bccd1d337c74f5e508ec2a067464ca6e7d6423168391e028567ea62b651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:57.726Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:58.071Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:58.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-27T14:39:58.072Z] 5a3da6d02f25: Preparing [2021-07-27T14:39:58.072Z] b11f131887f9: Preparing [2021-07-27T14:39:58.072Z] d3ac46f8efff: Preparing [2021-07-27T14:39:58.072Z] 8a64a8397bd7: Preparing [2021-07-27T14:39:58.072Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:58.343Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:39:58.343Z] 5a3da6d02f25: Layer already exists [2021-07-27T14:39:58.343Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:58.343Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:58.343Z] b11f131887f9: Layer already exists [2021-07-27T14:39:58.343Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:d8094bccd1d337c74f5e508ec2a067464ca6e7d6423168391e028567ea62b651 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:58.689Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:59.040Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2021-07-27T14:39:59.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2021-07-27T14:39:59.041Z] 5a3da6d02f25: Preparing [2021-07-27T14:39:59.041Z] b11f131887f9: Preparing [2021-07-27T14:39:59.041Z] d3ac46f8efff: Preparing [2021-07-27T14:39:59.041Z] 8a64a8397bd7: Preparing [2021-07-27T14:39:59.041Z] 3fbe34a1663b: Preparing [2021-07-27T14:39:59.316Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:39:59.316Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:39:59.316Z] d3ac46f8efff: Layer already exists [2021-07-27T14:39:59.316Z] 5a3da6d02f25: Layer already exists [2021-07-27T14:39:59.316Z] b11f131887f9: Layer already exists [2021-07-27T14:39:59.316Z] main: digest: sha256:d8094bccd1d337c74f5e508ec2a067464ca6e7d6423168391e028567ea62b651 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:39:59.379Z] ===================================================== [Pipeline] echo [2021-07-27T14:39:59.393Z] taggedImages: [2021-07-27T14:39:59.393Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:59.393Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2021-07-27T14:39:59.393Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.0.1-dev.14 [2021-07-27T14:39:59.393Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:59.393Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2021-07-27T14:39:59.427Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2021-07-27T14:39:59.427Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:39:59.427Z] latest [2021-07-27T14:39:59.427Z] 2.0.1-dev.14 [2021-07-27T14:39:59.427Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:39:59.427Z] main [2021-07-27T14:39:59.427Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:39:59.822Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:00.173Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:00.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-27T14:40:00.173Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:00.173Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:00.173Z] 3a6859e0efab: Preparing [2021-07-27T14:40:00.173Z] 8dc46280d930: Preparing [2021-07-27T14:40:00.173Z] fd3c8e2ab873: Preparing [2021-07-27T14:40:00.173Z] 637673732c24: Preparing [2021-07-27T14:40:00.173Z] d3ac46f8efff: Preparing [2021-07-27T14:40:00.173Z] c97fd81147bf: Preparing [2021-07-27T14:40:00.173Z] 0e75fbc01b5b: Preparing [2021-07-27T14:40:00.173Z] 63424f9dc205: Preparing [2021-07-27T14:40:00.173Z] a783ed9588ec: Preparing [2021-07-27T14:40:00.173Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:00.173Z] d3ac46f8efff: Waiting [2021-07-27T14:40:00.173Z] c97fd81147bf: Waiting [2021-07-27T14:40:00.173Z] 0e75fbc01b5b: Waiting [2021-07-27T14:40:00.173Z] 63424f9dc205: Waiting [2021-07-27T14:40:00.173Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:00.173Z] a783ed9588ec: Waiting [2021-07-27T14:40:00.448Z] 3a6859e0efab: Pushed [2021-07-27T14:40:00.729Z] 8dc46280d930: Pushed [2021-07-27T14:40:00.729Z] 937b27f3c3b8: Pushed [2021-07-27T14:40:00.729Z] fd3c8e2ab873: Pushed [2021-07-27T14:40:00.729Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:00.729Z] c97fd81147bf: Pushed [2021-07-27T14:40:01.004Z] 0e75fbc01b5b: Pushed [2021-07-27T14:40:01.004Z] a783ed9588ec: Pushed [2021-07-27T14:40:01.004Z] 63424f9dc205: Pushed [2021-07-27T14:40:01.284Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:03.909Z] 637673732c24: Pushed [2021-07-27T14:40:03.909Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:8c9fb6603e03d18d3a597c3a81b7ab6cdfdb7e4be415012d1658fb1d7474545d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:04.250Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:04.592Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2021-07-27T14:40:04.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-27T14:40:04.592Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:04.592Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:04.592Z] 3a6859e0efab: Preparing [2021-07-27T14:40:04.592Z] 8dc46280d930: Preparing [2021-07-27T14:40:04.592Z] fd3c8e2ab873: Preparing [2021-07-27T14:40:04.592Z] 637673732c24: Preparing [2021-07-27T14:40:04.592Z] d3ac46f8efff: Preparing [2021-07-27T14:40:04.592Z] c97fd81147bf: Preparing [2021-07-27T14:40:04.592Z] 0e75fbc01b5b: Preparing [2021-07-27T14:40:04.592Z] 63424f9dc205: Preparing [2021-07-27T14:40:04.592Z] a783ed9588ec: Preparing [2021-07-27T14:40:04.592Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:04.592Z] d3ac46f8efff: Waiting [2021-07-27T14:40:04.592Z] 63424f9dc205: Waiting [2021-07-27T14:40:04.592Z] c97fd81147bf: Waiting [2021-07-27T14:40:04.592Z] a783ed9588ec: Waiting [2021-07-27T14:40:04.592Z] 0e75fbc01b5b: Waiting [2021-07-27T14:40:04.592Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:04.865Z] fd3c8e2ab873: Layer already exists [2021-07-27T14:40:04.865Z] 8dc46280d930: Layer already exists [2021-07-27T14:40:04.865Z] 637673732c24: Layer already exists [2021-07-27T14:40:04.865Z] 937b27f3c3b8: Layer already exists [2021-07-27T14:40:04.865Z] 3a6859e0efab: Layer already exists [2021-07-27T14:40:04.865Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:04.865Z] 63424f9dc205: Layer already exists [2021-07-27T14:40:04.865Z] c97fd81147bf: Layer already exists [2021-07-27T14:40:04.865Z] a783ed9588ec: Layer already exists [2021-07-27T14:40:04.865Z] 0e75fbc01b5b: Layer already exists [2021-07-27T14:40:04.865Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:04.865Z] latest: digest: sha256:8c9fb6603e03d18d3a597c3a81b7ab6cdfdb7e4be415012d1658fb1d7474545d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:05.209Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:05.554Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.14 [2021-07-27T14:40:05.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-27T14:40:05.555Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:05.555Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:05.555Z] 3a6859e0efab: Preparing [2021-07-27T14:40:05.555Z] 8dc46280d930: Preparing [2021-07-27T14:40:05.555Z] fd3c8e2ab873: Preparing [2021-07-27T14:40:05.555Z] 637673732c24: Preparing [2021-07-27T14:40:05.555Z] d3ac46f8efff: Preparing [2021-07-27T14:40:05.555Z] c97fd81147bf: Preparing [2021-07-27T14:40:05.555Z] 0e75fbc01b5b: Preparing [2021-07-27T14:40:05.555Z] 63424f9dc205: Preparing [2021-07-27T14:40:05.555Z] a783ed9588ec: Preparing [2021-07-27T14:40:05.555Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:05.555Z] 63424f9dc205: Waiting [2021-07-27T14:40:05.555Z] c97fd81147bf: Waiting [2021-07-27T14:40:05.555Z] a783ed9588ec: Waiting [2021-07-27T14:40:05.555Z] 0e75fbc01b5b: Waiting [2021-07-27T14:40:05.555Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:05.555Z] d3ac46f8efff: Waiting [2021-07-27T14:40:05.828Z] 637673732c24: Layer already exists [2021-07-27T14:40:05.828Z] fd3c8e2ab873: Layer already exists [2021-07-27T14:40:05.828Z] 8dc46280d930: Layer already exists [2021-07-27T14:40:05.828Z] 937b27f3c3b8: Layer already exists [2021-07-27T14:40:05.828Z] 3a6859e0efab: Layer already exists [2021-07-27T14:40:05.828Z] 0e75fbc01b5b: Layer already exists [2021-07-27T14:40:05.828Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:05.828Z] c97fd81147bf: Layer already exists [2021-07-27T14:40:05.828Z] a783ed9588ec: Layer already exists [2021-07-27T14:40:05.828Z] 63424f9dc205: Layer already exists [2021-07-27T14:40:05.828Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:05.828Z] 2.0.1-dev.14: digest: sha256:8c9fb6603e03d18d3a597c3a81b7ab6cdfdb7e4be415012d1658fb1d7474545d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:06.170Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:06.508Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:06.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-27T14:40:06.508Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:06.508Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:06.508Z] 3a6859e0efab: Preparing [2021-07-27T14:40:06.508Z] 8dc46280d930: Preparing [2021-07-27T14:40:06.508Z] fd3c8e2ab873: Preparing [2021-07-27T14:40:06.508Z] 637673732c24: Preparing [2021-07-27T14:40:06.508Z] d3ac46f8efff: Preparing [2021-07-27T14:40:06.508Z] c97fd81147bf: Preparing [2021-07-27T14:40:06.508Z] 0e75fbc01b5b: Preparing [2021-07-27T14:40:06.508Z] 63424f9dc205: Preparing [2021-07-27T14:40:06.508Z] a783ed9588ec: Preparing [2021-07-27T14:40:06.508Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:06.508Z] d3ac46f8efff: Waiting [2021-07-27T14:40:06.508Z] c97fd81147bf: Waiting [2021-07-27T14:40:06.508Z] 0e75fbc01b5b: Waiting [2021-07-27T14:40:06.508Z] 63424f9dc205: Waiting [2021-07-27T14:40:06.508Z] a783ed9588ec: Waiting [2021-07-27T14:40:06.508Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:06.779Z] 3a6859e0efab: Layer already exists [2021-07-27T14:40:06.779Z] 937b27f3c3b8: Layer already exists [2021-07-27T14:40:06.779Z] 8dc46280d930: Layer already exists [2021-07-27T14:40:06.779Z] fd3c8e2ab873: Layer already exists [2021-07-27T14:40:06.779Z] 637673732c24: Layer already exists [2021-07-27T14:40:06.779Z] c97fd81147bf: Layer already exists [2021-07-27T14:40:06.779Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:06.779Z] 63424f9dc205: Layer already exists [2021-07-27T14:40:06.779Z] 0e75fbc01b5b: Layer already exists [2021-07-27T14:40:06.779Z] a783ed9588ec: Layer already exists [2021-07-27T14:40:06.779Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:06.779Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:8c9fb6603e03d18d3a597c3a81b7ab6cdfdb7e4be415012d1658fb1d7474545d size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:07.124Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:07.739Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2021-07-27T14:40:07.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2021-07-27T14:40:07.740Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:07.740Z] 937b27f3c3b8: Preparing [2021-07-27T14:40:07.740Z] 3a6859e0efab: Preparing [2021-07-27T14:40:07.740Z] 8dc46280d930: Preparing [2021-07-27T14:40:07.740Z] fd3c8e2ab873: Preparing [2021-07-27T14:40:07.740Z] 637673732c24: Preparing [2021-07-27T14:40:07.740Z] d3ac46f8efff: Preparing [2021-07-27T14:40:07.740Z] c97fd81147bf: Preparing [2021-07-27T14:40:07.740Z] 0e75fbc01b5b: Preparing [2021-07-27T14:40:07.740Z] 63424f9dc205: Preparing [2021-07-27T14:40:07.740Z] a783ed9588ec: Preparing [2021-07-27T14:40:07.740Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:07.740Z] 0e75fbc01b5b: Waiting [2021-07-27T14:40:07.740Z] 63424f9dc205: Waiting [2021-07-27T14:40:07.740Z] a783ed9588ec: Waiting [2021-07-27T14:40:07.740Z] d3ac46f8efff: Waiting [2021-07-27T14:40:07.740Z] c97fd81147bf: Waiting [2021-07-27T14:40:07.740Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:08.011Z] 8dc46280d930: Layer already exists [2021-07-27T14:40:08.011Z] 937b27f3c3b8: Layer already exists [2021-07-27T14:40:08.011Z] 3a6859e0efab: Layer already exists [2021-07-27T14:40:08.011Z] 637673732c24: Layer already exists [2021-07-27T14:40:08.011Z] fd3c8e2ab873: Layer already exists [2021-07-27T14:40:08.011Z] c97fd81147bf: Layer already exists [2021-07-27T14:40:08.011Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:08.011Z] 63424f9dc205: Layer already exists [2021-07-27T14:40:08.011Z] 0e75fbc01b5b: Layer already exists [2021-07-27T14:40:08.011Z] a783ed9588ec: Layer already exists [2021-07-27T14:40:08.011Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:08.011Z] main: digest: sha256:8c9fb6603e03d18d3a597c3a81b7ab6cdfdb7e4be415012d1658fb1d7474545d size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:40:08.074Z] ===================================================== [Pipeline] echo [2021-07-27T14:40:08.089Z] taggedImages: [2021-07-27T14:40:08.089Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:08.089Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2021-07-27T14:40:08.089Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.0.1-dev.14 [2021-07-27T14:40:08.089Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:08.089Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2021-07-27T14:40:08.125Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2021-07-27T14:40:08.125Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:08.125Z] latest [2021-07-27T14:40:08.125Z] 2.0.1-dev.14 [2021-07-27T14:40:08.125Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:08.125Z] main [2021-07-27T14:40:08.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:08.506Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:08.845Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:08.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-27T14:40:08.845Z] dce74c9de4ea: Preparing [2021-07-27T14:40:08.845Z] 44e32d42ace3: Preparing [2021-07-27T14:40:08.845Z] 94d316205e58: Preparing [2021-07-27T14:40:08.845Z] f6268e07ff30: Preparing [2021-07-27T14:40:08.845Z] 24b2e5635988: Preparing [2021-07-27T14:40:08.845Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:09.444Z] f6268e07ff30: Pushed [2021-07-27T14:40:09.444Z] 94d316205e58: Pushed [2021-07-27T14:40:09.444Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:09.717Z] 24b2e5635988: Pushed [2021-07-27T14:40:11.693Z] 44e32d42ace3: Pushed [2021-07-27T14:40:11.693Z] dce74c9de4ea: Pushed [2021-07-27T14:40:11.971Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:b0d80fc7696d9f5f5652ece3aef139757e1be421c74a7d23a772c3d895edd94b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:12.590Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:12.933Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2021-07-27T14:40:12.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-27T14:40:12.933Z] dce74c9de4ea: Preparing [2021-07-27T14:40:12.933Z] 44e32d42ace3: Preparing [2021-07-27T14:40:12.933Z] 94d316205e58: Preparing [2021-07-27T14:40:12.933Z] f6268e07ff30: Preparing [2021-07-27T14:40:12.933Z] 24b2e5635988: Preparing [2021-07-27T14:40:12.933Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:12.933Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:13.205Z] f6268e07ff30: Layer already exists [2021-07-27T14:40:13.205Z] dce74c9de4ea: Layer already exists [2021-07-27T14:40:13.205Z] 24b2e5635988: Layer already exists [2021-07-27T14:40:13.205Z] 94d316205e58: Layer already exists [2021-07-27T14:40:13.205Z] 44e32d42ace3: Layer already exists [2021-07-27T14:40:13.205Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:13.205Z] latest: digest: sha256:b0d80fc7696d9f5f5652ece3aef139757e1be421c74a7d23a772c3d895edd94b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:13.553Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:13.893Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.14 [2021-07-27T14:40:13.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-27T14:40:13.893Z] dce74c9de4ea: Preparing [2021-07-27T14:40:13.893Z] 44e32d42ace3: Preparing [2021-07-27T14:40:13.893Z] 94d316205e58: Preparing [2021-07-27T14:40:13.893Z] f6268e07ff30: Preparing [2021-07-27T14:40:13.893Z] 24b2e5635988: Preparing [2021-07-27T14:40:13.893Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:13.893Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:14.165Z] 94d316205e58: Layer already exists [2021-07-27T14:40:14.165Z] 24b2e5635988: Layer already exists [2021-07-27T14:40:14.165Z] f6268e07ff30: Layer already exists [2021-07-27T14:40:14.165Z] 44e32d42ace3: Layer already exists [2021-07-27T14:40:14.165Z] dce74c9de4ea: Layer already exists [2021-07-27T14:40:14.165Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:14.165Z] 2.0.1-dev.14: digest: sha256:b0d80fc7696d9f5f5652ece3aef139757e1be421c74a7d23a772c3d895edd94b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:14.515Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:14.861Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:14.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-27T14:40:14.861Z] dce74c9de4ea: Preparing [2021-07-27T14:40:14.861Z] 44e32d42ace3: Preparing [2021-07-27T14:40:14.861Z] 94d316205e58: Preparing [2021-07-27T14:40:14.861Z] f6268e07ff30: Preparing [2021-07-27T14:40:14.861Z] 24b2e5635988: Preparing [2021-07-27T14:40:14.861Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:14.861Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:15.137Z] 24b2e5635988: Layer already exists [2021-07-27T14:40:15.137Z] 44e32d42ace3: Layer already exists [2021-07-27T14:40:15.137Z] dce74c9de4ea: Layer already exists [2021-07-27T14:40:15.137Z] f6268e07ff30: Layer already exists [2021-07-27T14:40:15.137Z] 94d316205e58: Layer already exists [2021-07-27T14:40:15.137Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:15.137Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:b0d80fc7696d9f5f5652ece3aef139757e1be421c74a7d23a772c3d895edd94b size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:15.489Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:15.831Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2021-07-27T14:40:15.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2021-07-27T14:40:15.831Z] dce74c9de4ea: Preparing [2021-07-27T14:40:15.831Z] 44e32d42ace3: Preparing [2021-07-27T14:40:15.831Z] 94d316205e58: Preparing [2021-07-27T14:40:15.831Z] f6268e07ff30: Preparing [2021-07-27T14:40:15.831Z] 24b2e5635988: Preparing [2021-07-27T14:40:15.831Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:15.831Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:16.103Z] 24b2e5635988: Layer already exists [2021-07-27T14:40:16.103Z] 44e32d42ace3: Layer already exists [2021-07-27T14:40:16.103Z] dce74c9de4ea: Layer already exists [2021-07-27T14:40:16.103Z] 94d316205e58: Layer already exists [2021-07-27T14:40:16.103Z] f6268e07ff30: Layer already exists [2021-07-27T14:40:16.103Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:16.103Z] main: digest: sha256:b0d80fc7696d9f5f5652ece3aef139757e1be421c74a7d23a772c3d895edd94b size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:40:16.190Z] ===================================================== [Pipeline] echo [2021-07-27T14:40:16.205Z] taggedImages: [2021-07-27T14:40:16.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:16.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2021-07-27T14:40:16.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.0.1-dev.14 [2021-07-27T14:40:16.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:16.205Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2021-07-27T14:40:16.236Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2021-07-27T14:40:16.236Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:16.236Z] latest [2021-07-27T14:40:16.236Z] 2.0.1-dev.14 [2021-07-27T14:40:16.236Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:16.236Z] main [2021-07-27T14:40:16.236Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:16.609Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:16.945Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:16.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-27T14:40:17.220Z] 0614c3f1b728: Preparing [2021-07-27T14:40:17.220Z] 49723ac02a7d: Preparing [2021-07-27T14:40:17.220Z] e56c4f72b1f6: Preparing [2021-07-27T14:40:17.220Z] 73f5c78df369: Preparing [2021-07-27T14:40:17.220Z] 035620e8ae77: Preparing [2021-07-27T14:40:17.220Z] ebed3f65d0e6: Preparing [2021-07-27T14:40:17.220Z] 7bfb587dc85a: Preparing [2021-07-27T14:40:17.220Z] 4dfb9ce833d7: Preparing [2021-07-27T14:40:17.220Z] 753a63c8cc6c: Preparing [2021-07-27T14:40:17.220Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:17.220Z] ebed3f65d0e6: Waiting [2021-07-27T14:40:17.220Z] 7bfb587dc85a: Waiting [2021-07-27T14:40:17.220Z] 4dfb9ce833d7: Waiting [2021-07-27T14:40:17.220Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:17.220Z] 753a63c8cc6c: Waiting [2021-07-27T14:40:17.822Z] 0614c3f1b728: Pushed [2021-07-27T14:40:17.822Z] 035620e8ae77: Pushed [2021-07-27T14:40:17.822Z] 49723ac02a7d: Pushed [2021-07-27T14:40:18.095Z] 7bfb587dc85a: Pushed [2021-07-27T14:40:18.095Z] ebed3f65d0e6: Pushed [2021-07-27T14:40:18.368Z] 4dfb9ce833d7: Pushed [2021-07-27T14:40:18.368Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:18.966Z] 753a63c8cc6c: Pushed [2021-07-27T14:40:19.945Z] 73f5c78df369: Pushed [2021-07-27T14:40:20.540Z] e56c4f72b1f6: Pushed [2021-07-27T14:40:20.812Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:3ec3f52113ead3bd96bbe84351d33034a02d3bbd66d7b41bd4f37a764b93756e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:21.156Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:21.502Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2021-07-27T14:40:21.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-27T14:40:21.502Z] 0614c3f1b728: Preparing [2021-07-27T14:40:21.502Z] 49723ac02a7d: Preparing [2021-07-27T14:40:21.502Z] e56c4f72b1f6: Preparing [2021-07-27T14:40:21.502Z] 73f5c78df369: Preparing [2021-07-27T14:40:21.502Z] 035620e8ae77: Preparing [2021-07-27T14:40:21.502Z] ebed3f65d0e6: Preparing [2021-07-27T14:40:21.502Z] 7bfb587dc85a: Preparing [2021-07-27T14:40:21.502Z] 4dfb9ce833d7: Preparing [2021-07-27T14:40:21.502Z] 753a63c8cc6c: Preparing [2021-07-27T14:40:21.502Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:21.502Z] ebed3f65d0e6: Waiting [2021-07-27T14:40:21.502Z] 7bfb587dc85a: Waiting [2021-07-27T14:40:21.502Z] 4dfb9ce833d7: Waiting [2021-07-27T14:40:21.502Z] 753a63c8cc6c: Waiting [2021-07-27T14:40:21.502Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:21.773Z] 73f5c78df369: Layer already exists [2021-07-27T14:40:21.773Z] e56c4f72b1f6: Layer already exists [2021-07-27T14:40:21.773Z] 035620e8ae77: Layer already exists [2021-07-27T14:40:21.773Z] 49723ac02a7d: Layer already exists [2021-07-27T14:40:21.773Z] 4dfb9ce833d7: Layer already exists [2021-07-27T14:40:21.773Z] ebed3f65d0e6: Layer already exists [2021-07-27T14:40:21.773Z] 753a63c8cc6c: Layer already exists [2021-07-27T14:40:21.773Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:21.773Z] 0614c3f1b728: Layer already exists [2021-07-27T14:40:22.747Z] 7bfb587dc85a: Layer already exists [2021-07-27T14:40:22.747Z] latest: digest: sha256:3ec3f52113ead3bd96bbe84351d33034a02d3bbd66d7b41bd4f37a764b93756e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:23.101Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:23.448Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.14 [2021-07-27T14:40:23.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-27T14:40:23.448Z] 0614c3f1b728: Preparing [2021-07-27T14:40:23.448Z] 49723ac02a7d: Preparing [2021-07-27T14:40:23.448Z] e56c4f72b1f6: Preparing [2021-07-27T14:40:23.448Z] 73f5c78df369: Preparing [2021-07-27T14:40:23.448Z] 035620e8ae77: Preparing [2021-07-27T14:40:23.448Z] ebed3f65d0e6: Preparing [2021-07-27T14:40:23.448Z] 7bfb587dc85a: Preparing [2021-07-27T14:40:23.448Z] 4dfb9ce833d7: Preparing [2021-07-27T14:40:23.448Z] 753a63c8cc6c: Preparing [2021-07-27T14:40:23.448Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:23.448Z] ebed3f65d0e6: Waiting [2021-07-27T14:40:23.448Z] 753a63c8cc6c: Waiting [2021-07-27T14:40:23.448Z] 7bfb587dc85a: Waiting [2021-07-27T14:40:23.448Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:23.744Z] 73f5c78df369: Layer already exists [2021-07-27T14:40:23.744Z] 49723ac02a7d: Layer already exists [2021-07-27T14:40:23.744Z] 0614c3f1b728: Layer already exists [2021-07-27T14:40:23.744Z] e56c4f72b1f6: Layer already exists [2021-07-27T14:40:23.744Z] 035620e8ae77: Layer already exists [2021-07-27T14:40:23.744Z] ebed3f65d0e6: Layer already exists [2021-07-27T14:40:23.744Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:23.744Z] 7bfb587dc85a: Layer already exists [2021-07-27T14:40:23.744Z] 4dfb9ce833d7: Layer already exists [2021-07-27T14:40:23.744Z] 753a63c8cc6c: Layer already exists [2021-07-27T14:40:23.744Z] 2.0.1-dev.14: digest: sha256:3ec3f52113ead3bd96bbe84351d33034a02d3bbd66d7b41bd4f37a764b93756e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:24.124Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:24.777Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:24.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-27T14:40:24.777Z] 0614c3f1b728: Preparing [2021-07-27T14:40:24.777Z] 49723ac02a7d: Preparing [2021-07-27T14:40:24.777Z] e56c4f72b1f6: Preparing [2021-07-27T14:40:24.777Z] 73f5c78df369: Preparing [2021-07-27T14:40:24.777Z] 035620e8ae77: Preparing [2021-07-27T14:40:24.777Z] ebed3f65d0e6: Preparing [2021-07-27T14:40:24.777Z] 7bfb587dc85a: Preparing [2021-07-27T14:40:24.777Z] 4dfb9ce833d7: Preparing [2021-07-27T14:40:24.777Z] 753a63c8cc6c: Preparing [2021-07-27T14:40:24.777Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:24.777Z] ebed3f65d0e6: Waiting [2021-07-27T14:40:24.777Z] 7bfb587dc85a: Waiting [2021-07-27T14:40:24.777Z] 4dfb9ce833d7: Waiting [2021-07-27T14:40:24.777Z] 753a63c8cc6c: Waiting [2021-07-27T14:40:24.777Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:25.054Z] 0614c3f1b728: Layer already exists [2021-07-27T14:40:25.054Z] 035620e8ae77: Layer already exists [2021-07-27T14:40:25.054Z] e56c4f72b1f6: Layer already exists [2021-07-27T14:40:25.054Z] 73f5c78df369: Layer already exists [2021-07-27T14:40:25.054Z] 49723ac02a7d: Layer already exists [2021-07-27T14:40:25.054Z] 7bfb587dc85a: Layer already exists [2021-07-27T14:40:25.054Z] ebed3f65d0e6: Layer already exists [2021-07-27T14:40:25.054Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:25.054Z] 753a63c8cc6c: Layer already exists [2021-07-27T14:40:25.054Z] 4dfb9ce833d7: Layer already exists [2021-07-27T14:40:25.054Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:3ec3f52113ead3bd96bbe84351d33034a02d3bbd66d7b41bd4f37a764b93756e size: 2405 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:25.419Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:25.839Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2021-07-27T14:40:25.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2021-07-27T14:40:25.839Z] 0614c3f1b728: Preparing [2021-07-27T14:40:25.839Z] 49723ac02a7d: Preparing [2021-07-27T14:40:25.840Z] e56c4f72b1f6: Preparing [2021-07-27T14:40:25.840Z] 73f5c78df369: Preparing [2021-07-27T14:40:25.840Z] 035620e8ae77: Preparing [2021-07-27T14:40:25.840Z] ebed3f65d0e6: Preparing [2021-07-27T14:40:25.840Z] 7bfb587dc85a: Preparing [2021-07-27T14:40:25.840Z] 4dfb9ce833d7: Preparing [2021-07-27T14:40:25.840Z] 753a63c8cc6c: Preparing [2021-07-27T14:40:25.840Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:25.840Z] 7bfb587dc85a: Waiting [2021-07-27T14:40:25.840Z] 4dfb9ce833d7: Waiting [2021-07-27T14:40:25.840Z] ebed3f65d0e6: Waiting [2021-07-27T14:40:25.840Z] 753a63c8cc6c: Waiting [2021-07-27T14:40:25.840Z] 3fbe34a1663b: Waiting [2021-07-27T14:40:25.840Z] 73f5c78df369: Layer already exists [2021-07-27T14:40:25.840Z] 49723ac02a7d: Layer already exists [2021-07-27T14:40:25.840Z] 0614c3f1b728: Layer already exists [2021-07-27T14:40:25.840Z] 035620e8ae77: Layer already exists [2021-07-27T14:40:25.840Z] e56c4f72b1f6: Layer already exists [2021-07-27T14:40:26.121Z] ebed3f65d0e6: Layer already exists [2021-07-27T14:40:26.121Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:26.121Z] 4dfb9ce833d7: Layer already exists [2021-07-27T14:40:26.121Z] 7bfb587dc85a: Layer already exists [2021-07-27T14:40:26.121Z] 753a63c8cc6c: Layer already exists [2021-07-27T14:40:26.121Z] main: digest: sha256:3ec3f52113ead3bd96bbe84351d33034a02d3bbd66d7b41bd4f37a764b93756e size: 2405 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:40:26.192Z] ===================================================== [Pipeline] echo [2021-07-27T14:40:26.206Z] taggedImages: [2021-07-27T14:40:26.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:26.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2021-07-27T14:40:26.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.0.1-dev.14 [2021-07-27T14:40:26.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:26.206Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2021-07-27T14:40:26.250Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2021-07-27T14:40:26.250Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:26.250Z] latest [2021-07-27T14:40:26.250Z] 2.0.1-dev.14 [2021-07-27T14:40:26.250Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:26.250Z] main [2021-07-27T14:40:26.250Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:26.643Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:26.981Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:26.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-27T14:40:26.981Z] 2a168eb4c851: Preparing [2021-07-27T14:40:26.981Z] ad3e9322355a: Preparing [2021-07-27T14:40:26.981Z] d3ac46f8efff: Preparing [2021-07-27T14:40:26.981Z] 2a3474e53914: Preparing [2021-07-27T14:40:26.981Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:27.255Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:27.255Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:27.255Z] 2a168eb4c851: Pushed [2021-07-27T14:40:27.527Z] 2a3474e53914: Pushed [2021-07-27T14:40:30.144Z] ad3e9322355a: Pushed [2021-07-27T14:40:30.144Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:29c15fabcedee95dff5bb7fb6ff0522931f77a98a402034eb5070f1c3b627742 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:30.486Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:30.826Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2021-07-27T14:40:30.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-27T14:40:30.826Z] 2a168eb4c851: Preparing [2021-07-27T14:40:30.826Z] ad3e9322355a: Preparing [2021-07-27T14:40:30.826Z] d3ac46f8efff: Preparing [2021-07-27T14:40:30.826Z] 2a3474e53914: Preparing [2021-07-27T14:40:30.826Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:31.103Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:31.103Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:31.103Z] ad3e9322355a: Layer already exists [2021-07-27T14:40:31.103Z] 2a168eb4c851: Layer already exists [2021-07-27T14:40:31.103Z] 2a3474e53914: Layer already exists [2021-07-27T14:40:31.103Z] latest: digest: sha256:29c15fabcedee95dff5bb7fb6ff0522931f77a98a402034eb5070f1c3b627742 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:31.444Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:31.788Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.14 [2021-07-27T14:40:31.788Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-27T14:40:31.788Z] 2a168eb4c851: Preparing [2021-07-27T14:40:31.788Z] ad3e9322355a: Preparing [2021-07-27T14:40:31.788Z] d3ac46f8efff: Preparing [2021-07-27T14:40:31.788Z] 2a3474e53914: Preparing [2021-07-27T14:40:31.788Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:32.063Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:32.063Z] 2a168eb4c851: Layer already exists [2021-07-27T14:40:32.063Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:32.063Z] ad3e9322355a: Layer already exists [2021-07-27T14:40:32.063Z] 2a3474e53914: Layer already exists [2021-07-27T14:40:32.063Z] 2.0.1-dev.14: digest: sha256:29c15fabcedee95dff5bb7fb6ff0522931f77a98a402034eb5070f1c3b627742 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:32.417Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:32.766Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:32.766Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-27T14:40:32.766Z] 2a168eb4c851: Preparing [2021-07-27T14:40:32.766Z] ad3e9322355a: Preparing [2021-07-27T14:40:32.766Z] d3ac46f8efff: Preparing [2021-07-27T14:40:32.766Z] 2a3474e53914: Preparing [2021-07-27T14:40:32.766Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:33.036Z] 2a3474e53914: Layer already exists [2021-07-27T14:40:33.036Z] ad3e9322355a: Layer already exists [2021-07-27T14:40:33.036Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:33.036Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:33.036Z] 2a168eb4c851: Layer already exists [2021-07-27T14:40:33.036Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:29c15fabcedee95dff5bb7fb6ff0522931f77a98a402034eb5070f1c3b627742 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:33.377Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:33.713Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2021-07-27T14:40:33.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2021-07-27T14:40:33.713Z] 2a168eb4c851: Preparing [2021-07-27T14:40:33.713Z] ad3e9322355a: Preparing [2021-07-27T14:40:33.713Z] d3ac46f8efff: Preparing [2021-07-27T14:40:33.713Z] 2a3474e53914: Preparing [2021-07-27T14:40:33.713Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:33.985Z] ad3e9322355a: Layer already exists [2021-07-27T14:40:33.985Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:33.985Z] 2a168eb4c851: Layer already exists [2021-07-27T14:40:33.985Z] 2a3474e53914: Layer already exists [2021-07-27T14:40:33.985Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:33.985Z] main: digest: sha256:29c15fabcedee95dff5bb7fb6ff0522931f77a98a402034eb5070f1c3b627742 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:40:34.045Z] ===================================================== [Pipeline] echo [2021-07-27T14:40:34.092Z] taggedImages: [2021-07-27T14:40:34.092Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:34.092Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2021-07-27T14:40:34.092Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.0.1-dev.14 [2021-07-27T14:40:34.092Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:34.092Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2021-07-27T14:40:34.130Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2021-07-27T14:40:34.130Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:34.131Z] latest [2021-07-27T14:40:34.131Z] 2.0.1-dev.14 [2021-07-27T14:40:34.131Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:34.131Z] main [2021-07-27T14:40:34.131Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:34.525Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:34.867Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:34.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-27T14:40:34.867Z] ecb05a8e0ba6: Preparing [2021-07-27T14:40:34.867Z] 4900e618dc97: Preparing [2021-07-27T14:40:34.867Z] d3ac46f8efff: Preparing [2021-07-27T14:40:34.867Z] 8a64a8397bd7: Preparing [2021-07-27T14:40:34.867Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:35.140Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:40:35.141Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:35.141Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:35.141Z] ecb05a8e0ba6: Pushed [2021-07-27T14:40:37.756Z] 4900e618dc97: Pushed [2021-07-27T14:40:38.028Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:5f426cf4b34dc6642469047c713e5ba6ccc9ae0b52f78962f42fe8b245e4ada3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:38.375Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:38.712Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2021-07-27T14:40:38.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-27T14:40:38.713Z] ecb05a8e0ba6: Preparing [2021-07-27T14:40:38.713Z] 4900e618dc97: Preparing [2021-07-27T14:40:38.713Z] d3ac46f8efff: Preparing [2021-07-27T14:40:38.713Z] 8a64a8397bd7: Preparing [2021-07-27T14:40:38.713Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:38.986Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:40:38.986Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:38.986Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:38.986Z] 4900e618dc97: Layer already exists [2021-07-27T14:40:38.986Z] ecb05a8e0ba6: Layer already exists [2021-07-27T14:40:38.986Z] latest: digest: sha256:5f426cf4b34dc6642469047c713e5ba6ccc9ae0b52f78962f42fe8b245e4ada3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:39.330Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:39.670Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.14 [2021-07-27T14:40:39.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-27T14:40:39.670Z] ecb05a8e0ba6: Preparing [2021-07-27T14:40:39.670Z] 4900e618dc97: Preparing [2021-07-27T14:40:39.670Z] d3ac46f8efff: Preparing [2021-07-27T14:40:39.670Z] 8a64a8397bd7: Preparing [2021-07-27T14:40:39.670Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:39.942Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:40:39.942Z] ecb05a8e0ba6: Layer already exists [2021-07-27T14:40:39.942Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:39.942Z] 4900e618dc97: Layer already exists [2021-07-27T14:40:39.942Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:39.942Z] 2.0.1-dev.14: digest: sha256:5f426cf4b34dc6642469047c713e5ba6ccc9ae0b52f78962f42fe8b245e4ada3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:40.288Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:40.627Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:40.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-27T14:40:40.627Z] ecb05a8e0ba6: Preparing [2021-07-27T14:40:40.627Z] 4900e618dc97: Preparing [2021-07-27T14:40:40.627Z] d3ac46f8efff: Preparing [2021-07-27T14:40:40.627Z] 8a64a8397bd7: Preparing [2021-07-27T14:40:40.627Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:40.900Z] 4900e618dc97: Layer already exists [2021-07-27T14:40:40.900Z] ecb05a8e0ba6: Layer already exists [2021-07-27T14:40:40.900Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:40:40.900Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:40.900Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:40.900Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:5f426cf4b34dc6642469047c713e5ba6ccc9ae0b52f78962f42fe8b245e4ada3 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:41.245Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:41.588Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2021-07-27T14:40:41.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2021-07-27T14:40:41.588Z] ecb05a8e0ba6: Preparing [2021-07-27T14:40:41.588Z] 4900e618dc97: Preparing [2021-07-27T14:40:41.588Z] d3ac46f8efff: Preparing [2021-07-27T14:40:41.588Z] 8a64a8397bd7: Preparing [2021-07-27T14:40:41.588Z] 3fbe34a1663b: Preparing [2021-07-27T14:40:41.863Z] ecb05a8e0ba6: Layer already exists [2021-07-27T14:40:41.863Z] d3ac46f8efff: Layer already exists [2021-07-27T14:40:41.863Z] 3fbe34a1663b: Layer already exists [2021-07-27T14:40:41.863Z] 8a64a8397bd7: Layer already exists [2021-07-27T14:40:41.863Z] 4900e618dc97: Layer already exists [2021-07-27T14:40:41.863Z] main: digest: sha256:5f426cf4b34dc6642469047c713e5ba6ccc9ae0b52f78962f42fe8b245e4ada3 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:40:41.922Z] ===================================================== [Pipeline] echo [2021-07-27T14:40:41.935Z] taggedImages: [2021-07-27T14:40:41.935Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:41.935Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2021-07-27T14:40:41.935Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.0.1-dev.14 [2021-07-27T14:40:41.935Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:41.935Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2021-07-27T14:40:42.004Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2021-07-27T14:40:42.004Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:42.004Z] latest [2021-07-27T14:40:42.004Z] 2.0.1-dev.14 [2021-07-27T14:40:42.004Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:40:42.004Z] main [2021-07-27T14:40:42.004Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:42.395Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:40:42.737Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:40:42.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-27T14:40:42.737Z] 2c8fa9dd4ea2: Preparing [2021-07-27T14:40:42.737Z] da0286ae8452: Preparing [2021-07-27T14:40:42.737Z] 48c848a295db: Preparing [2021-07-27T14:40:42.737Z] 38ec74b0df57: Preparing [2021-07-27T14:40:42.737Z] 36385507e099: Preparing [2021-07-27T14:40:42.737Z] 0f96eb6246ad: Preparing [2021-07-27T14:40:42.737Z] c09ef504d4db: Preparing [2021-07-27T14:40:42.737Z] c7acdc5265c6: Preparing [2021-07-27T14:40:42.737Z] 67ea5d85c628: Preparing [2021-07-27T14:40:42.737Z] cf0781f940e6: Preparing [2021-07-27T14:40:42.737Z] c55d5dbdab40: Preparing [2021-07-27T14:40:42.737Z] 0f96eb6246ad: Waiting [2021-07-27T14:40:42.737Z] 67ea5d85c628: Waiting [2021-07-27T14:40:42.738Z] cf0781f940e6: Waiting [2021-07-27T14:40:42.738Z] c55d5dbdab40: Waiting [2021-07-27T14:40:42.738Z] c7acdc5265c6: Waiting [2021-07-27T14:40:42.738Z] c09ef504d4db: Waiting [2021-07-27T14:40:43.009Z] 36385507e099: Layer already exists [2021-07-27T14:40:43.009Z] 0f96eb6246ad: Layer already exists [2021-07-27T14:40:43.282Z] da0286ae8452: Pushed [2021-07-27T14:40:43.282Z] c09ef504d4db: Layer already exists [2021-07-27T14:40:43.282Z] c7acdc5265c6: Layer already exists [2021-07-27T14:40:43.282Z] 67ea5d85c628: Layer already exists [2021-07-27T14:40:43.282Z] cf0781f940e6: Layer already exists [2021-07-27T14:40:43.282Z] c55d5dbdab40: Layer already exists [2021-07-27T14:40:43.879Z] 2c8fa9dd4ea2: Pushed [2021-07-27T14:40:45.856Z] 48c848a295db: Pushed [2021-07-27T14:41:00.919Z] 38ec74b0df57: Pushed [2021-07-27T14:41:00.919Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde: digest: sha256:7ea35907301823474fcdb88562d518e70868dd90a8099d12ddca8602b43e5654 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:01.265Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:01.602Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2021-07-27T14:41:01.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-27T14:41:01.602Z] 2c8fa9dd4ea2: Preparing [2021-07-27T14:41:01.602Z] da0286ae8452: Preparing [2021-07-27T14:41:01.602Z] 48c848a295db: Preparing [2021-07-27T14:41:01.602Z] 38ec74b0df57: Preparing [2021-07-27T14:41:01.602Z] 36385507e099: Preparing [2021-07-27T14:41:01.602Z] 0f96eb6246ad: Preparing [2021-07-27T14:41:01.602Z] c09ef504d4db: Preparing [2021-07-27T14:41:01.602Z] c7acdc5265c6: Preparing [2021-07-27T14:41:01.602Z] 67ea5d85c628: Preparing [2021-07-27T14:41:01.602Z] cf0781f940e6: Preparing [2021-07-27T14:41:01.602Z] c55d5dbdab40: Preparing [2021-07-27T14:41:01.602Z] c09ef504d4db: Waiting [2021-07-27T14:41:01.602Z] c7acdc5265c6: Waiting [2021-07-27T14:41:01.602Z] 67ea5d85c628: Waiting [2021-07-27T14:41:01.602Z] cf0781f940e6: Waiting [2021-07-27T14:41:01.602Z] c55d5dbdab40: Waiting [2021-07-27T14:41:01.602Z] 0f96eb6246ad: Waiting [2021-07-27T14:41:01.876Z] da0286ae8452: Layer already exists [2021-07-27T14:41:01.876Z] 38ec74b0df57: Layer already exists [2021-07-27T14:41:01.876Z] 2c8fa9dd4ea2: Layer already exists [2021-07-27T14:41:01.876Z] 48c848a295db: Layer already exists [2021-07-27T14:41:01.876Z] 36385507e099: Layer already exists [2021-07-27T14:41:01.876Z] c09ef504d4db: Layer already exists [2021-07-27T14:41:01.876Z] 0f96eb6246ad: Layer already exists [2021-07-27T14:41:01.876Z] cf0781f940e6: Layer already exists [2021-07-27T14:41:01.876Z] 67ea5d85c628: Layer already exists [2021-07-27T14:41:01.876Z] c55d5dbdab40: Layer already exists [2021-07-27T14:41:02.146Z] c7acdc5265c6: Layer already exists [2021-07-27T14:41:02.146Z] latest: digest: sha256:7ea35907301823474fcdb88562d518e70868dd90a8099d12ddca8602b43e5654 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:02.488Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:02.828Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.14 [2021-07-27T14:41:02.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-27T14:41:02.828Z] 2c8fa9dd4ea2: Preparing [2021-07-27T14:41:02.828Z] da0286ae8452: Preparing [2021-07-27T14:41:02.828Z] 48c848a295db: Preparing [2021-07-27T14:41:02.828Z] 38ec74b0df57: Preparing [2021-07-27T14:41:02.828Z] 36385507e099: Preparing [2021-07-27T14:41:02.828Z] 0f96eb6246ad: Preparing [2021-07-27T14:41:02.828Z] c09ef504d4db: Preparing [2021-07-27T14:41:02.828Z] c7acdc5265c6: Preparing [2021-07-27T14:41:02.828Z] 67ea5d85c628: Preparing [2021-07-27T14:41:02.828Z] 0f96eb6246ad: Waiting [2021-07-27T14:41:02.828Z] c09ef504d4db: Waiting [2021-07-27T14:41:02.828Z] c7acdc5265c6: Waiting [2021-07-27T14:41:02.828Z] cf0781f940e6: Preparing [2021-07-27T14:41:02.828Z] 67ea5d85c628: Waiting [2021-07-27T14:41:02.828Z] c55d5dbdab40: Preparing [2021-07-27T14:41:02.828Z] cf0781f940e6: Waiting [2021-07-27T14:41:02.828Z] c55d5dbdab40: Waiting [2021-07-27T14:41:03.100Z] 36385507e099: Layer already exists [2021-07-27T14:41:03.100Z] 2c8fa9dd4ea2: Layer already exists [2021-07-27T14:41:03.100Z] 48c848a295db: Layer already exists [2021-07-27T14:41:03.100Z] 38ec74b0df57: Layer already exists [2021-07-27T14:41:03.100Z] da0286ae8452: Layer already exists [2021-07-27T14:41:03.100Z] 0f96eb6246ad: Layer already exists [2021-07-27T14:41:03.100Z] cf0781f940e6: Layer already exists [2021-07-27T14:41:03.100Z] c09ef504d4db: Layer already exists [2021-07-27T14:41:03.100Z] c7acdc5265c6: Layer already exists [2021-07-27T14:41:03.100Z] 67ea5d85c628: Layer already exists [2021-07-27T14:41:03.100Z] c55d5dbdab40: Layer already exists [2021-07-27T14:41:03.100Z] 2.0.1-dev.14: digest: sha256:7ea35907301823474fcdb88562d518e70868dd90a8099d12ddca8602b43e5654 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:03.441Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:03.779Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:41:03.779Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-27T14:41:03.779Z] 2c8fa9dd4ea2: Preparing [2021-07-27T14:41:03.779Z] da0286ae8452: Preparing [2021-07-27T14:41:03.779Z] 48c848a295db: Preparing [2021-07-27T14:41:03.779Z] 38ec74b0df57: Preparing [2021-07-27T14:41:03.779Z] 36385507e099: Preparing [2021-07-27T14:41:03.779Z] 0f96eb6246ad: Preparing [2021-07-27T14:41:03.779Z] c09ef504d4db: Preparing [2021-07-27T14:41:03.779Z] c7acdc5265c6: Preparing [2021-07-27T14:41:03.779Z] 67ea5d85c628: Preparing [2021-07-27T14:41:03.779Z] cf0781f940e6: Preparing [2021-07-27T14:41:03.779Z] c55d5dbdab40: Preparing [2021-07-27T14:41:03.779Z] 0f96eb6246ad: Waiting [2021-07-27T14:41:03.779Z] 67ea5d85c628: Waiting [2021-07-27T14:41:03.779Z] c09ef504d4db: Waiting [2021-07-27T14:41:03.779Z] c7acdc5265c6: Waiting [2021-07-27T14:41:03.779Z] c55d5dbdab40: Waiting [2021-07-27T14:41:03.779Z] cf0781f940e6: Waiting [2021-07-27T14:41:04.056Z] 36385507e099: Layer already exists [2021-07-27T14:41:04.056Z] 2c8fa9dd4ea2: Layer already exists [2021-07-27T14:41:04.056Z] 48c848a295db: Layer already exists [2021-07-27T14:41:04.056Z] da0286ae8452: Layer already exists [2021-07-27T14:41:04.056Z] 38ec74b0df57: Layer already exists [2021-07-27T14:41:04.056Z] c09ef504d4db: Layer already exists [2021-07-27T14:41:04.056Z] 0f96eb6246ad: Layer already exists [2021-07-27T14:41:04.056Z] cf0781f940e6: Layer already exists [2021-07-27T14:41:04.056Z] c7acdc5265c6: Layer already exists [2021-07-27T14:41:04.056Z] 67ea5d85c628: Layer already exists [2021-07-27T14:41:04.056Z] c55d5dbdab40: Layer already exists [2021-07-27T14:41:04.056Z] 8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14: digest: sha256:7ea35907301823474fcdb88562d518e70868dd90a8099d12ddca8602b43e5654 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:04.397Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:04.733Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2021-07-27T14:41:04.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2021-07-27T14:41:04.733Z] 2c8fa9dd4ea2: Preparing [2021-07-27T14:41:04.733Z] da0286ae8452: Preparing [2021-07-27T14:41:04.733Z] 48c848a295db: Preparing [2021-07-27T14:41:04.733Z] 38ec74b0df57: Preparing [2021-07-27T14:41:04.733Z] 36385507e099: Preparing [2021-07-27T14:41:04.733Z] 0f96eb6246ad: Preparing [2021-07-27T14:41:04.733Z] c09ef504d4db: Preparing [2021-07-27T14:41:04.733Z] c7acdc5265c6: Preparing [2021-07-27T14:41:04.733Z] 67ea5d85c628: Preparing [2021-07-27T14:41:04.733Z] cf0781f940e6: Preparing [2021-07-27T14:41:04.733Z] c55d5dbdab40: Preparing [2021-07-27T14:41:04.733Z] 0f96eb6246ad: Waiting [2021-07-27T14:41:04.733Z] c09ef504d4db: Waiting [2021-07-27T14:41:04.733Z] c7acdc5265c6: Waiting [2021-07-27T14:41:04.733Z] 67ea5d85c628: Waiting [2021-07-27T14:41:04.733Z] cf0781f940e6: Waiting [2021-07-27T14:41:04.733Z] c55d5dbdab40: Waiting [2021-07-27T14:41:05.004Z] 36385507e099: Layer already exists [2021-07-27T14:41:05.004Z] 38ec74b0df57: Layer already exists [2021-07-27T14:41:05.004Z] 2c8fa9dd4ea2: Layer already exists [2021-07-27T14:41:05.004Z] da0286ae8452: Layer already exists [2021-07-27T14:41:05.004Z] 48c848a295db: Layer already exists [2021-07-27T14:41:05.004Z] 0f96eb6246ad: Layer already exists [2021-07-27T14:41:05.004Z] c09ef504d4db: Layer already exists [2021-07-27T14:41:05.004Z] cf0781f940e6: Layer already exists [2021-07-27T14:41:05.004Z] c7acdc5265c6: Layer already exists [2021-07-27T14:41:05.004Z] 67ea5d85c628: Layer already exists [2021-07-27T14:41:05.004Z] c55d5dbdab40: Layer already exists [2021-07-27T14:41:05.004Z] main: digest: sha256:7ea35907301823474fcdb88562d518e70868dd90a8099d12ddca8602b43e5654 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-07-27T14:41:05.088Z] ===================================================== [Pipeline] echo [2021-07-27T14:41:05.102Z] taggedImages: [2021-07-27T14:41:05.102Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde [2021-07-27T14:41:05.102Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2021-07-27T14:41:05.102Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.0.1-dev.14 [2021-07-27T14:41:05.102Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:8af46092e6841b377ce9cc35e8dd7acb653e0cde-2.0.1-dev.14 [2021-07-27T14:41:05.102Z] - 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-27T14:41:05.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T14:41:05.908Z] [2021-07-27T14:41:05.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:06.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T14:41:06.536Z] arm64: Pulling from edgex-lftools-log-publisher [2021-07-27T14:41:06.536Z] 448f6bf000e3: Pulling fs layer [2021-07-27T14:41:06.536Z] f757da607395: Pulling fs layer [2021-07-27T14:41:06.536Z] 05883995daec: Pulling fs layer [2021-07-27T14:41:06.536Z] 8603b9c90790: Pulling fs layer [2021-07-27T14:41:06.536Z] 1560dd03e051: Pulling fs layer [2021-07-27T14:41:06.536Z] 27f5ce0e4adf: Pulling fs layer [2021-07-27T14:41:06.536Z] c2d8d7efcc4b: Pulling fs layer [2021-07-27T14:41:06.536Z] 8603b9c90790: Waiting [2021-07-27T14:41:06.536Z] 1560dd03e051: Waiting [2021-07-27T14:41:06.536Z] 27f5ce0e4adf: Waiting [2021-07-27T14:41:06.536Z] c2d8d7efcc4b: Waiting [2021-07-27T14:41:06.814Z] f757da607395: Verifying Checksum [2021-07-27T14:41:06.814Z] f757da607395: Download complete [2021-07-27T14:41:06.814Z] 8603b9c90790: Verifying Checksum [2021-07-27T14:41:06.814Z] 8603b9c90790: Download complete [2021-07-27T14:41:06.814Z] 1560dd03e051: Verifying Checksum [2021-07-27T14:41:06.814Z] 1560dd03e051: Download complete [2021-07-27T14:41:06.814Z] 27f5ce0e4adf: Verifying Checksum [2021-07-27T14:41:06.814Z] 27f5ce0e4adf: Download complete [2021-07-27T14:41:07.092Z] 05883995daec: Download complete [2021-07-27T14:41:07.690Z] 448f6bf000e3: Verifying Checksum [2021-07-27T14:41:07.690Z] 448f6bf000e3: Download complete [2021-07-27T14:41:10.314Z] c2d8d7efcc4b: Verifying Checksum [2021-07-27T14:41:10.314Z] c2d8d7efcc4b: Download complete [2021-07-27T14:41:11.752Z] 448f6bf000e3: Pull complete [2021-07-27T14:41:12.352Z] f757da607395: Pull complete [2021-07-27T14:41:13.792Z] 05883995daec: Pull complete [2021-07-27T14:41:14.386Z] 8603b9c90790: Pull complete [2021-07-27T14:41:15.370Z] 1560dd03e051: Pull complete [2021-07-27T14:41:15.649Z] 27f5ce0e4adf: Pull complete [2021-07-27T14:41:30.740Z] c2d8d7efcc4b: Pull complete [2021-07-27T14:41:30.740Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-07-27T14:41:30.740Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-07-27T14:41:30.740Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-07-27T14:41:31.013Z] prd-ubuntu18.04-docker-arm64-4c-16g-273 does not seem to be running inside a container [2021-07-27T14:41:31.083Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:41:35.718Z] $ docker top f91aea8c1e01e17dd2267ebb1b4aed9b34ef16fd96ab43fb97fee1f48e3fb631 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:41:36.817Z] ---> job-cost.sh [2021-07-27T14:41:36.817Z] lf-activate-venv: SKIPPING [2021-07-27T14:41:36.817Z] INFO: No Stack... [2021-07-27T14:41:37.788Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-07-27T14:41:38.378Z] INFO: Archiving Costs [Pipeline] sh [2021-07-27T14:41:39.036Z] + cat /w/workspace/edgex-go/14/archives/cost.csv [2021-07-27T14:41:39.036Z] + cut -d, -f6 [Pipeline] lock [2021-07-27T14:41:39.097Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-14-stack-cost] [2021-07-27T14:41:39.107Z] Resource [jenkins-edgexfoundry-edgex-go-main-14-stack-cost] did not exist. Created. [2021-07-27T14:41:39.107Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-07-27T14:41:39.777Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-07-27T14:41:40.400Z] Stashed 1 file(s) [Pipeline] } [2021-07-27T14:41:40.409Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-14-stack-cost] [Pipeline] // lock [Pipeline] } [2021-07-27T14:41:40.420Z] $ docker stop --time=1 f91aea8c1e01e17dd2267ebb1b4aed9b34ef16fd96ab43fb97fee1f48e3fb631 [2021-07-27T14:41:42.086Z] $ docker rm -f f91aea8c1e01e17dd2267ebb1b4aed9b34ef16fd96ab43fb97fee1f48e3fb631 [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-27T14:41:42.958Z] provisioning config files... [2021-07-27T14:41:42.974Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1967127831472721756tmp [Pipeline] { [Pipeline] sh [2021-07-27T14:41:43.296Z] + set +x [2021-07-27T14:41:43.296Z] + curl -s https://codecov.io/bash [2021-07-27T14:41:43.296Z] + bash -s -- [2021-07-27T14:41:43.296Z] [2021-07-27T14:41:43.296Z] _____ _ [2021-07-27T14:41:43.296Z] / ____| | | [2021-07-27T14:41:43.296Z] | | ___ __| | ___ ___ _____ __ [2021-07-27T14:41:43.296Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-07-27T14:41:43.296Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-07-27T14:41:43.296Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-07-27T14:41:43.296Z] Bash-1.0.6 [2021-07-27T14:41:43.296Z] [2021-07-27T14:41:43.296Z] [2021-07-27T14:41:43.296Z] ==> git version 2.24.4 found [2021-07-27T14:41:43.296Z] ==> 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-27T14:41:43.296Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-07-27T14:41:43.296Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-07-27T14:41:43.296Z] ==> Jenkins CI detected. [2021-07-27T14:41:43.296Z] current dir:  /w/workspace/edgex-go/14 [2021-07-27T14:41:43.296Z] project root: . [2021-07-27T14:41:43.296Z] --> token set from env [2021-07-27T14:41:43.296Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-07-27T14:41:43.565Z] ==> Running gcov in . (disable via -X gcov) [2021-07-27T14:41:43.565Z] ==> Python coveragepy not found [2021-07-27T14:41:43.565Z] ==> Searching for coverage reports in: [2021-07-27T14:41:43.565Z] + . [2021-07-27T14:41:43.565Z] -> Found 1 reports [2021-07-27T14:41:43.565Z] ==> Detecting git/mercurial file structure [2021-07-27T14:41:43.565Z] ==> Reading reports [2021-07-27T14:41:43.565Z] + ./coverage.out bytes=402846 [2021-07-27T14:41:43.565Z] ==> Appending adjustments [2021-07-27T14:41:43.565Z] https://docs.codecov.io/docs/fixing-reports [2021-07-27T14:41:44.526Z] + Found adjustments [2021-07-27T14:41:44.526Z] ==> Gzipping contents [2021-07-27T14:41:44.526Z] 56K /tmp/codecov.p6sWgD.gz [2021-07-27T14:41:44.526Z] ==> Uploading reports [2021-07-27T14:41:44.526Z] url: https://codecov.io [2021-07-27T14:41:44.526Z] query: branch=main&commit=8af46092e6841b377ce9cc35e8dd7acb653e0cde&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-27T14:41:44.526Z] -> Pinging Codecov [2021-07-27T14:41:44.526Z] 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=8af46092e6841b377ce9cc35e8dd7acb653e0cde&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-07-27T14:41:45.107Z] -> Uploading to [2021-07-27T14:41:45.107Z] https://storage.googleapis.com/codecov/v4/raw/2021-07-27/00271124DB129430A58F1EEE437C3FCB/8af46092e6841b377ce9cc35e8dd7acb653e0cde/d5f8d8d0-1300-4950-a4eb-ff6072ef8e20.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210727%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210727T144144Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23ab8cee96c9864e8654fa18fce85df57ddeb7f0da576ccc0abf9ce52e9ee0a5 [2021-07-27T14:41:45.107Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:41:45.107Z] Dload Upload Total Spent Left Speed [2021-07-27T14:41:45.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54448 0 0 100 54448 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-07-27T14:41:45.374Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8af46092e6841b377ce9cc35e8dd7acb653e0cde [Pipeline] } [2021-07-27T14:41:45.387Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-07-27T14:41:45.725Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-07-27T14:41:45.747Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:46.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-27T14:41:46.063Z] [2021-07-27T14:41:46.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:41:46.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-27T14:41:46.391Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-07-27T14:41:46.391Z] 188c0c94c7c5: Pulling fs layer [2021-07-27T14:41:46.391Z] 0ef7d3d256c8: Pulling fs layer [2021-07-27T14:41:46.391Z] de9db76c5a1d: Pulling fs layer [2021-07-27T14:41:46.392Z] 0eba1c9be4d2: Pulling fs layer [2021-07-27T14:41:46.392Z] 0d57e429df01: Pulling fs layer [2021-07-27T14:41:46.392Z] 4e4be7b47b0d: Pulling fs layer [2021-07-27T14:41:46.392Z] e1f770b5df2f: Pulling fs layer [2021-07-27T14:41:46.392Z] 85a0685a4137: Pulling fs layer [2021-07-27T14:41:46.392Z] 0d57e429df01: Waiting [2021-07-27T14:41:46.392Z] 4e4be7b47b0d: Waiting [2021-07-27T14:41:46.392Z] e1f770b5df2f: Waiting [2021-07-27T14:41:46.392Z] 85a0685a4137: Waiting [2021-07-27T14:41:46.392Z] 0eba1c9be4d2: Waiting [2021-07-27T14:41:46.660Z] de9db76c5a1d: Verifying Checksum [2021-07-27T14:41:46.660Z] de9db76c5a1d: Download complete [2021-07-27T14:41:46.660Z] 0ef7d3d256c8: Verifying Checksum [2021-07-27T14:41:46.660Z] 0ef7d3d256c8: Download complete [2021-07-27T14:41:46.660Z] 0d57e429df01: Verifying Checksum [2021-07-27T14:41:46.660Z] 0d57e429df01: Download complete [2021-07-27T14:41:46.660Z] 4e4be7b47b0d: Verifying Checksum [2021-07-27T14:41:46.660Z] 4e4be7b47b0d: Download complete [2021-07-27T14:41:46.660Z] 188c0c94c7c5: Verifying Checksum [2021-07-27T14:41:46.660Z] 188c0c94c7c5: Download complete [2021-07-27T14:41:46.931Z] 188c0c94c7c5: Pull complete [2021-07-27T14:41:46.931Z] 0ef7d3d256c8: Pull complete [2021-07-27T14:41:47.197Z] de9db76c5a1d: Pull complete [2021-07-27T14:41:48.155Z] e1f770b5df2f: Verifying Checksum [2021-07-27T14:41:48.155Z] e1f770b5df2f: Download complete [2021-07-27T14:41:52.411Z] 0eba1c9be4d2: Verifying Checksum [2021-07-27T14:41:52.411Z] 0eba1c9be4d2: Download complete [2021-07-27T14:41:52.411Z] 85a0685a4137: Verifying Checksum [2021-07-27T14:41:52.411Z] 85a0685a4137: Download complete [2021-07-27T14:41:55.010Z] 0eba1c9be4d2: Pull complete [2021-07-27T14:41:55.010Z] 0d57e429df01: Pull complete [2021-07-27T14:41:55.010Z] 4e4be7b47b0d: Pull complete [2021-07-27T14:41:55.608Z] e1f770b5df2f: Pull complete [2021-07-27T14:41:58.989Z] 85a0685a4137: Pull complete [2021-07-27T14:41:58.989Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-07-27T14:41:58.989Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-07-27T14:41:58.989Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-07-27T14:41:59.087Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:41:59.147Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:42:01.917Z] $ docker top 08b52a4fc3e03486a28016bc506f7d2ef8dc3d6dac016d434845a12e4df27152 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-07-27T14:42:02.015Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-07-27T14:42:02.330Z] + set -o pipefail [2021-07-27T14:42:02.330Z] + snyk monitor '--org=edgex-jenkins' [2021-07-27T14:42:17.327Z] [2021-07-27T14:42:17.327Z] Monitoring /w/workspace/edgex-go/14 (github.com/edgexfoundry/edgex-go)... [2021-07-27T14:42:17.327Z] [2021-07-27T14:42:17.327Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2063b980-7e1e-4525-a17b-4317f3c3f79d [2021-07-27T14:42:17.327Z] [2021-07-27T14:42:17.327Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-07-27T14:42:17.327Z] [2021-07-27T14:42:17.327Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-07-27T14:42:17.327Z] [2021-07-27T14:42:17.327Z] [Pipeline] } [2021-07-27T14:42:17.342Z] $ docker stop --time=1 08b52a4fc3e03486a28016bc506f7d2ef8dc3d6dac016d434845a12e4df27152 [2021-07-27T14:42:19.410Z] $ docker rm -f 08b52a4fc3e03486a28016bc506f7d2ef8dc3d6dac016d434845a12e4df27152 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-07-27T14:42:20.334Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T14:42:20.355Z] provisioning config files... [2021-07-27T14:42:20.402Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/14@tmp/config7597993763395571589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:42:20.733Z] --> edgex-publish-swagger.sh [2021-07-27T14:42:20.733Z] === Publish openapi/v2 API === [2021-07-27T14:42:20.733Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-07-27T14:42:20.733Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/14/openapi/v2/core-command.yaml] [2021-07-27T14:42:20.733Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:20.733Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:22.147Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31867 0 0 100 31867 0 25039 0:00:01 0:00:01 --:--:-- 25032 100 31867 0 0 100 31867 0 21747 0:00:01 0:00:01 --:--:-- 21737 [2021-07-27T14:42:22.147Z] [2021-07-27T14:42:22.147Z] [2021-07-27T14:42:22.147Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/14/openapi/v2/core-data.yaml] [2021-07-27T14:42:22.147Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:22.147Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:23.109Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65452 0 0 100 65452 0 67540 --:--:-- --:--:-- --:--:-- 67545 100 65452 0 0 100 65452 0 67529 --:--:-- --:--:-- --:--:-- 67476 [2021-07-27T14:42:23.109Z] [2021-07-27T14:42:23.109Z] [2021-07-27T14:42:23.109Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/14/openapi/v2/core-metadata.yaml] [2021-07-27T14:42:23.109Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:23.109Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:24.066Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 112k 0:00:01 0:00:01 --:--:-- 112k 100 119k 0 0 100 119k 0 112k 0:00:01 0:00:01 --:--:-- 112k [2021-07-27T14:42:24.066Z] [2021-07-27T14:42:24.066Z] [2021-07-27T14:42:24.066Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/14/openapi/v2/support-notifications.yaml] [2021-07-27T14:42:24.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:24.066Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:25.473Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86007 0 0 100 86007 0 73795 0:00:01 0:00:01 --:--:-- 73825 100 86007 0 0 100 86007 0 62384 0:00:01 0:00:01 --:--:-- 62414 [2021-07-27T14:42:25.473Z] [2021-07-27T14:42:25.473Z] [2021-07-27T14:42:25.473Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/14/openapi/v2/support-scheduler.yaml] [2021-07-27T14:42:25.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:25.473Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:26.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38042 0 0 100 38042 0 37386 0:00:01 0:00:01 --:--:-- 37406 [2021-07-27T14:42:26.699Z] [2021-07-27T14:42:26.699Z] [2021-07-27T14:42:26.699Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/14/openapi/v2/system-agent.yaml] [2021-07-27T14:42:26.699Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-07-27T14:42:26.699Z] Dload Upload Total Spent Left Speed [2021-07-27T14:42:27.658Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19730 0 0 100 19730 0 17380 0:00:01 0:00:01 --:--:-- 17367 100 19730 0 0 100 19730 0 17378 0:00:01 0:00:01 --:--:-- 17367 [2021-07-27T14:42:27.658Z] [2021-07-27T14:42:27.658Z] [Pipeline] } [2021-07-27T14:42:27.672Z] 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-27T14:42:28.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:42:28.191Z] . [Pipeline] withDockerContainer [2021-07-27T14:42:28.284Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:42:28.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:42:28.775Z] $ docker top 21a793bbf6549d792715905362de96c05d052fc308ac81fef4a506d8a77861ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-27T14:42:28.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T14:42:28.919Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T14:42:29.055Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T14:42:29.055Z] $ docker exec 21a793bbf6549d792715905362de96c05d052fc308ac81fef4a506d8a77861ed ssh-agent [2021-07-27T14:42:29.182Z] SSH_AUTH_SOCK=/tmp/ssh-j1zBfgPfOl7O/agent.14 [2021-07-27T14:42:29.182Z] SSH_AGENT_PID=20 [2021-07-27T14:42:29.191Z] Running ssh-add (command line suppressed) [2021-07-27T14:42:29.290Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_1707230590557570377.key (/w/workspace/edgex-go/14@tmp/private_key_1707230590557570377.key) [2021-07-27T14:42:29.315Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T14:42:29.624Z] + git semver tag [2021-07-27T14:42:29.624Z] # -> Open(): unable to determine branch for HEAD [2021-07-27T14:42:29.624Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-07-27T14:42:29.624Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-07-27T14:42:29.624Z] # $SEMVER_REMOTE_NAME = origin [2021-07-27T14:42:29.624Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-27T14:42:29.624Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-27T14:42:29.624Z] # $SEMVER_BRANCH = main [2021-07-27T14:42:29.624Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [2021-07-27T14:42:29.624Z] # 8af46092e6841b377ce9cc35e8dd7acb653e0cde HEAD [2021-07-27T14:42:29.624Z] # -> Force: false [2021-07-27T14:42:29.624Z] # 467f5e6707b4006478070384bd3de45e102b6044 refs/tags/v2.0.1-dev.14 [Pipeline] } [2021-07-27T14:42:29.637Z] $ docker exec --env ******** --env ******** 21a793bbf6549d792715905362de96c05d052fc308ac81fef4a506d8a77861ed ssh-agent -k [2021-07-27T14:42:29.735Z] unset SSH_AUTH_SOCK; [2021-07-27T14:42:29.735Z] unset SSH_AGENT_PID; [2021-07-27T14:42:29.735Z] echo Agent pid 20 killed; [2021-07-27T14:42:29.762Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T14:42:30.103Z] + git semver [Pipeline] } [2021-07-27T14:42:30.121Z] $ docker stop --time=1 21a793bbf6549d792715905362de96c05d052fc308ac81fef4a506d8a77861ed [2021-07-27T14:42:31.330Z] $ docker rm -f 21a793bbf6549d792715905362de96c05d052fc308ac81fef4a506d8a77861ed [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:42:31.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-27T14:42:31.824Z] [2021-07-27T14:42:31.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:42:32.161Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-27T14:42:32.161Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-07-27T14:42:32.161Z] ab5ef0e58194: Pulling fs layer [2021-07-27T14:42:32.161Z] 9712f1f96733: Pulling fs layer [2021-07-27T14:42:32.161Z] 63f879dbbcfc: Pulling fs layer [2021-07-27T14:42:32.161Z] 0d9ebad4ef96: Pulling fs layer [2021-07-27T14:42:32.161Z] e9a5061849ea: Pulling fs layer [2021-07-27T14:42:32.161Z] d747dcd14b5f: Pulling fs layer [2021-07-27T14:42:32.161Z] 2de7ff778b66: Pulling fs layer [2021-07-27T14:42:32.161Z] e9a5061849ea: Waiting [2021-07-27T14:42:32.161Z] d747dcd14b5f: Waiting [2021-07-27T14:42:32.161Z] 2de7ff778b66: Waiting [2021-07-27T14:42:32.161Z] 0d9ebad4ef96: Waiting [2021-07-27T14:42:32.161Z] 9712f1f96733: Verifying Checksum [2021-07-27T14:42:32.161Z] 9712f1f96733: Download complete [2021-07-27T14:42:34.735Z] 63f879dbbcfc: Verifying Checksum [2021-07-27T14:42:34.735Z] 63f879dbbcfc: Download complete [2021-07-27T14:42:34.735Z] e9a5061849ea: Verifying Checksum [2021-07-27T14:42:34.735Z] e9a5061849ea: Download complete [2021-07-27T14:42:34.735Z] d747dcd14b5f: Verifying Checksum [2021-07-27T14:42:34.735Z] d747dcd14b5f: Download complete [2021-07-27T14:42:35.693Z] 2de7ff778b66: Verifying Checksum [2021-07-27T14:42:35.693Z] 2de7ff778b66: Download complete [2021-07-27T14:42:36.275Z] ab5ef0e58194: Verifying Checksum [2021-07-27T14:42:36.275Z] ab5ef0e58194: Download complete [2021-07-27T14:42:36.543Z] 0d9ebad4ef96: Verifying Checksum [2021-07-27T14:42:36.543Z] 0d9ebad4ef96: Download complete [2021-07-27T14:42:39.131Z] ab5ef0e58194: Pull complete [2021-07-27T14:42:39.131Z] 9712f1f96733: Pull complete [2021-07-27T14:42:39.732Z] 63f879dbbcfc: Pull complete [2021-07-27T14:42:43.091Z] 0d9ebad4ef96: Pull complete [2021-07-27T14:42:43.091Z] e9a5061849ea: Pull complete [2021-07-27T14:42:43.091Z] d747dcd14b5f: Pull complete [2021-07-27T14:42:44.068Z] 2de7ff778b66: Pull complete [2021-07-27T14:42:44.068Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-07-27T14:42:44.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-07-27T14:42:44.068Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-07-27T14:42:44.159Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:42:44.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:42:47.631Z] $ docker top 7972fe490f09e7a8600acee3fbb8342f673c13f68bdf952c5c0fc595be9c676c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-07-27T14:42:47.728Z] provisioning config files... [2021-07-27T14:42:47.740Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/14@tmp/config5055768570445885833tmp [2021-07-27T14:42:47.759Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/14@tmp/config5048943650523643483tmp [2021-07-27T14:42:47.778Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/14@tmp/config5153027526179008301tmp [Pipeline] { [Pipeline] echo [2021-07-27T14:42:47.800Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:42:48.106Z] ---> sigul-configuration.sh [2021-07-27T14:42:48.106Z] gpg: directory `/root/.gnupg' created [2021-07-27T14:42:48.106Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-07-27T14:42:48.106Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-07-27T14:42:48.106Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-07-27T14:42:48.106Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-07-27T14:42:48.106Z] gpg: CAST5 encrypted data [2021-07-27T14:42:48.106Z] gpg: encrypted with 1 passphrase [2021-07-27T14:42:48.106Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-07-27T14:42:48.590Z] + mkdir /home/jenkins [2021-07-27T14:42:48.590Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-07-27T14:42:48.904Z] + 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-27T14:42:48.918Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:42:49.228Z] ---> sigul-install.sh [2021-07-27T14:42:49.228Z] Sigul already installed; skipping installation. [Pipeline] sh [2021-07-27T14:42:49.542Z] + git tag --list [2021-07-27T14:42:49.542Z] 0.6.0 [2021-07-27T14:42:49.542Z] 0.6.1 [2021-07-27T14:42:49.542Z] 0.7.0 [2021-07-27T14:42:49.542Z] 0.7.1 [2021-07-27T14:42:49.542Z] v1.0.0 [2021-07-27T14:42:49.542Z] v1.0.1 [2021-07-27T14:42:49.542Z] v1.1.0 [2021-07-27T14:42:49.542Z] v1.2.0 [2021-07-27T14:42:49.542Z] v1.2.1 [2021-07-27T14:42:49.542Z] v1.3.0 [2021-07-27T14:42:49.542Z] v1.3.1 [2021-07-27T14:42:49.542Z] v2.0.0 [2021-07-27T14:42:49.542Z] v2.0.1-dev.1 [2021-07-27T14:42:49.542Z] v2.0.1-dev.10 [2021-07-27T14:42:49.542Z] v2.0.1-dev.11 [2021-07-27T14:42:49.542Z] v2.0.1-dev.12 [2021-07-27T14:42:49.542Z] v2.0.1-dev.13 [2021-07-27T14:42:49.542Z] v2.0.1-dev.14 [2021-07-27T14:42:49.542Z] v2.0.1-dev.2 [2021-07-27T14:42:49.542Z] v2.0.1-dev.3 [2021-07-27T14:42:49.542Z] v2.0.1-dev.4 [2021-07-27T14:42:49.542Z] v2.0.1-dev.5 [2021-07-27T14:42:49.542Z] v2.0.1-dev.6 [2021-07-27T14:42:49.542Z] v2.0.1-dev.7 [2021-07-27T14:42:49.542Z] v2.0.1-dev.8 [2021-07-27T14:42:49.542Z] v2.0.1-dev.9 [Pipeline] sh [2021-07-27T14:42:49.855Z] + lftools sign git-tag v2.0.1-dev.14 [2021-07-27T14:42:50.439Z] Signing Git tag with Sigul... [2021-07-27T14:42:50.439Z] Signing v2.0.1-dev.14 [Pipeline] echo [2021-07-27T14:42:52.391Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:42:52.699Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-07-27T14:42:52.712Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-07-27T14:42:52.740Z] $ docker stop --time=1 7972fe490f09e7a8600acee3fbb8342f673c13f68bdf952c5c0fc595be9c676c [2021-07-27T14:42:53.952Z] $ docker rm -f 7972fe490f09e7a8600acee3fbb8342f673c13f68bdf952c5c0fc595be9c676c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:42:54.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:42:54.562Z] . [Pipeline] withDockerContainer [2021-07-27T14:42:54.655Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:42:54.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:42:55.064Z] $ docker top a4b183e814f9a798903d6e40b2646d3bab5b7caebab0c4a12e537dee5e0ad20e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-27T14:42:55.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T14:42:55.199Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T14:42:55.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T14:42:55.320Z] $ docker exec a4b183e814f9a798903d6e40b2646d3bab5b7caebab0c4a12e537dee5e0ad20e ssh-agent [2021-07-27T14:42:55.426Z] SSH_AUTH_SOCK=/tmp/ssh-8imia8dHRpRk/agent.14 [2021-07-27T14:42:55.426Z] SSH_AGENT_PID=20 [2021-07-27T14:42:55.435Z] Running ssh-add (command line suppressed) [2021-07-27T14:42:55.524Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_6078660396963337998.key (/w/workspace/edgex-go/14@tmp/private_key_6078660396963337998.key) [2021-07-27T14:42:55.554Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T14:42:55.864Z] + git semver bump pre [2021-07-27T14:42:55.864Z] # -> Open(): unable to determine branch for HEAD [2021-07-27T14:42:55.864Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-07-27T14:42:55.864Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-07-27T14:42:55.864Z] # $SEMVER_REMOTE_NAME = origin [2021-07-27T14:42:55.864Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-27T14:42:55.864Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-27T14:42:55.864Z] # $SEMVER_BRANCH = main [2021-07-27T14:42:55.864Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [2021-07-27T14:42:55.864Z] 2.0.1-dev.15 [Pipeline] } [2021-07-27T14:42:55.883Z] $ docker exec --env ******** --env ******** a4b183e814f9a798903d6e40b2646d3bab5b7caebab0c4a12e537dee5e0ad20e ssh-agent -k [2021-07-27T14:42:55.971Z] unset SSH_AUTH_SOCK; [2021-07-27T14:42:55.971Z] unset SSH_AGENT_PID; [2021-07-27T14:42:55.971Z] echo Agent pid 20 killed; [2021-07-27T14:42:55.990Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T14:42:56.331Z] + git semver [Pipeline] } [2021-07-27T14:42:56.354Z] $ docker stop --time=1 a4b183e814f9a798903d6e40b2646d3bab5b7caebab0c4a12e537dee5e0ad20e [2021-07-27T14:42:57.556Z] $ docker rm -f a4b183e814f9a798903d6e40b2646d3bab5b7caebab0c4a12e537dee5e0ad20e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:42:57.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-07-27T14:42:57.952Z] . [Pipeline] withDockerContainer [2021-07-27T14:42:58.036Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:42:58.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:42:58.468Z] $ docker top 39d48c8a313f55917748efb200062518945279e1fc574db1cceec67a9481ab84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-07-27T14:42:58.611Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-07-27T14:42:58.612Z] [ssh-agent] Looking for ssh-agent implementation... [2021-07-27T14:42:58.732Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-07-27T14:42:58.732Z] $ docker exec 39d48c8a313f55917748efb200062518945279e1fc574db1cceec67a9481ab84 ssh-agent [2021-07-27T14:42:58.843Z] SSH_AUTH_SOCK=/tmp/ssh-fXEaiy6FILKg/agent.14 [2021-07-27T14:42:58.843Z] SSH_AGENT_PID=21 [2021-07-27T14:42:58.852Z] Running ssh-add (command line suppressed) [2021-07-27T14:42:58.948Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_3811702866436559300.key (/w/workspace/edgex-go/14@tmp/private_key_3811702866436559300.key) [2021-07-27T14:42:58.978Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-07-27T14:42:59.304Z] + git semver push [2021-07-27T14:42:59.304Z] # -> Open(): unable to determine branch for HEAD [2021-07-27T14:42:59.304Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2021-07-27T14:42:59.304Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2021-07-27T14:42:59.304Z] # $SEMVER_REMOTE_NAME = origin [2021-07-27T14:42:59.304Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-07-27T14:42:59.304Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-07-27T14:42:59.304Z] # $SEMVER_BRANCH = main [2021-07-27T14:42:59.304Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2021-07-27T14:43:07.692Z] $ docker exec --env ******** --env ******** 39d48c8a313f55917748efb200062518945279e1fc574db1cceec67a9481ab84 ssh-agent -k [2021-07-27T14:43:07.815Z] unset SSH_AUTH_SOCK; [2021-07-27T14:43:07.815Z] unset SSH_AGENT_PID; [2021-07-27T14:43:07.815Z] echo Agent pid 21 killed; [2021-07-27T14:43:07.835Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-07-27T14:43:08.187Z] + git semver [Pipeline] } [2021-07-27T14:43:08.206Z] $ docker stop --time=1 39d48c8a313f55917748efb200062518945279e1fc574db1cceec67a9481ab84 [2021-07-27T14:43:09.427Z] $ docker rm -f 39d48c8a313f55917748efb200062518945279e1fc574db1cceec67a9481ab84 [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-27T14:43:10.142Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:10.727Z] ---> package-listing.sh [2021-07-27T14:43:10.727Z] ++ facter osfamily [2021-07-27T14:43:10.727Z] ++ tr '[:upper:]' '[:lower:]' [2021-07-27T14:43:10.992Z] + OS_FAMILY=redhat [2021-07-27T14:43:10.992Z] + workspace=/w/workspace/edgex-go/14 [2021-07-27T14:43:10.992Z] + START_PACKAGES=/tmp/packages_start.txt [2021-07-27T14:43:10.992Z] + END_PACKAGES=/tmp/packages_end.txt [2021-07-27T14:43:10.992Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-07-27T14:43:10.992Z] + PACKAGES=/tmp/packages_start.txt [2021-07-27T14:43:10.992Z] + '[' /w/workspace/edgex-go/14 ']' [2021-07-27T14:43:10.992Z] + PACKAGES=/tmp/packages_end.txt [2021-07-27T14:43:10.992Z] + case "${OS_FAMILY}" in [2021-07-27T14:43:10.992Z] + rpm -qa [2021-07-27T14:43:10.992Z] + sort [2021-07-27T14:43:12.933Z] + '[' -f /tmp/packages_start.txt ']' [2021-07-27T14:43:12.933Z] + '[' -f /tmp/packages_end.txt ']' [2021-07-27T14:43:12.933Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-07-27T14:43:12.933Z] + '[' /w/workspace/edgex-go/14 ']' [2021-07-27T14:43:12.933Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2021-07-27T14:43:12.933Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2021-07-27T14:43:12.973Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-07-27T14:43:13.275Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:43:13.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T14:43:13.867Z] [2021-07-27T14:43:13.867Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-07-27T14:43:14.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T14:43:14.514Z] latest: Pulling from edgex-lftools-log-publisher [2021-07-27T14:43:14.514Z] b4d181a07f80: Pulling fs layer [2021-07-27T14:43:14.514Z] a1111a8f2ec3: Pulling fs layer [2021-07-27T14:43:14.514Z] ed53099fbce6: Pulling fs layer [2021-07-27T14:43:14.514Z] dc539afda2c1: Pulling fs layer [2021-07-27T14:43:14.514Z] 77bc0d833cb6: Pulling fs layer [2021-07-27T14:43:14.514Z] 9065ff56babe: Pulling fs layer [2021-07-27T14:43:14.514Z] d287ab97295c: Pulling fs layer [2021-07-27T14:43:14.514Z] dc539afda2c1: Waiting [2021-07-27T14:43:14.514Z] 77bc0d833cb6: Waiting [2021-07-27T14:43:14.514Z] 9065ff56babe: Waiting [2021-07-27T14:43:14.514Z] d287ab97295c: Waiting [2021-07-27T14:43:15.101Z] a1111a8f2ec3: Verifying Checksum [2021-07-27T14:43:15.101Z] a1111a8f2ec3: Download complete [2021-07-27T14:43:15.101Z] dc539afda2c1: Verifying Checksum [2021-07-27T14:43:15.101Z] dc539afda2c1: Download complete [2021-07-27T14:43:15.683Z] ed53099fbce6: Verifying Checksum [2021-07-27T14:43:15.683Z] ed53099fbce6: Download complete [2021-07-27T14:43:15.683Z] 9065ff56babe: Verifying Checksum [2021-07-27T14:43:15.683Z] 9065ff56babe: Download complete [2021-07-27T14:43:15.683Z] 77bc0d833cb6: Verifying Checksum [2021-07-27T14:43:15.683Z] 77bc0d833cb6: Download complete [2021-07-27T14:43:18.285Z] b4d181a07f80: Download complete [2021-07-27T14:43:18.873Z] b4d181a07f80: Pull complete [2021-07-27T14:43:19.142Z] a1111a8f2ec3: Pull complete [2021-07-27T14:43:19.726Z] ed53099fbce6: Pull complete [2021-07-27T14:43:19.726Z] dc539afda2c1: Pull complete [2021-07-27T14:43:19.991Z] 77bc0d833cb6: Pull complete [2021-07-27T14:43:19.991Z] 9065ff56babe: Pull complete [2021-07-27T14:43:22.573Z] d287ab97295c: Verifying Checksum [2021-07-27T14:43:22.573Z] d287ab97295c: Download complete [2021-07-27T14:43:25.951Z] d287ab97295c: Pull complete [2021-07-27T14:43:25.951Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-07-27T14:43:25.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-07-27T14:43:25.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-07-27T14:43:26.045Z] prd-centos7-docker-4c-2g-272 does not seem to be running inside a container [2021-07-27T14:43:26.105Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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-27T14:43:28.221Z] $ docker top 1cf20ce025c142540a859bb77a437b5df89465fb32a598182e7c4b582be0dc89 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-07-27T14:43:28.623Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-07-27T14:43:28.935Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-07-27T14:43:29.250Z] + ls /var/log/sa-host [2021-07-27T14:43:29.250Z] + sadf -c /var/log/sa-host/sa05 [2021-07-27T14:43:29.250Z] file_magic: OK [2021-07-27T14:43:29.250Z] HZ: Using current value: 100 [2021-07-27T14:43:29.250Z] file_header: OK [2021-07-27T14:43:29.250Z] 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-27T14:43:29.250Z] Statistics: [2021-07-27T14:43:29.250Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-27T14:43:29.250Z] File successfully converted to sysstat format version 12.0.3 [2021-07-27T14:43:29.250Z] + sadf -c /var/log/sa-host/sa27 [2021-07-27T14:43:29.250Z] file_magic: OK [2021-07-27T14:43:29.250Z] HZ: Using current value: 100 [2021-07-27T14:43:29.250Z] file_header: OK [2021-07-27T14:43:29.250Z] 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-27T14:43:29.250Z] Statistics: [2021-07-27T14:43:29.250Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-07-27T14:43:29.250Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-07-27T14:43:29.427Z] provisioning config files... [2021-07-27T14:43:29.442Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config7829993124518676020tmp [Pipeline] { [Pipeline] echo [2021-07-27T14:43:29.467Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:29.778Z] ---> create-netrc.sh [Pipeline] } [2021-07-27T14:43:29.792Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:30.174Z] ---> python-tools-install.sh [Pipeline] echo [2021-07-27T14:43:30.189Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:30.499Z] ---> sudo-logs.sh [2021-07-27T14:43:30.500Z] Archiving 'sudo' log.. [2021-07-27T14:43:30.500Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-272.vexxhost.local: Name or service not known [2021-07-27T14:43:30.500Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-272.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-07-27T14:43:30.538Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:30.846Z] ---> job-cost.sh [2021-07-27T14:43:30.846Z] lf-activate-venv: SKIPPING [2021-07-27T14:43:30.846Z] DEBUG: total: 0.18000000715255737 [2021-07-27T14:43:30.846Z] INFO: Retrieving Stack Cost... [2021-07-27T14:43:31.804Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-07-27T14:43:32.069Z] INFO: Archiving Costs [Pipeline] echo [2021-07-27T14:43:32.085Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-07-27T14:43:32.391Z] ---> logs-deploy.sh [2021-07-27T14:43:32.391Z] lf-activate-venv: SKIPPING [2021-07-27T14:43:32.391Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/14 [2021-07-27T14:43:32.391Z] INFO: archiving workspace using pattern(s): [2021-07-27T14:43:32.975Z] Archives upload complete. [2021-07-27T14:43:33.243Z] INFO: archiving logs to Nexus