Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 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-ssh668250434601102056.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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-ssh7627094580850695043.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 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 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/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16800601086934577343.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 # timeout=10 Commit message: "Merge pull request #405 from ernestojeda/fix-go-1.18-errors" > 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 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-ssh15187101197084412942.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10854372232099968605.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-19871 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/262 [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/262 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad (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 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4091)" > git rev-list --no-walk 48498f0558753389f807f9f09415bce11d10e4ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-13T20:08:30.360Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-13T20:08:30.412Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-13T20:08:30.428Z] ========================================================= [2022-07-13T20:08:30.428Z] EdgeX Global Pipelines Version Info [2022-07-13T20:08:30.428Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:08:31.195Z] ------------------- [2022-07-13T20:08:31.195Z] stable info: [2022-07-13T20:08:31.195Z] ------------------- [2022-07-13T20:08:31.195Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-13T20:08:31.195Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T20:08:31.195Z] Message: update stable to v1.0.237 [2022-07-13T20:08:31.767Z] ------------------- [2022-07-13T20:08:31.767Z] experimental info: [2022-07-13T20:08:31.767Z] ------------------- [2022-07-13T20:08:31.767Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-07-13T20:08:31.767Z] Commit SHA: 2e0fbb9e3182d57c6b22477550a42c2d133d03c8 [2022-07-13T20:08:31.767Z] Message: update experimental to v1.0.237 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-13T20:08:32.007Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-07-13T20:08:32.018Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-07-13T20:08:32.030Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-13T20:08:32.040Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-13T20:08:32.051Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-13T20:08:32.061Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-13T20:08:32.071Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-13T20:08:32.081Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-07-13T20:08:32.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-07-13T20:08:32.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-07-13T20:08:32.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-13T20:08:32.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-13T20:08:32.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-13T20:08:32.157Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-13T20:08:32.168Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-13T20:08:32.181Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T20:08:32.193Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-07-13T20:08:32.210Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-13T20:08:32.225Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-13T20:08:32.237Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-13T20:08:32.250Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-13T20:08:32.260Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-13T20:08:32.271Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-13T20:08:32.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-07-13T20:08:32.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-07-13T20:08:32.306Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-07-13T20:08:32.321Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo [2022-07-13T20:08:32.332Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ac2a4f [Pipeline] echo [2022-07-13T20:08:32.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:08:32.382Z] provisioning config files... [2022-07-13T20:08:32.395Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config2660273974547065558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:08:32.701Z] ---> docker-login.sh [2022-07-13T20:08:32.701Z] nexus3.edgexfoundry.org:10001 [2022-07-13T20:08:32.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:08:33.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:08:33.227Z] Configure a credential helper to remove this warning. See [2022-07-13T20:08:33.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:08:33.227Z] [2022-07-13T20:08:33.227Z] Login Succeeded [2022-07-13T20:08:33.227Z] nexus3.edgexfoundry.org:10002 [2022-07-13T20:08:33.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:08:33.227Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:08:33.227Z] Configure a credential helper to remove this warning. See [2022-07-13T20:08:33.227Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:08:33.227Z] [2022-07-13T20:08:33.227Z] Login Succeeded [2022-07-13T20:08:33.227Z] nexus3.edgexfoundry.org:10003 [2022-07-13T20:08:33.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:08:33.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:08:33.489Z] Configure a credential helper to remove this warning. See [2022-07-13T20:08:33.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:08:33.489Z] [2022-07-13T20:08:33.489Z] Login Succeeded [2022-07-13T20:08:33.489Z] nexus3.edgexfoundry.org:10004 [2022-07-13T20:08:33.489Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:08:33.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:08:33.489Z] Configure a credential helper to remove this warning. See [2022-07-13T20:08:33.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:08:33.489Z] [2022-07-13T20:08:33.489Z] Login Succeeded [2022-07-13T20:08:33.489Z] docker.io [2022-07-13T20:08:33.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:08:34.010Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:08:34.010Z] Configure a credential helper to remove this warning. See [2022-07-13T20:08:34.010Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:08:34.010Z] [2022-07-13T20:08:34.010Z] Login Succeeded [2022-07-13T20:08:34.010Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T20:08:34.018Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T20:08:34.329Z] + 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/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/core-command/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo core-command,cmd/core-command/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/core-data/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo core-data,cmd/core-data/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/core-metadata/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/security-spire-agent/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-07-13T20:08:34.330Z] + + cut -d/dirname -f2 cmd/security-spire-config/Dockerfile [2022-07-13T20:08:34.330Z] [2022-07-13T20:08:34.330Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-07-13T20:08:34.330Z] + + dirname cmd/security-spire-server/Dockerfilecut [2022-07-13T20:08:34.330Z] -d/ -f2 [2022-07-13T20:08:34.330Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/support-notifications/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/support-scheduler/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-07-13T20:08:34.330Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-07-13T20:08:34.330Z] + cut -d/ -f2 [2022-07-13T20:08:34.330Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-07-13T20:08:34.364Z] 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:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/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] { (Build Check) [Pipeline] sh [2022-07-13T20:08:34.713Z] + git rev-list -1 --merges 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad~1..5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo [2022-07-13T20:08:34.734Z] -----------> git rev-list -1 --merges 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad~1..5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [false] [Pipeline] sh [2022-07-13T20:08:35.027Z] + git log --format=format:%s -1 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] echo [2022-07-13T20:08:35.044Z] ========================================================= [2022-07-13T20:08:35.044Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-13T20:08:35.044Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-07-13T20:08:35.447Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T20:08:35.447Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-13T20:08:35.447Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-13T20:08:35.447Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-13T20:08:35.447Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-13T20:08:35.447Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-13T20:08:35.447Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:08:35.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:08:35.871Z] [2022-07-13T20:08:35.871Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:08:36.178Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:08:36.179Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-13T20:08:36.179Z] b85a868b505f: Pulling fs layer [2022-07-13T20:08:36.179Z] e2be974225ed: Pulling fs layer [2022-07-13T20:08:36.179Z] 339a4e72a1f5: Pulling fs layer [2022-07-13T20:08:36.179Z] 988bab9f4d93: Pulling fs layer [2022-07-13T20:08:36.179Z] 1469e6f7b9e6: Pulling fs layer [2022-07-13T20:08:36.179Z] eaf3925da568: Pulling fs layer [2022-07-13T20:08:36.179Z] bab4dde63d76: Pulling fs layer [2022-07-13T20:08:36.179Z] bde34c3a00c8: Pulling fs layer [2022-07-13T20:08:36.179Z] b352a97aabf1: Pulling fs layer [2022-07-13T20:08:36.179Z] 4872d77fe225: Pulling fs layer [2022-07-13T20:08:36.179Z] 5851b861e8e6: Pulling fs layer [2022-07-13T20:08:36.179Z] b352a97aabf1: Waiting [2022-07-13T20:08:36.179Z] 1469e6f7b9e6: Waiting [2022-07-13T20:08:36.179Z] eaf3925da568: Waiting [2022-07-13T20:08:36.179Z] 4872d77fe225: Waiting [2022-07-13T20:08:36.179Z] bab4dde63d76: Waiting [2022-07-13T20:08:36.179Z] 988bab9f4d93: Waiting [2022-07-13T20:08:36.179Z] bde34c3a00c8: Waiting [2022-07-13T20:08:36.179Z] 5851b861e8e6: Waiting [2022-07-13T20:08:36.179Z] e2be974225ed: Verifying Checksum [2022-07-13T20:08:36.179Z] e2be974225ed: Download complete [2022-07-13T20:08:36.179Z] 988bab9f4d93: Verifying Checksum [2022-07-13T20:08:36.179Z] 988bab9f4d93: Download complete [2022-07-13T20:08:36.438Z] 1469e6f7b9e6: Verifying Checksum [2022-07-13T20:08:36.439Z] 1469e6f7b9e6: Download complete [2022-07-13T20:08:36.439Z] eaf3925da568: Verifying Checksum [2022-07-13T20:08:36.439Z] eaf3925da568: Download complete [2022-07-13T20:08:36.439Z] 339a4e72a1f5: Verifying Checksum [2022-07-13T20:08:36.439Z] 339a4e72a1f5: Download complete [2022-07-13T20:08:36.439Z] bde34c3a00c8: Download complete [2022-07-13T20:08:36.439Z] b352a97aabf1: Verifying Checksum [2022-07-13T20:08:36.439Z] b352a97aabf1: Download complete [2022-07-13T20:08:36.439Z] 4872d77fe225: Verifying Checksum [2022-07-13T20:08:36.439Z] 4872d77fe225: Download complete [2022-07-13T20:08:36.439Z] 5851b861e8e6: Verifying Checksum [2022-07-13T20:08:36.439Z] 5851b861e8e6: Download complete [2022-07-13T20:08:36.439Z] b85a868b505f: Verifying Checksum [2022-07-13T20:08:36.439Z] b85a868b505f: Download complete [2022-07-13T20:08:36.698Z] bab4dde63d76: Verifying Checksum [2022-07-13T20:08:36.698Z] bab4dde63d76: Download complete [2022-07-13T20:08:37.639Z] b85a868b505f: Pull complete [2022-07-13T20:08:37.898Z] e2be974225ed: Pull complete [2022-07-13T20:08:38.470Z] 339a4e72a1f5: Pull complete [2022-07-13T20:08:38.470Z] 988bab9f4d93: Pull complete [2022-07-13T20:08:38.731Z] 1469e6f7b9e6: Pull complete [2022-07-13T20:08:38.731Z] eaf3925da568: Pull complete [2022-07-13T20:08:40.641Z] bab4dde63d76: Pull complete [2022-07-13T20:08:40.641Z] bde34c3a00c8: Pull complete [2022-07-13T20:08:40.901Z] b352a97aabf1: Pull complete [2022-07-13T20:08:40.901Z] 4872d77fe225: Pull complete [2022-07-13T20:08:40.902Z] 5851b861e8e6: Pull complete [2022-07-13T20:08:40.902Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-13T20:08:40.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:08:40.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:08:41.001Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:08:41.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-13T20:08:42.428Z] $ docker top 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef -eo pid,comm [2022-07-13T20:08:42.488Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-07-13T20:08:42.488Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T20:08:42.517Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T20:08:42.517Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T20:08:42.638Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T20:08:42.645Z] $ docker exec 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent [2022-07-13T20:08:42.757Z] SSH_AUTH_SOCK=/tmp/ssh-mNvKmCkvj1rY/agent.33 [2022-07-13T20:08:42.757Z] SSH_AGENT_PID=39 [2022-07-13T20:08:42.764Z] Running ssh-add (command line suppressed) [2022-07-13T20:08:42.892Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_1018065504201491333.key (/w/workspace/edgex-go/262@tmp/private_key_1018065504201491333.key) [2022-07-13T20:08:42.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T20:08:43.194Z] + git tag --points-at HEAD [Pipeline] } [2022-07-13T20:08:43.212Z] $ docker exec --env ******** --env ******** 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent -k [2022-07-13T20:08:43.317Z] unset SSH_AUTH_SOCK; [2022-07-13T20:08:43.317Z] unset SSH_AGENT_PID; [2022-07-13T20:08:43.318Z] echo Agent pid 39 killed; [2022-07-13T20:08:43.327Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-13T20:08:43.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T20:08:43.356Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T20:08:43.485Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T20:08:43.491Z] $ docker exec 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent [2022-07-13T20:08:43.608Z] SSH_AUTH_SOCK=/tmp/ssh-PdROjH1bppUb/agent.72 [2022-07-13T20:08:43.608Z] SSH_AGENT_PID=79 [2022-07-13T20:08:43.614Z] Running ssh-add (command line suppressed) [2022-07-13T20:08:43.733Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_4680636447867995012.key (/w/workspace/edgex-go/262@tmp/private_key_4680636447867995012.key) [2022-07-13T20:08:43.745Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T20:08:44.036Z] + git semver init [2022-07-13T20:08:44.296Z] 2022-07-13 20:08:44,238 [run_init] DEBUG init version:0.0.0 force:False [2022-07-13T20:08:44.296Z] 2022-07-13 20:08:44,239 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/262/.semver [2022-07-13T20:08:44.296Z] 2022-07-13 20:08:44,240 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/262/.semver [2022-07-13T20:08:44.296Z] 2022-07-13 20:08:44,240 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/262/.semver'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) [2022-07-13T20:08:48.553Z] 2022-07-13 20:08:48,009 [append_file] DEBUG append to file:/w/workspace/edgex-go/262/.git/info/exclude [2022-07-13T20:08:48.553Z] 2022-07-13 20:08:48,010 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/262/.semver/main with force:False [2022-07-13T20:08:48.553Z] 2022-07-13 20:08:48,010 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:08:48.553Z] 2022-07-13 20:08:48,010 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:08:48.553Z] 2.2.1-dev.28 [Pipeline] } [2022-07-13T20:08:48.569Z] $ docker exec --env ******** --env ******** 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef ssh-agent -k [2022-07-13T20:08:48.673Z] unset SSH_AUTH_SOCK; [2022-07-13T20:08:48.673Z] unset SSH_AGENT_PID; [2022-07-13T20:08:48.673Z] echo Agent pid 79 killed; [2022-07-13T20:08:48.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T20:08:48.981Z] + git semver [Pipeline] } [2022-07-13T20:08:49.263Z] $ docker stop --time=1 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef [2022-07-13T20:08:50.623Z] $ docker rm -f 45cb6fcc17ba43d0ea15610efeba2fbcf94d3e79fa4fbbf64a741347e0b287ef [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T20:08:50.973Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-13T20:08:51.211Z] Stashed 1 file(s) [Pipeline] echo [2022-07-13T20:08:51.215Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.28 [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 [2022-07-13T20:08:51.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:08:51.352Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:08:51.357Z] ========================================================= [2022-07-13T20:08:51.357Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-07-13T20:08:51.357Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-13T20:08:51.661Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T20:08:51.661Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-07-13T20:08:51.661Z] 2408cc74d12b: Pulling fs layer [2022-07-13T20:08:51.661Z] ea60b727a1ce: Pulling fs layer [2022-07-13T20:08:51.661Z] 30c4a7721957: Pulling fs layer [2022-07-13T20:08:51.661Z] 370296b7ddb6: Pulling fs layer [2022-07-13T20:08:51.661Z] 7c6cee850709: Pulling fs layer [2022-07-13T20:08:51.661Z] 39a5fcdaea64: Pulling fs layer [2022-07-13T20:08:51.661Z] d94ebbe4e438: Pulling fs layer [2022-07-13T20:08:51.661Z] bcfd1f05c69d: Pulling fs layer [2022-07-13T20:08:51.661Z] 59ccb84bbe0f: Pulling fs layer [2022-07-13T20:08:51.661Z] d94ebbe4e438: Waiting [2022-07-13T20:08:51.661Z] 370296b7ddb6: Waiting [2022-07-13T20:08:51.661Z] bcfd1f05c69d: Waiting [2022-07-13T20:08:51.661Z] 59ccb84bbe0f: Waiting [2022-07-13T20:08:51.661Z] 7c6cee850709: Waiting [2022-07-13T20:08:51.661Z] 39a5fcdaea64: Waiting [2022-07-13T20:08:51.661Z] 30c4a7721957: Verifying Checksum [2022-07-13T20:08:51.661Z] 30c4a7721957: Download complete [2022-07-13T20:08:51.661Z] ea60b727a1ce: Verifying Checksum [2022-07-13T20:08:51.661Z] ea60b727a1ce: Download complete [2022-07-13T20:08:51.661Z] 7c6cee850709: Verifying Checksum [2022-07-13T20:08:51.661Z] 7c6cee850709: Download complete [2022-07-13T20:08:51.661Z] 39a5fcdaea64: Verifying Checksum [2022-07-13T20:08:51.661Z] 39a5fcdaea64: Download complete [2022-07-13T20:08:51.661Z] 2408cc74d12b: Verifying Checksum [2022-07-13T20:08:51.661Z] 2408cc74d12b: Download complete [2022-07-13T20:08:51.661Z] d94ebbe4e438: Download complete [2022-07-13T20:08:51.926Z] 2408cc74d12b: Pull complete [2022-07-13T20:08:51.926Z] ea60b727a1ce: Pull complete [2022-07-13T20:08:52.191Z] 30c4a7721957: Pull complete [2022-07-13T20:08:52.452Z] 59ccb84bbe0f: Verifying Checksum [2022-07-13T20:08:52.452Z] 59ccb84bbe0f: Download complete [2022-07-13T20:08:52.452Z] bcfd1f05c69d: Verifying Checksum [2022-07-13T20:08:52.452Z] bcfd1f05c69d: Download complete [2022-07-13T20:08:52.452Z] 370296b7ddb6: Verifying Checksum [2022-07-13T20:08:52.452Z] 370296b7ddb6: Download complete [2022-07-13T20:08:56.658Z] 370296b7ddb6: Pull complete [2022-07-13T20:08:56.658Z] 7c6cee850709: Pull complete [2022-07-13T20:08:56.658Z] 39a5fcdaea64: Pull complete [2022-07-13T20:08:56.658Z] d94ebbe4e438: Pull complete [2022-07-13T20:08:58.565Z] bcfd1f05c69d: Pull complete [2022-07-13T20:08:59.134Z] 59ccb84bbe0f: Pull complete [2022-07-13T20:08:59.134Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-07-13T20:08:59.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T20:08:59.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-13T20:08:59.433Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T20:08:59.433Z] WORKDIR /edgex [2022-07-13T20:08:59.433Z] COPY go.mod . [2022-07-13T20:08:59.433Z] RUN go mod download [2022-07-13T20:08:59.433Z] + docker build -t ci-base-image-x86_64 -f - . [2022-07-13T20:09:00.815Z] Sending build context to Docker daemon 335.2MB [2022-07-13T20:09:00.815Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-07-13T20:09:00.815Z] ---> a4fb48ad2a94 [2022-07-13T20:09:00.815Z] Step 2/4 : WORKDIR /edgex [2022-07-13T20:09:02.730Z] ---> Running in a8fdea99e57b [2022-07-13T20:09:02.730Z] Removing intermediate container a8fdea99e57b [2022-07-13T20:09:02.730Z] ---> 0a822b35c0b2 [2022-07-13T20:09:02.730Z] Step 3/4 : COPY go.mod . [2022-07-13T20:09:02.730Z] ---> 9e3ca76dcff9 [2022-07-13T20:09:02.730Z] Step 4/4 : RUN go mod download [2022-07-13T20:09:02.730Z] ---> Running in 9376e4578362 [2022-07-13T20:09:06.306Z] Still waiting to schedule task [2022-07-13T20:09:06.306Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-07-13T20:09:12.733Z] Removing intermediate container 9376e4578362 [2022-07-13T20:09:12.733Z] ---> 5bf26f7808c9 [2022-07-13T20:09:12.733Z] Successfully built 5bf26f7808c9 [2022-07-13T20:09:12.993Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:09:13.305Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T20:09:13.306Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:09:13.390Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:09:13.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 ******** ci-base-image-x86_64 cat [2022-07-13T20:09:13.846Z] $ docker top 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:09:14.206Z] + go version [2022-07-13T20:09:14.206Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-07-13T20:09:14.222Z] $ docker stop --time=1 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 [2022-07-13T20:09:15.519Z] $ docker rm -f 2b41ca2dfbe8e3e115c6733ac253051aa70de8afaa726bd192fe6d7e3646d1f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:09:15.903Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-13T20:09:15.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:09:15.991Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:09:16.029Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 ******** ci-base-image-x86_64 cat [2022-07-13T20:09:16.368Z] $ docker top 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-13T20:09:16.440Z] ========================================================= [2022-07-13T20:09:16.440Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-07-13T20:09:16.440Z] ========================================================= [Pipeline] sh [2022-07-13T20:09:16.752Z] + git config --global --add safe.directory /w/workspace/edgex-go/262 [Pipeline] fileExists [Pipeline] sh [2022-07-13T20:09:17.055Z] + make test [2022-07-13T20:09:17.055Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-13T20:09:23.670Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-07-13T20:09:35.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-07-13T20:09:36.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.080s coverage: 28.7% of statements [2022-07-13T20:09:36.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-07-13T20:09:36.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-07-13T20:09:37.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.112s coverage: 98.5% of statements [2022-07-13T20:09:37.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-07-13T20:09:37.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.2% of statements [2022-07-13T20:09:37.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-07-13T20:09:37.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.619s coverage: 89.2% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.078s coverage: 83.8% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.457s coverage: 95.6% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.057s coverage: 72.2% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.071s coverage: 0.9% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.067s coverage: 29.6% of statements [2022-07-13T20:09:41.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.068s coverage: 79.5% of statements [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.060s coverage: 96.3% of statements [2022-07-13T20:09:41.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2022-07-13T20:09:49.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements [2022-07-13T20:09:49.775Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2022-07-13T20:09:51.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.198s coverage: 82.5% of statements [2022-07-13T20:09:51.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.076s coverage: 87.2% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 58.8% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 85.4% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.2% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 64.4% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 89.4% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.017s coverage: 100.0% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 65.4% of statements [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-07-13T20:10:01.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-07-13T20:10:01.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.190s coverage: 43.8% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.074s coverage: 84.8% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.082s coverage: 17.7% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.165s coverage: 92.3% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.066s coverage: 63.2% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.094s coverage: 97.7% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.046s coverage: 28.9% of statements [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-07-13T20:10:01.697Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2022-07-13T20:10:01.697Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 96.9% of statements [2022-07-13T20:10:01.697Z] 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 [2022-07-13T20:10:19.816Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2022-07-13T20:10:19.816Z] GO111MODULE=on go vet ./... [2022-07-13T20:10:22.358Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-13T20:10:22.358Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-13T20:10:22.358Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-07-13T20:10:22.632Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-13T20:10:22.926Z] + ls -al . [2022-07-13T20:10:22.926Z] total 684 [2022-07-13T20:10:22.926Z] drwxrwxr-x 10 1001 1001 4096 Jul 13 20:09 . [2022-07-13T20:10:22.926Z] drwxr-xr-x 4 root root 4096 Jul 13 20:09 .. [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 11 Jul 13 20:08 .dockerignore [2022-07-13T20:10:22.926Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 20:10 .git [2022-07-13T20:10:22.926Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 20:08 .github [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 1030 Jul 13 20:08 .gitignore [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 42 Jul 13 20:08 .golangci.yml [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 87 Jul 13 20:08 .hadolint.yml [2022-07-13T20:10:22.926Z] drwxr-xr-x 3 1001 1001 4096 Jul 13 20:08 .semver [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 166 Jul 13 20:08 .sonarcloud.properties [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 1171 Jul 13 20:08 ADOPTERS.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 10347 Jul 13 20:08 Attribution.txt [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 63209 Jul 13 20:08 CHANGELOG.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 3804 Jul 13 20:08 CONTRIBUTING.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 677 Jul 13 20:08 GOVERNANCE.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 850 Jul 13 20:08 Jenkinsfile [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 10775 Jul 13 20:08 LICENSE [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 10350 Jul 13 20:08 Makefile [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 582 Jul 13 20:08 OWNERS.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 9094 Jul 13 20:08 README.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 6912 Jul 13 20:08 SECURITY.md [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 12 Jul 13 20:08 VERSION [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 4131 Jul 13 20:08 ZMQWindows.md [2022-07-13T20:10:22.926Z] drwxrwxr-x 2 1001 1001 4096 Jul 13 20:08 bin [2022-07-13T20:10:22.926Z] drwxrwxr-x 18 1001 1001 4096 Jul 13 20:08 cmd [2022-07-13T20:10:22.926Z] -rw-r--r-- 1 root root 435593 Jul 13 20:10 coverage.out [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 3312 Jul 13 20:08 go.mod [2022-07-13T20:10:22.926Z] -rw-rw-r-- 1 1001 1001 36233 Jul 13 20:08 go.sum [2022-07-13T20:10:22.926Z] drwxrwxr-x 8 1001 1001 4096 Jul 13 20:08 internal [2022-07-13T20:10:22.927Z] drwxrwxr-x 3 1001 1001 4096 Jul 13 20:08 openapi [2022-07-13T20:10:22.927Z] drwxrwxr-x 4 1001 1001 4096 Jul 13 20:08 snap [2022-07-13T20:10:22.927Z] -rw-rw-r-- 1 1001 1001 204 Jul 13 20:08 version.go [Pipeline] sh [2022-07-13T20:10:23.219Z] + '[' -e coverage.out ] [2022-07-13T20:10:23.220Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-07-13T20:10:23.298Z] Stashed 1 file(s) [Pipeline] sh [2022-07-13T20:10:23.582Z] + make build [2022-07-13T20:10:23.582Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-13T20:10:35.819Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-13T20:10:45.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-13T20:10:45.807Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-13T20:10:46.741Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19872 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-07-13T20:10:46.752Z] Running in /w/workspace/edgex-go/262 [Pipeline] { [Pipeline] checkout [2022-07-13T20:10:46.796Z] The recommended git tool is: git [2022-07-13T20:10:52.378Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-13T20:10:52.378Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-13T20:10:53.006Z] using credential edgex-jenkins-ssh [2022-07-13T20:10:53.025Z] Cloning the remote Git repository [2022-07-13T20:10:53.099Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-07-13T20:10:53.315Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-13T20:10:53.184Z] > git init /w/workspace/edgex-go/262 # timeout=10 [2022-07-13T20:10:53.265Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-07-13T20:10:53.266Z] > git --version # timeout=10 [2022-07-13T20:10:53.340Z] > git --version # 'git version 2.25.1' [2022-07-13T20:10:53.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-13T20:10:53.429Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T20:10:54.696Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-13T20:10:55.268Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-13T20:10:56.647Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-13T20:10:57.224Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-13T20:10:57.796Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-13T20:10:59.704Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-07-13T20:11:00.660Z] $ docker stop --time=1 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 [2022-07-13T20:11:02.866Z] $ docker rm -f 5b894debcd4715665b0fa1926d45973351efb4f8c93f430677e64666ef1bd8d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:11:03.698Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T20:11:03.699Z] [2022-07-13T20:11:03.699Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:11:03.996Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T20:11:03.996Z] latest: Pulling from edgex-devops/edgex-compose [2022-07-13T20:11:03.996Z] cbdbe7a5bc2a: Pulling fs layer [2022-07-13T20:11:03.996Z] ca9280d653b3: Pulling fs layer [2022-07-13T20:11:03.996Z] 7e9c9ca2126c: Pulling fs layer [2022-07-13T20:11:04.257Z] cbdbe7a5bc2a: Download complete [2022-07-13T20:11:04.257Z] cbdbe7a5bc2a: Pull complete [2022-07-13T20:11:04.257Z] ca9280d653b3: Verifying Checksum [2022-07-13T20:11:04.257Z] ca9280d653b3: Download complete [2022-07-13T20:11:04.887Z] 7e9c9ca2126c: Verifying Checksum [2022-07-13T20:11:04.887Z] 7e9c9ca2126c: Download complete [2022-07-13T20:11:04.887Z] ca9280d653b3: Pull complete [2022-07-13T20:11:08.234Z] 7e9c9ca2126c: Pull complete [2022-07-13T20:11:08.234Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-07-13T20:11:08.234Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T20:11:08.234Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:11:08.324Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:11:08.365Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 [2022-07-13T20:11:08.993Z] Avoid second fetch [2022-07-13T20:11:08.994Z] Checking out Revision 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad (main) [2022-07-13T20:11:08.958Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-07-13T20:11:08.978Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-13T20:11:09.017Z] > git config core.sparsecheckout # timeout=10 [2022-07-13T20:11:09.031Z] > git checkout -f 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad # timeout=10 [2022-07-13T20:11:09.865Z] $ docker top 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:11:10.215Z] + docker-compose build --help [2022-07-13T20:11:10.215Z] + grep parallel [2022-07-13T20:11:10.784Z] --parallel Build images in parallel. [Pipeline] } [2022-07-13T20:11:10.799Z] $ docker stop --time=1 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 [2022-07-13T20:11:12.091Z] $ docker rm -f 83e04efe3fa76aca9b5ccdd5610d7c7a668ab87fe2cf86fde6a38a67b35a07d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:11:12.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-07-13T20:11:12.501Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:11:12.587Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:11:12.622Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-07-13T20:11:12.981Z] $ docker top aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:11:13.340Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-13T20:11:13.345Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2 (#4091)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-13T20:11:13.909Z] Building core-command ... [2022-07-13T20:11:13.909Z] Building core-data ... [2022-07-13T20:11:13.909Z] Building core-metadata ... [2022-07-13T20:11:13.909Z] Building security-bootstrapper ... [2022-07-13T20:11:13.909Z] Building security-proxy-setup ... [2022-07-13T20:11:13.909Z] Building security-secretstore-setup ... [2022-07-13T20:11:13.909Z] Building security-spiffe-token-provider ... [2022-07-13T20:11:13.909Z] Building security-spire-agent ... [2022-07-13T20:11:13.909Z] Building security-spire-config ... [2022-07-13T20:11:13.909Z] Building security-spire-server ... [2022-07-13T20:11:13.909Z] Building support-notifications ... [2022-07-13T20:11:13.909Z] Building support-scheduler ... [2022-07-13T20:11:13.909Z] Building sys-mgmt-agent ... [2022-07-13T20:11:13.909Z] Building security-spiffe-token-provider [2022-07-13T20:11:13.909Z] Building security-spire-server [2022-07-13T20:11:13.909Z] Building core-command [2022-07-13T20:11:13.909Z] Building security-spire-config [2022-07-13T20:11:13.909Z] Building support-notifications [2022-07-13T20:11:14.283Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-13T20:11:14.283Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:11:14.283Z] Dload Upload Total Spent Left Speed [2022-07-13T20:11:14.283Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 96343 0 --:--:-- --:--:-- --:--:-- 96343 100 12332 100 12332 0 0 95596 0 --:--:-- --:--:-- --:--:-- 94861 [Pipeline] sh [2022-07-13T20:11:14.986Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-13T20:11:15.332Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-13T20:11:15.332Z] + sudo tee /etc/docker/daemon.new [2022-07-13T20:11:15.332Z] { [2022-07-13T20:11:15.332Z] "registry-mirrors": [ [2022-07-13T20:11:15.332Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-13T20:11:15.332Z] ], [2022-07-13T20:11:15.332Z] "bip": "10.250.0.254/24", [2022-07-13T20:11:15.332Z] "hosts": [ [2022-07-13T20:11:15.332Z] "tcp://0.0.0.0:5555", [2022-07-13T20:11:15.332Z] "unix:///var/run/docker.sock" [2022-07-13T20:11:15.332Z] ], [2022-07-13T20:11:15.332Z] "mtu": 1458, [2022-07-13T20:11:15.332Z] "selinux-enabled": true, [2022-07-13T20:11:15.332Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-13T20:11:15.332Z] } [Pipeline] sh [2022-07-13T20:11:15.688Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-13T20:11:16.027Z] + sudo service docker restart [2022-07-13T20:11:28.799Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:11:28.799Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:11:28.799Z] ---> 5bf26f7808c9 [2022-07-13T20:11:28.799Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T20:11:28.799Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:11:28.799Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:11:28.799Z] ---> 5bf26f7808c9 [2022-07-13T20:11:28.799Z] Step 3/20 : WORKDIR /edgex-go [2022-07-13T20:11:28.799Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:11:28.799Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:11:28.799Z] ---> 5bf26f7808c9 [2022-07-13T20:11:28.799Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:11:28.799Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:11:28.799Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:11:28.799Z] ---> 5bf26f7808c9 [2022-07-13T20:11:28.799Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:11:28.799Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:11:28.799Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:11:28.799Z] ---> 5bf26f7808c9 [2022-07-13T20:11:28.799Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T20:11:29.741Z] ---> Running in 63fe42b7d6c4 [2022-07-13T20:11:29.741Z] ---> Running in 5781ad4d2bfb [2022-07-13T20:11:29.741Z] ---> Running in defe3fbb60f8 [2022-07-13T20:11:29.741Z] ---> Running in 98c327ed7114 [2022-07-13T20:11:29.741Z] ---> Running in ab9dcd14664b [2022-07-13T20:11:29.741Z] Removing intermediate container ab9dcd14664b [2022-07-13T20:11:29.741Z] ---> 236980a8e8de [2022-07-13T20:11:29.741Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:29.741Z] Removing intermediate container 63fe42b7d6c4 [2022-07-13T20:11:29.741Z] ---> 222ea5522255 [2022-07-13T20:11:29.741Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:29.741Z] Removing intermediate container 5781ad4d2bfb [2022-07-13T20:11:29.741Z] ---> c21dfd2bbbe8 [2022-07-13T20:11:29.741Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:29.741Z] Removing intermediate container defe3fbb60f8 [2022-07-13T20:11:29.741Z] ---> 9cd63cb9fa4a [2022-07-13T20:11:29.741Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-13T20:11:30.000Z] Removing intermediate container 98c327ed7114 [2022-07-13T20:11:30.000Z] ---> 663596da4003 [2022-07-13T20:11:30.000Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:30.000Z] ---> Running in a9ca8223ae30 [2022-07-13T20:11:30.000Z] ---> Running in 321473ef70b3 [2022-07-13T20:11:30.000Z] ---> Running in 9c616dbd8eea [2022-07-13T20:11:30.000Z] ---> Running in 507a0cde974e [2022-07-13T20:11:30.000Z] ---> Running in 7c1c2588cdb3 [2022-07-13T20:11:30.569Z] Removing intermediate container a9ca8223ae30 [2022-07-13T20:11:30.569Z] ---> 9d0577e1430d [2022-07-13T20:11:30.569Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T20:11:30.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:30.828Z] ---> Running in 3534c8af537a [2022-07-13T20:11:30.828Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:31.090Z] Removing intermediate container 321473ef70b3 [2022-07-13T20:11:31.090Z] ---> 00fb6c02aef2 [2022-07-13T20:11:31.090Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-13T20:11:31.090Z] ---> Running in 34e5c7b3e515 [2022-07-13T20:11:31.090Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-13T20:11:31.090Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-13T20:11:31.090Z] OK: 17033 distinct packages available [2022-07-13T20:11:31.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:31.353Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:31.613Z] OK: 211 MiB in 51 packages [2022-07-13T20:11:31.613Z] Removing intermediate container 9c616dbd8eea [2022-07-13T20:11:31.613Z] ---> d45f78858336 [2022-07-13T20:11:31.613Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:11:31.613Z] ---> Running in 3023f9c15639 [2022-07-13T20:11:31.613Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:31.613Z] Removing intermediate container 7c1c2588cdb3 [2022-07-13T20:11:31.613Z] ---> 399f8a07fa42 [2022-07-13T20:11:31.613Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:11:31.872Z] ---> Running in a76c4b3da95d [2022-07-13T20:11:32.133Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:32.133Z] Removing intermediate container 507a0cde974e [2022-07-13T20:11:32.133Z] ---> 00c789a1eed3 [2022-07-13T20:11:32.133Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-13T20:11:32.133Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:32.394Z] ---> 292352d31419 [2022-07-13T20:11:32.394Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:11:32.394Z] ---> Running in 82ef909f10ed [2022-07-13T20:11:32.394Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:32.654Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:32.917Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:32.917Z] OK: 211 MiB in 51 packages [2022-07-13T20:11:32.917Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:33.178Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:33.178Z] OK: 211 MiB in 51 packages [2022-07-13T20:11:33.456Z] OK: 211 MiB in 51 packages [2022-07-13T20:11:33.456Z] Removing intermediate container 3534c8af537a [2022-07-13T20:11:33.456Z] ---> 987c95848dd0 [2022-07-13T20:11:33.456Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:11:33.456Z] OK: 211 MiB in 51 packages [2022-07-13T20:11:33.722Z] ---> a1d2250cee34 [2022-07-13T20:11:33.722Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:11:33.982Z] ---> Running in 1a7f3a6289b6 [2022-07-13T20:11:34.241Z] Removing intermediate container 34e5c7b3e515 [2022-07-13T20:11:34.241Z] ---> 3771edbecd77 [2022-07-13T20:11:34.241Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:11:34.241Z] Removing intermediate container 3023f9c15639 [2022-07-13T20:11:34.241Z] ---> 44fc0ef4cadc [2022-07-13T20:11:34.241Z] Step 6/25 : COPY go.mod vendor* ./ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:11:34.381Z] provisioning config files... [2022-07-13T20:11:34.404Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config7561185298824326241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:11:34.501Z] Removing intermediate container a76c4b3da95d [2022-07-13T20:11:34.501Z] ---> d15386cb178b [2022-07-13T20:11:34.501Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T20:11:34.760Z] ---> 42fe2b691255 [2022-07-13T20:11:34.760Z] ---> 12509c655d6e [2022-07-13T20:11:34.760Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:11:34.760Z] [2022-07-13T20:11:34.760Z] ---> 2d66ce1025ff [2022-07-13T20:11:34.760Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:11:34.760Z] ---> Running in c58dcf8d3dd3 [2022-07-13T20:11:34.760Z] ---> Running in 3e950b0b2ef6 [2022-07-13T20:11:34.760Z] ---> Running in 6823786102c9 [2022-07-13T20:11:34.770Z] ---> docker-login.sh [2022-07-13T20:11:34.770Z] nexus3.edgexfoundry.org:10001 [2022-07-13T20:11:35.364Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:11:35.728Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:11:35.728Z] Configure a credential helper to remove this warning. See [2022-07-13T20:11:35.728Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:11:35.728Z] [2022-07-13T20:11:35.728Z] Login Succeeded [2022-07-13T20:11:35.728Z] nexus3.edgexfoundry.org:10002 [2022-07-13T20:11:36.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:11:36.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:11:36.293Z] Configure a credential helper to remove this warning. See [2022-07-13T20:11:36.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:11:36.293Z] [2022-07-13T20:11:36.293Z] Login Succeeded [2022-07-13T20:11:36.293Z] nexus3.edgexfoundry.org:10003 [2022-07-13T20:11:36.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:11:36.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:11:36.845Z] Configure a credential helper to remove this warning. See [2022-07-13T20:11:36.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:11:36.845Z] [2022-07-13T20:11:36.845Z] Login Succeeded [2022-07-13T20:11:36.845Z] nexus3.edgexfoundry.org:10004 [2022-07-13T20:11:37.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:11:37.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:11:37.741Z] Configure a credential helper to remove this warning. See [2022-07-13T20:11:37.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:11:37.741Z] [2022-07-13T20:11:37.741Z] Login Succeeded [2022-07-13T20:11:37.741Z] docker.io [2022-07-13T20:11:38.017Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:11:38.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:11:38.017Z] Configure a credential helper to remove this warning. See [2022-07-13T20:11:38.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:11:38.017Z] [2022-07-13T20:11:38.017Z] Login Succeeded [2022-07-13T20:11:38.017Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T20:11:38.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-13T20:11:38.271Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:11:38.284Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:11:38.293Z] ========================================================= [2022-07-13T20:11:38.293Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-07-13T20:11:38.293Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-07-13T20:11:38.626Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T20:11:38.904Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-13T20:11:38.904Z] b3c136eddcbf: Pulling fs layer [2022-07-13T20:11:38.904Z] c0a3192eca97: Pulling fs layer [2022-07-13T20:11:38.904Z] a050256f5b6f: Pulling fs layer [2022-07-13T20:11:38.904Z] 656be50a0ddc: Pulling fs layer [2022-07-13T20:11:38.904Z] 2bbca73fdf42: Pulling fs layer [2022-07-13T20:11:38.904Z] 46d945488cbd: Pulling fs layer [2022-07-13T20:11:38.904Z] 8a5474983e97: Pulling fs layer [2022-07-13T20:11:38.904Z] 329c88fbcd65: Pulling fs layer [2022-07-13T20:11:38.904Z] 46d945488cbd: Waiting [2022-07-13T20:11:38.904Z] 8a5474983e97: Waiting [2022-07-13T20:11:38.904Z] 656be50a0ddc: Waiting [2022-07-13T20:11:38.904Z] 329c88fbcd65: Waiting [2022-07-13T20:11:38.904Z] 2bbca73fdf42: Waiting [2022-07-13T20:11:38.904Z] a050256f5b6f: Verifying Checksum [2022-07-13T20:11:38.904Z] a050256f5b6f: Download complete [2022-07-13T20:11:38.904Z] c0a3192eca97: Download complete [2022-07-13T20:11:38.904Z] 2bbca73fdf42: Verifying Checksum [2022-07-13T20:11:38.904Z] 2bbca73fdf42: Download complete [2022-07-13T20:11:38.904Z] 46d945488cbd: Verifying Checksum [2022-07-13T20:11:38.904Z] 46d945488cbd: Download complete [2022-07-13T20:11:38.904Z] b3c136eddcbf: Verifying Checksum [2022-07-13T20:11:38.904Z] b3c136eddcbf: Download complete [2022-07-13T20:11:39.406Z] Removing intermediate container 82ef909f10ed [2022-07-13T20:11:39.407Z] ---> 2769931f2cd1 [2022-07-13T20:11:39.407Z] Step 7/20 : COPY . . [2022-07-13T20:11:39.894Z] b3c136eddcbf: Pull complete [2022-07-13T20:11:39.894Z] 329c88fbcd65: Verifying Checksum [2022-07-13T20:11:39.894Z] 329c88fbcd65: Download complete [2022-07-13T20:11:40.493Z] c0a3192eca97: Pull complete [2022-07-13T20:11:40.767Z] a050256f5b6f: Pull complete [2022-07-13T20:11:41.042Z] 8a5474983e97: Verifying Checksum [2022-07-13T20:11:41.042Z] 8a5474983e97: Download complete [2022-07-13T20:11:42.027Z] 656be50a0ddc: Verifying Checksum [2022-07-13T20:11:42.027Z] 656be50a0ddc: Download complete [2022-07-13T20:11:44.679Z] Removing intermediate container 1a7f3a6289b6 [2022-07-13T20:11:44.679Z] ---> 660518243541 [2022-07-13T20:11:44.679Z] Step 8/23 : COPY . . [2022-07-13T20:11:44.679Z] Removing intermediate container 3e950b0b2ef6 [2022-07-13T20:11:44.679Z] ---> 7b5ce9f1ca2a [2022-07-13T20:11:44.679Z] Step 8/22 : COPY . . [2022-07-13T20:11:44.679Z] Removing intermediate container c58dcf8d3dd3 [2022-07-13T20:11:44.679Z] ---> 6e6c473e1349 [2022-07-13T20:11:44.679Z] Step 8/25 : COPY . . [2022-07-13T20:11:44.679Z] Removing intermediate container 6823786102c9 [2022-07-13T20:11:44.679Z] ---> 02d7f7295f9f [2022-07-13T20:11:44.679Z] Step 8/26 : COPY . . [2022-07-13T20:11:52.798Z] ---> 639f8d04b1ea [2022-07-13T20:11:52.798Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-13T20:11:52.798Z] ---> Running in e45ca12a77c3 [2022-07-13T20:11:52.798Z] ---> d2e1541b308e [2022-07-13T20:11:52.798Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:11:52.798Z] ---> 3d6ce4ff6a74 [2022-07-13T20:11:52.798Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:11:52.798Z] ---> 0933fa0ee4c9 [2022-07-13T20:11:52.798Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-13T20:11:52.798Z] ---> 01f6f5bc3951 [2022-07-13T20:11:52.798Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-13T20:11:52.798Z] ---> Running in 197edf2b1ffe [2022-07-13T20:11:52.798Z] ---> Running in b4fcc86aafc9 [2022-07-13T20:11:52.798Z] ---> Running in f43ddea51016 [2022-07-13T20:11:52.798Z] ---> Running in f33f308d81ad [2022-07-13T20:11:52.798Z] Removing intermediate container b4fcc86aafc9 [2022-07-13T20:11:52.798Z] ---> cc087537ef92 [2022-07-13T20:11:52.798Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T20:11:52.798Z] Removing intermediate container 197edf2b1ffe [2022-07-13T20:11:52.798Z] ---> 19c78ad2ba4b [2022-07-13T20:11:52.798Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-13T20:11:52.798Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-13T20:11:52.798Z] ---> Running in dc2a980ba36c [2022-07-13T20:11:52.798Z] ---> Running in bb6bc0d58655 [2022-07-13T20:11:52.798Z] Removing intermediate container dc2a980ba36c [2022-07-13T20:11:52.798Z] ---> bc22f4e809c9 [2022-07-13T20:11:52.798Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:11:52.798Z] Removing intermediate container bb6bc0d58655 [2022-07-13T20:11:52.798Z] ---> e8b5540056f8 [2022-07-13T20:11:52.798Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:11:52.798Z] ---> Running in 0b68d780daae [2022-07-13T20:11:52.798Z] ---> Running in 38bd1fc7a2c0 [2022-07-13T20:11:52.798Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-13T20:11:52.798Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-13T20:11:54.179Z] Removing intermediate container 0b68d780daae [2022-07-13T20:11:54.179Z] ---> d55de79e5cfd [2022-07-13T20:11:54.179Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T20:11:54.179Z] Removing intermediate container 38bd1fc7a2c0 [2022-07-13T20:11:54.179Z] ---> 61b35e039e60 [2022-07-13T20:11:54.179Z] Step 12/25 : WORKDIR /edgex-go [2022-07-13T20:11:54.179Z] ---> Running in 2b20938bed29 [2022-07-13T20:11:54.179Z] ---> Running in 1d8ab671af19 [2022-07-13T20:11:54.179Z] Removing intermediate container 2b20938bed29 [2022-07-13T20:11:54.179Z] ---> bd03047d7053 [2022-07-13T20:11:54.179Z] [2022-07-13T20:11:54.179Z] Step 13/25 : FROM alpine:3.15 [2022-07-13T20:11:54.179Z] Removing intermediate container 1d8ab671af19 [2022-07-13T20:11:54.179Z] ---> d121cfd96333 [2022-07-13T20:11:54.179Z] [2022-07-13T20:11:54.179Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T20:11:54.745Z] 3.15: Pulling from library/alpine [2022-07-13T20:11:54.745Z] 3.15: Pulling from library/alpine [2022-07-13T20:11:55.700Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T20:11:55.700Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T20:11:55.700Z] Status: Downloaded newer image for alpine:3.15 [2022-07-13T20:11:55.700Z] Status: Image is up to date for alpine:3.15 [2022-07-13T20:11:55.700Z] ---> 0ac33e5f5afa [2022-07-13T20:11:55.700Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:11:55.700Z] ---> 0ac33e5f5afa [2022-07-13T20:11:55.700Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:11:55.700Z] ---> Running in 8668ed067a37 [2022-07-13T20:11:55.700Z] ---> Running in 880a83474b46 [2022-07-13T20:11:55.975Z] Removing intermediate container 8668ed067a37 [2022-07-13T20:11:55.975Z] ---> f9c34dd08c9a [2022-07-13T20:11:55.975Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:56.256Z] Removing intermediate container 880a83474b46 [2022-07-13T20:11:56.256Z] ---> 04676ec2880e [2022-07-13T20:11:56.256Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:11:56.256Z] ---> Running in ddb1f011e475 [2022-07-13T20:11:56.256Z] ---> Running in 87d2d2107236 [2022-07-13T20:11:57.150Z] 656be50a0ddc: Pull complete [2022-07-13T20:11:57.151Z] 2bbca73fdf42: Pull complete [2022-07-13T20:11:57.151Z] 46d945488cbd: Pull complete [2022-07-13T20:11:58.201Z] Removing intermediate container ddb1f011e475 [2022-07-13T20:11:58.201Z] ---> c06ed0e9f6da [2022-07-13T20:11:58.201Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-13T20:11:58.201Z] Removing intermediate container 87d2d2107236 [2022-07-13T20:11:58.201Z] ---> 0f27dc28b876 [2022-07-13T20:11:58.201Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T20:11:58.201Z] ---> Running in 1145f2995f30 [2022-07-13T20:11:58.201Z] ---> Running in 398f4a337d4a [2022-07-13T20:11:58.795Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:59.054Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:59.991Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:11:59.991Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:00.249Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:12:00.249Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:12:00.249Z] OK: 15861 distinct packages available [2022-07-13T20:12:00.249Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:00.249Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:12:00.249Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:12:00.249Z] OK: 15861 distinct packages available [2022-07-13T20:12:00.249Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:01.186Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:01.186Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:01.446Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-13T20:12:01.446Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-13T20:12:01.446Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:12:01.446Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:12:01.446Z] (3/4) Installing libucontext (1.1-r0) [2022-07-13T20:12:01.468Z] 8a5474983e97: Pull complete [2022-07-13T20:12:01.707Z] (3/5) Installing libucontext (1.1-r0) [2022-07-13T20:12:01.707Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-13T20:12:01.707Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-13T20:12:01.707Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:12:01.707Z] OK: 6 MiB in 18 packages [2022-07-13T20:12:01.707Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-13T20:12:01.966Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:12:01.966Z] OK: 6 MiB in 19 packages [2022-07-13T20:12:03.343Z] Removing intermediate container 1145f2995f30 [2022-07-13T20:12:03.343Z] ---> 098d7030c886 [2022-07-13T20:12:03.343Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:12:03.343Z] Removing intermediate container 398f4a337d4a [2022-07-13T20:12:03.343Z] ---> bcfcba50e11f [2022-07-13T20:12:03.343Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:12:04.098Z] 329c88fbcd65: Pull complete [2022-07-13T20:12:04.099Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-07-13T20:12:04.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T20:12:04.099Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2022-07-13T20:12:04.457Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T20:12:04.457Z] WORKDIR /edgex [2022-07-13T20:12:04.457Z] COPY go.mod . [2022-07-13T20:12:04.457Z] RUN go mod download [2022-07-13T20:12:04.457Z] + docker build -t ci-base-image-arm64 -f - . [2022-07-13T20:12:07.132Z] Sending build context to Docker daemon 169.2MB [2022-07-13T20:12:07.132Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-07-13T20:12:07.132Z] ---> ff4287adb874 [2022-07-13T20:12:07.132Z] Step 2/4 : WORKDIR /edgex [2022-07-13T20:12:07.545Z] ---> a03f6298b02c [2022-07-13T20:12:07.545Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:12:07.804Z] ---> f53217c5f670 [2022-07-13T20:12:07.804Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:12:08.372Z] ---> 8eba90ffe222 [2022-07-13T20:12:08.372Z] ---> c1b6b717cb06 [2022-07-13T20:12:08.372Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.dStep 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-13T20:12:08.372Z] [2022-07-13T20:12:08.372Z] ---> Running in cca716151316 [2022-07-13T20:12:08.947Z] ---> a509ee3687c9 [2022-07-13T20:12:08.947Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-13T20:12:08.947Z] Removing intermediate container cca716151316 [2022-07-13T20:12:08.947Z] ---> 47cf97173b12 [2022-07-13T20:12:08.947Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-13T20:12:09.122Z] ---> Running in 800a6cdfe8ae [2022-07-13T20:12:09.123Z] Removing intermediate container 800a6cdfe8ae [2022-07-13T20:12:09.123Z] ---> 3679ef08875f [2022-07-13T20:12:09.123Z] Step 3/4 : COPY go.mod . [2022-07-13T20:12:09.517Z] ---> cbe80754118c [2022-07-13T20:12:09.517Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:12:09.517Z] ---> 1a6763d6abc3 [2022-07-13T20:12:09.517Z] Step 21/26 : WORKDIR / [2022-07-13T20:12:09.726Z] ---> 9ae0e31c8ac8 [2022-07-13T20:12:09.726Z] Step 4/4 : RUN go mod download [2022-07-13T20:12:09.726Z] ---> Running in 3a84fef7df2d [2022-07-13T20:12:09.804Z] ---> Running in a9fe00c54e35 [2022-07-13T20:12:09.805Z] ---> Running in 5c1fb5bf44ef [2022-07-13T20:12:09.805Z] Removing intermediate container a9fe00c54e35 [2022-07-13T20:12:09.805Z] ---> 6d9eeb568040 [2022-07-13T20:12:09.805Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:12:10.065Z] ---> Running in 3ba797919d63 [2022-07-13T20:12:10.065Z] Removing intermediate container 5c1fb5bf44ef [2022-07-13T20:12:10.065Z] ---> 6fa6ee536e8e [2022-07-13T20:12:10.065Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:12:10.065Z] ---> Running in 7060c80f9d21 [2022-07-13T20:12:10.327Z] Removing intermediate container 3ba797919d63 [2022-07-13T20:12:10.327Z] ---> 1c696de0c6ae [2022-07-13T20:12:10.327Z] Step 23/25 : LABEL arch=x86_64 [2022-07-13T20:12:10.327Z] ---> Running in 299d6c06e0b1 [2022-07-13T20:12:10.587Z] Removing intermediate container 7060c80f9d21 [2022-07-13T20:12:10.587Z] ---> 8b15deeac2c6 [2022-07-13T20:12:10.587Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:12:10.587Z] ---> Running in f3369753519c [2022-07-13T20:12:10.587Z] Removing intermediate container 299d6c06e0b1 [2022-07-13T20:12:10.587Z] ---> dc9a888a2e91 [2022-07-13T20:12:10.587Z] Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:10.845Z] ---> Running in 1226ff6e9fe1 [2022-07-13T20:12:10.845Z] Removing intermediate container f3369753519c [2022-07-13T20:12:10.845Z] ---> d6708a43547c [2022-07-13T20:12:10.845Z] Step 24/26 : LABEL arch=x86_64 [2022-07-13T20:12:10.845Z] ---> Running in 62d8b7436abf [2022-07-13T20:12:11.107Z] Removing intermediate container 1226ff6e9fe1 [2022-07-13T20:12:11.107Z] ---> 768a9c9c0129 [2022-07-13T20:12:11.107Z] Step 25/25 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:11.107Z] ---> Running in c61f7ae4a5bf [2022-07-13T20:12:11.107Z] Removing intermediate container 62d8b7436abf [2022-07-13T20:12:11.107Z] ---> 1c87876eb726 [2022-07-13T20:12:11.107Z] Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:11.107Z] ---> Running in aa1615ada4fa [2022-07-13T20:12:11.387Z] Removing intermediate container c61f7ae4a5bf [2022-07-13T20:12:11.387Z] ---> a23524c7deee [2022-07-13T20:12:11.387Z] [2022-07-13T20:12:11.387Z] Successfully built a23524c7deee [2022-07-13T20:12:11.387Z] Successfully tagged security-spire-server:latest [2022-07-13T20:12:11.387Z]  Building security-spire-server ... done Removing intermediate container aa1615ada4fa [2022-07-13T20:12:11.387Z] ---> 50d0f3041f2b [2022-07-13T20:12:11.387Z] Step 26/26 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:11.646Z] Building security-spire-agent [2022-07-13T20:12:11.646Z] ---> Running in 8c5a7b242a20 [2022-07-13T20:12:12.598Z] Removing intermediate container 8c5a7b242a20 [2022-07-13T20:12:12.598Z] ---> 10ede1e6fb75 [2022-07-13T20:12:12.598Z] [2022-07-13T20:12:12.598Z] Successfully built 10ede1e6fb75 [2022-07-13T20:12:12.857Z] Successfully tagged security-spire-config:latest [2022-07-13T20:12:12.857Z] Building security-proxy-setup [2022-07-13T20:12:18.139Z]  Building security-spire-config ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:18.139Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:18.139Z] ---> 5bf26f7808c9 [2022-07-13T20:12:18.139Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 663596da4003 [2022-07-13T20:12:18.139Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 399f8a07fa42 [2022-07-13T20:12:18.139Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> d15386cb178b [2022-07-13T20:12:18.139Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 2d66ce1025ff [2022-07-13T20:12:18.139Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 02d7f7295f9f [2022-07-13T20:12:18.139Z] Step 8/26 : COPY . . [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 3d6ce4ff6a74 [2022-07-13T20:12:18.139Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> cc087537ef92 [2022-07-13T20:12:18.139Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> bc22f4e809c9 [2022-07-13T20:12:18.139Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> d55de79e5cfd [2022-07-13T20:12:18.139Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> d121cfd96333 [2022-07-13T20:12:18.139Z] [2022-07-13T20:12:18.139Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T20:12:18.139Z] ---> 0ac33e5f5afa [2022-07-13T20:12:18.139Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 04676ec2880e [2022-07-13T20:12:18.139Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> 0f27dc28b876 [2022-07-13T20:12:18.139Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T20:12:18.139Z] ---> Using cache [2022-07-13T20:12:18.139Z] ---> bcfcba50e11f [2022-07-13T20:12:18.139Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-13T20:12:18.463Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:18.463Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:18.463Z] ---> 5bf26f7808c9 [2022-07-13T20:12:18.463Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:12:18.463Z] ---> Using cache [2022-07-13T20:12:18.463Z] ---> 663596da4003 [2022-07-13T20:12:18.463Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:18.463Z] ---> Using cache [2022-07-13T20:12:18.463Z] ---> 399f8a07fa42 [2022-07-13T20:12:18.463Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T20:12:20.385Z] ---> a49cb0cae2b4 [2022-07-13T20:12:20.385Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:12:20.385Z] ---> Running in 817119a0336b [2022-07-13T20:12:20.385Z] Removing intermediate container f43ddea51016 [2022-07-13T20:12:20.385Z] ---> 6412343f1e23 [2022-07-13T20:12:20.385Z] [2022-07-13T20:12:20.385Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:12:20.644Z] 3.16: Pulling from library/alpine [2022-07-13T20:12:20.903Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T20:12:20.903Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T20:12:20.903Z] ---> e66264b98777 [2022-07-13T20:12:20.903Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:12:21.164Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:21.733Z] ---> Running in 532cf94edbdd [2022-07-13T20:12:21.733Z] ---> 31bf9674fc46 [2022-07-13T20:12:21.733Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:12:22.014Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:22.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:22.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:22.533Z] OK: 211 MiB in 51 packages [2022-07-13T20:12:22.533Z] ---> 72a5da5f231e [2022-07-13T20:12:22.533Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-13T20:12:22.533Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-13T20:12:22.533Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:12:22.534Z] OK: 6 MiB in 15 packages [2022-07-13T20:12:22.794Z] Removing intermediate container e45ca12a77c3 [2022-07-13T20:12:22.794Z] ---> 13f40efc23e1 [2022-07-13T20:12:22.794Z] [2022-07-13T20:12:22.794Z] Step 9/20 : FROM alpine:3.15 [2022-07-13T20:12:22.794Z] ---> 0ac33e5f5afa [2022-07-13T20:12:22.794Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:12:22.794Z] ---> Using cache [2022-07-13T20:12:22.794Z] ---> 04676ec2880e [2022-07-13T20:12:22.794Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:22.794Z] ---> Using cache [2022-07-13T20:12:22.794Z] ---> 0f27dc28b876 [2022-07-13T20:12:22.794Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-13T20:12:22.794Z] ---> 9e19837e2b98 [2022-07-13T20:12:22.794Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-13T20:12:23.053Z] ---> Running in 5b6756f51dd6 [2022-07-13T20:12:23.053Z] Removing intermediate container 817119a0336b [2022-07-13T20:12:23.053Z] ---> e7fdaf4f1398 [2022-07-13T20:12:23.053Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:12:23.313Z] ---> c3cf3f23ba0c [2022-07-13T20:12:23.313Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:12:23.313Z] Removing intermediate container 532cf94edbdd [2022-07-13T20:12:23.313Z] ---> ccafbd337c7d [2022-07-13T20:12:23.313Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:12:23.313Z] ---> Running in 4a7c53e9653f [2022-07-13T20:12:23.313Z] ---> 48a79bf8e66d [2022-07-13T20:12:23.313Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:23.572Z] ---> Running in 0e062bcca83d [2022-07-13T20:12:23.572Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:23.572Z] ---> Running in 08f60f8d81d4 [2022-07-13T20:12:23.572Z] Removing intermediate container 4a7c53e9653f [2022-07-13T20:12:23.572Z] Removing intermediate container f33f308d81ad [2022-07-13T20:12:23.572Z] ---> 6830d394d68f [2022-07-13T20:12:23.572Z] ---> 32a82f01ce48 [2022-07-13T20:12:23.572Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:12:23.572Z] [2022-07-13T20:12:23.572Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:12:23.572Z] ---> e66264b98777 [2022-07-13T20:12:23.572Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-13T20:12:23.572Z] Removing intermediate container 0e062bcca83d [2022-07-13T20:12:23.572Z] ---> 9329b6433e99 [2022-07-13T20:12:23.572Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-13T20:12:23.572Z] ---> Running in 392265f9517f [2022-07-13T20:12:23.572Z] ---> Running in c8eb144512fa [2022-07-13T20:12:23.831Z] ---> Running in 1ef82c9d6f9f [2022-07-13T20:12:23.831Z] Removing intermediate container 392265f9517f [2022-07-13T20:12:23.831Z] ---> ca2ea92baad1 [2022-07-13T20:12:23.831Z] Step 24/26 : LABEL arch=x86_64 [2022-07-13T20:12:23.831Z] ---> Running in 77cb3fe1286f [2022-07-13T20:12:23.831Z] Removing intermediate container 1ef82c9d6f9f [2022-07-13T20:12:23.831Z] ---> a117a5f6141e [2022-07-13T20:12:23.831Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T20:12:23.831Z] ---> Running in 62ab2a8757c0 [2022-07-13T20:12:23.831Z] Removing intermediate container 77cb3fe1286f [2022-07-13T20:12:23.831Z] ---> ea79c93c1932 [2022-07-13T20:12:23.831Z] Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:23.831Z] ---> Running in d67c812d0dbb [2022-07-13T20:12:24.092Z] Removing intermediate container 62ab2a8757c0 [2022-07-13T20:12:24.092Z] ---> 5db92c11eaf3 [2022-07-13T20:12:24.092Z] Step 15/23 : WORKDIR / [2022-07-13T20:12:24.092Z] ---> Running in c81a364a30e0 [2022-07-13T20:12:24.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:24.092Z] Removing intermediate container d67c812d0dbb [2022-07-13T20:12:24.092Z] ---> ca1034c24b71 [2022-07-13T20:12:24.092Z] Step 26/26 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:24.092Z] ---> Running in 80730d5955cc [2022-07-13T20:12:24.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:24.092Z] Removing intermediate container c81a364a30e0 [2022-07-13T20:12:24.092Z] ---> ee117f9a1780 [2022-07-13T20:12:24.092Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:12:24.351Z] Removing intermediate container 80730d5955cc [2022-07-13T20:12:24.351Z] ---> 7ae135733977 [2022-07-13T20:12:24.351Z] [2022-07-13T20:12:24.351Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:24.351Z] Successfully built 7ae135733977 [2022-07-13T20:12:24.351Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-13T20:12:24.351Z] Successfully tagged security-spire-agent:latest [2022-07-13T20:12:24.351Z] Building core-metadata [2022-07-13T20:12:24.351Z]  Building security-spire-agent ... done (2/2) Installing dumb-init (1.2.5-r1) [2022-07-13T20:12:24.351Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:12:24.351Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:12:24.351Z] ---> fc5b90bba00e [2022-07-13T20:12:24.351Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-13T20:12:24.351Z] OK: 6 MiB in 16 packages [2022-07-13T20:12:24.614Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:12:24.614Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:12:24.614Z] OK: 15861 distinct packages available [2022-07-13T20:12:24.874Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:25.871Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:25.871Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-13T20:12:26.131Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-13T20:12:26.131Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T20:12:26.131Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-13T20:12:26.442Z] (5/9) Installing curl (7.80.0-r2) [2022-07-13T20:12:26.442Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-13T20:12:26.703Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:12:26.703Z] (8/9) Installing libucontext (1.1-r0) [2022-07-13T20:12:26.703Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-13T20:12:26.703Z] ---> 893d168f148b [2022-07-13T20:12:26.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-13T20:12:26.962Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:12:26.962Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:12:26.962Z] Removing intermediate container c8eb144512fa [2022-07-13T20:12:26.962Z] ---> 65cb2a327c30 [2022-07-13T20:12:26.962Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:12:26.962Z] OK: 8 MiB in 23 packages [2022-07-13T20:12:27.239Z] ---> 8a56b07dbe7f [2022-07-13T20:12:27.239Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-13T20:12:27.239Z] ---> Running in d9ae7e7fb273 [2022-07-13T20:12:27.239Z] ---> Running in aeb96a0cc80b [2022-07-13T20:12:27.499Z] Removing intermediate container d9ae7e7fb273 [2022-07-13T20:12:27.499Z] ---> 50ae90b13178 [2022-07-13T20:12:27.499Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-13T20:12:27.499Z] ---> Running in 37d0b97bc6b2 [2022-07-13T20:12:27.499Z] Removing intermediate container aeb96a0cc80b [2022-07-13T20:12:27.499Z] ---> 6245623da724 [2022-07-13T20:12:27.499Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:12:27.760Z] ---> Running in 39678ba9d465 [2022-07-13T20:12:27.760Z] Removing intermediate container 37d0b97bc6b2 [2022-07-13T20:12:27.760Z] ---> b7a2c1b196b1 [2022-07-13T20:12:27.760Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T20:12:27.760Z] Removing intermediate container 5b6756f51dd6 [2022-07-13T20:12:27.760Z] ---> 7d0a9b5b3433 [2022-07-13T20:12:27.760Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:12:27.760Z] ---> Running in a0d122dfe791 [2022-07-13T20:12:27.760Z] Removing intermediate container 39678ba9d465 [2022-07-13T20:12:27.760Z] ---> 5304bdbadb6d [2022-07-13T20:12:27.760Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T20:12:28.041Z] ---> Running in 1dc63a619677 [2022-07-13T20:12:28.041Z] Removing intermediate container a0d122dfe791 [2022-07-13T20:12:28.041Z] ---> 4485a11dd0b9 [2022-07-13T20:12:28.041Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:12:28.041Z] ---> 5276bf974d46 [2022-07-13T20:12:28.041Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-13T20:12:28.300Z] Removing intermediate container 1dc63a619677 [2022-07-13T20:12:28.301Z] ---> 4f799db54643 [2022-07-13T20:12:28.301Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:28.301Z] ---> Running in f9c3b49ff8db [2022-07-13T20:12:28.560Z] ---> 9d715b5abf54 [2022-07-13T20:12:28.560Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-13T20:12:28.560Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:28.560Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:28.560Z] ---> 5bf26f7808c9 [2022-07-13T20:12:28.560Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:12:28.561Z] ---> Using cache [2022-07-13T20:12:28.561Z] ---> 663596da4003 [2022-07-13T20:12:28.561Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:28.561Z] ---> Using cache [2022-07-13T20:12:28.561Z] ---> 399f8a07fa42 [2022-07-13T20:12:28.561Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T20:12:28.561Z] ---> Using cache [2022-07-13T20:12:28.561Z] ---> e7fdaf4f1398 [2022-07-13T20:12:28.561Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:12:28.561Z] ---> Using cache [2022-07-13T20:12:28.561Z] ---> 48a79bf8e66d [2022-07-13T20:12:28.561Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:28.561Z] Removing intermediate container f9c3b49ff8db [2022-07-13T20:12:28.561Z] ---> c18588a55d0e [2022-07-13T20:12:28.561Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:28.820Z] ---> Running in 83ee324c5873 [2022-07-13T20:12:28.820Z] ---> 65ea94902b1c [2022-07-13T20:12:28.820Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-13T20:12:28.820Z] ---> Running in e5869b5d58e7 [2022-07-13T20:12:29.083Z] Removing intermediate container e5869b5d58e7 [2022-07-13T20:12:29.083Z] ---> 0cf96bb7f780 [2022-07-13T20:12:29.083Z] [2022-07-13T20:12:29.083Z] ---> c4f06def8203 [2022-07-13T20:12:29.083Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-13T20:12:29.354Z] Successfully built 0cf96bb7f780 [2022-07-13T20:12:29.354Z] ---> 645b5b44a7d6 [2022-07-13T20:12:29.354Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ]Successfully tagged core-command:latest [2022-07-13T20:12:29.354Z] [2022-07-13T20:12:29.354Z] Building security-bootstrapper [2022-07-13T20:12:29.354Z]  Building core-command ... done  ---> Running in 726d954e202a [2022-07-13T20:12:31.277Z] ---> 8eb274d09be9 [2022-07-13T20:12:31.277Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-13T20:12:32.218Z] Removing intermediate container 726d954e202a [2022-07-13T20:12:32.218Z] ---> b2ff2d782995 [2022-07-13T20:12:32.218Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:12:32.218Z] ---> Running in 6b8a73cc3243 [2022-07-13T20:12:32.218Z] ---> Running in 4dfc4304e18d [2022-07-13T20:12:32.477Z] Removing intermediate container 6b8a73cc3243 [2022-07-13T20:12:32.477Z] ---> b86f8209be68 [2022-07-13T20:12:32.477Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:12:32.790Z] Removing intermediate container 08f60f8d81d4 [2022-07-13T20:12:32.790Z] ---> ffc56e11f504 [2022-07-13T20:12:32.790Z] Step 8/22 : COPY . . [2022-07-13T20:12:32.790Z] ---> Running in 47d69ed18ba8 [2022-07-13T20:12:32.790Z] Removing intermediate container 4dfc4304e18d [2022-07-13T20:12:32.790Z] ---> 17f6865e9162 [2022-07-13T20:12:32.790Z] Step 18/20 : LABEL arch=x86_64 [2022-07-13T20:12:33.051Z] ---> Running in 0f54f53dd562 [2022-07-13T20:12:33.310Z] Removing intermediate container 47d69ed18ba8 [2022-07-13T20:12:33.310Z] ---> c02e07648078 [2022-07-13T20:12:33.310Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T20:12:33.569Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:33.569Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:33.569Z] ---> 5bf26f7808c9 [2022-07-13T20:12:33.569Z] Step 3/31 : WORKDIR /edgex-go [2022-07-13T20:12:33.569Z] ---> Using cache [2022-07-13T20:12:33.569Z] ---> 663596da4003 [2022-07-13T20:12:33.569Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:33.569Z] ---> Using cache [2022-07-13T20:12:33.569Z] ---> 399f8a07fa42 [2022-07-13T20:12:33.569Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-13T20:12:33.569Z] ---> Using cache [2022-07-13T20:12:33.569Z] ---> e7fdaf4f1398 [2022-07-13T20:12:33.569Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-13T20:12:33.569Z] ---> Using cache [2022-07-13T20:12:33.569Z] ---> 48a79bf8e66d [2022-07-13T20:12:33.569Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:33.569Z] ---> Using cache [2022-07-13T20:12:33.569Z] ---> ffc56e11f504 [2022-07-13T20:12:33.569Z] Step 8/31 : COPY . . [2022-07-13T20:12:33.569Z] ---> Running in 29c604084501 [2022-07-13T20:12:34.140Z] Removing intermediate container 0f54f53dd562 [2022-07-13T20:12:34.140Z] ---> 91c550cae141 [2022-07-13T20:12:34.140Z] Step 19/20 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:36.047Z] Removing intermediate container 29c604084501 [2022-07-13T20:12:36.047Z] ---> 1f07ae1fc568 [2022-07-13T20:12:36.047Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:12:36.646Z] ---> Running in fb7874f0fa0c [2022-07-13T20:12:36.646Z] ---> Running in 640a62cba56f [2022-07-13T20:12:36.646Z] Removing intermediate container fb7874f0fa0c [2022-07-13T20:12:36.646Z] ---> 866d205f0ca1 [2022-07-13T20:12:36.647Z] Step 20/20 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:36.647Z] Removing intermediate container 640a62cba56f [2022-07-13T20:12:36.647Z] ---> e2d66f6eb925 [2022-07-13T20:12:36.647Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:12:36.907Z] ---> Running in cf8d4e2d91bc [2022-07-13T20:12:36.907Z] ---> Running in da89abb7e90d [2022-07-13T20:12:37.166Z] Removing intermediate container cf8d4e2d91bc [2022-07-13T20:12:37.166Z] ---> 6d6643af8cff [2022-07-13T20:12:37.166Z] [2022-07-13T20:12:37.166Z] Removing intermediate container da89abb7e90d [2022-07-13T20:12:37.166Z] ---> c75a7b8cb83b [2022-07-13T20:12:37.166Z] [2022-07-13T20:12:37.166Z] Removing intermediate container 83ee324c5873 [2022-07-13T20:12:37.166Z] ---> 9374a8300962 [2022-07-13T20:12:37.166Z] Step 8/23 : COPY . . [2022-07-13T20:12:37.166Z] Successfully built 6d6643af8cff [2022-07-13T20:12:37.166Z] Successfully tagged security-spiffe-token-provider:latest [2022-07-13T20:12:37.166Z]  Building security-spiffe-token-provider ... done Building support-scheduler [2022-07-13T20:12:37.425Z] Successfully built c75a7b8cb83b [2022-07-13T20:12:37.425Z] Successfully tagged support-notifications:latest [2022-07-13T20:12:37.425Z]  Building support-notifications ... done Building core-data [2022-07-13T20:12:42.092Z] Removing intermediate container 3a84fef7df2d [2022-07-13T20:12:42.092Z] ---> 8483743e27b3 [2022-07-13T20:12:42.092Z] Successfully built 8483743e27b3 [2022-07-13T20:12:42.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:12:42.448Z] + docker inspect -f . ci-base-image-arm64 [2022-07-13T20:12:42.448Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:12:42.687Z] prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container [2022-07-13T20:12:42.699Z] ---> f8b9dc19557d [2022-07-13T20:12:42.699Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-13T20:12:42.773Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 ******** ci-base-image-arm64 cat [2022-07-13T20:12:42.959Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:42.959Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:42.959Z] ---> 5bf26f7808c9 [2022-07-13T20:12:42.959Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 663596da4003 [2022-07-13T20:12:42.959Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 399f8a07fa42 [2022-07-13T20:12:42.959Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-13T20:12:42.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:12:42.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:12:42.959Z] ---> 5bf26f7808c9 [2022-07-13T20:12:42.959Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 663596da4003 [2022-07-13T20:12:42.959Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 399f8a07fa42 [2022-07-13T20:12:42.959Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> e7fdaf4f1398 [2022-07-13T20:12:42.959Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 48a79bf8e66d [2022-07-13T20:12:42.959Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:42.959Z] ---> Using cache [2022-07-13T20:12:42.959Z] ---> 9374a8300962 [2022-07-13T20:12:42.959Z] Step 8/22 : COPY . . [2022-07-13T20:12:44.067Z] $ docker top c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:12:44.868Z] ---> Running in 064f40985130 [2022-07-13T20:12:44.868Z] ---> Running in f63044ba8501 [2022-07-13T20:12:44.868Z] ---> 15c8c7b51674 [2022-07-13T20:12:44.868Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-13T20:12:44.868Z] ---> 8d74bd334c18 [2022-07-13T20:12:44.868Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-13T20:12:44.868Z] ---> Running in 831e2736f4a6 [2022-07-13T20:12:44.868Z] ---> Running in 036d6fa07b83 [2022-07-13T20:12:44.989Z] + go version [2022-07-13T20:12:44.989Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-07-13T20:12:45.024Z] $ docker stop --time=1 c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 [2022-07-13T20:12:45.127Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:45.127Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-13T20:12:45.390Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-13T20:12:45.390Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-13T20:12:45.961Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:12:46.220Z] OK: 211 MiB in 51 packages [2022-07-13T20:12:46.668Z] $ docker rm -f c40cf7cfd6a6239b8c22ae55a1b0921ebe4b010a3314c40ae03b7cb1e3bb0675 [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] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:12:47.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T20:12:47.302Z] [2022-07-13T20:12:47.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:12:47.598Z] Removing intermediate container f63044ba8501 [2022-07-13T20:12:47.598Z] ---> 399f7f95242c [2022-07-13T20:12:47.598Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:12:47.651Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T20:12:47.924Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-07-13T20:12:47.924Z] 29e5d40040c1: Pulling fs layer [2022-07-13T20:12:47.924Z] 1ce36da41761: Pulling fs layer [2022-07-13T20:12:47.924Z] 25b303627fd3: Pulling fs layer [2022-07-13T20:12:47.924Z] 29e5d40040c1: Verifying Checksum [2022-07-13T20:12:47.924Z] 29e5d40040c1: Download complete [2022-07-13T20:12:48.196Z] ---> 915e66fc7c54 [2022-07-13T20:12:48.196Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:12:48.196Z] ---> Running in 79e6b19363f9 [2022-07-13T20:12:48.196Z] ---> abe029da4f92 [2022-07-13T20:12:48.196Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-13T20:12:48.197Z] 1ce36da41761: Verifying Checksum [2022-07-13T20:12:48.197Z] 1ce36da41761: Download complete [2022-07-13T20:12:48.456Z] ---> Running in 81f33d85b6a8 [2022-07-13T20:12:48.474Z] 29e5d40040c1: Pull complete [2022-07-13T20:12:48.717Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-13T20:12:49.927Z] 25b303627fd3: Verifying Checksum [2022-07-13T20:12:49.927Z] 25b303627fd3: Download complete [2022-07-13T20:12:49.927Z] 1ce36da41761: Pull complete [2022-07-13T20:12:56.845Z] Removing intermediate container 79e6b19363f9 [2022-07-13T20:12:56.845Z] ---> caec5100d486 [2022-07-13T20:12:56.845Z] Step 8/23 : COPY . . [2022-07-13T20:13:02.335Z] 25b303627fd3: Pull complete [2022-07-13T20:13:02.335Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-07-13T20:13:02.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T20:13:02.335Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:13:02.600Z] prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container [2022-07-13T20:13:02.693Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 [2022-07-13T20:13:04.917Z] $ docker top d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:13:05.841Z] + grep parallel [2022-07-13T20:13:05.841Z] + docker-compose build --help [2022-07-13T20:13:09.061Z] ---> c7ababa42a64 [2022-07-13T20:13:09.061Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-13T20:13:09.061Z] ---> Running in 3d7526ed597d [2022-07-13T20:13:09.061Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-13T20:13:09.225Z] --parallel Build images in parallel. [Pipeline] } [2022-07-13T20:13:09.526Z] $ docker stop --time=1 d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 [2022-07-13T20:13:10.968Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-13T20:13:11.181Z] $ docker rm -f d821f775cf82d489562280ccfcd16b2d30e25604205f42e8068e5ff74b2478d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:13:11.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-07-13T20:13:11.817Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:13:12.054Z] prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container [2022-07-13T20:13:12.146Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-07-13T20:13:13.374Z] $ docker top 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:13:14.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-07-13T20:13:17.567Z] Removing intermediate container 036d6fa07b83 [2022-07-13T20:13:17.567Z] ---> c3d9fa6267a1 [2022-07-13T20:13:17.567Z] [2022-07-13T20:13:17.567Z] Step 10/31 : FROM alpine:3.16 [2022-07-13T20:13:17.568Z] ---> e66264b98777 [2022-07-13T20:13:17.568Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:13:17.568Z] Removing intermediate container 064f40985130 [2022-07-13T20:13:17.568Z] ---> 7604afa2e649 [2022-07-13T20:13:17.568Z] [2022-07-13T20:13:17.568Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:13:17.568Z] ---> e66264b98777 [2022-07-13T20:13:17.568Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-13T20:13:17.568Z] Removing intermediate container 831e2736f4a6 [2022-07-13T20:13:17.568Z] ---> 239a8ecff0e3 [2022-07-13T20:13:17.568Z] [2022-07-13T20:13:17.568Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:13:17.568Z] ---> e66264b98777 [2022-07-13T20:13:17.568Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:13:17.568Z] ---> Using cache [2022-07-13T20:13:17.568Z] ---> ccafbd337c7d [2022-07-13T20:13:17.568Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:13:17.568Z] ---> Using cache [2022-07-13T20:13:17.568Z] ---> 9329b6433e99 [2022-07-13T20:13:17.568Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-13T20:13:17.568Z] ---> Running in 6a201a466c91 [2022-07-13T20:13:17.568Z] ---> Running in e9ef1d4f7ff2 [2022-07-13T20:13:17.568Z] ---> Running in 64fa3d6d2c03 [2022-07-13T20:13:17.827Z] Removing intermediate container 6a201a466c91 [2022-07-13T20:13:17.827Z] ---> ddbb82700698 [2022-07-13T20:13:17.827Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-13T20:13:17.827Z] Removing intermediate container 64fa3d6d2c03 [2022-07-13T20:13:17.827Z] ---> 15bf7f7ade9d [2022-07-13T20:13:17.827Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T20:13:17.827Z] ---> Running in b6408efaae9f [2022-07-13T20:13:18.086Z] ---> Running in f31a120f6501 [2022-07-13T20:13:18.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:18.087Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:18.087Z] Removing intermediate container f31a120f6501 [2022-07-13T20:13:18.087Z] ---> c080ec19e33b [2022-07-13T20:13:18.087Z] Step 15/23 : WORKDIR / [2022-07-13T20:13:18.348Z] ---> Running in 5e3a4587fd3f [2022-07-13T20:13:18.348Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-13T20:13:18.348Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-13T20:13:18.348Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-13T20:13:18.348Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-13T20:13:18.348Z] (5/6) Installing curl (7.83.1-r2) [2022-07-13T20:13:18.348Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-13T20:13:18.348Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:13:18.348Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:13:18.348Z] OK: 8 MiB in 20 packages [2022-07-13T20:13:18.588Z] Building core-command ... [2022-07-13T20:13:18.588Z] Building core-data ... [2022-07-13T20:13:18.588Z] Building core-metadata ... [2022-07-13T20:13:18.588Z] Building security-bootstrapper ... [2022-07-13T20:13:18.588Z] Building security-proxy-setup ... [2022-07-13T20:13:18.588Z] Building security-secretstore-setup ... [2022-07-13T20:13:18.588Z] Building security-spiffe-token-provider ... [2022-07-13T20:13:18.588Z] Building security-spire-agent ... [2022-07-13T20:13:18.588Z] Building security-spire-config ... [2022-07-13T20:13:18.588Z] Building security-spire-server ... [2022-07-13T20:13:18.588Z] Building support-notifications ... [2022-07-13T20:13:18.588Z] Building support-scheduler ... [2022-07-13T20:13:18.588Z] Building sys-mgmt-agent ... [2022-07-13T20:13:18.588Z] Building security-bootstrapper [2022-07-13T20:13:18.588Z] Building support-notifications [2022-07-13T20:13:18.588Z] Building core-command [2022-07-13T20:13:18.588Z] Building security-spire-config [2022-07-13T20:13:18.588Z] Building support-scheduler [2022-07-13T20:13:18.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:18.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:18.607Z] Removing intermediate container 5e3a4587fd3f [2022-07-13T20:13:18.607Z] ---> caf1f74f935f [2022-07-13T20:13:18.607Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:13:18.870Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-07-13T20:13:18.870Z] (2/2) Installing su-exec (0.2-r1) [2022-07-13T20:13:18.870Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:13:18.870Z] OK: 6 MiB in 16 packages [2022-07-13T20:13:19.136Z] ---> ff5f44534212 [2022-07-13T20:13:19.136Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-13T20:13:19.398Z] Removing intermediate container e9ef1d4f7ff2 [2022-07-13T20:13:19.398Z] ---> 2cd192f01983 [2022-07-13T20:13:19.398Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T20:13:19.398Z] ---> Running in 9d9aeff12be7 [2022-07-13T20:13:19.657Z] Removing intermediate container b6408efaae9f [2022-07-13T20:13:19.657Z] ---> 0202811fb634 [2022-07-13T20:13:19.657Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-13T20:13:19.657Z] ---> Running in 1dc25c23afec [2022-07-13T20:13:19.657Z] Removing intermediate container 9d9aeff12be7 [2022-07-13T20:13:19.657Z] ---> 6c414176faf2 [2022-07-13T20:13:19.657Z] Step 13/22 : WORKDIR /edgex [2022-07-13T20:13:19.657Z] ---> Running in d49c5c81050f [2022-07-13T20:13:19.657Z] ---> 4ed7bdddad94 [2022-07-13T20:13:19.657Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-13T20:13:19.928Z] Removing intermediate container 1dc25c23afec [2022-07-13T20:13:19.928Z] ---> b461bbf741d7 [2022-07-13T20:13:19.928Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-07-13T20:13:19.928Z] Removing intermediate container d49c5c81050f [2022-07-13T20:13:19.928Z] ---> 90d682f82f39 [2022-07-13T20:13:19.928Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-13T20:13:20.194Z] ---> Running in 324baed7bae2 [2022-07-13T20:13:20.194Z] ---> 32b91ed6605b [2022-07-13T20:13:20.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-13T20:13:20.194Z] ---> Running in 6624960d0914 [2022-07-13T20:13:20.194Z] ---> a2698c875de7 [2022-07-13T20:13:20.194Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-13T20:13:20.194Z] Removing intermediate container 324baed7bae2 [2022-07-13T20:13:20.194Z] ---> 9044ffe2b318 [2022-07-13T20:13:20.194Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-07-13T20:13:20.453Z] ---> Running in c31025eaf3bf [2022-07-13T20:13:20.453Z] Removing intermediate container 6624960d0914 [2022-07-13T20:13:20.453Z] ---> 78cc46a6ed74 [2022-07-13T20:13:20.453Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:13:20.453Z] ---> Running in a9ef93aab047 [2022-07-13T20:13:20.453Z] Removing intermediate container c31025eaf3bf [2022-07-13T20:13:20.453Z] ---> 9e832391a0cf [2022-07-13T20:13:20.453Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-13T20:13:20.712Z] Removing intermediate container a9ef93aab047 [2022-07-13T20:13:20.712Z] ---> 0391ac566f50 [2022-07-13T20:13:20.712Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T20:13:20.712Z] ---> Running in 50dfccccf974 [2022-07-13T20:13:20.971Z] ---> Running in d5df8f902bf7 [2022-07-13T20:13:20.971Z] ---> b92eb53177a6 [2022-07-13T20:13:20.971Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-13T20:13:21.233Z] Removing intermediate container d5df8f902bf7 [2022-07-13T20:13:21.233Z] ---> ea8201cd5834 [2022-07-13T20:13:21.233Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:21.495Z] ---> Running in d83fddd95dfb [2022-07-13T20:13:21.495Z] ---> 2ec6d7df9149 [2022-07-13T20:13:21.495Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T20:13:22.067Z] Removing intermediate container d83fddd95dfb [2022-07-13T20:13:22.067Z] ---> ecdc3efc1483 [2022-07-13T20:13:22.067Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:22.067Z] ---> 9d5fda8b6dad [2022-07-13T20:13:22.067Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-13T20:13:22.067Z] ---> Running in 22606b803267 [2022-07-13T20:13:22.067Z] ---> Running in 573035b8862b [2022-07-13T20:13:22.067Z] Removing intermediate container 50dfccccf974 [2022-07-13T20:13:22.067Z] ---> f1b93c87faa2 [2022-07-13T20:13:22.067Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-07-13T20:13:22.328Z] ---> Running in 2600b9a9b2f4 [2022-07-13T20:13:22.328Z] Removing intermediate container 22606b803267 [2022-07-13T20:13:22.328Z] ---> c560f2941316 [2022-07-13T20:13:22.328Z] [2022-07-13T20:13:22.328Z] Successfully built c560f2941316 [2022-07-13T20:13:22.328Z] Successfully tagged core-metadata:latest [2022-07-13T20:13:22.328Z]  Building core-metadata ... done Building sys-mgmt-agent [2022-07-13T20:13:22.896Z] Removing intermediate container 2600b9a9b2f4 [2022-07-13T20:13:22.896Z] ---> 7d06f804668b [2022-07-13T20:13:22.896Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-07-13T20:13:25.437Z] Removing intermediate container 81f33d85b6a8 [2022-07-13T20:13:25.437Z] ---> 3ca6c883b758 [2022-07-13T20:13:25.437Z] [2022-07-13T20:13:25.437Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:13:25.437Z] ---> e66264b98777 [2022-07-13T20:13:25.437Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:13:25.437Z] ---> Using cache [2022-07-13T20:13:25.437Z] ---> ccafbd337c7d [2022-07-13T20:13:25.437Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:13:25.437Z] ---> Using cache [2022-07-13T20:13:25.437Z] ---> 9329b6433e99 [2022-07-13T20:13:25.437Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-13T20:13:25.437Z] ---> 317b9ddcb6c8 [2022-07-13T20:13:25.437Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-07-13T20:13:25.697Z] Removing intermediate container 573035b8862b [2022-07-13T20:13:25.697Z] ---> 074fd2724016 [2022-07-13T20:13:25.697Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T20:13:25.697Z] ---> Running in 278e4506c2e0 [2022-07-13T20:13:25.697Z] ---> Running in 6988f4a894a7 [2022-07-13T20:13:25.958Z] ---> Running in 6d91042a7950 [2022-07-13T20:13:25.958Z] Removing intermediate container 278e4506c2e0 [2022-07-13T20:13:25.958Z] ---> 937ac7d3655e [2022-07-13T20:13:25.958Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T20:13:26.218Z] Removing intermediate container 6d91042a7950 [2022-07-13T20:13:26.218Z] ---> a22a203f6de4 [2022-07-13T20:13:26.218Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T20:13:26.218Z] ---> Running in c0fa52a96b84 [2022-07-13T20:13:26.218Z] ---> Running in 9f9dad1fb23f [2022-07-13T20:13:26.478Z] Removing intermediate container c0fa52a96b84 [2022-07-13T20:13:26.478Z] ---> 43cc51eafcab [2022-07-13T20:13:26.478Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:13:26.478Z] Removing intermediate container 9f9dad1fb23f [2022-07-13T20:13:26.478Z] ---> a744e4a24d78 [2022-07-13T20:13:26.478Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:26.478Z] ---> Running in 221a911d9447 [2022-07-13T20:13:26.739Z] ---> 57e546ab44ca [2022-07-13T20:13:26.739Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-13T20:13:26.739Z] Removing intermediate container 221a911d9447 [2022-07-13T20:13:26.739Z] ---> 29146e5f3e13 [2022-07-13T20:13:26.739Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:27.001Z] ---> Running in c0a6b54d3c88 [2022-07-13T20:13:27.001Z] Removing intermediate container 6988f4a894a7 [2022-07-13T20:13:27.001Z] ---> c6b19176356a [2022-07-13T20:13:27.001Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:13:27.001Z] Removing intermediate container c0a6b54d3c88 [2022-07-13T20:13:27.001Z] ---> f011c42daa04 [2022-07-13T20:13:27.001Z] [2022-07-13T20:13:27.262Z] Successfully built f011c42daa04 [2022-07-13T20:13:27.262Z] Successfully tagged security-proxy-setup:latest [2022-07-13T20:13:27.262Z] Building security-secretstore-setup [2022-07-13T20:13:27.262Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:13:27.262Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:13:27.262Z] ---> 5bf26f7808c9 [2022-07-13T20:13:27.262Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:13:27.262Z] ---> Using cache [2022-07-13T20:13:27.262Z] ---> 663596da4003 [2022-07-13T20:13:27.262Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:13:27.262Z] ---> Using cache [2022-07-13T20:13:27.262Z] ---> 399f8a07fa42 [2022-07-13T20:13:27.262Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-13T20:13:29.808Z] ---> 090299c2ac9e [2022-07-13T20:13:29.808Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-13T20:13:29.808Z] ---> Running in fe85ce92f8fd [2022-07-13T20:13:29.808Z] ---> b010b2c17eaa [2022-07-13T20:13:29.808Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-13T20:13:30.068Z] ---> 948359d80c49 [2022-07-13T20:13:30.068Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-13T20:13:30.068Z] ---> b624eb070298 [2022-07-13T20:13:30.068Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-13T20:13:30.326Z] ---> Running in 8fe8629b0051 [2022-07-13T20:13:30.326Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:30.587Z] ---> 51c0f470bcc2 [2022-07-13T20:13:30.587Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-13T20:13:30.587Z] Removing intermediate container 8fe8629b0051 [2022-07-13T20:13:30.587Z] ---> c6b06a338b9d [2022-07-13T20:13:30.587Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:13:30.847Z] ---> Running in 6082b50a94a7 [2022-07-13T20:13:30.847Z] ---> e68671f63607 [2022-07-13T20:13:30.847Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-07-13T20:13:30.847Z] Removing intermediate container 6082b50a94a7 [2022-07-13T20:13:30.847Z] ---> c9dd4ea7b7ee [2022-07-13T20:13:30.847Z] Step 20/22 : LABEL arch=x86_64 [2022-07-13T20:13:31.108Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:13:31.108Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:13:31.108Z] ---> 5bf26f7808c9 [2022-07-13T20:13:31.108Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T20:13:31.108Z] ---> Using cache [2022-07-13T20:13:31.108Z] ---> 663596da4003 [2022-07-13T20:13:31.108Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:13:31.108Z] ---> Using cache [2022-07-13T20:13:31.108Z] ---> 399f8a07fa42 [2022-07-13T20:13:31.108Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-13T20:13:31.108Z] ---> Using cache [2022-07-13T20:13:31.108Z] ---> e7fdaf4f1398 [2022-07-13T20:13:31.108Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T20:13:31.108Z] ---> Using cache [2022-07-13T20:13:31.109Z] ---> 48a79bf8e66d [2022-07-13T20:13:31.109Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:13:31.109Z] ---> Using cache [2022-07-13T20:13:31.109Z] ---> 9374a8300962 [2022-07-13T20:13:31.109Z] Step 8/25 : COPY . . [2022-07-13T20:13:31.109Z] ---> Using cache [2022-07-13T20:13:31.109Z] ---> abe029da4f92 [2022-07-13T20:13:31.109Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-13T20:13:31.109Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:31.109Z] ---> Running in 93899d97eba6 [2022-07-13T20:13:31.109Z] ---> Running in d7141f7835f0 [2022-07-13T20:13:31.109Z] ---> 7d92de69a655 [2022-07-13T20:13:31.109Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-13T20:13:31.369Z] Removing intermediate container 93899d97eba6 [2022-07-13T20:13:31.369Z] ---> 0720e8412024 [2022-07-13T20:13:31.369Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:31.369Z] ---> Running in a28c770f0669 [2022-07-13T20:13:31.369Z] OK: 211 MiB in 51 packages [2022-07-13T20:13:31.369Z] ---> 273c526f4908 [2022-07-13T20:13:31.369Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-13T20:13:31.630Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-13T20:13:31.630Z] Removing intermediate container a28c770f0669 [2022-07-13T20:13:31.630Z] ---> c48732a6b235 [2022-07-13T20:13:31.630Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:31.630Z] ---> Running in 3edac7b67918 [2022-07-13T20:13:31.890Z] ---> Running in cf4d033131af [2022-07-13T20:13:31.890Z] Removing intermediate container fe85ce92f8fd [2022-07-13T20:13:31.890Z] ---> 847a0334473b [2022-07-13T20:13:31.890Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:13:32.175Z] Removing intermediate container cf4d033131af [2022-07-13T20:13:32.175Z] ---> ee6f93aeadaa [2022-07-13T20:13:32.175Z] [2022-07-13T20:13:32.476Z] ---> d6c1647c1e6d [2022-07-13T20:13:32.476Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:13:32.476Z] ---> Running in 7c0be1a94ea1 [2022-07-13T20:13:32.476Z] Successfully built ee6f93aeadaa [2022-07-13T20:13:32.476Z] Successfully tagged support-scheduler:latest [2022-07-13T20:13:32.476Z]  Building support-scheduler ... done Removing intermediate container 3d7526ed597d [2022-07-13T20:13:32.476Z] ---> 770597f8b304 [2022-07-13T20:13:32.476Z] [2022-07-13T20:13:32.476Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:13:32.476Z] ---> e66264b98777 [2022-07-13T20:13:32.476Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-13T20:13:32.476Z] ---> Running in 821bbb5d1d83 [2022-07-13T20:13:32.754Z] Removing intermediate container 821bbb5d1d83 [2022-07-13T20:13:32.754Z] ---> 17250ca2ed50 [2022-07-13T20:13:32.754Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-13T20:13:32.754Z] Removing intermediate container 3edac7b67918 [2022-07-13T20:13:32.754Z] ---> 3ab7a3e807fc [2022-07-13T20:13:32.754Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-13T20:13:32.754Z] ---> Running in 1c75c2255f41 [2022-07-13T20:13:32.754Z] ---> Running in d7f69dc4ef4d [2022-07-13T20:13:33.026Z] Removing intermediate container d7f69dc4ef4d [2022-07-13T20:13:33.026Z] ---> 6e4a1f719ffe [2022-07-13T20:13:33.026Z] Step 28/31 : CMD ["gate"] [2022-07-13T20:13:33.026Z] Removing intermediate container 1c75c2255f41 [2022-07-13T20:13:33.026Z] ---> bc674b8ca510 [2022-07-13T20:13:33.026Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-13T20:13:33.026Z] ---> Running in fd37703036a4 [2022-07-13T20:13:33.026Z] ---> Running in c97611a81e26 [2022-07-13T20:13:33.026Z] Removing intermediate container fd37703036a4 [2022-07-13T20:13:33.026Z] ---> 9928faf27f62 [2022-07-13T20:13:33.026Z] Step 29/31 : LABEL arch=x86_64 [2022-07-13T20:13:33.026Z] Removing intermediate container c97611a81e26 [2022-07-13T20:13:33.026Z] ---> b0c01c5f6778 [2022-07-13T20:13:33.026Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:13:33.342Z] ---> Running in 0914a88158db [2022-07-13T20:13:33.342Z] ---> Running in a73d07907389 [2022-07-13T20:13:33.342Z] Removing intermediate container 0914a88158db [2022-07-13T20:13:33.342Z] ---> 7503cb33ad31 [2022-07-13T20:13:33.342Z] Step 30/31 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:33.342Z] ---> Running in 439bcc7a8016 [2022-07-13T20:13:33.664Z] Removing intermediate container 439bcc7a8016 [2022-07-13T20:13:33.664Z] ---> 9e4221aab891 [2022-07-13T20:13:33.664Z] Step 31/31 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:33.664Z] ---> Running in 6911800d28ec [2022-07-13T20:13:33.953Z] Removing intermediate container 6911800d28ec [2022-07-13T20:13:33.954Z] ---> 4a3a5c67c8da [2022-07-13T20:13:33.954Z] [2022-07-13T20:13:33.954Z] Successfully built 4a3a5c67c8da [2022-07-13T20:13:33.954Z] Successfully tagged security-bootstrapper:latest [2022-07-13T20:13:34.522Z]  Building security-bootstrapper ... done Removing intermediate container a73d07907389 [2022-07-13T20:13:34.522Z] ---> f19f75fc4198 [2022-07-13T20:13:34.522Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-13T20:13:35.095Z] ---> Running in f3e0b3f67cff [2022-07-13T20:13:35.670Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:36.612Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:36.875Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-13T20:13:36.875Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T20:13:37.141Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-13T20:13:37.141Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T20:13:37.141Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-13T20:13:37.400Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-13T20:13:37.400Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:13:37.400Z] OK: 8 MiB in 20 packages [2022-07-13T20:13:38.779Z] Removing intermediate container 7c0be1a94ea1 [2022-07-13T20:13:38.779Z] ---> f1d19055a636 [2022-07-13T20:13:38.779Z] Step 8/23 : COPY . . [2022-07-13T20:13:38.779Z] Removing intermediate container f3e0b3f67cff [2022-07-13T20:13:38.779Z] ---> 66c6ca2b9737 [2022-07-13T20:13:38.779Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:13:40.685Z] ---> 926dd2b2e28c [2022-07-13T20:13:40.685Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-13T20:13:41.256Z] ---> bd89f4baad2b [2022-07-13T20:13:41.256Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-13T20:13:41.515Z] ---> 69b570bdbced [2022-07-13T20:13:41.515Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-13T20:13:41.515Z] ---> Running in 8306482bc7b9 [2022-07-13T20:13:41.792Z] Removing intermediate container 8306482bc7b9 [2022-07-13T20:13:41.792Z] ---> 86a14023c2e7 [2022-07-13T20:13:41.792Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:13:41.792Z] ---> Running in 0262b5060dfd [2022-07-13T20:13:42.050Z] Removing intermediate container 0262b5060dfd [2022-07-13T20:13:42.050Z] ---> e4225233692b [2022-07-13T20:13:42.050Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T20:13:42.050Z] ---> Running in e251969f968c [2022-07-13T20:13:42.308Z] Removing intermediate container e251969f968c [2022-07-13T20:13:42.308Z] ---> 02bfec11f338 [2022-07-13T20:13:42.308Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:42.308Z] ---> Running in e80d5256835f [2022-07-13T20:13:42.567Z] Removing intermediate container e80d5256835f [2022-07-13T20:13:42.567Z] ---> a711331a392f [2022-07-13T20:13:42.567Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:42.827Z] ---> Running in 3a1c0baf16a8 [2022-07-13T20:13:43.086Z] Removing intermediate container 3a1c0baf16a8 [2022-07-13T20:13:43.086Z] ---> a52402a62994 [2022-07-13T20:13:43.086Z] [2022-07-13T20:13:43.086Z] Successfully built a52402a62994 [2022-07-13T20:13:43.086Z] Successfully tagged core-data:latest [2022-07-13T20:13:44.466Z]  Building core-data ... done  ---> 3f9a41b097f1 [2022-07-13T20:13:44.466Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-13T20:13:44.466Z] ---> Running in c846fb99d5fb [2022-07-13T20:13:44.726Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-13T20:13:44.986Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-13T20:13:47.527Z] Removing intermediate container d7141f7835f0 [2022-07-13T20:13:47.527Z] ---> 3002a1becfb7 [2022-07-13T20:13:47.527Z] [2022-07-13T20:13:47.527Z] Step 10/25 : FROM alpine:3.16 [2022-07-13T20:13:47.527Z] ---> e66264b98777 [2022-07-13T20:13:47.527Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-13T20:13:47.527Z] ---> Running in 8a54169c1c90 [2022-07-13T20:13:48.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:48.096Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:13:48.355Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-13T20:13:48.355Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-13T20:13:48.355Z] (3/3) Installing su-exec (0.2-r1) [2022-07-13T20:13:48.355Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:13:48.355Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:13:48.355Z] OK: 6 MiB in 17 packages [2022-07-13T20:13:48.925Z] Removing intermediate container 8a54169c1c90 [2022-07-13T20:13:48.925Z] ---> 59c32b71213b [2022-07-13T20:13:48.925Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T20:13:49.185Z] ---> Running in 4392598f94e6 [2022-07-13T20:13:49.185Z] Removing intermediate container 4392598f94e6 [2022-07-13T20:13:49.185Z] ---> 2c99c2aef8ed [2022-07-13T20:13:49.185Z] Step 13/25 : WORKDIR / [2022-07-13T20:13:49.444Z] ---> Running in 830b76d926ac [2022-07-13T20:13:49.444Z] Removing intermediate container 830b76d926ac [2022-07-13T20:13:49.444Z] ---> 34cd4a15e277 [2022-07-13T20:13:49.444Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-13T20:13:49.703Z] ---> c8e3dfba1a5b [2022-07-13T20:13:49.703Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-13T20:13:50.273Z] ---> 9b193433fd0f [2022-07-13T20:13:50.273Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-13T20:13:50.531Z] ---> 0477f67b4b43 [2022-07-13T20:13:50.531Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-13T20:13:50.792Z] ---> fb2756fef66d [2022-07-13T20:13:50.792Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-13T20:13:51.361Z] ---> 7e65c00d0f8e [2022-07-13T20:13:51.361Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-13T20:13:51.932Z] ---> c201da730f42 [2022-07-13T20:13:51.932Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T20:13:51.932Z] ---> 8590dca6f55a [2022-07-13T20:13:51.932Z] Step 21/25 : 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/ [2022-07-13T20:13:52.191Z] ---> Running in 6d6d702cbad3 [2022-07-13T20:13:52.761Z] Removing intermediate container 6d6d702cbad3 [2022-07-13T20:13:52.761Z] ---> be3471398b13 [2022-07-13T20:13:52.761Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T20:13:52.761Z] ---> Running in 18666d1cfcda [2022-07-13T20:13:52.761Z] Removing intermediate container 18666d1cfcda [2022-07-13T20:13:52.761Z] ---> a5a73ecd68db [2022-07-13T20:13:52.761Z] Step 23/25 : LABEL arch=x86_64 [2022-07-13T20:13:53.026Z] ---> Running in 6e47415faeb9 [2022-07-13T20:13:53.026Z] Removing intermediate container 6e47415faeb9 [2022-07-13T20:13:53.026Z] ---> 654a4e20483f [2022-07-13T20:13:53.026Z] Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:13:53.026Z] ---> Running in 6b56371a9eaf [2022-07-13T20:13:53.026Z] Removing intermediate container 6b56371a9eaf [2022-07-13T20:13:53.026Z] ---> 2b907a4b06b8 [2022-07-13T20:13:53.026Z] Step 25/25 : LABEL version=2.2.1-dev.28 [2022-07-13T20:13:53.286Z] ---> Running in 28edb024ea0a [2022-07-13T20:13:53.286Z] Removing intermediate container 28edb024ea0a [2022-07-13T20:13:53.286Z] ---> 7fb5f9e092b6 [2022-07-13T20:13:53.286Z] [2022-07-13T20:13:53.286Z] Successfully built 7fb5f9e092b6 [2022-07-13T20:13:53.286Z] Successfully tagged security-secretstore-setup:latest [2022-07-13T20:13:57.485Z]  Building security-secretstore-setup ... done Removing intermediate container c846fb99d5fb [2022-07-13T20:13:57.485Z] ---> d019dc9a28ac [2022-07-13T20:13:57.485Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-13T20:13:57.485Z] ---> Running in c3ef7d70889c [2022-07-13T20:13:57.744Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-13T20:13:58.681Z] Removing intermediate container c3ef7d70889c [2022-07-13T20:13:58.681Z] ---> bdbe846c2ccb [2022-07-13T20:13:58.681Z] [2022-07-13T20:13:58.681Z] Step 11/23 : FROM docker:20.10.14 [2022-07-13T20:13:58.942Z] 20.10.14: Pulling from library/docker [2022-07-13T20:14:00.850Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-13T20:14:00.850Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-13T20:14:00.850Z] ---> 7417809fdb73 [2022-07-13T20:14:00.850Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:14:01.422Z] ---> Running in 1d3abba62008 [2022-07-13T20:14:01.683Z] Removing intermediate container 1d3abba62008 [2022-07-13T20:14:01.683Z] ---> e048c42c3613 [2022-07-13T20:14:01.683Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-13T20:14:01.683Z] ---> Running in eae61fb3f199 [2022-07-13T20:14:01.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-07-13T20:14:01.944Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-07-13T20:14:02.204Z] (1/43) Installing readline (8.1.1-r0) [2022-07-13T20:14:02.204Z] (2/43) Installing bash (5.1.16-r0) [2022-07-13T20:14:02.204Z] Executing bash-5.1.16-r0.post-install [2022-07-13T20:14:02.204Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-13T20:14:02.204Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T20:14:02.204Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-13T20:14:02.204Z] (6/43) Installing curl (7.80.0-r2) [2022-07-13T20:14:02.204Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-13T20:14:02.204Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-13T20:14:02.204Z] (9/43) Installing expat (2.4.7-r0) [2022-07-13T20:14:02.204Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-13T20:14:02.204Z] (11/43) Installing gdbm (1.22-r0) [2022-07-13T20:14:02.204Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-13T20:14:02.204Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-13T20:14:02.204Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-13T20:14:02.204Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-13T20:14:02.204Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-13T20:14:02.464Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-13T20:14:02.724Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-13T20:14:02.724Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-13T20:14:02.724Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-13T20:14:02.724Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-13T20:14:02.724Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-13T20:14:02.725Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-13T20:14:02.725Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-13T20:14:02.725Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-13T20:14:02.725Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-13T20:14:02.725Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-13T20:14:02.725Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-13T20:14:02.725Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-13T20:14:02.725Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-13T20:14:02.725Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-13T20:14:02.725Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-13T20:14:02.725Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-13T20:14:02.725Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-13T20:14:02.725Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-13T20:14:02.725Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-13T20:14:02.725Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-13T20:14:02.725Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-13T20:14:02.725Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-13T20:14:02.725Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-13T20:14:02.725Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-13T20:14:02.984Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-13T20:14:02.984Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-13T20:14:02.984Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:14:02.984Z] OK: 83 MiB in 65 packages [2022-07-13T20:14:03.555Z] Collecting docker-compose==1.23.2 [2022-07-13T20:14:03.555Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-13T20:14:03.824Z] Collecting docker<4.0,>=3.6.0 [2022-07-13T20:14:03.824Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-13T20:14:03.824Z] Collecting texttable<0.10,>=0.9.0 [2022-07-13T20:14:03.824Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-13T20:14:04.083Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-13T20:14:04.083Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-13T20:14:04.083Z] Collecting jsonschema<3,>=2.5.1 [2022-07-13T20:14:04.083Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-13T20:14:04.083Z] Collecting docopt<0.7,>=0.6.1 [2022-07-13T20:14:04.083Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-13T20:14:04.343Z] Collecting cached-property<2,>=1.2.0 [2022-07-13T20:14:04.604Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-13T20:14:04.604Z] Collecting PyYAML<4,>=3.10 [2022-07-13T20:14:04.604Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-13T20:14:05.175Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-13T20:14:05.175Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-13T20:14:05.175Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-13T20:14:05.175Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-13T20:14:05.175Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-13T20:14:05.434Z] Collecting docker-pycreds>=0.4.0 [2022-07-13T20:14:05.434Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-13T20:14:05.595Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:14:05.595Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:14:05.595Z] ---> 8483743e27b3 [2022-07-13T20:14:05.595Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:14:05.595Z] Step 1/31 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:14:05.595Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:14:05.595Z] ---> 8483743e27b3 [2022-07-13T20:14:05.595Z] Step 3/31 : WORKDIR /edgex-go [2022-07-13T20:14:05.595Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:14:05.595Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:14:05.595Z] ---> 8483743e27b3 [2022-07-13T20:14:05.595Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:14:05.595Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:14:05.595Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:14:05.595Z] ---> 8483743e27b3 [2022-07-13T20:14:05.595Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:14:05.595Z] Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:14:05.595Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:14:05.595Z] ---> 8483743e27b3 [2022-07-13T20:14:05.595Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T20:14:05.595Z] ---> Running in 969a9dc108ac [2022-07-13T20:14:05.595Z] ---> Running in 49d7085f464d [2022-07-13T20:14:05.595Z] ---> Running in 57a5e2329801 [2022-07-13T20:14:05.595Z] ---> Running in 1a471ec0ea79 [2022-07-13T20:14:05.595Z] ---> Running in 1cd2c71ee6e0 [2022-07-13T20:14:05.595Z] Removing intermediate container 57a5e2329801 [2022-07-13T20:14:05.595Z] ---> 6c1cbe31d0a5 [2022-07-13T20:14:05.595Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:14:05.595Z] Removing intermediate container 1a471ec0ea79 [2022-07-13T20:14:05.595Z] ---> b7861455bb79 [2022-07-13T20:14:05.595Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:14:05.694Z] Collecting idna<2.8,>=2.5 [2022-07-13T20:14:05.694Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-13T20:14:05.694Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-13T20:14:05.694Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-13T20:14:05.694Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-13T20:14:05.694Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-13T20:14:05.694Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-13T20:14:05.872Z] ---> Running in 57c927de8736 [2022-07-13T20:14:05.872Z] Removing intermediate container 969a9dc108ac [2022-07-13T20:14:05.872Z] Removing intermediate container 49d7085f464d [2022-07-13T20:14:05.872Z] ---> c5574bd8b208 [2022-07-13T20:14:05.872Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:14:05.872Z] ---> d5e901a048b6 [2022-07-13T20:14:05.872Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:14:05.872Z] Removing intermediate container 1cd2c71ee6e0 [2022-07-13T20:14:05.872Z] ---> 170f68b6b6c8 [2022-07-13T20:14:05.872Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:14:05.872Z] ---> Running in 4356acee9ca5 [2022-07-13T20:14:05.954Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-13T20:14:05.954Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-13T20:14:05.954Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-13T20:14:05.954Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-13T20:14:05.954Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-13T20:14:05.954Z] Attempting uninstall: urllib3 [2022-07-13T20:14:05.954Z] Found existing installation: urllib3 1.26.7 [2022-07-13T20:14:05.954Z] Uninstalling urllib3-1.26.7: [2022-07-13T20:14:05.954Z] Successfully uninstalled urllib3-1.26.7 [2022-07-13T20:14:05.954Z] Attempting uninstall: idna [2022-07-13T20:14:05.954Z] Found existing installation: idna 3.3 [2022-07-13T20:14:05.954Z] Uninstalling idna-3.3: [2022-07-13T20:14:06.152Z] ---> Running in fd56e2c21399 [2022-07-13T20:14:06.152Z] ---> Running in 95f98bffab34 [2022-07-13T20:14:06.152Z] ---> Running in d4c837fa458b [2022-07-13T20:14:06.215Z] Successfully uninstalled idna-3.3 [2022-07-13T20:14:06.476Z] Attempting uninstall: requests [2022-07-13T20:14:06.476Z] Found existing installation: requests 2.26.0 [2022-07-13T20:14:06.476Z] Uninstalling requests-2.26.0: [2022-07-13T20:14:06.476Z] Successfully uninstalled requests-2.26.0 [2022-07-13T20:14:06.476Z] Running setup.py install for texttable: started [2022-07-13T20:14:06.736Z] Running setup.py install for texttable: finished with status 'done' [2022-07-13T20:14:06.736Z] Running setup.py install for PyYAML: started [2022-07-13T20:14:07.304Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-13T20:14:07.304Z] Running setup.py install for docopt: started [2022-07-13T20:14:07.564Z] Running setup.py install for docopt: finished with status 'done' [2022-07-13T20:14:07.564Z] Running setup.py install for dockerpty: started [2022-07-13T20:14:07.825Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-13T20:14:08.085Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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 [2022-07-13T20:14:09.585Z] Removing intermediate container 57c927de8736 [2022-07-13T20:14:09.585Z] ---> bd5f92c03782 [2022-07-13T20:14:09.585Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-07-13T20:14:09.585Z] Removing intermediate container 4356acee9ca5 [2022-07-13T20:14:09.585Z] ---> cc1bd504388a [2022-07-13T20:14:09.585Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-07-13T20:14:09.895Z] ---> Running in d240e5aa39cb [2022-07-13T20:14:09.895Z] ---> Running in 5887a1fd1aa6 [2022-07-13T20:14:09.895Z] Removing intermediate container 95f98bffab34 [2022-07-13T20:14:09.895Z] ---> 758388de828d [2022-07-13T20:14:09.895Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:14:09.895Z] Removing intermediate container d4c837fa458b [2022-07-13T20:14:09.895Z] ---> 6b4447d2c624 [2022-07-13T20:14:09.895Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T20:14:10.193Z] ---> Running in 844fb4958313 [2022-07-13T20:14:10.193Z] Removing intermediate container fd56e2c21399 [2022-07-13T20:14:10.193Z] ---> 8031101f76ae [2022-07-13T20:14:10.193Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T20:14:10.193Z] ---> Running in 4d130ad460ab [2022-07-13T20:14:10.473Z] ---> Running in fe25af066d37 [2022-07-13T20:14:10.632Z] Removing intermediate container eae61fb3f199 [2022-07-13T20:14:10.632Z] ---> 50d5eada7d05 [2022-07-13T20:14:10.632Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-13T20:14:10.632Z] ---> Running in c7e277b6265d [2022-07-13T20:14:10.893Z] Removing intermediate container c7e277b6265d [2022-07-13T20:14:10.893Z] ---> d1b8a56314ec [2022-07-13T20:14:10.893Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-13T20:14:10.893Z] ---> Running in 654a880b7192 [2022-07-13T20:14:10.893Z] Removing intermediate container 654a880b7192 [2022-07-13T20:14:10.893Z] ---> 86605ce47736 [2022-07-13T20:14:10.893Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-13T20:14:11.152Z] ---> b57fbacef5f5 [2022-07-13T20:14:11.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-13T20:14:11.412Z] ---> d9cbe40bd7d7 [2022-07-13T20:14:11.412Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-13T20:14:11.673Z] ---> 8c31a14efeb6 [2022-07-13T20:14:11.673Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-13T20:14:11.673Z] ---> Running in 46586a827827 [2022-07-13T20:14:11.673Z] Removing intermediate container 46586a827827 [2022-07-13T20:14:11.673Z] ---> 78a7e1492b91 [2022-07-13T20:14:11.673Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:14:11.933Z] ---> Running in 90fdbff14542 [2022-07-13T20:14:11.933Z] Removing intermediate container 90fdbff14542 [2022-07-13T20:14:11.933Z] ---> 197cec42adca [2022-07-13T20:14:11.933Z] Step 21/23 : LABEL arch=x86_64 [2022-07-13T20:14:11.933Z] ---> Running in d96c417daf51 [2022-07-13T20:14:11.933Z] Removing intermediate container d96c417daf51 [2022-07-13T20:14:11.933Z] ---> c06a8ef8feb9 [2022-07-13T20:14:11.933Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:11.933Z] ---> Running in 2b6eabec1637 [2022-07-13T20:14:12.193Z] Removing intermediate container 2b6eabec1637 [2022-07-13T20:14:12.193Z] ---> 70e24ee67a7b [2022-07-13T20:14:12.193Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:14:12.193Z] ---> Running in 6ce60c8802a3 [2022-07-13T20:14:12.193Z] Removing intermediate container 6ce60c8802a3 [2022-07-13T20:14:12.193Z] ---> fa3bc5d56edd [2022-07-13T20:14:12.193Z] [2022-07-13T20:14:12.454Z] Successfully built fa3bc5d56edd [2022-07-13T20:14:12.454Z] Successfully tagged sys-mgmt-agent:latest [2022-07-13T20:14:12.461Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-07-13T20:14:12.469Z] $ docker stop --time=1 aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f [2022-07-13T20:14:12.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:12.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:12.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:12.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:12.487Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.095Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.388Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.388Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.677Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.677Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:14:13.785Z] $ docker rm -f aaabeaedab31aa749dfb4cd5c140342b9c8369b8be3fd8070f31bb7fa4397c3f [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T20:14:14.127Z] + docker images [2022-07-13T20:14:14.127Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-13T20:14:14.127Z] sys-mgmt-agent latest fa3bc5d56edd 1 second ago 299MB [2022-07-13T20:14:14.127Z] bdbe846c2ccb 15 seconds ago 1.62GB [2022-07-13T20:14:14.127Z] security-secretstore-setup latest 7fb5f9e092b6 20 seconds ago 28.9MB [2022-07-13T20:14:14.127Z] 3002a1becfb7 27 seconds ago 1.63GB [2022-07-13T20:14:14.127Z] core-data latest a52402a62994 31 seconds ago 21.5MB [2022-07-13T20:14:14.127Z] security-bootstrapper latest 4a3a5c67c8da 40 seconds ago 19.3MB [2022-07-13T20:14:14.127Z] 770597f8b304 41 seconds ago 1.65GB [2022-07-13T20:14:14.127Z] support-scheduler latest ee6f93aeadaa 42 seconds ago 26.5MB [2022-07-13T20:14:14.127Z] security-proxy-setup latest f011c42daa04 47 seconds ago 27.1MB [2022-07-13T20:14:14.127Z] 3ca6c883b758 49 seconds ago 1.68GB [2022-07-13T20:14:14.127Z] core-metadata latest c560f2941316 52 seconds ago 17.1MB [2022-07-13T20:14:14.127Z] 7604afa2e649 57 seconds ago 1.63GB [2022-07-13T20:14:14.127Z] c3d9fa6267a1 58 seconds ago 1.62GB [2022-07-13T20:14:14.127Z] 239a8ecff0e3 58 seconds ago 1.62GB [2022-07-13T20:14:14.128Z] security-spiffe-token-provider latest 6d6643af8cff About a minute ago 29.1MB [2022-07-13T20:14:14.128Z] support-notifications latest c75a7b8cb83b About a minute ago 27.1MB [2022-07-13T20:14:14.128Z] core-command latest 0cf96bb7f780 About a minute ago 16.1MB [2022-07-13T20:14:14.128Z] security-spire-agent latest 7ae135733977 About a minute ago 125MB [2022-07-13T20:14:14.128Z] 32a82f01ce48 About a minute ago 1.68GB [2022-07-13T20:14:14.128Z] 13f40efc23e1 About a minute ago 1.67GB [2022-07-13T20:14:14.128Z] 6412343f1e23 About a minute ago 1.62GB [2022-07-13T20:14:14.128Z] security-spire-config latest 10ede1e6fb75 2 minutes ago 85.8MB [2022-07-13T20:14:14.128Z] security-spire-server latest a23524c7deee 2 minutes ago 86.5MB [2022-07-13T20:14:14.128Z] d121cfd96333 2 minutes ago 1.52GB [2022-07-13T20:14:14.128Z] bd03047d7053 2 minutes ago 1.52GB [2022-07-13T20:14:14.128Z] ci-base-image-x86_64 latest 5bf26f7808c9 5 minutes ago 937MB [2022-07-13T20:14:14.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 5 days ago 253MB [2022-07-13T20:14:14.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine a4fb48ad2a94 6 days ago 677MB [2022-07-13T20:14:14.128Z] alpine 3.16 e66264b98777 7 weeks ago 5.53MB [2022-07-13T20:14:14.128Z] docker 20.10.14 7417809fdb73 3 months ago 218MB [2022-07-13T20:14:14.128Z] alpine 3.15 0ac33e5f5afa 3 months ago 5.57MB [2022-07-13T20:14:14.128Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:14:14.237Z] provisioning config files... [2022-07-13T20:14:14.245Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config3714483599244120456tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:14:14.283Z] OK: 221 MiB in 51 packages [2022-07-13T20:14:14.542Z] ---> docker-login.sh [2022-07-13T20:14:14.542Z] nexus3.edgexfoundry.org:10001 [2022-07-13T20:14:14.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:14:14.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:14:14.542Z] Configure a credential helper to remove this warning. See [2022-07-13T20:14:14.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:14:14.542Z] [2022-07-13T20:14:14.542Z] Login Succeeded [2022-07-13T20:14:14.542Z] nexus3.edgexfoundry.org:10002 [2022-07-13T20:14:14.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:14:14.562Z] OK: 221 MiB in 51 packages [2022-07-13T20:14:14.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:14:14.802Z] Configure a credential helper to remove this warning. See [2022-07-13T20:14:14.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:14:14.802Z] [2022-07-13T20:14:14.802Z] Login Succeeded [2022-07-13T20:14:14.802Z] nexus3.edgexfoundry.org:10003 [2022-07-13T20:14:14.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:14:14.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:14:14.802Z] Configure a credential helper to remove this warning. See [2022-07-13T20:14:14.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:14:14.802Z] [2022-07-13T20:14:14.802Z] Login Succeeded [2022-07-13T20:14:14.802Z] nexus3.edgexfoundry.org:10004 [2022-07-13T20:14:14.844Z] OK: 221 MiB in 51 packages [2022-07-13T20:14:14.844Z] OK: 221 MiB in 51 packages [2022-07-13T20:14:15.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:14:15.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:14:15.063Z] Configure a credential helper to remove this warning. See [2022-07-13T20:14:15.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:14:15.063Z] [2022-07-13T20:14:15.063Z] Login Succeeded [2022-07-13T20:14:15.063Z] docker.io [2022-07-13T20:14:15.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:14:15.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:14:15.325Z] Configure a credential helper to remove this warning. See [2022-07-13T20:14:15.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:14:15.325Z] [2022-07-13T20:14:15.325Z] Login Succeeded [2022-07-13T20:14:15.325Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T20:14:15.334Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:15.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:14:15.401Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-07-13T20:14:15.401Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:15.401Z] latest [2022-07-13T20:14:15.401Z] 2.2.1-dev.28 [2022-07-13T20:14:15.401Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:15.401Z] main [2022-07-13T20:14:15.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:15.469Z] OK: 221 MiB in 51 packages [2022-07-13T20:14:15.733Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:16.048Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:16.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-13T20:14:16.048Z] 419be6e1024d: Preparing [2022-07-13T20:14:16.048Z] 7c0219acb4c9: Preparing [2022-07-13T20:14:16.048Z] d7acbff700d2: Preparing [2022-07-13T20:14:16.048Z] aef786c3594f: Preparing [2022-07-13T20:14:16.048Z] 24302eb7d908: Preparing [2022-07-13T20:14:16.048Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:16.048Z] aef786c3594f: Pushed [2022-07-13T20:14:16.048Z] 419be6e1024d: Pushed [2022-07-13T20:14:16.048Z] d7acbff700d2: Pushed [2022-07-13T20:14:16.081Z] Removing intermediate container 5887a1fd1aa6 [2022-07-13T20:14:16.081Z] ---> 27a6619f0110 [2022-07-13T20:14:16.081Z] Step 6/31 : COPY go.mod vendor* ./ [2022-07-13T20:14:16.359Z] Removing intermediate container 4d130ad460ab [2022-07-13T20:14:16.359Z] ---> ef7032af5b61 [2022-07-13T20:14:16.359Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:14:16.649Z] Removing intermediate container d240e5aa39cb [2022-07-13T20:14:16.649Z] ---> 9e9f0dc63bb1 [2022-07-13T20:14:16.649Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:14:16.927Z] Removing intermediate container 844fb4958313 [2022-07-13T20:14:16.927Z] ---> d06bc53f5fd5 [2022-07-13T20:14:16.927Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T20:14:16.927Z] Removing intermediate container fe25af066d37 [2022-07-13T20:14:16.927Z] ---> 2669294fdf43 [2022-07-13T20:14:16.927Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:14:17.433Z] 7c0219acb4c9: Pushed [2022-07-13T20:14:17.433Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:17.526Z] ---> 9d996ac9bf17 [2022-07-13T20:14:17.526Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:14:17.526Z] ---> Running in 07b9d3c59298 [2022-07-13T20:14:17.526Z] ---> aa149e53c50e [2022-07-13T20:14:17.526Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:14:17.749Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:17.804Z] ---> Running in 4e18dbfa88b6 [2022-07-13T20:14:18.064Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-13T20:14:18.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-13T20:14:18.064Z] 419be6e1024d: Preparing [2022-07-13T20:14:18.064Z] 7c0219acb4c9: Preparing [2022-07-13T20:14:18.064Z] d7acbff700d2: Preparing [2022-07-13T20:14:18.064Z] aef786c3594f: Preparing [2022-07-13T20:14:18.064Z] 24302eb7d908: Preparing [2022-07-13T20:14:18.064Z] aef786c3594f: Layer already exists [2022-07-13T20:14:18.064Z] 419be6e1024d: Layer already exists [2022-07-13T20:14:18.064Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:18.064Z] 7c0219acb4c9: Layer already exists [2022-07-13T20:14:18.064Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:18.064Z] latest: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:18.405Z] ---> 297955bf63f2 [2022-07-13T20:14:18.406Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:14:18.406Z] ---> fda1ca77d0de [2022-07-13T20:14:18.406Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:14:18.406Z] ---> a585da5f74f2 [2022-07-13T20:14:18.406Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:14:18.406Z] ---> Running in 8a188ad23f85 [2022-07-13T20:14:18.437Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:18.714Z] ---> Running in 6bef84efab5c [2022-07-13T20:14:18.714Z] ---> Running in a637f3a00af4 [2022-07-13T20:14:18.768Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 [2022-07-13T20:14:18.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-13T20:14:18.768Z] 419be6e1024d: Preparing [2022-07-13T20:14:18.768Z] 7c0219acb4c9: Preparing [2022-07-13T20:14:18.768Z] d7acbff700d2: Preparing [2022-07-13T20:14:18.768Z] aef786c3594f: Preparing [2022-07-13T20:14:18.768Z] 24302eb7d908: Preparing [2022-07-13T20:14:18.768Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:18.768Z] 419be6e1024d: Layer already exists [2022-07-13T20:14:18.768Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:18.768Z] aef786c3594f: Layer already exists [2022-07-13T20:14:18.768Z] 7c0219acb4c9: Layer already exists [2022-07-13T20:14:18.768Z] 2.2.1-dev.28: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:19.077Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:19.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:19.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-13T20:14:19.384Z] 419be6e1024d: Preparing [2022-07-13T20:14:19.384Z] 7c0219acb4c9: Preparing [2022-07-13T20:14:19.384Z] d7acbff700d2: Preparing [2022-07-13T20:14:19.384Z] aef786c3594f: Preparing [2022-07-13T20:14:19.384Z] 24302eb7d908: Preparing [2022-07-13T20:14:19.384Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:19.384Z] 7c0219acb4c9: Layer already exists [2022-07-13T20:14:19.384Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:19.384Z] 419be6e1024d: Layer already exists [2022-07-13T20:14:19.384Z] aef786c3594f: Layer already exists [2022-07-13T20:14:19.384Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:19.697Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:20.006Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-07-13T20:14:20.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-07-13T20:14:20.006Z] 419be6e1024d: Preparing [2022-07-13T20:14:20.006Z] 7c0219acb4c9: Preparing [2022-07-13T20:14:20.006Z] d7acbff700d2: Preparing [2022-07-13T20:14:20.006Z] aef786c3594f: Preparing [2022-07-13T20:14:20.006Z] 24302eb7d908: Preparing [2022-07-13T20:14:20.006Z] 7c0219acb4c9: Layer already exists [2022-07-13T20:14:20.006Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:20.006Z] aef786c3594f: Layer already exists [2022-07-13T20:14:20.006Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:20.006Z] 419be6e1024d: Layer already exists [2022-07-13T20:14:20.006Z] main: digest: sha256:f76c2c94ec1bea751689ad729877e3955803b85917bc333e8237996219e19564 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:20.054Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:20.061Z] taggedImages: [2022-07-13T20:14:20.061Z] - nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:20.061Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-07-13T20:14:20.061Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.28 [2022-07-13T20:14:20.061Z] - nexus3.edgexfoundry.org:10004/core-command:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:20.061Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-07-13T20:14:20.079Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-07-13T20:14:20.079Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:20.079Z] latest [2022-07-13T20:14:20.079Z] 2.2.1-dev.28 [2022-07-13T20:14:20.079Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:20.079Z] main [2022-07-13T20:14:20.079Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:20.399Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:20.713Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:20.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-13T20:14:20.713Z] 14c16287234d: Preparing [2022-07-13T20:14:20.713Z] a6923e04ea42: Preparing [2022-07-13T20:14:20.713Z] d7acbff700d2: Preparing [2022-07-13T20:14:20.713Z] 3448317c491a: Preparing [2022-07-13T20:14:20.713Z] 9611494f707a: Preparing [2022-07-13T20:14:20.713Z] 24302eb7d908: Preparing [2022-07-13T20:14:20.713Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:20.713Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:20.713Z] 14c16287234d: Pushed [2022-07-13T20:14:20.713Z] 9611494f707a: Pushed [2022-07-13T20:14:20.974Z] 3448317c491a: Pushed [2022-07-13T20:14:22.358Z] a6923e04ea42: Pushed [2022-07-13T20:14:22.358Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:22.673Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:22.983Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-13T20:14:22.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-13T20:14:22.983Z] 14c16287234d: Preparing [2022-07-13T20:14:22.983Z] a6923e04ea42: Preparing [2022-07-13T20:14:22.983Z] d7acbff700d2: Preparing [2022-07-13T20:14:22.983Z] 3448317c491a: Preparing [2022-07-13T20:14:22.983Z] 9611494f707a: Preparing [2022-07-13T20:14:22.983Z] 24302eb7d908: Preparing [2022-07-13T20:14:22.983Z] 24302eb7d908: Waiting [2022-07-13T20:14:22.983Z] 9611494f707a: Layer already exists [2022-07-13T20:14:22.983Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:22.983Z] 14c16287234d: Layer already exists [2022-07-13T20:14:22.983Z] a6923e04ea42: Layer already exists [2022-07-13T20:14:22.983Z] 3448317c491a: Layer already exists [2022-07-13T20:14:22.983Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:22.983Z] latest: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:23.302Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:23.615Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 [2022-07-13T20:14:23.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-13T20:14:23.615Z] 14c16287234d: Preparing [2022-07-13T20:14:23.615Z] a6923e04ea42: Preparing [2022-07-13T20:14:23.615Z] d7acbff700d2: Preparing [2022-07-13T20:14:23.615Z] 3448317c491a: Preparing [2022-07-13T20:14:23.615Z] 9611494f707a: Preparing [2022-07-13T20:14:23.615Z] 24302eb7d908: Preparing [2022-07-13T20:14:23.615Z] 24302eb7d908: Waiting [2022-07-13T20:14:23.615Z] 9611494f707a: Layer already exists [2022-07-13T20:14:23.615Z] 14c16287234d: Layer already exists [2022-07-13T20:14:23.615Z] 3448317c491a: Layer already exists [2022-07-13T20:14:23.615Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:23.615Z] a6923e04ea42: Layer already exists [2022-07-13T20:14:23.615Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:23.615Z] 2.2.1-dev.28: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:23.932Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:24.238Z] + docker push nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:24.238Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-13T20:14:24.238Z] 14c16287234d: Preparing [2022-07-13T20:14:24.238Z] a6923e04ea42: Preparing [2022-07-13T20:14:24.238Z] d7acbff700d2: Preparing [2022-07-13T20:14:24.238Z] 3448317c491a: Preparing [2022-07-13T20:14:24.238Z] 9611494f707a: Preparing [2022-07-13T20:14:24.238Z] 24302eb7d908: Preparing [2022-07-13T20:14:24.238Z] 24302eb7d908: Waiting [2022-07-13T20:14:24.238Z] a6923e04ea42: Layer already exists [2022-07-13T20:14:24.238Z] 9611494f707a: Layer already exists [2022-07-13T20:14:24.238Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:24.238Z] 3448317c491a: Layer already exists [2022-07-13T20:14:24.238Z] 14c16287234d: Layer already exists [2022-07-13T20:14:24.238Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:24.238Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:24.552Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:24.866Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-07-13T20:14:24.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-07-13T20:14:24.866Z] 14c16287234d: Preparing [2022-07-13T20:14:24.866Z] a6923e04ea42: Preparing [2022-07-13T20:14:24.866Z] d7acbff700d2: Preparing [2022-07-13T20:14:24.866Z] 3448317c491a: Preparing [2022-07-13T20:14:24.866Z] 9611494f707a: Preparing [2022-07-13T20:14:24.866Z] 24302eb7d908: Preparing [2022-07-13T20:14:24.866Z] 14c16287234d: Layer already exists [2022-07-13T20:14:24.866Z] 3448317c491a: Layer already exists [2022-07-13T20:14:24.866Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:24.866Z] a6923e04ea42: Layer already exists [2022-07-13T20:14:24.866Z] 9611494f707a: Layer already exists [2022-07-13T20:14:24.866Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:24.866Z] main: digest: sha256:61bf74e0962c1a5c91ffb0c10fe5a0b6ad4defb610fa9ea785ac518c20612e2e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:24.923Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:24.928Z] taggedImages: [2022-07-13T20:14:24.929Z] - nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:24.929Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-07-13T20:14:24.929Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.28 [2022-07-13T20:14:24.929Z] - nexus3.edgexfoundry.org:10004/core-data:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:24.929Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-07-13T20:14:24.947Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-07-13T20:14:24.947Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:24.947Z] latest [2022-07-13T20:14:24.947Z] 2.2.1-dev.28 [2022-07-13T20:14:24.947Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:24.947Z] main [2022-07-13T20:14:24.947Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:25.266Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:25.580Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:25.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-13T20:14:25.580Z] 6cb874a40ae3: Preparing [2022-07-13T20:14:25.580Z] afbb475e4f49: Preparing [2022-07-13T20:14:25.580Z] d7acbff700d2: Preparing [2022-07-13T20:14:25.580Z] aef786c3594f: Preparing [2022-07-13T20:14:25.580Z] 24302eb7d908: Preparing [2022-07-13T20:14:25.580Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:25.580Z] aef786c3594f: Layer already exists [2022-07-13T20:14:25.580Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:25.580Z] 6cb874a40ae3: Pushed [2022-07-13T20:14:26.961Z] afbb475e4f49: Pushed [2022-07-13T20:14:26.961Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:27.280Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:27.593Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-13T20:14:27.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-13T20:14:27.593Z] 6cb874a40ae3: Preparing [2022-07-13T20:14:27.593Z] afbb475e4f49: Preparing [2022-07-13T20:14:27.593Z] d7acbff700d2: Preparing [2022-07-13T20:14:27.593Z] aef786c3594f: Preparing [2022-07-13T20:14:27.593Z] 24302eb7d908: Preparing [2022-07-13T20:14:27.593Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:27.593Z] 6cb874a40ae3: Layer already exists [2022-07-13T20:14:27.593Z] afbb475e4f49: Layer already exists [2022-07-13T20:14:27.593Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:27.593Z] aef786c3594f: Layer already exists [2022-07-13T20:14:27.593Z] latest: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:27.908Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:28.219Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 [2022-07-13T20:14:28.219Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-13T20:14:28.219Z] 6cb874a40ae3: Preparing [2022-07-13T20:14:28.219Z] afbb475e4f49: Preparing [2022-07-13T20:14:28.219Z] d7acbff700d2: Preparing [2022-07-13T20:14:28.219Z] aef786c3594f: Preparing [2022-07-13T20:14:28.219Z] 24302eb7d908: Preparing [2022-07-13T20:14:28.219Z] aef786c3594f: Layer already exists [2022-07-13T20:14:28.219Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:28.219Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:28.219Z] 6cb874a40ae3: Layer already exists [2022-07-13T20:14:28.219Z] afbb475e4f49: Layer already exists [2022-07-13T20:14:28.219Z] 2.2.1-dev.28: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:28.532Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:28.839Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:28.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-13T20:14:28.839Z] 6cb874a40ae3: Preparing [2022-07-13T20:14:28.839Z] afbb475e4f49: Preparing [2022-07-13T20:14:28.839Z] d7acbff700d2: Preparing [2022-07-13T20:14:28.839Z] aef786c3594f: Preparing [2022-07-13T20:14:28.839Z] 24302eb7d908: Preparing [2022-07-13T20:14:28.839Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:28.839Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:28.839Z] afbb475e4f49: Layer already exists [2022-07-13T20:14:28.839Z] aef786c3594f: Layer already exists [2022-07-13T20:14:28.839Z] 6cb874a40ae3: Layer already exists [2022-07-13T20:14:28.839Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:29.150Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:29.460Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-07-13T20:14:29.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-07-13T20:14:29.460Z] 6cb874a40ae3: Preparing [2022-07-13T20:14:29.460Z] afbb475e4f49: Preparing [2022-07-13T20:14:29.460Z] d7acbff700d2: Preparing [2022-07-13T20:14:29.460Z] aef786c3594f: Preparing [2022-07-13T20:14:29.460Z] 24302eb7d908: Preparing [2022-07-13T20:14:29.460Z] afbb475e4f49: Layer already exists [2022-07-13T20:14:29.461Z] aef786c3594f: Layer already exists [2022-07-13T20:14:29.461Z] 6cb874a40ae3: Layer already exists [2022-07-13T20:14:29.461Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:29.461Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:29.461Z] main: digest: sha256:d73ec1f26f5fa481c9d4cb7c099c1e1f34e26e420d2835a6756b23891c8b3c02 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:29.513Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:29.522Z] taggedImages: [2022-07-13T20:14:29.522Z] - nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:29.522Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-07-13T20:14:29.522Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.28 [2022-07-13T20:14:29.522Z] - nexus3.edgexfoundry.org:10004/core-metadata:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:29.522Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-07-13T20:14:29.544Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-07-13T20:14:29.544Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:29.544Z] latest [2022-07-13T20:14:29.544Z] 2.2.1-dev.28 [2022-07-13T20:14:29.544Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:29.544Z] main [2022-07-13T20:14:29.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:29.859Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:30.171Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:30.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-13T20:14:30.171Z] cf84a0313a9c: Preparing [2022-07-13T20:14:30.171Z] cf84a0313a9c: Preparing [2022-07-13T20:14:30.171Z] 20068d4ac875: Preparing [2022-07-13T20:14:30.171Z] e447b557e87c: Preparing [2022-07-13T20:14:30.171Z] 5d226886ccc6: Preparing [2022-07-13T20:14:30.171Z] 2a6f7782b9c0: Preparing [2022-07-13T20:14:30.171Z] d7acbff700d2: Preparing [2022-07-13T20:14:30.171Z] 12e8e88223a5: Preparing [2022-07-13T20:14:30.171Z] 2f8458806b47: Preparing [2022-07-13T20:14:30.171Z] 12e8e88223a5: Waiting [2022-07-13T20:14:30.171Z] d7acbff700d2: Waiting [2022-07-13T20:14:30.171Z] f4e4d37da566: Preparing [2022-07-13T20:14:30.171Z] c4076fde7f10: Preparing [2022-07-13T20:14:30.171Z] 24302eb7d908: Preparing [2022-07-13T20:14:30.171Z] 2f8458806b47: Waiting [2022-07-13T20:14:30.171Z] c4076fde7f10: Waiting [2022-07-13T20:14:30.171Z] 24302eb7d908: Waiting [2022-07-13T20:14:30.171Z] cf84a0313a9c: Pushed [2022-07-13T20:14:30.171Z] 5d226886ccc6: Pushed [2022-07-13T20:14:30.171Z] e447b557e87c: Pushed [2022-07-13T20:14:30.171Z] 20068d4ac875: Pushed [2022-07-13T20:14:30.171Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:30.429Z] f4e4d37da566: Pushed [2022-07-13T20:14:30.429Z] c4076fde7f10: Pushed [2022-07-13T20:14:30.429Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:30.429Z] 12e8e88223a5: Pushed [2022-07-13T20:14:30.429Z] 2f8458806b47: Pushed [2022-07-13T20:14:31.809Z] 2a6f7782b9c0: Pushed [2022-07-13T20:14:31.809Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:32.385Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:32.699Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-13T20:14:32.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-13T20:14:32.699Z] cf84a0313a9c: Preparing [2022-07-13T20:14:32.699Z] cf84a0313a9c: Preparing [2022-07-13T20:14:32.699Z] 20068d4ac875: Preparing [2022-07-13T20:14:32.699Z] e447b557e87c: Preparing [2022-07-13T20:14:32.699Z] 5d226886ccc6: Preparing [2022-07-13T20:14:32.699Z] 2a6f7782b9c0: Preparing [2022-07-13T20:14:32.699Z] d7acbff700d2: Preparing [2022-07-13T20:14:32.699Z] 12e8e88223a5: Preparing [2022-07-13T20:14:32.699Z] 2f8458806b47: Preparing [2022-07-13T20:14:32.699Z] f4e4d37da566: Preparing [2022-07-13T20:14:32.699Z] c4076fde7f10: Preparing [2022-07-13T20:14:32.699Z] 24302eb7d908: Preparing [2022-07-13T20:14:32.699Z] d7acbff700d2: Waiting [2022-07-13T20:14:32.699Z] 12e8e88223a5: Waiting [2022-07-13T20:14:32.699Z] c4076fde7f10: Waiting [2022-07-13T20:14:32.699Z] 2f8458806b47: Waiting [2022-07-13T20:14:32.699Z] f4e4d37da566: Waiting [2022-07-13T20:14:32.699Z] cf84a0313a9c: Layer already exists [2022-07-13T20:14:32.699Z] e447b557e87c: Layer already exists [2022-07-13T20:14:32.699Z] 2a6f7782b9c0: Layer already exists [2022-07-13T20:14:32.699Z] 20068d4ac875: Layer already exists [2022-07-13T20:14:32.699Z] 5d226886ccc6: Layer already exists [2022-07-13T20:14:32.699Z] 2f8458806b47: Layer already exists [2022-07-13T20:14:32.699Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:32.699Z] 12e8e88223a5: Layer already exists [2022-07-13T20:14:32.699Z] f4e4d37da566: Layer already exists [2022-07-13T20:14:32.699Z] c4076fde7f10: Layer already exists [2022-07-13T20:14:32.699Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:32.699Z] latest: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:33.017Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:33.330Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 [2022-07-13T20:14:33.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-13T20:14:33.330Z] cf84a0313a9c: Preparing [2022-07-13T20:14:33.330Z] cf84a0313a9c: Preparing [2022-07-13T20:14:33.330Z] 20068d4ac875: Preparing [2022-07-13T20:14:33.330Z] e447b557e87c: Preparing [2022-07-13T20:14:33.330Z] 5d226886ccc6: Preparing [2022-07-13T20:14:33.330Z] 2a6f7782b9c0: Preparing [2022-07-13T20:14:33.330Z] d7acbff700d2: Preparing [2022-07-13T20:14:33.330Z] 12e8e88223a5: Preparing [2022-07-13T20:14:33.330Z] 2f8458806b47: Preparing [2022-07-13T20:14:33.330Z] f4e4d37da566: Preparing [2022-07-13T20:14:33.330Z] c4076fde7f10: Preparing [2022-07-13T20:14:33.330Z] 24302eb7d908: Preparing [2022-07-13T20:14:33.330Z] c4076fde7f10: Waiting [2022-07-13T20:14:33.330Z] f4e4d37da566: Waiting [2022-07-13T20:14:33.330Z] d7acbff700d2: Waiting [2022-07-13T20:14:33.330Z] 12e8e88223a5: Waiting [2022-07-13T20:14:33.330Z] 24302eb7d908: Waiting [2022-07-13T20:14:33.330Z] cf84a0313a9c: Layer already exists [2022-07-13T20:14:33.330Z] e447b557e87c: Layer already exists [2022-07-13T20:14:33.330Z] 5d226886ccc6: Layer already exists [2022-07-13T20:14:33.330Z] 2a6f7782b9c0: Layer already exists [2022-07-13T20:14:33.330Z] 20068d4ac875: Layer already exists [2022-07-13T20:14:33.330Z] 2f8458806b47: Layer already exists [2022-07-13T20:14:33.330Z] c4076fde7f10: Layer already exists [2022-07-13T20:14:33.330Z] 12e8e88223a5: Layer already exists [2022-07-13T20:14:33.330Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:33.330Z] f4e4d37da566: Layer already exists [2022-07-13T20:14:33.330Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:33.330Z] 2.2.1-dev.28: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:33.646Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:33.952Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:33.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-13T20:14:33.952Z] cf84a0313a9c: Preparing [2022-07-13T20:14:33.952Z] cf84a0313a9c: Preparing [2022-07-13T20:14:33.952Z] 20068d4ac875: Preparing [2022-07-13T20:14:33.952Z] e447b557e87c: Preparing [2022-07-13T20:14:33.952Z] 5d226886ccc6: Preparing [2022-07-13T20:14:33.952Z] 2a6f7782b9c0: Preparing [2022-07-13T20:14:33.952Z] d7acbff700d2: Preparing [2022-07-13T20:14:33.952Z] 12e8e88223a5: Preparing [2022-07-13T20:14:33.952Z] 2f8458806b47: Preparing [2022-07-13T20:14:33.952Z] f4e4d37da566: Preparing [2022-07-13T20:14:33.952Z] c4076fde7f10: Preparing [2022-07-13T20:14:33.952Z] 24302eb7d908: Preparing [2022-07-13T20:14:33.952Z] d7acbff700d2: Waiting [2022-07-13T20:14:33.952Z] 12e8e88223a5: Waiting [2022-07-13T20:14:33.952Z] 2f8458806b47: Waiting [2022-07-13T20:14:33.952Z] f4e4d37da566: Waiting [2022-07-13T20:14:33.952Z] 24302eb7d908: Waiting [2022-07-13T20:14:33.952Z] c4076fde7f10: Waiting [2022-07-13T20:14:33.952Z] 20068d4ac875: Layer already exists [2022-07-13T20:14:33.952Z] 2a6f7782b9c0: Layer already exists [2022-07-13T20:14:33.952Z] e447b557e87c: Layer already exists [2022-07-13T20:14:33.952Z] 5d226886ccc6: Layer already exists [2022-07-13T20:14:33.952Z] cf84a0313a9c: Layer already exists [2022-07-13T20:14:33.952Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:33.952Z] 12e8e88223a5: Layer already exists [2022-07-13T20:14:33.952Z] 2f8458806b47: Layer already exists [2022-07-13T20:14:33.952Z] c4076fde7f10: Layer already exists [2022-07-13T20:14:33.952Z] f4e4d37da566: Layer already exists [2022-07-13T20:14:33.952Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:33.952Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:34.261Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:34.570Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-07-13T20:14:34.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-07-13T20:14:34.570Z] cf84a0313a9c: Preparing [2022-07-13T20:14:34.570Z] cf84a0313a9c: Preparing [2022-07-13T20:14:34.570Z] 20068d4ac875: Preparing [2022-07-13T20:14:34.570Z] e447b557e87c: Preparing [2022-07-13T20:14:34.570Z] 5d226886ccc6: Preparing [2022-07-13T20:14:34.570Z] 2a6f7782b9c0: Preparing [2022-07-13T20:14:34.570Z] d7acbff700d2: Preparing [2022-07-13T20:14:34.570Z] 12e8e88223a5: Preparing [2022-07-13T20:14:34.570Z] 2f8458806b47: Preparing [2022-07-13T20:14:34.570Z] f4e4d37da566: Preparing [2022-07-13T20:14:34.570Z] c4076fde7f10: Preparing [2022-07-13T20:14:34.570Z] 24302eb7d908: Preparing [2022-07-13T20:14:34.570Z] 2f8458806b47: Waiting [2022-07-13T20:14:34.570Z] f4e4d37da566: Waiting [2022-07-13T20:14:34.570Z] c4076fde7f10: Waiting [2022-07-13T20:14:34.570Z] 24302eb7d908: Waiting [2022-07-13T20:14:34.570Z] d7acbff700d2: Waiting [2022-07-13T20:14:34.570Z] 12e8e88223a5: Waiting [2022-07-13T20:14:34.570Z] 5d226886ccc6: Layer already exists [2022-07-13T20:14:34.570Z] 20068d4ac875: Layer already exists [2022-07-13T20:14:34.570Z] cf84a0313a9c: Layer already exists [2022-07-13T20:14:34.570Z] e447b557e87c: Layer already exists [2022-07-13T20:14:34.570Z] 2a6f7782b9c0: Layer already exists [2022-07-13T20:14:34.570Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:34.570Z] 12e8e88223a5: Layer already exists [2022-07-13T20:14:34.570Z] 2f8458806b47: Layer already exists [2022-07-13T20:14:34.570Z] c4076fde7f10: Layer already exists [2022-07-13T20:14:34.570Z] f4e4d37da566: Layer already exists [2022-07-13T20:14:34.570Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:34.570Z] main: digest: sha256:34f9ffad12c4baaaf7e70543efd9cc688c34888d43db8166ce099704aada49ac size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:34.616Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:34.624Z] taggedImages: [2022-07-13T20:14:34.624Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:34.624Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-07-13T20:14:34.624Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.28 [2022-07-13T20:14:34.624Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:34.624Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-07-13T20:14:34.641Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-07-13T20:14:34.641Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:34.641Z] latest [2022-07-13T20:14:34.641Z] 2.2.1-dev.28 [2022-07-13T20:14:34.641Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:34.641Z] main [2022-07-13T20:14:34.641Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:34.990Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:35.319Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:35.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-13T20:14:35.319Z] e1d900bd0581: Preparing [2022-07-13T20:14:35.319Z] 9ad4f462bf23: Preparing [2022-07-13T20:14:35.319Z] 1fe6f6f81a18: Preparing [2022-07-13T20:14:35.319Z] 884295dac4e6: Preparing [2022-07-13T20:14:35.319Z] bdb43c6e554e: Preparing [2022-07-13T20:14:35.319Z] 5e7133a63fbf: Preparing [2022-07-13T20:14:35.319Z] 5e7133a63fbf: Waiting [2022-07-13T20:14:35.319Z] cfba0a24edc7: Preparing [2022-07-13T20:14:35.319Z] 24302eb7d908: Preparing [2022-07-13T20:14:35.319Z] 9ad4f462bf23: Pushed [2022-07-13T20:14:35.319Z] bdb43c6e554e: Pushed [2022-07-13T20:14:35.319Z] e1d900bd0581: Pushed [2022-07-13T20:14:35.319Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:35.578Z] 5e7133a63fbf: Pushed [2022-07-13T20:14:35.837Z] cfba0a24edc7: Pushed [2022-07-13T20:14:36.406Z] 884295dac4e6: Pushed [2022-07-13T20:14:36.406Z] 1fe6f6f81a18: Pushed [2022-07-13T20:14:36.667Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:36.988Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:37.299Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-13T20:14:37.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-13T20:14:37.299Z] e1d900bd0581: Preparing [2022-07-13T20:14:37.299Z] 9ad4f462bf23: Preparing [2022-07-13T20:14:37.299Z] 1fe6f6f81a18: Preparing [2022-07-13T20:14:37.299Z] 884295dac4e6: Preparing [2022-07-13T20:14:37.299Z] bdb43c6e554e: Preparing [2022-07-13T20:14:37.299Z] 5e7133a63fbf: Preparing [2022-07-13T20:14:37.299Z] cfba0a24edc7: Preparing [2022-07-13T20:14:37.299Z] 24302eb7d908: Preparing [2022-07-13T20:14:37.299Z] 5e7133a63fbf: Waiting [2022-07-13T20:14:37.299Z] cfba0a24edc7: Waiting [2022-07-13T20:14:37.299Z] 24302eb7d908: Waiting [2022-07-13T20:14:37.299Z] 884295dac4e6: Layer already exists [2022-07-13T20:14:37.299Z] 1fe6f6f81a18: Layer already exists [2022-07-13T20:14:37.299Z] e1d900bd0581: Layer already exists [2022-07-13T20:14:37.299Z] bdb43c6e554e: Layer already exists [2022-07-13T20:14:37.299Z] 9ad4f462bf23: Layer already exists [2022-07-13T20:14:37.299Z] cfba0a24edc7: Layer already exists [2022-07-13T20:14:37.299Z] 5e7133a63fbf: Layer already exists [2022-07-13T20:14:37.299Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:37.299Z] latest: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:37.619Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:37.935Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 [2022-07-13T20:14:37.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-13T20:14:37.935Z] e1d900bd0581: Preparing [2022-07-13T20:14:37.935Z] 9ad4f462bf23: Preparing [2022-07-13T20:14:37.935Z] 1fe6f6f81a18: Preparing [2022-07-13T20:14:37.935Z] 884295dac4e6: Preparing [2022-07-13T20:14:37.935Z] bdb43c6e554e: Preparing [2022-07-13T20:14:37.935Z] 5e7133a63fbf: Preparing [2022-07-13T20:14:37.935Z] cfba0a24edc7: Preparing [2022-07-13T20:14:37.935Z] 24302eb7d908: Preparing [2022-07-13T20:14:37.935Z] 5e7133a63fbf: Waiting [2022-07-13T20:14:37.935Z] cfba0a24edc7: Waiting [2022-07-13T20:14:37.935Z] 24302eb7d908: Waiting [2022-07-13T20:14:37.935Z] bdb43c6e554e: Layer already exists [2022-07-13T20:14:37.935Z] e1d900bd0581: Layer already exists [2022-07-13T20:14:37.935Z] 1fe6f6f81a18: Layer already exists [2022-07-13T20:14:37.935Z] 884295dac4e6: Layer already exists [2022-07-13T20:14:37.935Z] 9ad4f462bf23: Layer already exists [2022-07-13T20:14:37.935Z] 5e7133a63fbf: Layer already exists [2022-07-13T20:14:37.935Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:37.935Z] cfba0a24edc7: Layer already exists [2022-07-13T20:14:37.935Z] 2.2.1-dev.28: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:38.253Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:38.571Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:38.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-13T20:14:38.571Z] e1d900bd0581: Preparing [2022-07-13T20:14:38.571Z] 9ad4f462bf23: Preparing [2022-07-13T20:14:38.571Z] 1fe6f6f81a18: Preparing [2022-07-13T20:14:38.571Z] 884295dac4e6: Preparing [2022-07-13T20:14:38.571Z] bdb43c6e554e: Preparing [2022-07-13T20:14:38.571Z] 5e7133a63fbf: Preparing [2022-07-13T20:14:38.571Z] cfba0a24edc7: Preparing [2022-07-13T20:14:38.571Z] 24302eb7d908: Preparing [2022-07-13T20:14:38.571Z] 24302eb7d908: Waiting [2022-07-13T20:14:38.571Z] cfba0a24edc7: Waiting [2022-07-13T20:14:38.571Z] 5e7133a63fbf: Waiting [2022-07-13T20:14:38.571Z] bdb43c6e554e: Layer already exists [2022-07-13T20:14:38.571Z] 9ad4f462bf23: Layer already exists [2022-07-13T20:14:38.571Z] 884295dac4e6: Layer already exists [2022-07-13T20:14:38.571Z] 1fe6f6f81a18: Layer already exists [2022-07-13T20:14:38.571Z] e1d900bd0581: Layer already exists [2022-07-13T20:14:38.571Z] 5e7133a63fbf: Layer already exists [2022-07-13T20:14:38.571Z] cfba0a24edc7: Layer already exists [2022-07-13T20:14:38.571Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:38.571Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:38.888Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:39.194Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-07-13T20:14:39.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-07-13T20:14:39.194Z] e1d900bd0581: Preparing [2022-07-13T20:14:39.194Z] 9ad4f462bf23: Preparing [2022-07-13T20:14:39.194Z] 1fe6f6f81a18: Preparing [2022-07-13T20:14:39.194Z] 884295dac4e6: Preparing [2022-07-13T20:14:39.194Z] bdb43c6e554e: Preparing [2022-07-13T20:14:39.194Z] 5e7133a63fbf: Preparing [2022-07-13T20:14:39.194Z] cfba0a24edc7: Preparing [2022-07-13T20:14:39.194Z] 24302eb7d908: Preparing [2022-07-13T20:14:39.194Z] 5e7133a63fbf: Waiting [2022-07-13T20:14:39.194Z] cfba0a24edc7: Waiting [2022-07-13T20:14:39.194Z] 24302eb7d908: Waiting [2022-07-13T20:14:39.194Z] 9ad4f462bf23: Layer already exists [2022-07-13T20:14:39.194Z] bdb43c6e554e: Layer already exists [2022-07-13T20:14:39.194Z] 884295dac4e6: Layer already exists [2022-07-13T20:14:39.194Z] 1fe6f6f81a18: Layer already exists [2022-07-13T20:14:39.194Z] e1d900bd0581: Layer already exists [2022-07-13T20:14:39.194Z] cfba0a24edc7: Layer already exists [2022-07-13T20:14:39.194Z] 5e7133a63fbf: Layer already exists [2022-07-13T20:14:39.194Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:39.194Z] main: digest: sha256:e915b34200df778bfac3c9f0d66816ac9d9b12e85d00ce86a79bab72c6ee85db size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:39.242Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:39.252Z] taggedImages: [2022-07-13T20:14:39.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:39.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-07-13T20:14:39.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.28 [2022-07-13T20:14:39.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:39.252Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-07-13T20:14:39.270Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-07-13T20:14:39.270Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:39.270Z] latest [2022-07-13T20:14:39.270Z] 2.2.1-dev.28 [2022-07-13T20:14:39.270Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:39.270Z] main [2022-07-13T20:14:39.270Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:39.596Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:39.904Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:39.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-13T20:14:39.904Z] 01d7c115b74e: Preparing [2022-07-13T20:14:39.904Z] 00eb07390759: Preparing [2022-07-13T20:14:39.904Z] 34812668c97e: Preparing [2022-07-13T20:14:39.904Z] d95c6118a6f1: Preparing [2022-07-13T20:14:39.904Z] 27a4c9965d81: Preparing [2022-07-13T20:14:39.904Z] 21f78dde089e: Preparing [2022-07-13T20:14:39.904Z] 97016a45b1c8: Preparing [2022-07-13T20:14:39.904Z] 01c1a7dfab86: Preparing [2022-07-13T20:14:39.904Z] 66955d118d63: Preparing [2022-07-13T20:14:39.904Z] 24302eb7d908: Preparing [2022-07-13T20:14:39.904Z] 21f78dde089e: Waiting [2022-07-13T20:14:39.904Z] 97016a45b1c8: Waiting [2022-07-13T20:14:39.904Z] 01c1a7dfab86: Waiting [2022-07-13T20:14:39.904Z] 00eb07390759: Pushed [2022-07-13T20:14:39.904Z] 01d7c115b74e: Pushed [2022-07-13T20:14:39.904Z] 27a4c9965d81: Pushed [2022-07-13T20:14:40.165Z] 21f78dde089e: Pushed [2022-07-13T20:14:40.165Z] 97016a45b1c8: Pushed [2022-07-13T20:14:40.165Z] 01c1a7dfab86: Pushed [2022-07-13T20:14:40.165Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:40.165Z] 66955d118d63: Pushed [2022-07-13T20:14:41.106Z] d95c6118a6f1: Pushed [2022-07-13T20:14:41.367Z] 34812668c97e: Pushed [2022-07-13T20:14:41.629Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:41.951Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:42.264Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-13T20:14:42.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-13T20:14:42.264Z] 01d7c115b74e: Preparing [2022-07-13T20:14:42.264Z] 00eb07390759: Preparing [2022-07-13T20:14:42.264Z] 34812668c97e: Preparing [2022-07-13T20:14:42.264Z] d95c6118a6f1: Preparing [2022-07-13T20:14:42.264Z] 27a4c9965d81: Preparing [2022-07-13T20:14:42.264Z] 21f78dde089e: Preparing [2022-07-13T20:14:42.264Z] 97016a45b1c8: Preparing [2022-07-13T20:14:42.264Z] 01c1a7dfab86: Preparing [2022-07-13T20:14:42.264Z] 66955d118d63: Preparing [2022-07-13T20:14:42.264Z] 24302eb7d908: Preparing [2022-07-13T20:14:42.264Z] 21f78dde089e: Waiting [2022-07-13T20:14:42.264Z] 97016a45b1c8: Waiting [2022-07-13T20:14:42.264Z] 01c1a7dfab86: Waiting [2022-07-13T20:14:42.264Z] 66955d118d63: Waiting [2022-07-13T20:14:42.264Z] 24302eb7d908: Waiting [2022-07-13T20:14:42.264Z] d95c6118a6f1: Layer already exists [2022-07-13T20:14:42.264Z] 01d7c115b74e: Layer already exists [2022-07-13T20:14:42.264Z] 27a4c9965d81: Layer already exists [2022-07-13T20:14:42.264Z] 00eb07390759: Layer already exists [2022-07-13T20:14:42.264Z] 34812668c97e: Layer already exists [2022-07-13T20:14:42.264Z] 21f78dde089e: Layer already exists [2022-07-13T20:14:42.264Z] 01c1a7dfab86: Layer already exists [2022-07-13T20:14:42.264Z] 97016a45b1c8: Layer already exists [2022-07-13T20:14:42.264Z] 66955d118d63: Layer already exists [2022-07-13T20:14:42.264Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:42.264Z] latest: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:42.578Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:42.889Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 [2022-07-13T20:14:42.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-13T20:14:42.889Z] 01d7c115b74e: Preparing [2022-07-13T20:14:42.889Z] 00eb07390759: Preparing [2022-07-13T20:14:42.889Z] 34812668c97e: Preparing [2022-07-13T20:14:42.889Z] d95c6118a6f1: Preparing [2022-07-13T20:14:42.889Z] 27a4c9965d81: Preparing [2022-07-13T20:14:42.889Z] 21f78dde089e: Preparing [2022-07-13T20:14:42.889Z] 97016a45b1c8: Preparing [2022-07-13T20:14:42.889Z] 01c1a7dfab86: Preparing [2022-07-13T20:14:42.889Z] 66955d118d63: Preparing [2022-07-13T20:14:42.889Z] 24302eb7d908: Preparing [2022-07-13T20:14:42.889Z] 01c1a7dfab86: Waiting [2022-07-13T20:14:42.889Z] 97016a45b1c8: Waiting [2022-07-13T20:14:42.889Z] 66955d118d63: Waiting [2022-07-13T20:14:42.889Z] 24302eb7d908: Waiting [2022-07-13T20:14:42.889Z] 21f78dde089e: Waiting [2022-07-13T20:14:42.889Z] 27a4c9965d81: Layer already exists [2022-07-13T20:14:42.889Z] d95c6118a6f1: Layer already exists [2022-07-13T20:14:42.889Z] 34812668c97e: Layer already exists [2022-07-13T20:14:42.889Z] 00eb07390759: Layer already exists [2022-07-13T20:14:42.889Z] 01d7c115b74e: Layer already exists [2022-07-13T20:14:42.889Z] 21f78dde089e: Layer already exists [2022-07-13T20:14:42.889Z] 97016a45b1c8: Layer already exists [2022-07-13T20:14:42.889Z] 01c1a7dfab86: Layer already exists [2022-07-13T20:14:42.889Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:42.889Z] 66955d118d63: Layer already exists [2022-07-13T20:14:42.889Z] 2.2.1-dev.28: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:43.203Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:43.513Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:43.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-13T20:14:43.513Z] 01d7c115b74e: Preparing [2022-07-13T20:14:43.513Z] 00eb07390759: Preparing [2022-07-13T20:14:43.513Z] 34812668c97e: Preparing [2022-07-13T20:14:43.513Z] d95c6118a6f1: Preparing [2022-07-13T20:14:43.513Z] 27a4c9965d81: Preparing [2022-07-13T20:14:43.513Z] 21f78dde089e: Preparing [2022-07-13T20:14:43.513Z] 97016a45b1c8: Preparing [2022-07-13T20:14:43.513Z] 01c1a7dfab86: Preparing [2022-07-13T20:14:43.513Z] 66955d118d63: Preparing [2022-07-13T20:14:43.513Z] 24302eb7d908: Preparing [2022-07-13T20:14:43.513Z] 21f78dde089e: Waiting [2022-07-13T20:14:43.513Z] 97016a45b1c8: Waiting [2022-07-13T20:14:43.513Z] 01c1a7dfab86: Waiting [2022-07-13T20:14:43.513Z] 66955d118d63: Waiting [2022-07-13T20:14:43.513Z] 24302eb7d908: Waiting [2022-07-13T20:14:43.513Z] d95c6118a6f1: Layer already exists [2022-07-13T20:14:43.513Z] 34812668c97e: Layer already exists [2022-07-13T20:14:43.513Z] 27a4c9965d81: Layer already exists [2022-07-13T20:14:43.513Z] 01d7c115b74e: Layer already exists [2022-07-13T20:14:43.513Z] 00eb07390759: Layer already exists [2022-07-13T20:14:43.513Z] 21f78dde089e: Layer already exists [2022-07-13T20:14:43.513Z] 97016a45b1c8: Layer already exists [2022-07-13T20:14:43.513Z] 01c1a7dfab86: Layer already exists [2022-07-13T20:14:43.513Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:43.513Z] 66955d118d63: Layer already exists [2022-07-13T20:14:43.513Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:43.829Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:44.139Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-07-13T20:14:44.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-07-13T20:14:44.139Z] 01d7c115b74e: Preparing [2022-07-13T20:14:44.139Z] 00eb07390759: Preparing [2022-07-13T20:14:44.139Z] 34812668c97e: Preparing [2022-07-13T20:14:44.139Z] d95c6118a6f1: Preparing [2022-07-13T20:14:44.139Z] 27a4c9965d81: Preparing [2022-07-13T20:14:44.139Z] 21f78dde089e: Preparing [2022-07-13T20:14:44.139Z] 97016a45b1c8: Preparing [2022-07-13T20:14:44.139Z] 01c1a7dfab86: Preparing [2022-07-13T20:14:44.139Z] 66955d118d63: Preparing [2022-07-13T20:14:44.139Z] 24302eb7d908: Preparing [2022-07-13T20:14:44.139Z] 97016a45b1c8: Waiting [2022-07-13T20:14:44.139Z] 66955d118d63: Waiting [2022-07-13T20:14:44.139Z] 24302eb7d908: Waiting [2022-07-13T20:14:44.139Z] 21f78dde089e: Waiting [2022-07-13T20:14:44.139Z] 01d7c115b74e: Layer already exists [2022-07-13T20:14:44.139Z] d95c6118a6f1: Layer already exists [2022-07-13T20:14:44.139Z] 34812668c97e: Layer already exists [2022-07-13T20:14:44.139Z] 00eb07390759: Layer already exists [2022-07-13T20:14:44.139Z] 27a4c9965d81: Layer already exists [2022-07-13T20:14:44.139Z] 21f78dde089e: Layer already exists [2022-07-13T20:14:44.139Z] 97016a45b1c8: Layer already exists [2022-07-13T20:14:44.139Z] 01c1a7dfab86: Layer already exists [2022-07-13T20:14:44.139Z] 66955d118d63: Layer already exists [2022-07-13T20:14:44.139Z] 24302eb7d908: Layer already exists [2022-07-13T20:14:44.139Z] main: digest: sha256:517ee47f39ff2951e9f7255c3f0725354ab6e1dc33bfc0646e0df149af3165c9 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:44.188Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:44.198Z] taggedImages: [2022-07-13T20:14:44.198Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:44.198Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-07-13T20:14:44.198Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.28 [2022-07-13T20:14:44.198Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:44.198Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-07-13T20:14:44.218Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-07-13T20:14:44.218Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:44.218Z] latest [2022-07-13T20:14:44.218Z] 2.2.1-dev.28 [2022-07-13T20:14:44.218Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:44.218Z] main [2022-07-13T20:14:44.218Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:44.545Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:44.855Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:44.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-13T20:14:44.855Z] 68f972ee24f5: Preparing [2022-07-13T20:14:44.855Z] 6b571a3de67f: Preparing [2022-07-13T20:14:44.855Z] d7acbff700d2: Preparing [2022-07-13T20:14:44.855Z] 8d3a1672c86b: Preparing [2022-07-13T20:14:44.855Z] 08ec8c420773: Preparing [2022-07-13T20:14:44.855Z] 4fc242d58285: Preparing [2022-07-13T20:14:44.855Z] 4fc242d58285: Waiting [2022-07-13T20:14:44.855Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:44.855Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:44.855Z] 08ec8c420773: Pushed [2022-07-13T20:14:44.855Z] 68f972ee24f5: Pushed [2022-07-13T20:14:45.423Z] 8d3a1672c86b: Pushed [2022-07-13T20:14:47.334Z] 6b571a3de67f: Pushed [2022-07-13T20:14:47.334Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:47.653Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:47.971Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-13T20:14:47.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-13T20:14:47.971Z] 68f972ee24f5: Preparing [2022-07-13T20:14:47.971Z] 6b571a3de67f: Preparing [2022-07-13T20:14:47.971Z] d7acbff700d2: Preparing [2022-07-13T20:14:47.971Z] 8d3a1672c86b: Preparing [2022-07-13T20:14:47.971Z] 08ec8c420773: Preparing [2022-07-13T20:14:47.971Z] 4fc242d58285: Preparing [2022-07-13T20:14:47.971Z] 4fc242d58285: Waiting [2022-07-13T20:14:47.971Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:47.971Z] 8d3a1672c86b: Layer already exists [2022-07-13T20:14:47.971Z] 6b571a3de67f: Layer already exists [2022-07-13T20:14:47.971Z] 68f972ee24f5: Layer already exists [2022-07-13T20:14:47.971Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:47.971Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:47.971Z] latest: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:48.284Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:48.596Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 [2022-07-13T20:14:48.597Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-13T20:14:48.597Z] 68f972ee24f5: Preparing [2022-07-13T20:14:48.597Z] 6b571a3de67f: Preparing [2022-07-13T20:14:48.597Z] d7acbff700d2: Preparing [2022-07-13T20:14:48.597Z] 8d3a1672c86b: Preparing [2022-07-13T20:14:48.597Z] 08ec8c420773: Preparing [2022-07-13T20:14:48.597Z] 4fc242d58285: Preparing [2022-07-13T20:14:48.597Z] 4fc242d58285: Waiting [2022-07-13T20:14:48.597Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:48.597Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:48.597Z] 68f972ee24f5: Layer already exists [2022-07-13T20:14:48.597Z] 8d3a1672c86b: Layer already exists [2022-07-13T20:14:48.597Z] 6b571a3de67f: Layer already exists [2022-07-13T20:14:48.597Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:48.597Z] 2.2.1-dev.28: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:48.911Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:49.214Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:49.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-13T20:14:49.214Z] 68f972ee24f5: Preparing [2022-07-13T20:14:49.214Z] 6b571a3de67f: Preparing [2022-07-13T20:14:49.214Z] d7acbff700d2: Preparing [2022-07-13T20:14:49.214Z] 8d3a1672c86b: Preparing [2022-07-13T20:14:49.214Z] 08ec8c420773: Preparing [2022-07-13T20:14:49.214Z] 4fc242d58285: Preparing [2022-07-13T20:14:49.214Z] 4fc242d58285: Waiting [2022-07-13T20:14:49.214Z] 68f972ee24f5: Layer already exists [2022-07-13T20:14:49.214Z] 8d3a1672c86b: Layer already exists [2022-07-13T20:14:49.214Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:49.214Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:49.214Z] 6b571a3de67f: Layer already exists [2022-07-13T20:14:49.214Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:49.214Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:49.527Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:49.835Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-07-13T20:14:49.835Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-07-13T20:14:49.835Z] 68f972ee24f5: Preparing [2022-07-13T20:14:49.835Z] 6b571a3de67f: Preparing [2022-07-13T20:14:49.835Z] d7acbff700d2: Preparing [2022-07-13T20:14:49.835Z] 8d3a1672c86b: Preparing [2022-07-13T20:14:49.835Z] 08ec8c420773: Preparing [2022-07-13T20:14:49.835Z] 4fc242d58285: Preparing [2022-07-13T20:14:49.835Z] 4fc242d58285: Waiting [2022-07-13T20:14:49.835Z] d7acbff700d2: Layer already exists [2022-07-13T20:14:49.835Z] 6b571a3de67f: Layer already exists [2022-07-13T20:14:49.835Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:49.835Z] 68f972ee24f5: Layer already exists [2022-07-13T20:14:49.835Z] 8d3a1672c86b: Layer already exists [2022-07-13T20:14:49.835Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:49.835Z] main: digest: sha256:0defe9984b79f38b9d5796cb62ec16c72092e0b116f498d2bcaad0de5b543790 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:14:49.880Z] ===================================================== [Pipeline] echo [2022-07-13T20:14:49.890Z] taggedImages: [2022-07-13T20:14:49.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:49.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-07-13T20:14:49.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.28 [2022-07-13T20:14:49.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:49.890Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-07-13T20:14:49.911Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-07-13T20:14:49.911Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:49.911Z] latest [2022-07-13T20:14:49.911Z] 2.2.1-dev.28 [2022-07-13T20:14:49.911Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:49.911Z] main [2022-07-13T20:14:49.911Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:50.228Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:50.541Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:14:50.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-13T20:14:50.541Z] 19411b9166b0: Preparing [2022-07-13T20:14:50.541Z] 7a54d7b82c3b: Preparing [2022-07-13T20:14:50.541Z] 82be1fb4cd0e: Preparing [2022-07-13T20:14:50.541Z] 964ab423b67c: Preparing [2022-07-13T20:14:50.541Z] a72d0aad8652: Preparing [2022-07-13T20:14:50.541Z] 310c1b2402e8: Preparing [2022-07-13T20:14:50.541Z] 08ec8c420773: Preparing [2022-07-13T20:14:50.541Z] 4fc242d58285: Preparing [2022-07-13T20:14:50.541Z] 08ec8c420773: Waiting [2022-07-13T20:14:50.541Z] 4fc242d58285: Waiting [2022-07-13T20:14:50.541Z] 82be1fb4cd0e: Pushed [2022-07-13T20:14:50.541Z] 7a54d7b82c3b: Pushed [2022-07-13T20:14:50.541Z] 19411b9166b0: Pushed [2022-07-13T20:14:50.541Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:50.541Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:51.108Z] 310c1b2402e8: Pushed [2022-07-13T20:14:54.407Z] a72d0aad8652: Pushed [2022-07-13T20:14:57.706Z] 964ab423b67c: Pushed [2022-07-13T20:14:57.706Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:58.026Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:58.339Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-13T20:14:58.339Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-13T20:14:58.339Z] 19411b9166b0: Preparing [2022-07-13T20:14:58.339Z] 7a54d7b82c3b: Preparing [2022-07-13T20:14:58.339Z] 82be1fb4cd0e: Preparing [2022-07-13T20:14:58.339Z] 964ab423b67c: Preparing [2022-07-13T20:14:58.339Z] a72d0aad8652: Preparing [2022-07-13T20:14:58.339Z] 310c1b2402e8: Preparing [2022-07-13T20:14:58.339Z] 08ec8c420773: Preparing [2022-07-13T20:14:58.339Z] 4fc242d58285: Preparing [2022-07-13T20:14:58.339Z] 08ec8c420773: Waiting [2022-07-13T20:14:58.339Z] 310c1b2402e8: Waiting [2022-07-13T20:14:58.339Z] 4fc242d58285: Waiting [2022-07-13T20:14:58.339Z] 82be1fb4cd0e: Layer already exists [2022-07-13T20:14:58.339Z] 7a54d7b82c3b: Layer already exists [2022-07-13T20:14:58.339Z] 964ab423b67c: Layer already exists [2022-07-13T20:14:58.339Z] 19411b9166b0: Layer already exists [2022-07-13T20:14:58.339Z] a72d0aad8652: Layer already exists [2022-07-13T20:14:58.339Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:58.339Z] 310c1b2402e8: Layer already exists [2022-07-13T20:14:58.339Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:58.339Z] latest: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:58.651Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:59.025Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 [2022-07-13T20:14:59.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-13T20:14:59.025Z] 19411b9166b0: Preparing [2022-07-13T20:14:59.025Z] 7a54d7b82c3b: Preparing [2022-07-13T20:14:59.025Z] 82be1fb4cd0e: Preparing [2022-07-13T20:14:59.025Z] 964ab423b67c: Preparing [2022-07-13T20:14:59.025Z] a72d0aad8652: Preparing [2022-07-13T20:14:59.025Z] 310c1b2402e8: Preparing [2022-07-13T20:14:59.025Z] 08ec8c420773: Preparing [2022-07-13T20:14:59.025Z] 4fc242d58285: Preparing [2022-07-13T20:14:59.025Z] 310c1b2402e8: Waiting [2022-07-13T20:14:59.025Z] 08ec8c420773: Waiting [2022-07-13T20:14:59.025Z] 964ab423b67c: Layer already exists [2022-07-13T20:14:59.025Z] 7a54d7b82c3b: Layer already exists [2022-07-13T20:14:59.025Z] 82be1fb4cd0e: Layer already exists [2022-07-13T20:14:59.025Z] a72d0aad8652: Layer already exists [2022-07-13T20:14:59.025Z] 19411b9166b0: Layer already exists [2022-07-13T20:14:59.025Z] 310c1b2402e8: Layer already exists [2022-07-13T20:14:59.025Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:59.025Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:59.025Z] 2.2.1-dev.28: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:59.349Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:59.661Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:14:59.661Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-13T20:14:59.661Z] 19411b9166b0: Preparing [2022-07-13T20:14:59.661Z] 7a54d7b82c3b: Preparing [2022-07-13T20:14:59.661Z] 82be1fb4cd0e: Preparing [2022-07-13T20:14:59.661Z] 964ab423b67c: Preparing [2022-07-13T20:14:59.661Z] a72d0aad8652: Preparing [2022-07-13T20:14:59.661Z] 310c1b2402e8: Preparing [2022-07-13T20:14:59.661Z] 08ec8c420773: Preparing [2022-07-13T20:14:59.661Z] 4fc242d58285: Preparing [2022-07-13T20:14:59.661Z] 310c1b2402e8: Waiting [2022-07-13T20:14:59.661Z] 08ec8c420773: Waiting [2022-07-13T20:14:59.661Z] 4fc242d58285: Waiting [2022-07-13T20:14:59.661Z] 19411b9166b0: Layer already exists [2022-07-13T20:14:59.661Z] 82be1fb4cd0e: Layer already exists [2022-07-13T20:14:59.661Z] 7a54d7b82c3b: Layer already exists [2022-07-13T20:14:59.661Z] a72d0aad8652: Layer already exists [2022-07-13T20:14:59.661Z] 964ab423b67c: Layer already exists [2022-07-13T20:14:59.661Z] 310c1b2402e8: Layer already exists [2022-07-13T20:14:59.661Z] 08ec8c420773: Layer already exists [2022-07-13T20:14:59.661Z] 4fc242d58285: Layer already exists [2022-07-13T20:14:59.661Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:14:59.989Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:00.301Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-07-13T20:15:00.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-07-13T20:15:00.301Z] 19411b9166b0: Preparing [2022-07-13T20:15:00.301Z] 7a54d7b82c3b: Preparing [2022-07-13T20:15:00.301Z] 82be1fb4cd0e: Preparing [2022-07-13T20:15:00.301Z] 964ab423b67c: Preparing [2022-07-13T20:15:00.301Z] a72d0aad8652: Preparing [2022-07-13T20:15:00.301Z] 310c1b2402e8: Preparing [2022-07-13T20:15:00.301Z] 08ec8c420773: Preparing [2022-07-13T20:15:00.301Z] 4fc242d58285: Preparing [2022-07-13T20:15:00.301Z] 08ec8c420773: Waiting [2022-07-13T20:15:00.301Z] 4fc242d58285: Waiting [2022-07-13T20:15:00.301Z] 7a54d7b82c3b: Layer already exists [2022-07-13T20:15:00.301Z] 82be1fb4cd0e: Layer already exists [2022-07-13T20:15:00.301Z] a72d0aad8652: Layer already exists [2022-07-13T20:15:00.301Z] 19411b9166b0: Layer already exists [2022-07-13T20:15:00.301Z] 964ab423b67c: Layer already exists [2022-07-13T20:15:00.301Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:00.301Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:00.301Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:00.301Z] main: digest: sha256:1ce50f6d89d20f7c7f683839fd17a190e33be0e2fb9c9878ebae03b9b7828be4 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:00.348Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:00.357Z] taggedImages: [2022-07-13T20:15:00.357Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:00.357Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-07-13T20:15:00.357Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.28 [2022-07-13T20:15:00.357Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:00.357Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-07-13T20:15:00.377Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-07-13T20:15:00.377Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:00.377Z] latest [2022-07-13T20:15:00.377Z] 2.2.1-dev.28 [2022-07-13T20:15:00.377Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:00.377Z] main [2022-07-13T20:15:00.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:00.708Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:01.013Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:01.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-13T20:15:01.013Z] 4e34145af16a: Preparing [2022-07-13T20:15:01.013Z] 1390dbda0eb6: Preparing [2022-07-13T20:15:01.013Z] 3cba13aebc74: Preparing [2022-07-13T20:15:01.013Z] e7307049f4ad: Preparing [2022-07-13T20:15:01.013Z] c58519a587b9: Preparing [2022-07-13T20:15:01.013Z] e2c91aed66eb: Preparing [2022-07-13T20:15:01.013Z] 4fc242d58285: Preparing [2022-07-13T20:15:01.013Z] e2c91aed66eb: Waiting [2022-07-13T20:15:01.013Z] 4fc242d58285: Waiting [2022-07-13T20:15:01.013Z] 1390dbda0eb6: Pushed [2022-07-13T20:15:01.013Z] 3cba13aebc74: Pushed [2022-07-13T20:15:01.013Z] 4e34145af16a: Pushed [2022-07-13T20:15:01.013Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:01.273Z] e2c91aed66eb: Pushed [2022-07-13T20:15:01.273Z] c58519a587b9: Pushed [2022-07-13T20:15:07.854Z] e7307049f4ad: Pushed [2022-07-13T20:15:07.854Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:08.180Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:08.494Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-13T20:15:08.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-13T20:15:08.494Z] 4e34145af16a: Preparing [2022-07-13T20:15:08.494Z] 1390dbda0eb6: Preparing [2022-07-13T20:15:08.494Z] 3cba13aebc74: Preparing [2022-07-13T20:15:08.494Z] e7307049f4ad: Preparing [2022-07-13T20:15:08.494Z] c58519a587b9: Preparing [2022-07-13T20:15:08.494Z] e2c91aed66eb: Preparing [2022-07-13T20:15:08.494Z] 4fc242d58285: Preparing [2022-07-13T20:15:08.494Z] e2c91aed66eb: Waiting [2022-07-13T20:15:08.494Z] 4fc242d58285: Waiting [2022-07-13T20:15:08.494Z] 4e34145af16a: Layer already exists [2022-07-13T20:15:08.494Z] 3cba13aebc74: Layer already exists [2022-07-13T20:15:08.494Z] 1390dbda0eb6: Layer already exists [2022-07-13T20:15:08.494Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:08.494Z] c58519a587b9: Layer already exists [2022-07-13T20:15:08.494Z] e2c91aed66eb: Layer already exists [2022-07-13T20:15:08.494Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:08.494Z] latest: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:08.808Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:09.120Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 [2022-07-13T20:15:09.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-13T20:15:09.120Z] 4e34145af16a: Preparing [2022-07-13T20:15:09.120Z] 1390dbda0eb6: Preparing [2022-07-13T20:15:09.120Z] 3cba13aebc74: Preparing [2022-07-13T20:15:09.120Z] e7307049f4ad: Preparing [2022-07-13T20:15:09.120Z] c58519a587b9: Preparing [2022-07-13T20:15:09.120Z] e2c91aed66eb: Preparing [2022-07-13T20:15:09.120Z] 4fc242d58285: Preparing [2022-07-13T20:15:09.120Z] e2c91aed66eb: Waiting [2022-07-13T20:15:09.120Z] 4fc242d58285: Waiting [2022-07-13T20:15:09.120Z] 3cba13aebc74: Layer already exists [2022-07-13T20:15:09.120Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:09.120Z] 4e34145af16a: Layer already exists [2022-07-13T20:15:09.120Z] 1390dbda0eb6: Layer already exists [2022-07-13T20:15:09.120Z] c58519a587b9: Layer already exists [2022-07-13T20:15:09.120Z] e2c91aed66eb: Layer already exists [2022-07-13T20:15:09.120Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:09.120Z] 2.2.1-dev.28: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:09.438Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:09.751Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:09.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-13T20:15:09.752Z] 4e34145af16a: Preparing [2022-07-13T20:15:09.752Z] 1390dbda0eb6: Preparing [2022-07-13T20:15:09.752Z] 3cba13aebc74: Preparing [2022-07-13T20:15:09.752Z] e7307049f4ad: Preparing [2022-07-13T20:15:09.752Z] c58519a587b9: Preparing [2022-07-13T20:15:09.752Z] e2c91aed66eb: Preparing [2022-07-13T20:15:09.752Z] 4fc242d58285: Preparing [2022-07-13T20:15:09.752Z] e2c91aed66eb: Waiting [2022-07-13T20:15:09.752Z] 4fc242d58285: Waiting [2022-07-13T20:15:09.752Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:09.752Z] 1390dbda0eb6: Layer already exists [2022-07-13T20:15:09.752Z] c58519a587b9: Layer already exists [2022-07-13T20:15:09.752Z] 3cba13aebc74: Layer already exists [2022-07-13T20:15:09.752Z] 4e34145af16a: Layer already exists [2022-07-13T20:15:09.752Z] e2c91aed66eb: Layer already exists [2022-07-13T20:15:09.752Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:09.752Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:10.065Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:10.382Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-07-13T20:15:10.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-07-13T20:15:10.382Z] 4e34145af16a: Preparing [2022-07-13T20:15:10.382Z] 1390dbda0eb6: Preparing [2022-07-13T20:15:10.382Z] 3cba13aebc74: Preparing [2022-07-13T20:15:10.382Z] e7307049f4ad: Preparing [2022-07-13T20:15:10.382Z] c58519a587b9: Preparing [2022-07-13T20:15:10.382Z] e2c91aed66eb: Preparing [2022-07-13T20:15:10.382Z] 4fc242d58285: Preparing [2022-07-13T20:15:10.382Z] e2c91aed66eb: Waiting [2022-07-13T20:15:10.382Z] 4fc242d58285: Waiting [2022-07-13T20:15:10.382Z] c58519a587b9: Layer already exists [2022-07-13T20:15:10.382Z] 3cba13aebc74: Layer already exists [2022-07-13T20:15:10.382Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:10.382Z] 4e34145af16a: Layer already exists [2022-07-13T20:15:10.382Z] 1390dbda0eb6: Layer already exists [2022-07-13T20:15:10.382Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:10.382Z] e2c91aed66eb: Layer already exists [2022-07-13T20:15:10.382Z] main: digest: sha256:a7719cdb7ea9004ed805217c287a468b34d4192c79852976fa471bd11dd3ac32 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:10.434Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:10.442Z] taggedImages: [2022-07-13T20:15:10.442Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:10.442Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-07-13T20:15:10.442Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.28 [2022-07-13T20:15:10.442Z] - nexus3.edgexfoundry.org:10004/security-spire-config:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:10.442Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-07-13T20:15:10.460Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-07-13T20:15:10.460Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:10.460Z] latest [2022-07-13T20:15:10.460Z] 2.2.1-dev.28 [2022-07-13T20:15:10.460Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:10.460Z] main [2022-07-13T20:15:10.460Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:10.784Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:11.102Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:11.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-13T20:15:11.102Z] 43a7ac4bcd8e: Preparing [2022-07-13T20:15:11.102Z] 6f86bb7d1cb4: Preparing [2022-07-13T20:15:11.102Z] 258dc72f7d02: Preparing [2022-07-13T20:15:11.102Z] e7307049f4ad: Preparing [2022-07-13T20:15:11.102Z] 310c1b2402e8: Preparing [2022-07-13T20:15:11.102Z] 08ec8c420773: Preparing [2022-07-13T20:15:11.102Z] 4fc242d58285: Preparing [2022-07-13T20:15:11.102Z] 08ec8c420773: Waiting [2022-07-13T20:15:11.102Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:11.102Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:11.102Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:11.102Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:11.102Z] 43a7ac4bcd8e: Pushed [2022-07-13T20:15:11.102Z] 6f86bb7d1cb4: Pushed [2022-07-13T20:15:11.102Z] 258dc72f7d02: Pushed [2022-07-13T20:15:11.361Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:11.675Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:11.983Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-13T20:15:11.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-13T20:15:11.983Z] 43a7ac4bcd8e: Preparing [2022-07-13T20:15:11.983Z] 6f86bb7d1cb4: Preparing [2022-07-13T20:15:11.983Z] 258dc72f7d02: Preparing [2022-07-13T20:15:11.983Z] e7307049f4ad: Preparing [2022-07-13T20:15:11.983Z] 310c1b2402e8: Preparing [2022-07-13T20:15:11.983Z] 08ec8c420773: Preparing [2022-07-13T20:15:11.983Z] 4fc242d58285: Preparing [2022-07-13T20:15:11.983Z] 08ec8c420773: Waiting [2022-07-13T20:15:11.983Z] 4fc242d58285: Waiting [2022-07-13T20:15:11.983Z] 258dc72f7d02: Layer already exists [2022-07-13T20:15:11.983Z] 43a7ac4bcd8e: Layer already exists [2022-07-13T20:15:11.983Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:11.983Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:11.983Z] 6f86bb7d1cb4: Layer already exists [2022-07-13T20:15:11.983Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:11.983Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:11.983Z] latest: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:12.301Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:12.611Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 [2022-07-13T20:15:12.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-13T20:15:12.611Z] 43a7ac4bcd8e: Preparing [2022-07-13T20:15:12.611Z] 6f86bb7d1cb4: Preparing [2022-07-13T20:15:12.611Z] 258dc72f7d02: Preparing [2022-07-13T20:15:12.611Z] e7307049f4ad: Preparing [2022-07-13T20:15:12.611Z] 310c1b2402e8: Preparing [2022-07-13T20:15:12.611Z] 08ec8c420773: Preparing [2022-07-13T20:15:12.611Z] 4fc242d58285: Preparing [2022-07-13T20:15:12.611Z] 4fc242d58285: Waiting [2022-07-13T20:15:12.611Z] 08ec8c420773: Waiting [2022-07-13T20:15:12.611Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:12.611Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:12.611Z] 43a7ac4bcd8e: Layer already exists [2022-07-13T20:15:12.611Z] 258dc72f7d02: Layer already exists [2022-07-13T20:15:12.612Z] 6f86bb7d1cb4: Layer already exists [2022-07-13T20:15:12.612Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:12.612Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:12.612Z] 2.2.1-dev.28: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:12.933Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:13.250Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:13.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-13T20:15:13.250Z] 43a7ac4bcd8e: Preparing [2022-07-13T20:15:13.250Z] 6f86bb7d1cb4: Preparing [2022-07-13T20:15:13.250Z] 258dc72f7d02: Preparing [2022-07-13T20:15:13.250Z] e7307049f4ad: Preparing [2022-07-13T20:15:13.250Z] 310c1b2402e8: Preparing [2022-07-13T20:15:13.250Z] 08ec8c420773: Preparing [2022-07-13T20:15:13.250Z] 4fc242d58285: Preparing [2022-07-13T20:15:13.250Z] 4fc242d58285: Waiting [2022-07-13T20:15:13.250Z] 08ec8c420773: Waiting [2022-07-13T20:15:13.250Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:13.250Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:13.250Z] 43a7ac4bcd8e: Layer already exists [2022-07-13T20:15:13.250Z] 258dc72f7d02: Layer already exists [2022-07-13T20:15:13.250Z] 6f86bb7d1cb4: Layer already exists [2022-07-13T20:15:13.250Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:13.250Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:13.250Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:13.564Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:13.873Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-07-13T20:15:13.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-07-13T20:15:13.873Z] 43a7ac4bcd8e: Preparing [2022-07-13T20:15:13.873Z] 6f86bb7d1cb4: Preparing [2022-07-13T20:15:13.873Z] 258dc72f7d02: Preparing [2022-07-13T20:15:13.873Z] e7307049f4ad: Preparing [2022-07-13T20:15:13.873Z] 310c1b2402e8: Preparing [2022-07-13T20:15:13.873Z] 08ec8c420773: Preparing [2022-07-13T20:15:13.873Z] 4fc242d58285: Preparing [2022-07-13T20:15:13.873Z] 08ec8c420773: Waiting [2022-07-13T20:15:13.873Z] 4fc242d58285: Waiting [2022-07-13T20:15:13.873Z] 258dc72f7d02: Layer already exists [2022-07-13T20:15:13.873Z] 6f86bb7d1cb4: Layer already exists [2022-07-13T20:15:13.873Z] 310c1b2402e8: Layer already exists [2022-07-13T20:15:13.873Z] 43a7ac4bcd8e: Layer already exists [2022-07-13T20:15:13.873Z] e7307049f4ad: Layer already exists [2022-07-13T20:15:13.873Z] 08ec8c420773: Layer already exists [2022-07-13T20:15:13.873Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:13.873Z] main: digest: sha256:3d593c9e74dcef14505a1ee69475d8c60aea9ae0d410f78edd41715ecfcb87ec size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:13.921Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:13.929Z] taggedImages: [2022-07-13T20:15:13.929Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:13.929Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-07-13T20:15:13.929Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.28 [2022-07-13T20:15:13.929Z] - nexus3.edgexfoundry.org:10004/security-spire-server:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:13.929Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-07-13T20:15:13.948Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-07-13T20:15:13.948Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:13.948Z] latest [2022-07-13T20:15:13.948Z] 2.2.1-dev.28 [2022-07-13T20:15:13.948Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:13.948Z] main [2022-07-13T20:15:13.948Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:14.264Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:14.573Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:14.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-13T20:15:14.573Z] 25a852883945: Preparing [2022-07-13T20:15:14.573Z] b07e61e066cd: Preparing [2022-07-13T20:15:14.573Z] d7acbff700d2: Preparing [2022-07-13T20:15:14.573Z] c011cff73b01: Preparing [2022-07-13T20:15:14.573Z] 24302eb7d908: Preparing [2022-07-13T20:15:14.573Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:14.573Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:14.573Z] 25a852883945: Pushed [2022-07-13T20:15:14.573Z] c011cff73b01: Pushed [2022-07-13T20:15:15.361Z] Removing intermediate container a637f3a00af4 [2022-07-13T20:15:15.361Z] ---> e3a46e13e7f0 [2022-07-13T20:15:15.361Z] Step 8/26 : COPY . . [2022-07-13T20:15:15.361Z] Removing intermediate container 07b9d3c59298 [2022-07-13T20:15:15.361Z] ---> aad2fe807bc9 [2022-07-13T20:15:15.361Z] Step 8/31 : COPY . . [2022-07-13T20:15:15.361Z] Removing intermediate container 8a188ad23f85 [2022-07-13T20:15:15.361Z] ---> d0850ca1b2cc [2022-07-13T20:15:15.361Z] Step 8/23 : COPY . . [2022-07-13T20:15:15.361Z] Removing intermediate container 6bef84efab5c [2022-07-13T20:15:15.361Z] ---> 8b07dddfd9f2 [2022-07-13T20:15:15.361Z] Step 8/22 : COPY . . [2022-07-13T20:15:15.361Z] Removing intermediate container 4e18dbfa88b6 [2022-07-13T20:15:15.361Z] ---> 0d1b5fc0df9b [2022-07-13T20:15:15.361Z] Step 8/22 : COPY . . [2022-07-13T20:15:17.121Z] b07e61e066cd: Pushed [2022-07-13T20:15:17.121Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:17.437Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:17.751Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-13T20:15:17.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-13T20:15:17.751Z] 25a852883945: Preparing [2022-07-13T20:15:17.751Z] b07e61e066cd: Preparing [2022-07-13T20:15:17.751Z] d7acbff700d2: Preparing [2022-07-13T20:15:17.751Z] c011cff73b01: Preparing [2022-07-13T20:15:17.751Z] 24302eb7d908: Preparing [2022-07-13T20:15:17.751Z] b07e61e066cd: Layer already exists [2022-07-13T20:15:17.751Z] 25a852883945: Layer already exists [2022-07-13T20:15:17.751Z] c011cff73b01: Layer already exists [2022-07-13T20:15:17.751Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:17.751Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:17.751Z] latest: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:18.064Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:18.377Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 [2022-07-13T20:15:18.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-13T20:15:18.377Z] 25a852883945: Preparing [2022-07-13T20:15:18.377Z] b07e61e066cd: Preparing [2022-07-13T20:15:18.377Z] d7acbff700d2: Preparing [2022-07-13T20:15:18.377Z] c011cff73b01: Preparing [2022-07-13T20:15:18.377Z] 24302eb7d908: Preparing [2022-07-13T20:15:18.377Z] 25a852883945: Layer already exists [2022-07-13T20:15:18.377Z] c011cff73b01: Layer already exists [2022-07-13T20:15:18.377Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:18.377Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:18.377Z] b07e61e066cd: Layer already exists [2022-07-13T20:15:18.377Z] 2.2.1-dev.28: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:18.693Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:19.002Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:19.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-13T20:15:19.002Z] 25a852883945: Preparing [2022-07-13T20:15:19.002Z] b07e61e066cd: Preparing [2022-07-13T20:15:19.002Z] d7acbff700d2: Preparing [2022-07-13T20:15:19.002Z] c011cff73b01: Preparing [2022-07-13T20:15:19.002Z] 24302eb7d908: Preparing [2022-07-13T20:15:19.002Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:19.002Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:19.002Z] c011cff73b01: Layer already exists [2022-07-13T20:15:19.002Z] b07e61e066cd: Layer already exists [2022-07-13T20:15:19.002Z] 25a852883945: Layer already exists [2022-07-13T20:15:19.002Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:19.318Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:19.623Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-07-13T20:15:19.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-07-13T20:15:19.623Z] 25a852883945: Preparing [2022-07-13T20:15:19.623Z] b07e61e066cd: Preparing [2022-07-13T20:15:19.623Z] d7acbff700d2: Preparing [2022-07-13T20:15:19.623Z] c011cff73b01: Preparing [2022-07-13T20:15:19.623Z] 24302eb7d908: Preparing [2022-07-13T20:15:19.623Z] b07e61e066cd: Layer already exists [2022-07-13T20:15:19.623Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:19.623Z] 25a852883945: Layer already exists [2022-07-13T20:15:19.623Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:19.623Z] c011cff73b01: Layer already exists [2022-07-13T20:15:19.623Z] main: digest: sha256:5ca5fab01f33a42b673fbbd83994e719d8c2753499c7a3a72751f5d3c74aa9f6 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:19.703Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:19.710Z] taggedImages: [2022-07-13T20:15:19.710Z] - nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:19.710Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-07-13T20:15:19.710Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.28 [2022-07-13T20:15:19.710Z] - nexus3.edgexfoundry.org:10004/support-notifications:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:19.710Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-07-13T20:15:19.729Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-07-13T20:15:19.729Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:19.729Z] latest [2022-07-13T20:15:19.729Z] 2.2.1-dev.28 [2022-07-13T20:15:19.729Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:19.729Z] main [2022-07-13T20:15:19.729Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:20.106Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:20.410Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:20.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-13T20:15:20.410Z] c2827c163fb8: Preparing [2022-07-13T20:15:20.410Z] 4a9f3d865ad6: Preparing [2022-07-13T20:15:20.410Z] d7acbff700d2: Preparing [2022-07-13T20:15:20.410Z] aef786c3594f: Preparing [2022-07-13T20:15:20.410Z] 24302eb7d908: Preparing [2022-07-13T20:15:20.410Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:20.410Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:20.410Z] aef786c3594f: Layer already exists [2022-07-13T20:15:20.410Z] c2827c163fb8: Pushed [2022-07-13T20:15:22.950Z] 4a9f3d865ad6: Pushed [2022-07-13T20:15:22.950Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:23.272Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:23.624Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-13T20:15:23.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-13T20:15:23.624Z] c2827c163fb8: Preparing [2022-07-13T20:15:23.624Z] 4a9f3d865ad6: Preparing [2022-07-13T20:15:23.624Z] d7acbff700d2: Preparing [2022-07-13T20:15:23.624Z] aef786c3594f: Preparing [2022-07-13T20:15:23.624Z] 24302eb7d908: Preparing [2022-07-13T20:15:23.624Z] aef786c3594f: Layer already exists [2022-07-13T20:15:23.624Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:23.624Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:23.624Z] c2827c163fb8: Layer already exists [2022-07-13T20:15:23.624Z] 4a9f3d865ad6: Layer already exists [2022-07-13T20:15:23.624Z] latest: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:23.939Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:24.248Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 [2022-07-13T20:15:24.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-13T20:15:24.248Z] c2827c163fb8: Preparing [2022-07-13T20:15:24.248Z] 4a9f3d865ad6: Preparing [2022-07-13T20:15:24.248Z] d7acbff700d2: Preparing [2022-07-13T20:15:24.248Z] aef786c3594f: Preparing [2022-07-13T20:15:24.248Z] 24302eb7d908: Preparing [2022-07-13T20:15:24.248Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:24.248Z] 4a9f3d865ad6: Layer already exists [2022-07-13T20:15:24.248Z] c2827c163fb8: Layer already exists [2022-07-13T20:15:24.248Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:24.248Z] aef786c3594f: Layer already exists [2022-07-13T20:15:24.248Z] 2.2.1-dev.28: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:24.564Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:24.875Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:24.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-13T20:15:24.875Z] c2827c163fb8: Preparing [2022-07-13T20:15:24.875Z] 4a9f3d865ad6: Preparing [2022-07-13T20:15:24.875Z] d7acbff700d2: Preparing [2022-07-13T20:15:24.875Z] aef786c3594f: Preparing [2022-07-13T20:15:24.875Z] 24302eb7d908: Preparing [2022-07-13T20:15:24.875Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:24.875Z] c2827c163fb8: Layer already exists [2022-07-13T20:15:24.875Z] 4a9f3d865ad6: Layer already exists [2022-07-13T20:15:24.875Z] aef786c3594f: Layer already exists [2022-07-13T20:15:24.875Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:24.875Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:25.190Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:25.504Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-07-13T20:15:25.504Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-07-13T20:15:25.504Z] c2827c163fb8: Preparing [2022-07-13T20:15:25.504Z] 4a9f3d865ad6: Preparing [2022-07-13T20:15:25.504Z] d7acbff700d2: Preparing [2022-07-13T20:15:25.504Z] aef786c3594f: Preparing [2022-07-13T20:15:25.504Z] 24302eb7d908: Preparing [2022-07-13T20:15:25.504Z] c2827c163fb8: Layer already exists [2022-07-13T20:15:25.504Z] aef786c3594f: Layer already exists [2022-07-13T20:15:25.504Z] d7acbff700d2: Layer already exists [2022-07-13T20:15:25.504Z] 24302eb7d908: Layer already exists [2022-07-13T20:15:25.504Z] 4a9f3d865ad6: Layer already exists [2022-07-13T20:15:25.504Z] main: digest: sha256:6721d1fe5ca6992d9e99aac41b8de92c5284035edf952689a925ccff25ba12dc size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:25.554Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:25.561Z] taggedImages: [2022-07-13T20:15:25.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:25.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-07-13T20:15:25.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.28 [2022-07-13T20:15:25.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:25.561Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-07-13T20:15:25.580Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-07-13T20:15:25.580Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:25.580Z] latest [2022-07-13T20:15:25.580Z] 2.2.1-dev.28 [2022-07-13T20:15:25.580Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:25.580Z] main [2022-07-13T20:15:25.580Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:25.905Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:26.217Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:26.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-13T20:15:26.217Z] 7b0c3dcdfcad: Preparing [2022-07-13T20:15:26.217Z] 47d76add14a2: Preparing [2022-07-13T20:15:26.217Z] 543e71fc2cc0: Preparing [2022-07-13T20:15:26.217Z] 96b5c7ac0ac9: Preparing [2022-07-13T20:15:26.217Z] 52f44be93a46: Preparing [2022-07-13T20:15:26.217Z] 10d82663b225: Preparing [2022-07-13T20:15:26.217Z] f7a7a140f1b3: Preparing [2022-07-13T20:15:26.217Z] 31e69d4774c9: Preparing [2022-07-13T20:15:26.217Z] 7750d494dfbd: Preparing [2022-07-13T20:15:26.217Z] 18708474c90b: Preparing [2022-07-13T20:15:26.217Z] 4fc242d58285: Preparing [2022-07-13T20:15:26.217Z] 31e69d4774c9: Waiting [2022-07-13T20:15:26.217Z] 7750d494dfbd: Waiting [2022-07-13T20:15:26.217Z] 10d82663b225: Waiting [2022-07-13T20:15:26.217Z] 18708474c90b: Waiting [2022-07-13T20:15:26.217Z] f7a7a140f1b3: Waiting [2022-07-13T20:15:26.217Z] 4fc242d58285: Waiting [2022-07-13T20:15:26.217Z] 52f44be93a46: Layer already exists [2022-07-13T20:15:26.217Z] 10d82663b225: Layer already exists [2022-07-13T20:15:26.217Z] f7a7a140f1b3: Layer already exists [2022-07-13T20:15:26.217Z] 31e69d4774c9: Layer already exists [2022-07-13T20:15:26.217Z] 47d76add14a2: Pushed [2022-07-13T20:15:26.217Z] 7750d494dfbd: Layer already exists [2022-07-13T20:15:26.217Z] 18708474c90b: Layer already exists [2022-07-13T20:15:26.217Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:26.479Z] 7b0c3dcdfcad: Pushed [2022-07-13T20:15:27.421Z] 543e71fc2cc0: Pushed [2022-07-13T20:15:30.539Z] ---> 4501cdb3f0ff [2022-07-13T20:15:30.539Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-07-13T20:15:30.539Z] ---> 52b9d55c62c0 [2022-07-13T20:15:30.539Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-07-13T20:15:30.539Z] ---> bbcb6db6bf4d [2022-07-13T20:15:30.539Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-07-13T20:15:30.539Z] ---> c73ac747491a [2022-07-13T20:15:30.539Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-07-13T20:15:30.539Z] ---> 888deafc53f1 [2022-07-13T20:15:30.539Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:15:30.539Z] ---> Running in d2f5137deb4e [2022-07-13T20:15:30.818Z] ---> Running in 3e202ae90318 [2022-07-13T20:15:30.818Z] ---> Running in 7cf77be15e80 [2022-07-13T20:15:30.818Z] ---> Running in a19c439c32b0 [2022-07-13T20:15:30.818Z] ---> Running in d290312474ce [2022-07-13T20:15:31.458Z] Removing intermediate container a19c439c32b0 [2022-07-13T20:15:31.458Z] ---> d57be5eb1c1a [2022-07-13T20:15:31.458Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T20:15:31.736Z] ---> Running in 1c19800793e6 [2022-07-13T20:15:32.343Z] Removing intermediate container 1c19800793e6 [2022-07-13T20:15:32.343Z] ---> aa82765d5b13 [2022-07-13T20:15:32.343Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:15:32.343Z] ---> Running in 9c61e46dc229 [2022-07-13T20:15:33.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-07-13T20:15:33.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-07-13T20:15:33.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-07-13T20:15:33.333Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-07-13T20:15:33.997Z] 96b5c7ac0ac9: Pushed [2022-07-13T20:15:33.997Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:34.304Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:34.619Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-13T20:15:34.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-13T20:15:34.619Z] 7b0c3dcdfcad: Preparing [2022-07-13T20:15:34.619Z] 47d76add14a2: Preparing [2022-07-13T20:15:34.619Z] 543e71fc2cc0: Preparing [2022-07-13T20:15:34.619Z] 96b5c7ac0ac9: Preparing [2022-07-13T20:15:34.619Z] 52f44be93a46: Preparing [2022-07-13T20:15:34.619Z] 10d82663b225: Preparing [2022-07-13T20:15:34.619Z] f7a7a140f1b3: Preparing [2022-07-13T20:15:34.619Z] 31e69d4774c9: Preparing [2022-07-13T20:15:34.619Z] 7750d494dfbd: Preparing [2022-07-13T20:15:34.619Z] 18708474c90b: Preparing [2022-07-13T20:15:34.619Z] 4fc242d58285: Preparing [2022-07-13T20:15:34.619Z] f7a7a140f1b3: Waiting [2022-07-13T20:15:34.619Z] 31e69d4774c9: Waiting [2022-07-13T20:15:34.619Z] 7750d494dfbd: Waiting [2022-07-13T20:15:34.619Z] 10d82663b225: Waiting [2022-07-13T20:15:34.619Z] 4fc242d58285: Waiting [2022-07-13T20:15:34.619Z] 18708474c90b: Waiting [2022-07-13T20:15:34.619Z] 96b5c7ac0ac9: Layer already exists [2022-07-13T20:15:34.619Z] 543e71fc2cc0: Layer already exists [2022-07-13T20:15:34.619Z] 47d76add14a2: Layer already exists [2022-07-13T20:15:34.619Z] 7b0c3dcdfcad: Layer already exists [2022-07-13T20:15:34.619Z] 52f44be93a46: Layer already exists [2022-07-13T20:15:34.620Z] 10d82663b225: Layer already exists [2022-07-13T20:15:34.620Z] f7a7a140f1b3: Layer already exists [2022-07-13T20:15:34.620Z] 18708474c90b: Layer already exists [2022-07-13T20:15:34.620Z] 7750d494dfbd: Layer already exists [2022-07-13T20:15:34.620Z] 31e69d4774c9: Layer already exists [2022-07-13T20:15:34.620Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:34.620Z] latest: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:34.938Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:35.245Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 [2022-07-13T20:15:35.245Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-13T20:15:35.245Z] 7b0c3dcdfcad: Preparing [2022-07-13T20:15:35.245Z] 47d76add14a2: Preparing [2022-07-13T20:15:35.245Z] 543e71fc2cc0: Preparing [2022-07-13T20:15:35.245Z] 96b5c7ac0ac9: Preparing [2022-07-13T20:15:35.245Z] 52f44be93a46: Preparing [2022-07-13T20:15:35.245Z] 10d82663b225: Preparing [2022-07-13T20:15:35.245Z] f7a7a140f1b3: Preparing [2022-07-13T20:15:35.245Z] 31e69d4774c9: Preparing [2022-07-13T20:15:35.245Z] 7750d494dfbd: Preparing [2022-07-13T20:15:35.245Z] 18708474c90b: Preparing [2022-07-13T20:15:35.245Z] 4fc242d58285: Preparing [2022-07-13T20:15:35.245Z] f7a7a140f1b3: Waiting [2022-07-13T20:15:35.245Z] 31e69d4774c9: Waiting [2022-07-13T20:15:35.245Z] 7750d494dfbd: Waiting [2022-07-13T20:15:35.245Z] 18708474c90b: Waiting [2022-07-13T20:15:35.245Z] 4fc242d58285: Waiting [2022-07-13T20:15:35.245Z] 10d82663b225: Waiting [2022-07-13T20:15:35.245Z] 47d76add14a2: Layer already exists [2022-07-13T20:15:35.245Z] 96b5c7ac0ac9: Layer already exists [2022-07-13T20:15:35.245Z] 7b0c3dcdfcad: Layer already exists [2022-07-13T20:15:35.245Z] 52f44be93a46: Layer already exists [2022-07-13T20:15:35.245Z] 543e71fc2cc0: Layer already exists [2022-07-13T20:15:35.245Z] 10d82663b225: Layer already exists [2022-07-13T20:15:35.245Z] 7750d494dfbd: Layer already exists [2022-07-13T20:15:35.245Z] f7a7a140f1b3: Layer already exists [2022-07-13T20:15:35.245Z] 18708474c90b: Layer already exists [2022-07-13T20:15:35.245Z] 31e69d4774c9: Layer already exists [2022-07-13T20:15:35.245Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:35.245Z] 2.2.1-dev.28: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:35.343Z] Removing intermediate container 9c61e46dc229 [2022-07-13T20:15:35.343Z] ---> 631227783f39 [2022-07-13T20:15:35.343Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T20:15:35.343Z] ---> Running in 1b3e7cb7576e [2022-07-13T20:15:35.557Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:35.641Z] Removing intermediate container 1b3e7cb7576e [2022-07-13T20:15:35.641Z] ---> 741f04082d3e [2022-07-13T20:15:35.641Z] [2022-07-13T20:15:35.641Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T20:15:35.870Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:35.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-13T20:15:35.870Z] 7b0c3dcdfcad: Preparing [2022-07-13T20:15:35.870Z] 47d76add14a2: Preparing [2022-07-13T20:15:35.870Z] 543e71fc2cc0: Preparing [2022-07-13T20:15:35.870Z] 96b5c7ac0ac9: Preparing [2022-07-13T20:15:35.870Z] 52f44be93a46: Preparing [2022-07-13T20:15:35.870Z] 10d82663b225: Preparing [2022-07-13T20:15:35.870Z] f7a7a140f1b3: Preparing [2022-07-13T20:15:35.870Z] 31e69d4774c9: Preparing [2022-07-13T20:15:35.870Z] 7750d494dfbd: Preparing [2022-07-13T20:15:35.870Z] 18708474c90b: Preparing [2022-07-13T20:15:35.870Z] 4fc242d58285: Preparing [2022-07-13T20:15:35.870Z] 10d82663b225: Waiting [2022-07-13T20:15:35.870Z] 7750d494dfbd: Waiting [2022-07-13T20:15:35.870Z] 18708474c90b: Waiting [2022-07-13T20:15:35.870Z] f7a7a140f1b3: Waiting [2022-07-13T20:15:35.870Z] 31e69d4774c9: Waiting [2022-07-13T20:15:35.870Z] 4fc242d58285: Waiting [2022-07-13T20:15:35.870Z] 7b0c3dcdfcad: Layer already exists [2022-07-13T20:15:35.870Z] 543e71fc2cc0: Layer already exists [2022-07-13T20:15:35.870Z] 47d76add14a2: Layer already exists [2022-07-13T20:15:35.870Z] 52f44be93a46: Layer already exists [2022-07-13T20:15:35.870Z] 96b5c7ac0ac9: Layer already exists [2022-07-13T20:15:35.870Z] 10d82663b225: Layer already exists [2022-07-13T20:15:35.870Z] 31e69d4774c9: Layer already exists [2022-07-13T20:15:35.870Z] 7750d494dfbd: Layer already exists [2022-07-13T20:15:35.870Z] f7a7a140f1b3: Layer already exists [2022-07-13T20:15:35.870Z] 18708474c90b: Layer already exists [2022-07-13T20:15:35.870Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:35.870Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:35.918Z] 3.15: Pulling from library/alpine [2022-07-13T20:15:36.183Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:15:36.495Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-07-13T20:15:36.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-07-13T20:15:36.495Z] 7b0c3dcdfcad: Preparing [2022-07-13T20:15:36.495Z] 47d76add14a2: Preparing [2022-07-13T20:15:36.495Z] 543e71fc2cc0: Preparing [2022-07-13T20:15:36.495Z] 96b5c7ac0ac9: Preparing [2022-07-13T20:15:36.495Z] 52f44be93a46: Preparing [2022-07-13T20:15:36.495Z] 10d82663b225: Preparing [2022-07-13T20:15:36.495Z] f7a7a140f1b3: Preparing [2022-07-13T20:15:36.495Z] 31e69d4774c9: Preparing [2022-07-13T20:15:36.495Z] 7750d494dfbd: Preparing [2022-07-13T20:15:36.495Z] 18708474c90b: Preparing [2022-07-13T20:15:36.495Z] 4fc242d58285: Preparing [2022-07-13T20:15:36.495Z] 18708474c90b: Waiting [2022-07-13T20:15:36.495Z] f7a7a140f1b3: Waiting [2022-07-13T20:15:36.495Z] 4fc242d58285: Waiting [2022-07-13T20:15:36.495Z] 31e69d4774c9: Waiting [2022-07-13T20:15:36.495Z] 10d82663b225: Waiting [2022-07-13T20:15:36.495Z] 7750d494dfbd: Waiting [2022-07-13T20:15:36.495Z] 7b0c3dcdfcad: Layer already exists [2022-07-13T20:15:36.495Z] 47d76add14a2: Layer already exists [2022-07-13T20:15:36.495Z] 96b5c7ac0ac9: Layer already exists [2022-07-13T20:15:36.495Z] 543e71fc2cc0: Layer already exists [2022-07-13T20:15:36.495Z] 52f44be93a46: Layer already exists [2022-07-13T20:15:36.495Z] 10d82663b225: Layer already exists [2022-07-13T20:15:36.495Z] 31e69d4774c9: Layer already exists [2022-07-13T20:15:36.495Z] f7a7a140f1b3: Layer already exists [2022-07-13T20:15:36.495Z] 18708474c90b: Layer already exists [2022-07-13T20:15:36.495Z] 7750d494dfbd: Layer already exists [2022-07-13T20:15:36.495Z] 4fc242d58285: Layer already exists [2022-07-13T20:15:36.495Z] main: digest: sha256:43a6d04059bcf8b016d2d452a55e61fe67cbc01029a86c73b2a590347ade830a size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:15:36.542Z] ===================================================== [Pipeline] echo [2022-07-13T20:15:36.549Z] taggedImages: [2022-07-13T20:15:36.549Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:15:36.549Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-07-13T20:15:36.549Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.28 [2022-07-13T20:15:36.549Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:15:36.549Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-13T20:15:36.910Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-07-13T20:15:36.910Z] Status: Downloaded newer image for alpine:3.15 [2022-07-13T20:15:36.910Z] ---> 3fb3c9af89a9 [2022-07-13T20:15:36.910Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:15:37.192Z] ---> Running in f29c90e0bb42 [2022-07-13T20:15:37.813Z] Removing intermediate container f29c90e0bb42 [2022-07-13T20:15:37.813Z] ---> 5160e9cf11fe [2022-07-13T20:15:37.813Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:15:37.813Z] ---> Running in 513fbd1e7659 [2022-07-13T20:15:41.225Z] Removing intermediate container 513fbd1e7659 [2022-07-13T20:15:41.225Z] ---> 6b374738adfe [2022-07-13T20:15:41.225Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-07-13T20:15:41.225Z] ---> Running in 78a5cdd36d7f [2022-07-13T20:15:43.223Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:15:44.212Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:15:45.678Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:15:45.678Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:15:45.678Z] OK: 15738 distinct packages available [2022-07-13T20:15:45.974Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:15:46.972Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:15:48.426Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-07-13T20:15:48.426Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:15:48.704Z] (3/4) Installing libucontext (1.1-r0) [2022-07-13T20:15:48.704Z] (4/4) Installing gcompat (1.0.0-r4) [2022-07-13T20:15:48.704Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:15:48.983Z] OK: 6 MiB in 18 packages [2022-07-13T20:15:50.427Z] Removing intermediate container 78a5cdd36d7f [2022-07-13T20:15:50.427Z] ---> 53fd9276d67d [2022-07-13T20:15:50.427Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:15:55.878Z] ---> 0b4db56232aa [2022-07-13T20:15:55.878Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:15:56.494Z] ---> 5fd471f066d1 [2022-07-13T20:15:56.494Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-07-13T20:15:56.494Z] ---> Running in 2bc7b37de4a6 [2022-07-13T20:15:57.095Z] Removing intermediate container 2bc7b37de4a6 [2022-07-13T20:15:57.095Z] ---> c1ce4f1814a5 [2022-07-13T20:15:57.095Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-07-13T20:15:58.084Z] ---> 10040e436c44 [2022-07-13T20:15:58.084Z] Step 21/26 : WORKDIR / [2022-07-13T20:15:58.084Z] ---> Running in e8358636e417 [2022-07-13T20:15:58.688Z] Removing intermediate container e8358636e417 [2022-07-13T20:15:58.688Z] ---> 5307c9c02afb [2022-07-13T20:15:58.688Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:15:58.688Z] ---> Running in 1378e8d3d907 [2022-07-13T20:15:59.283Z] Removing intermediate container 1378e8d3d907 [2022-07-13T20:15:59.283Z] ---> fa1d59463a42 [2022-07-13T20:15:59.283Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:15:59.283Z] ---> Running in 3423ce60e4a8 [2022-07-13T20:15:59.898Z] Removing intermediate container 3423ce60e4a8 [2022-07-13T20:15:59.898Z] ---> 540e74251b21 [2022-07-13T20:15:59.898Z] Step 24/26 : LABEL arch=arm64 [2022-07-13T20:16:00.185Z] ---> Running in 8d3e70053861 [2022-07-13T20:16:00.465Z] Removing intermediate container 8d3e70053861 [2022-07-13T20:16:00.465Z] ---> ba0869d70036 [2022-07-13T20:16:00.465Z] Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:16:00.741Z] ---> Running in 2b66b8ebdc65 [2022-07-13T20:16:01.018Z] Removing intermediate container 2b66b8ebdc65 [2022-07-13T20:16:01.018Z] ---> 1b68f46339d7 [2022-07-13T20:16:01.018Z] Step 26/26 : LABEL version=2.2.1-dev.28 [2022-07-13T20:16:01.296Z] ---> Running in ed9a3783bea6 [2022-07-13T20:16:01.900Z] Removing intermediate container ed9a3783bea6 [2022-07-13T20:16:01.900Z] ---> b3dd3bd3f257 [2022-07-13T20:16:01.900Z] [2022-07-13T20:16:02.180Z] Successfully built b3dd3bd3f257 [2022-07-13T20:16:02.180Z] Successfully tagged security-spire-config-arm64:latest [2022-07-13T20:16:02.180Z]  Building security-spire-config ... done Building core-metadata [2022-07-13T20:16:17.329Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:16:17.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:16:17.329Z] ---> 8483743e27b3 [2022-07-13T20:16:17.329Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> 170f68b6b6c8 [2022-07-13T20:16:17.329Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> 6b4447d2c624 [2022-07-13T20:16:17.329Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> ef7032af5b61 [2022-07-13T20:16:17.329Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> aa149e53c50e [2022-07-13T20:16:17.329Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> 0d1b5fc0df9b [2022-07-13T20:16:17.329Z] Step 8/23 : COPY . . [2022-07-13T20:16:17.329Z] ---> Using cache [2022-07-13T20:16:17.329Z] ---> 4501cdb3f0ff [2022-07-13T20:16:17.329Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-07-13T20:16:17.619Z] ---> Running in bc0266df5cc4 [2022-07-13T20:16:19.627Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-07-13T20:20:41.833Z] Removing intermediate container 3e202ae90318 [2022-07-13T20:20:41.833Z] ---> 8cbe78348e16 [2022-07-13T20:20:41.833Z] [2022-07-13T20:20:41.833Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:20:41.833Z] 3.16: Pulling from library/alpine [2022-07-13T20:20:41.833Z] Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c [2022-07-13T20:20:41.833Z] Status: Downloaded newer image for alpine:3.16 [2022-07-13T20:20:41.833Z] ---> 6e30ab57aeee [2022-07-13T20:20:41.833Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:20:41.833Z] ---> Running in fb588deed13e [2022-07-13T20:20:41.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:20:41.833Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:20:41.833Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-07-13T20:20:41.833Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:20:41.833Z] OK: 5 MiB in 15 packages [2022-07-13T20:20:41.833Z] Removing intermediate container fb588deed13e [2022-07-13T20:20:41.833Z] ---> da9ca3448a95 [2022-07-13T20:20:41.833Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:20:41.833Z] ---> Running in f7dff996d3c1 [2022-07-13T20:20:42.431Z] Removing intermediate container f7dff996d3c1 [2022-07-13T20:20:42.431Z] ---> da1048182558 [2022-07-13T20:20:42.431Z] Step 13/23 : ENV APP_PORT=59882 [2022-07-13T20:20:42.710Z] ---> Running in 8cd947721158 [2022-07-13T20:20:43.694Z] Removing intermediate container 8cd947721158 [2022-07-13T20:20:43.694Z] ---> bd02c0f5a625 [2022-07-13T20:20:43.694Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T20:20:43.694Z] ---> Running in e1bfc2434516 [2022-07-13T20:20:44.685Z] Removing intermediate container e1bfc2434516 [2022-07-13T20:20:44.685Z] ---> f6e57a5e3384 [2022-07-13T20:20:44.685Z] Step 15/23 : WORKDIR / [2022-07-13T20:20:44.966Z] ---> Running in ba662148ef98 [2022-07-13T20:20:45.955Z] Removing intermediate container ba662148ef98 [2022-07-13T20:20:45.955Z] ---> 6f69136761fd [2022-07-13T20:20:45.955Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:20:47.399Z] ---> d494886bdcb0 [2022-07-13T20:20:47.399Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-07-13T20:20:50.795Z] ---> 1435c8c3a204 [2022-07-13T20:20:50.795Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-07-13T20:20:50.795Z] Removing intermediate container 7cf77be15e80 [2022-07-13T20:20:50.795Z] ---> 09124ecec433 [2022-07-13T20:20:50.795Z] [2022-07-13T20:20:50.795Z] Step 10/31 : FROM alpine:3.16 [2022-07-13T20:20:50.795Z] ---> 6e30ab57aeee [2022-07-13T20:20:50.795Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:20:51.072Z] ---> Running in 7b234108ef90 [2022-07-13T20:20:51.676Z] ---> 3ed1c59e07a3 [2022-07-13T20:20:51.676Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-07-13T20:20:51.676Z] ---> Running in 3c0596e5e361 [2022-07-13T20:20:51.676Z] Removing intermediate container 7b234108ef90 [2022-07-13T20:20:51.676Z] ---> 6796bcda2994 [2022-07-13T20:20:51.676Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-07-13T20:20:51.676Z] ---> Running in ee4e5c68d2f5 [2022-07-13T20:20:52.291Z] Removing intermediate container 3c0596e5e361 [2022-07-13T20:20:52.291Z] ---> ea4f7372376a [2022-07-13T20:20:52.291Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:20:52.891Z] ---> Running in b70d8068e001 [2022-07-13T20:20:53.489Z] Removing intermediate container b70d8068e001 [2022-07-13T20:20:53.489Z] ---> 1d51b2f2808c [2022-07-13T20:20:53.489Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T20:20:53.489Z] ---> Running in 8bc42efd9a81 [2022-07-13T20:20:54.090Z] Removing intermediate container 8bc42efd9a81 [2022-07-13T20:20:54.090Z] ---> 63dcfe35a100 [2022-07-13T20:20:54.090Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:20:54.364Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:20:54.364Z] ---> Running in 95f9216167b1 [2022-07-13T20:20:54.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:20:54.930Z] Removing intermediate container 95f9216167b1 [2022-07-13T20:20:54.930Z] ---> b408ce529134 [2022-07-13T20:20:54.930Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:20:55.211Z] ---> Running in 48a10b9a68fa [2022-07-13T20:20:55.485Z] Removing intermediate container 48a10b9a68fa [2022-07-13T20:20:55.485Z] ---> 2d0f8f637d58 [2022-07-13T20:20:55.485Z] [2022-07-13T20:20:56.087Z] Successfully built 2d0f8f637d58 [2022-07-13T20:20:56.087Z] Successfully tagged core-command-arm64:latest [2022-07-13T20:20:56.087Z] Building security-proxy-setup [2022-07-13T20:20:56.087Z]  Building core-command ... done (1/2) Installing dumb-init (1.2.5-r1) [2022-07-13T20:20:56.087Z] (2/2) Installing su-exec (0.2-r1) [2022-07-13T20:20:56.087Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:20:56.087Z] OK: 5 MiB in 16 packages [2022-07-13T20:20:57.569Z] Removing intermediate container ee4e5c68d2f5 [2022-07-13T20:20:57.569Z] ---> 3751a03df14e [2022-07-13T20:20:57.569Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-07-13T20:20:57.846Z] ---> Running in 32d297292a67 [2022-07-13T20:20:58.135Z] Removing intermediate container 32d297292a67 [2022-07-13T20:20:58.135Z] ---> 40f10a340753 [2022-07-13T20:20:58.135Z] Step 14/31 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2022-07-13T20:20:58.411Z] ---> Running in 832bee924c7e [2022-07-13T20:20:59.018Z] Removing intermediate container 832bee924c7e [2022-07-13T20:20:59.018Z] ---> 459835b38edc [2022-07-13T20:20:59.018Z] Step 15/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2022-07-13T20:20:59.018Z] ---> Running in 76c1246d749d [2022-07-13T20:20:59.637Z] Removing intermediate container 76c1246d749d [2022-07-13T20:20:59.637Z] ---> 2196796b4744 [2022-07-13T20:20:59.637Z] Step 16/31 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-07-13T20:20:59.637Z] ---> Running in becf5307e896 [2022-07-13T20:21:03.036Z] Removing intermediate container becf5307e896 [2022-07-13T20:21:03.036Z] ---> be450ce520c1 [2022-07-13T20:21:03.036Z] Step 17/31 : WORKDIR ${SECURITY_INIT_STAGING} [2022-07-13T20:21:03.036Z] ---> Running in 04868df8547b [2022-07-13T20:21:03.638Z] Removing intermediate container 04868df8547b [2022-07-13T20:21:03.638Z] ---> 07e69a6c521e [2022-07-13T20:21:03.638Z] Step 18/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2022-07-13T20:21:04.652Z] ---> 3b597b86e7fb [2022-07-13T20:21:04.652Z] Step 19/31 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2022-07-13T20:21:04.935Z] ---> Running in e78735c63400 [2022-07-13T20:21:09.299Z] Removing intermediate container e78735c63400 [2022-07-13T20:21:09.299Z] ---> 70c4c7acb255 [2022-07-13T20:21:09.299Z] Step 20/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:21:09.896Z] ---> a524e4e4e643 [2022-07-13T20:21:09.896Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-07-13T20:21:13.300Z] ---> c7d9292579e0 [2022-07-13T20:21:13.300Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-07-13T20:21:13.898Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:21:13.898Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:21:13.898Z] ---> 8483743e27b3 [2022-07-13T20:21:13.898Z] Step 3/22 : WORKDIR /edgex-go [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> 170f68b6b6c8 [2022-07-13T20:21:13.898Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> 6b4447d2c624 [2022-07-13T20:21:13.898Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> ef7032af5b61 [2022-07-13T20:21:13.898Z] Step 6/22 : COPY go.mod vendor* ./ [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> aa149e53c50e [2022-07-13T20:21:13.898Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> 0d1b5fc0df9b [2022-07-13T20:21:13.898Z] Step 8/22 : COPY . . [2022-07-13T20:21:13.898Z] ---> a5900162adc2 [2022-07-13T20:21:13.898Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-07-13T20:21:13.898Z] ---> Using cache [2022-07-13T20:21:13.898Z] ---> 4501cdb3f0ff [2022-07-13T20:21:13.898Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-07-13T20:21:14.184Z] ---> Running in d0fe776f7138 [2022-07-13T20:21:15.671Z] ---> 3e4fabc8effd [2022-07-13T20:21:15.671Z] Step 24/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2022-07-13T20:21:16.279Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-07-13T20:21:16.557Z] ---> 8c3ac6cadc51 [2022-07-13T20:21:16.557Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-07-13T20:21:17.574Z] ---> 6be3d3a33c0d [2022-07-13T20:21:17.574Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-07-13T20:21:17.860Z] ---> Running in 2453598a8a1d [2022-07-13T20:21:21.274Z] Removing intermediate container 2453598a8a1d [2022-07-13T20:21:21.274Z] ---> 8e288353a19f [2022-07-13T20:21:21.274Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-07-13T20:21:21.274Z] ---> Running in 73a2d60959b1 [2022-07-13T20:21:21.274Z] Removing intermediate container 73a2d60959b1 [2022-07-13T20:21:21.274Z] ---> f1aa01a86a73 [2022-07-13T20:21:21.274Z] Step 28/31 : CMD ["gate"] [2022-07-13T20:21:21.274Z] ---> Running in 413496070db4 [2022-07-13T20:21:21.880Z] Removing intermediate container 413496070db4 [2022-07-13T20:21:21.880Z] ---> 265c47a7f74c [2022-07-13T20:21:21.880Z] Step 29/31 : LABEL arch=arm64 [2022-07-13T20:21:21.880Z] ---> Running in 3f7d7fce049a [2022-07-13T20:21:22.486Z] Removing intermediate container 3f7d7fce049a [2022-07-13T20:21:22.486Z] ---> 55668afb3cc5 [2022-07-13T20:21:22.486Z] Step 30/31 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:21:22.486Z] ---> Running in ac6a8d1cd0d8 [2022-07-13T20:21:23.093Z] Removing intermediate container ac6a8d1cd0d8 [2022-07-13T20:21:23.093Z] ---> 70c091ef5166 [2022-07-13T20:21:23.093Z] Step 31/31 : LABEL version=2.2.1-dev.28 [2022-07-13T20:21:23.093Z] ---> Running in b4ea8ec4e39e [2022-07-13T20:21:23.706Z] Removing intermediate container b4ea8ec4e39e [2022-07-13T20:21:23.706Z] ---> f9e4ae10ffd2 [2022-07-13T20:21:23.706Z] [2022-07-13T20:21:23.985Z] Successfully built f9e4ae10ffd2 [2022-07-13T20:21:23.985Z] Successfully tagged security-bootstrapper-arm64:latest [2022-07-13T20:21:23.985Z] Building security-spire-server [2022-07-13T20:21:42.315Z]  Building security-bootstrapper ... done Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:21:42.315Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:21:42.315Z] ---> 8483743e27b3 [2022-07-13T20:21:42.315Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T20:21:42.315Z] ---> Using cache [2022-07-13T20:21:42.315Z] ---> 170f68b6b6c8 [2022-07-13T20:21:42.315Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:21:42.315Z] ---> Using cache [2022-07-13T20:21:42.315Z] ---> 6b4447d2c624 [2022-07-13T20:21:42.315Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:21:42.315Z] ---> Running in c2527cba2f57 [2022-07-13T20:21:44.299Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:21:44.906Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:21:46.375Z] OK: 221 MiB in 51 packages [2022-07-13T20:21:48.359Z] Removing intermediate container c2527cba2f57 [2022-07-13T20:21:48.359Z] ---> 526bab34245e [2022-07-13T20:21:48.359Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T20:21:49.798Z] ---> e90ace2e7409 [2022-07-13T20:21:49.798Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:21:49.798Z] ---> Running in 5c97a75148fd [2022-07-13T20:21:50.071Z] Removing intermediate container bc0266df5cc4 [2022-07-13T20:21:50.347Z] ---> ff6da7b10424 [2022-07-13T20:21:50.347Z] [2022-07-13T20:21:50.347Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:21:50.347Z] ---> 6e30ab57aeee [2022-07-13T20:21:50.347Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:21:50.347Z] ---> Using cache [2022-07-13T20:21:50.347Z] ---> da9ca3448a95 [2022-07-13T20:21:50.347Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:21:50.347Z] ---> Using cache [2022-07-13T20:21:50.347Z] ---> da1048182558 [2022-07-13T20:21:50.347Z] Step 13/23 : ENV APP_PORT=59881 [2022-07-13T20:21:50.347Z] ---> Running in 52ad377d7579 [2022-07-13T20:21:50.947Z] Removing intermediate container 52ad377d7579 [2022-07-13T20:21:50.947Z] ---> 274fd1f6f57a [2022-07-13T20:21:50.947Z] Step 14/23 : EXPOSE $APP_PORT [2022-07-13T20:21:51.217Z] ---> Running in 0d143d4bfa28 [2022-07-13T20:21:51.811Z] Removing intermediate container 0d143d4bfa28 [2022-07-13T20:21:51.811Z] ---> e3a0e9f05f10 [2022-07-13T20:21:51.811Z] Step 15/23 : WORKDIR / [2022-07-13T20:21:51.811Z] ---> Running in cd7343ed8553 [2022-07-13T20:21:52.408Z] Removing intermediate container cd7343ed8553 [2022-07-13T20:21:52.408Z] ---> 7d0758233b09 [2022-07-13T20:21:52.408Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:21:53.403Z] ---> 498ad913bba3 [2022-07-13T20:21:53.403Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-07-13T20:21:54.840Z] ---> 33f2100326c8 [2022-07-13T20:21:54.840Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-07-13T20:21:55.832Z] ---> 3fc5ede7eb21 [2022-07-13T20:21:55.832Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-07-13T20:21:55.832Z] ---> Running in 9f5176844bc7 [2022-07-13T20:21:56.434Z] Removing intermediate container 9f5176844bc7 [2022-07-13T20:21:56.434Z] ---> 00b14f284bda [2022-07-13T20:21:56.434Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:21:56.434Z] ---> Running in d679156b95bd [2022-07-13T20:21:57.037Z] Removing intermediate container d679156b95bd [2022-07-13T20:21:57.037Z] ---> 0cbd5ccaf7fc [2022-07-13T20:21:57.037Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T20:21:57.310Z] ---> Running in 16c8ed612b9b [2022-07-13T20:21:57.911Z] Removing intermediate container 16c8ed612b9b [2022-07-13T20:21:57.911Z] ---> 238c88a6f21f [2022-07-13T20:21:57.911Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:21:57.911Z] ---> Running in c83ad602f12e [2022-07-13T20:21:58.508Z] Removing intermediate container c83ad602f12e [2022-07-13T20:21:58.508Z] ---> f788dabee56e [2022-07-13T20:21:58.508Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:21:58.508Z] ---> Running in 3f18007e8f4c [2022-07-13T20:21:59.101Z] Removing intermediate container 3f18007e8f4c [2022-07-13T20:21:59.101Z] ---> cdb896316052 [2022-07-13T20:21:59.101Z] [2022-07-13T20:21:59.379Z] Successfully built cdb896316052 [2022-07-13T20:21:59.379Z] Successfully tagged core-metadata-arm64:latest [2022-07-13T20:21:59.379Z]  Building core-metadata ... done Building security-spiffe-token-provider [2022-07-13T20:22:17.719Z] Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:22:17.719Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:22:17.719Z] ---> 8483743e27b3 [2022-07-13T20:22:17.719Z] Step 3/20 : WORKDIR /edgex-go [2022-07-13T20:22:17.719Z] ---> Using cache [2022-07-13T20:22:17.719Z] ---> 170f68b6b6c8 [2022-07-13T20:22:17.719Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-07-13T20:22:17.719Z] ---> Running in 4ed60ee869ed [2022-07-13T20:22:18.707Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:22:19.313Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:22:20.343Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2022-07-13T20:22:20.343Z] v3.16.0-325-g954c0a986d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2022-07-13T20:22:20.343Z] OK: 16887 distinct packages available [2022-07-13T20:22:20.633Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:22:20.912Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:22:22.399Z] OK: 221 MiB in 51 packages [2022-07-13T20:22:24.410Z] Removing intermediate container 4ed60ee869ed [2022-07-13T20:22:24.410Z] ---> 5df26d74665d [2022-07-13T20:22:24.410Z] Step 5/20 : COPY go.mod vendor* ./ [2022-07-13T20:22:25.865Z] ---> a076af953d0f [2022-07-13T20:22:25.865Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:22:26.145Z] ---> Running in 01a1933afa30 [2022-07-13T20:22:41.279Z] Removing intermediate container 5c97a75148fd [2022-07-13T20:22:41.279Z] ---> b4da20d0eebe [2022-07-13T20:22:41.279Z] Step 8/25 : COPY . . [2022-07-13T20:22:51.463Z] ---> 5602f00cdbb2 [2022-07-13T20:22:51.463Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:22:51.463Z] ---> Running in 2b2dc4ecaaf1 [2022-07-13T20:22:51.463Z] Removing intermediate container 2b2dc4ecaaf1 [2022-07-13T20:22:51.463Z] ---> e346623108c8 [2022-07-13T20:22:51.463Z] Step 10/25 : WORKDIR /edgex-go/spire-build [2022-07-13T20:22:51.463Z] ---> Running in dc4832283562 [2022-07-13T20:22:52.069Z] Removing intermediate container dc4832283562 [2022-07-13T20:22:52.070Z] ---> 0fba4efbed70 [2022-07-13T20:22:52.070Z] Step 11/25 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:22:52.345Z] ---> Running in f028c96314d8 [2022-07-13T20:22:55.766Z] Removing intermediate container f028c96314d8 [2022-07-13T20:22:55.767Z] ---> f0e02c504688 [2022-07-13T20:22:55.767Z] Step 12/25 : WORKDIR /edgex-go [2022-07-13T20:22:55.767Z] ---> Running in 2449b1c097d3 [2022-07-13T20:22:56.378Z] Removing intermediate container 2449b1c097d3 [2022-07-13T20:22:56.378Z] ---> b64d2b74b439 [2022-07-13T20:22:56.378Z] [2022-07-13T20:22:56.378Z] Step 13/25 : FROM alpine:3.15 [2022-07-13T20:22:56.378Z] ---> 3fb3c9af89a9 [2022-07-13T20:22:56.378Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:22:56.378Z] ---> Using cache [2022-07-13T20:22:56.378Z] ---> 5160e9cf11fe [2022-07-13T20:22:56.378Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:22:56.378Z] ---> Using cache [2022-07-13T20:22:56.378Z] ---> 6b374738adfe [2022-07-13T20:22:56.378Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T20:22:56.658Z] ---> Running in ea64988a1bc4 [2022-07-13T20:22:59.293Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:00.294Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:01.761Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:23:01.761Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:23:01.761Z] OK: 15738 distinct packages available [2022-07-13T20:23:02.040Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:03.038Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:04.505Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-07-13T20:23:04.505Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:23:04.785Z] (3/5) Installing libucontext (1.1-r0) [2022-07-13T20:23:04.785Z] (4/5) Installing gcompat (1.0.0-r4) [2022-07-13T20:23:04.785Z] (5/5) Installing openssl (1.1.1q-r0) [2022-07-13T20:23:05.067Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:23:05.067Z] OK: 6 MiB in 19 packages [2022-07-13T20:23:08.540Z] Removing intermediate container ea64988a1bc4 [2022-07-13T20:23:08.540Z] ---> 2d93fd299a9e [2022-07-13T20:23:08.540Z] Step 17/25 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:23:18.724Z] ---> 6ff88a831330 [2022-07-13T20:23:18.725Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:23:18.999Z] ---> 9f2e9e52f145 [2022-07-13T20:23:18.999Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-07-13T20:23:20.997Z] ---> 5f2c7f729ffe [2022-07-13T20:23:20.997Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-07-13T20:23:21.605Z] Removing intermediate container 01a1933afa30 [2022-07-13T20:23:21.605Z] ---> 330ecfc9b835 [2022-07-13T20:23:21.605Z] Step 7/20 : COPY . . [2022-07-13T20:23:23.058Z] ---> 003939e9cd73 [2022-07-13T20:23:23.058Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:23:23.331Z] ---> Running in 6d628d9cd9d1 [2022-07-13T20:23:24.320Z] Removing intermediate container 6d628d9cd9d1 [2022-07-13T20:23:24.320Z] ---> 7e2046a8af8d [2022-07-13T20:23:24.320Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:23:24.602Z] ---> Running in d81f75d35409 [2022-07-13T20:23:25.589Z] Removing intermediate container d81f75d35409 [2022-07-13T20:23:25.589Z] ---> 3a8143ebe03e [2022-07-13T20:23:25.589Z] Step 23/25 : LABEL arch=arm64 [2022-07-13T20:23:25.869Z] ---> Running in a3a13294c716 [2022-07-13T20:23:27.323Z] Removing intermediate container a3a13294c716 [2022-07-13T20:23:27.323Z] ---> 258fd44e6e81 [2022-07-13T20:23:27.323Z] Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:23:27.599Z] ---> Running in 43d3ca858d50 [2022-07-13T20:23:28.588Z] Removing intermediate container 43d3ca858d50 [2022-07-13T20:23:28.588Z] ---> 6a7d1264317d [2022-07-13T20:23:28.588Z] Step 25/25 : LABEL version=2.2.1-dev.28 [2022-07-13T20:23:28.864Z] ---> Running in 881de77c293f [2022-07-13T20:23:29.858Z] Removing intermediate container 881de77c293f [2022-07-13T20:23:29.858Z] ---> f8e12e6087ee [2022-07-13T20:23:29.858Z] [2022-07-13T20:23:31.302Z] Successfully built f8e12e6087ee [2022-07-13T20:23:31.302Z] Successfully tagged security-spire-server-arm64:latest [2022-07-13T20:23:31.302Z]  Building security-spire-server ... done Building security-secretstore-setup [2022-07-13T20:23:41.515Z] Removing intermediate container d2f5137deb4e [2022-07-13T20:23:41.515Z] ---> 5a1fde0718e7 [2022-07-13T20:23:41.515Z] [2022-07-13T20:23:41.515Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:23:41.515Z] ---> 6e30ab57aeee [2022-07-13T20:23:41.515Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-07-13T20:23:41.515Z] ---> Using cache [2022-07-13T20:23:41.515Z] ---> da9ca3448a95 [2022-07-13T20:23:41.515Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:23:41.515Z] ---> Using cache [2022-07-13T20:23:41.515Z] ---> da1048182558 [2022-07-13T20:23:41.515Z] Step 13/22 : ENV APP_PORT=59861 [2022-07-13T20:23:41.515Z] ---> Running in 766ea4d71910 [2022-07-13T20:23:42.508Z] Removing intermediate container 766ea4d71910 [2022-07-13T20:23:42.508Z] ---> 5646240ec91d [2022-07-13T20:23:42.508Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T20:23:42.782Z] ---> Running in 20be3b01693e [2022-07-13T20:23:44.230Z] Removing intermediate container 20be3b01693e [2022-07-13T20:23:44.230Z] ---> 6257d11d69a1 [2022-07-13T20:23:44.230Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:23:44.230Z] Removing intermediate container d290312474ce [2022-07-13T20:23:44.230Z] ---> bad48dc55a6d [2022-07-13T20:23:44.230Z] [2022-07-13T20:23:44.230Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:23:44.230Z] ---> 6e30ab57aeee [2022-07-13T20:23:44.230Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-07-13T20:23:44.509Z] ---> Running in e66be5198a6d [2022-07-13T20:23:46.505Z] ---> 6f19feb55afa [2022-07-13T20:23:46.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-07-13T20:23:46.789Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:47.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:23:48.054Z] (1/2) Installing ca-certificates (20211220-r0) [2022-07-13T20:23:48.335Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-07-13T20:23:48.335Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:23:48.335Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:23:48.616Z] OK: 6 MiB in 16 packages [2022-07-13T20:23:51.255Z] ---> 30ae3dd96a6a [2022-07-13T20:23:51.255Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-07-13T20:23:51.531Z] Step 1/25 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:23:51.531Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:23:51.531Z] ---> 8483743e27b3 [2022-07-13T20:23:51.531Z] Step 3/25 : WORKDIR /edgex-go [2022-07-13T20:23:51.531Z] ---> Using cache [2022-07-13T20:23:51.531Z] ---> 170f68b6b6c8 [2022-07-13T20:23:51.531Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:23:51.531Z] ---> Using cache [2022-07-13T20:23:51.531Z] ---> 6b4447d2c624 [2022-07-13T20:23:51.531Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-07-13T20:23:51.531Z] ---> Using cache [2022-07-13T20:23:51.531Z] ---> ef7032af5b61 [2022-07-13T20:23:51.531Z] Step 6/25 : COPY go.mod vendor* ./ [2022-07-13T20:23:51.531Z] ---> Using cache [2022-07-13T20:23:51.531Z] ---> aa149e53c50e [2022-07-13T20:23:51.531Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:23:51.531Z] ---> Using cache [2022-07-13T20:23:51.531Z] ---> 0d1b5fc0df9b [2022-07-13T20:23:51.531Z] Step 8/25 : COPY . . [2022-07-13T20:23:52.556Z] ---> Using cache [2022-07-13T20:23:52.556Z] ---> 4501cdb3f0ff [2022-07-13T20:23:52.556Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-07-13T20:23:52.556Z] ---> Running in 06166e6692bd [2022-07-13T20:23:52.557Z] Removing intermediate container e66be5198a6d [2022-07-13T20:23:52.557Z] ---> 36a9b91b1c4d [2022-07-13T20:23:52.557Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:23:52.838Z] ---> Running in 10ed0141f67d [2022-07-13T20:23:53.128Z] ---> 32d2b7894e28 [2022-07-13T20:23:53.128Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-07-13T20:23:53.408Z] ---> Running in 7f29a6c34c3a [2022-07-13T20:23:53.692Z] ---> 429e5c53bd1b [2022-07-13T20:23:53.692Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-07-13T20:23:53.976Z] ---> Running in 63ba95c6ddbb [2022-07-13T20:23:54.286Z] Removing intermediate container 10ed0141f67d [2022-07-13T20:23:54.286Z] ---> 993324c7b206 [2022-07-13T20:23:54.286Z] Step 13/22 : ENV APP_PORT=59860 [2022-07-13T20:23:54.286Z] ---> Running in 821976e484b7 [2022-07-13T20:23:54.899Z] Removing intermediate container 7f29a6c34c3a [2022-07-13T20:23:54.899Z] ---> 4955136bd4ef [2022-07-13T20:23:54.899Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:23:54.899Z] ---> Running in 6b24ea73e759 [2022-07-13T20:23:55.508Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-07-13T20:23:55.508Z] Removing intermediate container 821976e484b7 [2022-07-13T20:23:55.508Z] ---> 4165ba4a3270 [2022-07-13T20:23:55.508Z] Step 14/22 : EXPOSE $APP_PORT [2022-07-13T20:23:55.781Z] ---> Running in 17269fb7dbe7 [2022-07-13T20:23:56.062Z] Removing intermediate container 6b24ea73e759 [2022-07-13T20:23:56.062Z] ---> 7359dc47da0b [2022-07-13T20:23:56.062Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T20:23:56.062Z] ---> Running in 7b5327fd0d56 [2022-07-13T20:23:56.672Z] Removing intermediate container 17269fb7dbe7 [2022-07-13T20:23:56.672Z] ---> 8e4af1f7a5ba [2022-07-13T20:23:56.672Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:23:56.672Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-07-13T20:23:56.948Z] Removing intermediate container 7b5327fd0d56 [2022-07-13T20:23:56.948Z] ---> e7a46c3c9e22 [2022-07-13T20:23:56.948Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:23:57.222Z] ---> Running in b13eb7cbd74e [2022-07-13T20:23:57.822Z] ---> 4454e8592e1b [2022-07-13T20:23:57.822Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-07-13T20:23:58.097Z] Removing intermediate container b13eb7cbd74e [2022-07-13T20:23:58.097Z] ---> bff67f929b45 [2022-07-13T20:23:58.097Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:23:58.097Z] ---> Running in 8f42f90338f1 [2022-07-13T20:23:59.096Z] Removing intermediate container 8f42f90338f1 [2022-07-13T20:23:59.096Z] ---> 61cf0d5a3e1c [2022-07-13T20:23:59.096Z] [2022-07-13T20:23:59.372Z] Successfully built 61cf0d5a3e1c [2022-07-13T20:23:59.650Z] Successfully tagged support-scheduler-arm64:latest [2022-07-13T20:23:59.650Z]  Building support-scheduler ... done Building security-spire-agent [2022-07-13T20:24:00.920Z] ---> d33bb76117d5 [2022-07-13T20:24:00.920Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-07-13T20:24:02.065Z] ---> 6e6ef224f10f [2022-07-13T20:24:02.065Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-07-13T20:24:02.065Z] ---> Running in d193cbd16024 [2022-07-13T20:24:02.748Z] Removing intermediate container d193cbd16024 [2022-07-13T20:24:02.748Z] ---> 965168a84983 [2022-07-13T20:24:02.748Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:24:02.748Z] ---> Running in 35e0ceef3047 [2022-07-13T20:24:03.438Z] Removing intermediate container 35e0ceef3047 [2022-07-13T20:24:03.438Z] ---> 999e66329a01 [2022-07-13T20:24:03.438Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T20:24:03.815Z] ---> Running in c70230dfc3a0 [2022-07-13T20:24:04.126Z] Removing intermediate container c70230dfc3a0 [2022-07-13T20:24:04.126Z] ---> 1dc209aefd5f [2022-07-13T20:24:04.126Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:24:04.126Z] ---> Running in dded962fc795 [2022-07-13T20:24:04.922Z] Removing intermediate container dded962fc795 [2022-07-13T20:24:04.922Z] ---> 11e6feb7cadd [2022-07-13T20:24:04.922Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:24:05.220Z] ---> Running in 4a6fc33a61e0 [2022-07-13T20:24:05.591Z] Removing intermediate container 4a6fc33a61e0 [2022-07-13T20:24:05.591Z] ---> c50a3ffd272f [2022-07-13T20:24:05.591Z] [2022-07-13T20:24:05.938Z] Successfully built c50a3ffd272f [2022-07-13T20:24:05.938Z] Successfully tagged support-notifications-arm64:latest [2022-07-13T20:24:05.938Z] Building sys-mgmt-agent [2022-07-13T20:24:24.564Z]  Building support-notifications ... done Step 1/26 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:24:24.564Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:24:24.564Z] ---> 8483743e27b3 [2022-07-13T20:24:24.564Z] Step 3/26 : WORKDIR /edgex-go [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> 170f68b6b6c8 [2022-07-13T20:24:24.564Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> 6b4447d2c624 [2022-07-13T20:24:24.564Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> 526bab34245e [2022-07-13T20:24:24.564Z] Step 6/26 : COPY go.mod vendor* ./ [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> e90ace2e7409 [2022-07-13T20:24:24.564Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> b4da20d0eebe [2022-07-13T20:24:24.564Z] Step 8/26 : COPY . . [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> 5602f00cdbb2 [2022-07-13T20:24:24.564Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> e346623108c8 [2022-07-13T20:24:24.564Z] Step 10/26 : WORKDIR /edgex-go/spire-build [2022-07-13T20:24:24.564Z] ---> Using cache [2022-07-13T20:24:24.564Z] ---> 0fba4efbed70 [2022-07-13T20:24:24.564Z] Step 11/26 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2022-07-13T20:24:24.564Z] ---> Running in 40c4563f81ec [2022-07-13T20:24:26.554Z] Removing intermediate container 40c4563f81ec [2022-07-13T20:24:26.554Z] ---> 887f1671d9ae [2022-07-13T20:24:26.554Z] Step 12/26 : WORKDIR /edgex-go [2022-07-13T20:24:26.554Z] ---> Running in e5433ceb2f11 [2022-07-13T20:24:27.538Z] Removing intermediate container e5433ceb2f11 [2022-07-13T20:24:27.538Z] ---> 2d7c06f1957a [2022-07-13T20:24:27.538Z] [2022-07-13T20:24:27.538Z] Step 13/26 : FROM alpine:3.15 [2022-07-13T20:24:27.538Z] ---> 3fb3c9af89a9 [2022-07-13T20:24:27.538Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:24:27.538Z] ---> Using cache [2022-07-13T20:24:27.538Z] ---> 5160e9cf11fe [2022-07-13T20:24:27.538Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:24:27.538Z] ---> Using cache [2022-07-13T20:24:27.538Z] ---> 6b374738adfe [2022-07-13T20:24:27.538Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-07-13T20:24:27.538Z] ---> Using cache [2022-07-13T20:24:27.538Z] ---> 2d93fd299a9e [2022-07-13T20:24:27.538Z] Step 17/26 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2022-07-13T20:24:29.512Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:24:29.512Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:24:29.512Z] ---> 8483743e27b3 [2022-07-13T20:24:29.512Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:24:29.512Z] ---> Using cache [2022-07-13T20:24:29.512Z] ---> 170f68b6b6c8 [2022-07-13T20:24:29.512Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:24:29.513Z] ---> Using cache [2022-07-13T20:24:29.513Z] ---> 6b4447d2c624 [2022-07-13T20:24:29.513Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-07-13T20:24:29.513Z] ---> Running in cd3e00220970 [2022-07-13T20:24:31.497Z] ---> 1ed204db3291 [2022-07-13T20:24:31.497Z] Step 18/26 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2022-07-13T20:24:31.497Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:24:32.965Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:24:33.961Z] OK: 221 MiB in 51 packages [2022-07-13T20:24:35.955Z] Removing intermediate container cd3e00220970 [2022-07-13T20:24:35.955Z] ---> 5a9b29f871da [2022-07-13T20:24:35.955Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:24:36.953Z] ---> 662647d0d9ca [2022-07-13T20:24:36.953Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:24:37.235Z] ---> Running in b2d9477014c5 [2022-07-13T20:24:38.221Z] ---> 322ed97594b6 [2022-07-13T20:24:38.221Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-07-13T20:24:39.209Z] ---> faa11b7800d5 [2022-07-13T20:24:39.209Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-07-13T20:24:40.198Z] ---> 2b3d0f4533ce [2022-07-13T20:24:40.198Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-07-13T20:24:41.188Z] ---> 9ff29d238024 [2022-07-13T20:24:41.188Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-07-13T20:24:41.466Z] ---> Running in adc10f5d7ac8 [2022-07-13T20:24:41.745Z] Removing intermediate container adc10f5d7ac8 [2022-07-13T20:24:41.745Z] ---> ae0b5ab80eaf [2022-07-13T20:24:41.745Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-07-13T20:24:42.024Z] ---> Running in 0f230c7a4409 [2022-07-13T20:24:42.625Z] Removing intermediate container 0f230c7a4409 [2022-07-13T20:24:42.625Z] ---> 57db414a7bcc [2022-07-13T20:24:42.625Z] Step 24/26 : LABEL arch=arm64 [2022-07-13T20:24:42.625Z] ---> Running in a61e6b4fb9ed [2022-07-13T20:24:43.229Z] Removing intermediate container a61e6b4fb9ed [2022-07-13T20:24:43.229Z] ---> fa3555fe86e1 [2022-07-13T20:24:43.229Z] Step 25/26 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:24:43.229Z] ---> Running in 979fa74aa56c [2022-07-13T20:24:43.834Z] Removing intermediate container 979fa74aa56c [2022-07-13T20:24:43.834Z] ---> 8f36c3d47dc9 [2022-07-13T20:24:43.834Z] Step 26/26 : LABEL version=2.2.1-dev.28 [2022-07-13T20:24:43.834Z] ---> Running in 1796b0fff8bc [2022-07-13T20:24:44.439Z] Removing intermediate container 1796b0fff8bc [2022-07-13T20:24:44.439Z] ---> 3ad8e37ca1fe [2022-07-13T20:24:44.439Z] [2022-07-13T20:24:44.714Z] Successfully built 3ad8e37ca1fe [2022-07-13T20:24:44.714Z] Successfully tagged security-spire-agent-arm64:latest [2022-07-13T20:24:44.714Z]  Building security-spire-agent ... done Building core-data [2022-07-13T20:25:03.044Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2022-07-13T20:25:03.044Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-07-13T20:25:03.044Z] ---> 8483743e27b3 [2022-07-13T20:25:03.044Z] Step 3/23 : WORKDIR /edgex-go [2022-07-13T20:25:03.044Z] ---> Using cache [2022-07-13T20:25:03.044Z] ---> 170f68b6b6c8 [2022-07-13T20:25:03.044Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:25:03.044Z] ---> Using cache [2022-07-13T20:25:03.044Z] ---> 6b4447d2c624 [2022-07-13T20:25:03.044Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-07-13T20:25:03.044Z] ---> Running in f953c78d04ea [2022-07-13T20:25:05.035Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:25:06.492Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:25:07.944Z] OK: 221 MiB in 51 packages [2022-07-13T20:25:09.930Z] Removing intermediate container f953c78d04ea [2022-07-13T20:25:09.930Z] ---> ee5c8396290c [2022-07-13T20:25:09.930Z] Step 6/23 : COPY go.mod vendor* ./ [2022-07-13T20:25:11.928Z] ---> c7b3b0834ca3 [2022-07-13T20:25:11.929Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-13T20:25:11.929Z] ---> Running in f61959225a85 [2022-07-13T20:25:27.058Z] Removing intermediate container b2d9477014c5 [2022-07-13T20:25:27.058Z] ---> fde333e42bc7 [2022-07-13T20:25:27.058Z] Step 8/23 : COPY . . [2022-07-13T20:25:27.058Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-07-13T20:25:42.188Z] ---> 16ecd787f9aa [2022-07-13T20:25:42.189Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-07-13T20:25:42.189Z] ---> Running in 4cd70ee4ec10 [2022-07-13T20:25:42.793Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-07-13T20:26:01.120Z] Removing intermediate container d0fe776f7138 [2022-07-13T20:26:01.120Z] ---> 4d9a0b8a00df [2022-07-13T20:26:01.120Z] [2022-07-13T20:26:01.120Z] Step 10/22 : FROM alpine:3.16 [2022-07-13T20:26:01.120Z] ---> 6e30ab57aeee [2022-07-13T20:26:01.120Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-07-13T20:26:01.120Z] ---> Running in 15d11b2acbf1 [2022-07-13T20:26:01.120Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:26:01.393Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:26:03.380Z] (1/6) Installing ca-certificates (20211220-r0) [2022-07-13T20:26:03.380Z] (2/6) Installing brotli-libs (1.0.9-r6) [2022-07-13T20:26:03.380Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2022-07-13T20:26:03.380Z] (4/6) Installing libcurl (7.83.1-r2) [2022-07-13T20:26:03.380Z] (5/6) Installing curl (7.83.1-r2) [2022-07-13T20:26:03.380Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-07-13T20:26:03.380Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:26:03.660Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:26:03.935Z] OK: 8 MiB in 20 packages [2022-07-13T20:26:06.570Z] Removing intermediate container f61959225a85 [2022-07-13T20:26:06.571Z] ---> 1c3ddb38f1f6 [2022-07-13T20:26:06.571Z] Step 8/23 : COPY . . [2022-07-13T20:26:06.571Z] Removing intermediate container 15d11b2acbf1 [2022-07-13T20:26:06.571Z] ---> 6c9fd7e80705 [2022-07-13T20:26:06.571Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T20:26:06.571Z] ---> Running in 6d2084867598 [2022-07-13T20:26:07.169Z] Removing intermediate container 6d2084867598 [2022-07-13T20:26:07.169Z] ---> 40173e9c3ff2 [2022-07-13T20:26:07.169Z] Step 13/22 : WORKDIR /edgex [2022-07-13T20:26:07.451Z] ---> Running in 9275cb405d4b [2022-07-13T20:26:08.059Z] Removing intermediate container 9275cb405d4b [2022-07-13T20:26:08.059Z] ---> cef412e0b676 [2022-07-13T20:26:08.059Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-07-13T20:26:10.049Z] ---> 3a209115e9e3 [2022-07-13T20:26:10.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-07-13T20:26:12.696Z] ---> 950962e8c5d1 [2022-07-13T20:26:12.696Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-07-13T20:26:15.362Z] ---> 10c080683564 [2022-07-13T20:26:15.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T20:26:16.354Z] ---> f12ed08655b4 [2022-07-13T20:26:16.354Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-07-13T20:26:16.633Z] ---> Running in 7ffe14269e70 [2022-07-13T20:26:20.964Z] Removing intermediate container 7ffe14269e70 [2022-07-13T20:26:20.964Z] ---> 5a268a7bb6e7 [2022-07-13T20:26:20.964Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T20:26:20.964Z] ---> Running in f74db8489b0e [2022-07-13T20:26:21.568Z] Removing intermediate container f74db8489b0e [2022-07-13T20:26:21.568Z] ---> c02a784a83d5 [2022-07-13T20:26:21.568Z] Step 20/22 : LABEL arch=arm64 [2022-07-13T20:26:21.843Z] ---> Running in 475abad7b455 [2022-07-13T20:26:22.830Z] Removing intermediate container 475abad7b455 [2022-07-13T20:26:22.830Z] ---> c5b5676fa944 [2022-07-13T20:26:22.830Z] Step 21/22 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:26:23.108Z] ---> Running in df667f1ec574 [2022-07-13T20:26:24.550Z] Removing intermediate container df667f1ec574 [2022-07-13T20:26:24.550Z] ---> 2055c65d412d [2022-07-13T20:26:24.550Z] Step 22/22 : LABEL version=2.2.1-dev.28 [2022-07-13T20:26:24.550Z] ---> Running in 20e373130bfd [2022-07-13T20:26:24.827Z] ---> ea0fa0c247cf [2022-07-13T20:26:24.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-07-13T20:26:25.102Z] ---> Running in 007d3cb04328 [2022-07-13T20:26:25.377Z] Removing intermediate container 20e373130bfd [2022-07-13T20:26:25.377Z] ---> 3c70e02023ba [2022-07-13T20:26:25.377Z] [2022-07-13T20:26:25.980Z] Successfully built 3c70e02023ba [2022-07-13T20:26:25.980Z] Successfully tagged security-proxy-setup-arm64:latest [2022-07-13T20:26:27.429Z]  Building security-proxy-setup ... done CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-07-13T20:28:34.339Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-07-13T20:28:42.681Z] Removing intermediate container 06166e6692bd [2022-07-13T20:28:42.681Z] ---> 881267eb1c58 [2022-07-13T20:28:42.681Z] [2022-07-13T20:28:42.681Z] Step 10/25 : FROM alpine:3.16 [2022-07-13T20:28:42.681Z] ---> 6e30ab57aeee [2022-07-13T20:28:42.681Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-07-13T20:28:42.681Z] ---> Running in 7c431a2cc47d [2022-07-13T20:28:44.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:28:44.134Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:28:45.133Z] (1/3) Installing ca-certificates (20211220-r0) [2022-07-13T20:28:45.410Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-07-13T20:28:45.410Z] (3/3) Installing su-exec (0.2-r1) [2022-07-13T20:28:45.410Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:28:45.410Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:28:45.690Z] OK: 6 MiB in 17 packages [2022-07-13T20:28:47.692Z] Removing intermediate container 7c431a2cc47d [2022-07-13T20:28:47.692Z] ---> 8120cd9a619c [2022-07-13T20:28:47.692Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-07-13T20:28:47.692Z] ---> Running in 0e4a84691bf7 [2022-07-13T20:28:48.302Z] Removing intermediate container 0e4a84691bf7 [2022-07-13T20:28:48.302Z] ---> f10388c53dff [2022-07-13T20:28:48.302Z] Step 13/25 : WORKDIR / [2022-07-13T20:28:48.302Z] ---> Running in 22cf018714c7 [2022-07-13T20:28:48.927Z] Removing intermediate container 22cf018714c7 [2022-07-13T20:28:48.927Z] ---> bf5faec16230 [2022-07-13T20:28:48.927Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-07-13T20:28:49.921Z] ---> 099c4487a2ad [2022-07-13T20:28:49.921Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-07-13T20:28:50.903Z] ---> 03d3fc08c103 [2022-07-13T20:28:50.903Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-07-13T20:28:51.897Z] ---> 0545e78bc3a2 [2022-07-13T20:28:51.897Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-07-13T20:28:52.883Z] ---> b20143a2b41f [2022-07-13T20:28:52.883Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-07-13T20:28:54.871Z] ---> 7d53379773cc [2022-07-13T20:28:54.871Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-07-13T20:28:56.310Z] ---> 2ca70273deca [2022-07-13T20:28:56.310Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-07-13T20:28:57.298Z] ---> 13c73a049e0b [2022-07-13T20:28:57.298Z] Step 21/25 : 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/ [2022-07-13T20:28:57.572Z] ---> Running in 10cc211cccdf [2022-07-13T20:29:00.989Z] Removing intermediate container 10cc211cccdf [2022-07-13T20:29:00.989Z] ---> ab3c3a9fa966 [2022-07-13T20:29:00.989Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-07-13T20:29:00.989Z] ---> Running in 3a8612949622 [2022-07-13T20:29:00.989Z] Removing intermediate container 3a8612949622 [2022-07-13T20:29:00.989Z] ---> 53ae8e6dd87e [2022-07-13T20:29:00.989Z] Step 23/25 : LABEL arch=arm64 [2022-07-13T20:29:01.273Z] ---> Running in 45dbb7fe1883 [2022-07-13T20:29:01.554Z] Removing intermediate container 45dbb7fe1883 [2022-07-13T20:29:01.837Z] ---> d2b0ddc780f7 [2022-07-13T20:29:01.837Z] Step 24/25 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:29:01.837Z] ---> Running in 5cda8c4b4a64 [2022-07-13T20:29:02.455Z] Removing intermediate container 5cda8c4b4a64 [2022-07-13T20:29:02.455Z] ---> f05c40f1ef62 [2022-07-13T20:29:02.455Z] Step 25/25 : LABEL version=2.2.1-dev.28 [2022-07-13T20:29:02.455Z] ---> Running in c629cf8d1c7f [2022-07-13T20:29:03.067Z] Removing intermediate container c629cf8d1c7f [2022-07-13T20:29:03.067Z] ---> a1a56cf92e6e [2022-07-13T20:29:03.067Z] [2022-07-13T20:29:03.676Z] Successfully built a1a56cf92e6e [2022-07-13T20:29:03.677Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-07-13T20:29:50.743Z]  Building security-secretstore-setup ... done Removing intermediate container 4cd70ee4ec10 [2022-07-13T20:29:50.743Z] ---> bc7161b7f0cd [2022-07-13T20:29:50.743Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-07-13T20:29:50.743Z] ---> Running in 8df3820ca4c0 [2022-07-13T20:29:50.743Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.28" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-07-13T20:29:51.020Z] Removing intermediate container 8df3820ca4c0 [2022-07-13T20:29:51.020Z] ---> 3dc835a45dcc [2022-07-13T20:29:51.020Z] [2022-07-13T20:29:51.020Z] Step 11/23 : FROM docker:20.10.14 [2022-07-13T20:29:51.635Z] 20.10.14: Pulling from library/docker [2022-07-13T20:30:10.018Z] Removing intermediate container 63ba95c6ddbb [2022-07-13T20:30:10.019Z] ---> 7740fae29087 [2022-07-13T20:30:10.019Z] [2022-07-13T20:30:10.019Z] Step 9/20 : FROM alpine:3.15 [2022-07-13T20:30:10.019Z] ---> 3fb3c9af89a9 [2022-07-13T20:30:10.019Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-07-13T20:30:10.019Z] ---> Using cache [2022-07-13T20:30:10.019Z] ---> 5160e9cf11fe [2022-07-13T20:30:10.019Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:30:10.019Z] ---> Using cache [2022-07-13T20:30:10.019Z] ---> 6b374738adfe [2022-07-13T20:30:10.019Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-07-13T20:30:10.019Z] ---> Running in 03c6d7eb8d15 [2022-07-13T20:30:10.625Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:11.616Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-07-13T20:30:11.616Z] Status: Downloaded newer image for docker:20.10.14 [2022-07-13T20:30:11.616Z] ---> c346e9eafbab [2022-07-13T20:30:11.616Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-07-13T20:30:11.616Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:11.891Z] ---> Running in b74abfcca197 [2022-07-13T20:30:12.496Z] Removing intermediate container b74abfcca197 [2022-07-13T20:30:12.496Z] ---> 8b2ddbe6bd01 [2022-07-13T20:30:12.496Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-07-13T20:30:12.496Z] ---> Running in ea9a88b89dce [2022-07-13T20:30:13.117Z] v3.15.4-246-g10af21d828 [https://dl-4.alpinelinux.org/alpine/v3.15/main] [2022-07-13T20:30:13.117Z] v3.15.4-247-g5e2ad93b85 [https://dl-4.alpinelinux.org/alpine/v3.15/community] [2022-07-13T20:30:13.117Z] OK: 15738 distinct packages available [2022-07-13T20:30:13.117Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:14.111Z] fetch https://dl-4.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:14.111Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:14.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:15.388Z] (1/9) Installing ca-certificates (20211220-r0) [2022-07-13T20:30:15.388Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-07-13T20:30:15.663Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T20:30:15.663Z] (1/43) Installing readline (8.1.1-r0) [2022-07-13T20:30:15.663Z] (2/43) Installing bash (5.1.16-r0) [2022-07-13T20:30:15.663Z] (4/9) Installing libcurl (7.80.0-r2) [2022-07-13T20:30:15.663Z] Executing bash-5.1.16-r0.post-install [2022-07-13T20:30:15.663Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-07-13T20:30:15.663Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-07-13T20:30:15.663Z] (5/9) Installing curl (7.80.0-r2) [2022-07-13T20:30:15.663Z] (5/43) Installing libcurl (7.80.0-r2) [2022-07-13T20:30:15.663Z] (6/43) Installing curl (7.80.0-r2) [2022-07-13T20:30:15.663Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-07-13T20:30:15.663Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-07-13T20:30:15.663Z] (9/43) Installing expat (2.4.7-r0) [2022-07-13T20:30:15.940Z] (10/43) Installing libffi (3.4.2-r1) [2022-07-13T20:30:15.940Z] (11/43) Installing gdbm (1.22-r0) [2022-07-13T20:30:15.940Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-07-13T20:30:15.940Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-07-13T20:30:15.940Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-07-13T20:30:15.940Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-07-13T20:30:15.940Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-07-13T20:30:15.940Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-07-13T20:30:15.940Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-07-13T20:30:15.940Z] (17/43) Installing python3 (3.9.7-r4) [2022-07-13T20:30:15.940Z] (8/9) Installing libucontext (1.1-r0) [2022-07-13T20:30:16.227Z] (9/9) Installing gcompat (1.0.0-r4) [2022-07-13T20:30:16.227Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:30:16.227Z] Executing ca-certificates-20211220-r0.trigger [2022-07-13T20:30:16.658Z] OK: 8 MiB in 23 packages [2022-07-13T20:30:18.467Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-07-13T20:30:18.467Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-07-13T20:30:18.467Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-07-13T20:30:18.467Z] (21/43) Installing py3-idna (3.3-r0) [2022-07-13T20:30:18.467Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-07-13T20:30:18.805Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-07-13T20:30:18.805Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-07-13T20:30:18.805Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-07-13T20:30:18.805Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-07-13T20:30:18.805Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-07-13T20:30:18.805Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-07-13T20:30:18.805Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-07-13T20:30:18.805Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-07-13T20:30:18.805Z] (31/43) Installing py3-six (1.16.0-r0) [2022-07-13T20:30:18.805Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-07-13T20:30:19.110Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-07-13T20:30:19.110Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-07-13T20:30:19.110Z] (35/43) Installing py3-packaging (20.9-r1) [2022-07-13T20:30:19.110Z] Removing intermediate container 03c6d7eb8d15 [2022-07-13T20:30:19.110Z] ---> 0e1fc56bcd75 [2022-07-13T20:30:19.110Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:30:19.110Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-07-13T20:30:19.110Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-07-13T20:30:19.110Z] (38/43) Installing py3-progress (1.6-r0) [2022-07-13T20:30:19.110Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-07-13T20:30:19.110Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-07-13T20:30:19.110Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-07-13T20:30:19.477Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-07-13T20:30:19.477Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-07-13T20:30:20.102Z] ---> cae63271d183 [2022-07-13T20:30:20.402Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-07-13T20:30:20.402Z] Executing busybox-1.34.1-r5.trigger [2022-07-13T20:30:20.402Z] OK: 82 MiB in 65 packages [2022-07-13T20:30:22.562Z] ---> 01d0fc414073 [2022-07-13T20:30:22.562Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-07-13T20:30:23.564Z] ---> cd60e9899d09 [2022-07-13T20:30:23.564Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-07-13T20:30:23.564Z] ---> Running in d289b528a5d6 [2022-07-13T20:30:23.838Z] Removing intermediate container d289b528a5d6 [2022-07-13T20:30:23.838Z] ---> 2a264840599a [2022-07-13T20:30:23.838Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:30:24.125Z] ---> Running in 1b879d2bb586 [2022-07-13T20:30:24.742Z] Removing intermediate container 1b879d2bb586 [2022-07-13T20:30:24.742Z] ---> 72c89b282007 [2022-07-13T20:30:24.742Z] Step 18/20 : LABEL arch=arm64 [2022-07-13T20:30:24.742Z] ---> Running in c668b88d8bc3 [2022-07-13T20:30:25.029Z] Removing intermediate container c668b88d8bc3 [2022-07-13T20:30:25.029Z] ---> 55f1259eb704 [2022-07-13T20:30:25.029Z] Step 19/20 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:30:25.324Z] ---> Running in de4adb27cc2a [2022-07-13T20:30:25.603Z] Collecting docker-compose==1.23.2 [2022-07-13T20:30:25.603Z] Removing intermediate container de4adb27cc2a [2022-07-13T20:30:25.603Z] ---> 52cd4d06c194 [2022-07-13T20:30:25.603Z] Step 20/20 : LABEL version=2.2.1-dev.28 [2022-07-13T20:30:25.884Z] ---> Running in d24128c082da [2022-07-13T20:30:25.884Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-07-13T20:30:26.488Z] Removing intermediate container d24128c082da [2022-07-13T20:30:26.488Z] ---> 646191e81062 [2022-07-13T20:30:26.488Z] [2022-07-13T20:30:26.488Z] Collecting cached-property<2,>=1.2.0 [2022-07-13T20:30:26.488Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-07-13T20:30:26.765Z] Successfully built 646191e81062 [2022-07-13T20:30:26.765Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-07-13T20:30:27.755Z]  Building security-spiffe-token-provider ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-07-13T20:30:27.756Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-07-13T20:30:27.756Z] Collecting docopt<0.7,>=0.6.1 [2022-07-13T20:30:27.756Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-07-13T20:30:30.399Z] Collecting docker<4.0,>=3.6.0 [2022-07-13T20:30:30.399Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-07-13T20:30:30.399Z] Collecting dockerpty<0.5,>=0.4.1 [2022-07-13T20:30:30.399Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-07-13T20:30:33.033Z] Collecting PyYAML<4,>=3.10 [2022-07-13T20:30:33.033Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-07-13T20:30:36.430Z] Collecting jsonschema<3,>=2.5.1 [2022-07-13T20:30:36.430Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-07-13T20:30:36.430Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-07-13T20:30:37.033Z] Collecting websocket-client<1.0,>=0.32.0 [2022-07-13T20:30:37.033Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-07-13T20:30:37.033Z] Collecting texttable<0.10,>=0.9.0 [2022-07-13T20:30:37.033Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-07-13T20:30:39.674Z] Collecting docker-pycreds>=0.4.0 [2022-07-13T20:30:39.674Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-07-13T20:30:39.674Z] Removing intermediate container 007d3cb04328 [2022-07-13T20:30:39.674Z] ---> db17774e8d2a [2022-07-13T20:30:39.674Z] [2022-07-13T20:30:39.674Z] Step 10/23 : FROM alpine:3.16 [2022-07-13T20:30:39.674Z] ---> 6e30ab57aeee [2022-07-13T20:30:39.674Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-07-13T20:30:39.674Z] ---> Running in c73c7c9f99f5 [2022-07-13T20:30:39.957Z] Removing intermediate container c73c7c9f99f5 [2022-07-13T20:30:39.957Z] ---> 369386172b2b [2022-07-13T20:30:39.957Z] Step 12/23 : ENV APP_PORT=59880 [2022-07-13T20:30:40.232Z] Collecting idna<2.8,>=2.5 [2022-07-13T20:30:40.232Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-07-13T20:30:40.232Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-07-13T20:30:40.232Z] ---> Running in 5ae98346d1dd [2022-07-13T20:30:40.232Z] Collecting chardet<3.1.0,>=3.0.2 [2022-07-13T20:30:40.232Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-07-13T20:30:40.508Z] Removing intermediate container 5ae98346d1dd [2022-07-13T20:30:40.509Z] ---> 564fc15ca272 [2022-07-13T20:30:40.509Z] Step 13/23 : EXPOSE $APP_PORT [2022-07-13T20:30:40.509Z] ---> Running in bf484d01419f [2022-07-13T20:30:41.111Z] Removing intermediate container bf484d01419f [2022-07-13T20:30:41.111Z] ---> afc54dd4e51d [2022-07-13T20:30:41.111Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-13T20:30:41.111Z] Collecting urllib3<1.25,>=1.21.1 [2022-07-13T20:30:41.111Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-07-13T20:30:41.111Z] ---> Running in 694067d6ae22 [2022-07-13T20:30:41.384Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-07-13T20:30:41.384Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-07-13T20:30:41.384Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-07-13T20:30:41.384Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-07-13T20:30:42.377Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-07-13T20:30:42.377Z] Attempting uninstall: urllib3 [2022-07-13T20:30:42.377Z] Found existing installation: urllib3 1.26.7 [2022-07-13T20:30:42.654Z] Uninstalling urllib3-1.26.7: [2022-07-13T20:30:42.654Z] Successfully uninstalled urllib3-1.26.7 [2022-07-13T20:30:42.924Z] Removing intermediate container 694067d6ae22 [2022-07-13T20:30:42.924Z] ---> 36a09a9e6c57 [2022-07-13T20:30:42.924Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-07-13T20:30:42.924Z] ---> Running in 3cba60653222 [2022-07-13T20:30:43.197Z] Attempting uninstall: idna [2022-07-13T20:30:43.197Z] Found existing installation: idna 3.3 [2022-07-13T20:30:43.471Z] Uninstalling idna-3.3: [2022-07-13T20:30:43.471Z] Successfully uninstalled idna-3.3 [2022-07-13T20:30:44.067Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:45.048Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-07-13T20:30:46.030Z] Attempting uninstall: requests [2022-07-13T20:30:46.030Z] Found existing installation: requests 2.26.0 [2022-07-13T20:30:46.030Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-07-13T20:30:46.030Z] Uninstalling requests-2.26.0: [2022-07-13T20:30:46.030Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-07-13T20:30:46.030Z] Successfully uninstalled requests-2.26.0 [2022-07-13T20:30:46.030Z] (3/6) Installing libsodium (1.0.18-r0) [2022-07-13T20:30:46.300Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-07-13T20:30:46.300Z] Running setup.py install for texttable: started [2022-07-13T20:30:46.300Z] (5/6) Installing libzmq (4.3.4-r0) [2022-07-13T20:30:46.594Z] (6/6) Installing zeromq (4.3.4-r0) [2022-07-13T20:30:46.594Z] Executing busybox-1.35.0-r13.trigger [2022-07-13T20:30:46.594Z] OK: 8 MiB in 20 packages [2022-07-13T20:30:47.576Z] Removing intermediate container 3cba60653222 [2022-07-13T20:30:47.576Z] ---> e506e1f9bbbf [2022-07-13T20:30:47.576Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-07-13T20:30:48.176Z] ---> 16fc1b26b23f [2022-07-13T20:30:48.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-07-13T20:30:48.451Z] Running setup.py install for texttable: finished with status 'done' [2022-07-13T20:30:48.451Z] Running setup.py install for PyYAML: started [2022-07-13T20:30:49.432Z] ---> f86ee99965e0 [2022-07-13T20:30:49.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-07-13T20:30:50.030Z] ---> ad75ad9c1f05 [2022-07-13T20:30:50.030Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-07-13T20:30:50.030Z] ---> Running in 06b29e03cd15 [2022-07-13T20:30:50.302Z] Removing intermediate container 06b29e03cd15 [2022-07-13T20:30:50.303Z] ---> 3961fc606aee [2022-07-13T20:30:50.303Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:30:50.574Z] ---> Running in 92ef9d0d5929 [2022-07-13T20:30:50.846Z] Removing intermediate container 92ef9d0d5929 [2022-07-13T20:30:50.846Z] ---> 69de13c217e6 [2022-07-13T20:30:50.846Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T20:30:50.846Z] ---> Running in bcd476c49ab4 [2022-07-13T20:30:51.122Z] Running setup.py install for PyYAML: finished with status 'done' [2022-07-13T20:30:51.398Z] Removing intermediate container bcd476c49ab4 [2022-07-13T20:30:51.398Z] ---> c79608409923 [2022-07-13T20:30:51.398Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:30:51.398Z] ---> Running in 29bc87239826 [2022-07-13T20:30:51.398Z] Running setup.py install for docopt: started [2022-07-13T20:30:51.669Z] Removing intermediate container 29bc87239826 [2022-07-13T20:30:51.669Z] ---> e2b1e8563bfb [2022-07-13T20:30:51.669Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:30:51.669Z] ---> Running in 67018263342a [2022-07-13T20:30:52.269Z] Removing intermediate container 67018263342a [2022-07-13T20:30:52.269Z] ---> ce558b8db777 [2022-07-13T20:30:52.269Z] [2022-07-13T20:30:52.269Z] Successfully built ce558b8db777 [2022-07-13T20:30:52.269Z] Successfully tagged core-data-arm64:latest [2022-07-13T20:30:53.243Z]  Building core-data ... done  Running setup.py install for docopt: finished with status 'done' [2022-07-13T20:30:53.243Z] Running setup.py install for dockerpty: started [2022-07-13T20:30:55.210Z] Running setup.py install for dockerpty: finished with status 'done' [2022-07-13T20:30:56.637Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 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 [2022-07-13T20:31:04.892Z] Removing intermediate container ea9a88b89dce [2022-07-13T20:31:04.892Z] ---> c296e6f3b1b7 [2022-07-13T20:31:04.892Z] Step 14/23 : ENV APP_PORT=58890 [2022-07-13T20:31:04.892Z] ---> Running in d6e9713be9c2 [2022-07-13T20:31:05.165Z] Removing intermediate container d6e9713be9c2 [2022-07-13T20:31:05.165Z] ---> be136e91f202 [2022-07-13T20:31:05.165Z] Step 15/23 : EXPOSE $APP_PORT [2022-07-13T20:31:05.165Z] ---> Running in a289b74eb407 [2022-07-13T20:31:05.438Z] Removing intermediate container a289b74eb407 [2022-07-13T20:31:05.438Z] ---> 308d87dae38f [2022-07-13T20:31:05.438Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-07-13T20:31:06.410Z] ---> a78ad94d2f6a [2022-07-13T20:31:06.410Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-07-13T20:31:07.002Z] ---> 399fab022b95 [2022-07-13T20:31:07.002Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-07-13T20:31:07.595Z] ---> 7eb15d1eba74 [2022-07-13T20:31:07.595Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-07-13T20:31:07.595Z] ---> Running in bcb6f9a48257 [2022-07-13T20:31:07.871Z] Removing intermediate container bcb6f9a48257 [2022-07-13T20:31:07.871Z] ---> 571d800688ba [2022-07-13T20:31:07.871Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-13T20:31:08.146Z] ---> Running in 5f6d8056407a [2022-07-13T20:31:08.417Z] Removing intermediate container 5f6d8056407a [2022-07-13T20:31:08.417Z] ---> 17277cc5f8e7 [2022-07-13T20:31:08.417Z] Step 21/23 : LABEL arch=arm64 [2022-07-13T20:31:08.417Z] ---> Running in 70609cf2d07f [2022-07-13T20:31:08.690Z] Removing intermediate container 70609cf2d07f [2022-07-13T20:31:08.690Z] ---> fa51c04547d4 [2022-07-13T20:31:08.690Z] Step 22/23 : LABEL git_sha=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:08.690Z] ---> Running in 943d927d1496 [2022-07-13T20:31:09.295Z] Removing intermediate container 943d927d1496 [2022-07-13T20:31:09.295Z] ---> 86bf0aee6021 [2022-07-13T20:31:09.295Z] Step 23/23 : LABEL version=2.2.1-dev.28 [2022-07-13T20:31:09.295Z] ---> Running in 625c168b9e65 [2022-07-13T20:31:09.567Z] Removing intermediate container 625c168b9e65 [2022-07-13T20:31:09.567Z] ---> 72fd32e2693d [2022-07-13T20:31:09.567Z] [2022-07-13T20:31:09.839Z] Successfully built 72fd32e2693d [2022-07-13T20:31:09.839Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-07-13T20:31:10.129Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-07-13T20:31:10.141Z] $ docker stop --time=1 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 [2022-07-13T20:31:11.829Z] $ docker rm -f 1aee9808c003694cc271783acf174ba0f8e7797334c0d19932719a5e71352568 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T20:31:12.387Z] + docker images [2022-07-13T20:31:12.659Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-07-13T20:31:12.659Z] sys-mgmt-agent-arm64 latest 72fd32e2693d 3 seconds ago 282MB [2022-07-13T20:31:12.659Z] core-data-arm64 latest ce558b8db777 21 seconds ago 20.6MB [2022-07-13T20:31:12.659Z] db17774e8d2a 34 seconds ago 1.32GB [2022-07-13T20:31:12.659Z] security-spiffe-token-provider-arm64 latest 646191e81062 46 seconds ago 28.2MB [2022-07-13T20:31:12.659Z] 7740fae29087 About a minute ago 1.34GB [2022-07-13T20:31:12.659Z] 3dc835a45dcc About a minute ago 1.29GB [2022-07-13T20:31:12.659Z] security-secretstore-setup-arm64 latest a1a56cf92e6e 2 minutes ago 27.9MB [2022-07-13T20:31:12.659Z] 881267eb1c58 2 minutes ago 1.3GB [2022-07-13T20:31:12.659Z] security-proxy-setup-arm64 latest 3c70e02023ba 4 minutes ago 26.1MB [2022-07-13T20:31:12.659Z] 4d9a0b8a00df 5 minutes ago 1.3GB [2022-07-13T20:31:12.659Z] security-spire-agent-arm64 latest 3ad8e37ca1fe 6 minutes ago 122MB [2022-07-13T20:31:12.659Z] 2d7c06f1957a 6 minutes ago 1.19GB [2022-07-13T20:31:12.659Z] support-notifications-arm64 latest c50a3ffd272f 7 minutes ago 26.1MB [2022-07-13T20:31:12.659Z] support-scheduler-arm64 latest 61cf0d5a3e1c 7 minutes ago 25.5MB [2022-07-13T20:31:12.659Z] bad48dc55a6d 7 minutes ago 1.35GB [2022-07-13T20:31:12.659Z] 5a1fde0718e7 7 minutes ago 1.35GB [2022-07-13T20:31:12.659Z] security-spire-server-arm64 latest f8e12e6087ee 7 minutes ago 84.2MB [2022-07-13T20:31:12.659Z] b64d2b74b439 8 minutes ago 1.19GB [2022-07-13T20:31:12.659Z] core-metadata-arm64 latest cdb896316052 9 minutes ago 16.4MB [2022-07-13T20:31:12.659Z] ff6da7b10424 9 minutes ago 1.29GB [2022-07-13T20:31:12.659Z] security-bootstrapper-arm64 latest f9e4ae10ffd2 9 minutes ago 18.5MB [2022-07-13T20:31:12.659Z] core-command-arm64 latest 2d0f8f637d58 10 minutes ago 15.5MB [2022-07-13T20:31:12.659Z] 09124ecec433 10 minutes ago 1.29GB [2022-07-13T20:31:12.659Z] 8cbe78348e16 10 minutes ago 1.29GB [2022-07-13T20:31:12.659Z] security-spire-config-arm64 latest b3dd3bd3f257 15 minutes ago 83.6MB [2022-07-13T20:31:12.659Z] 741f04082d3e 15 minutes ago 1.19GB [2022-07-13T20:31:12.659Z] ci-base-image-arm64 latest 8483743e27b3 18 minutes ago 938MB [2022-07-13T20:31:12.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine ff4287adb874 6 days ago 678MB [2022-07-13T20:31:12.659Z] alpine 3.16 6e30ab57aeee 7 weeks ago 5.27MB [2022-07-13T20:31:12.659Z] docker 20.10.14 c346e9eafbab 3 months ago 202MB [2022-07-13T20:31:12.659Z] alpine 3.15 3fb3c9af89a9 3 months ago 5.32MB [2022-07-13T20:31:12.659Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:31:12.770Z] provisioning config files... [2022-07-13T20:31:12.790Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/262@tmp/config5971365879993929284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:31:13.141Z] ---> docker-login.sh [2022-07-13T20:31:13.142Z] nexus3.edgexfoundry.org:10001 [2022-07-13T20:31:13.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:31:13.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:31:13.413Z] Configure a credential helper to remove this warning. See [2022-07-13T20:31:13.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:31:13.413Z] [2022-07-13T20:31:13.413Z] Login Succeeded [2022-07-13T20:31:13.413Z] nexus3.edgexfoundry.org:10002 [2022-07-13T20:31:14.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:31:14.006Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:31:14.006Z] Configure a credential helper to remove this warning. See [2022-07-13T20:31:14.006Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:31:14.006Z] [2022-07-13T20:31:14.006Z] Login Succeeded [2022-07-13T20:31:14.006Z] nexus3.edgexfoundry.org:10003 [2022-07-13T20:31:14.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:31:14.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:31:14.549Z] Configure a credential helper to remove this warning. See [2022-07-13T20:31:14.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:31:14.549Z] [2022-07-13T20:31:14.549Z] Login Succeeded [2022-07-13T20:31:14.549Z] nexus3.edgexfoundry.org:10004 [2022-07-13T20:31:14.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:31:14.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:31:14.820Z] Configure a credential helper to remove this warning. See [2022-07-13T20:31:14.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:31:14.820Z] [2022-07-13T20:31:14.820Z] Login Succeeded [2022-07-13T20:31:15.091Z] docker.io [2022-07-13T20:31:15.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-13T20:31:15.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-13T20:31:15.631Z] Configure a credential helper to remove this warning. See [2022-07-13T20:31:15.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-13T20:31:15.631Z] [2022-07-13T20:31:15.631Z] Login Succeeded [2022-07-13T20:31:15.631Z] ---> docker-login.sh ends [Pipeline] } [2022-07-13T20:31:15.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:15.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-13T20:31:15.701Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-07-13T20:31:15.701Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:15.701Z] latest [2022-07-13T20:31:15.701Z] 2.2.1-dev.28 [2022-07-13T20:31:15.701Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:15.701Z] main [2022-07-13T20:31:15.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:16.066Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:16.433Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:16.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-13T20:31:16.433Z] bee5cd4b3be3: Preparing [2022-07-13T20:31:16.433Z] 27f59ca42d72: Preparing [2022-07-13T20:31:16.433Z] 243306e5df5e: Preparing [2022-07-13T20:31:16.433Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:16.433Z] dd565ff850e7: Preparing [2022-07-13T20:31:16.433Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:16.711Z] a5bf5d3d3c3a: Pushed [2022-07-13T20:31:16.711Z] 243306e5df5e: Pushed [2022-07-13T20:31:16.711Z] bee5cd4b3be3: Pushed [2022-07-13T20:31:19.318Z] 27f59ca42d72: Pushed [2022-07-13T20:31:19.318Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:19.678Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:20.032Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-13T20:31:20.032Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-13T20:31:20.032Z] bee5cd4b3be3: Preparing [2022-07-13T20:31:20.032Z] 27f59ca42d72: Preparing [2022-07-13T20:31:20.032Z] 243306e5df5e: Preparing [2022-07-13T20:31:20.032Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:20.032Z] dd565ff850e7: Preparing [2022-07-13T20:31:20.032Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:20.032Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:20.032Z] bee5cd4b3be3: Layer already exists [2022-07-13T20:31:20.032Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:20.033Z] 27f59ca42d72: Layer already exists [2022-07-13T20:31:20.304Z] latest: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:20.663Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:21.024Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 [2022-07-13T20:31:21.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-13T20:31:21.024Z] bee5cd4b3be3: Preparing [2022-07-13T20:31:21.024Z] 27f59ca42d72: Preparing [2022-07-13T20:31:21.024Z] 243306e5df5e: Preparing [2022-07-13T20:31:21.024Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:21.024Z] dd565ff850e7: Preparing [2022-07-13T20:31:21.024Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:21.024Z] bee5cd4b3be3: Layer already exists [2022-07-13T20:31:21.024Z] 27f59ca42d72: Layer already exists [2022-07-13T20:31:21.024Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:21.024Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:21.295Z] 2.2.1-dev.28: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:21.662Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:22.022Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:22.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-13T20:31:22.022Z] bee5cd4b3be3: Preparing [2022-07-13T20:31:22.022Z] 27f59ca42d72: Preparing [2022-07-13T20:31:22.022Z] 243306e5df5e: Preparing [2022-07-13T20:31:22.022Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:22.022Z] dd565ff850e7: Preparing [2022-07-13T20:31:22.022Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:22.022Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:22.022Z] 27f59ca42d72: Layer already exists [2022-07-13T20:31:22.022Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:22.022Z] bee5cd4b3be3: Layer already exists [2022-07-13T20:31:22.294Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:22.654Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:23.013Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-07-13T20:31:23.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-07-13T20:31:23.013Z] bee5cd4b3be3: Preparing [2022-07-13T20:31:23.013Z] 27f59ca42d72: Preparing [2022-07-13T20:31:23.013Z] 243306e5df5e: Preparing [2022-07-13T20:31:23.013Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:23.013Z] dd565ff850e7: Preparing [2022-07-13T20:31:23.013Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:23.013Z] bee5cd4b3be3: Layer already exists [2022-07-13T20:31:23.013Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:23.013Z] 27f59ca42d72: Layer already exists [2022-07-13T20:31:23.013Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:23.283Z] main: digest: sha256:acb9fb37e9212e2f17566fbc0873b398a5e62a4deb2817ced1a98a48815a3522 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:23.340Z] ===================================================== [Pipeline] echo [2022-07-13T20:31:23.350Z] taggedImages: [2022-07-13T20:31:23.350Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:23.350Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-07-13T20:31:23.350Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.28 [2022-07-13T20:31:23.350Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:23.350Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-07-13T20:31:23.375Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-07-13T20:31:23.375Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:23.375Z] latest [2022-07-13T20:31:23.375Z] 2.2.1-dev.28 [2022-07-13T20:31:23.375Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:23.375Z] main [2022-07-13T20:31:23.375Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:23.741Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:24.106Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:24.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-13T20:31:24.107Z] 9dcc3a234427: Preparing [2022-07-13T20:31:24.107Z] ad426a4c1d25: Preparing [2022-07-13T20:31:24.107Z] 243306e5df5e: Preparing [2022-07-13T20:31:24.107Z] 9d4e7eb2e71b: Preparing [2022-07-13T20:31:24.107Z] 015ca7db200e: Preparing [2022-07-13T20:31:24.107Z] dd565ff850e7: Preparing [2022-07-13T20:31:24.107Z] dd565ff850e7: Waiting [2022-07-13T20:31:24.107Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:24.380Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:24.380Z] 015ca7db200e: Pushed [2022-07-13T20:31:24.380Z] 9dcc3a234427: Pushed [2022-07-13T20:31:24.972Z] 9d4e7eb2e71b: Pushed [2022-07-13T20:31:27.577Z] ad426a4c1d25: Pushed [2022-07-13T20:31:27.577Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:27.940Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:28.305Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-13T20:31:28.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-13T20:31:28.305Z] 9dcc3a234427: Preparing [2022-07-13T20:31:28.305Z] ad426a4c1d25: Preparing [2022-07-13T20:31:28.305Z] 243306e5df5e: Preparing [2022-07-13T20:31:28.305Z] 9d4e7eb2e71b: Preparing [2022-07-13T20:31:28.305Z] 015ca7db200e: Preparing [2022-07-13T20:31:28.305Z] dd565ff850e7: Preparing [2022-07-13T20:31:28.305Z] dd565ff850e7: Waiting [2022-07-13T20:31:28.305Z] 9dcc3a234427: Layer already exists [2022-07-13T20:31:28.305Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:28.305Z] ad426a4c1d25: Layer already exists [2022-07-13T20:31:28.305Z] 9d4e7eb2e71b: Layer already exists [2022-07-13T20:31:28.305Z] 015ca7db200e: Layer already exists [2022-07-13T20:31:28.305Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:28.576Z] latest: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:28.947Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:29.300Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 [2022-07-13T20:31:29.300Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-13T20:31:29.300Z] 9dcc3a234427: Preparing [2022-07-13T20:31:29.300Z] ad426a4c1d25: Preparing [2022-07-13T20:31:29.300Z] 243306e5df5e: Preparing [2022-07-13T20:31:29.300Z] 9d4e7eb2e71b: Preparing [2022-07-13T20:31:29.300Z] 015ca7db200e: Preparing [2022-07-13T20:31:29.300Z] dd565ff850e7: Preparing [2022-07-13T20:31:29.300Z] dd565ff850e7: Waiting [2022-07-13T20:31:29.300Z] 9d4e7eb2e71b: Layer already exists [2022-07-13T20:31:29.300Z] ad426a4c1d25: Layer already exists [2022-07-13T20:31:29.300Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:29.300Z] 015ca7db200e: Layer already exists [2022-07-13T20:31:29.300Z] 9dcc3a234427: Layer already exists [2022-07-13T20:31:29.300Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:29.571Z] 2.2.1-dev.28: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:29.926Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:30.275Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:30.275Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-13T20:31:30.275Z] 9dcc3a234427: Preparing [2022-07-13T20:31:30.275Z] ad426a4c1d25: Preparing [2022-07-13T20:31:30.275Z] 243306e5df5e: Preparing [2022-07-13T20:31:30.275Z] 9d4e7eb2e71b: Preparing [2022-07-13T20:31:30.275Z] 015ca7db200e: Preparing [2022-07-13T20:31:30.275Z] dd565ff850e7: Preparing [2022-07-13T20:31:30.275Z] dd565ff850e7: Waiting [2022-07-13T20:31:30.275Z] 9d4e7eb2e71b: Layer already exists [2022-07-13T20:31:30.275Z] 9dcc3a234427: Layer already exists [2022-07-13T20:31:30.275Z] ad426a4c1d25: Layer already exists [2022-07-13T20:31:30.275Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:30.275Z] 015ca7db200e: Layer already exists [2022-07-13T20:31:30.275Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:30.547Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:30.907Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:31.256Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-07-13T20:31:31.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-07-13T20:31:31.256Z] 9dcc3a234427: Preparing [2022-07-13T20:31:31.256Z] ad426a4c1d25: Preparing [2022-07-13T20:31:31.256Z] 243306e5df5e: Preparing [2022-07-13T20:31:31.256Z] 9d4e7eb2e71b: Preparing [2022-07-13T20:31:31.256Z] 015ca7db200e: Preparing [2022-07-13T20:31:31.256Z] dd565ff850e7: Preparing [2022-07-13T20:31:31.256Z] dd565ff850e7: Waiting [2022-07-13T20:31:31.256Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:31.256Z] ad426a4c1d25: Layer already exists [2022-07-13T20:31:31.256Z] 9dcc3a234427: Layer already exists [2022-07-13T20:31:31.256Z] 9d4e7eb2e71b: Layer already exists [2022-07-13T20:31:31.256Z] 015ca7db200e: Layer already exists [2022-07-13T20:31:31.256Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:31.527Z] main: digest: sha256:2d88cfbf36a7e3703244aa1447de8485890719577744e5d4877f9f4c0e704e72 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:31.586Z] ===================================================== [Pipeline] echo [2022-07-13T20:31:31.593Z] taggedImages: [2022-07-13T20:31:31.593Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:31.593Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-07-13T20:31:31.593Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.28 [2022-07-13T20:31:31.593Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:31.593Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-07-13T20:31:31.613Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-07-13T20:31:31.613Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:31.613Z] latest [2022-07-13T20:31:31.613Z] 2.2.1-dev.28 [2022-07-13T20:31:31.613Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:31.613Z] main [2022-07-13T20:31:31.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:31.972Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:32.340Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:32.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-13T20:31:32.340Z] 5d9b179ad76f: Preparing [2022-07-13T20:31:32.340Z] dc94ca913b95: Preparing [2022-07-13T20:31:32.340Z] 243306e5df5e: Preparing [2022-07-13T20:31:32.340Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:32.340Z] dd565ff850e7: Preparing [2022-07-13T20:31:32.340Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:32.340Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:32.340Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:32.615Z] 5d9b179ad76f: Pushed [2022-07-13T20:31:35.222Z] dc94ca913b95: Pushed [2022-07-13T20:31:35.493Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:35.855Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:36.206Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-13T20:31:36.206Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-13T20:31:36.206Z] 5d9b179ad76f: Preparing [2022-07-13T20:31:36.206Z] dc94ca913b95: Preparing [2022-07-13T20:31:36.206Z] 243306e5df5e: Preparing [2022-07-13T20:31:36.206Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:36.206Z] dd565ff850e7: Preparing [2022-07-13T20:31:36.206Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:36.206Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:36.206Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:36.206Z] 5d9b179ad76f: Layer already exists [2022-07-13T20:31:36.206Z] dc94ca913b95: Layer already exists [2022-07-13T20:31:36.477Z] latest: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:36.846Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:37.201Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 [2022-07-13T20:31:37.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-13T20:31:37.201Z] 5d9b179ad76f: Preparing [2022-07-13T20:31:37.201Z] dc94ca913b95: Preparing [2022-07-13T20:31:37.201Z] 243306e5df5e: Preparing [2022-07-13T20:31:37.201Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:37.201Z] dd565ff850e7: Preparing [2022-07-13T20:31:37.201Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:37.201Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:37.201Z] dc94ca913b95: Layer already exists [2022-07-13T20:31:37.201Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:37.201Z] 5d9b179ad76f: Layer already exists [2022-07-13T20:31:37.472Z] 2.2.1-dev.28: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:37.834Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:38.183Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:38.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-13T20:31:38.183Z] 5d9b179ad76f: Preparing [2022-07-13T20:31:38.183Z] dc94ca913b95: Preparing [2022-07-13T20:31:38.183Z] 243306e5df5e: Preparing [2022-07-13T20:31:38.183Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:38.183Z] dd565ff850e7: Preparing [2022-07-13T20:31:38.183Z] dc94ca913b95: Layer already exists [2022-07-13T20:31:38.183Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:38.183Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:38.183Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:38.183Z] 5d9b179ad76f: Layer already exists [2022-07-13T20:31:38.451Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:38.802Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:39.154Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-07-13T20:31:39.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-07-13T20:31:39.154Z] 5d9b179ad76f: Preparing [2022-07-13T20:31:39.154Z] dc94ca913b95: Preparing [2022-07-13T20:31:39.154Z] 243306e5df5e: Preparing [2022-07-13T20:31:39.154Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:31:39.154Z] dd565ff850e7: Preparing [2022-07-13T20:31:39.154Z] 5d9b179ad76f: Layer already exists [2022-07-13T20:31:39.154Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:39.154Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:39.154Z] dc94ca913b95: Layer already exists [2022-07-13T20:31:39.154Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:31:39.423Z] main: digest: sha256:ea5cdd36dbcc83ea31729aec105503892e1fcfea3b7bf26437cb4680f5338271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:39.501Z] ===================================================== [Pipeline] echo [2022-07-13T20:31:39.510Z] taggedImages: [2022-07-13T20:31:39.510Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:39.510Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-07-13T20:31:39.510Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.28 [2022-07-13T20:31:39.510Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:39.510Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-07-13T20:31:39.533Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-07-13T20:31:39.533Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:39.533Z] latest [2022-07-13T20:31:39.533Z] 2.2.1-dev.28 [2022-07-13T20:31:39.533Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:39.533Z] main [2022-07-13T20:31:39.533Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:39.905Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:40.316Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:40.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-13T20:31:40.316Z] 3aba58e404ca: Preparing [2022-07-13T20:31:40.316Z] 3aba58e404ca: Preparing [2022-07-13T20:31:40.316Z] aa7705900403: Preparing [2022-07-13T20:31:40.316Z] 1b142890867f: Preparing [2022-07-13T20:31:40.316Z] 2b7658ed261c: Preparing [2022-07-13T20:31:40.316Z] 57183728c44c: Preparing [2022-07-13T20:31:40.316Z] 243306e5df5e: Preparing [2022-07-13T20:31:40.316Z] f112610b669b: Preparing [2022-07-13T20:31:40.316Z] bd365614c5fa: Preparing [2022-07-13T20:31:40.316Z] 123a3f74240e: Preparing [2022-07-13T20:31:40.316Z] b252026312bd: Preparing [2022-07-13T20:31:40.316Z] dd565ff850e7: Preparing [2022-07-13T20:31:40.316Z] bd365614c5fa: Waiting [2022-07-13T20:31:40.316Z] 123a3f74240e: Waiting [2022-07-13T20:31:40.316Z] b252026312bd: Waiting [2022-07-13T20:31:40.316Z] dd565ff850e7: Waiting [2022-07-13T20:31:40.316Z] 243306e5df5e: Waiting [2022-07-13T20:31:40.316Z] f112610b669b: Waiting [2022-07-13T20:31:40.636Z] aa7705900403: Pushed [2022-07-13T20:31:40.636Z] 1b142890867f: Pushed [2022-07-13T20:31:40.636Z] 2b7658ed261c: Pushed [2022-07-13T20:31:40.636Z] 3aba58e404ca: Pushed [2022-07-13T20:31:40.636Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:40.926Z] f112610b669b: Pushed [2022-07-13T20:31:40.926Z] bd365614c5fa: Pushed [2022-07-13T20:31:40.926Z] 123a3f74240e: Pushed [2022-07-13T20:31:40.926Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:40.926Z] b252026312bd: Pushed [2022-07-13T20:31:43.602Z] 57183728c44c: Pushed [2022-07-13T20:31:43.872Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:44.232Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:44.587Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-13T20:31:44.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-13T20:31:44.587Z] 3aba58e404ca: Preparing [2022-07-13T20:31:44.587Z] 3aba58e404ca: Preparing [2022-07-13T20:31:44.587Z] aa7705900403: Preparing [2022-07-13T20:31:44.587Z] 1b142890867f: Preparing [2022-07-13T20:31:44.587Z] 2b7658ed261c: Preparing [2022-07-13T20:31:44.587Z] 57183728c44c: Preparing [2022-07-13T20:31:44.587Z] 243306e5df5e: Preparing [2022-07-13T20:31:44.587Z] f112610b669b: Preparing [2022-07-13T20:31:44.587Z] bd365614c5fa: Preparing [2022-07-13T20:31:44.587Z] 123a3f74240e: Preparing [2022-07-13T20:31:44.587Z] b252026312bd: Preparing [2022-07-13T20:31:44.587Z] dd565ff850e7: Preparing [2022-07-13T20:31:44.587Z] bd365614c5fa: Waiting [2022-07-13T20:31:44.587Z] b252026312bd: Waiting [2022-07-13T20:31:44.587Z] dd565ff850e7: Waiting [2022-07-13T20:31:44.587Z] 123a3f74240e: Waiting [2022-07-13T20:31:44.587Z] 243306e5df5e: Waiting [2022-07-13T20:31:44.587Z] f112610b669b: Waiting [2022-07-13T20:31:44.587Z] 3aba58e404ca: Layer already exists [2022-07-13T20:31:44.587Z] 57183728c44c: Layer already exists [2022-07-13T20:31:44.587Z] 1b142890867f: Layer already exists [2022-07-13T20:31:44.587Z] 2b7658ed261c: Layer already exists [2022-07-13T20:31:44.587Z] aa7705900403: Layer already exists [2022-07-13T20:31:44.587Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:44.587Z] bd365614c5fa: Layer already exists [2022-07-13T20:31:44.587Z] f112610b669b: Layer already exists [2022-07-13T20:31:44.587Z] b252026312bd: Layer already exists [2022-07-13T20:31:44.587Z] 123a3f74240e: Layer already exists [2022-07-13T20:31:44.587Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:44.856Z] latest: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:45.211Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:45.564Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 [2022-07-13T20:31:45.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-13T20:31:45.565Z] 3aba58e404ca: Preparing [2022-07-13T20:31:45.565Z] 3aba58e404ca: Preparing [2022-07-13T20:31:45.565Z] aa7705900403: Preparing [2022-07-13T20:31:45.565Z] 1b142890867f: Preparing [2022-07-13T20:31:45.565Z] 2b7658ed261c: Preparing [2022-07-13T20:31:45.565Z] 57183728c44c: Preparing [2022-07-13T20:31:45.565Z] 243306e5df5e: Preparing [2022-07-13T20:31:45.565Z] f112610b669b: Preparing [2022-07-13T20:31:45.565Z] bd365614c5fa: Preparing [2022-07-13T20:31:45.565Z] 123a3f74240e: Preparing [2022-07-13T20:31:45.565Z] b252026312bd: Preparing [2022-07-13T20:31:45.565Z] dd565ff850e7: Preparing [2022-07-13T20:31:45.565Z] 243306e5df5e: Waiting [2022-07-13T20:31:45.565Z] f112610b669b: Waiting [2022-07-13T20:31:45.565Z] bd365614c5fa: Waiting [2022-07-13T20:31:45.565Z] 123a3f74240e: Waiting [2022-07-13T20:31:45.565Z] b252026312bd: Waiting [2022-07-13T20:31:45.565Z] dd565ff850e7: Waiting [2022-07-13T20:31:45.565Z] 57183728c44c: Layer already exists [2022-07-13T20:31:45.565Z] 1b142890867f: Layer already exists [2022-07-13T20:31:45.565Z] 2b7658ed261c: Layer already exists [2022-07-13T20:31:45.565Z] 3aba58e404ca: Layer already exists [2022-07-13T20:31:45.565Z] aa7705900403: Layer already exists [2022-07-13T20:31:45.565Z] b252026312bd: Layer already exists [2022-07-13T20:31:45.565Z] bd365614c5fa: Layer already exists [2022-07-13T20:31:45.565Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:45.565Z] 123a3f74240e: Layer already exists [2022-07-13T20:31:45.565Z] f112610b669b: Layer already exists [2022-07-13T20:31:45.565Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:45.834Z] 2.2.1-dev.28: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:46.191Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:46.543Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:46.543Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-13T20:31:46.543Z] 3aba58e404ca: Preparing [2022-07-13T20:31:46.543Z] 3aba58e404ca: Preparing [2022-07-13T20:31:46.543Z] aa7705900403: Preparing [2022-07-13T20:31:46.543Z] 1b142890867f: Preparing [2022-07-13T20:31:46.543Z] 2b7658ed261c: Preparing [2022-07-13T20:31:46.543Z] 57183728c44c: Preparing [2022-07-13T20:31:46.543Z] 243306e5df5e: Preparing [2022-07-13T20:31:46.543Z] f112610b669b: Preparing [2022-07-13T20:31:46.543Z] bd365614c5fa: Preparing [2022-07-13T20:31:46.543Z] 123a3f74240e: Preparing [2022-07-13T20:31:46.543Z] b252026312bd: Preparing [2022-07-13T20:31:46.543Z] dd565ff850e7: Preparing [2022-07-13T20:31:46.543Z] 243306e5df5e: Waiting [2022-07-13T20:31:46.543Z] bd365614c5fa: Waiting [2022-07-13T20:31:46.543Z] b252026312bd: Waiting [2022-07-13T20:31:46.543Z] 123a3f74240e: Waiting [2022-07-13T20:31:46.543Z] dd565ff850e7: Waiting [2022-07-13T20:31:46.543Z] f112610b669b: Waiting [2022-07-13T20:31:46.543Z] 57183728c44c: Layer already exists [2022-07-13T20:31:46.543Z] 3aba58e404ca: Layer already exists [2022-07-13T20:31:46.543Z] 2b7658ed261c: Layer already exists [2022-07-13T20:31:46.543Z] aa7705900403: Layer already exists [2022-07-13T20:31:46.543Z] 1b142890867f: Layer already exists [2022-07-13T20:31:46.543Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:46.543Z] bd365614c5fa: Layer already exists [2022-07-13T20:31:46.543Z] 123a3f74240e: Layer already exists [2022-07-13T20:31:46.543Z] f112610b669b: Layer already exists [2022-07-13T20:31:46.543Z] b252026312bd: Layer already exists [2022-07-13T20:31:46.543Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:46.813Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:47.172Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:47.523Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-07-13T20:31:47.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-07-13T20:31:47.523Z] 3aba58e404ca: Preparing [2022-07-13T20:31:47.523Z] 3aba58e404ca: Preparing [2022-07-13T20:31:47.523Z] aa7705900403: Preparing [2022-07-13T20:31:47.523Z] 1b142890867f: Preparing [2022-07-13T20:31:47.523Z] 2b7658ed261c: Preparing [2022-07-13T20:31:47.523Z] 57183728c44c: Preparing [2022-07-13T20:31:47.523Z] 243306e5df5e: Preparing [2022-07-13T20:31:47.523Z] f112610b669b: Preparing [2022-07-13T20:31:47.523Z] bd365614c5fa: Preparing [2022-07-13T20:31:47.523Z] 123a3f74240e: Preparing [2022-07-13T20:31:47.523Z] b252026312bd: Preparing [2022-07-13T20:31:47.523Z] dd565ff850e7: Preparing [2022-07-13T20:31:47.523Z] 243306e5df5e: Waiting [2022-07-13T20:31:47.523Z] f112610b669b: Waiting [2022-07-13T20:31:47.523Z] b252026312bd: Waiting [2022-07-13T20:31:47.523Z] dd565ff850e7: Waiting [2022-07-13T20:31:47.523Z] bd365614c5fa: Waiting [2022-07-13T20:31:47.523Z] 123a3f74240e: Waiting [2022-07-13T20:31:47.523Z] 1b142890867f: Layer already exists [2022-07-13T20:31:47.523Z] 57183728c44c: Layer already exists [2022-07-13T20:31:47.523Z] aa7705900403: Layer already exists [2022-07-13T20:31:47.523Z] 3aba58e404ca: Layer already exists [2022-07-13T20:31:47.523Z] 2b7658ed261c: Layer already exists [2022-07-13T20:31:47.523Z] bd365614c5fa: Layer already exists [2022-07-13T20:31:47.523Z] f112610b669b: Layer already exists [2022-07-13T20:31:47.523Z] 243306e5df5e: Layer already exists [2022-07-13T20:31:47.523Z] b252026312bd: Layer already exists [2022-07-13T20:31:47.523Z] 123a3f74240e: Layer already exists [2022-07-13T20:31:47.523Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:47.793Z] main: digest: sha256:cb420c123a08cc9272d7fdfcef31831c06da00a7997dd62ee856dbdab4f8a15f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:47.844Z] ===================================================== [Pipeline] echo [2022-07-13T20:31:47.852Z] taggedImages: [2022-07-13T20:31:47.852Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:47.852Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-07-13T20:31:47.852Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.28 [2022-07-13T20:31:47.852Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:47.852Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-07-13T20:31:47.870Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-07-13T20:31:47.870Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:47.870Z] latest [2022-07-13T20:31:47.870Z] 2.2.1-dev.28 [2022-07-13T20:31:47.870Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:47.870Z] main [2022-07-13T20:31:47.870Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:48.208Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:48.550Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:48.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-13T20:31:48.551Z] a7a3f390b4bf: Preparing [2022-07-13T20:31:48.551Z] cd7f96a8b643: Preparing [2022-07-13T20:31:48.551Z] ab15b7630580: Preparing [2022-07-13T20:31:48.551Z] c6f17a587a24: Preparing [2022-07-13T20:31:48.551Z] b8e0f912871e: Preparing [2022-07-13T20:31:48.551Z] 860f738d7efb: Preparing [2022-07-13T20:31:48.551Z] da5d792ef5d5: Preparing [2022-07-13T20:31:48.551Z] dd565ff850e7: Preparing [2022-07-13T20:31:48.551Z] 860f738d7efb: Waiting [2022-07-13T20:31:48.551Z] da5d792ef5d5: Waiting [2022-07-13T20:31:48.551Z] dd565ff850e7: Waiting [2022-07-13T20:31:48.822Z] a7a3f390b4bf: Pushed [2022-07-13T20:31:48.822Z] b8e0f912871e: Pushed [2022-07-13T20:31:48.822Z] cd7f96a8b643: Pushed [2022-07-13T20:31:48.822Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:49.093Z] 860f738d7efb: Pushed [2022-07-13T20:31:49.681Z] da5d792ef5d5: Pushed [2022-07-13T20:31:51.099Z] c6f17a587a24: Pushed [2022-07-13T20:31:51.099Z] ab15b7630580: Pushed [2022-07-13T20:31:51.099Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:51.462Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:51.819Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-13T20:31:51.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-13T20:31:51.819Z] a7a3f390b4bf: Preparing [2022-07-13T20:31:51.819Z] cd7f96a8b643: Preparing [2022-07-13T20:31:51.819Z] ab15b7630580: Preparing [2022-07-13T20:31:51.819Z] c6f17a587a24: Preparing [2022-07-13T20:31:51.819Z] b8e0f912871e: Preparing [2022-07-13T20:31:51.819Z] 860f738d7efb: Preparing [2022-07-13T20:31:51.819Z] da5d792ef5d5: Preparing [2022-07-13T20:31:51.819Z] dd565ff850e7: Preparing [2022-07-13T20:31:51.819Z] 860f738d7efb: Waiting [2022-07-13T20:31:51.819Z] da5d792ef5d5: Waiting [2022-07-13T20:31:51.819Z] dd565ff850e7: Waiting [2022-07-13T20:31:51.819Z] ab15b7630580: Layer already exists [2022-07-13T20:31:51.819Z] cd7f96a8b643: Layer already exists [2022-07-13T20:31:51.819Z] c6f17a587a24: Layer already exists [2022-07-13T20:31:51.819Z] a7a3f390b4bf: Layer already exists [2022-07-13T20:31:51.819Z] b8e0f912871e: Layer already exists [2022-07-13T20:31:52.090Z] 860f738d7efb: Layer already exists [2022-07-13T20:31:52.090Z] da5d792ef5d5: Layer already exists [2022-07-13T20:31:52.090Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:52.090Z] latest: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:52.454Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:52.812Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 [2022-07-13T20:31:52.812Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-13T20:31:52.812Z] a7a3f390b4bf: Preparing [2022-07-13T20:31:52.812Z] cd7f96a8b643: Preparing [2022-07-13T20:31:52.812Z] ab15b7630580: Preparing [2022-07-13T20:31:52.812Z] c6f17a587a24: Preparing [2022-07-13T20:31:52.812Z] b8e0f912871e: Preparing [2022-07-13T20:31:52.812Z] 860f738d7efb: Preparing [2022-07-13T20:31:52.812Z] da5d792ef5d5: Preparing [2022-07-13T20:31:52.812Z] dd565ff850e7: Preparing [2022-07-13T20:31:52.812Z] 860f738d7efb: Waiting [2022-07-13T20:31:52.812Z] da5d792ef5d5: Waiting [2022-07-13T20:31:52.812Z] dd565ff850e7: Waiting [2022-07-13T20:31:52.812Z] b8e0f912871e: Layer already exists [2022-07-13T20:31:52.812Z] c6f17a587a24: Layer already exists [2022-07-13T20:31:52.812Z] cd7f96a8b643: Layer already exists [2022-07-13T20:31:52.812Z] ab15b7630580: Layer already exists [2022-07-13T20:31:52.812Z] a7a3f390b4bf: Layer already exists [2022-07-13T20:31:52.812Z] da5d792ef5d5: Layer already exists [2022-07-13T20:31:52.812Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:52.812Z] 860f738d7efb: Layer already exists [2022-07-13T20:31:53.083Z] 2.2.1-dev.28: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:53.455Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:53.815Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:53.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-13T20:31:53.815Z] a7a3f390b4bf: Preparing [2022-07-13T20:31:53.815Z] cd7f96a8b643: Preparing [2022-07-13T20:31:53.815Z] ab15b7630580: Preparing [2022-07-13T20:31:53.815Z] c6f17a587a24: Preparing [2022-07-13T20:31:53.815Z] b8e0f912871e: Preparing [2022-07-13T20:31:53.815Z] 860f738d7efb: Preparing [2022-07-13T20:31:53.815Z] da5d792ef5d5: Preparing [2022-07-13T20:31:53.815Z] dd565ff850e7: Preparing [2022-07-13T20:31:53.815Z] dd565ff850e7: Waiting [2022-07-13T20:31:53.815Z] 860f738d7efb: Waiting [2022-07-13T20:31:53.815Z] da5d792ef5d5: Waiting [2022-07-13T20:31:53.815Z] a7a3f390b4bf: Layer already exists [2022-07-13T20:31:53.815Z] c6f17a587a24: Layer already exists [2022-07-13T20:31:53.815Z] b8e0f912871e: Layer already exists [2022-07-13T20:31:53.815Z] ab15b7630580: Layer already exists [2022-07-13T20:31:53.815Z] cd7f96a8b643: Layer already exists [2022-07-13T20:31:53.815Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:53.815Z] da5d792ef5d5: Layer already exists [2022-07-13T20:31:53.815Z] 860f738d7efb: Layer already exists [2022-07-13T20:31:54.088Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:54.449Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:54.814Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-07-13T20:31:54.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-07-13T20:31:54.814Z] a7a3f390b4bf: Preparing [2022-07-13T20:31:54.814Z] cd7f96a8b643: Preparing [2022-07-13T20:31:54.814Z] ab15b7630580: Preparing [2022-07-13T20:31:54.814Z] c6f17a587a24: Preparing [2022-07-13T20:31:54.814Z] b8e0f912871e: Preparing [2022-07-13T20:31:54.814Z] 860f738d7efb: Preparing [2022-07-13T20:31:54.814Z] da5d792ef5d5: Preparing [2022-07-13T20:31:54.814Z] dd565ff850e7: Preparing [2022-07-13T20:31:54.814Z] 860f738d7efb: Waiting [2022-07-13T20:31:54.814Z] da5d792ef5d5: Waiting [2022-07-13T20:31:54.814Z] dd565ff850e7: Waiting [2022-07-13T20:31:54.814Z] cd7f96a8b643: Layer already exists [2022-07-13T20:31:54.814Z] c6f17a587a24: Layer already exists [2022-07-13T20:31:54.814Z] a7a3f390b4bf: Layer already exists [2022-07-13T20:31:54.814Z] ab15b7630580: Layer already exists [2022-07-13T20:31:54.814Z] b8e0f912871e: Layer already exists [2022-07-13T20:31:55.086Z] 860f738d7efb: Layer already exists [2022-07-13T20:31:55.086Z] da5d792ef5d5: Layer already exists [2022-07-13T20:31:55.086Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:55.086Z] main: digest: sha256:eddb2e7b311515996328804d7f5b50ec279b022301d230a44bf704573fe0db2d size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:31:55.143Z] ===================================================== [Pipeline] echo [2022-07-13T20:31:55.152Z] taggedImages: [2022-07-13T20:31:55.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:55.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-07-13T20:31:55.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.28 [2022-07-13T20:31:55.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:55.152Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-07-13T20:31:55.170Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-07-13T20:31:55.170Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:55.170Z] latest [2022-07-13T20:31:55.170Z] 2.2.1-dev.28 [2022-07-13T20:31:55.170Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:31:55.170Z] main [2022-07-13T20:31:55.170Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:55.518Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:55.874Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:31:55.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-13T20:31:55.874Z] 90a270d34e03: Preparing [2022-07-13T20:31:55.874Z] d8942d87361d: Preparing [2022-07-13T20:31:55.874Z] 0fcb71f75e0a: Preparing [2022-07-13T20:31:55.874Z] f0d89c3d8678: Preparing [2022-07-13T20:31:55.874Z] d04b43886005: Preparing [2022-07-13T20:31:55.874Z] c42d4f6f8d85: Preparing [2022-07-13T20:31:55.874Z] aef0bdc61324: Preparing [2022-07-13T20:31:55.874Z] 523cc920743f: Preparing [2022-07-13T20:31:55.874Z] 59210edac379: Preparing [2022-07-13T20:31:55.874Z] dd565ff850e7: Preparing [2022-07-13T20:31:55.874Z] dd565ff850e7: Waiting [2022-07-13T20:31:55.874Z] c42d4f6f8d85: Waiting [2022-07-13T20:31:55.874Z] aef0bdc61324: Waiting [2022-07-13T20:31:55.874Z] 523cc920743f: Waiting [2022-07-13T20:31:56.144Z] d04b43886005: Pushed [2022-07-13T20:31:56.144Z] d8942d87361d: Pushed [2022-07-13T20:31:56.144Z] 90a270d34e03: Pushed [2022-07-13T20:31:56.416Z] c42d4f6f8d85: Pushed [2022-07-13T20:31:56.416Z] aef0bdc61324: Pushed [2022-07-13T20:31:56.416Z] 523cc920743f: Pushed [2022-07-13T20:31:56.416Z] dd565ff850e7: Layer already exists [2022-07-13T20:31:56.691Z] 59210edac379: Pushed [2022-07-13T20:31:58.721Z] f0d89c3d8678: Pushed [2022-07-13T20:31:59.313Z] 0fcb71f75e0a: Pushed [2022-07-13T20:31:59.585Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:31:59.940Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:00.291Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-13T20:32:00.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-13T20:32:00.291Z] 90a270d34e03: Preparing [2022-07-13T20:32:00.291Z] d8942d87361d: Preparing [2022-07-13T20:32:00.291Z] 0fcb71f75e0a: Preparing [2022-07-13T20:32:00.291Z] f0d89c3d8678: Preparing [2022-07-13T20:32:00.291Z] d04b43886005: Preparing [2022-07-13T20:32:00.291Z] c42d4f6f8d85: Preparing [2022-07-13T20:32:00.291Z] aef0bdc61324: Preparing [2022-07-13T20:32:00.291Z] 523cc920743f: Preparing [2022-07-13T20:32:00.291Z] 59210edac379: Preparing [2022-07-13T20:32:00.291Z] dd565ff850e7: Preparing [2022-07-13T20:32:00.291Z] aef0bdc61324: Waiting [2022-07-13T20:32:00.291Z] 523cc920743f: Waiting [2022-07-13T20:32:00.291Z] 59210edac379: Waiting [2022-07-13T20:32:00.291Z] dd565ff850e7: Waiting [2022-07-13T20:32:00.291Z] c42d4f6f8d85: Waiting [2022-07-13T20:32:00.291Z] 90a270d34e03: Layer already exists [2022-07-13T20:32:00.291Z] f0d89c3d8678: Layer already exists [2022-07-13T20:32:00.291Z] d04b43886005: Layer already exists [2022-07-13T20:32:00.291Z] d8942d87361d: Layer already exists [2022-07-13T20:32:00.291Z] 0fcb71f75e0a: Layer already exists [2022-07-13T20:32:00.291Z] c42d4f6f8d85: Layer already exists [2022-07-13T20:32:00.291Z] 523cc920743f: Layer already exists [2022-07-13T20:32:00.291Z] aef0bdc61324: Layer already exists [2022-07-13T20:32:00.291Z] dd565ff850e7: Layer already exists [2022-07-13T20:32:00.291Z] 59210edac379: Layer already exists [2022-07-13T20:32:00.564Z] latest: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:00.927Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:01.284Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 [2022-07-13T20:32:01.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-13T20:32:01.285Z] 90a270d34e03: Preparing [2022-07-13T20:32:01.285Z] d8942d87361d: Preparing [2022-07-13T20:32:01.285Z] 0fcb71f75e0a: Preparing [2022-07-13T20:32:01.285Z] f0d89c3d8678: Preparing [2022-07-13T20:32:01.285Z] d04b43886005: Preparing [2022-07-13T20:32:01.285Z] c42d4f6f8d85: Preparing [2022-07-13T20:32:01.285Z] aef0bdc61324: Preparing [2022-07-13T20:32:01.285Z] 523cc920743f: Preparing [2022-07-13T20:32:01.285Z] 59210edac379: Preparing [2022-07-13T20:32:01.285Z] dd565ff850e7: Preparing [2022-07-13T20:32:01.285Z] aef0bdc61324: Waiting [2022-07-13T20:32:01.285Z] 59210edac379: Waiting [2022-07-13T20:32:01.285Z] c42d4f6f8d85: Waiting [2022-07-13T20:32:01.285Z] 523cc920743f: Waiting [2022-07-13T20:32:01.285Z] dd565ff850e7: Waiting [2022-07-13T20:32:01.285Z] 0fcb71f75e0a: Layer already exists [2022-07-13T20:32:01.285Z] d04b43886005: Layer already exists [2022-07-13T20:32:01.285Z] 90a270d34e03: Layer already exists [2022-07-13T20:32:01.285Z] d8942d87361d: Layer already exists [2022-07-13T20:32:01.285Z] f0d89c3d8678: Layer already exists [2022-07-13T20:32:01.555Z] aef0bdc61324: Layer already exists [2022-07-13T20:32:01.555Z] 59210edac379: Layer already exists [2022-07-13T20:32:01.555Z] 523cc920743f: Layer already exists [2022-07-13T20:32:01.555Z] c42d4f6f8d85: Layer already exists [2022-07-13T20:32:01.555Z] dd565ff850e7: Layer already exists [2022-07-13T20:32:01.555Z] 2.2.1-dev.28: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:01.911Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:02.268Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:02.268Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-13T20:32:02.268Z] 90a270d34e03: Preparing [2022-07-13T20:32:02.268Z] d8942d87361d: Preparing [2022-07-13T20:32:02.268Z] 0fcb71f75e0a: Preparing [2022-07-13T20:32:02.268Z] f0d89c3d8678: Preparing [2022-07-13T20:32:02.268Z] d04b43886005: Preparing [2022-07-13T20:32:02.268Z] c42d4f6f8d85: Preparing [2022-07-13T20:32:02.268Z] aef0bdc61324: Preparing [2022-07-13T20:32:02.268Z] 523cc920743f: Preparing [2022-07-13T20:32:02.268Z] 59210edac379: Preparing [2022-07-13T20:32:02.268Z] dd565ff850e7: Preparing [2022-07-13T20:32:02.268Z] aef0bdc61324: Waiting [2022-07-13T20:32:02.268Z] 523cc920743f: Waiting [2022-07-13T20:32:02.268Z] 59210edac379: Waiting [2022-07-13T20:32:02.268Z] dd565ff850e7: Waiting [2022-07-13T20:32:02.268Z] c42d4f6f8d85: Waiting [2022-07-13T20:32:02.268Z] 90a270d34e03: Layer already exists [2022-07-13T20:32:02.268Z] 0fcb71f75e0a: Layer already exists [2022-07-13T20:32:02.268Z] d8942d87361d: Layer already exists [2022-07-13T20:32:02.268Z] f0d89c3d8678: Layer already exists [2022-07-13T20:32:02.268Z] d04b43886005: Layer already exists [2022-07-13T20:32:02.540Z] c42d4f6f8d85: Layer already exists [2022-07-13T20:32:02.540Z] 523cc920743f: Layer already exists [2022-07-13T20:32:02.540Z] aef0bdc61324: Layer already exists [2022-07-13T20:32:02.540Z] 59210edac379: Layer already exists [2022-07-13T20:32:02.540Z] dd565ff850e7: Layer already exists [2022-07-13T20:32:02.540Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:02.897Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:03.249Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-07-13T20:32:03.249Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-07-13T20:32:03.249Z] 90a270d34e03: Preparing [2022-07-13T20:32:03.249Z] d8942d87361d: Preparing [2022-07-13T20:32:03.249Z] 0fcb71f75e0a: Preparing [2022-07-13T20:32:03.249Z] f0d89c3d8678: Preparing [2022-07-13T20:32:03.249Z] d04b43886005: Preparing [2022-07-13T20:32:03.249Z] c42d4f6f8d85: Preparing [2022-07-13T20:32:03.249Z] aef0bdc61324: Preparing [2022-07-13T20:32:03.249Z] 523cc920743f: Preparing [2022-07-13T20:32:03.249Z] 59210edac379: Preparing [2022-07-13T20:32:03.249Z] dd565ff850e7: Preparing [2022-07-13T20:32:03.249Z] c42d4f6f8d85: Waiting [2022-07-13T20:32:03.249Z] aef0bdc61324: Waiting [2022-07-13T20:32:03.249Z] 523cc920743f: Waiting [2022-07-13T20:32:03.249Z] 59210edac379: Waiting [2022-07-13T20:32:03.249Z] dd565ff850e7: Waiting [2022-07-13T20:32:03.249Z] d04b43886005: Layer already exists [2022-07-13T20:32:03.249Z] 90a270d34e03: Layer already exists [2022-07-13T20:32:03.249Z] f0d89c3d8678: Layer already exists [2022-07-13T20:32:03.249Z] 0fcb71f75e0a: Layer already exists [2022-07-13T20:32:03.249Z] d8942d87361d: Layer already exists [2022-07-13T20:32:03.249Z] c42d4f6f8d85: Layer already exists [2022-07-13T20:32:03.249Z] 59210edac379: Layer already exists [2022-07-13T20:32:03.249Z] aef0bdc61324: Layer already exists [2022-07-13T20:32:03.249Z] 523cc920743f: Layer already exists [2022-07-13T20:32:03.249Z] dd565ff850e7: Layer already exists [2022-07-13T20:32:03.520Z] main: digest: sha256:286e133661ee168c6ee683bf4d6271598f9f9886d9cd0bf437876fc4aab19217 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:32:03.579Z] ===================================================== [Pipeline] echo [2022-07-13T20:32:03.591Z] taggedImages: [2022-07-13T20:32:03.591Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:03.591Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-07-13T20:32:03.591Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.28 [2022-07-13T20:32:03.591Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:03.591Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-07-13T20:32:03.611Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-07-13T20:32:03.611Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:03.611Z] latest [2022-07-13T20:32:03.611Z] 2.2.1-dev.28 [2022-07-13T20:32:03.611Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:03.611Z] main [2022-07-13T20:32:03.611Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:03.957Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:04.307Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:04.307Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-13T20:32:04.307Z] 01a042e210b1: Preparing [2022-07-13T20:32:04.307Z] 67ff699af5e4: Preparing [2022-07-13T20:32:04.307Z] 243306e5df5e: Preparing [2022-07-13T20:32:04.307Z] 789f98dbbbc3: Preparing [2022-07-13T20:32:04.307Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:04.307Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:04.307Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:04.307Z] 243306e5df5e: Layer already exists [2022-07-13T20:32:04.587Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:04.587Z] 30f6c0c23cbe: Pushed [2022-07-13T20:32:04.587Z] 01a042e210b1: Pushed [2022-07-13T20:32:06.014Z] 789f98dbbbc3: Pushed [2022-07-13T20:32:09.390Z] 67ff699af5e4: Pushed [2022-07-13T20:32:09.390Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:09.748Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:10.097Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-13T20:32:10.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-13T20:32:10.097Z] 01a042e210b1: Preparing [2022-07-13T20:32:10.097Z] 67ff699af5e4: Preparing [2022-07-13T20:32:10.097Z] 243306e5df5e: Preparing [2022-07-13T20:32:10.097Z] 789f98dbbbc3: Preparing [2022-07-13T20:32:10.097Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:10.097Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:10.097Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:10.097Z] 67ff699af5e4: Layer already exists [2022-07-13T20:32:10.097Z] 789f98dbbbc3: Layer already exists [2022-07-13T20:32:10.097Z] 01a042e210b1: Layer already exists [2022-07-13T20:32:10.097Z] 243306e5df5e: Layer already exists [2022-07-13T20:32:10.097Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:10.369Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:10.369Z] latest: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:10.731Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:11.083Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 [2022-07-13T20:32:11.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-13T20:32:11.084Z] 01a042e210b1: Preparing [2022-07-13T20:32:11.084Z] 67ff699af5e4: Preparing [2022-07-13T20:32:11.084Z] 243306e5df5e: Preparing [2022-07-13T20:32:11.084Z] 789f98dbbbc3: Preparing [2022-07-13T20:32:11.084Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:11.084Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:11.084Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:11.084Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:11.084Z] 01a042e210b1: Layer already exists [2022-07-13T20:32:11.084Z] 67ff699af5e4: Layer already exists [2022-07-13T20:32:11.084Z] 243306e5df5e: Layer already exists [2022-07-13T20:32:11.084Z] 789f98dbbbc3: Layer already exists [2022-07-13T20:32:11.355Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:11.355Z] 2.2.1-dev.28: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:11.715Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:12.067Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:12.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-13T20:32:12.068Z] 01a042e210b1: Preparing [2022-07-13T20:32:12.068Z] 67ff699af5e4: Preparing [2022-07-13T20:32:12.068Z] 243306e5df5e: Preparing [2022-07-13T20:32:12.068Z] 789f98dbbbc3: Preparing [2022-07-13T20:32:12.068Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:12.068Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:12.068Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:12.068Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:12.068Z] 01a042e210b1: Layer already exists [2022-07-13T20:32:12.068Z] 789f98dbbbc3: Layer already exists [2022-07-13T20:32:12.068Z] 243306e5df5e: Layer already exists [2022-07-13T20:32:12.068Z] 67ff699af5e4: Layer already exists [2022-07-13T20:32:12.068Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:12.338Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:12.697Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:13.046Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-07-13T20:32:13.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-07-13T20:32:13.046Z] 01a042e210b1: Preparing [2022-07-13T20:32:13.046Z] 67ff699af5e4: Preparing [2022-07-13T20:32:13.046Z] 243306e5df5e: Preparing [2022-07-13T20:32:13.046Z] 789f98dbbbc3: Preparing [2022-07-13T20:32:13.046Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:13.046Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:13.046Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:13.046Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:13.046Z] 67ff699af5e4: Layer already exists [2022-07-13T20:32:13.046Z] 243306e5df5e: Layer already exists [2022-07-13T20:32:13.046Z] 01a042e210b1: Layer already exists [2022-07-13T20:32:13.046Z] 789f98dbbbc3: Layer already exists [2022-07-13T20:32:13.046Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:13.316Z] main: digest: sha256:7fe3dfbc346bf1af80afdb20b6e399b093b530a14d8c9f3c35ec36593f0a50af size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:32:13.372Z] ===================================================== [Pipeline] echo [2022-07-13T20:32:13.381Z] taggedImages: [2022-07-13T20:32:13.381Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:13.381Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-07-13T20:32:13.381Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.28 [2022-07-13T20:32:13.381Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:13.381Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-07-13T20:32:13.401Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-07-13T20:32:13.401Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:13.401Z] latest [2022-07-13T20:32:13.401Z] 2.2.1-dev.28 [2022-07-13T20:32:13.401Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:13.401Z] main [2022-07-13T20:32:13.401Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:13.761Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:14.108Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:14.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-13T20:32:14.109Z] 7ceae97e7e18: Preparing [2022-07-13T20:32:14.109Z] 91d7b429edbf: Preparing [2022-07-13T20:32:14.109Z] 083c35d81a7a: Preparing [2022-07-13T20:32:14.109Z] f5b48e7da75d: Preparing [2022-07-13T20:32:14.109Z] d8747213847e: Preparing [2022-07-13T20:32:14.109Z] e435102787f6: Preparing [2022-07-13T20:32:14.109Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:14.109Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:14.109Z] e435102787f6: Waiting [2022-07-13T20:32:14.109Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:14.109Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:14.382Z] 91d7b429edbf: Pushed [2022-07-13T20:32:14.382Z] 083c35d81a7a: Pushed [2022-07-13T20:32:14.382Z] 7ceae97e7e18: Pushed [2022-07-13T20:32:14.382Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:14.382Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:15.356Z] e435102787f6: Pushed [2022-07-13T20:32:22.039Z] d8747213847e: Pushed [2022-07-13T20:32:30.269Z] f5b48e7da75d: Pushed [2022-07-13T20:32:30.269Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:30.634Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:30.985Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-13T20:32:30.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-13T20:32:30.985Z] 7ceae97e7e18: Preparing [2022-07-13T20:32:30.985Z] 91d7b429edbf: Preparing [2022-07-13T20:32:30.985Z] 083c35d81a7a: Preparing [2022-07-13T20:32:30.985Z] f5b48e7da75d: Preparing [2022-07-13T20:32:30.985Z] d8747213847e: Preparing [2022-07-13T20:32:30.985Z] e435102787f6: Preparing [2022-07-13T20:32:30.985Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:30.985Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:30.985Z] e435102787f6: Waiting [2022-07-13T20:32:30.985Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:30.985Z] f5b48e7da75d: Layer already exists [2022-07-13T20:32:30.985Z] 083c35d81a7a: Layer already exists [2022-07-13T20:32:30.985Z] 91d7b429edbf: Layer already exists [2022-07-13T20:32:30.985Z] d8747213847e: Layer already exists [2022-07-13T20:32:30.985Z] 7ceae97e7e18: Layer already exists [2022-07-13T20:32:31.255Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:31.255Z] e435102787f6: Layer already exists [2022-07-13T20:32:31.255Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:31.255Z] latest: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:31.612Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:31.964Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 [2022-07-13T20:32:31.964Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-13T20:32:31.964Z] 7ceae97e7e18: Preparing [2022-07-13T20:32:31.964Z] 91d7b429edbf: Preparing [2022-07-13T20:32:31.964Z] 083c35d81a7a: Preparing [2022-07-13T20:32:31.964Z] f5b48e7da75d: Preparing [2022-07-13T20:32:31.964Z] d8747213847e: Preparing [2022-07-13T20:32:31.964Z] e435102787f6: Preparing [2022-07-13T20:32:31.964Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:31.964Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:31.964Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:31.964Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:31.964Z] e435102787f6: Waiting [2022-07-13T20:32:31.964Z] d8747213847e: Layer already exists [2022-07-13T20:32:31.964Z] f5b48e7da75d: Layer already exists [2022-07-13T20:32:31.964Z] 7ceae97e7e18: Layer already exists [2022-07-13T20:32:31.964Z] 91d7b429edbf: Layer already exists [2022-07-13T20:32:31.964Z] 083c35d81a7a: Layer already exists [2022-07-13T20:32:31.964Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:31.964Z] e435102787f6: Layer already exists [2022-07-13T20:32:31.964Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:32.235Z] 2.2.1-dev.28: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:32.589Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:32.934Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:32.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-13T20:32:32.935Z] 7ceae97e7e18: Preparing [2022-07-13T20:32:32.935Z] 91d7b429edbf: Preparing [2022-07-13T20:32:32.935Z] 083c35d81a7a: Preparing [2022-07-13T20:32:32.935Z] f5b48e7da75d: Preparing [2022-07-13T20:32:32.935Z] d8747213847e: Preparing [2022-07-13T20:32:32.935Z] e435102787f6: Preparing [2022-07-13T20:32:32.935Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:32.935Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:32.935Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:32.935Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:32.935Z] e435102787f6: Waiting [2022-07-13T20:32:32.935Z] 91d7b429edbf: Layer already exists [2022-07-13T20:32:32.935Z] 083c35d81a7a: Layer already exists [2022-07-13T20:32:32.935Z] d8747213847e: Layer already exists [2022-07-13T20:32:32.935Z] f5b48e7da75d: Layer already exists [2022-07-13T20:32:32.935Z] 7ceae97e7e18: Layer already exists [2022-07-13T20:32:32.935Z] e435102787f6: Layer already exists [2022-07-13T20:32:32.935Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:32.935Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:33.203Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:33.553Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:33.901Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-07-13T20:32:33.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-07-13T20:32:33.901Z] 7ceae97e7e18: Preparing [2022-07-13T20:32:33.901Z] 91d7b429edbf: Preparing [2022-07-13T20:32:33.901Z] 083c35d81a7a: Preparing [2022-07-13T20:32:33.901Z] f5b48e7da75d: Preparing [2022-07-13T20:32:33.901Z] d8747213847e: Preparing [2022-07-13T20:32:33.901Z] e435102787f6: Preparing [2022-07-13T20:32:33.901Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:33.901Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:33.901Z] e435102787f6: Waiting [2022-07-13T20:32:33.901Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:33.901Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:33.901Z] d8747213847e: Layer already exists [2022-07-13T20:32:33.901Z] f5b48e7da75d: Layer already exists [2022-07-13T20:32:33.901Z] 083c35d81a7a: Layer already exists [2022-07-13T20:32:33.901Z] 7ceae97e7e18: Layer already exists [2022-07-13T20:32:33.901Z] 91d7b429edbf: Layer already exists [2022-07-13T20:32:33.901Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:33.901Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:33.901Z] e435102787f6: Layer already exists [2022-07-13T20:32:34.170Z] main: digest: sha256:8650784b7c6979425290f7a2cf4e9893be0d3ecdb8f125a19939ed5ba88d0395 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:32:34.220Z] ===================================================== [Pipeline] echo [2022-07-13T20:32:34.229Z] taggedImages: [2022-07-13T20:32:34.229Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:34.229Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-07-13T20:32:34.229Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.28 [2022-07-13T20:32:34.229Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:34.229Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-07-13T20:32:34.253Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-07-13T20:32:34.253Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:34.253Z] latest [2022-07-13T20:32:34.253Z] 2.2.1-dev.28 [2022-07-13T20:32:34.253Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:34.253Z] main [2022-07-13T20:32:34.253Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:34.595Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:34.941Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:34.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-13T20:32:34.941Z] a0ee42a17b8a: Preparing [2022-07-13T20:32:34.941Z] 56a6eacbdbfd: Preparing [2022-07-13T20:32:34.941Z] fa3320d47e33: Preparing [2022-07-13T20:32:34.941Z] 38173e016dbb: Preparing [2022-07-13T20:32:34.941Z] ad8a10e2ded5: Preparing [2022-07-13T20:32:34.941Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:34.941Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:34.941Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:35.218Z] a0ee42a17b8a: Pushed [2022-07-13T20:32:35.218Z] fa3320d47e33: Pushed [2022-07-13T20:32:35.218Z] 56a6eacbdbfd: Pushed [2022-07-13T20:32:35.218Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:35.218Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:35.805Z] ad8a10e2ded5: Pushed [2022-07-13T20:32:50.844Z] 38173e016dbb: Pushed [2022-07-13T20:32:50.845Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:51.213Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:51.584Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-13T20:32:51.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-13T20:32:51.584Z] a0ee42a17b8a: Preparing [2022-07-13T20:32:51.584Z] 56a6eacbdbfd: Preparing [2022-07-13T20:32:51.584Z] fa3320d47e33: Preparing [2022-07-13T20:32:51.584Z] 38173e016dbb: Preparing [2022-07-13T20:32:51.584Z] ad8a10e2ded5: Preparing [2022-07-13T20:32:51.584Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:51.584Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:51.584Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:51.584Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:51.584Z] ad8a10e2ded5: Layer already exists [2022-07-13T20:32:51.584Z] a0ee42a17b8a: Layer already exists [2022-07-13T20:32:51.862Z] fa3320d47e33: Layer already exists [2022-07-13T20:32:51.862Z] 56a6eacbdbfd: Layer already exists [2022-07-13T20:32:51.862Z] 38173e016dbb: Layer already exists [2022-07-13T20:32:51.862Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:51.862Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:51.862Z] latest: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:52.228Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:52.588Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 [2022-07-13T20:32:52.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-13T20:32:52.588Z] a0ee42a17b8a: Preparing [2022-07-13T20:32:52.588Z] 56a6eacbdbfd: Preparing [2022-07-13T20:32:52.588Z] fa3320d47e33: Preparing [2022-07-13T20:32:52.588Z] 38173e016dbb: Preparing [2022-07-13T20:32:52.588Z] ad8a10e2ded5: Preparing [2022-07-13T20:32:52.588Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:52.588Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:52.588Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:52.588Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:52.588Z] ad8a10e2ded5: Layer already exists [2022-07-13T20:32:52.588Z] a0ee42a17b8a: Layer already exists [2022-07-13T20:32:52.588Z] 38173e016dbb: Layer already exists [2022-07-13T20:32:52.588Z] 56a6eacbdbfd: Layer already exists [2022-07-13T20:32:52.588Z] fa3320d47e33: Layer already exists [2022-07-13T20:32:52.588Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:52.588Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:52.863Z] 2.2.1-dev.28: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:53.227Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:53.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:53.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-13T20:32:53.603Z] a0ee42a17b8a: Preparing [2022-07-13T20:32:53.603Z] 56a6eacbdbfd: Preparing [2022-07-13T20:32:53.603Z] fa3320d47e33: Preparing [2022-07-13T20:32:53.603Z] 38173e016dbb: Preparing [2022-07-13T20:32:53.603Z] ad8a10e2ded5: Preparing [2022-07-13T20:32:53.603Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:53.603Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:53.603Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:53.603Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:53.603Z] 56a6eacbdbfd: Layer already exists [2022-07-13T20:32:53.603Z] a0ee42a17b8a: Layer already exists [2022-07-13T20:32:53.603Z] 38173e016dbb: Layer already exists [2022-07-13T20:32:53.603Z] fa3320d47e33: Layer already exists [2022-07-13T20:32:53.603Z] ad8a10e2ded5: Layer already exists [2022-07-13T20:32:53.603Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:53.603Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:53.872Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:54.230Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:54.582Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-07-13T20:32:54.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-07-13T20:32:54.582Z] a0ee42a17b8a: Preparing [2022-07-13T20:32:54.582Z] 56a6eacbdbfd: Preparing [2022-07-13T20:32:54.582Z] fa3320d47e33: Preparing [2022-07-13T20:32:54.582Z] 38173e016dbb: Preparing [2022-07-13T20:32:54.582Z] ad8a10e2ded5: Preparing [2022-07-13T20:32:54.582Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:54.582Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:54.582Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:54.582Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:54.582Z] ad8a10e2ded5: Layer already exists [2022-07-13T20:32:54.582Z] 38173e016dbb: Layer already exists [2022-07-13T20:32:54.582Z] a0ee42a17b8a: Layer already exists [2022-07-13T20:32:54.582Z] 56a6eacbdbfd: Layer already exists [2022-07-13T20:32:54.582Z] fa3320d47e33: Layer already exists [2022-07-13T20:32:54.582Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:54.582Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:54.852Z] main: digest: sha256:8c9541e7be6f7361eb739b540ae9cb6ab38e1365229cffa25c520ea38efe0a81 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:32:54.912Z] ===================================================== [Pipeline] echo [2022-07-13T20:32:54.920Z] taggedImages: [2022-07-13T20:32:54.920Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:54.920Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-07-13T20:32:54.920Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.28 [2022-07-13T20:32:54.920Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:54.920Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-07-13T20:32:54.938Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-07-13T20:32:54.938Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:54.938Z] latest [2022-07-13T20:32:54.938Z] 2.2.1-dev.28 [2022-07-13T20:32:54.938Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:32:54.938Z] main [2022-07-13T20:32:54.938Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:55.282Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:32:55.630Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:32:55.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-13T20:32:55.631Z] 7f8337543b18: Preparing [2022-07-13T20:32:55.631Z] 305f1713a992: Preparing [2022-07-13T20:32:55.631Z] 567fb6e779a2: Preparing [2022-07-13T20:32:55.631Z] 79469d9f2cdc: Preparing [2022-07-13T20:32:55.631Z] e435102787f6: Preparing [2022-07-13T20:32:55.631Z] 30f6c0c23cbe: Preparing [2022-07-13T20:32:55.631Z] 4f4ce317c6bb: Preparing [2022-07-13T20:32:55.631Z] 30f6c0c23cbe: Waiting [2022-07-13T20:32:55.631Z] 4f4ce317c6bb: Waiting [2022-07-13T20:32:55.631Z] e435102787f6: Layer already exists [2022-07-13T20:32:55.902Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:32:55.902Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:32:55.902Z] 305f1713a992: Pushed [2022-07-13T20:32:55.902Z] 7f8337543b18: Pushed [2022-07-13T20:32:55.902Z] 567fb6e779a2: Pushed [2022-07-13T20:33:14.168Z] 79469d9f2cdc: Pushed [2022-07-13T20:33:14.168Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:14.529Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:14.876Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-13T20:33:14.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-13T20:33:14.876Z] 7f8337543b18: Preparing [2022-07-13T20:33:14.876Z] 305f1713a992: Preparing [2022-07-13T20:33:14.876Z] 567fb6e779a2: Preparing [2022-07-13T20:33:14.876Z] 79469d9f2cdc: Preparing [2022-07-13T20:33:14.876Z] e435102787f6: Preparing [2022-07-13T20:33:14.876Z] 30f6c0c23cbe: Preparing [2022-07-13T20:33:14.876Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:14.876Z] 30f6c0c23cbe: Waiting [2022-07-13T20:33:14.876Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:14.876Z] 305f1713a992: Layer already exists [2022-07-13T20:33:14.876Z] e435102787f6: Layer already exists [2022-07-13T20:33:14.876Z] 7f8337543b18: Layer already exists [2022-07-13T20:33:14.876Z] 79469d9f2cdc: Layer already exists [2022-07-13T20:33:14.876Z] 567fb6e779a2: Layer already exists [2022-07-13T20:33:14.876Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:14.876Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:33:15.146Z] latest: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:15.503Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:15.850Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 [2022-07-13T20:33:15.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-13T20:33:15.850Z] 7f8337543b18: Preparing [2022-07-13T20:33:15.850Z] 305f1713a992: Preparing [2022-07-13T20:33:15.850Z] 567fb6e779a2: Preparing [2022-07-13T20:33:15.850Z] 79469d9f2cdc: Preparing [2022-07-13T20:33:15.850Z] e435102787f6: Preparing [2022-07-13T20:33:15.850Z] 30f6c0c23cbe: Preparing [2022-07-13T20:33:15.850Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:15.850Z] 30f6c0c23cbe: Waiting [2022-07-13T20:33:15.850Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:15.850Z] 7f8337543b18: Layer already exists [2022-07-13T20:33:15.850Z] 305f1713a992: Layer already exists [2022-07-13T20:33:15.850Z] e435102787f6: Layer already exists [2022-07-13T20:33:15.850Z] 79469d9f2cdc: Layer already exists [2022-07-13T20:33:15.850Z] 567fb6e779a2: Layer already exists [2022-07-13T20:33:16.119Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:33:16.119Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:16.119Z] 2.2.1-dev.28: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:16.473Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:16.822Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:16.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-13T20:33:16.822Z] 7f8337543b18: Preparing [2022-07-13T20:33:16.822Z] 305f1713a992: Preparing [2022-07-13T20:33:16.822Z] 567fb6e779a2: Preparing [2022-07-13T20:33:16.822Z] 79469d9f2cdc: Preparing [2022-07-13T20:33:16.822Z] e435102787f6: Preparing [2022-07-13T20:33:16.822Z] 30f6c0c23cbe: Preparing [2022-07-13T20:33:16.822Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:16.822Z] 30f6c0c23cbe: Waiting [2022-07-13T20:33:16.822Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:16.822Z] 305f1713a992: Layer already exists [2022-07-13T20:33:16.822Z] 567fb6e779a2: Layer already exists [2022-07-13T20:33:16.822Z] 7f8337543b18: Layer already exists [2022-07-13T20:33:16.822Z] 79469d9f2cdc: Layer already exists [2022-07-13T20:33:16.822Z] e435102787f6: Layer already exists [2022-07-13T20:33:16.822Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:16.822Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:33:17.093Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:17.450Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:17.802Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-07-13T20:33:17.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-07-13T20:33:17.802Z] 7f8337543b18: Preparing [2022-07-13T20:33:17.802Z] 305f1713a992: Preparing [2022-07-13T20:33:17.802Z] 567fb6e779a2: Preparing [2022-07-13T20:33:17.802Z] 79469d9f2cdc: Preparing [2022-07-13T20:33:17.802Z] e435102787f6: Preparing [2022-07-13T20:33:17.802Z] 30f6c0c23cbe: Preparing [2022-07-13T20:33:17.802Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:17.802Z] 30f6c0c23cbe: Waiting [2022-07-13T20:33:17.802Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:17.802Z] 7f8337543b18: Layer already exists [2022-07-13T20:33:17.802Z] 567fb6e779a2: Layer already exists [2022-07-13T20:33:17.802Z] 79469d9f2cdc: Layer already exists [2022-07-13T20:33:17.802Z] 305f1713a992: Layer already exists [2022-07-13T20:33:17.802Z] e435102787f6: Layer already exists [2022-07-13T20:33:17.802Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:17.802Z] 30f6c0c23cbe: Layer already exists [2022-07-13T20:33:18.074Z] main: digest: sha256:0b1dc3162a6a1bfdc9f621d04af3886828380f6848bde90dcddf7d9fc4adebe5 size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:33:18.126Z] ===================================================== [Pipeline] echo [2022-07-13T20:33:18.134Z] taggedImages: [2022-07-13T20:33:18.134Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:18.134Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-07-13T20:33:18.134Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.28 [2022-07-13T20:33:18.134Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:18.134Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-07-13T20:33:18.154Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-07-13T20:33:18.154Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:18.154Z] latest [2022-07-13T20:33:18.154Z] 2.2.1-dev.28 [2022-07-13T20:33:18.154Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:18.154Z] main [2022-07-13T20:33:18.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:18.509Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:18.858Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:18.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-13T20:33:18.858Z] 73553da6428f: Preparing [2022-07-13T20:33:18.858Z] d66a0270f4d5: Preparing [2022-07-13T20:33:18.858Z] 243306e5df5e: Preparing [2022-07-13T20:33:18.858Z] d80a20aa989a: Preparing [2022-07-13T20:33:18.858Z] dd565ff850e7: Preparing [2022-07-13T20:33:19.130Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:19.130Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:19.130Z] 73553da6428f: Pushed [2022-07-13T20:33:19.402Z] d80a20aa989a: Pushed [2022-07-13T20:33:24.775Z] d66a0270f4d5: Pushed [2022-07-13T20:33:24.775Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:25.134Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:25.485Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-13T20:33:25.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-13T20:33:25.485Z] 73553da6428f: Preparing [2022-07-13T20:33:25.485Z] d66a0270f4d5: Preparing [2022-07-13T20:33:25.485Z] 243306e5df5e: Preparing [2022-07-13T20:33:25.485Z] d80a20aa989a: Preparing [2022-07-13T20:33:25.485Z] dd565ff850e7: Preparing [2022-07-13T20:33:25.485Z] 73553da6428f: Layer already exists [2022-07-13T20:33:25.485Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:25.485Z] d66a0270f4d5: Layer already exists [2022-07-13T20:33:25.485Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:25.485Z] d80a20aa989a: Layer already exists [2022-07-13T20:33:25.756Z] latest: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:26.115Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:26.474Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 [2022-07-13T20:33:26.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-13T20:33:26.474Z] 73553da6428f: Preparing [2022-07-13T20:33:26.474Z] d66a0270f4d5: Preparing [2022-07-13T20:33:26.474Z] 243306e5df5e: Preparing [2022-07-13T20:33:26.474Z] d80a20aa989a: Preparing [2022-07-13T20:33:26.474Z] dd565ff850e7: Preparing [2022-07-13T20:33:26.474Z] d66a0270f4d5: Layer already exists [2022-07-13T20:33:26.474Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:26.474Z] d80a20aa989a: Layer already exists [2022-07-13T20:33:26.474Z] 73553da6428f: Layer already exists [2022-07-13T20:33:26.474Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:26.745Z] 2.2.1-dev.28: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:27.102Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:27.457Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:27.458Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-13T20:33:27.458Z] 73553da6428f: Preparing [2022-07-13T20:33:27.458Z] d66a0270f4d5: Preparing [2022-07-13T20:33:27.458Z] 243306e5df5e: Preparing [2022-07-13T20:33:27.458Z] d80a20aa989a: Preparing [2022-07-13T20:33:27.458Z] dd565ff850e7: Preparing [2022-07-13T20:33:27.458Z] d80a20aa989a: Layer already exists [2022-07-13T20:33:27.458Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:27.458Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:27.458Z] d66a0270f4d5: Layer already exists [2022-07-13T20:33:27.458Z] 73553da6428f: Layer already exists [2022-07-13T20:33:27.729Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:28.090Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:28.448Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-07-13T20:33:28.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-07-13T20:33:28.448Z] 73553da6428f: Preparing [2022-07-13T20:33:28.448Z] d66a0270f4d5: Preparing [2022-07-13T20:33:28.448Z] 243306e5df5e: Preparing [2022-07-13T20:33:28.448Z] d80a20aa989a: Preparing [2022-07-13T20:33:28.448Z] dd565ff850e7: Preparing [2022-07-13T20:33:28.448Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:28.448Z] d80a20aa989a: Layer already exists [2022-07-13T20:33:28.448Z] d66a0270f4d5: Layer already exists [2022-07-13T20:33:28.448Z] 73553da6428f: Layer already exists [2022-07-13T20:33:28.448Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:28.720Z] main: digest: sha256:d73aef528ef3b2d6c6c51f2b6ec6cedfd04a28a1ea6601b9fc4b65cedae5c6a3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:33:28.772Z] ===================================================== [Pipeline] echo [2022-07-13T20:33:28.781Z] taggedImages: [2022-07-13T20:33:28.781Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:28.781Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-07-13T20:33:28.781Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.28 [2022-07-13T20:33:28.781Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:28.781Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-07-13T20:33:28.802Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-07-13T20:33:28.802Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:28.802Z] latest [2022-07-13T20:33:28.802Z] 2.2.1-dev.28 [2022-07-13T20:33:28.802Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:28.802Z] main [2022-07-13T20:33:28.802Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:29.165Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:29.519Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:29.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-13T20:33:29.519Z] 9f40076e46d3: Preparing [2022-07-13T20:33:29.519Z] ecd0cb1f6b73: Preparing [2022-07-13T20:33:29.519Z] 243306e5df5e: Preparing [2022-07-13T20:33:29.519Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:33:29.519Z] dd565ff850e7: Preparing [2022-07-13T20:33:29.519Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:29.519Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:33:29.790Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:29.790Z] 9f40076e46d3: Pushed [2022-07-13T20:33:35.167Z] ecd0cb1f6b73: Pushed [2022-07-13T20:33:35.167Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:35.526Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:35.878Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-13T20:33:35.878Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-13T20:33:35.878Z] 9f40076e46d3: Preparing [2022-07-13T20:33:35.878Z] ecd0cb1f6b73: Preparing [2022-07-13T20:33:35.878Z] 243306e5df5e: Preparing [2022-07-13T20:33:35.878Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:33:35.878Z] dd565ff850e7: Preparing [2022-07-13T20:33:35.878Z] ecd0cb1f6b73: Layer already exists [2022-07-13T20:33:35.878Z] 9f40076e46d3: Layer already exists [2022-07-13T20:33:35.878Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:35.878Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:33:35.878Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:36.148Z] latest: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:36.512Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:36.865Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 [2022-07-13T20:33:36.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-13T20:33:36.865Z] 9f40076e46d3: Preparing [2022-07-13T20:33:36.865Z] ecd0cb1f6b73: Preparing [2022-07-13T20:33:36.865Z] 243306e5df5e: Preparing [2022-07-13T20:33:36.865Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:33:36.865Z] dd565ff850e7: Preparing [2022-07-13T20:33:36.865Z] 9f40076e46d3: Layer already exists [2022-07-13T20:33:36.865Z] ecd0cb1f6b73: Layer already exists [2022-07-13T20:33:36.865Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:36.865Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:33:36.865Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:37.137Z] 2.2.1-dev.28: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:37.492Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:37.848Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:37.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-13T20:33:37.848Z] 9f40076e46d3: Preparing [2022-07-13T20:33:37.848Z] ecd0cb1f6b73: Preparing [2022-07-13T20:33:37.848Z] 243306e5df5e: Preparing [2022-07-13T20:33:37.848Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:33:37.848Z] dd565ff850e7: Preparing [2022-07-13T20:33:37.848Z] ecd0cb1f6b73: Layer already exists [2022-07-13T20:33:37.848Z] 9f40076e46d3: Layer already exists [2022-07-13T20:33:37.848Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:33:37.848Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:37.848Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:38.119Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:38.483Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:38.836Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-07-13T20:33:38.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-07-13T20:33:38.836Z] 9f40076e46d3: Preparing [2022-07-13T20:33:38.836Z] ecd0cb1f6b73: Preparing [2022-07-13T20:33:38.836Z] 243306e5df5e: Preparing [2022-07-13T20:33:38.836Z] a5bf5d3d3c3a: Preparing [2022-07-13T20:33:38.836Z] dd565ff850e7: Preparing [2022-07-13T20:33:38.836Z] 9f40076e46d3: Layer already exists [2022-07-13T20:33:38.836Z] 243306e5df5e: Layer already exists [2022-07-13T20:33:38.836Z] dd565ff850e7: Layer already exists [2022-07-13T20:33:38.836Z] ecd0cb1f6b73: Layer already exists [2022-07-13T20:33:38.836Z] a5bf5d3d3c3a: Layer already exists [2022-07-13T20:33:39.107Z] main: digest: sha256:738b255bbe20c5b3946b3bfd70956159b04e94f6726a4dbc4d2f1ef73b92f7a2 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:33:39.159Z] ===================================================== [Pipeline] echo [2022-07-13T20:33:39.166Z] taggedImages: [2022-07-13T20:33:39.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:39.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-07-13T20:33:39.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.28 [2022-07-13T20:33:39.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:39.166Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-07-13T20:33:39.185Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-07-13T20:33:39.185Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:39.185Z] latest [2022-07-13T20:33:39.185Z] 2.2.1-dev.28 [2022-07-13T20:33:39.185Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:33:39.185Z] main [2022-07-13T20:33:39.185Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:39.534Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:39.881Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:33:39.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-13T20:33:39.881Z] 345bae8ba0d0: Preparing [2022-07-13T20:33:39.881Z] 7b12f5ae2cc8: Preparing [2022-07-13T20:33:39.881Z] 402493d8dc78: Preparing [2022-07-13T20:33:39.881Z] 93209e864344: Preparing [2022-07-13T20:33:39.881Z] f0e5a4d6c014: Preparing [2022-07-13T20:33:39.881Z] 3b19d27f08f7: Preparing [2022-07-13T20:33:39.881Z] 73bb99a6e169: Preparing [2022-07-13T20:33:39.881Z] ec06c3102977: Preparing [2022-07-13T20:33:39.881Z] 6a3c62e080c7: Preparing [2022-07-13T20:33:39.881Z] 340cb19ca677: Preparing [2022-07-13T20:33:39.881Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:39.881Z] 3b19d27f08f7: Waiting [2022-07-13T20:33:39.881Z] 73bb99a6e169: Waiting [2022-07-13T20:33:39.881Z] ec06c3102977: Waiting [2022-07-13T20:33:39.881Z] 6a3c62e080c7: Waiting [2022-07-13T20:33:39.881Z] 340cb19ca677: Waiting [2022-07-13T20:33:39.881Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:40.151Z] f0e5a4d6c014: Layer already exists [2022-07-13T20:33:40.151Z] 3b19d27f08f7: Layer already exists [2022-07-13T20:33:40.151Z] 73bb99a6e169: Layer already exists [2022-07-13T20:33:40.151Z] 7b12f5ae2cc8: Pushed [2022-07-13T20:33:40.151Z] ec06c3102977: Layer already exists [2022-07-13T20:33:40.151Z] 340cb19ca677: Layer already exists [2022-07-13T20:33:40.151Z] 6a3c62e080c7: Layer already exists [2022-07-13T20:33:40.151Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:40.742Z] 345bae8ba0d0: Pushed [2022-07-13T20:33:42.706Z] 402493d8dc78: Pushed [2022-07-13T20:33:57.746Z] 93209e864344: Pushed [2022-07-13T20:33:58.017Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:58.380Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:58.731Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-13T20:33:58.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-13T20:33:58.731Z] 345bae8ba0d0: Preparing [2022-07-13T20:33:58.731Z] 7b12f5ae2cc8: Preparing [2022-07-13T20:33:58.731Z] 402493d8dc78: Preparing [2022-07-13T20:33:58.731Z] 93209e864344: Preparing [2022-07-13T20:33:58.731Z] f0e5a4d6c014: Preparing [2022-07-13T20:33:58.731Z] 3b19d27f08f7: Preparing [2022-07-13T20:33:58.731Z] 73bb99a6e169: Preparing [2022-07-13T20:33:58.731Z] ec06c3102977: Preparing [2022-07-13T20:33:58.731Z] 6a3c62e080c7: Preparing [2022-07-13T20:33:58.731Z] 340cb19ca677: Preparing [2022-07-13T20:33:58.731Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:58.731Z] ec06c3102977: Waiting [2022-07-13T20:33:58.731Z] 6a3c62e080c7: Waiting [2022-07-13T20:33:58.731Z] 340cb19ca677: Waiting [2022-07-13T20:33:58.731Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:58.731Z] 3b19d27f08f7: Waiting [2022-07-13T20:33:58.731Z] 73bb99a6e169: Waiting [2022-07-13T20:33:58.731Z] f0e5a4d6c014: Layer already exists [2022-07-13T20:33:58.731Z] 93209e864344: Layer already exists [2022-07-13T20:33:58.731Z] 402493d8dc78: Layer already exists [2022-07-13T20:33:58.731Z] 7b12f5ae2cc8: Layer already exists [2022-07-13T20:33:58.731Z] 345bae8ba0d0: Layer already exists [2022-07-13T20:33:58.731Z] 6a3c62e080c7: Layer already exists [2022-07-13T20:33:58.731Z] 73bb99a6e169: Layer already exists [2022-07-13T20:33:58.731Z] ec06c3102977: Layer already exists [2022-07-13T20:33:58.731Z] 3b19d27f08f7: Layer already exists [2022-07-13T20:33:59.002Z] 340cb19ca677: Layer already exists [2022-07-13T20:33:59.002Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:59.002Z] latest: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:59.361Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:33:59.714Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 [2022-07-13T20:33:59.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-13T20:33:59.714Z] 345bae8ba0d0: Preparing [2022-07-13T20:33:59.714Z] 7b12f5ae2cc8: Preparing [2022-07-13T20:33:59.714Z] 402493d8dc78: Preparing [2022-07-13T20:33:59.714Z] 93209e864344: Preparing [2022-07-13T20:33:59.714Z] f0e5a4d6c014: Preparing [2022-07-13T20:33:59.714Z] 3b19d27f08f7: Preparing [2022-07-13T20:33:59.714Z] 73bb99a6e169: Preparing [2022-07-13T20:33:59.714Z] ec06c3102977: Preparing [2022-07-13T20:33:59.714Z] 6a3c62e080c7: Preparing [2022-07-13T20:33:59.714Z] 340cb19ca677: Preparing [2022-07-13T20:33:59.714Z] 4f4ce317c6bb: Preparing [2022-07-13T20:33:59.714Z] ec06c3102977: Waiting [2022-07-13T20:33:59.714Z] 6a3c62e080c7: Waiting [2022-07-13T20:33:59.714Z] 340cb19ca677: Waiting [2022-07-13T20:33:59.714Z] 4f4ce317c6bb: Waiting [2022-07-13T20:33:59.714Z] 73bb99a6e169: Waiting [2022-07-13T20:33:59.714Z] 3b19d27f08f7: Waiting [2022-07-13T20:33:59.714Z] 93209e864344: Layer already exists [2022-07-13T20:33:59.714Z] f0e5a4d6c014: Layer already exists [2022-07-13T20:33:59.714Z] 7b12f5ae2cc8: Layer already exists [2022-07-13T20:33:59.714Z] 345bae8ba0d0: Layer already exists [2022-07-13T20:33:59.714Z] 402493d8dc78: Layer already exists [2022-07-13T20:33:59.984Z] ec06c3102977: Layer already exists [2022-07-13T20:33:59.984Z] 6a3c62e080c7: Layer already exists [2022-07-13T20:33:59.984Z] 3b19d27f08f7: Layer already exists [2022-07-13T20:33:59.984Z] 340cb19ca677: Layer already exists [2022-07-13T20:33:59.984Z] 73bb99a6e169: Layer already exists [2022-07-13T20:33:59.984Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:33:59.984Z] 2.2.1-dev.28: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:00.343Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:00.696Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:34:00.696Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-13T20:34:00.696Z] 345bae8ba0d0: Preparing [2022-07-13T20:34:00.696Z] 7b12f5ae2cc8: Preparing [2022-07-13T20:34:00.696Z] 402493d8dc78: Preparing [2022-07-13T20:34:00.696Z] 93209e864344: Preparing [2022-07-13T20:34:00.696Z] f0e5a4d6c014: Preparing [2022-07-13T20:34:00.696Z] 3b19d27f08f7: Preparing [2022-07-13T20:34:00.696Z] 73bb99a6e169: Preparing [2022-07-13T20:34:00.696Z] ec06c3102977: Preparing [2022-07-13T20:34:00.696Z] 6a3c62e080c7: Preparing [2022-07-13T20:34:00.696Z] 340cb19ca677: Preparing [2022-07-13T20:34:00.696Z] 4f4ce317c6bb: Preparing [2022-07-13T20:34:00.696Z] ec06c3102977: Waiting [2022-07-13T20:34:00.696Z] 340cb19ca677: Waiting [2022-07-13T20:34:00.696Z] 6a3c62e080c7: Waiting [2022-07-13T20:34:00.696Z] 3b19d27f08f7: Waiting [2022-07-13T20:34:00.696Z] 4f4ce317c6bb: Waiting [2022-07-13T20:34:00.696Z] 73bb99a6e169: Waiting [2022-07-13T20:34:00.696Z] 402493d8dc78: Layer already exists [2022-07-13T20:34:00.696Z] f0e5a4d6c014: Layer already exists [2022-07-13T20:34:00.696Z] 93209e864344: Layer already exists [2022-07-13T20:34:00.696Z] 345bae8ba0d0: Layer already exists [2022-07-13T20:34:00.696Z] 7b12f5ae2cc8: Layer already exists [2022-07-13T20:34:00.696Z] 6a3c62e080c7: Layer already exists [2022-07-13T20:34:00.696Z] 3b19d27f08f7: Layer already exists [2022-07-13T20:34:00.696Z] 73bb99a6e169: Layer already exists [2022-07-13T20:34:00.696Z] ec06c3102977: Layer already exists [2022-07-13T20:34:00.696Z] 340cb19ca677: Layer already exists [2022-07-13T20:34:00.696Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:34:00.968Z] 5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:01.330Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:01.685Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-07-13T20:34:01.685Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-07-13T20:34:01.685Z] 345bae8ba0d0: Preparing [2022-07-13T20:34:01.685Z] 7b12f5ae2cc8: Preparing [2022-07-13T20:34:01.685Z] 402493d8dc78: Preparing [2022-07-13T20:34:01.685Z] 93209e864344: Preparing [2022-07-13T20:34:01.685Z] f0e5a4d6c014: Preparing [2022-07-13T20:34:01.685Z] 3b19d27f08f7: Preparing [2022-07-13T20:34:01.685Z] 73bb99a6e169: Preparing [2022-07-13T20:34:01.685Z] ec06c3102977: Preparing [2022-07-13T20:34:01.685Z] 6a3c62e080c7: Preparing [2022-07-13T20:34:01.685Z] 340cb19ca677: Preparing [2022-07-13T20:34:01.685Z] 4f4ce317c6bb: Preparing [2022-07-13T20:34:01.685Z] ec06c3102977: Waiting [2022-07-13T20:34:01.685Z] 6a3c62e080c7: Waiting [2022-07-13T20:34:01.685Z] 340cb19ca677: Waiting [2022-07-13T20:34:01.685Z] 73bb99a6e169: Waiting [2022-07-13T20:34:01.685Z] 93209e864344: Layer already exists [2022-07-13T20:34:01.685Z] 7b12f5ae2cc8: Layer already exists [2022-07-13T20:34:01.685Z] 402493d8dc78: Layer already exists [2022-07-13T20:34:01.685Z] 345bae8ba0d0: Layer already exists [2022-07-13T20:34:01.685Z] f0e5a4d6c014: Layer already exists [2022-07-13T20:34:01.958Z] 3b19d27f08f7: Layer already exists [2022-07-13T20:34:01.958Z] ec06c3102977: Layer already exists [2022-07-13T20:34:01.958Z] 73bb99a6e169: Layer already exists [2022-07-13T20:34:01.958Z] 340cb19ca677: Layer already exists [2022-07-13T20:34:01.958Z] 6a3c62e080c7: Layer already exists [2022-07-13T20:34:01.958Z] 4f4ce317c6bb: Layer already exists [2022-07-13T20:34:01.958Z] main: digest: sha256:155e0fb96f9c8ea88d5332e1fb56b6f44da641dbe4a44e31bfd564d27d6a0fd5 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-07-13T20:34:02.013Z] ===================================================== [Pipeline] echo [2022-07-13T20:34:02.022Z] taggedImages: [2022-07-13T20:34:02.022Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [2022-07-13T20:34:02.022Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-07-13T20:34:02.022Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.28 [2022-07-13T20:34:02.022Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad-2.2.1-dev.28 [2022-07-13T20:34:02.022Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:02.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T20:34:02.399Z] [2022-07-13T20:34:02.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:02.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T20:34:03.017Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-13T20:34:03.017Z] 8998bd30e6a1: Pulling fs layer [2022-07-13T20:34:03.017Z] 04944245beec: Pulling fs layer [2022-07-13T20:34:03.017Z] 699f458cf7ca: Pulling fs layer [2022-07-13T20:34:03.017Z] 765212b225bb: Pulling fs layer [2022-07-13T20:34:03.017Z] f23df028b6ca: Pulling fs layer [2022-07-13T20:34:03.017Z] d65c8cfc05b1: Pulling fs layer [2022-07-13T20:34:03.017Z] 2437ff75d9bd: Pulling fs layer [2022-07-13T20:34:03.017Z] f23df028b6ca: Waiting [2022-07-13T20:34:03.017Z] d65c8cfc05b1: Waiting [2022-07-13T20:34:03.017Z] 2437ff75d9bd: Waiting [2022-07-13T20:34:03.017Z] 765212b225bb: Waiting [2022-07-13T20:34:03.017Z] 04944245beec: Verifying Checksum [2022-07-13T20:34:03.017Z] 04944245beec: Download complete [2022-07-13T20:34:03.017Z] 765212b225bb: Download complete [2022-07-13T20:34:03.017Z] f23df028b6ca: Download complete [2022-07-13T20:34:03.017Z] d65c8cfc05b1: Verifying Checksum [2022-07-13T20:34:03.017Z] d65c8cfc05b1: Download complete [2022-07-13T20:34:03.293Z] 699f458cf7ca: Verifying Checksum [2022-07-13T20:34:03.293Z] 699f458cf7ca: Download complete [2022-07-13T20:34:03.564Z] 8998bd30e6a1: Verifying Checksum [2022-07-13T20:34:03.564Z] 8998bd30e6a1: Download complete [2022-07-13T20:34:06.178Z] 2437ff75d9bd: Download complete [2022-07-13T20:34:08.146Z] 8998bd30e6a1: Pull complete [2022-07-13T20:34:08.418Z] 04944245beec: Pull complete [2022-07-13T20:34:09.850Z] 699f458cf7ca: Pull complete [2022-07-13T20:34:10.123Z] 765212b225bb: Pull complete [2022-07-13T20:34:11.098Z] f23df028b6ca: Pull complete [2022-07-13T20:34:11.371Z] d65c8cfc05b1: Pull complete [2022-07-13T20:34:26.430Z] 2437ff75d9bd: Pull complete [2022-07-13T20:34:26.430Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-13T20:34:26.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-13T20:34:26.430Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:34:26.680Z] prd-ubuntu20.04-docker-arm64-4c-16g-19872 does not seem to be running inside a container [2022-07-13T20:34:26.817Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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-lftools-log-publisher:arm64 cat [2022-07-13T20:34:29.439Z] $ docker top ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:34:30.489Z] ---> job-cost.sh [2022-07-13T20:34:30.490Z] lf-activate-venv: SKIPPING [2022-07-13T20:34:30.490Z] INFO: No Stack... [2022-07-13T20:34:31.092Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-13T20:34:32.090Z] INFO: Archiving Costs [Pipeline] sh [2022-07-13T20:34:32.769Z] + cat /w/workspace/edgex-go/262/archives/cost.csv [2022-07-13T20:34:32.769Z] + cut -d, -f6 [Pipeline] lock [2022-07-13T20:34:32.799Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] [2022-07-13T20:34:32.809Z] Resource [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] did not exist. Created. [2022-07-13T20:34:32.809Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-13T20:34:33.476Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-13T20:34:34.067Z] Stashed 1 file(s) [Pipeline] } [2022-07-13T20:34:34.076Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-262-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-13T20:34:34.102Z] $ docker stop --time=1 ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 [2022-07-13T20:34:35.626Z] $ docker rm -f ba16b2182d703e8a3fb6fd8b4d6405f237980cd0bddf7f2790b1618072ebcc21 [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 [2022-07-13T20:34:36.152Z] provisioning config files... [2022-07-13T20:34:36.160Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/262@tmp/config7222880302573298855tmp [Pipeline] { [Pipeline] sh [2022-07-13T20:34:36.455Z] + set +x [2022-07-13T20:34:36.455Z] + curl -s https://codecov.io/bash [2022-07-13T20:34:36.455Z] + bash -s -- [2022-07-13T20:34:36.455Z] [2022-07-13T20:34:36.455Z] _____ _ [2022-07-13T20:34:36.455Z] / ____| | | [2022-07-13T20:34:36.455Z] | | ___ __| | ___ ___ _____ __ [2022-07-13T20:34:36.455Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-13T20:34:36.455Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-13T20:34:36.455Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-13T20:34:36.455Z] Bash-1.0.6 [2022-07-13T20:34:36.455Z] [2022-07-13T20:34:36.455Z] [2022-07-13T20:34:36.455Z] ==> git version 2.25.1 found [2022-07-13T20:34:36.455Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-07-13T20:34:36.455Z] Release-Date: 2020-01-08 [2022-07-13T20:34:36.455Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-13T20:34:36.455Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-13T20:34:36.455Z] ==> Jenkins CI detected. [2022-07-13T20:34:36.455Z] current dir:  /w/workspace/edgex-go/262 [2022-07-13T20:34:36.455Z] project root: . [2022-07-13T20:34:36.455Z] --> token set from env [2022-07-13T20:34:36.455Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-13T20:34:36.455Z] ==> Running gcov in . (disable via -X gcov) [2022-07-13T20:34:36.455Z] ==> Python coveragepy not found [2022-07-13T20:34:36.455Z] ==> Searching for coverage reports in: [2022-07-13T20:34:36.455Z] + . [2022-07-13T20:34:36.740Z] -> Found 1 reports [2022-07-13T20:34:36.740Z] ==> Detecting git/mercurial file structure [2022-07-13T20:34:36.740Z] ==> Reading reports [2022-07-13T20:34:36.740Z] + ./coverage.out bytes=435593 [2022-07-13T20:34:36.740Z] ==> Appending adjustments [2022-07-13T20:34:36.740Z] https://docs.codecov.io/docs/fixing-reports [2022-07-13T20:34:37.699Z] + Found adjustments [2022-07-13T20:34:37.959Z] ==> Gzipping contents [2022-07-13T20:34:37.959Z] 60K /tmp/codecov.x69UiH.gz [2022-07-13T20:34:37.959Z] ==> Uploading reports [2022-07-13T20:34:37.959Z] url: https://codecov.io [2022-07-13T20:34:37.959Z] query: branch=main&commit=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-13T20:34:37.959Z] -> Pinging Codecov [2022-07-13T20:34:37.960Z] 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=5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad&build=262&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F262%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-07-13T20:34:38.220Z] -> Uploading to [2022-07-13T20:34:38.220Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-13/00271124DB129430A58F1EEE437C3FCB/5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad/65119611-0dae-4a09-8614-86ae0cddf7b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220713%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220713T203437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=50a57c86d737d1cd64788bd2041e0e99de80491a091036cef920ae139006f2ef [2022-07-13T20:34:38.220Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:34:38.220Z] Dload Upload Total Spent Left Speed [2022-07-13T20:34:38.480Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59907 0 0 100 59907 0 267k --:--:-- --:--:-- --:--:-- 267k [2022-07-13T20:34:38.480Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5ac2a4f5d31ced3bd72edde5e7121f8b15c1b6ad [Pipeline] } [2022-07-13T20:34:38.487Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-07-13T20:34:38.720Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-07-13T20:34:38.735Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:39.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-13T20:34:39.038Z] [2022-07-13T20:34:39.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:34:39.343Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-13T20:34:39.343Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-07-13T20:34:39.343Z] df9b9388f04a: Already exists [2022-07-13T20:34:39.343Z] 52dc419b0ee2: Pulling fs layer [2022-07-13T20:34:39.343Z] 25bc292e5bac: Pulling fs layer [2022-07-13T20:34:39.343Z] 114826534d7a: Pulling fs layer [2022-07-13T20:34:39.343Z] 4657fd5d0bcf: Pulling fs layer [2022-07-13T20:34:39.343Z] 6ad1cebc031e: Pulling fs layer [2022-07-13T20:34:39.343Z] 8a3aa393b2d8: Pulling fs layer [2022-07-13T20:34:39.343Z] 4657fd5d0bcf: Waiting [2022-07-13T20:34:39.343Z] 8a3aa393b2d8: Waiting [2022-07-13T20:34:39.343Z] 6ad1cebc031e: Waiting [2022-07-13T20:34:39.343Z] 25bc292e5bac: Verifying Checksum [2022-07-13T20:34:39.343Z] 25bc292e5bac: Download complete [2022-07-13T20:34:39.343Z] 52dc419b0ee2: Verifying Checksum [2022-07-13T20:34:39.343Z] 52dc419b0ee2: Download complete [2022-07-13T20:34:39.343Z] 4657fd5d0bcf: Verifying Checksum [2022-07-13T20:34:39.343Z] 4657fd5d0bcf: Download complete [2022-07-13T20:34:39.603Z] 52dc419b0ee2: Pull complete [2022-07-13T20:34:39.603Z] 25bc292e5bac: Pull complete [2022-07-13T20:34:39.603Z] 6ad1cebc031e: Verifying Checksum [2022-07-13T20:34:39.603Z] 6ad1cebc031e: Download complete [2022-07-13T20:34:40.175Z] 114826534d7a: Verifying Checksum [2022-07-13T20:34:40.175Z] 114826534d7a: Download complete [2022-07-13T20:34:40.434Z] 8a3aa393b2d8: Verifying Checksum [2022-07-13T20:34:40.434Z] 8a3aa393b2d8: Download complete [2022-07-13T20:34:43.724Z] 114826534d7a: Pull complete [2022-07-13T20:34:43.724Z] 4657fd5d0bcf: Pull complete [2022-07-13T20:34:43.982Z] 6ad1cebc031e: Pull complete [2022-07-13T20:34:47.270Z] 8a3aa393b2d8: Pull complete [2022-07-13T20:34:47.270Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-07-13T20:34:47.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-07-13T20:34:47.270Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:34:47.353Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:34:47.395Z] $ 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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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-snyk-go:1.410.4 cat [2022-07-13T20:34:49.496Z] $ docker top 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc -eo pid,comm [Pipeline] { [Pipeline] echo [2022-07-13T20:34:49.575Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-07-13T20:34:49.854Z] + set -o pipefail [2022-07-13T20:34:49.854Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] Monitoring /w/workspace/edgex-go/262 (github.com/edgexfoundry/edgex-go)... [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0ab44373-acb7-4da6-846d-a1e4c07347aa [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] [2022-07-13T20:34:55.137Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-07-13T20:34:55.137Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-07-13T20:34:55.150Z] $ docker stop --time=1 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc [2022-07-13T20:34:57.250Z] $ docker rm -f 0ad366b362696142a966b02de9086ab42a99b958cf5deec1a7b682df17a956bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-07-13T20:34:57.653Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:34:57.664Z] provisioning config files... [2022-07-13T20:34:57.673Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/262@tmp/config4625621823492759756tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:34:57.972Z] --> edgex-publish-swagger.sh [2022-07-13T20:34:57.972Z] === Publish openapi/v2 API === [2022-07-13T20:34:57.972Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-07-13T20:34:57.972Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/262/openapi/v2/core-command.yaml] [2022-07-13T20:34:57.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:34:57.972Z] Dload Upload Total Spent Left Speed [2022-07-13T20:34:58.916Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 36495 --:--:-- --:--:-- --:--:-- 36455 100 33831 0 0 100 33831 0 36495 --:--:-- --:--:-- --:--:-- 36455 [2022-07-13T20:34:58.916Z] [2022-07-13T20:34:58.916Z] [2022-07-13T20:34:58.916Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/262/openapi/v2/core-data.yaml] [2022-07-13T20:34:58.916Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:34:58.916Z] Dload Upload Total Spent Left Speed [2022-07-13T20:34:59.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 76581 --:--:-- --:--:-- --:--:-- 76500 100 71604 0 0 100 71604 0 76500 --:--:-- --:--:-- --:--:-- 76500 [2022-07-13T20:34:59.859Z] [2022-07-13T20:34:59.859Z] [2022-07-13T20:34:59.859Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/262/openapi/v2/core-metadata.yaml] [2022-07-13T20:34:59.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:34:59.859Z] Dload Upload Total Spent Left Speed [2022-07-13T20:35:00.801Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 145k --:--:-- --:--:-- --:--:-- 145k 100 141k 0 0 100 141k 0 145k --:--:-- --:--:-- --:--:-- 145k [2022-07-13T20:35:00.801Z] [2022-07-13T20:35:00.801Z] [2022-07-13T20:35:00.801Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/262/openapi/v2/support-notifications.yaml] [2022-07-13T20:35:00.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:35:00.801Z] Dload Upload Total Spent Left Speed [2022-07-13T20:35:02.185Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 75120 0:00:01 0:00:01 --:--:-- 75120 100 89318 0 0 100 89318 0 75120 0:00:01 0:00:01 --:--:-- 75120 [2022-07-13T20:35:02.185Z] [2022-07-13T20:35:02.185Z] [2022-07-13T20:35:02.185Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/262/openapi/v2/support-scheduler.yaml] [2022-07-13T20:35:02.185Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:35:02.185Z] Dload Upload Total Spent Left Speed [2022-07-13T20:35:02.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 190k --:--:-- --:--:-- --:--:-- 189k 100 39556 0 0 100 39556 0 42670 --:--:-- --:--:-- --:--:-- 42625 [2022-07-13T20:35:02.760Z] [2022-07-13T20:35:02.760Z] [2022-07-13T20:35:03.020Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/262/openapi/v2/system-agent.yaml] [2022-07-13T20:35:03.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-13T20:35:03.020Z] Dload Upload Total Spent Left Speed [2022-07-13T20:35:03.961Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18671 100 20091 0 0 100 20091 0 18654 0:00:01 0:00:01 --:--:-- 18654 [2022-07-13T20:35:03.961Z] [2022-07-13T20:35:03.961Z] [Pipeline] } [2022-07-13T20:35:03.969Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-07-13T20:35:04.363Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T20:35:04.364Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:04.667Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:35:04.667Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:35:04.754Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:35:04.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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/py-git-semver:0.1.4 cat [2022-07-13T20:35:05.202Z] $ docker top 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T20:35:05.310Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T20:35:05.310Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T20:35:05.455Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T20:35:05.457Z] $ docker exec 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 ssh-agent [2022-07-13T20:35:05.583Z] SSH_AUTH_SOCK=/tmp/ssh-RmGwJs8CZXQ3/agent.32 [2022-07-13T20:35:05.583Z] SSH_AGENT_PID=39 [2022-07-13T20:35:05.588Z] Running ssh-add (command line suppressed) [2022-07-13T20:35:05.695Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_1146752154384097647.key (/w/workspace/edgex-go/262@tmp/private_key_1146752154384097647.key) [2022-07-13T20:35:05.713Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T20:35:06.000Z] + git semver tag [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,183 [run_tag] DEBUG tag force:False [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,183 [check_head_tag] DEBUG check head tag [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,184 [execute] INFO git cat-file --batch-check [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,184 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=) [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,188 [execute] INFO git cat-file --batch [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,188 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=) [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,207 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,207 [execute] INFO git tag -a v2.2.1-dev.28 -m v2.2.1-dev.28 [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,207 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.28', '-m', 'v2.2.1-dev.28'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) [2022-07-13T20:35:06.260Z] 2022-07-13 20:35:06,210 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:06.260Z] 2.2.1-dev.28 [Pipeline] } [2022-07-13T20:35:06.268Z] $ docker exec --env ******** --env ******** 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 ssh-agent -k [2022-07-13T20:35:06.397Z] unset SSH_AUTH_SOCK; [2022-07-13T20:35:06.398Z] unset SSH_AGENT_PID; [2022-07-13T20:35:06.398Z] echo Agent pid 39 killed; [2022-07-13T20:35:06.412Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T20:35:06.721Z] + git semver [Pipeline] } [2022-07-13T20:35:06.995Z] $ docker stop --time=1 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 [2022-07-13T20:35:08.288Z] $ docker rm -f 5ec19c2bab86d5869305c9eaac09836a6f27b09c25dc39a22a8dace4ca989156 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:08.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-13T20:35:08.686Z] [2022-07-13T20:35:08.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:08.991Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-13T20:35:09.253Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-07-13T20:35:09.253Z] ab5ef0e58194: Pulling fs layer [2022-07-13T20:35:09.253Z] 9712f1f96733: Pulling fs layer [2022-07-13T20:35:09.253Z] 63f879dbbcfc: Pulling fs layer [2022-07-13T20:35:09.253Z] 0d9ebad4ef96: Pulling fs layer [2022-07-13T20:35:09.253Z] e9a5061849ea: Pulling fs layer [2022-07-13T20:35:09.253Z] d747dcd14b5f: Pulling fs layer [2022-07-13T20:35:09.253Z] 2de7ff778b66: Pulling fs layer [2022-07-13T20:35:09.253Z] 0d9ebad4ef96: Waiting [2022-07-13T20:35:09.253Z] d747dcd14b5f: Waiting [2022-07-13T20:35:09.253Z] 2de7ff778b66: Waiting [2022-07-13T20:35:09.253Z] e9a5061849ea: Waiting [2022-07-13T20:35:09.253Z] 9712f1f96733: Verifying Checksum [2022-07-13T20:35:09.253Z] 9712f1f96733: Download complete [2022-07-13T20:35:09.514Z] 63f879dbbcfc: Verifying Checksum [2022-07-13T20:35:09.514Z] 63f879dbbcfc: Download complete [2022-07-13T20:35:09.773Z] 0d9ebad4ef96: Verifying Checksum [2022-07-13T20:35:09.773Z] 0d9ebad4ef96: Download complete [2022-07-13T20:35:09.773Z] d747dcd14b5f: Verifying Checksum [2022-07-13T20:35:09.773Z] d747dcd14b5f: Download complete [2022-07-13T20:35:09.773Z] e9a5061849ea: Verifying Checksum [2022-07-13T20:35:09.773Z] e9a5061849ea: Download complete [2022-07-13T20:35:09.773Z] ab5ef0e58194: Verifying Checksum [2022-07-13T20:35:09.773Z] ab5ef0e58194: Download complete [2022-07-13T20:35:09.773Z] 2de7ff778b66: Verifying Checksum [2022-07-13T20:35:09.773Z] 2de7ff778b66: Download complete [2022-07-13T20:35:12.305Z] ab5ef0e58194: Pull complete [2022-07-13T20:35:12.566Z] 9712f1f96733: Pull complete [2022-07-13T20:35:13.134Z] 63f879dbbcfc: Pull complete [2022-07-13T20:35:17.325Z] 0d9ebad4ef96: Pull complete [2022-07-13T20:35:17.325Z] e9a5061849ea: Pull complete [2022-07-13T20:35:17.325Z] d747dcd14b5f: Pull complete [2022-07-13T20:35:18.263Z] 2de7ff778b66: Pull complete [2022-07-13T20:35:18.263Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-07-13T20:35:18.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-07-13T20:35:18.263Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:35:18.356Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:35:18.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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:0.23.1-centos7 cat [2022-07-13T20:35:20.392Z] $ docker top 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:35:20.492Z] provisioning config files... [2022-07-13T20:35:20.502Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/262@tmp/config5957377052729103015tmp [2022-07-13T20:35:20.512Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/262@tmp/config7921292992273459806tmp [2022-07-13T20:35:20.522Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/262@tmp/config6962444782871338899tmp [Pipeline] { [Pipeline] echo [2022-07-13T20:35:20.536Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:20.845Z] ---> sigul-configuration.sh [2022-07-13T20:35:20.845Z] gpg: directory `/root/.gnupg' created [2022-07-13T20:35:20.845Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-07-13T20:35:20.845Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-07-13T20:35:20.845Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-07-13T20:35:20.845Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-07-13T20:35:20.845Z] gpg: CAST5 encrypted data [2022-07-13T20:35:20.845Z] gpg: encrypted with 1 passphrase [2022-07-13T20:35:20.845Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-07-13T20:35:21.129Z] + mkdir /home/jenkins [2022-07-13T20:35:21.129Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-07-13T20:35:21.416Z] + 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 [2022-07-13T20:35:21.426Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:21.710Z] ---> sigul-install.sh [2022-07-13T20:35:21.710Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-07-13T20:35:22.001Z] + git tag --list [2022-07-13T20:35:22.001Z] 0.6.0 [2022-07-13T20:35:22.001Z] 0.6.1 [2022-07-13T20:35:22.001Z] 0.7.0 [2022-07-13T20:35:22.001Z] 0.7.1 [2022-07-13T20:35:22.001Z] v1.0.0 [2022-07-13T20:35:22.001Z] v1.0.1 [2022-07-13T20:35:22.001Z] v1.1.0 [2022-07-13T20:35:22.001Z] v1.2.0 [2022-07-13T20:35:22.001Z] v1.2.1 [2022-07-13T20:35:22.001Z] v1.3.0 [2022-07-13T20:35:22.001Z] v1.3.1 [2022-07-13T20:35:22.001Z] v2.0.0 [2022-07-13T20:35:22.001Z] v2.1.0 [2022-07-13T20:35:22.001Z] v2.1.1 [2022-07-13T20:35:22.001Z] v2.1.1-dev.1 [2022-07-13T20:35:22.001Z] v2.1.1-dev.2 [2022-07-13T20:35:22.001Z] v2.1.1-dev.3 [2022-07-13T20:35:22.001Z] v2.1.1-dev.4 [2022-07-13T20:35:22.001Z] v2.1.1-dev.5 [2022-07-13T20:35:22.001Z] v2.1.1-dev.6 [2022-07-13T20:35:22.001Z] v2.1.1-dev.7 [2022-07-13T20:35:22.001Z] v2.1.1-dev.8 [2022-07-13T20:35:22.001Z] v2.2.0 [2022-07-13T20:35:22.002Z] v2.2.1-dev.1 [2022-07-13T20:35:22.002Z] v2.2.1-dev.10 [2022-07-13T20:35:22.002Z] v2.2.1-dev.11 [2022-07-13T20:35:22.002Z] v2.2.1-dev.12 [2022-07-13T20:35:22.002Z] v2.2.1-dev.13 [2022-07-13T20:35:22.002Z] v2.2.1-dev.14 [2022-07-13T20:35:22.002Z] v2.2.1-dev.15 [2022-07-13T20:35:22.002Z] v2.2.1-dev.16 [2022-07-13T20:35:22.002Z] v2.2.1-dev.17 [2022-07-13T20:35:22.002Z] v2.2.1-dev.18 [2022-07-13T20:35:22.002Z] v2.2.1-dev.19 [2022-07-13T20:35:22.002Z] v2.2.1-dev.2 [2022-07-13T20:35:22.002Z] v2.2.1-dev.20 [2022-07-13T20:35:22.002Z] v2.2.1-dev.21 [2022-07-13T20:35:22.002Z] v2.2.1-dev.22 [2022-07-13T20:35:22.002Z] v2.2.1-dev.23 [2022-07-13T20:35:22.002Z] v2.2.1-dev.24 [2022-07-13T20:35:22.002Z] v2.2.1-dev.25 [2022-07-13T20:35:22.002Z] v2.2.1-dev.26 [2022-07-13T20:35:22.002Z] v2.2.1-dev.27 [2022-07-13T20:35:22.002Z] v2.2.1-dev.28 [2022-07-13T20:35:22.002Z] v2.2.1-dev.3 [2022-07-13T20:35:22.002Z] v2.2.1-dev.4 [2022-07-13T20:35:22.002Z] v2.2.1-dev.5 [2022-07-13T20:35:22.002Z] v2.2.1-dev.6 [2022-07-13T20:35:22.002Z] v2.2.1-dev.7 [2022-07-13T20:35:22.002Z] v2.2.1-dev.8 [2022-07-13T20:35:22.002Z] v2.2.1-dev.9 [Pipeline] sh [2022-07-13T20:35:22.292Z] + lftools sign git-tag v2.2.1-dev.28 [2022-07-13T20:35:22.862Z] Signing Git tag with Sigul... [2022-07-13T20:35:22.862Z] Signing v2.2.1-dev.28 [Pipeline] echo [2022-07-13T20:35:23.131Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:23.419Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-07-13T20:35:23.427Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-07-13T20:35:23.444Z] $ docker stop --time=1 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 [2022-07-13T20:35:24.761Z] $ docker rm -f 4ff2477b20410c531b0ede6eb203dc9dd34dad489bc50d4e07b377932ee30aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-07-13T20:35:25.196Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T20:35:25.196Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:25.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:35:25.498Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:35:25.573Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:35:25.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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/py-git-semver:0.1.4 cat [2022-07-13T20:35:26.010Z] $ docker top 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T20:35:26.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T20:35:26.102Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T20:35:26.220Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T20:35:26.222Z] $ docker exec 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 ssh-agent [2022-07-13T20:35:26.349Z] SSH_AUTH_SOCK=/tmp/ssh-VgoeWhOxGidA/agent.32 [2022-07-13T20:35:26.349Z] SSH_AGENT_PID=39 [2022-07-13T20:35:26.354Z] Running ssh-add (command line suppressed) [2022-07-13T20:35:26.465Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_7171016944743397347.key (/w/workspace/edgex-go/262@tmp/private_key_7171016944743397347.key) [2022-07-13T20:35:26.481Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T20:35:26.770Z] + git semver bump pre [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [bump_version] DEBUG bumping version:2.2.1-dev.28 on axis:pre with prefix:dev [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [bump_version] DEBUG bumped version:2.2.1-dev.29 [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [write_version] DEBUG write version:2.2.1-dev.29 to path:/w/workspace/edgex-go/262/.semver/main with force:True [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,938 [write_file] DEBUG write to file:/w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,940 [execute] INFO git cat-file --batch-check [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,941 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,946 [execute] INFO git cat-file --batch [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,946 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T20:35:27.030Z] 2022-07-13 20:35:26,951 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:27.030Z] 2.2.1-dev.29 [Pipeline] } [2022-07-13T20:35:27.038Z] $ docker exec --env ******** --env ******** 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 ssh-agent -k [2022-07-13T20:35:27.148Z] unset SSH_AUTH_SOCK; [2022-07-13T20:35:27.148Z] unset SSH_AGENT_PID; [2022-07-13T20:35:27.148Z] echo Agent pid 39 killed; [2022-07-13T20:35:27.159Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T20:35:27.455Z] + git semver [Pipeline] } [2022-07-13T20:35:27.727Z] $ docker stop --time=1 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 [2022-07-13T20:35:29.015Z] $ docker rm -f 27003f89c93941279a855e50400423ae16389869d7ffa454f94e80ac4c993429 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-13T20:35:29.371Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-13T20:35:29.372Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:29.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-13T20:35:29.680Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:35:29.755Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:35:29.795Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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/py-git-semver:0.1.4 cat [2022-07-13T20:35:30.157Z] $ docker top 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-13T20:35:30.251Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-13T20:35:30.251Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-13T20:35:30.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-13T20:35:30.375Z] $ docker exec 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae ssh-agent [2022-07-13T20:35:30.501Z] SSH_AUTH_SOCK=/tmp/ssh-qHMhcNz9F7JS/agent.33 [2022-07-13T20:35:30.501Z] SSH_AGENT_PID=39 [2022-07-13T20:35:30.507Z] Running ssh-add (command line suppressed) [2022-07-13T20:35:30.634Z] Identity added: /w/workspace/edgex-go/262@tmp/private_key_5826547602499116742.key (/w/workspace/edgex-go/262@tmp/private_key_5826547602499116742.key) [2022-07-13T20:35:30.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-13T20:35:30.937Z] + git semver push [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,136 [run_push] DEBUG push [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,137 [execute] INFO git cat-file --batch-check [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,137 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=) [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,140 [execute] INFO git rev-list 787f24ff6e21450608318b78cee67545ea393243 -- [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,141 [execute] DEBUG Popen(['git', 'rev-list', '787f24ff6e21450608318b78cee67545ea393243', '--'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,155 [execute] INFO git fetch -v origin [2022-07-13T20:35:31.197Z] 2022-07-13 20:35:31,155 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=True, shell=None, istream=None) [2022-07-13T20:35:31.767Z] 2022-07-13 20:35:31,642 [run_push] DEBUG no remote changes detected [2022-07-13T20:35:31.767Z] 2022-07-13 20:35:31,642 [execute] INFO git push origin semver [2022-07-13T20:35:31.767Z] 2022-07-13 20:35:31,642 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/262/.semver, universal_newlines=False, shell=None, istream=None) [2022-07-13T20:35:32.709Z] 2022-07-13 20:35:32,419 [run_push] DEBUG push all version tags [2022-07-13T20:35:32.709Z] 2022-07-13 20:35:32,419 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-07-13T20:35:32.709Z] 2022-07-13 20:35:32,419 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/262, universal_newlines=False, shell=None, istream=None) [2022-07-13T20:35:33.309Z] 2022-07-13 20:35:33,108 [read_version] DEBUG read version from /w/workspace/edgex-go/262/.semver/main [2022-07-13T20:35:33.309Z] 2.2.1-dev.29 [Pipeline] } [2022-07-13T20:35:33.332Z] $ docker exec --env ******** --env ******** 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae ssh-agent -k [2022-07-13T20:35:33.440Z] unset SSH_AUTH_SOCK; [2022-07-13T20:35:33.440Z] unset SSH_AGENT_PID; [2022-07-13T20:35:33.440Z] echo Agent pid 39 killed; [2022-07-13T20:35:33.452Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-13T20:35:33.759Z] + git semver [Pipeline] } [2022-07-13T20:35:34.032Z] $ docker stop --time=1 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae [2022-07-13T20:35:35.362Z] $ docker rm -f 1e00023df9ee6f86527fd273f7a2673f3b2f86804255cc29236aba5c1c9c4cae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-13T20:35:35.905Z] + [ -d /w/workspace/edgex-go/262/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:36.199Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:37.066Z] ---> package-listing.sh [2022-07-13T20:35:37.067Z] ++ facter osfamily [2022-07-13T20:35:37.067Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-13T20:35:37.326Z] + OS_FAMILY=debian [2022-07-13T20:35:37.326Z] + workspace=/w/workspace/edgex-go/262 [2022-07-13T20:35:37.326Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-13T20:35:37.326Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-13T20:35:37.326Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-13T20:35:37.326Z] + PACKAGES=/tmp/packages_start.txt [2022-07-13T20:35:37.326Z] + '[' /w/workspace/edgex-go/262 ']' [2022-07-13T20:35:37.326Z] + PACKAGES=/tmp/packages_end.txt [2022-07-13T20:35:37.326Z] + case "${OS_FAMILY}" in [2022-07-13T20:35:37.326Z] + dpkg -l [2022-07-13T20:35:37.326Z] + grep '^ii' [2022-07-13T20:35:37.326Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-13T20:35:37.326Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-13T20:35:37.326Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-13T20:35:37.326Z] + '[' /w/workspace/edgex-go/262 ']' [2022-07-13T20:35:37.326Z] + mkdir -p /w/workspace/edgex-go/262/archives/ [2022-07-13T20:35:37.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/262/archives/ [Pipeline] echo [2022-07-13T20:35:37.337Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/262/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-13T20:35:37.616Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:38.182Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T20:35:38.182Z] [2022-07-13T20:35:38.182Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-13T20:35:38.484Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T20:35:38.484Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-13T20:35:38.484Z] 5eb5b503b376: Pulling fs layer [2022-07-13T20:35:38.484Z] 5c69ac0246d0: Pulling fs layer [2022-07-13T20:35:38.484Z] ec43610c2a17: Pulling fs layer [2022-07-13T20:35:38.484Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-13T20:35:38.484Z] 33b1e0a273af: Pulling fs layer [2022-07-13T20:35:38.484Z] 5d3b04190fa2: Pulling fs layer [2022-07-13T20:35:38.484Z] 2f39f015ded8: Pulling fs layer [2022-07-13T20:35:38.484Z] 3a2ae6a8a46f: Waiting [2022-07-13T20:35:38.484Z] 33b1e0a273af: Waiting [2022-07-13T20:35:38.484Z] 5d3b04190fa2: Waiting [2022-07-13T20:35:38.484Z] 2f39f015ded8: Waiting [2022-07-13T20:35:38.484Z] 5c69ac0246d0: Verifying Checksum [2022-07-13T20:35:38.484Z] 5c69ac0246d0: Download complete [2022-07-13T20:35:38.484Z] 3a2ae6a8a46f: Verifying Checksum [2022-07-13T20:35:38.484Z] 3a2ae6a8a46f: Download complete [2022-07-13T20:35:38.484Z] 33b1e0a273af: Verifying Checksum [2022-07-13T20:35:38.484Z] 33b1e0a273af: Download complete [2022-07-13T20:35:38.744Z] 5d3b04190fa2: Verifying Checksum [2022-07-13T20:35:38.744Z] 5d3b04190fa2: Download complete [2022-07-13T20:35:38.744Z] ec43610c2a17: Verifying Checksum [2022-07-13T20:35:38.744Z] ec43610c2a17: Download complete [2022-07-13T20:35:38.744Z] 5eb5b503b376: Download complete [2022-07-13T20:35:39.322Z] 2f39f015ded8: Download complete [2022-07-13T20:35:39.890Z] 5eb5b503b376: Pull complete [2022-07-13T20:35:40.150Z] 5c69ac0246d0: Pull complete [2022-07-13T20:35:40.718Z] ec43610c2a17: Pull complete [2022-07-13T20:35:40.718Z] 3a2ae6a8a46f: Pull complete [2022-07-13T20:35:40.978Z] 33b1e0a273af: Pull complete [2022-07-13T20:35:40.978Z] 5d3b04190fa2: Pull complete [2022-07-13T20:35:46.245Z] 2f39f015ded8: Pull complete [2022-07-13T20:35:46.245Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-13T20:35:46.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-13T20:35:46.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-13T20:35:46.349Z] prd-ubuntu20.04-docker-8c-8g-19871 does not seem to be running inside a container [2022-07-13T20:35:46.384Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/262/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/262 -v /w/workspace/edgex-go/262:/w/workspace/edgex-go/262:rw,z -v /w/workspace/edgex-go/262@tmp:/w/workspace/edgex-go/262@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:latest cat [2022-07-13T20:35:48.090Z] $ docker top 9658be0202d6b9a2dee13220a4c327d869c81c4049ebf0d529d988c812136fa9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-13T20:35:48.454Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-13T20:35:48.745Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-13T20:35:49.034Z] + ls /var/log/sa-host [2022-07-13T20:35:49.034Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-13T20:35:49.164Z] provisioning config files... [2022-07-13T20:35:49.177Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/262@tmp/config6396522295024664955tmp [Pipeline] { [Pipeline] echo [2022-07-13T20:35:49.192Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:49.476Z] ---> create-netrc.sh [Pipeline] } [2022-07-13T20:35:49.485Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:49.827Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-13T20:35:49.837Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:50.124Z] ---> sudo-logs.sh [2022-07-13T20:35:50.124Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-13T20:35:50.148Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:50.434Z] ---> job-cost.sh [2022-07-13T20:35:50.434Z] lf-activate-venv: SKIPPING [2022-07-13T20:35:50.434Z] DEBUG: total: 0.10999999940395355 [2022-07-13T20:35:50.434Z] INFO: Retrieving Stack Cost... [2022-07-13T20:35:51.005Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-13T20:35:51.265Z] INFO: Archiving Costs [Pipeline] echo [2022-07-13T20:35:51.277Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-13T20:35:51.563Z] ---> logs-deploy.sh [2022-07-13T20:35:51.563Z] lf-activate-venv: SKIPPING [2022-07-13T20:35:51.563Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/262 [2022-07-13T20:35:51.563Z] INFO: archiving workspace using pattern(s): [2022-07-13T20:35:52.504Z] Archives upload complete. [2022-07-13T20:35:52.766Z] INFO: archiving logs to Nexus [2022-07-13T20:35:53.344Z] ---> uname -a: [2022-07-13T20:35:53.344Z] Linux prd-ubuntu20-04-docker-8c-8g-19871 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] ---> lscpu: [2022-07-13T20:35:53.344Z] Architecture: x86_64 [2022-07-13T20:35:53.344Z] CPU op-mode(s): 32-bit, 64-bit [2022-07-13T20:35:53.344Z] Byte Order: Little Endian [2022-07-13T20:35:53.344Z] Address sizes: 40 bits physical, 48 bits virtual [2022-07-13T20:35:53.344Z] CPU(s): 8 [2022-07-13T20:35:53.344Z] On-line CPU(s) list: 0-7 [2022-07-13T20:35:53.344Z] Thread(s) per core: 1 [2022-07-13T20:35:53.344Z] Core(s) per socket: 1 [2022-07-13T20:35:53.344Z] Socket(s): 8 [2022-07-13T20:35:53.344Z] NUMA node(s): 1 [2022-07-13T20:35:53.344Z] Vendor ID: AuthenticAMD [2022-07-13T20:35:53.344Z] CPU family: 23 [2022-07-13T20:35:53.344Z] Model: 49 [2022-07-13T20:35:53.344Z] Model name: AMD EPYC-Rome Processor [2022-07-13T20:35:53.344Z] Stepping: 0 [2022-07-13T20:35:53.344Z] CPU MHz: 2799.998 [2022-07-13T20:35:53.344Z] BogoMIPS: 5599.99 [2022-07-13T20:35:53.344Z] Virtualization: AMD-V [2022-07-13T20:35:53.344Z] Hypervisor vendor: KVM [2022-07-13T20:35:53.344Z] Virtualization type: full [2022-07-13T20:35:53.344Z] L1d cache: 256 KiB [2022-07-13T20:35:53.344Z] L1i cache: 256 KiB [2022-07-13T20:35:53.344Z] L2 cache: 4 MiB [2022-07-13T20:35:53.344Z] L3 cache: 128 MiB [2022-07-13T20:35:53.344Z] NUMA node0 CPU(s): 0-7 [2022-07-13T20:35:53.344Z] Vulnerability Itlb multihit: Not affected [2022-07-13T20:35:53.344Z] Vulnerability L1tf: Not affected [2022-07-13T20:35:53.344Z] Vulnerability Mds: Not affected [2022-07-13T20:35:53.344Z] Vulnerability Meltdown: Not affected [2022-07-13T20:35:53.344Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-07-13T20:35:53.344Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-07-13T20:35:53.344Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-07-13T20:35:53.344Z] Vulnerability Srbds: Not affected [2022-07-13T20:35:53.344Z] Vulnerability Tsx async abort: Not affected [2022-07-13T20:35:53.344Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] ---> nproc: [2022-07-13T20:35:53.344Z] 8 [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z] ---> df -h: [2022-07-13T20:35:53.344Z] Filesystem Size Used Avail Use% Mounted on [2022-07-13T20:35:53.344Z] overlay 155G 20G 135G 13% / [2022-07-13T20:35:53.344Z] tmpfs 64M 0 64M 0% /dev [2022-07-13T20:35:53.344Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-07-13T20:35:53.344Z] shm 64M 0 64M 0% /dev/shm [2022-07-13T20:35:53.344Z] /dev/vda1 155G 20G 135G 13% /facter-os [2022-07-13T20:35:53.344Z] [2022-07-13T20:35:53.344Z]