Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 08ca0edeffa98a49321873a39f0210382b374702 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-ssh3481373500881289731.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh17343095685675028692.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh3603813295396920041.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16120393412773651948.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 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-ssh2545068990880840015.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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/v3], 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/v3 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-8638 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/440 [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/440 # 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 08ca0edeffa98a49321873a39f0210382b374702 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4417)" > 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 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 > git rev-list --no-walk bf371e8c577b45590121912e6f14e0928f0d9ba1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:50:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:50:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:50:23 ========================================================= 20:50:23 EdgeX Global Pipelines Version Info 20:50:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:50:23 ------------------- 20:50:23 stable info: 20:50:23 ------------------- 20:50:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:50:23 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:50:23 Message: update stable to v1.0.244 20:50:24 ------------------- 20:50:24 experimental info: 20:50:24 ------------------- 20:50:24 Commited By: **** collab-it+edgex@linuxfoundation.org 20:50:24 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:50:24 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08ca0ed [Pipeline] echo 20:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:50:24 provisioning config files... 20:50:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config17433332596413997097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:50:25 ---> docker-login.sh 20:50:25 nexus3.edgexfoundry.org:10001 20:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:25 Configure a credential helper to remove this warning. See 20:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:25 20:50:25 Login Succeeded 20:50:25 nexus3.edgexfoundry.org:10002 20:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:25 Configure a credential helper to remove this warning. See 20:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:25 20:50:25 Login Succeeded 20:50:25 nexus3.edgexfoundry.org:10003 20:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:25 Configure a credential helper to remove this warning. See 20:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:25 20:50:25 Login Succeeded 20:50:25 nexus3.edgexfoundry.org:10004 20:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:25 Configure a credential helper to remove this warning. See 20:50:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:25 20:50:25 Login Succeeded 20:50:25 docker.io 20:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:50:26 Configure a credential helper to remove this warning. See 20:50:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:50:26 20:50:26 Login Succeeded 20:50:26 ---> docker-login.sh ends [Pipeline] } 20:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:26 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/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 20:50:26 + cut -d/ -f2 20:50:26 + dirname cmd/core-command/Dockerfile 20:50:26 + echo core-command,cmd/core-command/Dockerfile 20:50:26 + dirname cmd/core-common-config-bootstrapper/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 20:50:26 + dirname cmd/core-data/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo core-data,cmd/core-data/Dockerfile 20:50:26 + dirname cmd/core-metadata/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo core-metadata,cmd/core-metadata/Dockerfile 20:50:26 + dirname cmd/security-bootstrapper/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:50:26 + dirname cmd/security-proxy-auth/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 20:50:26 + dirname cmd/security-proxy-setup/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:50:26 + dirname cmd/security-secretstore-setup/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:50:26 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:50:26 + dirname cmd/security-spire-agent/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:50:26 + dirname cmd/security-spire-config/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:50:26 + dirname cmd/security-spire-server/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:50:26 + dirname cmd/support-notifications/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo support-notifications,cmd/support-notifications/Dockerfile 20:50:26 + dirname cmd/support-scheduler/Dockerfile 20:50:26 + cut -d/ -f2 20:50:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:50:26 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/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-auth, dockerfile:cmd/security-proxy-auth/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]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:50:26 + git rev-list -1 --merges 08ca0edeffa98a49321873a39f0210382b374702~1..08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo 20:50:26 -----------> git rev-list -1 --merges 08ca0edeffa98a49321873a39f0210382b374702~1..08ca0edeffa98a49321873a39f0210382b374702 08ca0edeffa98a49321873a39f0210382b374702 [false] [Pipeline] sh 20:50:27 + git log --format=format:%s -1 08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] echo 20:50:27 ========================================================= 20:50:27 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:50:27 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:50:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:50:27 + grep -v github /etc/ssh/ssh_known_hosts 20:50:27 + [ -e /tmp/ssh_known_hosts ] 20:50:27 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:50:27 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:50:27 + sudo tee -a /etc/ssh/ssh_known_hosts 20:50:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:50:27 20:50:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:50:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:50:28 0.1.4: Pulling from edgex-devops/py-git-semver 20:50:28 b85a868b505f: Pulling fs layer 20:50:28 e2be974225ed: Pulling fs layer 20:50:28 339a4e72a1f5: Pulling fs layer 20:50:28 988bab9f4d93: Pulling fs layer 20:50:28 1469e6f7b9e6: Pulling fs layer 20:50:28 eaf3925da568: Pulling fs layer 20:50:28 bab4dde63d76: Pulling fs layer 20:50:28 bde34c3a00c8: Pulling fs layer 20:50:28 b352a97aabf1: Pulling fs layer 20:50:28 4872d77fe225: Pulling fs layer 20:50:28 5851b861e8e6: Pulling fs layer 20:50:28 988bab9f4d93: Waiting 20:50:28 b352a97aabf1: Waiting 20:50:28 bde34c3a00c8: Waiting 20:50:28 4872d77fe225: Waiting 20:50:28 1469e6f7b9e6: Waiting 20:50:28 bab4dde63d76: Waiting 20:50:28 e2be974225ed: Download complete 20:50:28 988bab9f4d93: Download complete 20:50:28 1469e6f7b9e6: Verifying Checksum 20:50:28 1469e6f7b9e6: Download complete 20:50:28 eaf3925da568: Verifying Checksum 20:50:28 eaf3925da568: Download complete 20:50:28 339a4e72a1f5: Verifying Checksum 20:50:28 339a4e72a1f5: Download complete 20:50:28 bde34c3a00c8: Verifying Checksum 20:50:28 bde34c3a00c8: Download complete 20:50:28 b352a97aabf1: Verifying Checksum 20:50:28 b352a97aabf1: Download complete 20:50:28 4872d77fe225: Verifying Checksum 20:50:28 4872d77fe225: Download complete 20:50:28 5851b861e8e6: Verifying Checksum 20:50:28 5851b861e8e6: Download complete 20:50:28 b85a868b505f: Verifying Checksum 20:50:28 b85a868b505f: Download complete 20:50:28 bab4dde63d76: Verifying Checksum 20:50:28 bab4dde63d76: Download complete 20:50:29 b85a868b505f: Pull complete 20:50:30 e2be974225ed: Pull complete 20:50:30 339a4e72a1f5: Pull complete 20:50:30 988bab9f4d93: Pull complete 20:50:30 1469e6f7b9e6: Pull complete 20:50:30 eaf3925da568: Pull complete 20:50:33 bab4dde63d76: Pull complete 20:50:33 bde34c3a00c8: Pull complete 20:50:33 b352a97aabf1: Pull complete 20:50:33 4872d77fe225: Pull complete 20:50:33 5851b861e8e6: Pull complete 20:50:33 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:50:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:50:33 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:50:33 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 20:50:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:50:37 $ docker top 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 -eo pid,comm 20:50:37 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). 20:50:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:50:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:37 [ssh-agent] Looking for ssh-agent implementation... 20:50:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:37 $ docker exec 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent 20:50:37 SSH_AUTH_SOCK=/tmp/ssh-XMNbeyuxONQG/agent.31 20:50:37 SSH_AGENT_PID=37 20:50:37 Running ssh-add (command line suppressed) 20:50:37 Identity added: /w/workspace/edgex-go/440@tmp/private_key_11167236907178568773.key (/w/workspace/edgex-go/440@tmp/private_key_11167236907178568773.key) 20:50:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:37 + git tag --points-at HEAD [Pipeline] } 20:50:37 $ docker exec --env ******** --env ******** 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent -k 20:50:38 unset SSH_AUTH_SOCK; 20:50:38 unset SSH_AGENT_PID; 20:50:38 echo Agent pid 37 killed; 20:50:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:50:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:50:38 [ssh-agent] Looking for ssh-agent implementation... 20:50:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:50:38 $ docker exec 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent 20:50:38 SSH_AUTH_SOCK=/tmp/ssh-PdTwBbvkjEKC/agent.69 20:50:38 SSH_AGENT_PID=75 20:50:38 Running ssh-add (command line suppressed) 20:50:38 Identity added: /w/workspace/edgex-go/440@tmp/private_key_18206770926701555852.key (/w/workspace/edgex-go/440@tmp/private_key_18206770926701555852.key) 20:50:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:50:38 + git semver init 20:50:38 2023-03-07 20:50:38,862 [run_init] DEBUG init version:0.0.0 force:False 20:50:38 2023-03-07 20:50:38,863 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/440/.semver 20:50:38 2023-03-07 20:50:38,863 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/440/.semver 20:50:38 2023-03-07 20:50:38,863 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/440/.semver'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=None) 20:50:45 2023-03-07 20:50:44,829 [append_file] DEBUG append to file:/w/workspace/edgex-go/440/.git/info/exclude 20:50:45 2023-03-07 20:50:44,829 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/440/.semver/main with force:False 20:50:45 2023-03-07 20:50:44,829 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 20:50:45 2023-03-07 20:50:44,829 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 20:50:45 3.0.0-dev.79 [Pipeline] } 20:50:45 $ docker exec --env ******** --env ******** 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 ssh-agent -k 20:50:45 unset SSH_AUTH_SOCK; 20:50:45 unset SSH_AGENT_PID; 20:50:45 echo Agent pid 75 killed; 20:50:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:50:45 + git semver [Pipeline] } 20:50:46 $ docker stop --time=1 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 20:50:47 $ docker rm -f --volumes 579c387e8ba0eb526fff5e89789e6d22c98386004b8ba8d1b325381f504e50a6 [Pipeline] // withDockerContainer [Pipeline] sh 20:50:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:50:48 Stashed 1 file(s) [Pipeline] echo 20:50:48 [edgeXSemver]: initialized semver on version 3.0.0-dev.79 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:50:48 + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] echo 20:50:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:50:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:50:48 ========================================================= 20:50:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:50:48 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:50:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:50:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:50:49 213ec9aee27d: Pulling fs layer 20:50:49 4583459ba037: Pulling fs layer 20:50:49 93c1e223e6f2: Pulling fs layer 20:50:49 53926ce57604: Pulling fs layer 20:50:49 21b2b0c7a3f4: Pulling fs layer 20:50:49 22ff95d597cd: Pulling fs layer 20:50:49 12d6caf4c0d1: Pulling fs layer 20:50:49 96b7cbca73a9: Pulling fs layer 20:50:49 a7acece74701: Pulling fs layer 20:50:49 53926ce57604: Waiting 20:50:49 21b2b0c7a3f4: Waiting 20:50:49 96b7cbca73a9: Waiting 20:50:49 12d6caf4c0d1: Waiting 20:50:49 a7acece74701: Waiting 20:50:49 22ff95d597cd: Waiting 20:50:49 93c1e223e6f2: Verifying Checksum 20:50:49 93c1e223e6f2: Download complete 20:50:49 4583459ba037: Verifying Checksum 20:50:49 4583459ba037: Download complete 20:50:49 21b2b0c7a3f4: Download complete 20:50:49 22ff95d597cd: Verifying Checksum 20:50:49 22ff95d597cd: Download complete 20:50:49 213ec9aee27d: Verifying Checksum 20:50:49 213ec9aee27d: Download complete 20:50:49 12d6caf4c0d1: Download complete 20:50:49 213ec9aee27d: Pull complete 20:50:49 4583459ba037: Pull complete 20:50:49 93c1e223e6f2: Pull complete 20:50:49 a7acece74701: Verifying Checksum 20:50:49 a7acece74701: Download complete 20:50:49 96b7cbca73a9: Verifying Checksum 20:50:49 96b7cbca73a9: Download complete 20:50:50 53926ce57604: Verifying Checksum 20:50:50 53926ce57604: Download complete 20:50:54 53926ce57604: Pull complete 20:50:54 21b2b0c7a3f4: Pull complete 20:50:54 22ff95d597cd: Pull complete 20:50:54 12d6caf4c0d1: Pull complete 20:50:56 96b7cbca73a9: Pull complete 20:50:57 a7acece74701: Pull complete 20:50:57 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:50:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:50:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:50:57 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:50:57 WORKDIR /edgex 20:50:57 COPY go.mod . 20:50:57 RUN go mod download 20:50:57 docker build -t ci-base-image-x86_64 -f - . 20:50:58 Sending build context to Docker daemon 170.3MB 20:50:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:50:58 ---> db6d94c90886 20:50:58 Step 2/4 : WORKDIR /edgex 20:51:03 Still waiting to schedule task 20:51:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 20:51:06 ---> Running in f441b5ebf01e 20:51:06 Removing intermediate container f441b5ebf01e 20:51:06 ---> caa4c482d422 20:51:06 Step 3/4 : COPY go.mod . 20:51:06 ---> 7ee300d266b2 20:51:06 Step 4/4 : RUN go mod download 20:51:06 ---> Running in f4db0ecc90dd 20:51:21 Removing intermediate container f4db0ecc90dd 20:51:21 ---> d0626edf308c 20:51:21 Successfully built d0626edf308c 20:51:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:22 + docker inspect -f . ci-base-image-x86_64 20:51:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:22 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 20:51:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:51:22 $ docker top f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 -eo pid,comm [Pipeline] { [Pipeline] sh 20:51:22 + go version 20:51:22 go version go1.18.7 linux/amd64 [Pipeline] } 20:51:22 $ docker stop --time=1 f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 20:51:24 $ docker rm -f --volumes f34efc11f480c6447be25a45a9887961af97a14f5d4dc18d00acc0589ddf8361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:51:24 + docker inspect -f . ci-base-image-x86_64 20:51:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:51:24 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 20:51:24 $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:51:24 $ docker top 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 -eo pid,comm [Pipeline] { [Pipeline] echo 20:51:25 ========================================================= 20:51:25 [edgeXBuildGoParallel] Running Tests and Build... 20:51:25 ========================================================= [Pipeline] sh 20:51:25 + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] fileExists [Pipeline] sh 20:51:25 + make test 20:51:25 go test -race -coverprofile=coverage.out ./... 20:51:33 ? github.com/edgexfoundry/edgex-go [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.088s coverage: 28.7% of statements 20:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.109s coverage: 98.5% of statements 20:51:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.150s coverage: 71.2% of statements 20:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:51:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.100s coverage: 54.0% of statements 20:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:51:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.411s coverage: 88.5% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.127s coverage: 3.9% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.544s coverage: 95.6% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/io 0.082s coverage: 72.2% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.125s coverage: 65.9% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.101s coverage: 0.9% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.096s coverage: 29.6% of statements 20:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 45.5% of statements 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 82.9% of statements 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 20:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 20:52:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.426s coverage: 79.9% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 64.4% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.071s coverage: 86.9% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.063s coverage: 20.0% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 81.2% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.086s coverage: 82.1% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.062s coverage: 84.8% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.247s coverage: 63.1% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.196s coverage: 38.4% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.085s coverage: 89.5% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.071s coverage: 84.8% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.180s coverage: 92.3% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.079s coverage: 63.2% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:52:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.097s coverage: 97.7% of statements 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:52:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:52:16 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 20:52:38 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." 20:52:38 go vet ./... 20:52:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:52:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:52:41 ./bin/test-attribution-txt.sh [Pipeline] echo 20:52:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:52:42 + ls -al . 20:52:42 total 704 20:52:42 drwxrwxr-x 11 1001 1001 4096 Mar 7 20:51 . 20:52:42 drwxr-xr-x 4 root root 4096 Mar 7 20:51 .. 20:52:42 drwxrwxr-x 2 1001 1001 4096 Mar 7 20:50 .blubracket 20:52:42 -rw-rw-r-- 1 1001 1001 16 Mar 7 20:50 .dockerignore 20:52:42 drwxrwxr-x 8 1001 1001 4096 Mar 7 20:52 .git 20:52:42 drwxrwxr-x 3 1001 1001 4096 Mar 7 20:50 .github 20:52:42 -rw-rw-r-- 1 1001 1001 1112 Mar 7 20:50 .gitignore 20:52:42 -rw-rw-r-- 1 1001 1001 42 Mar 7 20:50 .golangci.yml 20:52:42 -rw-rw-r-- 1 1001 1001 87 Mar 7 20:50 .hadolint.yml 20:52:42 drwxr-xr-x 3 1001 1001 4096 Mar 7 20:50 .semver 20:52:42 -rw-rw-r-- 1 1001 1001 166 Mar 7 20:50 .sonarcloud.properties 20:52:42 -rw-rw-r-- 1 1001 1001 1171 Mar 7 20:50 ADOPTERS.md 20:52:42 -rw-rw-r-- 1 1001 1001 10825 Mar 7 20:50 Attribution.txt 20:52:42 -rw-rw-r-- 1 1001 1001 73765 Mar 7 20:50 CHANGELOG.md 20:52:42 -rw-rw-r-- 1 1001 1001 3804 Mar 7 20:50 CONTRIBUTING.md 20:52:42 -rw-rw-r-- 1 1001 1001 677 Mar 7 20:50 GOVERNANCE.md 20:52:42 -rw-rw-r-- 1 1001 1001 883 Mar 7 20:50 Jenkinsfile 20:52:42 -rw-rw-r-- 1 1001 1001 10775 Mar 7 20:50 LICENSE 20:52:42 -rw-rw-r-- 1 1001 1001 14071 Mar 7 20:50 Makefile 20:52:42 -rw-rw-r-- 1 1001 1001 582 Mar 7 20:50 OWNERS.md 20:52:42 -rw-rw-r-- 1 1001 1001 9403 Mar 7 20:50 README.md 20:52:42 -rw-rw-r-- 1 1001 1001 6912 Mar 7 20:50 SECURITY.md 20:52:42 -rw-rw-r-- 1 1001 1001 12 Mar 7 20:50 VERSION 20:52:42 drwxrwxr-x 2 1001 1001 4096 Mar 7 20:50 bin 20:52:42 drwxrwxr-x 18 1001 1001 4096 Mar 7 20:50 cmd 20:52:42 -rw-r--r-- 1 root root 446903 Mar 7 20:52 coverage.out 20:52:42 -rw-rw-r-- 1 1001 1001 3232 Mar 7 20:50 go.mod 20:52:42 -rw-rw-r-- 1 1001 1001 31098 Mar 7 20:50 go.sum 20:52:42 drwxrwxr-x 7 1001 1001 4096 Mar 7 20:50 internal 20:52:42 drwxrwxr-x 3 1001 1001 4096 Mar 7 20:50 openapi 20:52:42 drwxrwxr-x 4 1001 1001 4096 Mar 7 20:50 snap 20:52:42 -rw-rw-r-- 1 1001 1001 204 Mar 7 20:50 version.go [Pipeline] sh 20:52:42 + '[' -e coverage.out ] 20:52:42 + chown 1001:1001 coverage.out [Pipeline] stash 20:52:42 Stashed 1 file(s) [Pipeline] sh 20:52:42 + make build 20:52:42 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:52:45 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8641 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 20:52:45 Running in /w/workspace/edgex-go/440 [Pipeline] { [Pipeline] checkout 20:52:45 The recommended git tool is: git 20:52:50 using credential edgex-jenkins-ssh 20:52:50 Cloning the remote Git repository 20:52:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:52:50 > git init /w/workspace/edgex-go/440 # timeout=10 20:52:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:52:50 > git --version # timeout=10 20:52:51 > git --version # 'git version 2.25.1' 20:52:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:52:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:52:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:52:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:52:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:52:59 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:53:07 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:53:08 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:53:08 Avoid second fetch 20:53:08 Checking out Revision 08ca0edeffa98a49321873a39f0210382b374702 (main) 20:53:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:53:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:53:08 > git config core.sparsecheckout # timeout=10 20:53:08 > git checkout -f 08ca0edeffa98a49321873a39f0210382b374702 # timeout=10 20:53:09 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4417)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:53:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:53:10 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:53:10 % Total % Received % Xferd Average Speed Time Time Time Current 20:53:10 Dload Upload Total Spent Left Speed 20:53:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 92398 [Pipeline] sh 20:53:11 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:53:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:53:11 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:53:11 + sudo tee /etc/docker/daemon.new 20:53:11 { 20:53:11 "registry-mirrors": [ 20:53:11 "https://nexus3.edgexfoundry.org:10001" 20:53:11 ], 20:53:11 "bip": "10.250.0.254/24", 20:53:11 "hosts": [ 20:53:11 "tcp://0.0.0.0:5555", 20:53:11 "unix:///var/run/docker.sock" 20:53:11 ], 20:53:11 "mtu": 1458, 20:53:11 "selinux-enabled": true, 20:53:11 "seccomp-profile": "/etc/docker/seccomp.json" 20:53:11 } [Pipeline] sh 20:53:11 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:53:12 + sudo service docker restart 20:53:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:53:13 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:53:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:53:15 $ docker stop --time=1 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 20:53:22 $ docker rm -f --volumes 8f991460a915b5185eadb42e8493688ed31ace7b0a863079d26b33e472b4ad31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:23 20:53:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:23 latest: Pulling from edgex-devops/edgex-compose 20:53:23 cbdbe7a5bc2a: Pulling fs layer 20:53:23 ca9280d653b3: Pulling fs layer 20:53:23 7e9c9ca2126c: Pulling fs layer 20:53:23 cbdbe7a5bc2a: Verifying Checksum 20:53:23 cbdbe7a5bc2a: Download complete 20:53:23 ca9280d653b3: Verifying Checksum 20:53:23 ca9280d653b3: Download complete 20:53:23 cbdbe7a5bc2a: Pull complete 20:53:24 7e9c9ca2126c: Download complete 20:53:24 ca9280d653b3: Pull complete 20:53:27 7e9c9ca2126c: Pull complete 20:53:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:53:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:27 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 20:53:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:53:31 $ docker top 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 20:53:31 provisioning config files... 20:53:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config14656806829753198483tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:53:31 + docker-compose build --help 20:53:31 + grep parallel 20:53:31 ---> docker-login.sh 20:53:31 nexus3.edgexfoundry.org:10001 20:53:32 --parallel Build images in parallel. [Pipeline] } 20:53:32 $ docker stop --time=1 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 20:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:32 Configure a credential helper to remove this warning. See 20:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:32 20:53:32 Login Succeeded 20:53:32 nexus3.edgexfoundry.org:10002 20:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:32 Configure a credential helper to remove this warning. See 20:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:32 20:53:32 Login Succeeded 20:53:32 nexus3.edgexfoundry.org:10003 20:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:33 Configure a credential helper to remove this warning. See 20:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:33 20:53:33 Login Succeeded 20:53:33 nexus3.edgexfoundry.org:10004 20:53:33 $ docker rm -f --volumes 928f5f3a13b3e2ed3957d022bc0f2c1c3197c35e413150725a26514a7fb86285 20:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:33 Configure a credential helper to remove this warning. See 20:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:33 20:53:33 Login Succeeded 20:53:33 docker.io 20:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:53:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:33 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 20:53:33 $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:53:34 Configure a credential helper to remove this warning. See 20:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:53:34 20:53:34 Login Succeeded 20:53:34 ---> docker-login.sh ends 20:53:34 $ docker top 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 -eo pid,comm [Pipeline] { [Pipeline] } 20:53:34 Deleting 1 temporary files [Pipeline] sh [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:53:34 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 20:53:34 + git config --global --add safe.directory /w/workspace/edgex-go/440 [Pipeline] echo 20:53:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:53:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:53:34 ========================================================= 20:53:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:53:34 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:53:35 Building core-command ... 20:53:35 Building core-common-config-bootstrapper ... 20:53:35 Building core-data ... 20:53:35 Building core-metadata ... 20:53:35 Building security-bootstrapper ... 20:53:35 Building security-proxy-auth ... 20:53:35 Building security-proxy-setup ... 20:53:35 Building security-secretstore-setup ... 20:53:35 Building security-spiffe-token-provider ... 20:53:35 Building security-spire-agent ... 20:53:35 Building security-spire-config ... 20:53:35 Building security-spire-server ... 20:53:35 Building support-notifications ... 20:53:35 Building support-scheduler ... 20:53:35 Building security-proxy-setup 20:53:35 Building core-metadata 20:53:35 Building security-spire-server 20:53:35 Building security-bootstrapper 20:53:35 Building security-spire-agent 20:53:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:53:35 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:53:35 9b18e9b68314: Pulling fs layer 20:53:35 35d82f9e3411: Pulling fs layer 20:53:35 e16973657156: Pulling fs layer 20:53:35 fc693d55d65f: Pulling fs layer 20:53:35 7e9fc2657dce: Pulling fs layer 20:53:35 dda99020689f: Pulling fs layer 20:53:35 db1c61fa0a46: Pulling fs layer 20:53:35 891c053d2c06: Pulling fs layer 20:53:35 fc693d55d65f: Waiting 20:53:35 7e9fc2657dce: Waiting 20:53:35 dda99020689f: Waiting 20:53:35 db1c61fa0a46: Waiting 20:53:35 891c053d2c06: Waiting 20:53:35 e16973657156: Verifying Checksum 20:53:35 35d82f9e3411: Verifying Checksum 20:53:35 35d82f9e3411: Download complete 20:53:35 7e9fc2657dce: Verifying Checksum 20:53:35 7e9fc2657dce: Download complete 20:53:35 dda99020689f: Verifying Checksum 20:53:35 dda99020689f: Download complete 20:53:35 9b18e9b68314: Verifying Checksum 20:53:35 9b18e9b68314: Download complete 20:53:36 891c053d2c06: Verifying Checksum 20:53:36 891c053d2c06: Download complete 20:53:37 db1c61fa0a46: Verifying Checksum 20:53:37 db1c61fa0a46: Download complete 20:53:38 9b18e9b68314: Pull complete 20:53:38 fc693d55d65f: Verifying Checksum 20:53:38 fc693d55d65f: Download complete 20:53:38 35d82f9e3411: Pull complete 20:53:38 e16973657156: Pull complete 20:53:49 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:49 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:53:49 ---> d0626edf308c 20:53:49 Step 3/20 : WORKDIR /edgex-go 20:53:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:49 ---> d0626edf308c 20:53:49 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:53:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:49 ---> d0626edf308c 20:53:49 Step 3/24 : WORKDIR /edgex-go 20:53:49 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:49 ---> d0626edf308c 20:53:49 Step 3/23 : WORKDIR /edgex-go 20:53:49 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:49 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:53:49 ---> d0626edf308c 20:53:49 Step 3/32 : WORKDIR /edgex-go 20:53:53 fc693d55d65f: Pull complete 20:53:53 7e9fc2657dce: Pull complete 20:53:53 dda99020689f: Pull complete 20:53:59 db1c61fa0a46: Pull complete 20:54:01 891c053d2c06: Pull complete 20:54:01 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:54:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:54:01 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:54:01 WORKDIR /edgex 20:54:01 COPY go.mod . 20:54:01 RUN go mod download build 20:54:01 -t ci-base-image-arm64 -f - . 20:54:01 Sending build context to Docker daemon 2.946MB 20:54:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:54:01 ---> f96f9c87975a 20:54:01 Step 2/4 : WORKDIR /edgex 20:54:03 ---> Running in 3bb7b1bcbb88 20:54:04 Removing intermediate container 3bb7b1bcbb88 20:54:04 ---> cc336eaa86bb 20:54:04 Step 3/4 : COPY go.mod . 20:54:04 ---> f8cdde8fb389 20:54:04 Step 4/4 : RUN go mod download 20:54:04 ---> Running in 607edceb0cad 20:54:04 ---> Running in 2b6e2a7c5409 20:54:04 ---> Running in 24bb0850c13a 20:54:04 ---> Running in eebe7119198f 20:54:04 ---> Running in 2aa0b16eef85 20:54:04 ---> Running in e59da8fa61e0 20:54:04 Removing intermediate container 2aa0b16eef85 20:54:04 ---> 3171d8773fd7 20:54:04 Step 4/24 : WORKDIR /edgex-go 20:54:04 Removing intermediate container 2b6e2a7c5409 20:54:04 ---> 2a28d687a06b 20:54:04 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:54:04 Removing intermediate container 24bb0850c13a 20:54:04 ---> 4f092ca39456 20:54:04 Step 4/20 : RUN apk add --update --no-cache make git 20:54:04 ---> Running in da8ebae497c5 20:54:04 Removing intermediate container e59da8fa61e0 20:54:04 ---> a6828df91561 20:54:04 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:54:04 Removing intermediate container eebe7119198f 20:54:04 ---> 98a21d06b701 20:54:04 Step 4/32 : RUN apk add --update --no-cache make git 20:54:04 ---> Running in 5d2706787028 20:54:04 ---> Running in 846c799efbd2 20:54:04 ---> Running in b5e8da8e4d7b 20:54:04 ---> Running in 411911e2b18d 20:54:04 Removing intermediate container da8ebae497c5 20:54:04 ---> 79d68cb41385 20:54:04 Step 5/24 : RUN apk add --update --no-cache make git 20:54:04 ---> Running in 4b42a7d8f481 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:04 OK: 211 MiB in 51 packages 20:54:04 OK: 211 MiB in 51 packages 20:54:04 OK: 211 MiB in 51 packages 20:54:04 OK: 211 MiB in 51 packages 20:54:04 OK: 211 MiB in 51 packages 20:54:04 Removing intermediate container 5d2706787028 20:54:04 ---> a982038815ca 20:54:04 Step 5/23 : COPY go.mod vendor* ./ 20:54:04 Removing intermediate container 846c799efbd2 20:54:04 ---> f1edcd4a5a42 20:54:04 Step 5/24 : COPY go.mod vendor* ./ 20:54:04 ---> 438ba4f39f32 20:54:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 Removing intermediate container 4b42a7d8f481 20:54:04 ---> 9afc2c885b14 20:54:04 Step 6/24 : COPY go.mod vendor* ./ 20:54:04 ---> Running in b9e365c13c57 20:54:04 Removing intermediate container b5e8da8e4d7b 20:54:04 ---> 88d3979b1cff 20:54:04 Step 5/20 : COPY go.mod vendor* ./ 20:54:04 ---> d2dc9fff8a15 20:54:04 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 ---> Running in 0702010f3125 20:54:04 Removing intermediate container 411911e2b18d 20:54:04 ---> 7f18055434a9 20:54:04 Step 5/32 : COPY go.mod vendor* ./ 20:54:04 ---> 325d72f92e4a 20:54:04 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 ---> Running in 60353064d1cc 20:54:04 ---> bb8ef273d287 20:54:04 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 ---> Running in ef7ffeef298c 20:54:04 ---> 1bce70985b31 20:54:04 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:54:04 ---> Running in 50032dc097e0 20:54:37 Removing intermediate container 607edceb0cad 20:54:37 ---> 487f7d257f44 20:54:37 Successfully built 487f7d257f44 20:54:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:37 + docker inspect -f . ci-base-image-arm64 20:54:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:37 prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container 20:54:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:54:39 $ docker top 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf -eo pid,comm [Pipeline] { [Pipeline] sh 20:54:39 + go version 20:54:39 go version go1.18.7 linux/arm64 [Pipeline] } 20:54:39 $ docker stop --time=1 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf 20:54:42 $ docker rm -f --volumes 15c5dec43e5de20eb973c36620a10e449868830db535ce19533017bb9a8784bf [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 20:54:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:54:43 20:54:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:54:43 latest: Pulling from edgex-devops/edgex-compose-arm64 20:54:43 29e5d40040c1: Pulling fs layer 20:54:43 1ce36da41761: Pulling fs layer 20:54:43 25b303627fd3: Pulling fs layer 20:54:43 29e5d40040c1: Verifying Checksum 20:54:43 29e5d40040c1: Download complete 20:54:44 1ce36da41761: Verifying Checksum 20:54:44 1ce36da41761: Download complete 20:54:44 29e5d40040c1: Pull complete 20:54:45 25b303627fd3: Verifying Checksum 20:54:45 25b303627fd3: Download complete 20:54:45 1ce36da41761: Pull complete 20:54:58 25b303627fd3: Pull complete 20:54:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:54:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:54:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:54:58 prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container 20:54:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:55:01 Removing intermediate container ef7ffeef298c 20:55:01 ---> dbac7f9f185d 20:55:01 Step 7/20 : COPY . . 20:55:01 Removing intermediate container 60353064d1cc 20:55:01 ---> 446f790e52de 20:55:01 Step 8/24 : COPY . . 20:55:01 Removing intermediate container 50032dc097e0 20:55:01 ---> 4ed85ed62964 20:55:01 Step 7/32 : COPY . . 20:55:01 Removing intermediate container 0702010f3125 20:55:01 ---> 867d689f690d 20:55:01 Step 7/24 : COPY . . 20:55:01 Removing intermediate container b9e365c13c57 20:55:01 ---> 1d11ee695bd5 20:55:01 Step 7/23 : COPY . . 20:55:01 $ docker top 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:02 + grep parallel 20:55:02 + docker-compose build --help 20:55:08 --parallel Build images in parallel. [Pipeline] } 20:55:08 $ docker stop --time=1 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c 20:55:10 $ docker rm -f --volumes 97a5e9173b76bfe233399f24e183b50aa77f6c39e0c2cd3c673ac2e13284080c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:55:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:55:11 prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container 20:55:11 $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 20:55:12 $ docker top 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:13 + docker-compose -f ./docker-compose-build.yml build --parallel 20:55:20 Building core-command ... 20:55:20 Building core-common-config-bootstrapper ... 20:55:20 Building core-data ... 20:55:20 Building core-metadata ... 20:55:20 Building security-bootstrapper ... 20:55:20 Building security-proxy-auth ... 20:55:20 Building security-proxy-setup ... 20:55:20 Building security-secretstore-setup ... 20:55:20 Building security-spiffe-token-provider ... 20:55:20 Building security-spire-agent ... 20:55:20 Building security-spire-config ... 20:55:20 Building security-spire-server ... 20:55:20 Building support-notifications ... 20:55:20 Building support-scheduler ... 20:55:20 Building security-spire-server 20:55:20 Building support-scheduler 20:55:20 Building security-proxy-setup 20:55:20 Building core-data 20:55:20 Building security-proxy-auth 20:55:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 487f7d257f44 20:55:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:55:32 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 487f7d257f44 20:55:32 Step 3/23 : WORKDIR /edgex-go 20:55:32 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:55:32 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 487f7d257f44 20:55:32 Step 3/20 : WORKDIR /edgex-go 20:55:32 ---> Running in 9777d7ece7b2 20:55:32 ---> Running in 3b5db65bfe57 20:55:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 ---> Running in f50d1115c539 20:55:32 20:55:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 487f7d257f44 20:55:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:55:32 20:55:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:55:32 ---> 487f7d257f44 20:55:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:55:32 ---> Running in 998b1f2bd7fd 20:55:32 ---> Running in 65d4523dce3d 20:55:32 Removing intermediate container 9777d7ece7b2 20:55:32 ---> f3a8f5ab0cff 20:55:32 Step 4/22 : WORKDIR /edgex-go 20:55:32 Removing intermediate container 3b5db65bfe57 20:55:32 ---> 9fef287abc12 20:55:32 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:55:32 ---> Running in 2de4d71a6f30 20:55:32 ---> Running in 35e42d14fc9b 20:55:32 Removing intermediate container 65d4523dce3d 20:55:32 ---> a9eaf2bd76c3 20:55:32 Step 4/22 : WORKDIR /edgex-go 20:55:32 Removing intermediate container f50d1115c539 20:55:32 ---> b6818414b8c9 20:55:32 Step 4/20 : RUN apk add --update --no-cache make git 20:55:32 Removing intermediate container 998b1f2bd7fd 20:55:32 ---> e21e18b6182e 20:55:32 Step 4/22 : WORKDIR /edgex-go 20:55:32 ---> Running in 55a1be1e288b 20:55:33 ---> Running in 91dd2bf09817 20:55:33 ---> Running in 1ac4935a41cd 20:55:33 Removing intermediate container 35e42d14fc9b 20:55:33 ---> 310dc47aca2c 20:55:33 Step 5/22 : RUN apk add --update --no-cache make git 20:55:33 ---> Running in 2a1d27c1a91b 20:55:34 Removing intermediate container 1ac4935a41cd 20:55:34 ---> 2da2b74ea320 20:55:34 Step 5/22 : RUN apk add --update --no-cache make git 20:55:34 Removing intermediate container 55a1be1e288b 20:55:34 ---> d99f1fbc34c2 20:55:34 Step 5/22 : RUN apk add --update --no-cache make git 20:55:34 ---> Running in 8cc03c2066bb 20:55:34 ---> Running in 52d9645ef041 20:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:36 OK: 221 MiB in 51 packages 20:55:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:37 OK: 221 MiB in 51 packages 20:55:38 OK: 221 MiB in 51 packages 20:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:55:38 OK: 221 MiB in 51 packages 20:55:38 Removing intermediate container 2de4d71a6f30 20:55:38 ---> 6cbf7bb9d034 20:55:38 Step 5/23 : COPY go.mod vendor* ./ 20:55:39 OK: 221 MiB in 51 packages 20:55:39 Removing intermediate container 8cc03c2066bb 20:55:39 ---> 7771c66dd4c0 20:55:39 Step 6/22 : COPY go.mod vendor* ./ 20:55:39 Removing intermediate container 91dd2bf09817 20:55:39 ---> 9065f4330bd2 20:55:39 Step 5/20 : COPY go.mod vendor* ./ 20:55:39 ---> 66e0bd81bba4 20:55:39 Step 8/20 : RUN make cmd/secrets-config/secrets-config 20:55:39 ---> 944c2403fa99 20:55:39 ---> 64ddee43eab5 20:55:39 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 ---> 76b122d2619c 20:55:39 20:55:39 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:55:39 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:55:39 ---> c23c0e6f54c1 20:55:39 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:55:39 ---> Running in 60e07b59b65a 20:55:39 ---> Running in 76b55dd7329f 20:55:39 ---> Running in eb255e94a0ca 20:55:39 ---> Running in 18c88c13bbc7 20:55:39 ---> Running in 5c6b818c9885 20:55:39 Removing intermediate container 5c6b818c9885 20:55:39 ---> 33bce49a53ef 20:55:39 Step 9/23 : WORKDIR /edgex-go/spire-build 20:55:39 Removing intermediate container 18c88c13bbc7 20:55:39 ---> 765a1fe69afd 20:55:39 Step 9/24 : WORKDIR /edgex-go/spire-build 20:55:39 ---> Running in 7d6854ff4c81 20:55:39 ---> Running in 7b53336905f7 20:55:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:55:39 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:55:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:55:39 Removing intermediate container 7d6854ff4c81 20:55:39 ---> 54f502fe72a7 20:55:39 Step 10/23 : 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 20:55:39 Removing intermediate container 7b53336905f7 20:55:39 ---> 34e7c7a090a6 20:55:39 Step 10/24 : 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 20:55:39 ---> Running in 728d22022141 20:55:39 ---> Running in 0061722abb11 20:55:40 ---> a6da6c87187a 20:55:40 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:40 Removing intermediate container 2a1d27c1a91b 20:55:40 ---> 8a4edfb13bac 20:55:40 Step 6/22 : COPY go.mod vendor* ./ 20:55:40 ---> Running in 237e3114a4e7 20:55:41 Removing intermediate container 52d9645ef041 20:55:41 ---> 13ee733aea08 20:55:41 Step 6/22 : COPY go.mod vendor* ./ 20:55:41 ---> dd562b63e791 20:55:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:41 ---> Running in 6bfcc79d694c 20:55:41 ---> 6e349238ce92 20:55:41 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:41 ---> bd67aa7d9b90 20:55:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:41 ---> Running in d50ac8c2764f 20:55:41 ---> Running in 7860119079e7 20:55:42 ---> 4d7d849c6513 20:55:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:55:42 ---> Running in 7ff3c996de51 20:55:46 Removing intermediate container 728d22022141 20:55:46 ---> a8dfbd3d92d5 20:55:46 Step 11/23 : WORKDIR /edgex-go 20:55:46 Removing intermediate container 0061722abb11 20:55:46 ---> 3d59f00032b6 20:55:46 Step 11/24 : WORKDIR /edgex-go 20:55:48 ---> Running in e245308dbb60 20:55:48 ---> Running in 011e4ad754ab 20:55:51 Removing intermediate container 011e4ad754ab 20:55:51 ---> ea3c414a8313 20:55:51 20:55:51 Step 12/23 : FROM alpine:3.15 20:55:51 Removing intermediate container e245308dbb60 20:55:51 ---> 37b50487cdfc 20:55:51 20:55:51 Step 12/24 : FROM alpine:3.15 20:55:51 3.15: Pulling from library/alpine 20:55:51 3.15: Pulling from library/alpine 20:55:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 20:55:53 Status: Downloaded newer image for alpine:3.15 20:55:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 20:55:53 Status: Image is up to date for alpine:3.15 20:55:53 ---> 5ce65d7b0fde 20:55:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:55:53 ---> 5ce65d7b0fde 20:55:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:55:54 ---> Running in f935311bec00 20:55:54 ---> Running in 19f88eed6607 20:55:54 Removing intermediate container f935311bec00 20:55:54 ---> def693929178 20:55:54 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:55:54 Removing intermediate container 19f88eed6607 20:55:54 ---> 5468691a73fd 20:55:54 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:55:54 ---> Running in 4b89b45768a2 20:55:54 ---> Running in df30b5d39f51 20:55:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:55:56 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:55:56 OK: 15859 distinct packages available 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:55:56 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:55:56 OK: 15859 distinct packages available 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:55:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:55:56 (1/5) Installing dumb-init (1.2.5-r1) 20:55:56 (2/5) Installing musl-obstack (1.2.3-r0) 20:55:56 (3/5) Installing libucontext (1.1-r0) 20:55:56 (4/5) Installing gcompat (1.0.0-r4) 20:55:56 (5/5) Installing openssl (1.1.1t-r1) 20:55:56 Executing busybox-1.34.1-r7.trigger 20:55:56 OK: 7 MiB in 19 packages 20:55:56 (1/5) Installing dumb-init (1.2.5-r1) 20:55:56 (2/5) Installing musl-obstack (1.2.3-r0) 20:55:56 (3/5) Installing libucontext (1.1-r0) 20:55:56 (4/5) Installing gcompat (1.0.0-r4) 20:55:56 (5/5) Installing openssl (1.1.1t-r1) 20:55:56 Executing busybox-1.34.1-r7.trigger 20:55:56 OK: 7 MiB in 19 packages 20:56:00 Removing intermediate container 4b89b45768a2 20:56:00 ---> c8c654c2a914 20:56:00 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:56:00 Removing intermediate container df30b5d39f51 20:56:00 ---> fc81e873324c 20:56:00 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:56:07 ---> 60f6c6c8fd1e 20:56:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:56:07 ---> 5d0a374e233c 20:56:07 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:56:14 ---> 14da4570a694 20:56:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:56:14 Removing intermediate container 60e07b59b65a 20:56:14 ---> 9db678dd0ea4 20:56:14 20:56:14 Step 9/20 : FROM alpine:3.16 20:56:14 ---> f368ecae24a8 20:56:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:56:14 Removing intermediate container 76b55dd7329f 20:56:14 ---> 2cdb6bfb871c 20:56:14 20:56:14 Step 9/32 : FROM alpine:3.16 20:56:14 3.16: Pulling from library/alpine 20:56:14 ---> f0b3a32353ae 20:56:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:56:14 Removing intermediate container eb255e94a0ca 20:56:14 ---> d53f3da23fb9 20:56:14 20:56:14 Step 10/24 : FROM alpine:3.16 20:56:14 3.16: Pulling from library/alpine 20:56:14 ---> cbd132e84f21 20:56:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:56:14 3.16: Pulling from library/alpine 20:56:14 ---> 752f5bd35c99 20:56:14 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:56:14 ---> Running in 5f7b7ca2eda0 20:56:14 ---> 342c32b2695c 20:56:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:56:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:56:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:56:14 Status: Downloaded newer image for alpine:3.16 20:56:14 Status: Downloaded newer image for alpine:3.16 20:56:14 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:56:14 Status: Image is up to date for alpine:3.16 20:56:14 ---> dfd21b5a31f5 20:56:14 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:56:14 ---> dfd21b5a31f5 20:56:14 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 20:56:14 ---> dfd21b5a31f5 20:56:14 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:56:15 ---> Running in 2cef3311aac4 20:56:15 ---> Running in 20b6505c1e5e 20:56:15 ---> Running in 49c2ec2ae8ec 20:56:15 Removing intermediate container 5f7b7ca2eda0 20:56:15 ---> ca14ba08347d 20:56:15 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:56:15 ---> 732fe31579c9 20:56:15 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:56:15 ---> Running in 03d1156779ba 20:56:15 ---> Running in 6fd0fc345ae4 20:56:15 Removing intermediate container 2cef3311aac4 20:56:15 ---> 2627e7891082 20:56:15 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:56:15 ---> Running in 1ab1e5190184 20:56:15 Removing intermediate container 03d1156779ba 20:56:15 ---> fe5508f3bcad 20:56:15 Step 21/23 : LABEL arch=x86_64 20:56:15 Removing intermediate container 6fd0fc345ae4 20:56:15 ---> 7a63ecfcf36b 20:56:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:15 ---> Running in 1addbbfec25c 20:56:15 ---> Running in e35bb4c107c1 20:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:16 Removing intermediate container 1addbbfec25c 20:56:16 ---> feff46a28081 20:56:16 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:56:16 Removing intermediate container e35bb4c107c1 20:56:16 ---> d867f5a25d90 20:56:16 Step 22/24 : LABEL arch=x86_64 20:56:16 (1/1) Installing dumb-init (1.2.5-r1) 20:56:16 Executing busybox-1.35.0-r17.trigger 20:56:16 (1/2) Installing dumb-init (1.2.5-r1) 20:56:16 OK: 6 MiB in 15 packages 20:56:16 (2/2) Installing openssl (1.1.1t-r0) 20:56:16 Executing busybox-1.35.0-r17.trigger 20:56:16 OK: 6 MiB in 16 packages 20:56:16 ---> Running in 2704d43be088 20:56:16 ---> Running in 03500e5f24fb 20:56:16 (1/2) Installing dumb-init (1.2.5-r1) 20:56:16 (2/2) Installing su-exec (0.2-r1) 20:56:16 Executing busybox-1.35.0-r17.trigger 20:56:16 OK: 6 MiB in 16 packages 20:56:16 Removing intermediate container 2704d43be088 20:56:16 ---> aeef1ca50170 20:56:16 Step 23/23 : LABEL version=3.0.0-dev.79 20:56:16 Removing intermediate container 03500e5f24fb 20:56:16 ---> a028273ab88a 20:56:16 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:56:16 ---> Running in 97c6f246509f 20:56:16 ---> Running in 70af395d2941 20:56:17 Removing intermediate container 97c6f246509f 20:56:17 ---> 1697a131de62 20:56:17 20:56:17 Removing intermediate container 70af395d2941 20:56:17 ---> 5a15ccb043dc 20:56:17 Step 24/24 : LABEL version=3.0.0-dev.79 20:56:17 Removing intermediate container 49c2ec2ae8ec 20:56:17 ---> e3fca4ff347d 20:56:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:56:17 Successfully built 1697a131de62 20:56:17 Removing intermediate container 20b6505c1e5e 20:56:17 ---> b5e90f6b7219 20:56:17 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 20:56:17 Successfully tagged security-spire-server:latest 20:56:17 Building security-secretstore-setup 20:56:18  Building security-spire-server ... done  ---> Running in 2d2af2391a38 20:56:18 ---> Running in 133b9199e32a 20:56:18 ---> Running in 694c58797b3e 20:56:20 Removing intermediate container 1ab1e5190184 20:56:20 ---> bd8513f25ec8 20:56:20 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:56:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:56:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:56:25 ---> d0626edf308c 20:56:25 Step 3/23 : WORKDIR /edgex-go 20:56:26 ---> Using cache 20:56:26 ---> 98a21d06b701 20:56:26 Step 4/23 : RUN apk add --update --no-cache make git 20:56:28 ---> Using cache 20:56:28 ---> 7f18055434a9 20:56:28 Step 5/23 : COPY go.mod vendor* ./ 20:56:28 ---> Using cache 20:56:28 ---> 1bce70985b31 20:56:28 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:56:28 ---> Using cache 20:56:28 ---> 4ed85ed62964 20:56:28 Step 7/23 : COPY . . 20:56:28 ---> Using cache 20:56:28 ---> c23c0e6f54c1 20:56:28 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:56:28 Removing intermediate container 133b9199e32a 20:56:28 ---> 4958f7c5cda1 20:56:28 Step 13/24 : ENV APP_PORT=59881 20:56:28 Removing intermediate container 694c58797b3e 20:56:28 ---> b2f1cfeafd06 20:56:28 Step 12/20 : WORKDIR /edgex 20:56:28 ---> Running in c6328c025017 20:56:28 Removing intermediate container 2d2af2391a38 20:56:28 ---> 2919eb5f157b 20:56:28 20:56:28 Successfully built 2919eb5f157b 20:56:28 Successfully tagged security-spire-agent:latest 20:56:28  Building security-spire-agent ... done Building support-scheduler 20:56:28 ---> Running in ef8100652047 20:56:28 ---> Running in 1c3a1168cf11 20:56:29 ---> Running in 94aebd0ed819 20:56:29 Removing intermediate container c6328c025017 20:56:29 ---> 3990945299a0 20:56:29 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:56:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:56:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:56:34 ---> d0626edf308c 20:56:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:56:34 ---> Using cache 20:56:34 ---> 3171d8773fd7 20:56:34 Step 4/22 : WORKDIR /edgex-go 20:56:34 ---> Using cache 20:56:34 ---> 79d68cb41385 20:56:34 Step 5/22 : RUN apk add --update --no-cache make git 20:56:34 ---> Using cache 20:56:34 ---> 9afc2c885b14 20:56:34 Step 6/22 : COPY go.mod vendor* ./ 20:56:34 ---> Using cache 20:56:34 ---> 325d72f92e4a 20:56:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:56:34 ---> Using cache 20:56:34 ---> 446f790e52de 20:56:34 Step 8/22 : COPY . . 20:56:34 ---> Using cache 20:56:34 ---> 64ddee43eab5 20:56:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:56:37 Removing intermediate container 1c3a1168cf11 20:56:37 ---> 18adc0ac7112 20:56:37 Step 14/24 : EXPOSE $APP_PORT 20:56:37 ---> Running in b6146ba3b9ff 20:56:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:56:37 Removing intermediate container 94aebd0ed819 20:56:37 ---> 70093cc180d3 20:56:37 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 20:56:37 ---> Running in 07789e9ebd89 20:56:37 ---> Running in 42959dfc8483 20:56:37 Removing intermediate container b6146ba3b9ff 20:56:37 ---> 0ffd7c367212 20:56:37 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:56:37 ---> 47188bd11a4f 20:56:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:56:38 Removing intermediate container 42959dfc8483 20:56:38 ---> 331f71199efc 20:56:38 Step 15/24 : WORKDIR / 20:56:38 ---> Running in 8378a172a782 20:56:38 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:56:39 ---> Running in 0e6e1e22601a 20:56:39 Removing intermediate container 8378a172a782 20:56:39 ---> 797d7f6abb96 20:56:39 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:56:39 ---> 367751939af5 20:56:39 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:56:39 ---> Running in 69f3bd6c5c37 20:56:39 Removing intermediate container 0e6e1e22601a 20:56:39 ---> f31d1bdf9e5c 20:56:39 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:56:39 ---> b993e264d334 20:56:39 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:56:40 Removing intermediate container 69f3bd6c5c37 20:56:40 ---> 4cfec41320b3 20:56:40 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:56:41 ---> Running in 21561c3fc876 20:56:41 ---> de084af1341c 20:56:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:56:41 ---> Running in b6ac8868b0b0 20:56:43 ---> b0092ab2f5c2 20:56:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:56:43 Removing intermediate container 21561c3fc876 20:56:43 ---> 1e664994f402 20:56:43 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 20:56:43 ---> 91f1cab78ac0 20:56:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:56:43 ---> Running in 01268106b667 20:56:43 Removing intermediate container b6ac8868b0b0 20:56:43 ---> 7d513b459786 20:56:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:56:44 ---> Running in c21bbb50a75e 20:56:44 Removing intermediate container 01268106b667 20:56:44 ---> 0048b5b8bf5d 20:56:44 Step 18/20 : LABEL arch=x86_64 20:56:44 ---> e21b0894ccec 20:56:44 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:56:44 ---> Running in 30636399e0a5 20:56:44 Removing intermediate container c21bbb50a75e 20:56:44 ---> 2b1e5f52b226 20:56:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:56:44 ---> Running in 85ced1427a16 20:56:44 Removing intermediate container 30636399e0a5 20:56:44 ---> b75ad489e9e1 20:56:44 Step 19/20 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:56:44 ---> Running in a813c7ba69d6 20:56:44 Removing intermediate container 85ced1427a16 20:56:44 ---> 957694df699e 20:56:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:56:45 ---> Running in ff1b0bfbc0c7 20:56:45 Removing intermediate container a813c7ba69d6 20:56:45 ---> c06c9177d6eb 20:56:45 Step 20/20 : LABEL version=3.0.0-dev.79 20:56:45 ---> Running in 626f7cd62656 20:56:45 ---> 4f78308551c6 20:56:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:56:45 Removing intermediate container ff1b0bfbc0c7 20:56:45 ---> d125c01a5a1c 20:56:45 Step 22/24 : LABEL arch=x86_64 20:56:45 ---> Running in fac54388a30e 20:56:45 ---> Running in 0737ff5ab52b 20:56:45 Removing intermediate container 626f7cd62656 20:56:45 ---> 4ed7407f1710 20:56:45 20:56:45 Successfully built 4ed7407f1710 20:56:45 Successfully tagged security-proxy-setup:latest 20:56:45  Building security-proxy-setup ... done Building security-spire-config 20:56:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:56:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:56:51 ---> d0626edf308c 20:56:51 Step 3/24 : WORKDIR /edgex-go 20:56:51 ---> Using cache 20:56:51 ---> 98a21d06b701 20:56:51 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:56:56 Removing intermediate container 0737ff5ab52b 20:56:56 ---> 8c737d1eab0c 20:56:56 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:56:58 ---> Running in 81e7a03e00f7 20:56:58 ---> Running in 0b59127e7dc6 20:57:00 Removing intermediate container 0b59127e7dc6 20:57:00 ---> 6c63666323b0 20:57:00 Step 24/24 : LABEL version=3.0.0-dev.79 20:57:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:57:03 ---> Running in 37fa0df74a61 20:57:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:57:03 Removing intermediate container fac54388a30e 20:57:03 ---> 3a51ee59a051 20:57:03 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:03 OK: 211 MiB in 51 packages 20:57:04 Removing intermediate container 37fa0df74a61 20:57:04 ---> 2dbcb3c90270 20:57:04 20:57:04 Successfully built 2dbcb3c90270 20:57:04 ---> fce8f54bffb6 20:57:04 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:57:04 Successfully tagged core-metadata:latest 20:57:04  Building core-metadata ... done Building core-common-config-bootstrapper 20:57:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:57:08 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:57:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:57:08 ---> d0626edf308c 20:57:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:57:08 ---> Using cache 20:57:08 ---> 3171d8773fd7 20:57:08 Step 4/22 : WORKDIR /edgex-go 20:57:08 ---> Using cache 20:57:08 ---> 79d68cb41385 20:57:08 Step 5/22 : RUN apk add --update --no-cache make git 20:57:08 ---> Using cache 20:57:08 ---> 9afc2c885b14 20:57:08 Step 6/22 : COPY go.mod vendor* ./ 20:57:08 ---> Using cache 20:57:08 ---> 325d72f92e4a 20:57:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:57:08 ---> Using cache 20:57:08 ---> 446f790e52de 20:57:08 Step 8/22 : COPY . . 20:57:08 ---> Using cache 20:57:08 ---> 64ddee43eab5 20:57:08 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:57:16 Removing intermediate container 81e7a03e00f7 20:57:16 ---> 7697a180ff29 20:57:16 Step 5/24 : COPY go.mod vendor* ./ 20:57:16 ---> ea6fbcb2a82d 20:57:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:57:16 ---> Running in a1a32fdf2e3c 20:57:16 ---> affbe7f8fdf2 20:57:16 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:57:16 ---> Running in 32fc5cf000c7 20:57:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 20:57:21 ---> 88687537af1b 20:57:21 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:57:21 Removing intermediate container ef8100652047 20:57:21 ---> e4e7b6af16b3 20:57:21 20:57:21 Step 9/23 : FROM alpine:3.16 20:57:21 ---> dfd21b5a31f5 20:57:21 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:57:21 Removing intermediate container 07789e9ebd89 20:57:21 ---> 135bc2a9353e 20:57:21 20:57:21 Step 10/22 : FROM alpine:3.16 20:57:21 ---> dfd21b5a31f5 20:57:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:57:21 ---> Using cache 20:57:21 ---> e3fca4ff347d 20:57:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:57:21 ---> Using cache 20:57:21 ---> 4958f7c5cda1 20:57:21 Step 13/22 : ENV APP_PORT=59861 20:57:21 ---> b69110af6b3f 20:57:21 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:57:21 ---> Running in f895820fd429 20:57:22 ---> Running in d878f74ac689 20:57:22 ---> b0ffe27f3963 20:57:22 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:57:22 Removing intermediate container d878f74ac689 20:57:22 ---> d753e365e303 20:57:22 Step 14/22 : EXPOSE $APP_PORT 20:57:22 ---> Running in 1f5408ffbaa7 20:57:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:57:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:57:23 ---> 4894b6a6a94b 20:57:23 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:57:23 (1/3) Installing ca-certificates (20220614-r0) 20:57:23 Removing intermediate container 1f5408ffbaa7 20:57:23 ---> ac7221cb7464 20:57:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:23 (2/3) Installing dumb-init (1.2.5-r1) 20:57:23 (3/3) Installing su-exec (0.2-r1) 20:57:23 Executing busybox-1.35.0-r17.trigger 20:57:23 Executing ca-certificates-20220614-r0.trigger 20:57:23 OK: 6 MiB in 17 packages 20:57:23 ---> 4765a7358480 20:57:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:57:23 ---> d7d8a1393d4c 20:57:23 Step 27/32 : RUN chmod +x /entrypoint.sh 20:57:23 ---> Running in f6d85d0d55d6 20:57:26 Removing intermediate container f895820fd429 20:57:26 ---> 9c5c84cd5179 20:57:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:57:26 ---> 7d088bcb08a5 20:57:26 ---> Running in 4977c2bd4760 20:57:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:57:27 Removing intermediate container f6d85d0d55d6 20:57:27 ---> 6193364c77ed 20:57:27 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:57:27 Removing intermediate container 4977c2bd4760 20:57:27 ---> 49cf25d79ff4 20:57:27 Step 12/23 : WORKDIR / 20:57:27 ---> 7d1d89c3475d 20:57:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:57:27 ---> Running in d7bd8bbe14a7 20:57:27 ---> Running in 7329445999db 20:57:28 ---> Running in a59b3cf3ff45 20:57:34 Removing intermediate container 7329445999db 20:57:34 ---> 60115f9986b7 20:57:34 Step 29/32 : CMD ["gate"] 20:57:36 Removing intermediate container d7bd8bbe14a7 20:57:36 ---> f84a7e955bab 20:57:36 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:57:36 Removing intermediate container a59b3cf3ff45 20:57:36 ---> 4f62f5ef4758 20:57:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:57:36 ---> Running in 3aeaffed1925 20:57:36 ---> Running in 87cda39d0d0c 20:57:36 Removing intermediate container 3aeaffed1925 20:57:36 ---> 9b235961ed73 20:57:36 Step 30/32 : LABEL arch=x86_64 20:57:36 Removing intermediate container 87cda39d0d0c 20:57:36 ---> 65622ea6406b 20:57:36 Step 20/22 : LABEL arch=x86_64 20:57:36 ---> d6cee859a451 20:57:36 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:57:36 ---> Running in 59b3804f32e2 20:57:36 ---> Running in 908db6e4a21e 20:57:44 Removing intermediate container 59b3804f32e2 20:57:44 ---> 0c3bdaa9a6cb 20:57:44 Step 31/32 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:57:47 ---> cde8e68f9883 20:57:47 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:57:47 Removing intermediate container 908db6e4a21e 20:57:47 ---> c019df5fc5da 20:57:47 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:57:47 ---> Running in 1d13a2dac028 20:57:47 Removing intermediate container a1a32fdf2e3c 20:57:47 ---> dcaab29c900d 20:57:47 20:57:47 Step 10/22 : FROM alpine:3.16 20:57:47 ---> dfd21b5a31f5 20:57:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:57:48 ---> Running in 9b964684bf45 20:57:48 ---> 6fb2b22bac8d 20:57:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:57:48 Removing intermediate container 32fc5cf000c7 20:57:48 ---> 92a6e82eea8f 20:57:48 Step 7/24 : COPY . . 20:57:48 ---> Running in 14de74175a58 20:57:49 Removing intermediate container 6bfcc79d694c 20:57:49 ---> fa629c3ad870 20:57:49 Step 8/22 : COPY . . 20:57:49 Removing intermediate container 237e3114a4e7 20:57:49 ---> e25cffe9e135 20:57:49 Step 7/23 : COPY . . 20:57:49 Removing intermediate container 7860119079e7 20:57:49 ---> 403cc1588da5 20:57:49 Step 8/22 : COPY . . 20:57:49 Removing intermediate container d50ac8c2764f 20:57:49 ---> 13956392eda4 20:57:49 Step 7/20 : COPY . . 20:57:49 Removing intermediate container 7ff3c996de51 20:57:49 ---> ee98d57a4e5f 20:57:49 Step 8/22 : COPY . . 20:57:49 ---> 09c07b373e8a 20:57:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:57:49 ---> a663d7034c39 20:57:49 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:57:49 ---> a5532e85d5d6 20:57:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:57:49 ---> d6073f5e4e45 20:57:49 Step 8/20 : RUN make cmd/secrets-config/secrets-config 20:57:49 ---> db445122309c 20:57:49 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:57:49 ---> Running in a19294f6327f 20:57:49 ---> Running in 1986f00b2c16 20:57:49 ---> Running in 3cd97c138f11 20:57:49 ---> Running in da3fe2fc7cc2 20:57:49 ---> Running in 7fd54d061af0 20:57:50 Removing intermediate container 1986f00b2c16 20:57:50 ---> eca3d8c5335f 20:57:50 Step 9/23 : WORKDIR /edgex-go/spire-build 20:57:50 ---> Running in 7496f85c1615 20:57:52 Removing intermediate container 7496f85c1615 20:57:52 ---> 4d3a6d614681 20:57:52 Step 10/23 : 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 20:57:52 ---> Running in 55fb2c8668cd 20:57:53 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:57:53 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:57:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:57:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:57:55 Removing intermediate container 55fb2c8668cd 20:57:55 ---> b05593586d0c 20:57:55 Step 11/23 : WORKDIR /edgex-go 20:57:55 ---> Running in 659d5aaccffe 20:57:56 Removing intermediate container 659d5aaccffe 20:57:56 ---> e2e7e32122b9 20:57:56 20:57:56 Step 12/23 : FROM alpine:3.15 20:57:56 3.15: Pulling from library/alpine 20:57:58 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 20:57:58 Status: Downloaded newer image for alpine:3.15 20:57:58 ---> 354640af7b1b 20:57:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:57:58 ---> Running in 43882b512145 20:57:59 Removing intermediate container 43882b512145 20:57:59 ---> c333a41a9b67 20:57:59 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:57:59 ---> Running in 148ed7c4e879 20:58:00 Removing intermediate container 1d13a2dac028 20:58:00 ---> 3ed089c30b88 20:58:00 Step 32/32 : LABEL version=3.0.0-dev.79 20:58:00 Removing intermediate container 9b964684bf45 20:58:00 ---> 1f04458b0a79 20:58:00 Step 22/22 : LABEL version=3.0.0-dev.79 20:58:00 ---> 67f0a5780417 20:58:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:58:00 Removing intermediate container 14de74175a58 20:58:00 ---> 611576802492 20:58:00 Step 12/22 : RUN apk add --update --no-cache dumb-init 20:58:00 ---> fb9123b150d0 20:58:00 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:58:01 ---> Running in 71ac575d9140 20:58:01 ---> Running in 3be3d3ca16e7 20:58:01 ---> Running in e62eebd3b4c9 20:58:01 ---> Running in 51a3876990af 20:58:01 ---> 5d2520d19569 20:58:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:58:02 Removing intermediate container 71ac575d9140 20:58:02 ---> 620b08252e11 20:58:02 20:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:58:02 Successfully built 620b08252e11 20:58:02 ---> f2339099002a 20:58:02 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:58:02 Removing intermediate container 3be3d3ca16e7 20:58:02 ---> c9f2e96a8233 20:58:02 20:58:02 Successfully tagged security-bootstrapper:latest 20:58:02 Building core-command 20:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:58:03  Building security-bootstrapper ... done Successfully built c9f2e96a8233 20:58:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:58:03 Removing intermediate container 51a3876990af 20:58:03 ---> a129a763a558 20:58:03 Step 9/24 : WORKDIR /edgex-go/spire-build 20:58:03 Successfully tagged support-scheduler:latest 20:58:03  Building support-scheduler ... done Building security-proxy-auth 20:58:03 (1/1) Installing dumb-init (1.2.5-r1) 20:58:03 Executing busybox-1.35.0-r17.trigger 20:58:03 OK: 6 MiB in 15 packages 20:58:05 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:58:05 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:58:05 OK: 15736 distinct packages available 20:58:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:58:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:58:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:58:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:58:07 ---> d0626edf308c 20:58:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:58:07 ---> Using cache 20:58:07 ---> 3171d8773fd7 20:58:07 Step 4/23 : WORKDIR /edgex-go 20:58:07 ---> Using cache 20:58:07 ---> 79d68cb41385 20:58:07 Step 5/23 : RUN apk add --update --no-cache make git 20:58:07 ---> Using cache 20:58:07 ---> 9afc2c885b14 20:58:07 Step 6/23 : COPY go.mod vendor* ./ 20:58:07 ---> Using cache 20:58:07 ---> 325d72f92e4a 20:58:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:07 ---> Using cache 20:58:07 ---> 446f790e52de 20:58:07 Step 8/23 : COPY . . 20:58:07 ---> Using cache 20:58:07 ---> 64ddee43eab5 20:58:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:58:08 (1/5) Installing dumb-init (1.2.5-r1) 20:58:08 (2/5) Installing musl-obstack (1.2.3-r0) 20:58:08 (3/5) Installing libucontext (1.1-r0) 20:58:08 (4/5) Installing gcompat (1.0.0-r4) 20:58:08 (5/5) Installing openssl (1.1.1t-r1) 20:58:08 Executing busybox-1.34.1-r7.trigger 20:58:08 OK: 6 MiB in 19 packages 20:58:12 Removing intermediate container 148ed7c4e879 20:58:12 ---> 70228da8620e 20:58:12 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:58:13 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:58:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:58:13 ---> d0626edf308c 20:58:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:58:13 ---> Using cache 20:58:13 ---> 3171d8773fd7 20:58:13 Step 4/22 : WORKDIR /edgex-go 20:58:13 ---> Using cache 20:58:13 ---> 79d68cb41385 20:58:13 Step 5/22 : RUN apk add --update --no-cache make git 20:58:13 ---> Using cache 20:58:13 ---> 9afc2c885b14 20:58:13 Step 6/22 : COPY go.mod vendor* ./ 20:58:13 ---> Using cache 20:58:13 ---> 325d72f92e4a 20:58:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:13 ---> Using cache 20:58:13 ---> 446f790e52de 20:58:13 Step 8/22 : COPY . . 20:58:13 ---> Using cache 20:58:13 ---> 64ddee43eab5 20:58:13 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 20:58:19 ---> Running in 46aad7a4d854 20:58:19 ---> Running in fe183a3334f6 20:58:19 ---> Running in 7cf0694d0786 20:58:19 ---> Running in 9e4c8613a140 20:58:20 ---> 3509ebff978d 20:58:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:58:20 Removing intermediate container e62eebd3b4c9 20:58:20 ---> 8386375054f2 20:58:20 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:58:20 Removing intermediate container 7cf0694d0786 20:58:20 ---> ae933dc48092 20:58:20 Step 10/24 : 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 20:58:21 ---> Running in d045a38caac8 20:58:21 ---> 734c82a877f5 20:58:21 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:58:21 Removing intermediate container 46aad7a4d854 20:58:21 ---> 9fc2c27bb418 20:58:21 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 20:58:21 ---> Running in 90869ee2cb17 20:58:21 ---> 2ee969881064 20:58:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:58:21 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:58:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 20:58:21 ---> b56fe923dfd0 20:58:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:58:21 Removing intermediate container 90869ee2cb17 20:58:21 ---> 9819e4b55a1f 20:58:21 Step 21/23 : LABEL arch=x86_64 20:58:21 ---> Running in 9ea44f99e6cd 20:58:21 ---> 484424afb6f4 20:58:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:58:21 Removing intermediate container 9ea44f99e6cd 20:58:21 ---> f6c23a6c73cb 20:58:21 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:58:22 ---> Running in edd84532bd0f 20:58:22 Removing intermediate container d045a38caac8 20:58:22 ---> 705be070c9f0 20:58:22 Step 11/24 : WORKDIR /edgex-go 20:58:22 ---> a021b08e3325 20:58:22 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:58:22 ---> Running in 8ca407ec22c0 20:58:22 Removing intermediate container edd84532bd0f 20:58:22 ---> 451b6c5c15df 20:58:22 Step 23/23 : LABEL version=3.0.0-dev.79 20:58:22 ---> Running in 1f45ba1acba8 20:58:22 ---> Running in 66d1e5c8f034 20:58:22 Removing intermediate container 8ca407ec22c0 20:58:22 ---> 9e5d9ea34e9f 20:58:22 20:58:22 Step 12/24 : FROM alpine:3.15 20:58:22 ---> 5ce65d7b0fde 20:58:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:58:22 ---> Using cache 20:58:22 ---> 5468691a73fd 20:58:22 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:58:22 ---> Running in 255e6039f150 20:58:22 Removing intermediate container 66d1e5c8f034 20:58:22 ---> efacac70f514 20:58:22 20:58:22 Successfully built efacac70f514 20:58:22 Successfully tagged security-secretstore-setup:latest 20:58:22  Building security-secretstore-setup ... done Building security-spiffe-token-provider 20:58:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:58:23 ---> aaff3c956d1d 20:58:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:58:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:58:23 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:58:23 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:58:23 OK: 15859 distinct packages available 20:58:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:58:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:58:24 (1/4) Installing dumb-init (1.2.5-r1) 20:58:24 (2/4) Installing musl-obstack (1.2.3-r0) 20:58:24 (3/4) Installing libucontext (1.1-r0) 20:58:24 (4/4) Installing gcompat (1.0.0-r4) 20:58:24 Executing busybox-1.34.1-r7.trigger 20:58:24 OK: 6 MiB in 18 packages 20:58:26 ---> ac9c027d2516 20:58:26 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:58:26 ---> Running in 3fcb6e847e0c 20:58:26 Removing intermediate container 3fcb6e847e0c 20:58:26 ---> 6c50f62cbad4 20:58:26 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:58:27 ---> Running in d1cba370bb40 20:58:27 Removing intermediate container d1cba370bb40 20:58:27 ---> 254c662078e0 20:58:27 Step 21/23 : LABEL arch=arm64 20:58:28 ---> Running in 66f3eb39b6f5 20:58:28 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:58:28 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:58:28 ---> d0626edf308c 20:58:28 Step 3/19 : WORKDIR /edgex-go 20:58:28 ---> Using cache 20:58:28 ---> 98a21d06b701 20:58:28 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:58:28 Removing intermediate container 66f3eb39b6f5 20:58:28 ---> 6245488d8ee1 20:58:28 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:58:29 ---> Running in 947a3994078d 20:58:29 Removing intermediate container 947a3994078d 20:58:29 ---> 818d61238892 20:58:29 Step 23/23 : LABEL version=3.0.0-dev.79 20:58:29 ---> Running in e455c3ba9b28 20:58:30 Removing intermediate container e455c3ba9b28 20:58:30 ---> 51f2a35c22ce 20:58:30 20:58:30 Successfully built 51f2a35c22ce 20:58:30 Successfully tagged security-spire-server-arm64:latest 20:58:30  Building security-spire-server ... done Building security-spiffe-token-provider 20:58:37 ---> Running in dd25bf38dd9e 20:58:38 Removing intermediate container 1f45ba1acba8 20:58:38 ---> 08b887a6e3d8 20:58:38 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 20:58:38 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:58:38 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:58:38 ---> 487f7d257f44 20:58:38 Step 3/19 : WORKDIR /edgex-go 20:58:38 ---> Using cache 20:58:38 ---> b6818414b8c9 20:58:38 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:58:38 Removing intermediate container 255e6039f150 20:58:38 ---> d94bc75dc8b0 20:58:38 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:58:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:58:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:58:39 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:58:39 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:58:39 OK: 17046 distinct packages available 20:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:58:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:58:39 OK: 211 MiB in 51 packages 20:58:40 ---> Running in c5772f66995f 20:58:40 ---> Running in 42be3707c804 20:58:42 ---> f9ad10e564a2 20:58:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:58:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:58:42 Removing intermediate container 42be3707c804 20:58:42 ---> 1fabecd0cc96 20:58:42 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 20:58:43 ---> b2b08f764fb2 20:58:43 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:58:43 ---> Running in 830ba064c3fc 20:58:43 Removing intermediate container dd25bf38dd9e 20:58:43 ---> 5e5f5600e85f 20:58:43 Step 5/19 : COPY go.mod vendor* ./ 20:58:43 ---> Running in f84714fe1d2d 20:58:43 Removing intermediate container 830ba064c3fc 20:58:43 ---> abe1d581ee74 20:58:43 Step 20/22 : LABEL arch=x86_64 20:58:43 ---> Running in 422907ce6b6b 20:58:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:58:43 Removing intermediate container f84714fe1d2d 20:58:43 ---> 46992f1d2dd2 20:58:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:58:43 ---> 07936821122b 20:58:43 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:43 Removing intermediate container 422907ce6b6b 20:58:43 ---> 77c5ecb6079f 20:58:43 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:58:43 ---> Running in b5c2cef9d63b 20:58:43 ---> Running in 56885317eb29 20:58:43 ---> 15b044a742db 20:58:43 Step 19/24 : WORKDIR / 20:58:43 Removing intermediate container 56885317eb29 20:58:43 ---> a05988331871 20:58:43 Step 22/22 : LABEL version=3.0.0-dev.79 20:58:43 ---> Running in d591c918f608 20:58:44 ---> Running in 54de5f036007 20:58:44 Removing intermediate container d591c918f608 20:58:44 ---> f4bfb2154980 20:58:44 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:58:44 ---> Running in 06a3833dec7f 20:58:44 Removing intermediate container 54de5f036007 20:58:44 ---> 03724806fe83 20:58:44 20:58:44 Successfully built 03724806fe83 20:58:44 Successfully tagged core-common-config-bootstrapper:latest 20:58:44 Building core-data 20:58:45 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:58:45 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:58:45 OK: 16903 distinct packages available 20:58:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:58:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:58:47 OK: 221 MiB in 51 packages 20:58:48 Removing intermediate container c5772f66995f 20:58:48 ---> a8353daa8dc1 20:58:48 Step 5/19 : COPY go.mod vendor* ./ 20:58:49 ---> 6ad8f14b549f 20:58:49 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:49 ---> Running in 760c3d8ddd5a 20:58:54  Building core-common-config-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:58:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:58:54 ---> d0626edf308c 20:58:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:58:54 ---> Using cache 20:58:54 ---> 3171d8773fd7 20:58:54 Step 4/22 : WORKDIR /edgex-go 20:58:54 ---> Using cache 20:58:54 ---> 79d68cb41385 20:58:54 Step 5/22 : RUN apk add --update --no-cache make git 20:58:54 ---> Using cache 20:58:54 ---> 9afc2c885b14 20:58:54 Step 6/22 : COPY go.mod vendor* ./ 20:58:54 ---> Using cache 20:58:54 ---> 325d72f92e4a 20:58:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:58:54 ---> Using cache 20:58:54 ---> 446f790e52de 20:58:54 Step 8/22 : COPY . . 20:58:54 ---> Using cache 20:58:54 ---> 64ddee43eab5 20:58:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:58:58 Removing intermediate container 06a3833dec7f 20:58:58 ---> 982ad5aaf340 20:58:58 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:58:58 ---> Running in 7873434d3d87 20:58:58 ---> Running in 149138c7c054 20:58:58 Removing intermediate container 149138c7c054 20:58:58 ---> d6609c25d3c1 20:58:58 Step 22/24 : LABEL arch=x86_64 20:59:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:59:04 ---> Running in 36a7eed61485 20:59:04 Removing intermediate container 36a7eed61485 20:59:04 ---> b9e1b3b8ba54 20:59:04 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:59:04 Removing intermediate container 9e4c8613a140 20:59:04 ---> cc50a0de2cb4 20:59:04 20:59:04 Step 10/22 : FROM alpine:3.16 20:59:04 ---> dfd21b5a31f5 20:59:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:59:04 ---> Using cache 20:59:04 ---> 611576802492 20:59:04 Step 12/22 : RUN apk add --update --no-cache dumb-init 20:59:04 ---> Using cache 20:59:04 ---> 8386375054f2 20:59:04 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:04 ---> Using cache 20:59:04 Removing intermediate container fe183a3334f6 20:59:04 ---> 15874577d222 20:59:04 20:59:04 Step 10/23 : FROM alpine:3.16 20:59:04 ---> dfd21b5a31f5 20:59:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:59:04 ---> 734c82a877f5 20:59:04 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 20:59:04 ---> Using cache 20:59:04 ---> e3fca4ff347d 20:59:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:59:04 ---> Using cache 20:59:04 ---> 4958f7c5cda1 20:59:04 Step 13/23 : ENV APP_PORT=59882 20:59:04 ---> Running in a0934fbaa7ac 20:59:04 ---> Running in 71fa89bc3487 20:59:04 Removing intermediate container 71fa89bc3487 20:59:04 ---> 23f9e59776e0 20:59:04 Step 24/24 : LABEL version=3.0.0-dev.79 20:59:05 ---> Running in eda954cffb3e 20:59:05 Removing intermediate container a0934fbaa7ac 20:59:05 ---> 91ffd4406517 20:59:05 Step 14/23 : EXPOSE $APP_PORT 20:59:05 Removing intermediate container eda954cffb3e 20:59:05 ---> 4f391ffed990 20:59:05 20:59:05 ---> Running in 5594381b76f3 20:59:05 Successfully built 4f391ffed990 20:59:05 Successfully tagged security-spire-config:latest 20:59:05 Building support-notifications 20:59:05  Building security-spire-config ... done  ---> 115a8f941916 20:59:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 20:59:11 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:59:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:59:11 ---> d0626edf308c 20:59:11 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:59:11 ---> Using cache 20:59:11 ---> 3171d8773fd7 20:59:11 Step 4/22 : WORKDIR /edgex-go 20:59:11 ---> Using cache 20:59:11 ---> 79d68cb41385 20:59:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:59:18 Removing intermediate container 5594381b76f3 20:59:18 ---> 0b4ca25bcfb5 20:59:18 Step 15/23 : WORKDIR / 20:59:18 ---> bb732dcef447 20:59:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 20:59:18 ---> Running in fb8a1ef174d6 20:59:18 ---> Running in 4e3e60613603 20:59:18 Removing intermediate container 4e3e60613603 20:59:18 ---> e23872937be4 20:59:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:59:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:59:19 OK: 211 MiB in 51 packages 20:59:22 ---> c0b89f31ba8c 20:59:22 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:59:29 ---> 918adbc356ef 20:59:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:59:29 ---> Running in 8679360caca3 20:59:29 Removing intermediate container fb8a1ef174d6 20:59:29 ---> 31a6c95f39be 20:59:29 Step 6/22 : COPY go.mod vendor* ./ 20:59:29 ---> be1a67606c12 20:59:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:59:32 ---> 873b377d55f6 20:59:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:59:36 ---> 9d3e10fb126b 20:59:36 Step 19/23 : ENTRYPOINT ["/core-command"] 20:59:36 ---> Running in fc0c7336a467 20:59:36 Removing intermediate container 7873434d3d87 20:59:36 ---> 34c06efea620 20:59:36 20:59:36 Step 10/22 : FROM alpine:3.16 20:59:36 ---> dfd21b5a31f5 20:59:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:59:36 ---> Running in 4a9b777516c8 20:59:36 ---> Running in aeb4354170e6 20:59:36 Removing intermediate container 8679360caca3 20:59:36 ---> 67eb7fa55d5d 20:59:36 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 20:59:36 Removing intermediate container 4a9b777516c8 20:59:36 ---> 6426a94361d4 20:59:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:59:36 ---> Running in 238fd4405de4 20:59:36 ---> Running in 86f598231bd1 20:59:36 Removing intermediate container aeb4354170e6 20:59:36 ---> 1553fd5d2bcd 20:59:36 Step 12/22 : ENV APP_PORT=59880 20:59:36 ---> Running in a59b8ecf18b0 20:59:36 Removing intermediate container 238fd4405de4 20:59:36 ---> 47b3c5f1d73a 20:59:36 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 20:59:37 Removing intermediate container 86f598231bd1 20:59:37 ---> f417bccb5e4c 20:59:37 Step 21/23 : LABEL arch=x86_64 20:59:37 ---> Running in 812a4cd7b088 20:59:37 Removing intermediate container a59b8ecf18b0 20:59:37 ---> e8b063989e1e 20:59:37 Step 13/22 : EXPOSE $APP_PORT 20:59:37 ---> Running in 67ba615c8274 20:59:37 ---> Running in 0eef258251ed 20:59:37 Removing intermediate container 812a4cd7b088 20:59:37 ---> 009f6c165c2f 20:59:37 Step 20/22 : LABEL arch=x86_64 20:59:37 Removing intermediate container 67ba615c8274 20:59:37 ---> 7f7249d533a3 20:59:37 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:59:37 ---> Running in 0a1a8614c807 20:59:37 Removing intermediate container 0eef258251ed 20:59:37 ---> 978953ae142d 20:59:37 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:59:37 ---> Running in aa24911bd363 20:59:37 Removing intermediate container b5c2cef9d63b 20:59:37 ---> 6b4fd754f7a8 20:59:37 Step 7/19 : COPY . . 20:59:38 ---> Running in 4a80565d7f33 20:59:46 Removing intermediate container aa24911bd363 20:59:46 ---> d9861b7fe52d 20:59:46 Step 23/23 : LABEL version=3.0.0-dev.79 20:59:46 Removing intermediate container 0a1a8614c807 20:59:46 ---> 8076b3e2d3be 20:59:46 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 20:59:47 ---> 1d175b6c4c28 20:59:47 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:59:47 ---> Running in b05cc1bb93e9 20:59:47 ---> Running in 0793390e0445 20:59:47 ---> Running in c0943ee79830 20:59:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:59:47 Removing intermediate container b05cc1bb93e9 20:59:47 ---> 8132cfec59b4 20:59:47 20:59:47 Removing intermediate container 0793390e0445 20:59:47 ---> 563e053152de 20:59:47 Step 22/22 : LABEL version=3.0.0-dev.79 20:59:47 ---> Running in 530bafccd7e0 20:59:47 Successfully built 8132cfec59b4 20:59:47 Successfully tagged core-command:latest 20:59:47  Building core-command ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:59:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:59:47 (1/1) Installing dumb-init (1.2.5-r1) 20:59:47 Executing busybox-1.35.0-r17.trigger 20:59:47 OK: 6 MiB in 15 packages 20:59:47 Removing intermediate container 530bafccd7e0 20:59:47 ---> e99e9de7b4bc 20:59:47 20:59:48 Successfully built e99e9de7b4bc 20:59:48 Successfully tagged security-proxy-auth:latest 20:59:49  Building security-proxy-auth ... done Removing intermediate container 4a80565d7f33 20:59:49 ---> 72a9bae1a880 20:59:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:59:50 ---> c610869e0fbf 20:59:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:00:08 ---> 073fadefc4b5 21:00:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:00:10 ---> 81dc32fd255e 21:00:10 Step 18/22 : ENTRYPOINT ["/core-data"] 21:00:20 ---> Running in d1498456efb1 21:00:20 Removing intermediate container d1498456efb1 21:00:20 ---> 1d4cf6fe9fe7 21:00:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:00:20 ---> Running in f10241205275 21:00:20 Removing intermediate container f10241205275 21:00:20 ---> beabee45f8e6 21:00:20 Step 20/22 : LABEL arch=x86_64 21:00:20 ---> Running in 29d11ef16c34 21:00:20 Removing intermediate container fc0c7336a467 21:00:20 ---> 0b3e13b8fe40 21:00:20 Step 8/22 : COPY . . 21:00:20 Removing intermediate container 29d11ef16c34 21:00:20 ---> df0a699c7ce6 21:00:20 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:00:32 ---> Running in 3016a204815d 21:00:32 Removing intermediate container c0943ee79830 21:00:32 ---> 18006c42bfe6 21:00:32 21:00:32 Step 9/19 : FROM alpine:3.15 21:00:32 ---> 5ce65d7b0fde 21:00:32 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:00:32 ---> Using cache 21:00:32 ---> 5468691a73fd 21:00:32 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:00:32 ---> ae5a21bb3d0b 21:00:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:00:32 ---> Running in f1cae0171f1b 21:00:32 ---> Running in c13b8bd207d6 21:00:32 Removing intermediate container 3016a204815d 21:00:32 ---> 3b4ce3cdba0a 21:00:32 Step 22/22 : LABEL version=3.0.0-dev.79 21:00:32 ---> Running in 80b2a1038cc4 21:00:32 Removing intermediate container 80b2a1038cc4 21:00:32 ---> a40afcbe0738 21:00:32 21:00:32 Successfully built a40afcbe0738 21:00:32 Successfully tagged core-data:latest 21:00:32  Building core-data ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:00:32 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:00:33 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:00:33 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:00:33 OK: 15859 distinct packages available 21:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:00:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:00:33 (1/9) Installing ca-certificates (20220614-r0) 21:00:33 (2/9) Installing brotli-libs (1.0.9-r5) 21:00:33 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:00:33 (4/9) Installing libcurl (7.80.0-r6) 21:00:33 (5/9) Installing curl (7.80.0-r6) 21:00:33 (6/9) Installing dumb-init (1.2.5-r1) 21:00:33 (7/9) Installing musl-obstack (1.2.3-r0) 21:00:33 (8/9) Installing libucontext (1.1-r0) 21:00:33 (9/9) Installing gcompat (1.0.0-r4) 21:00:33 Executing busybox-1.34.1-r7.trigger 21:00:33 Executing ca-certificates-20220614-r0.trigger 21:00:33 OK: 8 MiB in 23 packages 21:00:35 Removing intermediate container f1cae0171f1b 21:00:35 ---> d1805db40976 21:00:35 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:00:36 ---> 521fa0dda60d 21:00:36 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:00:39 ---> ae4832fa756e 21:00:39 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:00:39 ---> 1559485da469 21:00:39 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:00:40 ---> Running in c8519bb725af 21:00:41 Removing intermediate container c8519bb725af 21:00:41 ---> 4c61ac4f872b 21:00:41 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:00:41 Removing intermediate container 760c3d8ddd5a 21:00:41 ---> 93faac2279f6 21:00:41 Step 7/19 : COPY . . 21:00:41 ---> be33ab5f17b1 21:00:41 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:00:41 ---> Running in 196d603ebd7d 21:00:41 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:00:42 ---> Running in 1a5285d16219 21:00:42 Removing intermediate container 1a5285d16219 21:00:42 ---> 77e1877ea115 21:00:42 Step 17/19 : LABEL arch=x86_64 21:00:42 ---> Running in ce50e90cf13d 21:00:42 Removing intermediate container ce50e90cf13d 21:00:42 ---> 1e6cdac50aa9 21:00:42 Step 18/19 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:00:42 ---> Running in 848c0efd82db 21:00:42 Removing intermediate container 848c0efd82db 21:00:42 ---> 206acb1cfe6e 21:00:42 Step 19/19 : LABEL version=3.0.0-dev.79 21:00:43 ---> Running in cc7c3978c581 21:00:44 Removing intermediate container cc7c3978c581 21:00:44 ---> 31e7cdab657d 21:00:44 21:00:44 Successfully built 31e7cdab657d 21:00:44 Successfully tagged security-spiffe-token-provider:latest 21:01:02  Building security-spiffe-token-provider ... done Removing intermediate container c13b8bd207d6 21:01:02 ---> 1c385a79aa0b 21:01:02 21:01:02 Step 10/22 : FROM alpine:3.16 21:01:02 ---> dfd21b5a31f5 21:01:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:01:02 ---> Running in 4d735c0e0726 21:01:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:01:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:01:02 (1/2) Installing ca-certificates (20220614-r0) 21:01:02 (2/2) Installing dumb-init (1.2.5-r1) 21:01:02 Executing busybox-1.35.0-r17.trigger 21:01:02 Executing ca-certificates-20220614-r0.trigger 21:01:02 OK: 6 MiB in 16 packages 21:01:03 Removing intermediate container 4d735c0e0726 21:01:03 ---> dc386b79e1d1 21:01:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:01:04 ---> Running in 61c97424eec7 21:01:04 Removing intermediate container 61c97424eec7 21:01:04 ---> fd1ce680a599 21:01:04 Step 13/22 : ENV APP_PORT=59860 21:01:04 ---> Running in adc6fe0e8199 21:01:04 Removing intermediate container adc6fe0e8199 21:01:04 ---> 0ac156212b22 21:01:04 Step 14/22 : EXPOSE $APP_PORT 21:01:05 ---> Running in cfaba8fe2683 21:01:05 Removing intermediate container cfaba8fe2683 21:01:05 ---> 010a2c6024c4 21:01:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:01:06 ---> 4705a68e2fed 21:01:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:01:07 ---> 46874ff1b85a 21:01:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:01:08 ---> c6e50ccb32b1 21:01:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:01:08 ---> Running in 61038be8a0aa 21:01:09 Removing intermediate container 61038be8a0aa 21:01:09 ---> af83f695cbee 21:01:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:01:09 ---> Running in dbcb14b5282f 21:01:09 Removing intermediate container dbcb14b5282f 21:01:09 ---> d31e3f564158 21:01:09 Step 20/22 : LABEL arch=x86_64 21:01:10 ---> Running in 2652c2a23f9f 21:01:10 Removing intermediate container 2652c2a23f9f 21:01:10 ---> 2093b259093d 21:01:10 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:01:11 ---> Running in 9e8564ea21bd 21:01:11 Removing intermediate container 9e8564ea21bd 21:01:11 ---> 6bab1e9baa05 21:01:11 Step 22/22 : LABEL version=3.0.0-dev.79 21:01:12 ---> Running in ad1344b3792e 21:01:12 Removing intermediate container ad1344b3792e 21:01:12 ---> 7c098bbd2060 21:01:12 21:01:12 Successfully built 7c098bbd2060 21:01:12 Successfully tagged support-notifications:latest 21:01:12  Building support-notifications ... done  [Pipeline] } 21:01:12 $ docker stop --time=1 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 21:01:14 $ docker rm -f --volumes 27697d5c08e2436c2590eb34a140c07a1e968d20b59c195b220849a3012fb049 [Pipeline] // withDockerContainer [Pipeline] sh 21:01:14 + docker images 21:01:14 REPOSITORY TAG IMAGE ID CREATED SIZE 21:01:14 support-notifications latest 7c098bbd2060 2 seconds ago 30.7MB 21:01:14 1c385a79aa0b 18 seconds ago 1.75GB 21:01:14 security-spiffe-token-provider latest 31e7cdab657d 31 seconds ago 30MB 21:01:14 core-data latest a40afcbe0738 42 seconds ago 18MB 21:01:14 18006c42bfe6 50 seconds ago 1.72GB 21:01:14 core-command latest 8132cfec59b4 About a minute ago 17.8MB 21:01:14 security-proxy-auth latest e99e9de7b4bc About a minute ago 16.2MB 21:01:14 34c06efea620 About a minute ago 1.69GB 21:01:14 security-spire-config latest 4f391ffed990 2 minutes ago 85.8MB 21:01:14 15874577d222 2 minutes ago 1.68GB 21:01:14 cc50a0de2cb4 2 minutes ago 1.66GB 21:01:14 core-common-config-bootstrapper latest 03724806fe83 2 minutes ago 15.5MB 21:01:14 security-secretstore-setup latest efacac70f514 2 minutes ago 29.9MB 21:01:14 9e5d9ea34e9f 2 minutes ago 1.55GB 21:01:14 support-scheduler latest c9f2e96a8233 3 minutes ago 30.1MB 21:01:14 security-bootstrapper latest 620b08252e11 3 minutes ago 19.8MB 21:01:14 dcaab29c900d 3 minutes ago 1.68GB 21:01:14 135bc2a9353e 3 minutes ago 1.75GB 21:01:14 e4e7b6af16b3 3 minutes ago 1.67GB 21:01:14 core-metadata latest 2dbcb3c90270 4 minutes ago 18.5MB 21:01:14 security-proxy-setup latest 4ed7407f1710 4 minutes ago 16.4MB 21:01:14 security-spire-agent latest 2919eb5f157b 4 minutes ago 125MB 21:01:14 security-spire-server latest 1697a131de62 4 minutes ago 86.5MB 21:01:14 9db678dd0ea4 5 minutes ago 1.66GB 21:01:14 d53f3da23fb9 5 minutes ago 1.69GB 21:01:14 2cdb6bfb871c 5 minutes ago 1.67GB 21:01:14 37b50487cdfc 5 minutes ago 1.55GB 21:01:14 ea3c414a8313 5 minutes ago 1.55GB 21:01:14 ci-base-image-x86_64 latest d0626edf308c 9 minutes ago 903MB 21:01:14 alpine 3.15 5ce65d7b0fde 3 weeks ago 5.59MB 21:01:14 alpine 3.16 dfd21b5a31f5 3 weeks ago 5.55MB 21:01:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 21:01:14 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 21:01:14 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 21:01:14 provisioning config files... 21:01:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config3358023940955413357tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:14 ---> docker-login.sh 21:01:14 nexus3.edgexfoundry.org:10001 21:01:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:14 Configure a credential helper to remove this warning. See 21:01:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:14 21:01:14 Login Succeeded 21:01:14 nexus3.edgexfoundry.org:10002 21:01:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:15 Configure a credential helper to remove this warning. See 21:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:15 21:01:15 Login Succeeded 21:01:15 nexus3.edgexfoundry.org:10003 21:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:15 Configure a credential helper to remove this warning. See 21:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:15 21:01:15 Login Succeeded 21:01:15 nexus3.edgexfoundry.org:10004 21:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:15 Configure a credential helper to remove this warning. See 21:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:15 21:01:15 Login Succeeded 21:01:15 docker.io 21:01:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:01:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:01:15 Configure a credential helper to remove this warning. See 21:01:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:01:15 21:01:15 Login Succeeded 21:01:15 ---> docker-login.sh ends [Pipeline] } 21:01:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:01:15 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:01:15 08ca0edeffa98a49321873a39f0210382b374702 21:01:15 latest 21:01:15 3.0.0-dev.79 21:01:15 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:15 main 21:01:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:16 + docker push nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 21:01:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:01:16 f63c624b1927: Preparing 21:01:16 2b6f488a50ee: Preparing 21:01:16 30dce8f8b929: Preparing 21:01:16 ce378df24aac: Preparing 21:01:16 aa5968d388b8: Preparing 21:01:16 aa5968d388b8: Layer already exists 21:01:16 ce378df24aac: Pushed 21:01:16 f63c624b1927: Pushed 21:01:16 30dce8f8b929: Pushed 21:01:17 2b6f488a50ee: Pushed 21:01:17 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:18 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:01:18 f63c624b1927: Preparing 21:01:18 2b6f488a50ee: Preparing 21:01:18 30dce8f8b929: Preparing 21:01:18 ce378df24aac: Preparing 21:01:18 aa5968d388b8: Preparing 21:01:18 2b6f488a50ee: Layer already exists 21:01:18 aa5968d388b8: Layer already exists 21:01:18 ce378df24aac: Layer already exists 21:01:18 f63c624b1927: Layer already exists 21:01:18 30dce8f8b929: Layer already exists 21:01:18 latest: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:18 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:18 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 21:01:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:01:18 f63c624b1927: Preparing 21:01:18 2b6f488a50ee: Preparing 21:01:18 30dce8f8b929: Preparing 21:01:18 ce378df24aac: Preparing 21:01:18 aa5968d388b8: Preparing 21:01:18 30dce8f8b929: Layer already exists 21:01:18 aa5968d388b8: Layer already exists 21:01:18 ce378df24aac: Layer already exists 21:01:18 f63c624b1927: Layer already exists 21:01:18 2b6f488a50ee: Layer already exists 21:01:18 3.0.0-dev.79: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:19 + docker push nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:01:19 f63c624b1927: Preparing 21:01:19 2b6f488a50ee: Preparing 21:01:19 30dce8f8b929: Preparing 21:01:19 ce378df24aac: Preparing 21:01:19 aa5968d388b8: Preparing 21:01:19 aa5968d388b8: Layer already exists 21:01:19 ce378df24aac: Layer already exists 21:01:19 f63c624b1927: Layer already exists 21:01:19 2b6f488a50ee: Layer already exists 21:01:19 30dce8f8b929: Layer already exists 21:01:19 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:19 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:19 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:01:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:01:19 f63c624b1927: Preparing 21:01:19 2b6f488a50ee: Preparing 21:01:19 30dce8f8b929: Preparing 21:01:19 ce378df24aac: Preparing 21:01:19 aa5968d388b8: Preparing 21:01:19 aa5968d388b8: Layer already exists 21:01:19 f63c624b1927: Layer already exists 21:01:19 2b6f488a50ee: Layer already exists 21:01:19 ce378df24aac: Layer already exists 21:01:19 30dce8f8b929: Layer already exists 21:01:19 main: digest: sha256:559f9ecc8f99ec7aab72d1d78d7341f5b99ade2db3b04269fc51c9661b99d09b size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:20 ===================================================== [Pipeline] echo 21:01:20 taggedImages: 21:01:20 - nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702 21:01:20 - nexus3.edgexfoundry.org:10004/core-command:latest 21:01:20 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.79 21:01:20 - nexus3.edgexfoundry.org:10004/core-command:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:20 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:01:20 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:01:20 08ca0edeffa98a49321873a39f0210382b374702 21:01:20 latest 21:01:20 3.0.0-dev.79 21:01:20 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:20 main 21:01:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 21:01:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:01:20 aa5676492566: Preparing 21:01:20 f5d5e3480014: Preparing 21:01:20 ff16de8da255: Preparing 21:01:20 215eb044c3be: Preparing 21:01:20 30dce8f8b929: Preparing 21:01:20 324a0083890b: Preparing 21:01:20 aa5968d388b8: Preparing 21:01:20 aa5968d388b8: Waiting 21:01:20 324a0083890b: Waiting 21:01:20 30dce8f8b929: Layer already exists 21:01:20 aa5676492566: Pushed 21:01:20 f5d5e3480014: Pushed 21:01:20 ff16de8da255: Pushed 21:01:20 324a0083890b: Pushed 21:01:20 aa5968d388b8: Layer already exists 21:01:21 215eb044c3be: Pushed 21:01:22 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:22 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:01:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:01:22 aa5676492566: Preparing 21:01:22 f5d5e3480014: Preparing 21:01:22 ff16de8da255: Preparing 21:01:22 215eb044c3be: Preparing 21:01:22 30dce8f8b929: Preparing 21:01:22 324a0083890b: Preparing 21:01:22 aa5968d388b8: Preparing 21:01:22 aa5968d388b8: Waiting 21:01:22 324a0083890b: Waiting 21:01:22 aa5676492566: Layer already exists 21:01:22 215eb044c3be: Layer already exists 21:01:22 ff16de8da255: Layer already exists 21:01:22 30dce8f8b929: Layer already exists 21:01:22 f5d5e3480014: Layer already exists 21:01:22 aa5968d388b8: Layer already exists 21:01:22 324a0083890b: Layer already exists 21:01:22 latest: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 21:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:01:23 aa5676492566: Preparing 21:01:23 f5d5e3480014: Preparing 21:01:23 ff16de8da255: Preparing 21:01:23 215eb044c3be: Preparing 21:01:23 30dce8f8b929: Preparing 21:01:23 324a0083890b: Preparing 21:01:23 aa5968d388b8: Preparing 21:01:23 aa5968d388b8: Waiting 21:01:23 324a0083890b: Waiting 21:01:23 aa5676492566: Layer already exists 21:01:23 30dce8f8b929: Layer already exists 21:01:23 f5d5e3480014: Layer already exists 21:01:23 ff16de8da255: Layer already exists 21:01:23 215eb044c3be: Layer already exists 21:01:23 324a0083890b: Layer already exists 21:01:23 aa5968d388b8: Layer already exists 21:01:23 3.0.0-dev.79: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:23 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:23 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:01:23 aa5676492566: Preparing 21:01:23 f5d5e3480014: Preparing 21:01:23 ff16de8da255: Preparing 21:01:23 215eb044c3be: Preparing 21:01:23 30dce8f8b929: Preparing 21:01:23 324a0083890b: Preparing 21:01:23 aa5968d388b8: Preparing 21:01:23 324a0083890b: Waiting 21:01:23 aa5968d388b8: Waiting 21:01:23 ff16de8da255: Layer already exists 21:01:23 215eb044c3be: Layer already exists 21:01:23 aa5676492566: Layer already exists 21:01:23 f5d5e3480014: Layer already exists 21:01:23 30dce8f8b929: Layer already exists 21:01:23 324a0083890b: Layer already exists 21:01:23 aa5968d388b8: Layer already exists 21:01:23 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:24 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:24 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:01:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:01:24 aa5676492566: Preparing 21:01:24 f5d5e3480014: Preparing 21:01:24 ff16de8da255: Preparing 21:01:24 215eb044c3be: Preparing 21:01:24 30dce8f8b929: Preparing 21:01:24 324a0083890b: Preparing 21:01:24 aa5968d388b8: Preparing 21:01:24 324a0083890b: Waiting 21:01:24 aa5968d388b8: Waiting 21:01:24 215eb044c3be: Layer already exists 21:01:24 f5d5e3480014: Layer already exists 21:01:24 aa5676492566: Layer already exists 21:01:24 ff16de8da255: Layer already exists 21:01:24 30dce8f8b929: Layer already exists 21:01:24 aa5968d388b8: Layer already exists 21:01:24 324a0083890b: Layer already exists 21:01:24 main: digest: sha256:dcdef216e140a42f82ed5dc9e66a2d43c8d558691629fd149057523df7244d29 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:24 ===================================================== [Pipeline] echo 21:01:24 taggedImages: 21:01:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 21:01:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:01:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.79 21:01:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:24 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:01:24 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:01:24 08ca0edeffa98a49321873a39f0210382b374702 21:01:24 latest 21:01:24 3.0.0-dev.79 21:01:24 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:24 main 21:01:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:25 + docker push nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 21:01:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:01:25 bd4b3dcc20ba: Preparing 21:01:25 eef8b060801e: Preparing 21:01:25 30dce8f8b929: Preparing 21:01:25 db1686b61796: Preparing 21:01:25 aa5968d388b8: Preparing 21:01:25 aa5968d388b8: Layer already exists 21:01:25 bd4b3dcc20ba: Pushed 21:01:25 db1686b61796: Pushed 21:01:25 30dce8f8b929: Layer already exists 21:01:28 eef8b060801e: Pushed 21:01:28 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:28 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:28 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:01:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:01:28 bd4b3dcc20ba: Preparing 21:01:28 eef8b060801e: Preparing 21:01:28 30dce8f8b929: Preparing 21:01:28 db1686b61796: Preparing 21:01:28 aa5968d388b8: Preparing 21:01:28 30dce8f8b929: Layer already exists 21:01:28 bd4b3dcc20ba: Layer already exists 21:01:28 eef8b060801e: Layer already exists 21:01:28 db1686b61796: Layer already exists 21:01:28 aa5968d388b8: Layer already exists 21:01:28 latest: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:29 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 21:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:01:29 bd4b3dcc20ba: Preparing 21:01:29 eef8b060801e: Preparing 21:01:29 30dce8f8b929: Preparing 21:01:29 db1686b61796: Preparing 21:01:29 aa5968d388b8: Preparing 21:01:29 bd4b3dcc20ba: Layer already exists 21:01:29 eef8b060801e: Layer already exists 21:01:29 aa5968d388b8: Layer already exists 21:01:29 db1686b61796: Layer already exists 21:01:29 30dce8f8b929: Layer already exists 21:01:29 3.0.0-dev.79: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:29 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:29 + docker push nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:01:29 bd4b3dcc20ba: Preparing 21:01:29 eef8b060801e: Preparing 21:01:29 30dce8f8b929: Preparing 21:01:29 db1686b61796: Preparing 21:01:29 aa5968d388b8: Preparing 21:01:29 aa5968d388b8: Layer already exists 21:01:29 db1686b61796: Layer already exists 21:01:29 30dce8f8b929: Layer already exists 21:01:29 bd4b3dcc20ba: Layer already exists 21:01:29 eef8b060801e: Layer already exists 21:01:29 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:30 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:30 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:01:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:01:30 bd4b3dcc20ba: Preparing 21:01:30 eef8b060801e: Preparing 21:01:30 30dce8f8b929: Preparing 21:01:30 db1686b61796: Preparing 21:01:30 aa5968d388b8: Preparing 21:01:30 aa5968d388b8: Layer already exists 21:01:30 eef8b060801e: Layer already exists 21:01:30 db1686b61796: Layer already exists 21:01:30 30dce8f8b929: Layer already exists 21:01:30 bd4b3dcc20ba: Layer already exists 21:01:30 main: digest: sha256:c9d21652497869763954a2a4c811ef2901131408ae83ab0c1fcb7cc74777ce40 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:30 ===================================================== [Pipeline] echo 21:01:30 taggedImages: 21:01:30 - nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702 21:01:30 - nexus3.edgexfoundry.org:10004/core-data:latest 21:01:30 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.79 21:01:30 - nexus3.edgexfoundry.org:10004/core-data:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:30 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:01:30 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:01:30 08ca0edeffa98a49321873a39f0210382b374702 21:01:30 latest 21:01:30 3.0.0-dev.79 21:01:30 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:30 main 21:01:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 21:01:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:01:31 2bc84f01ee1a: Preparing 21:01:31 9902dbb1b08b: Preparing 21:01:31 18fcdc463e16: Preparing 21:01:31 30dce8f8b929: Preparing 21:01:31 ce378df24aac: Preparing 21:01:31 aa5968d388b8: Preparing 21:01:31 aa5968d388b8: Waiting 21:01:31 30dce8f8b929: Layer already exists 21:01:31 9902dbb1b08b: Pushed 21:01:31 2bc84f01ee1a: Pushed 21:01:31 ce378df24aac: Layer already exists 21:01:31 aa5968d388b8: Layer already exists 21:01:32 18fcdc463e16: Pushed 21:01:32 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:32 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:01:33 2bc84f01ee1a: Preparing 21:01:33 9902dbb1b08b: Preparing 21:01:33 18fcdc463e16: Preparing 21:01:33 30dce8f8b929: Preparing 21:01:33 ce378df24aac: Preparing 21:01:33 aa5968d388b8: Preparing 21:01:33 aa5968d388b8: Waiting 21:01:33 9902dbb1b08b: Layer already exists 21:01:33 2bc84f01ee1a: Layer already exists 21:01:33 ce378df24aac: Layer already exists 21:01:33 30dce8f8b929: Layer already exists 21:01:33 18fcdc463e16: Layer already exists 21:01:33 aa5968d388b8: Layer already exists 21:01:33 latest: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:33 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:33 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 21:01:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:01:33 2bc84f01ee1a: Preparing 21:01:33 9902dbb1b08b: Preparing 21:01:33 18fcdc463e16: Preparing 21:01:33 30dce8f8b929: Preparing 21:01:33 ce378df24aac: Preparing 21:01:33 aa5968d388b8: Preparing 21:01:33 aa5968d388b8: Waiting 21:01:33 ce378df24aac: Layer already exists 21:01:33 18fcdc463e16: Layer already exists 21:01:33 9902dbb1b08b: Layer already exists 21:01:33 2bc84f01ee1a: Layer already exists 21:01:33 30dce8f8b929: Layer already exists 21:01:33 aa5968d388b8: Layer already exists 21:01:33 3.0.0-dev.79: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:34 + docker push nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:01:34 2bc84f01ee1a: Preparing 21:01:34 9902dbb1b08b: Preparing 21:01:34 18fcdc463e16: Preparing 21:01:34 30dce8f8b929: Preparing 21:01:34 ce378df24aac: Preparing 21:01:34 aa5968d388b8: Preparing 21:01:34 aa5968d388b8: Waiting 21:01:34 30dce8f8b929: Layer already exists 21:01:34 18fcdc463e16: Layer already exists 21:01:34 ce378df24aac: Layer already exists 21:01:34 9902dbb1b08b: Layer already exists 21:01:34 2bc84f01ee1a: Layer already exists 21:01:34 aa5968d388b8: Layer already exists 21:01:34 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:34 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:35 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:01:35 2bc84f01ee1a: Preparing 21:01:35 9902dbb1b08b: Preparing 21:01:35 18fcdc463e16: Preparing 21:01:35 30dce8f8b929: Preparing 21:01:35 ce378df24aac: Preparing 21:01:35 aa5968d388b8: Preparing 21:01:35 aa5968d388b8: Waiting 21:01:35 18fcdc463e16: Layer already exists 21:01:35 ce378df24aac: Layer already exists 21:01:35 2bc84f01ee1a: Layer already exists 21:01:35 9902dbb1b08b: Layer already exists 21:01:35 30dce8f8b929: Layer already exists 21:01:35 aa5968d388b8: Layer already exists 21:01:35 main: digest: sha256:658a641efbdf281b2c2caf2160e48d0adaa22c72c47cec7b4bb97340fcb1318b size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:35 ===================================================== [Pipeline] echo 21:01:35 taggedImages: 21:01:35 - nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702 21:01:35 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:01:35 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.79 21:01:35 - nexus3.edgexfoundry.org:10004/core-metadata:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:35 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:01:35 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:01:35 08ca0edeffa98a49321873a39f0210382b374702 21:01:35 latest 21:01:35 3.0.0-dev.79 21:01:35 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:35 main 21:01:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 21:01:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:01:35 33d31fb91ee3: Preparing 21:01:35 33d31fb91ee3: Preparing 21:01:35 963524271b59: Preparing 21:01:35 3a7befd1d670: Preparing 21:01:35 3c00e4ef3bcd: Preparing 21:01:35 371d5104118b: Preparing 21:01:35 39123e570391: Preparing 21:01:35 30dce8f8b929: Preparing 21:01:35 609206efeebe: Preparing 21:01:35 9082f430692f: Preparing 21:01:35 ceb582e44f53: Preparing 21:01:35 ab3c7e27f77d: Preparing 21:01:35 aa5968d388b8: Preparing 21:01:35 609206efeebe: Waiting 21:01:35 9082f430692f: Waiting 21:01:35 ceb582e44f53: Waiting 21:01:35 ab3c7e27f77d: Waiting 21:01:35 39123e570391: Waiting 21:01:35 aa5968d388b8: Waiting 21:01:35 30dce8f8b929: Waiting 21:01:35 371d5104118b: Pushed 21:01:35 963524271b59: Pushed 21:01:35 3a7befd1d670: Pushed 21:01:35 30dce8f8b929: Layer already exists 21:01:35 3c00e4ef3bcd: Pushed 21:01:35 33d31fb91ee3: Pushed 21:01:36 609206efeebe: Pushed 21:01:36 ceb582e44f53: Pushed 21:01:36 aa5968d388b8: Layer already exists 21:01:36 9082f430692f: Pushed 21:01:36 ab3c7e27f77d: Pushed 21:01:37 39123e570391: Pushed 21:01:37 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:01:38 33d31fb91ee3: Preparing 21:01:38 33d31fb91ee3: Preparing 21:01:38 963524271b59: Preparing 21:01:38 3a7befd1d670: Preparing 21:01:38 3c00e4ef3bcd: Preparing 21:01:38 371d5104118b: Preparing 21:01:38 39123e570391: Preparing 21:01:38 30dce8f8b929: Preparing 21:01:38 609206efeebe: Preparing 21:01:38 9082f430692f: Preparing 21:01:38 ceb582e44f53: Preparing 21:01:38 ab3c7e27f77d: Preparing 21:01:38 aa5968d388b8: Preparing 21:01:38 39123e570391: Waiting 21:01:38 30dce8f8b929: Waiting 21:01:38 609206efeebe: Waiting 21:01:38 ab3c7e27f77d: Waiting 21:01:38 aa5968d388b8: Waiting 21:01:38 9082f430692f: Waiting 21:01:38 ceb582e44f53: Waiting 21:01:38 371d5104118b: Layer already exists 21:01:38 3a7befd1d670: Layer already exists 21:01:38 33d31fb91ee3: Layer already exists 21:01:38 3c00e4ef3bcd: Layer already exists 21:01:38 963524271b59: Layer already exists 21:01:38 39123e570391: Layer already exists 21:01:38 609206efeebe: Layer already exists 21:01:38 30dce8f8b929: Layer already exists 21:01:38 ceb582e44f53: Layer already exists 21:01:38 9082f430692f: Layer already exists 21:01:38 ab3c7e27f77d: Layer already exists 21:01:38 aa5968d388b8: Layer already exists 21:01:38 latest: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:38 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 21:01:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:01:38 33d31fb91ee3: Preparing 21:01:38 33d31fb91ee3: Preparing 21:01:38 963524271b59: Preparing 21:01:38 3a7befd1d670: Preparing 21:01:38 3c00e4ef3bcd: Preparing 21:01:38 371d5104118b: Preparing 21:01:38 39123e570391: Preparing 21:01:38 30dce8f8b929: Preparing 21:01:38 609206efeebe: Preparing 21:01:38 9082f430692f: Preparing 21:01:38 ceb582e44f53: Preparing 21:01:38 ab3c7e27f77d: Preparing 21:01:38 aa5968d388b8: Preparing 21:01:38 9082f430692f: Waiting 21:01:38 ab3c7e27f77d: Waiting 21:01:38 aa5968d388b8: Waiting 21:01:38 39123e570391: Waiting 21:01:38 30dce8f8b929: Waiting 21:01:38 609206efeebe: Waiting 21:01:38 ceb582e44f53: Waiting 21:01:38 371d5104118b: Layer already exists 21:01:38 3c00e4ef3bcd: Layer already exists 21:01:38 963524271b59: Layer already exists 21:01:38 33d31fb91ee3: Layer already exists 21:01:38 3a7befd1d670: Layer already exists 21:01:38 39123e570391: Layer already exists 21:01:38 30dce8f8b929: Layer already exists 21:01:38 9082f430692f: Layer already exists 21:01:38 ceb582e44f53: Layer already exists 21:01:38 609206efeebe: Layer already exists 21:01:38 ab3c7e27f77d: Layer already exists 21:01:38 aa5968d388b8: Layer already exists 21:01:38 3.0.0-dev.79: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:38 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:01:39 33d31fb91ee3: Preparing 21:01:39 33d31fb91ee3: Preparing 21:01:39 963524271b59: Preparing 21:01:39 3a7befd1d670: Preparing 21:01:39 3c00e4ef3bcd: Preparing 21:01:39 371d5104118b: Preparing 21:01:39 39123e570391: Preparing 21:01:39 30dce8f8b929: Preparing 21:01:39 609206efeebe: Preparing 21:01:39 9082f430692f: Preparing 21:01:39 ceb582e44f53: Preparing 21:01:39 ab3c7e27f77d: Preparing 21:01:39 aa5968d388b8: Preparing 21:01:39 39123e570391: Waiting 21:01:39 30dce8f8b929: Waiting 21:01:39 9082f430692f: Waiting 21:01:39 ab3c7e27f77d: Waiting 21:01:39 ceb582e44f53: Waiting 21:01:39 aa5968d388b8: Waiting 21:01:39 609206efeebe: Waiting 21:01:39 3a7befd1d670: Layer already exists 21:01:39 963524271b59: Layer already exists 21:01:39 3c00e4ef3bcd: Layer already exists 21:01:39 371d5104118b: Layer already exists 21:01:39 33d31fb91ee3: Layer already exists 21:01:39 39123e570391: Layer already exists 21:01:39 30dce8f8b929: Layer already exists 21:01:39 ceb582e44f53: Layer already exists 21:01:39 9082f430692f: Layer already exists 21:01:39 609206efeebe: Layer already exists 21:01:39 ab3c7e27f77d: Layer already exists 21:01:39 aa5968d388b8: Layer already exists 21:01:39 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:39 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:39 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:01:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:01:39 33d31fb91ee3: Preparing 21:01:39 33d31fb91ee3: Preparing 21:01:39 963524271b59: Preparing 21:01:39 3a7befd1d670: Preparing 21:01:39 3c00e4ef3bcd: Preparing 21:01:39 371d5104118b: Preparing 21:01:39 39123e570391: Preparing 21:01:39 30dce8f8b929: Preparing 21:01:39 609206efeebe: Preparing 21:01:39 9082f430692f: Preparing 21:01:39 ceb582e44f53: Preparing 21:01:39 ab3c7e27f77d: Preparing 21:01:39 aa5968d388b8: Preparing 21:01:39 ceb582e44f53: Waiting 21:01:39 609206efeebe: Waiting 21:01:39 9082f430692f: Waiting 21:01:39 ab3c7e27f77d: Waiting 21:01:39 39123e570391: Waiting 21:01:39 aa5968d388b8: Waiting 21:01:39 30dce8f8b929: Waiting 21:01:39 33d31fb91ee3: Layer already exists 21:01:39 3a7befd1d670: Layer already exists 21:01:39 963524271b59: Layer already exists 21:01:39 371d5104118b: Layer already exists 21:01:39 3c00e4ef3bcd: Layer already exists 21:01:39 30dce8f8b929: Layer already exists 21:01:39 609206efeebe: Layer already exists 21:01:39 39123e570391: Layer already exists 21:01:39 ceb582e44f53: Layer already exists 21:01:39 9082f430692f: Layer already exists 21:01:39 aa5968d388b8: Layer already exists 21:01:39 ab3c7e27f77d: Layer already exists 21:01:39 main: digest: sha256:2e9eff268258ef903b6c147c46e3b0682ac2fd73c0bf6383286eb1f9aca6edac size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:39 ===================================================== [Pipeline] echo 21:01:39 taggedImages: 21:01:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702 21:01:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:01:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.79 21:01:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:39 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:01:39 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:01:39 08ca0edeffa98a49321873a39f0210382b374702 21:01:39 latest 21:01:39 3.0.0-dev.79 21:01:39 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:39 main 21:01:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:40 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 21:01:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:01:40 46c5d639228e: Preparing 21:01:40 8e6cc71185a3: Preparing 21:01:40 5e3503db4244: Preparing 21:01:40 62622c0be639: Preparing 21:01:40 30dce8f8b929: Preparing 21:01:40 324a0083890b: Preparing 21:01:40 aa5968d388b8: Preparing 21:01:40 324a0083890b: Waiting 21:01:40 aa5968d388b8: Waiting 21:01:40 30dce8f8b929: Layer already exists 21:01:40 324a0083890b: Layer already exists 21:01:40 aa5968d388b8: Layer already exists 21:01:40 5e3503db4244: Pushed 21:01:41 8e6cc71185a3: Pushed 21:01:41 46c5d639228e: Pushed 21:01:42 62622c0be639: Pushed 21:01:42 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:42 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:01:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:01:42 46c5d639228e: Preparing 21:01:42 8e6cc71185a3: Preparing 21:01:42 5e3503db4244: Preparing 21:01:42 62622c0be639: Preparing 21:01:42 30dce8f8b929: Preparing 21:01:42 324a0083890b: Preparing 21:01:42 aa5968d388b8: Preparing 21:01:42 aa5968d388b8: Waiting 21:01:42 324a0083890b: Waiting 21:01:42 8e6cc71185a3: Layer already exists 21:01:42 5e3503db4244: Layer already exists 21:01:42 46c5d639228e: Layer already exists 21:01:42 30dce8f8b929: Layer already exists 21:01:42 62622c0be639: Layer already exists 21:01:42 324a0083890b: Layer already exists 21:01:42 aa5968d388b8: Layer already exists 21:01:42 latest: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 21:01:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:01:43 46c5d639228e: Preparing 21:01:43 8e6cc71185a3: Preparing 21:01:43 5e3503db4244: Preparing 21:01:43 62622c0be639: Preparing 21:01:43 30dce8f8b929: Preparing 21:01:43 324a0083890b: Preparing 21:01:43 aa5968d388b8: Preparing 21:01:43 aa5968d388b8: Waiting 21:01:43 324a0083890b: Waiting 21:01:43 5e3503db4244: Layer already exists 21:01:43 8e6cc71185a3: Layer already exists 21:01:43 30dce8f8b929: Layer already exists 21:01:43 46c5d639228e: Layer already exists 21:01:43 62622c0be639: Layer already exists 21:01:43 324a0083890b: Layer already exists 21:01:43 aa5968d388b8: Layer already exists 21:01:43 3.0.0-dev.79: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:43 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:01:44 46c5d639228e: Preparing 21:01:44 8e6cc71185a3: Preparing 21:01:44 5e3503db4244: Preparing 21:01:44 62622c0be639: Preparing 21:01:44 30dce8f8b929: Preparing 21:01:44 324a0083890b: Preparing 21:01:44 aa5968d388b8: Preparing 21:01:44 324a0083890b: Waiting 21:01:44 aa5968d388b8: Waiting 21:01:44 62622c0be639: Layer already exists 21:01:44 30dce8f8b929: Layer already exists 21:01:44 46c5d639228e: Layer already exists 21:01:44 5e3503db4244: Layer already exists 21:01:44 8e6cc71185a3: Layer already exists 21:01:44 324a0083890b: Layer already exists 21:01:44 aa5968d388b8: Layer already exists 21:01:44 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:44 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:01:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:01:44 46c5d639228e: Preparing 21:01:44 8e6cc71185a3: Preparing 21:01:44 5e3503db4244: Preparing 21:01:44 62622c0be639: Preparing 21:01:44 30dce8f8b929: Preparing 21:01:44 324a0083890b: Preparing 21:01:44 aa5968d388b8: Preparing 21:01:44 324a0083890b: Waiting 21:01:44 aa5968d388b8: Waiting 21:01:44 30dce8f8b929: Layer already exists 21:01:44 62622c0be639: Layer already exists 21:01:44 5e3503db4244: Layer already exists 21:01:44 8e6cc71185a3: Layer already exists 21:01:44 46c5d639228e: Layer already exists 21:01:44 324a0083890b: Layer already exists 21:01:44 aa5968d388b8: Layer already exists 21:01:44 main: digest: sha256:b1993a08f1af0346a1529fea25b98c01f32e8726a62c4de155361ecb9e834ad5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:44 ===================================================== [Pipeline] echo 21:01:44 taggedImages: 21:01:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702 21:01:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:01:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.79 21:01:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:44 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:01:44 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:01:44 08ca0edeffa98a49321873a39f0210382b374702 21:01:44 latest 21:01:44 3.0.0-dev.79 21:01:44 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:44 main 21:01:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:45 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:45 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 21:01:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:01:45 a75e9f94bc42: Preparing 21:01:45 e4838db898f4: Preparing 21:01:45 a5e49c7a68cb: Preparing 21:01:45 9b404ae5f71b: Preparing 21:01:45 e5d09fe11ac4: Preparing 21:01:45 06d1d77700a5: Preparing 21:01:45 aa5968d388b8: Preparing 21:01:45 06d1d77700a5: Waiting 21:01:45 aa5968d388b8: Waiting 21:01:45 e5d09fe11ac4: Pushed 21:01:45 a75e9f94bc42: Pushed 21:01:45 e4838db898f4: Pushed 21:01:45 9b404ae5f71b: Pushed 21:01:45 aa5968d388b8: Layer already exists 21:01:45 06d1d77700a5: Pushed 21:01:46 a5e49c7a68cb: Pushed 21:01:46 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:47 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:01:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:01:47 a75e9f94bc42: Preparing 21:01:47 e4838db898f4: Preparing 21:01:47 a5e49c7a68cb: Preparing 21:01:47 9b404ae5f71b: Preparing 21:01:47 e5d09fe11ac4: Preparing 21:01:47 06d1d77700a5: Preparing 21:01:47 aa5968d388b8: Preparing 21:01:47 06d1d77700a5: Waiting 21:01:47 e5d09fe11ac4: Layer already exists 21:01:47 a5e49c7a68cb: Layer already exists 21:01:47 9b404ae5f71b: Layer already exists 21:01:47 e4838db898f4: Layer already exists 21:01:47 a75e9f94bc42: Layer already exists 21:01:47 06d1d77700a5: Layer already exists 21:01:47 aa5968d388b8: Layer already exists 21:01:47 latest: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:47 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 21:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:01:48 a75e9f94bc42: Preparing 21:01:48 e4838db898f4: Preparing 21:01:48 a5e49c7a68cb: Preparing 21:01:48 9b404ae5f71b: Preparing 21:01:48 e5d09fe11ac4: Preparing 21:01:48 06d1d77700a5: Preparing 21:01:48 aa5968d388b8: Preparing 21:01:48 a75e9f94bc42: Layer already exists 21:01:48 a5e49c7a68cb: Layer already exists 21:01:48 e4838db898f4: Layer already exists 21:01:48 e5d09fe11ac4: Layer already exists 21:01:48 9b404ae5f71b: Layer already exists 21:01:48 aa5968d388b8: Layer already exists 21:01:48 06d1d77700a5: Layer already exists 21:01:48 3.0.0-dev.79: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:48 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:48 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:01:48 a75e9f94bc42: Preparing 21:01:48 e4838db898f4: Preparing 21:01:48 a5e49c7a68cb: Preparing 21:01:48 9b404ae5f71b: Preparing 21:01:48 e5d09fe11ac4: Preparing 21:01:48 06d1d77700a5: Preparing 21:01:48 aa5968d388b8: Preparing 21:01:48 aa5968d388b8: Waiting 21:01:48 06d1d77700a5: Waiting 21:01:48 e4838db898f4: Layer already exists 21:01:48 9b404ae5f71b: Layer already exists 21:01:48 a5e49c7a68cb: Layer already exists 21:01:48 e5d09fe11ac4: Layer already exists 21:01:48 a75e9f94bc42: Layer already exists 21:01:48 aa5968d388b8: Layer already exists 21:01:48 06d1d77700a5: Layer already exists 21:01:48 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:01:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:01:49 a75e9f94bc42: Preparing 21:01:49 e4838db898f4: Preparing 21:01:49 a5e49c7a68cb: Preparing 21:01:49 9b404ae5f71b: Preparing 21:01:49 e5d09fe11ac4: Preparing 21:01:49 06d1d77700a5: Preparing 21:01:49 aa5968d388b8: Preparing 21:01:49 06d1d77700a5: Waiting 21:01:49 aa5968d388b8: Waiting 21:01:49 a75e9f94bc42: Layer already exists 21:01:49 e4838db898f4: Layer already exists 21:01:49 9b404ae5f71b: Layer already exists 21:01:49 a5e49c7a68cb: Layer already exists 21:01:49 e5d09fe11ac4: Layer already exists 21:01:49 aa5968d388b8: Layer already exists 21:01:49 06d1d77700a5: Layer already exists 21:01:49 main: digest: sha256:1eaa72e5e338c12b5f825a44bbb84af292dc1caf4a2bed86f833fe9b9021ae2e size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:49 ===================================================== [Pipeline] echo 21:01:49 taggedImages: 21:01:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702 21:01:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:01:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.79 21:01:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:49 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:01:49 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:01:49 08ca0edeffa98a49321873a39f0210382b374702 21:01:49 latest 21:01:49 3.0.0-dev.79 21:01:49 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:49 main 21:01:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:49 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 21:01:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:01:50 90db5142d233: Preparing 21:01:50 b596fdae9eb6: Preparing 21:01:50 2ff9ba3ea74a: Preparing 21:01:50 51c86b4d89d0: Preparing 21:01:50 09c54d24e64a: Preparing 21:01:50 3f9fc2ff9b5b: Preparing 21:01:50 cabe7c8af5e0: Preparing 21:01:50 4b082c733b96: Preparing 21:01:50 aa5968d388b8: Preparing 21:01:50 4b082c733b96: Waiting 21:01:50 3f9fc2ff9b5b: Waiting 21:01:50 aa5968d388b8: Waiting 21:01:50 cabe7c8af5e0: Waiting 21:01:50 b596fdae9eb6: Pushed 21:01:50 09c54d24e64a: Pushed 21:01:50 90db5142d233: Pushed 21:01:50 3f9fc2ff9b5b: Pushed 21:01:50 cabe7c8af5e0: Pushed 21:01:50 aa5968d388b8: Layer already exists 21:01:50 4b082c733b96: Pushed 21:01:51 51c86b4d89d0: Pushed 21:01:51 2ff9ba3ea74a: Pushed 21:01:51 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:51 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:52 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:01:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:01:52 90db5142d233: Preparing 21:01:52 b596fdae9eb6: Preparing 21:01:52 2ff9ba3ea74a: Preparing 21:01:52 51c86b4d89d0: Preparing 21:01:52 09c54d24e64a: Preparing 21:01:52 3f9fc2ff9b5b: Preparing 21:01:52 cabe7c8af5e0: Preparing 21:01:52 4b082c733b96: Preparing 21:01:52 aa5968d388b8: Preparing 21:01:52 4b082c733b96: Waiting 21:01:52 aa5968d388b8: Waiting 21:01:52 3f9fc2ff9b5b: Waiting 21:01:52 b596fdae9eb6: Layer already exists 21:01:52 90db5142d233: Layer already exists 21:01:52 2ff9ba3ea74a: Layer already exists 21:01:52 09c54d24e64a: Layer already exists 21:01:52 51c86b4d89d0: Layer already exists 21:01:52 3f9fc2ff9b5b: Layer already exists 21:01:52 aa5968d388b8: Layer already exists 21:01:52 cabe7c8af5e0: Layer already exists 21:01:52 4b082c733b96: Layer already exists 21:01:52 latest: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:52 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 21:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:01:53 90db5142d233: Preparing 21:01:53 b596fdae9eb6: Preparing 21:01:53 2ff9ba3ea74a: Preparing 21:01:53 51c86b4d89d0: Preparing 21:01:53 09c54d24e64a: Preparing 21:01:53 3f9fc2ff9b5b: Preparing 21:01:53 cabe7c8af5e0: Preparing 21:01:53 4b082c733b96: Preparing 21:01:53 aa5968d388b8: Preparing 21:01:53 3f9fc2ff9b5b: Waiting 21:01:53 cabe7c8af5e0: Waiting 21:01:53 aa5968d388b8: Waiting 21:01:53 4b082c733b96: Waiting 21:01:53 51c86b4d89d0: Layer already exists 21:01:53 b596fdae9eb6: Layer already exists 21:01:53 09c54d24e64a: Layer already exists 21:01:53 90db5142d233: Layer already exists 21:01:53 2ff9ba3ea74a: Layer already exists 21:01:53 4b082c733b96: Layer already exists 21:01:53 3f9fc2ff9b5b: Layer already exists 21:01:53 cabe7c8af5e0: Layer already exists 21:01:53 aa5968d388b8: Layer already exists 21:01:53 3.0.0-dev.79: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:01:53 90db5142d233: Preparing 21:01:53 b596fdae9eb6: Preparing 21:01:53 2ff9ba3ea74a: Preparing 21:01:53 51c86b4d89d0: Preparing 21:01:53 09c54d24e64a: Preparing 21:01:53 3f9fc2ff9b5b: Preparing 21:01:53 cabe7c8af5e0: Preparing 21:01:53 4b082c733b96: Preparing 21:01:53 aa5968d388b8: Preparing 21:01:53 3f9fc2ff9b5b: Waiting 21:01:53 4b082c733b96: Waiting 21:01:53 aa5968d388b8: Waiting 21:01:53 cabe7c8af5e0: Waiting 21:01:53 b596fdae9eb6: Layer already exists 21:01:53 09c54d24e64a: Layer already exists 21:01:53 2ff9ba3ea74a: Layer already exists 21:01:53 90db5142d233: Layer already exists 21:01:53 51c86b4d89d0: Layer already exists 21:01:53 3f9fc2ff9b5b: Layer already exists 21:01:53 cabe7c8af5e0: Layer already exists 21:01:53 aa5968d388b8: Layer already exists 21:01:53 4b082c733b96: Layer already exists 21:01:53 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:54 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:54 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:01:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:01:54 90db5142d233: Preparing 21:01:54 b596fdae9eb6: Preparing 21:01:54 2ff9ba3ea74a: Preparing 21:01:54 51c86b4d89d0: Preparing 21:01:54 09c54d24e64a: Preparing 21:01:54 3f9fc2ff9b5b: Preparing 21:01:54 cabe7c8af5e0: Preparing 21:01:54 4b082c733b96: Preparing 21:01:54 aa5968d388b8: Preparing 21:01:54 3f9fc2ff9b5b: Waiting 21:01:54 aa5968d388b8: Waiting 21:01:54 cabe7c8af5e0: Waiting 21:01:54 4b082c733b96: Waiting 21:01:54 90db5142d233: Layer already exists 21:01:54 2ff9ba3ea74a: Layer already exists 21:01:54 09c54d24e64a: Layer already exists 21:01:54 b596fdae9eb6: Layer already exists 21:01:54 51c86b4d89d0: Layer already exists 21:01:54 3f9fc2ff9b5b: Layer already exists 21:01:54 cabe7c8af5e0: Layer already exists 21:01:54 aa5968d388b8: Layer already exists 21:01:54 4b082c733b96: Layer already exists 21:01:54 main: digest: sha256:6e0c2d55cff2d70f26e0fd6dda8a491ab576d4b4928555d1c05677ad4e1f09f8 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:54 ===================================================== [Pipeline] echo 21:01:54 taggedImages: 21:01:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702 21:01:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:01:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.79 21:01:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:54 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:01:54 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:01:54 08ca0edeffa98a49321873a39f0210382b374702 21:01:54 latest 21:01:54 3.0.0-dev.79 21:01:54 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:54 main 21:01:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:54 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:55 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 21:01:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:01:55 474ebd3c0ea0: Preparing 21:01:55 0708dc043333: Preparing 21:01:55 30dce8f8b929: Preparing 21:01:55 a9f39668fe0b: Preparing 21:01:55 4e6476652798: Preparing 21:01:55 4e6476652798: Layer already exists 21:01:55 30dce8f8b929: Layer already exists 21:01:55 474ebd3c0ea0: Pushed 21:01:55 a9f39668fe0b: Pushed 21:01:57 0708dc043333: Pushed 21:01:57 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:57 + 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 21:01:57 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:01:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:01:57 474ebd3c0ea0: Preparing 21:01:57 0708dc043333: Preparing 21:01:57 30dce8f8b929: Preparing 21:01:57 a9f39668fe0b: Preparing 21:01:57 4e6476652798: Preparing 21:01:57 4e6476652798: Layer already exists 21:01:57 a9f39668fe0b: Layer already exists 21:01:57 474ebd3c0ea0: Layer already exists 21:01:57 0708dc043333: Layer already exists 21:01:57 30dce8f8b929: Layer already exists 21:01:57 latest: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 21:01:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:01:58 474ebd3c0ea0: Preparing 21:01:58 0708dc043333: Preparing 21:01:58 30dce8f8b929: Preparing 21:01:58 a9f39668fe0b: Preparing 21:01:58 4e6476652798: Preparing 21:01:58 a9f39668fe0b: Layer already exists 21:01:58 4e6476652798: Layer already exists 21:01:58 474ebd3c0ea0: Layer already exists 21:01:58 0708dc043333: Layer already exists 21:01:58 30dce8f8b929: Layer already exists 21:01:58 3.0.0-dev.79: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:01:59 474ebd3c0ea0: Preparing 21:01:59 0708dc043333: Preparing 21:01:59 30dce8f8b929: Preparing 21:01:59 a9f39668fe0b: Preparing 21:01:59 4e6476652798: Preparing 21:01:59 4e6476652798: Layer already exists 21:01:59 0708dc043333: Layer already exists 21:01:59 474ebd3c0ea0: Layer already exists 21:01:59 30dce8f8b929: Layer already exists 21:01:59 a9f39668fe0b: Layer already exists 21:01:59 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:59 + 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 21:01:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:01:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:01:59 474ebd3c0ea0: Preparing 21:01:59 0708dc043333: Preparing 21:01:59 30dce8f8b929: Preparing 21:01:59 a9f39668fe0b: Preparing 21:01:59 4e6476652798: Preparing 21:01:59 474ebd3c0ea0: Layer already exists 21:01:59 4e6476652798: Layer already exists 21:01:59 30dce8f8b929: Layer already exists 21:01:59 a9f39668fe0b: Layer already exists 21:01:59 0708dc043333: Layer already exists 21:01:59 main: digest: sha256:8fe0be593db0d5fb2238b00c6be664d55f71e0e6074c2c41cd235b05f0910dc9 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:01:59 ===================================================== [Pipeline] echo 21:01:59 taggedImages: 21:01:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702 21:01:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:01:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.79 21:01:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:59 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:01:59 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:01:59 08ca0edeffa98a49321873a39f0210382b374702 21:01:59 latest 21:01:59 3.0.0-dev.79 21:01:59 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:01:59 main 21:01:59 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 21:02:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:02:00 3b5b18b78690: Preparing 21:02:00 d338e28e28e9: Preparing 21:02:00 074d5523da03: Preparing 21:02:00 50a1fc38a2c8: Preparing 21:02:00 82cc99d09b10: Preparing 21:02:00 5188b97e3473: Preparing 21:02:00 4e6476652798: Preparing 21:02:00 4e6476652798: Waiting 21:02:01 074d5523da03: Pushed 21:02:01 d338e28e28e9: Pushed 21:02:01 3b5b18b78690: Pushed 21:02:01 4e6476652798: Layer already exists 21:02:02 5188b97e3473: Pushed 21:02:05 82cc99d09b10: Pushed 21:02:07 50a1fc38a2c8: Pushed 21:02:07 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:02:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:02:08 3b5b18b78690: Preparing 21:02:08 d338e28e28e9: Preparing 21:02:08 074d5523da03: Preparing 21:02:08 50a1fc38a2c8: Preparing 21:02:08 82cc99d09b10: Preparing 21:02:08 5188b97e3473: Preparing 21:02:08 4e6476652798: Preparing 21:02:08 5188b97e3473: Waiting 21:02:08 074d5523da03: Layer already exists 21:02:08 50a1fc38a2c8: Layer already exists 21:02:08 d338e28e28e9: Layer already exists 21:02:08 3b5b18b78690: Layer already exists 21:02:08 82cc99d09b10: Layer already exists 21:02:08 5188b97e3473: Layer already exists 21:02:08 4e6476652798: Layer already exists 21:02:08 latest: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:08 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 21:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:02:09 3b5b18b78690: Preparing 21:02:09 d338e28e28e9: Preparing 21:02:09 074d5523da03: Preparing 21:02:09 50a1fc38a2c8: Preparing 21:02:09 82cc99d09b10: Preparing 21:02:09 5188b97e3473: Preparing 21:02:09 4e6476652798: Preparing 21:02:09 5188b97e3473: Waiting 21:02:09 4e6476652798: Waiting 21:02:09 074d5523da03: Layer already exists 21:02:09 3b5b18b78690: Layer already exists 21:02:09 50a1fc38a2c8: Layer already exists 21:02:09 82cc99d09b10: Layer already exists 21:02:09 d338e28e28e9: Layer already exists 21:02:09 4e6476652798: Layer already exists 21:02:09 5188b97e3473: Layer already exists 21:02:09 3.0.0-dev.79: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:09 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:02:09 3b5b18b78690: Preparing 21:02:09 d338e28e28e9: Preparing 21:02:09 074d5523da03: Preparing 21:02:09 50a1fc38a2c8: Preparing 21:02:09 82cc99d09b10: Preparing 21:02:09 5188b97e3473: Preparing 21:02:09 4e6476652798: Preparing 21:02:09 5188b97e3473: Waiting 21:02:09 4e6476652798: Waiting 21:02:09 3b5b18b78690: Layer already exists 21:02:09 50a1fc38a2c8: Layer already exists 21:02:09 074d5523da03: Layer already exists 21:02:09 d338e28e28e9: Layer already exists 21:02:09 82cc99d09b10: Layer already exists 21:02:09 5188b97e3473: Layer already exists 21:02:09 4e6476652798: Layer already exists 21:02:09 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:10 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:02:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:02:10 3b5b18b78690: Preparing 21:02:10 d338e28e28e9: Preparing 21:02:10 074d5523da03: Preparing 21:02:10 50a1fc38a2c8: Preparing 21:02:10 82cc99d09b10: Preparing 21:02:10 5188b97e3473: Preparing 21:02:10 4e6476652798: Preparing 21:02:10 5188b97e3473: Waiting 21:02:10 4e6476652798: Waiting 21:02:10 82cc99d09b10: Layer already exists 21:02:10 074d5523da03: Layer already exists 21:02:10 3b5b18b78690: Layer already exists 21:02:10 d338e28e28e9: Layer already exists 21:02:10 50a1fc38a2c8: Layer already exists 21:02:10 4e6476652798: Layer already exists 21:02:10 5188b97e3473: Layer already exists 21:02:10 main: digest: sha256:fedef31e1a04932ca78fb8dc50dd766ca4aacacc6578d1eb9719d3ac13586f1c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:10 ===================================================== [Pipeline] echo 21:02:10 taggedImages: 21:02:10 - nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702 21:02:10 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:02:10 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.79 21:02:10 - nexus3.edgexfoundry.org:10004/security-spire-agent:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:10 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:02:10 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:02:10 08ca0edeffa98a49321873a39f0210382b374702 21:02:10 latest 21:02:10 3.0.0-dev.79 21:02:10 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:10 main 21:02:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:10 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 21:02:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:02:11 88350f5b2d86: Preparing 21:02:11 efecd631c82b: Preparing 21:02:11 92b49d50a5ea: Preparing 21:02:11 ca0670414755: Preparing 21:02:11 cf15ad9c3398: Preparing 21:02:11 4e6476652798: Preparing 21:02:11 4e6476652798: Waiting 21:02:11 88350f5b2d86: Pushed 21:02:11 92b49d50a5ea: Pushed 21:02:11 efecd631c82b: Pushed 21:02:11 4e6476652798: Layer already exists 21:02:11 cf15ad9c3398: Pushed 21:02:17 ca0670414755: Pushed 21:02:17 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:02:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:02:18 88350f5b2d86: Preparing 21:02:18 efecd631c82b: Preparing 21:02:18 92b49d50a5ea: Preparing 21:02:18 ca0670414755: Preparing 21:02:18 cf15ad9c3398: Preparing 21:02:18 4e6476652798: Preparing 21:02:18 4e6476652798: Waiting 21:02:18 cf15ad9c3398: Layer already exists 21:02:18 88350f5b2d86: Layer already exists 21:02:18 efecd631c82b: Layer already exists 21:02:18 92b49d50a5ea: Layer already exists 21:02:18 ca0670414755: Layer already exists 21:02:18 4e6476652798: Layer already exists 21:02:18 latest: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:18 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 21:02:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:02:19 88350f5b2d86: Preparing 21:02:19 efecd631c82b: Preparing 21:02:19 92b49d50a5ea: Preparing 21:02:19 ca0670414755: Preparing 21:02:19 cf15ad9c3398: Preparing 21:02:19 4e6476652798: Preparing 21:02:19 4e6476652798: Waiting 21:02:19 92b49d50a5ea: Layer already exists 21:02:19 efecd631c82b: Layer already exists 21:02:19 ca0670414755: Layer already exists 21:02:19 cf15ad9c3398: Layer already exists 21:02:19 88350f5b2d86: Layer already exists 21:02:19 4e6476652798: Layer already exists 21:02:19 3.0.0-dev.79: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:19 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:02:19 88350f5b2d86: Preparing 21:02:19 efecd631c82b: Preparing 21:02:19 92b49d50a5ea: Preparing 21:02:19 ca0670414755: Preparing 21:02:19 cf15ad9c3398: Preparing 21:02:19 4e6476652798: Preparing 21:02:19 4e6476652798: Waiting 21:02:19 88350f5b2d86: Layer already exists 21:02:19 ca0670414755: Layer already exists 21:02:19 efecd631c82b: Layer already exists 21:02:19 cf15ad9c3398: Layer already exists 21:02:19 92b49d50a5ea: Layer already exists 21:02:19 4e6476652798: Layer already exists 21:02:19 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:20 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:02:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:02:20 88350f5b2d86: Preparing 21:02:20 efecd631c82b: Preparing 21:02:20 92b49d50a5ea: Preparing 21:02:20 ca0670414755: Preparing 21:02:20 cf15ad9c3398: Preparing 21:02:20 4e6476652798: Preparing 21:02:20 4e6476652798: Waiting 21:02:20 88350f5b2d86: Layer already exists 21:02:20 cf15ad9c3398: Layer already exists 21:02:20 92b49d50a5ea: Layer already exists 21:02:20 ca0670414755: Layer already exists 21:02:20 efecd631c82b: Layer already exists 21:02:20 4e6476652798: Layer already exists 21:02:20 main: digest: sha256:7371ebbc89c483dbccef373a49d1af0ad9fce1f6ef6924bcc0854d657a8c8056 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:20 ===================================================== [Pipeline] echo 21:02:20 taggedImages: 21:02:20 - nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702 21:02:20 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:02:20 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.79 21:02:20 - nexus3.edgexfoundry.org:10004/security-spire-config:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:20 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:02:20 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:02:20 08ca0edeffa98a49321873a39f0210382b374702 21:02:20 latest 21:02:20 3.0.0-dev.79 21:02:20 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:20 main 21:02:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:20 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 21:02:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:02:21 b3e59f3f5b7b: Preparing 21:02:21 0f25d631bbc2: Preparing 21:02:21 5ba1aaaaa087: Preparing 21:02:21 b8a546237936: Preparing 21:02:21 5188b97e3473: Preparing 21:02:21 4e6476652798: Preparing 21:02:21 4e6476652798: Waiting 21:02:21 5188b97e3473: Layer already exists 21:02:21 5ba1aaaaa087: Pushed 21:02:21 0f25d631bbc2: Pushed 21:02:21 b3e59f3f5b7b: Pushed 21:02:21 4e6476652798: Layer already exists 21:02:27 b8a546237936: Pushed 21:02:27 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:02:28 b3e59f3f5b7b: Preparing 21:02:28 0f25d631bbc2: Preparing 21:02:28 5ba1aaaaa087: Preparing 21:02:28 b8a546237936: Preparing 21:02:28 5188b97e3473: Preparing 21:02:28 4e6476652798: Preparing 21:02:28 4e6476652798: Waiting 21:02:28 b3e59f3f5b7b: Layer already exists 21:02:28 5ba1aaaaa087: Layer already exists 21:02:28 0f25d631bbc2: Layer already exists 21:02:28 5188b97e3473: Layer already exists 21:02:28 b8a546237936: Layer already exists 21:02:28 4e6476652798: Layer already exists 21:02:28 latest: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:28 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 21:02:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:02:28 b3e59f3f5b7b: Preparing 21:02:28 0f25d631bbc2: Preparing 21:02:28 5ba1aaaaa087: Preparing 21:02:28 b8a546237936: Preparing 21:02:28 5188b97e3473: Preparing 21:02:28 4e6476652798: Preparing 21:02:28 4e6476652798: Waiting 21:02:28 5ba1aaaaa087: Layer already exists 21:02:28 5188b97e3473: Layer already exists 21:02:28 b3e59f3f5b7b: Layer already exists 21:02:28 0f25d631bbc2: Layer already exists 21:02:28 b8a546237936: Layer already exists 21:02:28 4e6476652798: Layer already exists 21:02:28 3.0.0-dev.79: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:29 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:02:29 b3e59f3f5b7b: Preparing 21:02:29 0f25d631bbc2: Preparing 21:02:29 5ba1aaaaa087: Preparing 21:02:29 b8a546237936: Preparing 21:02:29 5188b97e3473: Preparing 21:02:29 4e6476652798: Preparing 21:02:29 4e6476652798: Waiting 21:02:29 5ba1aaaaa087: Layer already exists 21:02:29 b8a546237936: Layer already exists 21:02:29 0f25d631bbc2: Layer already exists 21:02:29 5188b97e3473: Layer already exists 21:02:29 b3e59f3f5b7b: Layer already exists 21:02:29 4e6476652798: Layer already exists 21:02:29 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:29 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:30 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:02:30 b3e59f3f5b7b: Preparing 21:02:30 0f25d631bbc2: Preparing 21:02:30 5ba1aaaaa087: Preparing 21:02:30 b8a546237936: Preparing 21:02:30 5188b97e3473: Preparing 21:02:30 4e6476652798: Preparing 21:02:30 4e6476652798: Waiting 21:02:30 5188b97e3473: Layer already exists 21:02:30 5ba1aaaaa087: Layer already exists 21:02:30 b8a546237936: Layer already exists 21:02:30 0f25d631bbc2: Layer already exists 21:02:30 b3e59f3f5b7b: Layer already exists 21:02:30 4e6476652798: Layer already exists 21:02:30 main: digest: sha256:4128e1d1bcabf4e6fd62c1b4785278dc3a54d50d777ffac2e4dd3c6c7f8b8060 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:30 ===================================================== [Pipeline] echo 21:02:30 taggedImages: 21:02:30 - nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702 21:02:30 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:02:30 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.79 21:02:30 - nexus3.edgexfoundry.org:10004/security-spire-server:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:30 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:02:30 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:02:30 08ca0edeffa98a49321873a39f0210382b374702 21:02:30 latest 21:02:30 3.0.0-dev.79 21:02:30 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:30 main 21:02:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 21:02:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:02:30 e5e63268ef07: Preparing 21:02:30 db647373c554: Preparing 21:02:30 30dce8f8b929: Preparing 21:02:30 5e079471d930: Preparing 21:02:30 aa5968d388b8: Preparing 21:02:30 aa5968d388b8: Layer already exists 21:02:30 30dce8f8b929: Layer already exists 21:02:30 e5e63268ef07: Pushed 21:02:30 5e079471d930: Pushed 21:02:33 db647373c554: Pushed 21:02:33 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:33 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:33 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:02:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:02:33 e5e63268ef07: Preparing 21:02:33 db647373c554: Preparing 21:02:33 30dce8f8b929: Preparing 21:02:33 5e079471d930: Preparing 21:02:33 aa5968d388b8: Preparing 21:02:33 aa5968d388b8: Layer already exists 21:02:33 30dce8f8b929: Layer already exists 21:02:33 e5e63268ef07: Layer already exists 21:02:33 5e079471d930: Layer already exists 21:02:33 db647373c554: Layer already exists 21:02:33 latest: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:34 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 21:02:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:02:34 e5e63268ef07: Preparing 21:02:34 db647373c554: Preparing 21:02:34 30dce8f8b929: Preparing 21:02:34 5e079471d930: Preparing 21:02:34 aa5968d388b8: Preparing 21:02:34 db647373c554: Layer already exists 21:02:34 aa5968d388b8: Layer already exists 21:02:34 e5e63268ef07: Layer already exists 21:02:34 30dce8f8b929: Layer already exists 21:02:34 5e079471d930: Layer already exists 21:02:34 3.0.0-dev.79: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:34 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:35 + docker push nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:02:35 e5e63268ef07: Preparing 21:02:35 db647373c554: Preparing 21:02:35 30dce8f8b929: Preparing 21:02:35 5e079471d930: Preparing 21:02:35 aa5968d388b8: Preparing 21:02:35 5e079471d930: Layer already exists 21:02:35 e5e63268ef07: Layer already exists 21:02:35 30dce8f8b929: Layer already exists 21:02:35 db647373c554: Layer already exists 21:02:35 aa5968d388b8: Layer already exists 21:02:35 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:35 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:36 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:02:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:02:36 e5e63268ef07: Preparing 21:02:36 db647373c554: Preparing 21:02:36 30dce8f8b929: Preparing 21:02:36 5e079471d930: Preparing 21:02:36 aa5968d388b8: Preparing 21:02:36 30dce8f8b929: Layer already exists 21:02:36 aa5968d388b8: Layer already exists 21:02:36 db647373c554: Layer already exists 21:02:36 e5e63268ef07: Layer already exists 21:02:36 5e079471d930: Layer already exists 21:02:36 main: digest: sha256:dea015582a1e2073ef78c286c4918f5392c21836b06b9c5e2434ced4823ac123 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:36 ===================================================== [Pipeline] echo 21:02:36 taggedImages: 21:02:36 - nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702 21:02:36 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:02:36 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.79 21:02:36 - nexus3.edgexfoundry.org:10004/support-notifications:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:36 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:02:36 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:02:36 08ca0edeffa98a49321873a39f0210382b374702 21:02:36 latest 21:02:36 3.0.0-dev.79 21:02:36 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:36 main 21:02:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 21:02:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:02:37 dc11e0cd19c1: Preparing 21:02:37 5aa1889d5862: Preparing 21:02:37 30dce8f8b929: Preparing 21:02:37 ce378df24aac: Preparing 21:02:37 aa5968d388b8: Preparing 21:02:37 dc11e0cd19c1: Pushed 21:02:37 30dce8f8b929: Layer already exists 21:02:37 aa5968d388b8: Layer already exists 21:02:37 ce378df24aac: Layer already exists 21:02:39 5aa1889d5862: Pushed 21:02:39 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:02:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:02:40 dc11e0cd19c1: Preparing 21:02:40 5aa1889d5862: Preparing 21:02:40 30dce8f8b929: Preparing 21:02:40 ce378df24aac: Preparing 21:02:40 aa5968d388b8: Preparing 21:02:40 dc11e0cd19c1: Layer already exists 21:02:40 aa5968d388b8: Layer already exists 21:02:40 ce378df24aac: Layer already exists 21:02:40 5aa1889d5862: Layer already exists 21:02:40 30dce8f8b929: Layer already exists 21:02:40 latest: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:40 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 21:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:02:41 dc11e0cd19c1: Preparing 21:02:41 5aa1889d5862: Preparing 21:02:41 30dce8f8b929: Preparing 21:02:41 ce378df24aac: Preparing 21:02:41 aa5968d388b8: Preparing 21:02:41 30dce8f8b929: Layer already exists 21:02:41 aa5968d388b8: Layer already exists 21:02:41 5aa1889d5862: Layer already exists 21:02:41 ce378df24aac: Layer already exists 21:02:41 dc11e0cd19c1: Layer already exists 21:02:41 3.0.0-dev.79: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:41 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:02:41 dc11e0cd19c1: Preparing 21:02:41 5aa1889d5862: Preparing 21:02:41 30dce8f8b929: Preparing 21:02:41 ce378df24aac: Preparing 21:02:41 aa5968d388b8: Preparing 21:02:41 aa5968d388b8: Layer already exists 21:02:41 5aa1889d5862: Layer already exists 21:02:41 ce378df24aac: Layer already exists 21:02:41 30dce8f8b929: Layer already exists 21:02:41 dc11e0cd19c1: Layer already exists 21:02:41 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:41 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:42 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:02:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:02:42 dc11e0cd19c1: Preparing 21:02:42 5aa1889d5862: Preparing 21:02:42 30dce8f8b929: Preparing 21:02:42 ce378df24aac: Preparing 21:02:42 aa5968d388b8: Preparing 21:02:42 5aa1889d5862: Layer already exists 21:02:42 dc11e0cd19c1: Layer already exists 21:02:42 ce378df24aac: Layer already exists 21:02:42 30dce8f8b929: Layer already exists 21:02:42 aa5968d388b8: Layer already exists 21:02:42 main: digest: sha256:eccbf88294a72aa90fc8882dcc46126bf4ce2e732dee6c43379f814bf51fd271 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:02:42 ===================================================== [Pipeline] echo 21:02:42 taggedImages: 21:02:42 - nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702 21:02:42 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:02:42 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.79 21:02:42 - nexus3.edgexfoundry.org:10004/support-scheduler:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:02:42 - nexus3.edgexfoundry.org:10004/support-scheduler: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] } 21:05:18 Removing intermediate container 7fd54d061af0 21:05:18 ---> e174dedebafa 21:05:18 21:05:18 Step 10/22 : FROM alpine:3.16 21:05:18 3.16: Pulling from library/alpine 21:05:19 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:05:19 Status: Downloaded newer image for alpine:3.16 21:05:19 ---> 4c81e5bf8899 21:05:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:05:19 ---> Running in f4a2d3fe6c2e 21:05:20 Removing intermediate container 3cd97c138f11 21:05:20 ---> c388eaf8c0a9 21:05:20 21:05:20 Step 9/20 : FROM alpine:3.16 21:05:20 ---> 4c81e5bf8899 21:05:20 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 21:05:20 ---> Running in 560dc351a27d 21:05:20 Removing intermediate container f4a2d3fe6c2e 21:05:20 ---> b3f885186f1c 21:05:20 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:05:20 ---> Running in 8e7023b8afeb 21:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:05:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:05:25 (1/1) Installing dumb-init (1.2.5-r1) 21:05:25 (1/2) Installing dumb-init (1.2.5-r1) 21:05:25 Executing busybox-1.35.0-r17.trigger 21:05:25 (2/2) Installing openssl (1.1.1t-r0) 21:05:25 Executing busybox-1.35.0-r17.trigger 21:05:25 OK: 5 MiB in 15 packages 21:05:25 OK: 6 MiB in 16 packages 21:05:27 Removing intermediate container 8e7023b8afeb 21:05:27 ---> 3ba20e5f6771 21:05:27 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:05:27 Removing intermediate container 560dc351a27d 21:05:27 ---> 3af52d9c87f5 21:05:27 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 21:05:27 ---> Running in 80db7bef8ed0 21:05:28 Removing intermediate container 80db7bef8ed0 21:05:28 ---> c8442dade39c 21:05:28 Step 12/20 : WORKDIR /edgex 21:05:28 ---> 3dd040cceeba 21:05:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:05:28 ---> Running in d8bafc523e87 21:05:29 Removing intermediate container d8bafc523e87 21:05:29 ---> bd8029bc8e15 21:05:29 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 21:05:32 ---> 7e28408833a6 21:05:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:05:32 ---> 3492b1063583 21:05:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:05:34 ---> 4441aac30835 21:05:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:05:35 ---> a967aa7dfc55 21:05:35 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:05:35 ---> 4d8f8ff704ec 21:05:35 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:05:35 ---> Running in 478e98db497d 21:05:35 ---> 884ad1f3d0c1 21:05:35 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:05:36 ---> Running in 9a0c44d15d84 21:05:40 Removing intermediate container 478e98db497d 21:05:40 ---> 7340eb8e190f 21:05:40 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:05:40 Removing intermediate container 9a0c44d15d84 21:05:40 ---> Running in e0ddd9683aba 21:05:40 ---> ebad160dbc2c 21:05:40 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 21:05:40 ---> Running in bf12f7eba1cb 21:05:41 Removing intermediate container e0ddd9683aba 21:05:41 ---> 7065c3dc7a55 21:05:41 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:05:41 ---> Running in 4d4db1594f53 21:05:41 Removing intermediate container bf12f7eba1cb 21:05:41 ---> 415350c9f09c 21:05:41 Step 18/20 : LABEL arch=arm64 21:05:41 ---> Running in e5d97e34d3d9 21:05:42 Removing intermediate container 4d4db1594f53 21:05:42 ---> 6b21daac14f3 21:05:42 Step 20/22 : LABEL arch=arm64 21:05:42 ---> Running in 23bcce9e6c6c 21:05:42 Removing intermediate container e5d97e34d3d9 21:05:42 ---> b3c4323f6a78 21:05:42 Step 19/20 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:05:42 ---> Running in 7b5f9c4ca7d8 21:05:43 Removing intermediate container 23bcce9e6c6c 21:05:43 ---> 330671f16dc1 21:05:43 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:05:43 ---> Running in f0fc059aa3a0 21:05:43 Removing intermediate container 7b5f9c4ca7d8 21:05:43 ---> b2834ea6c94d 21:05:43 Step 20/20 : LABEL version=3.0.0-dev.79 21:05:43 ---> Running in f665a7420da3 21:05:43 Removing intermediate container f0fc059aa3a0 21:05:43 ---> e1d74ba4f475 21:05:43 Step 22/22 : LABEL version=3.0.0-dev.79 21:05:44 ---> Running in a4eca3203313 21:05:44 Removing intermediate container f665a7420da3 21:05:44 ---> 6c24f902a11b 21:05:44 21:05:44 Successfully built 6c24f902a11b 21:05:44 Successfully tagged security-proxy-setup-arm64:latest 21:05:44  Building security-proxy-setup ... done Building core-metadata 21:05:44 Removing intermediate container a4eca3203313 21:05:44 ---> 0c5c9c216f78 21:05:44 21:05:44 Successfully built 0c5c9c216f78 21:05:44 Successfully tagged security-proxy-auth-arm64:latest 21:05:44  Building security-proxy-auth ... done Building security-secretstore-setup 21:05:51 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:51 ---> 487f7d257f44 21:05:51 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:05:51 ---> Using cache 21:05:51 ---> e21e18b6182e 21:05:51 Step 4/24 : WORKDIR /edgex-go 21:05:51 ---> Using cache 21:05:51 ---> 2da2b74ea320 21:05:51 Step 5/24 : RUN apk add --update --no-cache make git 21:05:51 ---> Using cache 21:05:51 ---> 7771c66dd4c0 21:05:51 Step 6/24 : COPY go.mod vendor* ./ 21:05:51 ---> Using cache 21:05:51 ---> dd562b63e791 21:05:51 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:51 ---> Using cache 21:05:51 ---> fa629c3ad870 21:05:51 Step 8/24 : COPY . . 21:05:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:51 ---> 487f7d257f44 21:05:51 Step 3/23 : WORKDIR /edgex-go 21:05:51 ---> Using cache 21:05:51 ---> b6818414b8c9 21:05:51 Step 4/23 : RUN apk add --update --no-cache make git 21:05:51 ---> Using cache 21:05:51 ---> Using cache 21:05:51 ---> 9065f4330bd2 21:05:51 ---> a5532e85d5d6 21:05:51 Step 5/23 : COPY go.mod vendor* ./Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:05:51 21:05:51 ---> Using cache 21:05:51 ---> 6e349238ce92 21:05:51 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:51 ---> Using cache 21:05:51 ---> 13956392eda4 21:05:51 Step 7/23 : COPY . . 21:05:51 ---> Using cache 21:05:51 ---> d6073f5e4e45 21:05:51 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:05:51 ---> Running in e64e7afabaff 21:05:51 ---> Running in ef4f5bcbe5ba 21:05:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:05:54 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:06:32 Removing intermediate container a19294f6327f 21:06:32 ---> 79e438323efa 21:06:32 21:06:32 Step 10/22 : FROM alpine:3.16 21:06:32 ---> 4c81e5bf8899 21:06:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:06:32 ---> Running in 57735c23dc7e 21:06:32 Removing intermediate container 57735c23dc7e 21:06:32 ---> 7e375f7dec15 21:06:32 Step 12/22 : ENV APP_PORT=59880 21:06:32 ---> Running in c168b507fea0 21:06:33 Removing intermediate container c168b507fea0 21:06:33 ---> 3acba54abf78 21:06:33 Step 13/22 : EXPOSE $APP_PORT 21:06:33 ---> Running in e85ab684a831 21:06:34 Removing intermediate container e85ab684a831 21:06:34 ---> e5c31a717583 21:06:34 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:06:34 ---> Running in 503743d62abe 21:06:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:06:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:06:38 (1/1) Installing dumb-init (1.2.5-r1) 21:06:38 Executing busybox-1.35.0-r17.trigger 21:06:38 OK: 5 MiB in 15 packages 21:06:40 Removing intermediate container 503743d62abe 21:06:40 ---> ba69ec38491f 21:06:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:06:40 ---> 5a4348ca1e6d 21:06:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:06:42 ---> 9a3ee24d1b7c 21:06:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:06:43 ---> 0e589679b465 21:06:43 Step 18/22 : ENTRYPOINT ["/core-data"] 21:06:43 ---> Running in 8b537a768f0a 21:06:44 Removing intermediate container 8b537a768f0a 21:06:44 ---> f708d1a63031 21:06:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:06:44 ---> Running in 469fc8d8b2a8 21:06:44 Removing intermediate container 469fc8d8b2a8 21:06:44 ---> 2341dbc7630d 21:06:44 Step 20/22 : LABEL arch=arm64 21:06:44 ---> Running in d9f4be9b9c8e 21:06:45 Removing intermediate container d9f4be9b9c8e 21:06:45 ---> fbf8aadc5567 21:06:45 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:06:45 ---> Running in e302f0abf7b3 21:06:46 Removing intermediate container e302f0abf7b3 21:06:46 ---> 728889670cc2 21:06:46 Step 22/22 : LABEL version=3.0.0-dev.79 21:06:46 ---> Running in 28a41e59e17f 21:06:46 Removing intermediate container 28a41e59e17f 21:06:46 ---> ef84337804a6 21:06:46 21:06:46 Successfully built ef84337804a6 21:06:47 Successfully tagged core-data-arm64:latest 21:06:47  Building core-data ... done Building security-spire-config 21:06:50 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:06:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:06:50 ---> 487f7d257f44 21:06:50 Step 3/24 : WORKDIR /edgex-go 21:06:50 ---> Using cache 21:06:50 ---> b6818414b8c9 21:06:50 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:06:50 ---> Running in e1a65b1a8306 21:06:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:06:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:06:54 OK: 221 MiB in 51 packages 21:06:56 Removing intermediate container e1a65b1a8306 21:06:56 ---> 47cbab7681b2 21:06:56 Step 5/24 : COPY go.mod vendor* ./ 21:06:57 ---> 30158939c748 21:06:57 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:06:57 ---> Running in 23a308cff39b 21:08:49 Removing intermediate container 23a308cff39b 21:08:49 ---> 0386c2c3551e 21:08:49 Step 7/24 : COPY . . 21:08:49 ---> 93847267a684 21:08:49 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:08:49 ---> Running in 02dc70e3db67 21:08:49 Removing intermediate container 02dc70e3db67 21:08:49 ---> 29374fc889ef 21:08:49 Step 9/24 : WORKDIR /edgex-go/spire-build 21:08:49 ---> Running in 3cdbd92fec95 21:08:49 Removing intermediate container 3cdbd92fec95 21:08:49 ---> 762768b46d91 21:08:49 Step 10/24 : 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 21:08:49 ---> Running in e90f6d5e5b80 21:08:52 Removing intermediate container e90f6d5e5b80 21:08:52 ---> 3e0db439c0e9 21:08:52 Step 11/24 : WORKDIR /edgex-go 21:08:52 ---> Running in bf2a518bc572 21:08:53 Removing intermediate container bf2a518bc572 21:08:53 ---> 2d0a3086df12 21:08:53 21:08:53 Step 12/24 : FROM alpine:3.15 21:08:53 ---> 354640af7b1b 21:08:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:08:53 ---> Using cache 21:08:53 ---> c333a41a9b67 21:08:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:08:53 ---> Running in a45a7d80dc57 21:08:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:08:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:08:58 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:08:58 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:08:58 OK: 15736 distinct packages available 21:08:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:08:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:09:01 (1/4) Installing dumb-init (1.2.5-r1) 21:09:01 (2/4) Installing musl-obstack (1.2.3-r0) 21:09:01 (3/4) Installing libucontext (1.1-r0) 21:09:01 (4/4) Installing gcompat (1.0.0-r4) 21:09:01 Executing busybox-1.34.1-r7.trigger 21:09:01 OK: 6 MiB in 18 packages 21:09:03 Removing intermediate container a45a7d80dc57 21:09:03 ---> 6cd89671eac4 21:09:03 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:09:11 ---> ee34afc546ce 21:09:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:09:11 ---> 3ed88ba69f17 21:09:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:09:11 ---> Running in 7c69d3cfc700 21:09:12 Removing intermediate container 7c69d3cfc700 21:09:12 ---> 302bb1014838 21:09:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:09:13 ---> fe4df6f30dd8 21:09:13 Step 19/24 : WORKDIR / 21:09:13 ---> Running in be2ac3111ca8 21:09:14 Removing intermediate container be2ac3111ca8 21:09:14 ---> 7d47dae1ed55 21:09:14 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:09:14 ---> Running in 3d787a1f46d2 21:09:14 Removing intermediate container 3d787a1f46d2 21:09:14 ---> b7b95da63fbe 21:09:14 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:09:14 ---> Running in 7b8e26dfb1ea 21:09:15 Removing intermediate container 7b8e26dfb1ea 21:09:15 ---> c82519ee5e38 21:09:15 Step 22/24 : LABEL arch=arm64 21:09:15 ---> Running in 296df3327dde 21:09:15 Removing intermediate container 296df3327dde 21:09:15 ---> 6b80423196d1 21:09:15 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:09:16 ---> Running in 98ad778b3b65 21:09:16 Removing intermediate container 98ad778b3b65 21:09:16 ---> 60732e7f0f9a 21:09:16 Step 24/24 : LABEL version=3.0.0-dev.79 21:09:16 ---> Running in 68192f16ae0c 21:09:17 Removing intermediate container 68192f16ae0c 21:09:17 ---> 55151b58b5aa 21:09:17 21:09:17 Successfully built 55151b58b5aa 21:09:17 Successfully tagged security-spire-config-arm64:latest 21:09:17 Building support-notifications 21:09:21  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:09:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:09:21 ---> 487f7d257f44 21:09:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:09:21 ---> Using cache 21:09:21 ---> e21e18b6182e 21:09:21 Step 4/22 : WORKDIR /edgex-go 21:09:21 ---> Using cache 21:09:21 ---> 2da2b74ea320 21:09:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:09:22 ---> Running in fcb2fc248acf 21:09:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:09:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:09:26 OK: 221 MiB in 51 packages 21:09:29 Removing intermediate container fcb2fc248acf 21:09:29 ---> 99a966d3872c 21:09:29 Step 6/22 : COPY go.mod vendor* ./ 21:09:30 ---> f8cc2655d971 21:09:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:09:31 ---> Running in 685dae23d6b7 21:09:39 Removing intermediate container da3fe2fc7cc2 21:09:39 ---> 48464fa345c0 21:09:39 21:09:39 Step 10/22 : FROM alpine:3.16 21:09:39 ---> 4c81e5bf8899 21:09:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:09:39 ---> Running in 1a9805187cd3 21:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:09:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:09:43 (1/1) Installing dumb-init (1.2.5-r1) 21:09:43 Executing busybox-1.35.0-r17.trigger 21:09:43 OK: 5 MiB in 15 packages 21:09:45 Removing intermediate container 1a9805187cd3 21:09:45 ---> aee136718326 21:09:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:09:45 ---> Running in 0679e4790b94 21:09:45 Removing intermediate container 0679e4790b94 21:09:45 ---> c6ff72d4e9e1 21:09:45 Step 13/22 : ENV APP_PORT=59861 21:09:45 ---> Running in 7b2fbe91548a 21:09:46 Removing intermediate container 7b2fbe91548a 21:09:46 ---> 37ce2d0258b2 21:09:46 Step 14/22 : EXPOSE $APP_PORT 21:09:46 ---> Running in bd5795889849 21:09:47 Removing intermediate container bd5795889849 21:09:47 ---> a2393f04e520 21:09:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:48 ---> 4025cd48063e 21:09:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:09:51 ---> dc459a354818 21:09:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:09:51 ---> 3240bb9602b6 21:09:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:09:52 ---> Running in eb39eb729466 21:09:52 Removing intermediate container eb39eb729466 21:09:52 ---> c43efdfaf95e 21:09:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:09:52 ---> Running in c7a00600b0ec 21:09:53 Removing intermediate container c7a00600b0ec 21:09:53 ---> aad6e6925104 21:09:53 Step 20/22 : LABEL arch=arm64 21:09:53 ---> Running in cf6ed8c9fb91 21:09:54 Removing intermediate container cf6ed8c9fb91 21:09:54 ---> fa8a64a2d5eb 21:09:54 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:09:54 ---> Running in 27414c49a03b 21:09:54 Removing intermediate container 27414c49a03b 21:09:54 ---> 331e8a84daf5 21:09:54 Step 22/22 : LABEL version=3.0.0-dev.79 21:09:55 ---> Running in e2ab7cd0a282 21:09:55 Removing intermediate container e2ab7cd0a282 21:09:55 ---> 304461e32fdd 21:09:55 21:09:55 Successfully built 304461e32fdd 21:09:55 Successfully tagged support-scheduler-arm64:latest 21:09:55 Building security-bootstrapper 21:10:00  Building support-scheduler ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:10:00 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:10:00 ---> 487f7d257f44 21:10:00 Step 3/32 : WORKDIR /edgex-go 21:10:00 ---> Using cache 21:10:00 ---> b6818414b8c9 21:10:00 Step 4/32 : RUN apk add --update --no-cache make git 21:10:00 ---> Using cache 21:10:00 ---> 9065f4330bd2 21:10:00 Step 5/32 : COPY go.mod vendor* ./ 21:10:00 ---> Using cache 21:10:00 ---> 6e349238ce92 21:10:00 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:10:00 ---> Using cache 21:10:00 ---> 13956392eda4 21:10:00 Step 7/32 : COPY . . 21:10:00 ---> Using cache 21:10:00 ---> d6073f5e4e45 21:10:00 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:10:00 ---> Running in 1d8d52effecb 21:10:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:10:34 Removing intermediate container 196d603ebd7d 21:10:34 ---> 0cfe24856955 21:10:34 21:10:34 Step 9/19 : FROM alpine:3.15 21:10:34 ---> 354640af7b1b 21:10:34 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:10:34 ---> Using cache 21:10:34 ---> c333a41a9b67 21:10:34 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:10:34 ---> Running in 781ed25494b5 21:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:34 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:10:34 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:10:34 OK: 15736 distinct packages available 21:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:36 (1/9) Installing ca-certificates (20220614-r0) 21:10:36 (2/9) Installing brotli-libs (1.0.9-r5) 21:10:36 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:10:36 (4/9) Installing libcurl (7.80.0-r6) 21:10:36 (5/9) Installing curl (7.80.0-r6) 21:10:36 (6/9) Installing dumb-init (1.2.5-r1) 21:10:36 (7/9) Installing musl-obstack (1.2.3-r0) 21:10:36 (8/9) Installing libucontext (1.1-r0) 21:10:36 (9/9) Installing gcompat (1.0.0-r4) 21:10:36 Executing busybox-1.34.1-r7.trigger 21:10:36 Executing ca-certificates-20220614-r0.trigger 21:10:37 OK: 8 MiB in 23 packages 21:10:43 Removing intermediate container 781ed25494b5 21:10:43 ---> 3fafc1471f08 21:10:43 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:44 ---> 9bfae107ecd9 21:10:44 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:10:49 ---> 6248d79a38fa 21:10:49 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:10:50 ---> ebfbe2f31b42 21:10:50 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:10:50 ---> Running in ddf72c0bf82a 21:10:51 Removing intermediate container ddf72c0bf82a 21:10:51 ---> bee01ed9f449 21:10:51 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:10:51 ---> Running in 7eb0bdff902b 21:10:52 Removing intermediate container 7eb0bdff902b 21:10:52 ---> cd161cf70a76 21:10:52 Step 17/19 : LABEL arch=arm64 21:10:53 ---> Running in bc8d3c7ddd07 21:10:54 Removing intermediate container bc8d3c7ddd07 21:10:54 ---> ece7d783559a 21:10:54 Step 18/19 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:10:54 ---> Running in d9e837393b3c 21:10:55 Removing intermediate container d9e837393b3c 21:10:55 ---> 2729c104661e 21:10:55 Step 19/19 : LABEL version=3.0.0-dev.79 21:10:55 ---> Running in 6435a99e1c47 21:10:56 Removing intermediate container 6435a99e1c47 21:10:56 ---> fb4115bf2e3d 21:10:56 21:10:57 Successfully built fb4115bf2e3d 21:10:57 Successfully tagged security-spiffe-token-provider-arm64:latest 21:10:57 Building core-command 21:11:02  Building security-spiffe-token-provider ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:11:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:02 ---> 487f7d257f44 21:11:02 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:11:02 ---> Using cache 21:11:02 ---> e21e18b6182e 21:11:02 Step 4/23 : WORKDIR /edgex-go 21:11:02 ---> Using cache 21:11:02 ---> 2da2b74ea320 21:11:02 Step 5/23 : RUN apk add --update --no-cache make git 21:11:02 ---> Using cache 21:11:02 ---> 7771c66dd4c0 21:11:02 Step 6/23 : COPY go.mod vendor* ./ 21:11:02 ---> Using cache 21:11:02 ---> dd562b63e791 21:11:02 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:11:02 ---> Using cache 21:11:02 ---> fa629c3ad870 21:11:02 Step 8/23 : COPY . . 21:11:02 ---> Using cache 21:11:02 ---> a5532e85d5d6 21:11:02 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:11:03 ---> Running in aeb79505b1b4 21:11:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:11:24 Removing intermediate container 685dae23d6b7 21:11:24 ---> dfb10a14426a 21:11:24 Step 8/22 : COPY . . 21:11:25 ---> 766f6fc26aee 21:11:25 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:11:25 ---> Running in 7c44547aad7c 21:11:28 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:12:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:13:03 Removing intermediate container e64e7afabaff 21:13:03 ---> f42b1e073ce5 21:13:03 21:13:03 Step 9/23 : FROM alpine:3.16 21:13:03 ---> 4c81e5bf8899 21:13:03 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:13:03 ---> Running in e2a121df715d 21:13:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:13:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:13:03 (1/3) Installing ca-certificates (20220614-r0) 21:13:03 (2/3) Installing dumb-init (1.2.5-r1) 21:13:03 (3/3) Installing su-exec (0.2-r1) 21:13:03 Executing busybox-1.35.0-r17.trigger 21:13:03 Executing ca-certificates-20220614-r0.trigger 21:13:04 OK: 6 MiB in 17 packages 21:13:07 Removing intermediate container e2a121df715d 21:13:07 ---> 620aa4de4758 21:13:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:13:07 ---> Running in f47d28011c24 21:13:07 Removing intermediate container f47d28011c24 21:13:07 ---> 076f0e7b83cf 21:13:07 Step 12/23 : WORKDIR / 21:13:07 ---> Running in ce54e9d3b8fa 21:13:07 Removing intermediate container ce54e9d3b8fa 21:13:07 ---> d29c1a83086f 21:13:07 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:13:09 ---> 5a95210dc86a 21:13:09 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:13:10 ---> 55787c80b393 21:13:10 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:13:11 ---> 5e3fd7438e9e 21:13:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:13:12 ---> 4783a235b9d5 21:13:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:13:14 ---> 39e801ac3508 21:13:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:13:15 ---> 96aff9e85299 21:13:15 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:13:15 ---> Running in c46597457b7e 21:13:18 Removing intermediate container c46597457b7e 21:13:18 ---> d6dfe3aacda7 21:13:18 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 21:13:18 ---> Running in aa4b1d6f60ec 21:13:19 Removing intermediate container aa4b1d6f60ec 21:13:19 ---> ee0a703f8066 21:13:19 Step 21/23 : LABEL arch=arm64 21:13:19 ---> Running in 3a2321900288 21:13:20 Removing intermediate container 3a2321900288 21:13:20 ---> 389df57f41fd 21:13:20 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:13:20 ---> Running in 87b0605ebb32 21:13:20 Removing intermediate container 87b0605ebb32 21:13:20 ---> 39cbfdae1f20 21:13:20 Step 23/23 : LABEL version=3.0.0-dev.79 21:13:20 ---> Running in fa7bdf01cc8b 21:13:21 Removing intermediate container fa7bdf01cc8b 21:13:21 ---> c3430befa587 21:13:21 21:13:21 Successfully built c3430befa587 21:13:21 Successfully tagged security-secretstore-setup-arm64:latest 21:13:21 Building security-spire-agent 21:13:25  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:13:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:25 ---> 487f7d257f44 21:13:25 Step 3/24 : WORKDIR /edgex-go 21:13:25 ---> Using cache 21:13:25 ---> b6818414b8c9 21:13:25 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:13:25 ---> Using cache 21:13:25 ---> 47cbab7681b2 21:13:25 Step 5/24 : COPY go.mod vendor* ./ 21:13:25 ---> Using cache 21:13:25 ---> 30158939c748 21:13:25 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:25 ---> Using cache 21:13:25 ---> 0386c2c3551e 21:13:25 Step 7/24 : COPY . . 21:13:25 ---> Using cache 21:13:25 ---> 93847267a684 21:13:25 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:13:25 ---> Using cache 21:13:25 ---> 29374fc889ef 21:13:25 Step 9/24 : WORKDIR /edgex-go/spire-build 21:13:25 ---> Using cache 21:13:25 ---> 762768b46d91 21:13:25 Step 10/24 : 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 21:13:25 ---> Using cache 21:13:25 ---> 3e0db439c0e9 21:13:25 Step 11/24 : WORKDIR /edgex-go 21:13:25 ---> Using cache 21:13:25 ---> 2d0a3086df12 21:13:25 21:13:25 Step 12/24 : FROM alpine:3.15 21:13:25 ---> 354640af7b1b 21:13:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:13:25 ---> Using cache 21:13:25 ---> c333a41a9b67 21:13:25 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:13:25 ---> Using cache 21:13:25 ---> 70228da8620e 21:13:25 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:13:29 ---> fbfec8048cbb 21:13:29 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:13:34 ---> 6a3cee5d9730 21:13:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:13:35 ---> 8d29469bc699 21:13:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:13:36 ---> eabb3c8c7d16 21:13:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:13:37 ---> 4e54be23bcd3 21:13:37 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:13:37 ---> Running in f684bd472059 21:13:38 Removing intermediate container f684bd472059 21:13:38 ---> 59bce26559a2 21:13:38 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:13:38 ---> Running in bd51443f8c2f 21:13:38 Removing intermediate container bd51443f8c2f 21:13:38 ---> da114226faca 21:13:38 Step 22/24 : LABEL arch=arm64 21:13:38 ---> Running in 6a10c32d2586 21:13:39 Removing intermediate container 6a10c32d2586 21:13:39 ---> 13767369e04c 21:13:39 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:13:39 ---> Running in 39ce94d41221 21:13:39 Removing intermediate container 39ce94d41221 21:13:39 ---> 8a330bb276ad 21:13:39 Step 24/24 : LABEL version=3.0.0-dev.79 21:13:40 ---> Running in b629724138aa 21:13:40 Removing intermediate container b629724138aa 21:13:40 ---> abde7b9db507 21:13:40 21:13:40 Successfully built abde7b9db507 21:13:40 Successfully tagged security-spire-agent-arm64:latest 21:13:40 Building core-common-config-bootstrapper 21:13:44  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:13:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:13:44 ---> 487f7d257f44 21:13:44 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:13:44 ---> Using cache 21:13:44 ---> e21e18b6182e 21:13:44 Step 4/22 : WORKDIR /edgex-go 21:13:44 ---> Using cache 21:13:44 ---> 2da2b74ea320 21:13:44 Step 5/22 : RUN apk add --update --no-cache make git 21:13:44 ---> Using cache 21:13:44 ---> 7771c66dd4c0 21:13:44 Step 6/22 : COPY go.mod vendor* ./ 21:13:44 ---> Using cache 21:13:44 ---> dd562b63e791 21:13:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:13:44 ---> Using cache 21:13:44 ---> fa629c3ad870 21:13:44 Step 8/22 : COPY . . 21:13:44 ---> Using cache 21:13:44 ---> a5532e85d5d6 21:13:44 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:13:44 ---> Running in 85cd569af589 21:13:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.79" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:14:13 Removing intermediate container ef4f5bcbe5ba 21:14:13 ---> d29d2bf15aca 21:14:13 21:14:13 Step 10/24 : FROM alpine:3.16 21:14:13 ---> 4c81e5bf8899 21:14:13 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:14:13 ---> Using cache 21:14:13 ---> aee136718326 21:14:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:14:13 ---> Using cache 21:14:13 ---> c6ff72d4e9e1 21:14:13 Step 13/24 : ENV APP_PORT=59881 21:14:13 ---> Running in 82c74e963382 21:14:13 Removing intermediate container 82c74e963382 21:14:13 ---> b53df57bd3ba 21:14:13 Step 14/24 : EXPOSE $APP_PORT 21:14:13 ---> Running in fc7caf60ba9c 21:14:13 Removing intermediate container fc7caf60ba9c 21:14:13 ---> 714fa73da3a1 21:14:13 Step 15/24 : WORKDIR / 21:14:13 ---> Running in 656bc728e40d 21:14:13 Removing intermediate container 656bc728e40d 21:14:13 ---> 5130edf8a11b 21:14:13 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:13 ---> 4300b8a3a56a 21:14:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:14:14 ---> 21a6c8fd6bca 21:14:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:14:15 ---> 6c8846603edc 21:14:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:14:16 ---> 09d7c455f527 21:14:16 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:14:16 ---> Running in e6ed31e3c006 21:14:17 Removing intermediate container e6ed31e3c006 21:14:17 ---> 48ebaf8630ef 21:14:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:14:17 ---> Running in 303589bafa30 21:14:18 Removing intermediate container 303589bafa30 21:14:18 ---> 8408f90c53a2 21:14:18 Step 22/24 : LABEL arch=arm64 21:14:18 ---> Running in ecc6b0437802 21:14:18 Removing intermediate container ecc6b0437802 21:14:18 ---> 46313484850f 21:14:18 Step 23/24 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:14:18 ---> Running in 46bcda4fdf67 21:14:19 Removing intermediate container 46bcda4fdf67 21:14:19 ---> b97822e2186b 21:14:19 Step 24/24 : LABEL version=3.0.0-dev.79 21:14:19 ---> Running in 2a60823cb5a1 21:14:19 Removing intermediate container 2a60823cb5a1 21:14:19 ---> 60cf1a7a7c45 21:14:19 21:14:19 Successfully built 60cf1a7a7c45 21:14:19 Successfully tagged core-metadata-arm64:latest 21:16:41  Building core-metadata ... done Removing intermediate container 1d8d52effecb 21:16:41 ---> 143e3c18f5e2 21:16:41 21:16:41 Step 9/32 : FROM alpine:3.16 21:16:41 ---> 4c81e5bf8899 21:16:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:16:41 ---> Running in cfad9cf6e5a5 21:16:41 Removing intermediate container cfad9cf6e5a5 21:16:41 ---> 57cc8704a4a8 21:16:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:16:41 ---> Running in 97afd21e8d8f 21:16:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:16:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:16:41 (1/2) Installing dumb-init (1.2.5-r1) 21:16:41 (2/2) Installing su-exec (0.2-r1) 21:16:41 Executing busybox-1.35.0-r17.trigger 21:16:41 OK: 5 MiB in 16 packages 21:16:41 Removing intermediate container 97afd21e8d8f 21:16:41 ---> 8c6473114400 21:16:41 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:16:41 ---> Running in 08185e68a7de 21:16:41 Removing intermediate container 08185e68a7de 21:16:41 ---> 1da59fa18671 21:16:41 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:16:42 ---> Running in cef0b9b83b27 21:16:42 Removing intermediate container cef0b9b83b27 21:16:42 ---> 8622a0179474 21:16:42 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:16:42 ---> Running in dd03e4b6b9c1 21:16:43 Removing intermediate container dd03e4b6b9c1 21:16:43 ---> 58550864f5cf 21:16:43 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:16:43 ---> Running in c4868b116a62 21:16:44 Removing intermediate container c4868b116a62 21:16:44 ---> fe8bd965a4b0 21:16:44 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:16:44 ---> Running in 0842ad86f059 21:16:47 Removing intermediate container 0842ad86f059 21:16:47 ---> 34e581eaf392 21:16:47 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:16:47 ---> Running in a4586bc9a979 21:16:48 Removing intermediate container a4586bc9a979 21:16:48 ---> e1a6ba6b6960 21:16:48 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:16:48 ---> 769e3388a196 21:16:48 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:16:48 ---> Running in 0736c98a82b5 21:16:52 Removing intermediate container 0736c98a82b5 21:16:52 ---> 7af412950f00 21:16:52 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:16:52 ---> 78a3946dc0d6 21:16:52 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:16:54 ---> 5da3e991e2ed 21:16:54 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:16:55 ---> 64bd1ad8b42c 21:16:55 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:16:59 ---> ce7260519887 21:16:59 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:16:59 ---> 129c30d97071 21:16:59 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:17:00 ---> bdfd978b2efa 21:17:00 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:17:01 ---> ad06fa367525 21:17:01 Step 27/32 : RUN chmod +x /entrypoint.sh 21:17:01 ---> Running in 3887647dd264 21:17:05 Removing intermediate container 3887647dd264 21:17:05 ---> f36a48b09e5f 21:17:05 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:17:05 ---> Running in 8ead8400b78e 21:17:05 Removing intermediate container 8ead8400b78e 21:17:05 ---> 3dd7f354e44c 21:17:05 Step 29/32 : CMD ["gate"] 21:17:05 ---> Running in f1f137625695 21:17:06 Removing intermediate container f1f137625695 21:17:06 ---> c03d6f2b23f8 21:17:06 Step 30/32 : LABEL arch=arm64 21:17:06 ---> Running in 92048c861c68 21:17:06 Removing intermediate container 92048c861c68 21:17:06 ---> a106a3a17846 21:17:06 Step 31/32 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:17:07 ---> Running in 4c8684c9c9f1 21:17:07 Removing intermediate container 4c8684c9c9f1 21:17:07 ---> 81b1d31a3378 21:17:07 Step 32/32 : LABEL version=3.0.0-dev.79 21:17:07 ---> Running in eb37f06e41bc 21:17:08 Removing intermediate container eb37f06e41bc 21:17:08 ---> 87bd7e1ec2e5 21:17:08 21:17:08 Successfully built 87bd7e1ec2e5 21:17:08 Successfully tagged security-bootstrapper-arm64:latest 21:17:47  Building security-bootstrapper ... done Removing intermediate container aeb79505b1b4 21:17:47 ---> b2879c79b115 21:17:47 21:17:47 Step 10/23 : FROM alpine:3.16 21:17:47 ---> 4c81e5bf8899 21:17:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:17:47 ---> Using cache 21:17:47 ---> aee136718326 21:17:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:17:47 ---> Using cache 21:17:47 ---> c6ff72d4e9e1 21:17:47 Step 13/23 : ENV APP_PORT=59882 21:17:47 ---> Running in 2f5d51035761 21:17:47 Removing intermediate container 2f5d51035761 21:17:47 ---> 1f0cae3a0d58 21:17:47 Step 14/23 : EXPOSE $APP_PORT 21:17:47 ---> Running in f25e24ec196e 21:17:47 Removing intermediate container f25e24ec196e 21:17:47 ---> 8b987d498b18 21:17:47 Step 15/23 : WORKDIR / 21:17:47 ---> Running in 6aa703ccb296 21:17:47 Removing intermediate container 6aa703ccb296 21:17:47 ---> 993de16b070e 21:17:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:17:48 ---> ab9481d05588 21:17:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:17:50 ---> a7a26caa83c5 21:17:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:17:54 ---> 610cbe9ce9ae 21:17:54 Step 19/23 : ENTRYPOINT ["/core-command"] 21:17:54 ---> Running in 6916b387da46 21:17:54 Removing intermediate container 6916b387da46 21:17:54 ---> 384417345400 21:17:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:17:54 ---> Running in 6816b518ec2c 21:17:55 Removing intermediate container 6816b518ec2c 21:17:55 ---> 51fa03934313 21:17:55 Step 21/23 : LABEL arch=arm64 21:17:55 ---> Running in 29940a606ac8 21:17:55 Removing intermediate container 29940a606ac8 21:17:55 ---> 825b49fbabfc 21:17:55 Step 22/23 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:17:56 ---> Running in 1646dc59cfdd 21:17:56 Removing intermediate container 1646dc59cfdd 21:17:56 ---> 0ecae9c787c4 21:17:56 Step 23/23 : LABEL version=3.0.0-dev.79 21:17:56 ---> Running in b59f91bf801b 21:17:57 Removing intermediate container b59f91bf801b 21:17:57 ---> f1c8578a3600 21:17:57 21:17:57 Successfully built f1c8578a3600 21:17:57 Successfully tagged core-command-arm64:latest 21:18:53  Building core-command ... done Removing intermediate container 85cd569af589 21:18:53 ---> fcb6f84d617e 21:18:53 21:18:53 Step 10/22 : FROM alpine:3.16 21:18:53 ---> 4c81e5bf8899 21:18:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:18:53 ---> Using cache 21:18:53 ---> b3f885186f1c 21:18:53 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:18:53 ---> Using cache 21:18:53 ---> 3ba20e5f6771 21:18:53 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:18:53 ---> Using cache 21:18:53 ---> 3dd040cceeba 21:18:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:18:53 ---> c11cd8468c1e 21:18:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:18:53 ---> abd03723d526 21:18:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:18:53 ---> d917ad4f225c 21:18:53 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:18:53 ---> Running in adbdf994bac6 21:18:53 Removing intermediate container adbdf994bac6 21:18:53 ---> 76919b36d3de 21:18:53 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:18:53 ---> Running in 79356c08c0ff 21:18:53 Removing intermediate container 79356c08c0ff 21:18:53 ---> 9fc0342538f1 21:18:53 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:18:53 ---> Running in ea7c9ac033d2 21:18:53 Removing intermediate container ea7c9ac033d2 21:18:53 ---> 4ba23829573f 21:18:53 Step 20/22 : LABEL arch=arm64 21:18:53 ---> Running in 009db1c24c54 21:18:53 Removing intermediate container 009db1c24c54 21:18:53 ---> 6f6bf02bfd2c 21:18:53 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:18:53 ---> Running in f1536f3a4123 21:18:53 Removing intermediate container f1536f3a4123 21:18:53 ---> 7562309cd574 21:18:53 Step 22/22 : LABEL version=3.0.0-dev.79 21:18:53 ---> Running in 7fb5e1609adf 21:18:53 Removing intermediate container 7fb5e1609adf 21:18:53 ---> aeda4d2bc6e0 21:18:53 21:18:53 Successfully built aeda4d2bc6e0 21:18:53 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:19:08  Building core-common-config-bootstrapper ... done Removing intermediate container 7c44547aad7c 21:19:08 ---> 9ee0ed5fb794 21:19:08 21:19:08 Step 10/22 : FROM alpine:3.16 21:19:08 ---> 4c81e5bf8899 21:19:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:19:08 ---> Running in 4cabb637d213 21:19:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:19:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:19:10 (1/2) Installing ca-certificates (20220614-r0) 21:19:10 (2/2) Installing dumb-init (1.2.5-r1) 21:19:10 Executing busybox-1.35.0-r17.trigger 21:19:10 Executing ca-certificates-20220614-r0.trigger 21:19:10 OK: 6 MiB in 16 packages 21:19:13 Removing intermediate container 4cabb637d213 21:19:13 ---> 0166cc533fd2 21:19:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:19:13 ---> Running in 0bc75352810a 21:19:13 Removing intermediate container 0bc75352810a 21:19:13 ---> 82b7f33e2961 21:19:13 Step 13/22 : ENV APP_PORT=59860 21:19:13 ---> Running in 2d7a8952caaf 21:19:13 Removing intermediate container 2d7a8952caaf 21:19:13 ---> bf41454b6545 21:19:13 Step 14/22 : EXPOSE $APP_PORT 21:19:13 ---> Running in 972ce6c24d7c 21:19:14 Removing intermediate container 972ce6c24d7c 21:19:14 ---> 969c320f26ab 21:19:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:19:14 ---> 567eee16d888 21:19:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:19:16 ---> 020c7dda8f3b 21:19:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:19:16 ---> 144bdf7845f2 21:19:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:19:17 ---> Running in 3abcb750dbd1 21:19:17 Removing intermediate container 3abcb750dbd1 21:19:17 ---> 7af17e71b5f7 21:19:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:19:17 ---> Running in 8ae00dafed56 21:19:17 Removing intermediate container 8ae00dafed56 21:19:17 ---> b97189573b81 21:19:17 Step 20/22 : LABEL arch=arm64 21:19:17 ---> Running in 681140db78a2 21:19:18 Removing intermediate container 681140db78a2 21:19:18 ---> 7bd74dcb78c8 21:19:18 Step 21/22 : LABEL git_sha=08ca0edeffa98a49321873a39f0210382b374702 21:19:18 ---> Running in e058955b6333 21:19:18 Removing intermediate container e058955b6333 21:19:18 ---> 6a3b37634bf8 21:19:18 Step 22/22 : LABEL version=3.0.0-dev.79 21:19:18 ---> Running in 4de59e758279 21:19:18 Removing intermediate container 4de59e758279 21:19:18 ---> 515613703f7e 21:19:18 21:19:19 Successfully built 515613703f7e 21:19:19 Successfully tagged support-notifications-arm64:latest 21:19:19  Building support-notifications ... done  [Pipeline] } 21:19:19 $ docker stop --time=1 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a 21:19:21 $ docker rm -f --volumes 4bb58292b33472a8632bdbf6bdbce8921d17ac5991b487b348844fef3044671a [Pipeline] // withDockerContainer [Pipeline] sh 21:19:21 + docker images 21:19:21 REPOSITORY TAG IMAGE ID CREATED SIZE 21:19:21 support-notifications-arm64 latest 515613703f7e 3 seconds ago 29.7MB 21:19:21 9ee0ed5fb794 15 seconds ago 1.4GB 21:19:21 core-common-config-bootstrapper-arm64 latest aeda4d2bc6e0 30 seconds ago 14.9MB 21:19:21 fcb6f84d617e 38 seconds ago 1.33GB 21:19:21 core-command-arm64 latest f1c8578a3600 About a minute ago 17.1MB 21:19:21 b2879c79b115 About a minute ago 1.34GB 21:19:21 security-bootstrapper-arm64 latest 87bd7e1ec2e5 2 minutes ago 19MB 21:19:21 143e3c18f5e2 2 minutes ago 1.32GB 21:19:21 core-metadata-arm64 latest 60cf1a7a7c45 5 minutes ago 17.8MB 21:19:21 d29d2bf15aca 5 minutes ago 1.35GB 21:19:21 security-spire-agent-arm64 latest abde7b9db507 5 minutes ago 122MB 21:19:21 security-secretstore-setup-arm64 latest c3430befa587 6 minutes ago 28.7MB 21:19:21 f42b1e073ce5 6 minutes ago 1.33GB 21:19:21 security-spiffe-token-provider-arm64 latest fb4115bf2e3d 8 minutes ago 29.1MB 21:19:21 0cfe24856955 8 minutes ago 1.37GB 21:19:21 support-scheduler-arm64 latest 304461e32fdd 9 minutes ago 29.1MB 21:19:21 48464fa345c0 9 minutes ago 1.4GB 21:19:21 security-spire-config-arm64 latest 55151b58b5aa 10 minutes ago 83.6MB 21:19:21 2d0a3086df12 10 minutes ago 1.21GB 21:19:21 core-data-arm64 latest ef84337804a6 12 minutes ago 17.3MB 21:19:21 79e438323efa 12 minutes ago 1.34GB 21:19:21 security-proxy-auth-arm64 latest 0c5c9c216f78 13 minutes ago 15.6MB 21:19:21 security-proxy-setup-arm64 latest 6c24f902a11b 13 minutes ago 15.8MB 21:19:21 c388eaf8c0a9 14 minutes ago 1.32GB 21:19:21 e174dedebafa 14 minutes ago 1.32GB 21:19:21 security-spire-server-arm64 latest 51f2a35c22ce 20 minutes ago 84.3MB 21:19:21 e2e7e32122b9 21 minutes ago 1.21GB 21:19:21 ci-base-image-arm64 latest 487f7d257f44 24 minutes ago 904MB 21:19:21 alpine 3.15 354640af7b1b 3 weeks ago 5.34MB 21:19:21 alpine 3.16 4c81e5bf8899 3 weeks ago 5.3MB 21:19:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 21:19:21 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 21:19:22 provisioning config files... 21:19:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/440@tmp/config2615823534102547924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:19:22 ---> docker-login.sh 21:19:22 nexus3.edgexfoundry.org:10001 21:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:22 Configure a credential helper to remove this warning. See 21:19:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:22 21:19:22 Login Succeeded 21:19:22 nexus3.edgexfoundry.org:10002 21:19:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:23 Configure a credential helper to remove this warning. See 21:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:23 21:19:23 Login Succeeded 21:19:23 nexus3.edgexfoundry.org:10003 21:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:23 Configure a credential helper to remove this warning. See 21:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:23 21:19:23 Login Succeeded 21:19:23 nexus3.edgexfoundry.org:10004 21:19:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:23 Configure a credential helper to remove this warning. See 21:19:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:23 21:19:23 Login Succeeded 21:19:23 docker.io 21:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:19:24 Configure a credential helper to remove this warning. See 21:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:19:24 21:19:24 Login Succeeded 21:19:24 ---> docker-login.sh ends [Pipeline] } 21:19:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:19:24 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 21:19:24 08ca0edeffa98a49321873a39f0210382b374702 21:19:24 latest 21:19:24 3.0.0-dev.79 21:19:24 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:24 main 21:19:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:25 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:19:25 95e61bf93185: Preparing 21:19:25 9bffe665046a: Preparing 21:19:25 98cd5793e76f: Preparing 21:19:25 7e335ebd7e40: Preparing 21:19:25 f70ee36035b9: Preparing 21:19:25 f70ee36035b9: Layer already exists 21:19:25 98cd5793e76f: Pushed 21:19:25 7e335ebd7e40: Pushed 21:19:25 95e61bf93185: Pushed 21:19:28 9bffe665046a: Pushed 21:19:28 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:29 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:29 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:19:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:19:29 95e61bf93185: Preparing 21:19:29 9bffe665046a: Preparing 21:19:29 98cd5793e76f: Preparing 21:19:29 7e335ebd7e40: Preparing 21:19:29 f70ee36035b9: Preparing 21:19:29 98cd5793e76f: Layer already exists 21:19:29 95e61bf93185: Layer already exists 21:19:29 9bffe665046a: Layer already exists 21:19:29 7e335ebd7e40: Layer already exists 21:19:29 f70ee36035b9: Layer already exists 21:19:29 latest: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:30 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:30 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 21:19:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:19:30 95e61bf93185: Preparing 21:19:30 9bffe665046a: Preparing 21:19:30 98cd5793e76f: Preparing 21:19:30 7e335ebd7e40: Preparing 21:19:30 f70ee36035b9: Preparing 21:19:30 98cd5793e76f: Layer already exists 21:19:30 7e335ebd7e40: Layer already exists 21:19:30 95e61bf93185: Layer already exists 21:19:30 9bffe665046a: Layer already exists 21:19:30 f70ee36035b9: Layer already exists 21:19:30 3.0.0-dev.79: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:19:31 95e61bf93185: Preparing 21:19:31 9bffe665046a: Preparing 21:19:31 98cd5793e76f: Preparing 21:19:31 7e335ebd7e40: Preparing 21:19:31 f70ee36035b9: Preparing 21:19:31 98cd5793e76f: Layer already exists 21:19:31 7e335ebd7e40: Layer already exists 21:19:31 95e61bf93185: Layer already exists 21:19:31 9bffe665046a: Layer already exists 21:19:31 f70ee36035b9: Layer already exists 21:19:31 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:32 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:32 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 21:19:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:19:32 95e61bf93185: Preparing 21:19:32 9bffe665046a: Preparing 21:19:32 98cd5793e76f: Preparing 21:19:32 7e335ebd7e40: Preparing 21:19:32 f70ee36035b9: Preparing 21:19:32 95e61bf93185: Layer already exists 21:19:32 f70ee36035b9: Layer already exists 21:19:32 98cd5793e76f: Layer already exists 21:19:32 7e335ebd7e40: Layer already exists 21:19:32 9bffe665046a: Layer already exists 21:19:32 main: digest: sha256:b5bef719e4b0ac9920184e50c90b3a280957a80025c13a4a6667bec9f633abf2 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:32 ===================================================== [Pipeline] echo 21:19:32 taggedImages: 21:19:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:19:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.79 21:19:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:32 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 21:19:32 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 21:19:32 08ca0edeffa98a49321873a39f0210382b374702 21:19:32 latest 21:19:32 3.0.0-dev.79 21:19:32 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:32 main 21:19:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:33 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:33 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:19:33 a9e6f96db8f9: Preparing 21:19:33 e1e0f8d13941: Preparing 21:19:33 1db3633a7a82: Preparing 21:19:33 20bbb47be5da: Preparing 21:19:33 98cd5793e76f: Preparing 21:19:33 49d23fd8966e: Preparing 21:19:33 f70ee36035b9: Preparing 21:19:33 49d23fd8966e: Waiting 21:19:33 f70ee36035b9: Waiting 21:19:33 98cd5793e76f: Layer already exists 21:19:33 a9e6f96db8f9: Pushed 21:19:33 f70ee36035b9: Layer already exists 21:19:33 1db3633a7a82: Pushed 21:19:33 49d23fd8966e: Pushed 21:19:33 e1e0f8d13941: Pushed 21:19:36 20bbb47be5da: Pushed 21:19:36 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:37 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:19:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:19:37 a9e6f96db8f9: Preparing 21:19:37 e1e0f8d13941: Preparing 21:19:37 1db3633a7a82: Preparing 21:19:37 20bbb47be5da: Preparing 21:19:37 98cd5793e76f: Preparing 21:19:37 49d23fd8966e: Preparing 21:19:37 f70ee36035b9: Preparing 21:19:37 49d23fd8966e: Waiting 21:19:37 f70ee36035b9: Waiting 21:19:37 e1e0f8d13941: Layer already exists 21:19:37 a9e6f96db8f9: Layer already exists 21:19:37 20bbb47be5da: Layer already exists 21:19:37 1db3633a7a82: Layer already exists 21:19:37 98cd5793e76f: Layer already exists 21:19:37 f70ee36035b9: Layer already exists 21:19:37 49d23fd8966e: Layer already exists 21:19:37 latest: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:37 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:38 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 21:19:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:19:38 a9e6f96db8f9: Preparing 21:19:38 e1e0f8d13941: Preparing 21:19:38 1db3633a7a82: Preparing 21:19:38 20bbb47be5da: Preparing 21:19:38 98cd5793e76f: Preparing 21:19:38 49d23fd8966e: Preparing 21:19:38 f70ee36035b9: Preparing 21:19:38 49d23fd8966e: Waiting 21:19:38 f70ee36035b9: Waiting 21:19:38 20bbb47be5da: Layer already exists 21:19:38 e1e0f8d13941: Layer already exists 21:19:38 1db3633a7a82: Layer already exists 21:19:38 98cd5793e76f: Layer already exists 21:19:38 a9e6f96db8f9: Layer already exists 21:19:38 49d23fd8966e: Layer already exists 21:19:38 f70ee36035b9: Layer already exists 21:19:38 3.0.0-dev.79: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:38 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:39 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:19:39 a9e6f96db8f9: Preparing 21:19:39 e1e0f8d13941: Preparing 21:19:39 1db3633a7a82: Preparing 21:19:39 20bbb47be5da: Preparing 21:19:39 98cd5793e76f: Preparing 21:19:39 49d23fd8966e: Preparing 21:19:39 f70ee36035b9: Preparing 21:19:39 49d23fd8966e: Waiting 21:19:39 f70ee36035b9: Waiting 21:19:39 98cd5793e76f: Layer already exists 21:19:39 e1e0f8d13941: Layer already exists 21:19:39 a9e6f96db8f9: Layer already exists 21:19:39 20bbb47be5da: Layer already exists 21:19:39 1db3633a7a82: Layer already exists 21:19:39 f70ee36035b9: Layer already exists 21:19:39 49d23fd8966e: Layer already exists 21:19:39 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:39 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:40 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 21:19:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:19:40 a9e6f96db8f9: Preparing 21:19:40 e1e0f8d13941: Preparing 21:19:40 1db3633a7a82: Preparing 21:19:40 20bbb47be5da: Preparing 21:19:40 98cd5793e76f: Preparing 21:19:40 49d23fd8966e: Preparing 21:19:40 f70ee36035b9: Preparing 21:19:40 f70ee36035b9: Waiting 21:19:40 49d23fd8966e: Waiting 21:19:40 1db3633a7a82: Layer already exists 21:19:40 20bbb47be5da: Layer already exists 21:19:40 98cd5793e76f: Layer already exists 21:19:40 a9e6f96db8f9: Layer already exists 21:19:40 e1e0f8d13941: Layer already exists 21:19:40 f70ee36035b9: Layer already exists 21:19:40 49d23fd8966e: Layer already exists 21:19:40 main: digest: sha256:15c256152aa615faef8da4ed5a55035e20413c2e6ff34d1a7f1e7b7383c19f5d size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:40 ===================================================== [Pipeline] echo 21:19:40 taggedImages: 21:19:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:19:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.79 21:19:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:40 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 21:19:40 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 21:19:40 08ca0edeffa98a49321873a39f0210382b374702 21:19:40 latest 21:19:40 3.0.0-dev.79 21:19:40 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:40 main 21:19:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:41 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:41 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:19:41 a6743b79abbe: Preparing 21:19:41 6db77c3fff94: Preparing 21:19:41 98cd5793e76f: Preparing 21:19:41 1667a20e0645: Preparing 21:19:41 f70ee36035b9: Preparing 21:19:41 f70ee36035b9: Layer already exists 21:19:41 98cd5793e76f: Layer already exists 21:19:41 a6743b79abbe: Pushed 21:19:41 1667a20e0645: Pushed 21:19:44 6db77c3fff94: Pushed 21:19:44 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:45 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:45 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:19:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:19:45 a6743b79abbe: Preparing 21:19:45 6db77c3fff94: Preparing 21:19:45 98cd5793e76f: Preparing 21:19:45 1667a20e0645: Preparing 21:19:45 f70ee36035b9: Preparing 21:19:45 6db77c3fff94: Layer already exists 21:19:45 a6743b79abbe: Layer already exists 21:19:45 98cd5793e76f: Layer already exists 21:19:45 f70ee36035b9: Layer already exists 21:19:45 1667a20e0645: Layer already exists 21:19:45 latest: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:46 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:46 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 21:19:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:19:46 a6743b79abbe: Preparing 21:19:46 6db77c3fff94: Preparing 21:19:46 98cd5793e76f: Preparing 21:19:46 1667a20e0645: Preparing 21:19:46 f70ee36035b9: Preparing 21:19:46 6db77c3fff94: Layer already exists 21:19:46 f70ee36035b9: Layer already exists 21:19:46 a6743b79abbe: Layer already exists 21:19:46 98cd5793e76f: Layer already exists 21:19:46 1667a20e0645: Layer already exists 21:19:46 3.0.0-dev.79: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:47 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:47 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:19:47 a6743b79abbe: Preparing 21:19:47 6db77c3fff94: Preparing 21:19:47 98cd5793e76f: Preparing 21:19:47 1667a20e0645: Preparing 21:19:47 f70ee36035b9: Preparing 21:19:47 6db77c3fff94: Layer already exists 21:19:47 f70ee36035b9: Layer already exists 21:19:47 1667a20e0645: Layer already exists 21:19:47 98cd5793e76f: Layer already exists 21:19:47 a6743b79abbe: Layer already exists 21:19:47 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:48 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:48 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 21:19:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:19:48 a6743b79abbe: Preparing 21:19:48 6db77c3fff94: Preparing 21:19:48 98cd5793e76f: Preparing 21:19:48 1667a20e0645: Preparing 21:19:48 f70ee36035b9: Preparing 21:19:48 1667a20e0645: Layer already exists 21:19:48 98cd5793e76f: Layer already exists 21:19:48 a6743b79abbe: Layer already exists 21:19:48 f70ee36035b9: Layer already exists 21:19:48 6db77c3fff94: Layer already exists 21:19:48 main: digest: sha256:64bb782b25eda2c8f10748f09fd945da766bd146332bf19c47b4414ef61c1f7f size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:48 ===================================================== [Pipeline] echo 21:19:48 taggedImages: 21:19:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:19:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.79 21:19:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:48 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 21:19:48 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 21:19:48 08ca0edeffa98a49321873a39f0210382b374702 21:19:48 latest 21:19:48 3.0.0-dev.79 21:19:48 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:48 main 21:19:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:49 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:49 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:19:49 4f6a6d6cc28c: Preparing 21:19:49 fa1623ee09a4: Preparing 21:19:49 6c393ce9b02c: Preparing 21:19:49 98cd5793e76f: Preparing 21:19:49 7e335ebd7e40: Preparing 21:19:49 f70ee36035b9: Preparing 21:19:49 7e335ebd7e40: Layer already exists 21:19:49 98cd5793e76f: Layer already exists 21:19:49 f70ee36035b9: Layer already exists 21:19:49 fa1623ee09a4: Pushed 21:19:49 4f6a6d6cc28c: Pushed 21:19:53 6c393ce9b02c: Pushed 21:19:53 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:53 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:53 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:19:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:19:53 4f6a6d6cc28c: Preparing 21:19:53 fa1623ee09a4: Preparing 21:19:53 6c393ce9b02c: Preparing 21:19:53 98cd5793e76f: Preparing 21:19:53 7e335ebd7e40: Preparing 21:19:53 f70ee36035b9: Preparing 21:19:53 6c393ce9b02c: Layer already exists 21:19:53 98cd5793e76f: Layer already exists 21:19:53 4f6a6d6cc28c: Layer already exists 21:19:53 fa1623ee09a4: Layer already exists 21:19:53 7e335ebd7e40: Layer already exists 21:19:53 f70ee36035b9: Layer already exists 21:19:54 latest: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:54 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:54 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 21:19:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:19:54 4f6a6d6cc28c: Preparing 21:19:54 fa1623ee09a4: Preparing 21:19:54 6c393ce9b02c: Preparing 21:19:54 98cd5793e76f: Preparing 21:19:54 7e335ebd7e40: Preparing 21:19:54 f70ee36035b9: Preparing 21:19:54 f70ee36035b9: Waiting 21:19:54 7e335ebd7e40: Layer already exists 21:19:54 6c393ce9b02c: Layer already exists 21:19:54 fa1623ee09a4: Layer already exists 21:19:54 98cd5793e76f: Layer already exists 21:19:54 4f6a6d6cc28c: Layer already exists 21:19:54 f70ee36035b9: Layer already exists 21:19:55 3.0.0-dev.79: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:55 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:55 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:19:55 4f6a6d6cc28c: Preparing 21:19:55 fa1623ee09a4: Preparing 21:19:55 6c393ce9b02c: Preparing 21:19:55 98cd5793e76f: Preparing 21:19:55 7e335ebd7e40: Preparing 21:19:55 f70ee36035b9: Preparing 21:19:55 f70ee36035b9: Waiting 21:19:55 7e335ebd7e40: Layer already exists 21:19:55 6c393ce9b02c: Layer already exists 21:19:55 98cd5793e76f: Layer already exists 21:19:55 fa1623ee09a4: Layer already exists 21:19:55 4f6a6d6cc28c: Layer already exists 21:19:55 f70ee36035b9: Layer already exists 21:19:56 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:56 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:56 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 21:19:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:19:56 4f6a6d6cc28c: Preparing 21:19:56 fa1623ee09a4: Preparing 21:19:56 6c393ce9b02c: Preparing 21:19:56 98cd5793e76f: Preparing 21:19:56 7e335ebd7e40: Preparing 21:19:56 f70ee36035b9: Preparing 21:19:56 f70ee36035b9: Waiting 21:19:56 4f6a6d6cc28c: Layer already exists 21:19:56 6c393ce9b02c: Layer already exists 21:19:56 fa1623ee09a4: Layer already exists 21:19:56 7e335ebd7e40: Layer already exists 21:19:56 98cd5793e76f: Layer already exists 21:19:56 f70ee36035b9: Layer already exists 21:19:57 main: digest: sha256:b2bebdd8b8372aef831ddc69fd397f010faf91d4d7d7505a36775795059f7ae6 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:19:57 ===================================================== [Pipeline] echo 21:19:57 taggedImages: 21:19:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:19:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.79 21:19:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:57 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 21:19:57 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 21:19:57 08ca0edeffa98a49321873a39f0210382b374702 21:19:57 latest 21:19:57 3.0.0-dev.79 21:19:57 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:19:57 main 21:19:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:57 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:57 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:19:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:19:57 5702064070bf: Preparing 21:19:57 5702064070bf: Preparing 21:19:57 31cf66e1db58: Preparing 21:19:57 bb1441561cbb: Preparing 21:19:57 a4aa73c31a88: Preparing 21:19:57 0f459e9ee026: Preparing 21:19:57 a33cb18b7713: Preparing 21:19:57 98cd5793e76f: Preparing 21:19:57 66e4d9199260: Preparing 21:19:57 0fb24d4ba9cb: Preparing 21:19:57 a33cb18b7713: Waiting 21:19:57 98cd5793e76f: Waiting 21:19:57 66e4d9199260: Waiting 21:19:57 a757856054b7: Preparing 21:19:57 0fb24d4ba9cb: Waiting 21:19:57 d32d1e1554a4: Preparing 21:19:57 f70ee36035b9: Preparing 21:19:57 a757856054b7: Waiting 21:19:57 d32d1e1554a4: Waiting 21:19:57 f70ee36035b9: Waiting 21:19:58 a4aa73c31a88: Pushed 21:19:58 31cf66e1db58: Pushed 21:19:58 5702064070bf: Pushed 21:19:58 0f459e9ee026: Pushed 21:19:58 bb1441561cbb: Pushed 21:19:58 98cd5793e76f: Layer already exists 21:19:58 66e4d9199260: Pushed 21:19:58 0fb24d4ba9cb: Pushed 21:19:58 f70ee36035b9: Layer already exists 21:19:58 a757856054b7: Pushed 21:19:58 d32d1e1554a4: Pushed 21:20:01 a33cb18b7713: Pushed 21:20:02 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:02 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:02 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:20:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:20:02 5702064070bf: Preparing 21:20:02 5702064070bf: Preparing 21:20:02 31cf66e1db58: Preparing 21:20:02 bb1441561cbb: Preparing 21:20:02 a4aa73c31a88: Preparing 21:20:02 0f459e9ee026: Preparing 21:20:02 a33cb18b7713: Preparing 21:20:02 98cd5793e76f: Preparing 21:20:02 66e4d9199260: Preparing 21:20:02 0fb24d4ba9cb: Preparing 21:20:02 a757856054b7: Preparing 21:20:02 d32d1e1554a4: Preparing 21:20:02 f70ee36035b9: Preparing 21:20:02 a33cb18b7713: Waiting 21:20:02 98cd5793e76f: Waiting 21:20:02 66e4d9199260: Waiting 21:20:02 0fb24d4ba9cb: Waiting 21:20:02 f70ee36035b9: Waiting 21:20:02 d32d1e1554a4: Waiting 21:20:02 a757856054b7: Waiting 21:20:02 5702064070bf: Layer already exists 21:20:02 0f459e9ee026: Layer already exists 21:20:02 a4aa73c31a88: Layer already exists 21:20:02 31cf66e1db58: Layer already exists 21:20:02 bb1441561cbb: Layer already exists 21:20:02 a757856054b7: Layer already exists 21:20:02 66e4d9199260: Layer already exists 21:20:02 0fb24d4ba9cb: Layer already exists 21:20:02 a33cb18b7713: Layer already exists 21:20:02 98cd5793e76f: Layer already exists 21:20:02 d32d1e1554a4: Layer already exists 21:20:02 f70ee36035b9: Layer already exists 21:20:02 latest: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:03 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:03 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 21:20:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:20:03 5702064070bf: Preparing 21:20:03 5702064070bf: Preparing 21:20:03 31cf66e1db58: Preparing 21:20:03 bb1441561cbb: Preparing 21:20:03 a4aa73c31a88: Preparing 21:20:03 0f459e9ee026: Preparing 21:20:03 a33cb18b7713: Preparing 21:20:03 98cd5793e76f: Preparing 21:20:03 66e4d9199260: Preparing 21:20:03 0fb24d4ba9cb: Preparing 21:20:03 a757856054b7: Preparing 21:20:03 d32d1e1554a4: Preparing 21:20:03 f70ee36035b9: Preparing 21:20:03 66e4d9199260: Waiting 21:20:03 d32d1e1554a4: Waiting 21:20:03 f70ee36035b9: Waiting 21:20:03 0fb24d4ba9cb: Waiting 21:20:03 a757856054b7: Waiting 21:20:03 a33cb18b7713: Waiting 21:20:03 98cd5793e76f: Waiting 21:20:03 31cf66e1db58: Layer already exists 21:20:03 0f459e9ee026: Layer already exists 21:20:03 a4aa73c31a88: Layer already exists 21:20:03 5702064070bf: Layer already exists 21:20:03 bb1441561cbb: Layer already exists 21:20:03 0fb24d4ba9cb: Layer already exists 21:20:03 98cd5793e76f: Layer already exists 21:20:03 a757856054b7: Layer already exists 21:20:03 a33cb18b7713: Layer already exists 21:20:03 66e4d9199260: Layer already exists 21:20:03 d32d1e1554a4: Layer already exists 21:20:03 f70ee36035b9: Layer already exists 21:20:03 3.0.0-dev.79: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:04 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:04 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:20:04 5702064070bf: Preparing 21:20:04 5702064070bf: Preparing 21:20:04 31cf66e1db58: Preparing 21:20:04 bb1441561cbb: Preparing 21:20:04 a4aa73c31a88: Preparing 21:20:04 0f459e9ee026: Preparing 21:20:04 a33cb18b7713: Preparing 21:20:04 98cd5793e76f: Preparing 21:20:04 66e4d9199260: Preparing 21:20:04 0fb24d4ba9cb: Preparing 21:20:04 a757856054b7: Preparing 21:20:04 d32d1e1554a4: Preparing 21:20:04 f70ee36035b9: Preparing 21:20:04 a33cb18b7713: Waiting 21:20:04 66e4d9199260: Waiting 21:20:04 98cd5793e76f: Waiting 21:20:04 0fb24d4ba9cb: Waiting 21:20:04 d32d1e1554a4: Waiting 21:20:04 f70ee36035b9: Waiting 21:20:04 a757856054b7: Waiting 21:20:04 0f459e9ee026: Layer already exists 21:20:04 31cf66e1db58: Layer already exists 21:20:04 5702064070bf: Layer already exists 21:20:04 bb1441561cbb: Layer already exists 21:20:04 a4aa73c31a88: Layer already exists 21:20:04 98cd5793e76f: Layer already exists 21:20:04 0fb24d4ba9cb: Layer already exists 21:20:04 a33cb18b7713: Layer already exists 21:20:04 66e4d9199260: Layer already exists 21:20:04 a757856054b7: Layer already exists 21:20:04 f70ee36035b9: Layer already exists 21:20:04 d32d1e1554a4: Layer already exists 21:20:04 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 21:20:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:20:05 5702064070bf: Preparing 21:20:05 5702064070bf: Preparing 21:20:05 31cf66e1db58: Preparing 21:20:05 bb1441561cbb: Preparing 21:20:05 a4aa73c31a88: Preparing 21:20:05 0f459e9ee026: Preparing 21:20:05 a33cb18b7713: Preparing 21:20:05 98cd5793e76f: Preparing 21:20:05 66e4d9199260: Preparing 21:20:05 0fb24d4ba9cb: Preparing 21:20:05 a757856054b7: Preparing 21:20:05 d32d1e1554a4: Preparing 21:20:05 f70ee36035b9: Preparing 21:20:05 66e4d9199260: Waiting 21:20:05 0fb24d4ba9cb: Waiting 21:20:05 a757856054b7: Waiting 21:20:05 a33cb18b7713: Waiting 21:20:05 d32d1e1554a4: Waiting 21:20:05 f70ee36035b9: Waiting 21:20:05 98cd5793e76f: Waiting 21:20:05 5702064070bf: Layer already exists 21:20:05 bb1441561cbb: Layer already exists 21:20:05 0f459e9ee026: Layer already exists 21:20:05 31cf66e1db58: Layer already exists 21:20:05 a4aa73c31a88: Layer already exists 21:20:05 a33cb18b7713: Layer already exists 21:20:05 0fb24d4ba9cb: Layer already exists 21:20:05 66e4d9199260: Layer already exists 21:20:05 98cd5793e76f: Layer already exists 21:20:05 a757856054b7: Layer already exists 21:20:05 d32d1e1554a4: Layer already exists 21:20:05 f70ee36035b9: Layer already exists 21:20:05 main: digest: sha256:e4e9e49e01f981fe2054bf8a5b981be8f588fec17dd1aafd7838f2b5c78ed5a9 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:05 ===================================================== [Pipeline] echo 21:20:05 taggedImages: 21:20:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:20:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.79 21:20:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:05 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 21:20:05 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 21:20:05 08ca0edeffa98a49321873a39f0210382b374702 21:20:05 latest 21:20:05 3.0.0-dev.79 21:20:05 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:05 main 21:20:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:06 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:06 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:20:06 06ab6ecfba9e: Preparing 21:20:06 5b97957d07ea: Preparing 21:20:06 35b284ff8434: Preparing 21:20:06 2f1b187a1c89: Preparing 21:20:06 98cd5793e76f: Preparing 21:20:06 49d23fd8966e: Preparing 21:20:06 f70ee36035b9: Preparing 21:20:06 49d23fd8966e: Waiting 21:20:06 f70ee36035b9: Waiting 21:20:06 98cd5793e76f: Layer already exists 21:20:06 49d23fd8966e: Layer already exists 21:20:06 f70ee36035b9: Layer already exists 21:20:06 06ab6ecfba9e: Pushed 21:20:06 5b97957d07ea: Pushed 21:20:06 35b284ff8434: Pushed 21:20:09 2f1b187a1c89: Pushed 21:20:09 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:10 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:10 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:20:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:20:10 06ab6ecfba9e: Preparing 21:20:10 5b97957d07ea: Preparing 21:20:10 35b284ff8434: Preparing 21:20:10 2f1b187a1c89: Preparing 21:20:10 98cd5793e76f: Preparing 21:20:10 49d23fd8966e: Preparing 21:20:10 f70ee36035b9: Preparing 21:20:10 49d23fd8966e: Waiting 21:20:10 f70ee36035b9: Waiting 21:20:10 98cd5793e76f: Layer already exists 21:20:10 5b97957d07ea: Layer already exists 21:20:10 06ab6ecfba9e: Layer already exists 21:20:10 2f1b187a1c89: Layer already exists 21:20:10 35b284ff8434: Layer already exists 21:20:10 f70ee36035b9: Layer already exists 21:20:10 49d23fd8966e: Layer already exists 21:20:10 latest: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:11 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 21:20:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:20:11 06ab6ecfba9e: Preparing 21:20:11 5b97957d07ea: Preparing 21:20:11 35b284ff8434: Preparing 21:20:11 2f1b187a1c89: Preparing 21:20:11 98cd5793e76f: Preparing 21:20:11 49d23fd8966e: Preparing 21:20:11 f70ee36035b9: Preparing 21:20:11 49d23fd8966e: Waiting 21:20:11 f70ee36035b9: Waiting 21:20:11 35b284ff8434: Layer already exists 21:20:11 06ab6ecfba9e: Layer already exists 21:20:11 2f1b187a1c89: Layer already exists 21:20:11 5b97957d07ea: Layer already exists 21:20:11 98cd5793e76f: Layer already exists 21:20:11 49d23fd8966e: Layer already exists 21:20:11 f70ee36035b9: Layer already exists 21:20:11 3.0.0-dev.79: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:11 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:12 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:20:12 06ab6ecfba9e: Preparing 21:20:12 5b97957d07ea: Preparing 21:20:12 35b284ff8434: Preparing 21:20:12 2f1b187a1c89: Preparing 21:20:12 98cd5793e76f: Preparing 21:20:12 49d23fd8966e: Preparing 21:20:12 f70ee36035b9: Preparing 21:20:12 49d23fd8966e: Waiting 21:20:12 f70ee36035b9: Waiting 21:20:12 06ab6ecfba9e: Layer already exists 21:20:12 35b284ff8434: Layer already exists 21:20:12 2f1b187a1c89: Layer already exists 21:20:12 5b97957d07ea: Layer already exists 21:20:12 98cd5793e76f: Layer already exists 21:20:12 49d23fd8966e: Layer already exists 21:20:12 f70ee36035b9: Layer already exists 21:20:12 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:12 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:13 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 21:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:20:13 06ab6ecfba9e: Preparing 21:20:13 5b97957d07ea: Preparing 21:20:13 35b284ff8434: Preparing 21:20:13 2f1b187a1c89: Preparing 21:20:13 98cd5793e76f: Preparing 21:20:13 49d23fd8966e: Preparing 21:20:13 f70ee36035b9: Preparing 21:20:13 f70ee36035b9: Waiting 21:20:13 49d23fd8966e: Waiting 21:20:13 35b284ff8434: Layer already exists 21:20:13 06ab6ecfba9e: Layer already exists 21:20:13 98cd5793e76f: Layer already exists 21:20:13 5b97957d07ea: Layer already exists 21:20:13 2f1b187a1c89: Layer already exists 21:20:13 f70ee36035b9: Layer already exists 21:20:13 49d23fd8966e: Layer already exists 21:20:13 main: digest: sha256:59295a6baaa276e6deb4b764cfe23be0096a2e62263be7a88ccb7f7a0f1d57e9 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:13 ===================================================== [Pipeline] echo 21:20:13 taggedImages: 21:20:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:20:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.79 21:20:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:13 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 21:20:13 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 21:20:13 08ca0edeffa98a49321873a39f0210382b374702 21:20:13 latest 21:20:13 3.0.0-dev.79 21:20:13 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:13 main 21:20:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:13 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:20:14 01153ad016cd: Preparing 21:20:14 f93dcdb976ef: Preparing 21:20:14 d0392e633985: Preparing 21:20:14 dc76a42c8f48: Preparing 21:20:14 4d63bf53cf4b: Preparing 21:20:14 2cca84089ef9: Preparing 21:20:14 f70ee36035b9: Preparing 21:20:14 2cca84089ef9: Waiting 21:20:14 f70ee36035b9: Waiting 21:20:14 01153ad016cd: Pushed 21:20:14 4d63bf53cf4b: Pushed 21:20:14 dc76a42c8f48: Pushed 21:20:14 f93dcdb976ef: Pushed 21:20:14 f70ee36035b9: Layer already exists 21:20:14 2cca84089ef9: Pushed 21:20:17 d0392e633985: Pushed 21:20:17 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:17 + 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 21:20:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:20:18 01153ad016cd: Preparing 21:20:18 f93dcdb976ef: Preparing 21:20:18 d0392e633985: Preparing 21:20:18 dc76a42c8f48: Preparing 21:20:18 4d63bf53cf4b: Preparing 21:20:18 2cca84089ef9: Preparing 21:20:18 f70ee36035b9: Preparing 21:20:18 2cca84089ef9: Waiting 21:20:18 f70ee36035b9: Waiting 21:20:18 f93dcdb976ef: Layer already exists 21:20:18 01153ad016cd: Layer already exists 21:20:18 dc76a42c8f48: Layer already exists 21:20:18 d0392e633985: Layer already exists 21:20:18 4d63bf53cf4b: Layer already exists 21:20:18 2cca84089ef9: Layer already exists 21:20:18 f70ee36035b9: Layer already exists 21:20:18 latest: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 21:20:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:20:19 01153ad016cd: Preparing 21:20:19 f93dcdb976ef: Preparing 21:20:19 d0392e633985: Preparing 21:20:19 dc76a42c8f48: Preparing 21:20:19 4d63bf53cf4b: Preparing 21:20:19 2cca84089ef9: Preparing 21:20:19 f70ee36035b9: Preparing 21:20:19 2cca84089ef9: Waiting 21:20:19 f70ee36035b9: Waiting 21:20:19 01153ad016cd: Layer already exists 21:20:19 d0392e633985: Layer already exists 21:20:19 4d63bf53cf4b: Layer already exists 21:20:19 dc76a42c8f48: Layer already exists 21:20:19 f93dcdb976ef: Layer already exists 21:20:19 2cca84089ef9: Layer already exists 21:20:19 f70ee36035b9: Layer already exists 21:20:19 3.0.0-dev.79: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:20:20 01153ad016cd: Preparing 21:20:20 f93dcdb976ef: Preparing 21:20:20 d0392e633985: Preparing 21:20:20 dc76a42c8f48: Preparing 21:20:20 4d63bf53cf4b: Preparing 21:20:20 2cca84089ef9: Preparing 21:20:20 f70ee36035b9: Preparing 21:20:20 f70ee36035b9: Waiting 21:20:20 2cca84089ef9: Waiting 21:20:20 dc76a42c8f48: Layer already exists 21:20:20 f93dcdb976ef: Layer already exists 21:20:20 4d63bf53cf4b: Layer already exists 21:20:20 d0392e633985: Layer already exists 21:20:20 01153ad016cd: Layer already exists 21:20:20 f70ee36035b9: Layer already exists 21:20:20 2cca84089ef9: Layer already exists 21:20:20 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:20 + 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 21:20:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 21:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:20:21 01153ad016cd: Preparing 21:20:21 f93dcdb976ef: Preparing 21:20:21 d0392e633985: Preparing 21:20:21 dc76a42c8f48: Preparing 21:20:21 4d63bf53cf4b: Preparing 21:20:21 2cca84089ef9: Preparing 21:20:21 f70ee36035b9: Preparing 21:20:21 f70ee36035b9: Waiting 21:20:21 2cca84089ef9: Waiting 21:20:21 4d63bf53cf4b: Layer already exists 21:20:21 f93dcdb976ef: Layer already exists 21:20:21 dc76a42c8f48: Layer already exists 21:20:21 01153ad016cd: Layer already exists 21:20:21 d0392e633985: Layer already exists 21:20:21 f70ee36035b9: Layer already exists 21:20:21 2cca84089ef9: Layer already exists 21:20:21 main: digest: sha256:f348cd37ff74b2fb917bcf3a58320b9e40663565a113075dd9a76de403d6eb78 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:21 ===================================================== [Pipeline] echo 21:20:21 taggedImages: 21:20:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:20:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.79 21:20:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 21:20:21 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 21:20:21 08ca0edeffa98a49321873a39f0210382b374702 21:20:21 latest 21:20:21 3.0.0-dev.79 21:20:21 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:21 main 21:20:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:20:22 85e69acba218: Preparing 21:20:22 ad22e90cb3f1: Preparing 21:20:22 301d418ffa7f: Preparing 21:20:22 b18fab3b7801: Preparing 21:20:22 1fe655c5b5c1: Preparing 21:20:22 eabbbe08491b: Preparing 21:20:22 da1a3482a3b2: Preparing 21:20:22 c111b9a9dcd5: Preparing 21:20:22 f70ee36035b9: Preparing 21:20:22 da1a3482a3b2: Waiting 21:20:22 f70ee36035b9: Waiting 21:20:22 c111b9a9dcd5: Waiting 21:20:22 ad22e90cb3f1: Pushed 21:20:22 1fe655c5b5c1: Pushed 21:20:22 85e69acba218: Pushed 21:20:22 eabbbe08491b: Pushed 21:20:22 da1a3482a3b2: Pushed 21:20:22 f70ee36035b9: Layer already exists 21:20:22 c111b9a9dcd5: Pushed 21:20:24 b18fab3b7801: Pushed 21:20:25 301d418ffa7f: Pushed 21:20:25 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:26 + 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 21:20:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:20:26 85e69acba218: Preparing 21:20:26 ad22e90cb3f1: Preparing 21:20:26 301d418ffa7f: Preparing 21:20:26 b18fab3b7801: Preparing 21:20:26 1fe655c5b5c1: Preparing 21:20:26 eabbbe08491b: Preparing 21:20:26 da1a3482a3b2: Preparing 21:20:26 c111b9a9dcd5: Preparing 21:20:26 f70ee36035b9: Preparing 21:20:26 da1a3482a3b2: Waiting 21:20:26 c111b9a9dcd5: Waiting 21:20:26 f70ee36035b9: Waiting 21:20:26 eabbbe08491b: Waiting 21:20:26 1fe655c5b5c1: Layer already exists 21:20:26 85e69acba218: Layer already exists 21:20:26 b18fab3b7801: Layer already exists 21:20:26 ad22e90cb3f1: Layer already exists 21:20:26 301d418ffa7f: Layer already exists 21:20:26 eabbbe08491b: Layer already exists 21:20:26 da1a3482a3b2: Layer already exists 21:20:26 c111b9a9dcd5: Layer already exists 21:20:26 f70ee36035b9: Layer already exists 21:20:26 latest: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 21:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:20:27 85e69acba218: Preparing 21:20:27 ad22e90cb3f1: Preparing 21:20:27 301d418ffa7f: Preparing 21:20:27 b18fab3b7801: Preparing 21:20:27 1fe655c5b5c1: Preparing 21:20:27 eabbbe08491b: Preparing 21:20:27 da1a3482a3b2: Preparing 21:20:27 c111b9a9dcd5: Preparing 21:20:27 f70ee36035b9: Preparing 21:20:27 da1a3482a3b2: Waiting 21:20:27 eabbbe08491b: Waiting 21:20:27 c111b9a9dcd5: Waiting 21:20:27 f70ee36035b9: Waiting 21:20:27 85e69acba218: Layer already exists 21:20:27 ad22e90cb3f1: Layer already exists 21:20:27 301d418ffa7f: Layer already exists 21:20:27 1fe655c5b5c1: Layer already exists 21:20:27 b18fab3b7801: Layer already exists 21:20:27 eabbbe08491b: Layer already exists 21:20:27 c111b9a9dcd5: Layer already exists 21:20:27 da1a3482a3b2: Layer already exists 21:20:27 f70ee36035b9: Layer already exists 21:20:27 3.0.0-dev.79: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:31 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:20:31 85e69acba218: Preparing 21:20:31 ad22e90cb3f1: Preparing 21:20:31 301d418ffa7f: Preparing 21:20:31 b18fab3b7801: Preparing 21:20:31 1fe655c5b5c1: Preparing 21:20:31 eabbbe08491b: Preparing 21:20:31 da1a3482a3b2: Preparing 21:20:31 c111b9a9dcd5: Preparing 21:20:31 f70ee36035b9: Preparing 21:20:31 eabbbe08491b: Waiting 21:20:31 da1a3482a3b2: Waiting 21:20:31 c111b9a9dcd5: Waiting 21:20:31 f70ee36035b9: Waiting 21:20:31 85e69acba218: Layer already exists 21:20:31 b18fab3b7801: Layer already exists 21:20:31 1fe655c5b5c1: Layer already exists 21:20:31 301d418ffa7f: Layer already exists 21:20:31 ad22e90cb3f1: Layer already exists 21:20:31 eabbbe08491b: Layer already exists 21:20:31 c111b9a9dcd5: Layer already exists 21:20:31 f70ee36035b9: Layer already exists 21:20:31 da1a3482a3b2: Layer already exists 21:20:32 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:32 + 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 21:20:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 21:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:20:32 85e69acba218: Preparing 21:20:32 ad22e90cb3f1: Preparing 21:20:32 301d418ffa7f: Preparing 21:20:32 b18fab3b7801: Preparing 21:20:32 1fe655c5b5c1: Preparing 21:20:32 eabbbe08491b: Preparing 21:20:32 da1a3482a3b2: Preparing 21:20:32 c111b9a9dcd5: Preparing 21:20:32 f70ee36035b9: Preparing 21:20:32 eabbbe08491b: Waiting 21:20:32 da1a3482a3b2: Waiting 21:20:32 c111b9a9dcd5: Waiting 21:20:32 f70ee36035b9: Waiting 21:20:32 85e69acba218: Layer already exists 21:20:32 301d418ffa7f: Layer already exists 21:20:32 b18fab3b7801: Layer already exists 21:20:32 1fe655c5b5c1: Layer already exists 21:20:32 ad22e90cb3f1: Layer already exists 21:20:32 eabbbe08491b: Layer already exists 21:20:32 da1a3482a3b2: Layer already exists 21:20:32 c111b9a9dcd5: Layer already exists 21:20:32 f70ee36035b9: Layer already exists 21:20:33 main: digest: sha256:adfb5a28696b986a4f1b44b722587ea0e86c267250bd9ff7579e870cdd54cdfe size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:33 ===================================================== [Pipeline] echo 21:20:33 taggedImages: 21:20:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:20:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.79 21:20:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 21:20:33 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 21:20:33 08ca0edeffa98a49321873a39f0210382b374702 21:20:33 latest 21:20:33 3.0.0-dev.79 21:20:33 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:33 main 21:20:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:33 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:20:33 7310942d0f42: Preparing 21:20:33 e7b24503b622: Preparing 21:20:33 98cd5793e76f: Preparing 21:20:33 d8254152e232: Preparing 21:20:33 a8cfdf0cc8ec: Preparing 21:20:34 98cd5793e76f: Layer already exists 21:20:34 a8cfdf0cc8ec: Layer already exists 21:20:34 7310942d0f42: Pushed 21:20:35 d8254152e232: Pushed 21:20:39 e7b24503b622: Pushed 21:20:39 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:39 + 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 21:20:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:20:39 7310942d0f42: Preparing 21:20:39 e7b24503b622: Preparing 21:20:39 98cd5793e76f: Preparing 21:20:39 d8254152e232: Preparing 21:20:39 a8cfdf0cc8ec: Preparing 21:20:39 a8cfdf0cc8ec: Layer already exists 21:20:39 98cd5793e76f: Layer already exists 21:20:39 7310942d0f42: Layer already exists 21:20:39 d8254152e232: Layer already exists 21:20:39 e7b24503b622: Layer already exists 21:20:39 latest: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 21:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:20:40 7310942d0f42: Preparing 21:20:40 e7b24503b622: Preparing 21:20:40 98cd5793e76f: Preparing 21:20:40 d8254152e232: Preparing 21:20:40 a8cfdf0cc8ec: Preparing 21:20:40 a8cfdf0cc8ec: Layer already exists 21:20:40 7310942d0f42: Layer already exists 21:20:40 e7b24503b622: Layer already exists 21:20:40 98cd5793e76f: Layer already exists 21:20:40 d8254152e232: Layer already exists 21:20:40 3.0.0-dev.79: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:20:41 7310942d0f42: Preparing 21:20:41 e7b24503b622: Preparing 21:20:41 98cd5793e76f: Preparing 21:20:41 d8254152e232: Preparing 21:20:41 a8cfdf0cc8ec: Preparing 21:20:41 a8cfdf0cc8ec: Layer already exists 21:20:41 e7b24503b622: Layer already exists 21:20:41 98cd5793e76f: Layer already exists 21:20:41 d8254152e232: Layer already exists 21:20:41 7310942d0f42: Layer already exists 21:20:41 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:42 + 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 21:20:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 21:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:20:42 7310942d0f42: Preparing 21:20:42 e7b24503b622: Preparing 21:20:42 98cd5793e76f: Preparing 21:20:42 d8254152e232: Preparing 21:20:42 a8cfdf0cc8ec: Preparing 21:20:42 98cd5793e76f: Layer already exists 21:20:42 d8254152e232: Layer already exists 21:20:42 e7b24503b622: Layer already exists 21:20:42 a8cfdf0cc8ec: Layer already exists 21:20:42 7310942d0f42: Layer already exists 21:20:42 main: digest: sha256:82f85511e19cc472eaf6319cc9664d4de374b902ccef33d26d3b674c36d7d8d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:20:42 ===================================================== [Pipeline] echo 21:20:42 taggedImages: 21:20:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:20:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.79 21:20:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 21:20:42 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 21:20:42 08ca0edeffa98a49321873a39f0210382b374702 21:20:42 latest 21:20:42 3.0.0-dev.79 21:20:42 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:20:42 main 21:20:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:20:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:20:43 6a78479a5654: Preparing 21:20:43 7752b871ddd0: Preparing 21:20:43 746fbb514e3e: Preparing 21:20:43 c136f4f54946: Preparing 21:20:43 70154670bc17: Preparing 21:20:43 82b7bd337959: Preparing 21:20:43 a8cfdf0cc8ec: Preparing 21:20:43 82b7bd337959: Waiting 21:20:43 a8cfdf0cc8ec: Waiting 21:20:43 7752b871ddd0: Pushed 21:20:43 6a78479a5654: Pushed 21:20:43 746fbb514e3e: Pushed 21:20:43 a8cfdf0cc8ec: Layer already exists 21:20:44 82b7bd337959: Pushed 21:20:51 70154670bc17: Pushed 21:20:59 c136f4f54946: Pushed 21:20:59 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:59 + 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 21:21:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:21:00 6a78479a5654: Preparing 21:21:00 7752b871ddd0: Preparing 21:21:00 746fbb514e3e: Preparing 21:21:00 c136f4f54946: Preparing 21:21:00 70154670bc17: Preparing 21:21:00 82b7bd337959: Preparing 21:21:00 a8cfdf0cc8ec: Preparing 21:21:00 82b7bd337959: Waiting 21:21:00 a8cfdf0cc8ec: Waiting 21:21:00 6a78479a5654: Layer already exists 21:21:00 c136f4f54946: Layer already exists 21:21:00 746fbb514e3e: Layer already exists 21:21:00 70154670bc17: Layer already exists 21:21:00 7752b871ddd0: Layer already exists 21:21:00 a8cfdf0cc8ec: Layer already exists 21:21:00 82b7bd337959: Layer already exists 21:21:00 latest: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:00 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 21:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:21:01 6a78479a5654: Preparing 21:21:01 7752b871ddd0: Preparing 21:21:01 746fbb514e3e: Preparing 21:21:01 c136f4f54946: Preparing 21:21:01 70154670bc17: Preparing 21:21:01 82b7bd337959: Preparing 21:21:01 a8cfdf0cc8ec: Preparing 21:21:01 82b7bd337959: Waiting 21:21:01 a8cfdf0cc8ec: Waiting 21:21:01 746fbb514e3e: Layer already exists 21:21:01 6a78479a5654: Layer already exists 21:21:01 c136f4f54946: Layer already exists 21:21:01 7752b871ddd0: Layer already exists 21:21:01 70154670bc17: Layer already exists 21:21:01 a8cfdf0cc8ec: Layer already exists 21:21:01 82b7bd337959: Layer already exists 21:21:01 3.0.0-dev.79: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:21:02 6a78479a5654: Preparing 21:21:02 7752b871ddd0: Preparing 21:21:02 746fbb514e3e: Preparing 21:21:02 c136f4f54946: Preparing 21:21:02 70154670bc17: Preparing 21:21:02 82b7bd337959: Preparing 21:21:02 a8cfdf0cc8ec: Preparing 21:21:02 82b7bd337959: Waiting 21:21:02 a8cfdf0cc8ec: Waiting 21:21:02 6a78479a5654: Layer already exists 21:21:02 7752b871ddd0: Layer already exists 21:21:02 746fbb514e3e: Layer already exists 21:21:02 c136f4f54946: Layer already exists 21:21:02 70154670bc17: Layer already exists 21:21:02 a8cfdf0cc8ec: Layer already exists 21:21:02 82b7bd337959: Layer already exists 21:21:02 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:02 + 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 21:21:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 21:21:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:21:03 6a78479a5654: Preparing 21:21:03 7752b871ddd0: Preparing 21:21:03 746fbb514e3e: Preparing 21:21:03 c136f4f54946: Preparing 21:21:03 70154670bc17: Preparing 21:21:03 82b7bd337959: Preparing 21:21:03 a8cfdf0cc8ec: Preparing 21:21:03 82b7bd337959: Waiting 21:21:03 a8cfdf0cc8ec: Waiting 21:21:03 70154670bc17: Layer already exists 21:21:03 6a78479a5654: Layer already exists 21:21:03 746fbb514e3e: Layer already exists 21:21:03 c136f4f54946: Layer already exists 21:21:03 7752b871ddd0: Layer already exists 21:21:03 82b7bd337959: Layer already exists 21:21:03 a8cfdf0cc8ec: Layer already exists 21:21:03 main: digest: sha256:db4ce7c3a56a1ba7986fb5f56da41069450ce0013580dc9bde85390959c88403 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:03 ===================================================== [Pipeline] echo 21:21:03 taggedImages: 21:21:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:21:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.79 21:21:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 21:21:03 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 21:21:03 08ca0edeffa98a49321873a39f0210382b374702 21:21:03 latest 21:21:03 3.0.0-dev.79 21:21:03 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:03 main 21:21:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:03 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:21:04 3f32f2861867: Preparing 21:21:04 96b5d9842ab5: Preparing 21:21:04 c2aefa0a77c8: Preparing 21:21:04 fc1f67653aeb: Preparing 21:21:04 e994e888fb27: Preparing 21:21:04 a8cfdf0cc8ec: Preparing 21:21:04 a8cfdf0cc8ec: Waiting 21:21:04 c2aefa0a77c8: Pushed 21:21:04 96b5d9842ab5: Pushed 21:21:04 3f32f2861867: Pushed 21:21:04 a8cfdf0cc8ec: Layer already exists 21:21:04 e994e888fb27: Pushed 21:21:23 fc1f67653aeb: Pushed 21:21:23 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:23 + 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 21:21:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:21:23 3f32f2861867: Preparing 21:21:23 96b5d9842ab5: Preparing 21:21:23 c2aefa0a77c8: Preparing 21:21:23 fc1f67653aeb: Preparing 21:21:23 e994e888fb27: Preparing 21:21:23 a8cfdf0cc8ec: Preparing 21:21:23 a8cfdf0cc8ec: Waiting 21:21:23 fc1f67653aeb: Layer already exists 21:21:23 c2aefa0a77c8: Layer already exists 21:21:23 3f32f2861867: Layer already exists 21:21:23 e994e888fb27: Layer already exists 21:21:23 96b5d9842ab5: Layer already exists 21:21:23 a8cfdf0cc8ec: Layer already exists 21:21:24 latest: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 21:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:21:24 3f32f2861867: Preparing 21:21:24 96b5d9842ab5: Preparing 21:21:24 c2aefa0a77c8: Preparing 21:21:24 fc1f67653aeb: Preparing 21:21:24 e994e888fb27: Preparing 21:21:24 a8cfdf0cc8ec: Preparing 21:21:24 a8cfdf0cc8ec: Waiting 21:21:24 c2aefa0a77c8: Layer already exists 21:21:24 e994e888fb27: Layer already exists 21:21:24 3f32f2861867: Layer already exists 21:21:24 96b5d9842ab5: Layer already exists 21:21:24 fc1f67653aeb: Layer already exists 21:21:24 a8cfdf0cc8ec: Layer already exists 21:21:25 3.0.0-dev.79: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:21:25 3f32f2861867: Preparing 21:21:25 96b5d9842ab5: Preparing 21:21:25 c2aefa0a77c8: Preparing 21:21:25 fc1f67653aeb: Preparing 21:21:25 e994e888fb27: Preparing 21:21:25 a8cfdf0cc8ec: Preparing 21:21:25 a8cfdf0cc8ec: Waiting 21:21:25 e994e888fb27: Layer already exists 21:21:25 c2aefa0a77c8: Layer already exists 21:21:25 96b5d9842ab5: Layer already exists 21:21:25 fc1f67653aeb: Layer already exists 21:21:25 3f32f2861867: Layer already exists 21:21:25 a8cfdf0cc8ec: Layer already exists 21:21:26 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:26 + 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 21:21:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:21:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:21:26 3f32f2861867: Preparing 21:21:26 96b5d9842ab5: Preparing 21:21:26 c2aefa0a77c8: Preparing 21:21:26 fc1f67653aeb: Preparing 21:21:26 e994e888fb27: Preparing 21:21:26 a8cfdf0cc8ec: Preparing 21:21:26 a8cfdf0cc8ec: Waiting 21:21:26 96b5d9842ab5: Layer already exists 21:21:26 e994e888fb27: Layer already exists 21:21:26 3f32f2861867: Layer already exists 21:21:26 fc1f67653aeb: Layer already exists 21:21:26 c2aefa0a77c8: Layer already exists 21:21:26 a8cfdf0cc8ec: Layer already exists 21:21:27 main: digest: sha256:2b041e948f40431890414e69552aed94a8f261dd5ae2068ae6af1bd766e8e2ee size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:27 ===================================================== [Pipeline] echo 21:21:27 taggedImages: 21:21:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:21:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.79 21:21:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:21:27 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:21:27 08ca0edeffa98a49321873a39f0210382b374702 21:21:27 latest 21:21:27 3.0.0-dev.79 21:21:27 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:27 main 21:21:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:21:27 b86374bf1a8e: Preparing 21:21:27 51f46beced4e: Preparing 21:21:27 cc755e7e86c5: Preparing 21:21:27 fc789a796e3a: Preparing 21:21:27 82b7bd337959: Preparing 21:21:27 a8cfdf0cc8ec: Preparing 21:21:27 a8cfdf0cc8ec: Waiting 21:21:27 82b7bd337959: Layer already exists 21:21:28 a8cfdf0cc8ec: Layer already exists 21:21:28 b86374bf1a8e: Pushed 21:21:28 cc755e7e86c5: Pushed 21:21:28 51f46beced4e: Pushed 21:21:46 fc789a796e3a: Pushed 21:21:46 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:46 + 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 21:21:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:21:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:21:46 b86374bf1a8e: Preparing 21:21:46 51f46beced4e: Preparing 21:21:46 cc755e7e86c5: Preparing 21:21:46 fc789a796e3a: Preparing 21:21:46 82b7bd337959: Preparing 21:21:46 a8cfdf0cc8ec: Preparing 21:21:46 a8cfdf0cc8ec: Waiting 21:21:46 51f46beced4e: Layer already exists 21:21:46 b86374bf1a8e: Layer already exists 21:21:46 cc755e7e86c5: Layer already exists 21:21:46 fc789a796e3a: Layer already exists 21:21:46 82b7bd337959: Layer already exists 21:21:46 a8cfdf0cc8ec: Layer already exists 21:21:47 latest: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 21:21:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:21:47 b86374bf1a8e: Preparing 21:21:47 51f46beced4e: Preparing 21:21:47 cc755e7e86c5: Preparing 21:21:47 fc789a796e3a: Preparing 21:21:47 82b7bd337959: Preparing 21:21:47 a8cfdf0cc8ec: Preparing 21:21:47 cc755e7e86c5: Layer already exists 21:21:47 fc789a796e3a: Layer already exists 21:21:47 82b7bd337959: Layer already exists 21:21:47 51f46beced4e: Layer already exists 21:21:47 b86374bf1a8e: Layer already exists 21:21:47 a8cfdf0cc8ec: Layer already exists 21:21:48 3.0.0-dev.79: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:21:48 b86374bf1a8e: Preparing 21:21:48 51f46beced4e: Preparing 21:21:48 cc755e7e86c5: Preparing 21:21:48 fc789a796e3a: Preparing 21:21:48 82b7bd337959: Preparing 21:21:48 a8cfdf0cc8ec: Preparing 21:21:48 a8cfdf0cc8ec: Waiting 21:21:48 82b7bd337959: Layer already exists 21:21:48 51f46beced4e: Layer already exists 21:21:48 b86374bf1a8e: Layer already exists 21:21:48 cc755e7e86c5: Layer already exists 21:21:48 fc789a796e3a: Layer already exists 21:21:48 a8cfdf0cc8ec: Layer already exists 21:21:49 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:49 + 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 21:21:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:21:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:21:49 b86374bf1a8e: Preparing 21:21:49 51f46beced4e: Preparing 21:21:49 cc755e7e86c5: Preparing 21:21:49 fc789a796e3a: Preparing 21:21:49 82b7bd337959: Preparing 21:21:49 a8cfdf0cc8ec: Preparing 21:21:49 a8cfdf0cc8ec: Waiting 21:21:49 51f46beced4e: Layer already exists 21:21:49 cc755e7e86c5: Layer already exists 21:21:49 82b7bd337959: Layer already exists 21:21:49 fc789a796e3a: Layer already exists 21:21:49 b86374bf1a8e: Layer already exists 21:21:49 a8cfdf0cc8ec: Layer already exists 21:21:50 main: digest: sha256:97857aab77bf7f878569c156dad253029190f13236aa3feca67cf1ee63ac6dba size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:21:50 ===================================================== [Pipeline] echo 21:21:50 taggedImages: 21:21:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:21:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.79 21:21:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:21:50 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:21:50 08ca0edeffa98a49321873a39f0210382b374702 21:21:50 latest 21:21:50 3.0.0-dev.79 21:21:50 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:21:50 main 21:21:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:50 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:21:50 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:21:50 bf7debda535d: Preparing 21:21:50 c6b95312d168: Preparing 21:21:50 98cd5793e76f: Preparing 21:21:50 c5024754c42d: Preparing 21:21:50 f70ee36035b9: Preparing 21:21:50 98cd5793e76f: Layer already exists 21:21:50 f70ee36035b9: Layer already exists 21:21:51 bf7debda535d: Pushed 21:21:51 c5024754c42d: Pushed 21:21:57 c6b95312d168: Pushed 21:21:57 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:21:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:21:58 bf7debda535d: Preparing 21:21:58 c6b95312d168: Preparing 21:21:58 98cd5793e76f: Preparing 21:21:58 c5024754c42d: Preparing 21:21:58 f70ee36035b9: Preparing 21:21:58 bf7debda535d: Layer already exists 21:21:58 c6b95312d168: Layer already exists 21:21:58 f70ee36035b9: Layer already exists 21:21:58 98cd5793e76f: Layer already exists 21:21:58 c5024754c42d: Layer already exists 21:21:58 latest: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 21:21:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:21:59 bf7debda535d: Preparing 21:21:59 c6b95312d168: Preparing 21:21:59 98cd5793e76f: Preparing 21:21:59 c5024754c42d: Preparing 21:21:59 f70ee36035b9: Preparing 21:21:59 c5024754c42d: Layer already exists 21:21:59 f70ee36035b9: Layer already exists 21:21:59 98cd5793e76f: Layer already exists 21:21:59 bf7debda535d: Layer already exists 21:21:59 c6b95312d168: Layer already exists 21:21:59 3.0.0-dev.79: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:22:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:22:00 bf7debda535d: Preparing 21:22:00 c6b95312d168: Preparing 21:22:00 98cd5793e76f: Preparing 21:22:00 c5024754c42d: Preparing 21:22:00 f70ee36035b9: Preparing 21:22:00 f70ee36035b9: Layer already exists 21:22:00 c5024754c42d: Layer already exists 21:22:00 98cd5793e76f: Layer already exists 21:22:00 bf7debda535d: Layer already exists 21:22:00 c6b95312d168: Layer already exists 21:22:00 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:01 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:01 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:22:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:22:01 bf7debda535d: Preparing 21:22:01 c6b95312d168: Preparing 21:22:01 98cd5793e76f: Preparing 21:22:01 c5024754c42d: Preparing 21:22:01 f70ee36035b9: Preparing 21:22:01 98cd5793e76f: Layer already exists 21:22:01 bf7debda535d: Layer already exists 21:22:01 f70ee36035b9: Layer already exists 21:22:01 c6b95312d168: Layer already exists 21:22:01 c5024754c42d: Layer already exists 21:22:01 main: digest: sha256:b53966301ffe6120c6d41484654fb98bb9e7f2c76514dbe9652d00e3945c7121 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:22:01 ===================================================== [Pipeline] echo 21:22:01 taggedImages: 21:22:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:22:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:22:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.79 21:22:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:22:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:22:01 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:22:01 08ca0edeffa98a49321873a39f0210382b374702 21:22:01 latest 21:22:01 3.0.0-dev.79 21:22:01 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:22:01 main 21:22:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:02 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:02 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:22:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:22:02 febfb49d8673: Preparing 21:22:02 56d92b25774e: Preparing 21:22:02 98cd5793e76f: Preparing 21:22:02 7e335ebd7e40: Preparing 21:22:02 f70ee36035b9: Preparing 21:22:02 f70ee36035b9: Layer already exists 21:22:02 7e335ebd7e40: Layer already exists 21:22:02 98cd5793e76f: Layer already exists 21:22:02 febfb49d8673: Pushed 21:22:09 56d92b25774e: Pushed 21:22:09 08ca0edeffa98a49321873a39f0210382b374702: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:22:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:22:10 febfb49d8673: Preparing 21:22:10 56d92b25774e: Preparing 21:22:10 98cd5793e76f: Preparing 21:22:10 7e335ebd7e40: Preparing 21:22:10 f70ee36035b9: Preparing 21:22:10 f70ee36035b9: Layer already exists 21:22:10 56d92b25774e: Layer already exists 21:22:10 98cd5793e76f: Layer already exists 21:22:10 febfb49d8673: Layer already exists 21:22:10 7e335ebd7e40: Layer already exists 21:22:10 latest: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 21:22:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:22:11 febfb49d8673: Preparing 21:22:11 56d92b25774e: Preparing 21:22:11 98cd5793e76f: Preparing 21:22:11 7e335ebd7e40: Preparing 21:22:11 f70ee36035b9: Preparing 21:22:11 56d92b25774e: Layer already exists 21:22:11 f70ee36035b9: Layer already exists 21:22:11 7e335ebd7e40: Layer already exists 21:22:11 febfb49d8673: Layer already exists 21:22:11 98cd5793e76f: Layer already exists 21:22:11 3.0.0-dev.79: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:11 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:12 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:22:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:22:12 febfb49d8673: Preparing 21:22:12 56d92b25774e: Preparing 21:22:12 98cd5793e76f: Preparing 21:22:12 7e335ebd7e40: Preparing 21:22:12 f70ee36035b9: Preparing 21:22:12 98cd5793e76f: Layer already exists 21:22:12 febfb49d8673: Layer already exists 21:22:12 7e335ebd7e40: Layer already exists 21:22:12 56d92b25774e: Layer already exists 21:22:12 f70ee36035b9: Layer already exists 21:22:12 08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:12 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:13 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:22:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:22:13 febfb49d8673: Preparing 21:22:13 56d92b25774e: Preparing 21:22:13 98cd5793e76f: Preparing 21:22:13 7e335ebd7e40: Preparing 21:22:13 f70ee36035b9: Preparing 21:22:13 98cd5793e76f: Layer already exists 21:22:13 f70ee36035b9: Layer already exists 21:22:13 56d92b25774e: Layer already exists 21:22:13 7e335ebd7e40: Layer already exists 21:22:13 febfb49d8673: Layer already exists 21:22:13 main: digest: sha256:7a700dc49fca942df6ee26bb63b44cf0e7aadcf31602c1d6c17aff2ad679c3f9 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:22:13 ===================================================== [Pipeline] echo 21:22:13 taggedImages: 21:22:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702 21:22:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:22:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.79 21:22:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:08ca0edeffa98a49321873a39f0210382b374702-3.0.0-dev.79 21:22:13 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:22:13 21:22:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:22:14 arm64: Pulling from edgex-lftools-log-publisher 21:22:14 8998bd30e6a1: Pulling fs layer 21:22:14 04944245beec: Pulling fs layer 21:22:14 699f458cf7ca: Pulling fs layer 21:22:14 765212b225bb: Pulling fs layer 21:22:14 f23df028b6ca: Pulling fs layer 21:22:14 d65c8cfc05b1: Pulling fs layer 21:22:14 2437ff75d9bd: Pulling fs layer 21:22:14 765212b225bb: Waiting 21:22:14 f23df028b6ca: Waiting 21:22:14 d65c8cfc05b1: Waiting 21:22:14 2437ff75d9bd: Waiting 21:22:14 04944245beec: Verifying Checksum 21:22:14 04944245beec: Download complete 21:22:14 765212b225bb: Verifying Checksum 21:22:14 765212b225bb: Download complete 21:22:14 f23df028b6ca: Verifying Checksum 21:22:14 f23df028b6ca: Download complete 21:22:14 d65c8cfc05b1: Verifying Checksum 21:22:14 d65c8cfc05b1: Download complete 21:22:14 699f458cf7ca: Verifying Checksum 21:22:14 699f458cf7ca: Download complete 21:22:15 8998bd30e6a1: Verifying Checksum 21:22:15 8998bd30e6a1: Download complete 21:22:17 2437ff75d9bd: Verifying Checksum 21:22:17 2437ff75d9bd: Download complete 21:22:19 8998bd30e6a1: Pull complete 21:22:19 04944245beec: Pull complete 21:22:21 699f458cf7ca: Pull complete 21:22:21 765212b225bb: Pull complete 21:22:22 f23df028b6ca: Pull complete 21:22:22 d65c8cfc05b1: Pull complete 21:22:37 2437ff75d9bd: Pull complete 21:22:37 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:22:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:22:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:22:37 prd-ubuntu20.04-docker-arm64-4c-16g-8641 does not seem to be running inside a container 21:22:37 $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:22:40 $ docker top 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:22:41 ---> job-cost.sh 21:22:41 lf-activate-venv: SKIPPING 21:22:41 INFO: No Stack... 21:22:42 INFO: Retrieving Pricing Info for: v3-standard-4 21:22:42 INFO: Archiving Costs [Pipeline] sh 21:22:43 + cat /w/workspace/edgex-go/440/archives/cost.csv 21:22:43 + cut -d, -f6 [Pipeline] lock 21:22:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] 21:22:43 Resource [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] did not exist. Created. 21:22:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:22:44 + echo total: 0.10999999940395355 [Pipeline] stash 21:22:44 Stashed 1 file(s) [Pipeline] } 21:22:44 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-440-stack-cost] [Pipeline] // lock [Pipeline] } 21:22:44 $ docker stop --time=1 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 21:22:46 $ docker rm -f --volumes 45ab12b6237ac30d8dee133c65fd37886111931629403f10a9fcca5ed58b7a71 [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 21:22:46 provisioning config files... 21:22:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/440@tmp/config1557803018777533184tmp [Pipeline] { [Pipeline] sh 21:22:47 + set +x 21:22:47 + + curl -sbash https://codecov.io/bash -s 21:22:47 -- 21:22:47 21:22:47 _____ _ 21:22:47 / ____| | | 21:22:47 | | ___ __| | ___ ___ _____ __ 21:22:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:22:47 | |___| (_) | (_| | __/ (_| (_) \ V / 21:22:47 \_____\___/ \__,_|\___|\___\___/ \_/ 21:22:47 Bash-1.0.6 21:22:47 21:22:47 21:22:47 ==> git version 2.25.1 found 21:22:47 ==> 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 21:22:47 Release-Date: 2020-01-08 21:22:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:22:47 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:22:47 ==> Jenkins CI detected. 21:22:47 current dir:  /w/workspace/edgex-go/440 21:22:47 project root: . 21:22:47 --> token set from env 21:22:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:22:47 ==> Running gcov in . (disable via -X gcov) 21:22:47 ==> Python coveragepy not found 21:22:47 ==> Searching for coverage reports in: 21:22:47 + . 21:22:47 -> Found 1 reports 21:22:47 ==> Detecting git/mercurial file structure 21:22:47 ==> Reading reports 21:22:47 + ./coverage.out bytes=446903 21:22:47 ==> Appending adjustments 21:22:47 https://docs.codecov.io/docs/fixing-reports 21:22:48 + Found adjustments 21:22:48 ==> Gzipping contents 21:22:48 60K /tmp/codecov.w855zE.gz 21:22:48 ==> Uploading reports 21:22:48 url: https://codecov.io 21:22:48 query: branch=main&commit=08ca0edeffa98a49321873a39f0210382b374702&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:22:48 -> Pinging Codecov 21:22:48 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=08ca0edeffa98a49321873a39f0210382b374702&build=440&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F440%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:22:48 -> Uploading to 21:22:48 https://storage.googleapis.com/codecov/v4/raw/2023-03-07/00271124DB129430A58F1EEE437C3FCB/08ca0edeffa98a49321873a39f0210382b374702/365c7aff-8b1a-4cb5-aadb-3b8369807497.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230307%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230307T212248Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=808a9bf64f034f9a47b030c984f434334f70054300be1d4562644f01ff0c5566 21:22:48 % Total % Received % Xferd Average Speed Time Time Time Current 21:22:48 Dload Upload Total Spent Left Speed 21:22:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58210 0 0 100 58210 0 221k --:--:-- --:--:-- --:--:-- 221k 21:22:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/08ca0edeffa98a49321873a39f0210382b374702 [Pipeline] } 21:22:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:22:49 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:22:49 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:49 21:22:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:49 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:22:49 df9b9388f04a: Pulling fs layer 21:22:49 52dc419b0ee2: Pulling fs layer 21:22:49 25bc292e5bac: Pulling fs layer 21:22:49 114826534d7a: Pulling fs layer 21:22:49 4657fd5d0bcf: Pulling fs layer 21:22:49 6ad1cebc031e: Pulling fs layer 21:22:49 8a3aa393b2d8: Pulling fs layer 21:22:49 114826534d7a: Waiting 21:22:49 4657fd5d0bcf: Waiting 21:22:49 6ad1cebc031e: Waiting 21:22:49 8a3aa393b2d8: Waiting 21:22:49 25bc292e5bac: Verifying Checksum 21:22:49 25bc292e5bac: Download complete 21:22:49 52dc419b0ee2: Verifying Checksum 21:22:49 52dc419b0ee2: Download complete 21:22:49 4657fd5d0bcf: Verifying Checksum 21:22:49 4657fd5d0bcf: Download complete 21:22:49 df9b9388f04a: Download complete 21:22:50 df9b9388f04a: Pull complete 21:22:50 6ad1cebc031e: Verifying Checksum 21:22:50 6ad1cebc031e: Download complete 21:22:50 52dc419b0ee2: Pull complete 21:22:50 25bc292e5bac: Pull complete 21:22:50 114826534d7a: Verifying Checksum 21:22:50 114826534d7a: Download complete 21:22:50 8a3aa393b2d8: Verifying Checksum 21:22:50 8a3aa393b2d8: Download complete 21:22:55 114826534d7a: Pull complete 21:22:55 4657fd5d0bcf: Pull complete 21:22:55 6ad1cebc031e: Pull complete 21:22:58 8a3aa393b2d8: Pull complete 21:22:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:22:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:22:58 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:22:58 $ 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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:23:04 $ docker top f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 -eo pid,comm [Pipeline] { [Pipeline] echo 21:23:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:23:05 + set -o pipefail 21:23:05 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:23:11 21:23:11 Monitoring /w/workspace/edgex-go/440 (github.com/edgexfoundry/edgex-go)... 21:23:11 21:23:11 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/363d0941-f944-4ba0-83ed-2d1974ee189b 21:23:11 21:23:11 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:23:11 21:23:11 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:23:11 21:23:11 21:23:11 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:23:11 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:23:11 More details here: https://snyk.co/ue1NS [Pipeline] } 21:23:11 $ docker stop --time=1 f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 21:23:15 $ docker rm -f --volumes f4dcc38afb5e4248c92dfde9b0d58c41cc358d8ff0527d793f28605d0b33e1f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:23:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:23:15 provisioning config files... 21:23:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/440@tmp/config14166300582234031071tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:15 --> edgex-publish-swagger.sh 21:23:15 === Publish openapi/v3 API === 21:23:15 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 21:23:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/440/openapi/v3/core-command.yaml] 21:23:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:15 Dload Upload Total Spent Left Speed 21:23:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 46898 --:--:-- --:--:-- --:--:-- 46898 21:23:16 21:23:16 21:23:16 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/440/openapi/v3/core-data.yaml] 21:23:16 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:16 Dload Upload Total Spent Left Speed 21:23:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 135k --:--:-- --:--:-- --:--:-- 135k 100 69110 0 0 100 69110 0 135k --:--:-- --:--:-- --:--:-- 135k 21:23:16 21:23:16 21:23:16 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/440/openapi/v3/core-metadata.yaml] 21:23:16 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:16 Dload Upload Total Spent Left Speed 21:23:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 291k --:--:-- --:--:-- --:--:-- 291k 21:23:17 21:23:17 21:23:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/440/openapi/v3/support-notifications.yaml] 21:23:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:17 Dload Upload Total Spent Left Speed 21:23:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 183k --:--:-- --:--:-- --:--:-- 183k 100 86965 0 0 100 86965 0 183k --:--:-- --:--:-- --:--:-- 182k 21:23:17 21:23:17 21:23:17 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/440/openapi/v3/support-scheduler.yaml] 21:23:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:23:17 Dload Upload Total Spent Left Speed 21:23:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 73595 --:--:-- --:--:-- --:--:-- 73595 21:23:18 21:23:18 [Pipeline] } 21:23:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 21:23:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:23:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:23:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:19 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:23:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:23:19 $ docker top ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:19 [ssh-agent] Looking for ssh-agent implementation... 21:23:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:19 $ docker exec ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b ssh-agent 21:23:19 SSH_AUTH_SOCK=/tmp/ssh-i0ZmnBu8UWPA/agent.33 21:23:19 SSH_AGENT_PID=39 21:23:19 Running ssh-add (command line suppressed) 21:23:19 Identity added: /w/workspace/edgex-go/440@tmp/private_key_1789118675610946063.key (/w/workspace/edgex-go/440@tmp/private_key_1789118675610946063.key) 21:23:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:20 + git semver tag 21:23:20 2023-03-07 21:23:20,563 [run_tag] DEBUG tag force:False 21:23:20 2023-03-07 21:23:20,564 [check_head_tag] DEBUG check head tag 21:23:20 2023-03-07 21:23:20,566 [execute] INFO git cat-file --batch-check 21:23:20 2023-03-07 21:23:20,566 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=) 21:23:20 2023-03-07 21:23:20,569 [execute] INFO git cat-file --batch 21:23:20 2023-03-07 21:23:20,570 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=) 21:23:20 2023-03-07 21:23:20,627 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 21:23:20 2023-03-07 21:23:20,627 [execute] INFO git tag -a v3.0.0-dev.79 -m v3.0.0-dev.79 21:23:20 2023-03-07 21:23:20,627 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.79', '-m', 'v3.0.0-dev.79'], cwd=/w/workspace/edgex-go/440, universal_newlines=False, shell=None, istream=None) 21:23:20 2023-03-07 21:23:20,632 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 21:23:20 3.0.0-dev.79 [Pipeline] } 21:23:20 $ docker exec --env ******** --env ******** ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b ssh-agent -k 21:23:20 unset SSH_AUTH_SOCK; 21:23:20 unset SSH_AGENT_PID; 21:23:20 echo Agent pid 39 killed; 21:23:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:23:21 + git semver [Pipeline] } 21:23:21 $ docker stop --time=1 ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b 21:23:23 $ docker rm -f --volumes ebd8048f32862a878232379d65e4bbc06a8908ecdf8365ac5b54f76f324ffe3b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:23:23 21:23:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:23:23 0.23.1-centos7: Pulling from edgex-lftools 21:23:23 ab5ef0e58194: Pulling fs layer 21:23:23 9712f1f96733: Pulling fs layer 21:23:23 63f879dbbcfc: Pulling fs layer 21:23:23 0d9ebad4ef96: Pulling fs layer 21:23:23 e9a5061849ea: Pulling fs layer 21:23:23 d747dcd14b5f: Pulling fs layer 21:23:23 2de7ff778b66: Pulling fs layer 21:23:23 e9a5061849ea: Waiting 21:23:23 d747dcd14b5f: Waiting 21:23:23 2de7ff778b66: Waiting 21:23:23 0d9ebad4ef96: Waiting 21:23:23 9712f1f96733: Verifying Checksum 21:23:23 9712f1f96733: Download complete 21:23:24 63f879dbbcfc: Verifying Checksum 21:23:24 63f879dbbcfc: Download complete 21:23:24 e9a5061849ea: Verifying Checksum 21:23:24 e9a5061849ea: Download complete 21:23:24 d747dcd14b5f: Download complete 21:23:24 ab5ef0e58194: Verifying Checksum 21:23:24 ab5ef0e58194: Download complete 21:23:24 0d9ebad4ef96: Verifying Checksum 21:23:24 0d9ebad4ef96: Download complete 21:23:24 2de7ff778b66: Verifying Checksum 21:23:28 ab5ef0e58194: Pull complete 21:23:28 9712f1f96733: Pull complete 21:23:28 63f879dbbcfc: Pull complete 21:23:33 0d9ebad4ef96: Pull complete 21:23:33 e9a5061849ea: Pull complete 21:23:33 d747dcd14b5f: Pull complete 21:23:34 2de7ff778b66: Pull complete 21:23:34 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:23:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:23:34 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:34 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:23:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:23:41 $ docker top 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:23:41 provisioning config files... 21:23:41 copy managed file [sigul-config] to file:/w/workspace/edgex-go/440@tmp/config4886782859794104701tmp 21:23:41 copy managed file [sigul-password] to file:/w/workspace/edgex-go/440@tmp/config15257374740766779974tmp 21:23:41 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/440@tmp/config403154213238895336tmp [Pipeline] { [Pipeline] echo 21:23:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:23:41 ---> sigul-configuration.sh 21:23:41 gpg: directory `/root/.gnupg' created 21:23:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:23:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:23:41 gpg: keyring `/root/.gnupg/secring.gpg' created 21:23:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:23:41 gpg: CAST5 encrypted data 21:23:41 gpg: encrypted with 1 passphrase 21:23:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:23:41 + mkdir /home/jenkins 21:23:41 + mkdir /home/jenkins/sigul [Pipeline] sh 21:23:42 + 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 21:23:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:23:42 ---> sigul-install.sh 21:23:42 Sigul already installed; skipping installation. [Pipeline] sh 21:23:42 + git tag --list 21:23:42 0.6.0 21:23:42 0.6.1 21:23:42 0.7.0 21:23:42 0.7.1 21:23:42 v1.0.0 21:23:42 v1.0.1 21:23:42 v1.1.0 21:23:42 v1.2.0 21:23:42 v1.2.1 21:23:42 v1.3.0 21:23:42 v1.3.1 21:23:42 v2.0.0 21:23:42 v2.1.0 21:23:42 v2.1.1 21:23:42 v2.1.1-dev.1 21:23:42 v2.1.1-dev.2 21:23:42 v2.1.1-dev.3 21:23:42 v2.1.1-dev.4 21:23:42 v2.1.1-dev.5 21:23:42 v2.1.1-dev.6 21:23:42 v2.1.1-dev.7 21:23:42 v2.1.1-dev.8 21:23:42 v2.1.2-dev.1 21:23:42 v2.2.0 21:23:42 v2.2.1-dev.1 21:23:42 v2.2.1-dev.10 21:23:42 v2.2.1-dev.11 21:23:42 v2.2.1-dev.12 21:23:42 v2.2.1-dev.13 21:23:42 v2.2.1-dev.14 21:23:42 v2.2.1-dev.15 21:23:42 v2.2.1-dev.16 21:23:42 v2.2.1-dev.17 21:23:42 v2.2.1-dev.18 21:23:42 v2.2.1-dev.19 21:23:42 v2.2.1-dev.2 21:23:42 v2.2.1-dev.20 21:23:42 v2.2.1-dev.21 21:23:42 v2.2.1-dev.22 21:23:42 v2.2.1-dev.23 21:23:42 v2.2.1-dev.24 21:23:42 v2.2.1-dev.25 21:23:42 v2.2.1-dev.26 21:23:42 v2.2.1-dev.27 21:23:42 v2.2.1-dev.28 21:23:42 v2.2.1-dev.29 21:23:42 v2.2.1-dev.3 21:23:42 v2.2.1-dev.4 21:23:42 v2.2.1-dev.5 21:23:42 v2.2.1-dev.6 21:23:42 v2.2.1-dev.7 21:23:42 v2.2.1-dev.8 21:23:42 v2.2.1-dev.9 21:23:42 v2.3.0 21:23:42 v2.3.0-dev.100 21:23:42 v2.3.0-dev.101 21:23:42 v2.3.0-dev.102 21:23:42 v2.3.0-dev.103 21:23:42 v2.3.0-dev.104 21:23:42 v2.3.0-dev.105 21:23:42 v2.3.0-dev.106 21:23:42 v2.3.0-dev.29 21:23:42 v2.3.0-dev.30 21:23:42 v2.3.0-dev.31 21:23:42 v2.3.0-dev.32 21:23:42 v2.3.0-dev.33 21:23:42 v2.3.0-dev.34 21:23:42 v2.3.0-dev.35 21:23:42 v2.3.0-dev.36 21:23:42 v2.3.0-dev.37 21:23:42 v2.3.0-dev.38 21:23:42 v2.3.0-dev.39 21:23:42 v2.3.0-dev.40 21:23:42 v2.3.0-dev.41 21:23:42 v2.3.0-dev.42 21:23:42 v2.3.0-dev.43 21:23:42 v2.3.0-dev.44 21:23:42 v2.3.0-dev.45 21:23:42 v2.3.0-dev.46 21:23:42 v2.3.0-dev.47 21:23:42 v2.3.0-dev.48 21:23:42 v2.3.0-dev.49 21:23:42 v2.3.0-dev.50 21:23:42 v2.3.0-dev.51 21:23:42 v2.3.0-dev.52 21:23:42 v2.3.0-dev.53 21:23:42 v2.3.0-dev.54 21:23:42 v2.3.0-dev.55 21:23:42 v2.3.0-dev.56 21:23:42 v2.3.0-dev.57 21:23:42 v2.3.0-dev.58 21:23:42 v2.3.0-dev.59 21:23:42 v2.3.0-dev.60 21:23:42 v2.3.0-dev.61 21:23:42 v2.3.0-dev.62 21:23:42 v2.3.0-dev.63 21:23:42 v2.3.0-dev.64 21:23:42 v2.3.0-dev.65 21:23:42 v2.3.0-dev.66 21:23:42 v2.3.0-dev.67 21:23:42 v2.3.0-dev.68 21:23:42 v2.3.0-dev.69 21:23:42 v2.3.0-dev.70 21:23:42 v2.3.0-dev.71 21:23:42 v2.3.0-dev.72 21:23:42 v2.3.0-dev.73 21:23:42 v2.3.0-dev.74 21:23:42 v2.3.0-dev.75 21:23:42 v2.3.0-dev.76 21:23:42 v2.3.0-dev.77 21:23:42 v2.3.0-dev.78 21:23:42 v2.3.0-dev.79 21:23:42 v2.3.0-dev.80 21:23:42 v2.3.0-dev.81 21:23:42 v2.3.0-dev.82 21:23:42 v2.3.0-dev.83 21:23:42 v2.3.0-dev.84 21:23:42 v2.3.0-dev.85 21:23:42 v2.3.0-dev.86 21:23:42 v2.3.0-dev.87 21:23:42 v2.3.0-dev.88 21:23:42 v2.3.0-dev.89 21:23:42 v2.3.0-dev.90 21:23:42 v2.3.0-dev.91 21:23:42 v2.3.0-dev.92 21:23:42 v2.3.0-dev.93 21:23:42 v2.3.0-dev.94 21:23:42 v2.3.0-dev.95 21:23:42 v2.3.0-dev.96 21:23:42 v2.3.0-dev.97 21:23:42 v2.3.0-dev.98 21:23:42 v2.3.0-dev.99 21:23:42 v2.3.1-dev.1 21:23:42 v2.3.1-dev.2 21:23:42 v2.3.1-dev.3 21:23:42 v2.3.1-dev.4 21:23:42 v2.3.1-dev.5 21:23:42 v3.0.0-dev.1 21:23:42 v3.0.0-dev.10 21:23:42 v3.0.0-dev.11 21:23:42 v3.0.0-dev.12 21:23:42 v3.0.0-dev.13 21:23:42 v3.0.0-dev.14 21:23:42 v3.0.0-dev.15 21:23:42 v3.0.0-dev.16 21:23:42 v3.0.0-dev.17 21:23:42 v3.0.0-dev.18 21:23:42 v3.0.0-dev.19 21:23:42 v3.0.0-dev.2 21:23:42 v3.0.0-dev.20 21:23:42 v3.0.0-dev.21 21:23:42 v3.0.0-dev.22 21:23:42 v3.0.0-dev.23 21:23:42 v3.0.0-dev.24 21:23:42 v3.0.0-dev.25 21:23:42 v3.0.0-dev.26 21:23:42 v3.0.0-dev.27 21:23:42 v3.0.0-dev.28 21:23:42 v3.0.0-dev.29 21:23:42 v3.0.0-dev.3 21:23:42 v3.0.0-dev.30 21:23:42 v3.0.0-dev.31 21:23:42 v3.0.0-dev.32 21:23:42 v3.0.0-dev.33 21:23:42 v3.0.0-dev.34 21:23:42 v3.0.0-dev.35 21:23:42 v3.0.0-dev.36 21:23:42 v3.0.0-dev.37 21:23:42 v3.0.0-dev.38 21:23:42 v3.0.0-dev.39 21:23:42 v3.0.0-dev.4 21:23:42 v3.0.0-dev.40 21:23:42 v3.0.0-dev.41 21:23:42 v3.0.0-dev.42 21:23:42 v3.0.0-dev.43 21:23:42 v3.0.0-dev.44 21:23:42 v3.0.0-dev.45 21:23:42 v3.0.0-dev.46 21:23:42 v3.0.0-dev.47 21:23:42 v3.0.0-dev.48 21:23:42 v3.0.0-dev.49 21:23:42 v3.0.0-dev.5 21:23:42 v3.0.0-dev.50 21:23:42 v3.0.0-dev.51 21:23:42 v3.0.0-dev.52 21:23:42 v3.0.0-dev.53 21:23:42 v3.0.0-dev.54 21:23:42 v3.0.0-dev.55 21:23:42 v3.0.0-dev.56 21:23:42 v3.0.0-dev.57 21:23:42 v3.0.0-dev.58 21:23:42 v3.0.0-dev.59 21:23:42 v3.0.0-dev.6 21:23:42 v3.0.0-dev.60 21:23:42 v3.0.0-dev.61 21:23:42 v3.0.0-dev.62 21:23:42 v3.0.0-dev.63 21:23:42 v3.0.0-dev.64 21:23:42 v3.0.0-dev.65 21:23:42 v3.0.0-dev.66 21:23:42 v3.0.0-dev.67 21:23:42 v3.0.0-dev.68 21:23:42 v3.0.0-dev.69 21:23:42 v3.0.0-dev.7 21:23:42 v3.0.0-dev.70 21:23:42 v3.0.0-dev.71 21:23:42 v3.0.0-dev.72 21:23:42 v3.0.0-dev.73 21:23:42 v3.0.0-dev.74 21:23:42 v3.0.0-dev.75 21:23:42 v3.0.0-dev.76 21:23:42 v3.0.0-dev.77 21:23:42 v3.0.0-dev.78 21:23:42 v3.0.0-dev.79 21:23:42 v3.0.0-dev.8 21:23:42 v3.0.0-dev.9 [Pipeline] sh 21:23:42 + lftools sign git-tag v3.0.0-dev.79 21:23:43 Signing Git tag with Sigul... 21:23:43 Signing v3.0.0-dev.79 [Pipeline] echo 21:23:44 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:23:44 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:23:44 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:23:44 $ docker stop --time=1 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 21:23:45 $ docker rm -f --volumes 12c6977c4fc9b5856696de6e21639fc965b6eb9ff51cab542f85a85ae5eb6881 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:23:46 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:23:46 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:23:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:46 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:23:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:23:46 $ docker top e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:46 [ssh-agent] Looking for ssh-agent implementation... 21:23:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:47 $ docker exec e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e ssh-agent 21:23:47 SSH_AUTH_SOCK=/tmp/ssh-eY7bSt5DhcVg/agent.33 21:23:47 SSH_AGENT_PID=40 21:23:47 Running ssh-add (command line suppressed) 21:23:47 Identity added: /w/workspace/edgex-go/440@tmp/private_key_16745073872831453858.key (/w/workspace/edgex-go/440@tmp/private_key_16745073872831453858.key) 21:23:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:47 + git semver bump pre 21:23:47 2023-03-07 21:23:47,801 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 21:23:47 2023-03-07 21:23:47,802 [bump_version] DEBUG bumping version:3.0.0-dev.79 on axis:pre with prefix:dev 21:23:47 2023-03-07 21:23:47,802 [bump_version] DEBUG bumped version:3.0.0-dev.80 21:23:47 2023-03-07 21:23:47,802 [write_version] DEBUG write version:3.0.0-dev.80 to path:/w/workspace/edgex-go/440/.semver/main with force:True 21:23:47 2023-03-07 21:23:47,802 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 21:23:47 2023-03-07 21:23:47,802 [write_file] DEBUG write to file:/w/workspace/edgex-go/440/.semver/main 21:23:47 2023-03-07 21:23:47,804 [execute] INFO git cat-file --batch-check 21:23:47 2023-03-07 21:23:47,804 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) 21:23:47 2023-03-07 21:23:47,810 [execute] INFO git cat-file --batch 21:23:47 2023-03-07 21:23:47,811 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) 21:23:47 2023-03-07 21:23:47,816 [read_version] DEBUG read version from /w/workspace/edgex-go/440/.semver/main 21:23:47 3.0.0-dev.80 [Pipeline] } 21:23:47 $ docker exec --env ******** --env ******** e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e ssh-agent -k 21:23:47 unset SSH_AUTH_SOCK; 21:23:47 unset SSH_AGENT_PID; 21:23:47 echo Agent pid 40 killed; 21:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:23:48 + git semver [Pipeline] } 21:23:48 $ docker stop --time=1 e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e 21:23:49 $ docker rm -f --volumes e23d24f880f1bef58d1aa9aede167c37a10fa87ba375a2603cf6df298ee2a81e [Pipeline] // withDockerContainer [Pipeline] sh 21:23:50 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:23:50 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:23:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:23:50 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:23:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:23:50 $ docker top e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:23:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:23:51 [ssh-agent] Looking for ssh-agent implementation... 21:23:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:23:51 $ docker exec e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 ssh-agent 21:23:51 SSH_AUTH_SOCK=/tmp/ssh-2YOmnIC5SvZF/agent.32 21:23:51 SSH_AGENT_PID=38 21:23:51 Running ssh-add (command line suppressed) 21:23:51 Identity added: /w/workspace/edgex-go/440@tmp/private_key_2999981467669104444.key (/w/workspace/edgex-go/440@tmp/private_key_2999981467669104444.key) 21:23:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:23:51 + git semver push 21:23:52 2023-03-07 21:23:52,052 [run_push] DEBUG push 21:23:52 2023-03-07 21:23:52,052 [execute] INFO git cat-file --batch-check 21:23:52 2023-03-07 21:23:52,053 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=) 21:23:52 2023-03-07 21:23:52,057 [execute] INFO git rev-list 7aadc05f3ce782a6e0811d5b41a6a9d580598f4c -- 21:23:52 2023-03-07 21:23:52,058 [execute] DEBUG Popen(['git', 'rev-list', '7aadc05f3ce782a6e0811d5b41a6a9d580598f4c', '--'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=None) 21:23:52 2023-03-07 21:23:52,074 [execute] INFO git fetch -v origin 21:23:52 2023-03-07 21:23:52,075 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=True, shell=None, istream=None) 21:23:52 2023-03-07 21:23:52,721 [run_push] DEBUG no remote changes detected 21:23:52 2023-03-07 21:23:52,721 [execute] INFO git push origin semver 21:23:52 2023-03-07 21:23:52,722 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/440/.semver, universal_newlines=False, shell=None, istream=None) 21:24:05 2023-03-07 21:24:04,453 [main] ERROR Cmd('git') failed due to: exit code(1) 21:24:05 cmdline: git push origin semver 21:24:05 stderr: 'Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts. 21:24:05 remote: fatal error in commit_refs 21:24:05 To github.com:edgexfoundry/edgex-go.git 21:24:05 ! [remote rejected] semver -> semver (failure) 21:24:05 error: failed to push some refs to 'github.com:edgexfoundry/edgex-go.git'' 21:24:05 ERROR: Cmd('git') failed due to: exit code(1) 21:24:05 cmdline: git push origin semver 21:24:05 stderr: 'Warning: Permanently added the ECDSA host key for IP address '140.82.113.4' to the list of known hosts. 21:24:05 remote: fatal error in commit_refs 21:24:05 To github.com:edgexfoundry/edgex-go.git 21:24:05 ! [remote rejected] semver -> semver (failure) 21:24:05 error: failed to push some refs to 'github.com:edgexfoundry/edgex-go.git'' [Pipeline] } 21:24:05 $ docker exec --env ******** --env ******** e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 ssh-agent -k 21:24:05 unset SSH_AUTH_SOCK; 21:24:05 unset SSH_AGENT_PID; 21:24:05 echo Agent pid 38 killed; 21:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } 21:24:05 $ docker stop --time=1 e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 21:24:06 $ docker rm -f --volumes e3b8280cfeb6fa5d761782dd215509df979c11f868599f89255fba4951f83515 [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 21:24:07 + [ -d /w/workspace/edgex-go/440/archives ] [Pipeline] libraryResource [Pipeline] sh 21:24:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:24:08 ---> package-listing.sh 21:24:08 ++ facter osfamily 21:24:08 ++ tr '[:upper:]' '[:lower:]' 21:24:08 + OS_FAMILY=debian 21:24:08 + workspace=/w/workspace/edgex-go/440 21:24:08 + START_PACKAGES=/tmp/packages_start.txt 21:24:08 + END_PACKAGES=/tmp/packages_end.txt 21:24:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:24:08 + PACKAGES=/tmp/packages_start.txt 21:24:08 + '[' /w/workspace/edgex-go/440 ']' 21:24:08 + PACKAGES=/tmp/packages_end.txt 21:24:08 + case "${OS_FAMILY}" in 21:24:08 + dpkg -l 21:24:08 + grep '^ii' 21:24:08 + '[' -f /tmp/packages_start.txt ']' 21:24:08 + '[' -f /tmp/packages_end.txt ']' 21:24:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:24:08 + '[' /w/workspace/edgex-go/440 ']' 21:24:08 + mkdir -p /w/workspace/edgex-go/440/archives/ 21:24:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/440/archives/ [Pipeline] echo 21:24:08 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/440/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:24:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:24:09 21:24:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:24:09 latest: Pulling from edgex-lftools-log-publisher 21:24:09 5eb5b503b376: Pulling fs layer 21:24:09 5c69ac0246d0: Pulling fs layer 21:24:09 ec43610c2a17: Pulling fs layer 21:24:09 3a2ae6a8a46f: Pulling fs layer 21:24:09 33b1e0a273af: Pulling fs layer 21:24:09 5d3b04190fa2: Pulling fs layer 21:24:09 2f39f015ded8: Pulling fs layer 21:24:09 33b1e0a273af: Waiting 21:24:09 5d3b04190fa2: Waiting 21:24:09 2f39f015ded8: Waiting 21:24:09 3a2ae6a8a46f: Waiting 21:24:09 5c69ac0246d0: Verifying Checksum 21:24:09 5c69ac0246d0: Download complete 21:24:09 3a2ae6a8a46f: Verifying Checksum 21:24:09 3a2ae6a8a46f: Download complete 21:24:09 33b1e0a273af: Verifying Checksum 21:24:09 33b1e0a273af: Download complete 21:24:09 ec43610c2a17: Verifying Checksum 21:24:09 ec43610c2a17: Download complete 21:24:09 5d3b04190fa2: Verifying Checksum 21:24:09 5d3b04190fa2: Download complete 21:24:09 5eb5b503b376: Verifying Checksum 21:24:09 5eb5b503b376: Download complete 21:24:10 2f39f015ded8: Verifying Checksum 21:24:10 2f39f015ded8: Download complete 21:24:11 5eb5b503b376: Pull complete 21:24:11 5c69ac0246d0: Pull complete 21:24:11 ec43610c2a17: Pull complete 21:24:11 3a2ae6a8a46f: Pull complete 21:24:12 33b1e0a273af: Pull complete 21:24:12 5d3b04190fa2: Pull complete 21:24:17 2f39f015ded8: Pull complete 21:24:17 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:24:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:24:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:24:17 prd-ubuntu20.04-docker-8c-8g-8638 does not seem to be running inside a container 21:24:17 $ 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/440/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/440 -v /w/workspace/edgex-go/440:/w/workspace/edgex-go/440:rw,z -v /w/workspace/edgex-go/440@tmp:/w/workspace/edgex-go/440@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 21:24:22 $ docker top e3f057e2f68fdeeec0b7e6324b4a60efb99f378bfe59860a1af7af31019b347b -eo pid,comm [Pipeline] { [Pipeline] sh 21:24:22 + touch /tmp/pre-build-complete [Pipeline] sh 21:24:22 + mkdir -p /var/log/sysstat [Pipeline] sh 21:24:22 + ls /var/log/sa-host 21:24:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:24:23 provisioning config files... 21:24:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/440@tmp/config17396642939572761662tmp [Pipeline] { [Pipeline] echo 21:24:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:24:23 ---> create-netrc.sh [Pipeline] } 21:24:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:24:23 ---> python-tools-install.sh [Pipeline] echo 21:24:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:24:24 ---> sudo-logs.sh 21:24:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:24:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:24:24 ---> job-cost.sh 21:24:24 lf-activate-venv: SKIPPING 21:24:24 DEBUG: total: 0.10999999940395355 21:24:24 INFO: Retrieving Stack Cost... 21:24:24 INFO: Retrieving Pricing Info for: v3-standard-8 21:24:25 INFO: Archiving Costs [Pipeline] echo 21:24:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:24:25 ---> logs-deploy.sh 21:24:25 lf-activate-venv: SKIPPING 21:24:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/440 21:24:25 INFO: archiving workspace using pattern(s): 21:24:26 Archives upload complete. 21:24:26 INFO: archiving logs to Nexus 21:24:27 ---> uname -a: 21:24:27 Linux prd-ubuntu20-04-docker-8c-8g-8638 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:24:27 21:24:27 21:24:27 ---> lscpu: 21:24:27 Architecture: x86_64 21:24:27 CPU op-mode(s): 32-bit, 64-bit 21:24:27 Byte Order: Little Endian 21:24:27 Address sizes: 40 bits physical, 48 bits virtual 21:24:27 CPU(s): 8 21:24:27 On-line CPU(s) list: 0-7 21:24:27 Thread(s) per core: 1 21:24:27 Core(s) per socket: 1 21:24:27 Socket(s): 8 21:24:27 NUMA node(s): 1 21:24:27 Vendor ID: AuthenticAMD 21:24:27 CPU family: 23 21:24:27 Model: 49 21:24:27 Model name: AMD EPYC-Rome Processor 21:24:27 Stepping: 0 21:24:27 CPU MHz: 2800.002 21:24:27 BogoMIPS: 5600.00 21:24:27 Virtualization: AMD-V 21:24:27 Hypervisor vendor: KVM 21:24:27 Virtualization type: full 21:24:27 L1d cache: 256 KiB 21:24:27 L1i cache: 256 KiB 21:24:27 L2 cache: 4 MiB 21:24:27 L3 cache: 128 MiB 21:24:27 NUMA node0 CPU(s): 0-7 21:24:27 Vulnerability Itlb multihit: Not affected 21:24:27 Vulnerability L1tf: Not affected 21:24:27 Vulnerability Mds: Not affected 21:24:27 Vulnerability Meltdown: Not affected 21:24:27 Vulnerability Mmio stale data: Not affected 21:24:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:24:27 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:24:27 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:24:27 Vulnerability Srbds: Not affected 21:24:27 Vulnerability Tsx async abort: Not affected 21:24:27 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 21:24:27 21:24:27 21:24:27 ---> nproc: 21:24:27 8 21:24:27 21:24:27 21:24:27 ---> df -h: 21:24:27 Filesystem Size Used Avail Use% Mounted on 21:24:27 overlay 155G 21G 135G 13% / 21:24:27 tmpfs 64M 0 64M 0% /dev 21:24:27 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:24:27 shm 64M 0 64M 0% /dev/shm 21:24:27 /dev/vda1 155G 21G 135G 13% /facter-os 21:24:27 21:24:27 21:24:27 ---> sar -b -r -n DEV: 21:24:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8638) 03/07/23 _x86_64_ (8 CPU) 21:24:27 21:24:27 20:49:43 LINUX RESTART (8 CPU) 21:24:27 21:24:27 20:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:24:27 20:51:01 137.59 46.32 91.27 0.00 5292.64 136956.88 0.00 21:24:27 20:52:01 87.86 0.80 87.06 0.00 15.19 39688.61 0.00 21:24:27 20:53:01 43.41 0.18 43.23 0.00 2.67 20370.75 0.00 21:24:27 20:54:01 91.52 0.05 91.47 0.00 5.07 81005.30 0.00 21:24:27 20:55:01 535.56 10.65 524.91 0.00 151.71 134856.19 0.00 21:24:27 20:56:01 271.09 8.72 262.37 0.00 2819.40 142744.21 0.00 21:24:27 20:57:01 445.42 1.68 443.74 0.00 2283.64 118435.05 0.00 21:24:27 20:58:01 394.90 1.38 393.52 0.00 42.26 107521.68 0.00 21:24:27 20:59:01 340.22 0.03 340.19 0.00 4.11 110931.08 0.00 21:24:27 21:00:01 406.48 0.58 405.90 0.00 5.06 105869.20 0.00 21:24:27 21:01:01 253.31 0.05 253.26 0.00 4.53 74753.01 0.00 21:24:27 21:02:01 95.32 0.13 95.18 0.00 19.60 3641.66 0.00 21:24:27 21:03:01 15.18 0.00 15.18 0.00 0.00 395.67 0.00 21:24:27 21:04:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 21:24:27 21:05:01 2.02 0.02 2.00 0.00 0.13 21.86 0.00 21:24:27 21:06:01 1.12 0.00 1.12 0.00 0.00 17.60 0.00 21:24:27 21:07:01 1.32 0.00 1.32 0.00 0.00 14.80 0.00 21:24:27 21:08:01 1.33 0.00 1.33 0.00 0.00 15.06 0.00 21:24:27 21:09:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 21:24:27 21:10:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 21:24:27 21:11:01 1.20 0.00 1.20 0.00 0.00 13.20 0.00 21:24:27 21:12:01 1.67 0.00 1.67 0.00 0.00 18.93 0.00 21:24:27 21:13:01 1.05 0.00 1.05 0.00 0.00 11.20 0.00 21:24:27 21:14:01 1.48 0.00 1.48 0.00 0.00 16.00 0.00 21:24:27 21:15:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 21:24:27 21:16:01 1.67 0.00 1.67 0.00 0.00 17.73 0.00 21:24:27 21:17:01 1.07 0.02 1.05 0.00 0.13 12.13 0.00 21:24:27 21:18:01 1.95 0.00 1.95 0.00 0.00 21.20 0.00 21:24:27 21:19:01 0.97 0.00 0.97 0.00 0.00 10.00 0.00 21:24:27 21:20:01 1.17 0.00 1.17 0.00 0.00 13.87 0.00 21:24:27 21:21:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 21:24:27 21:22:01 1.03 0.00 1.03 0.00 0.00 11.86 0.00 21:24:27 21:23:01 32.87 0.10 32.77 0.00 10.26 14040.43 0.00 21:24:27 21:24:01 113.58 0.10 113.48 0.00 3.33 43036.69 0.00 21:24:27 Average: 96.80 2.08 94.72 0.00 313.48 33384.43 0.00 21:24:27 21:24:27 20:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:24:27 20:51:01 28717944 31616576 691616 2.10 73368 3094432 1859360 5.48 1017196 2776624 499692 21:24:27 20:52:01 27819044 31451764 853468 2.60 113148 3719172 2161304 6.37 1599656 3014244 500688 21:24:27 20:53:01 27784680 31520260 784056 2.38 115228 3800536 2000844 5.90 1405820 3226864 232224 21:24:27 20:54:01 26227716 31559224 746228 2.27 117756 5357792 1793944 5.29 1526932 4626056 126216 21:24:27 20:55:01 21613828 31433208 859928 2.62 285296 9407152 2662320 7.85 1807392 8665476 2433448 21:24:27 20:56:01 21025900 31188928 1077032 3.28 304448 9687240 2911916 8.58 2588232 8397404 150968 21:24:27 20:57:01 20746292 31311444 958768 2.92 313244 10066944 2665804 7.86 2414008 8848376 36864 21:24:27 20:58:01 20021996 31499712 773368 2.35 337620 10915260 1944844 5.73 2275940 9678196 20 21:24:27 20:59:01 19387376 31452616 817132 2.48 339360 11466880 2159312 6.36 2353808 10192032 104136 21:24:27 21:00:01 18849896 31461644 800248 2.43 380352 11889192 2090076 6.16 2543212 10451228 212364 21:24:27 21:01:01 18982156 31465848 804308 2.45 400192 11762076 2322496 6.84 2435600 10458968 540 21:24:27 21:02:01 19361204 31523924 750048 2.28 402392 11450484 1978552 5.83 2414796 10115620 600 21:24:27 21:03:01 19368368 31531832 741912 2.26 402872 11450756 1861232 5.49 2406856 10115512 56 21:24:27 21:04:01 19369036 31532552 741148 2.25 402896 11450760 1861232 5.49 2405864 10115524 188 21:24:27 21:05:01 19375212 31538888 735296 2.24 402924 11450764 1913384 5.64 2398368 10115528 24 21:24:27 21:06:01 19377528 31541188 732920 2.23 402960 11450740 1913384 5.64 2396896 10115504 196 21:24:27 21:07:01 19381892 31545592 728632 2.22 402988 11450744 1897212 5.59 2392628 10115508 32 21:24:27 21:08:01 19381608 31545340 728840 2.22 403016 11450748 1897212 5.59 2392672 10115512 140 21:24:27 21:09:01 19381416 31545176 729016 2.22 403032 11450748 1897212 5.59 2392688 10115512 8 21:24:27 21:10:01 19381648 31545428 728972 2.22 403048 11450752 1897212 5.59 2392788 10115516 148 21:24:27 21:11:01 19381672 31545484 728896 2.22 403064 11450756 1897212 5.59 2392836 10115516 20 21:24:27 21:12:01 19381308 31545128 729188 2.22 403068 11450764 1897212 5.59 2392740 10115520 44 21:24:27 21:13:01 19381728 31545556 728912 2.22 403076 11450768 1897212 5.59 2392752 10115524 8 21:24:27 21:14:01 19381744 31545584 728856 2.22 403084 11450768 1897212 5.59 2392776 10115524 40 21:24:27 21:15:01 19381728 31545584 728840 2.22 403100 11450764 1897212 5.59 2392772 10115528 4 21:24:27 21:16:01 19381664 31545544 728856 2.22 403116 11450764 1897212 5.59 2392872 10115536 4 21:24:27 21:17:01 19381748 31545668 728584 2.22 403140 11450776 1897212 5.59 2393492 10115540 248 21:24:27 21:18:01 19381836 31545760 728476 2.22 403156 11450780 1897212 5.59 2392828 10115544 4 21:24:27 21:19:01 19381788 31545764 728464 2.22 403164 11450780 1897212 5.59 2392848 10115544 8 21:24:27 21:20:01 19381708 31545700 728464 2.22 403172 11450788 1897212 5.59 2392876 10115548 204 21:24:27 21:21:01 19381504 31545508 728640 2.22 403180 11450792 1897212 5.59 2392944 10115552 8 21:24:27 21:22:01 19381644 31545660 728412 2.22 403204 11450792 1897212 5.59 2392892 10115552 176 21:24:27 21:23:01 18606684 31525152 748480 2.28 407824 12154864 1984164 5.85 2419616 10819704 266968 21:24:27 21:24:01 17868508 31503412 765452 2.33 438948 12759212 1985116 5.85 2527272 11360128 1160 21:24:27 Average: 20429706 31511372 765925 2.33 355601 10486663 2012490 5.93 2271261 9262984 134337 21:24:27 21:24:27 20:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:24:27 20:51:01 ens3 1570.83 1504.72 11887.58 181.25 0.00 0.00 0.00 0.00 21:24:27 20:51:01 lo 5.26 5.26 0.51 0.51 0.00 0.00 0.00 0.00 21:24:27 20:51:01 docker0 511.68 404.92 36.45 2738.23 0.00 0.00 0.00 0.00 21:24:27 20:52:01 ens3 158.49 97.75 721.39 22.32 0.00 0.00 0.00 0.00 21:24:27 20:52:01 veth519e650 0.10 0.28 0.01 0.02 0.00 0.00 0.00 0.00 21:24:27 20:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 20:52:01 docker0 73.53 119.24 5.93 687.54 0.00 0.00 0.00 0.00 21:24:27 20:53:01 ens3 38.89 42.84 22.89 107.08 0.00 0.00 0.00 0.00 21:24:27 20:53:01 veth519e650 1.30 1.32 0.10 0.10 0.00 0.00 0.00 0.00 21:24:27 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 20:53:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 21:24:27 20:54:01 ens3 99.80 60.62 1694.56 17.96 0.00 0.00 0.00 0.00 21:24:27 20:54:01 veth403907e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:54:01 lo 0.80 0.80 0.07 0.07 0.00 0.00 0.00 0.00 21:24:27 20:54:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:55:01 ens3 892.95 491.68 6866.16 50.15 0.00 0.00 0.00 0.00 21:24:27 20:55:01 veth403907e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:55:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 21:24:27 20:55:01 docker0 463.37 840.79 39.03 6133.82 0.00 0.00 0.00 0.00 21:24:27 20:56:01 ens3 77.14 43.43 929.28 11.47 0.00 0.00 0.00 0.00 21:24:27 20:56:01 veth796bbc9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:56:01 veth403907e 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 20:56:01 vethd4a7fa5 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:56:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 21:24:27 20:56:01 vethaa43607 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:56:01 docker0 9.17 17.86 0.57 162.44 0.00 0.00 0.00 0.00 21:24:27 20:57:01 ens3 317.83 111.31 1590.60 23.01 0.00 0.00 0.00 0.00 21:24:27 20:57:01 veth5447432 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:57:01 veth58e8706 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:57:01 veth0f67b82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 20:57:01 veth403907e 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:57:01 veth2d3caca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 20:57:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 21:24:27 20:57:01 docker0 5.38 13.26 0.34 127.67 0.00 0.00 0.00 0.00 21:24:27 20:58:01 ens3 241.34 126.91 1297.28 23.47 0.00 0.00 0.00 0.00 21:24:27 20:58:01 veth403907e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:58:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 21:24:27 20:58:01 docker0 106.07 209.42 8.30 1272.19 0.00 0.00 0.00 0.00 21:24:27 20:59:01 ens3 73.31 48.37 231.65 17.22 0.00 0.00 0.00 0.00 21:24:27 20:59:01 veth403907e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 20:59:01 vethd214713 14.79 21.49 1.43 7.18 0.00 0.00 0.00 0.00 21:24:27 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 20:59:01 docker0 23.66 38.60 1.78 204.77 0.00 0.00 0.00 0.00 21:24:27 20:59:01 veth24ca2f4 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:00:01 ens3 441.13 280.13 2475.07 233.28 0.00 0.00 0.00 0.00 21:24:27 21:00:01 veth2e66760 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 21:00:01 vethdab0a2c 98.15 202.82 9.19 1187.93 0.00 0.00 0.00 0.10 21:24:27 21:00:01 veth403907e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:24:27 21:00:01 veth4d944db 202.82 98.15 1187.93 9.19 0.00 0.00 0.00 0.00 21:24:27 21:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:00:01 docker0 184.09 375.58 14.58 2448.80 0.00 0.00 0.00 0.00 21:24:27 21:01:01 ens3 32.03 17.10 110.40 10.33 0.00 0.00 0.00 0.00 21:24:27 21:01:01 veth403907e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:01:01 vethf2f658a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:01:01 veth98a3cd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:01:01 docker0 4.87 8.75 0.31 91.84 0.00 0.00 0.00 0.00 21:24:27 21:02:01 ens3 380.72 377.22 270.12 1432.07 0.00 0.00 0.00 0.00 21:24:27 21:02:01 lo 45.66 45.66 4.49 4.49 0.00 0.00 0.00 0.00 21:24:27 21:02:01 docker0 1.97 2.83 0.12 43.56 0.00 0.00 0.00 0.00 21:24:27 21:03:01 ens3 281.40 264.69 126.11 1781.44 0.00 0.00 0.00 0.00 21:24:27 21:03:01 lo 20.06 20.06 1.98 1.98 0.00 0.00 0.00 0.00 21:24:27 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:04:01 ens3 0.93 0.38 0.30 0.21 0.00 0.00 0.00 0.00 21:24:27 21:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:05:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:06:01 ens3 0.63 0.40 0.32 0.20 0.00 0.00 0.00 0.00 21:24:27 21:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:07:01 ens3 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:08:01 ens3 1.42 1.15 4.80 0.08 0.00 0.00 0.00 0.00 21:24:27 21:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:09:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:10:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:11:01 ens3 0.25 0.10 0.08 0.07 0.00 0.00 0.00 0.00 21:24:27 21:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:12:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:14:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:15:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:16:01 ens3 0.30 0.28 0.09 0.08 0.00 0.00 0.00 0.00 21:24:27 21:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:17:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:19:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:20:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:21:01 ens3 0.37 0.27 0.25 0.08 0.00 0.00 0.00 0.00 21:24:27 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:22:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:24:27 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:23:01 ens3 154.64 85.45 3970.78 12.29 0.00 0.00 0.00 0.00 21:24:27 21:23:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 21:24:27 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:24:27 21:24:01 ens3 286.75 228.85 3839.69 160.88 0.00 0.00 0.00 0.00 21:24:27 21:24:01 vethf838cca 1.27 1.27 0.21 1.14 0.00 0.00 0.00 0.00 21:24:27 21:24:01 lo 1.40 1.40 0.14 0.14 0.00 0.00 0.00 0.00 21:24:27 21:24:01 docker0 44.63 74.19 3.68 587.39 0.00 0.00 0.00 0.00 21:24:27 Average: ens3 148.60 111.30 1059.95 120.12 0.00 0.00 0.00 0.00 21:24:27 Average: vethf838cca 0.04 0.04 0.01 0.03 0.00 0.00 0.00 0.00 21:24:27 Average: lo 2.35 2.35 0.23 0.23 0.00 0.00 0.00 0.00 21:24:27 Average: docker0 42.05 61.96 3.27 426.41 0.00 0.00 0.00 0.00 21:24:27 21:24:27 21:24:27 ---> sar -P ALL: 21:24:27 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8638) 03/07/23 _x86_64_ (8 CPU) 21:24:27 21:24:27 20:49:43 LINUX RESTART (8 CPU) 21:24:27 21:24:27 20:50:01 CPU %user %nice %system %iowait %steal %idle 21:24:27 20:51:01 all 11.41 0.00 4.35 4.12 0.08 80.03 21:24:27 20:51:01 0 12.57 0.00 4.33 10.29 0.08 72.73 21:24:27 20:51:01 1 8.07 0.00 4.27 1.13 0.07 86.46 21:24:27 20:51:01 2 12.29 0.00 4.54 0.52 0.07 82.57 21:24:27 20:51:01 3 16.14 0.00 4.28 3.44 0.10 76.04 21:24:27 20:51:01 4 8.76 0.00 3.03 4.65 0.07 83.50 21:24:27 20:51:01 5 10.85 0.00 4.82 0.62 0.08 83.62 21:24:27 20:51:01 6 7.62 0.00 3.45 8.04 0.07 80.83 21:24:27 20:51:01 7 15.04 0.00 6.14 4.24 0.12 74.46 21:24:27 20:52:01 all 33.64 0.00 6.46 2.76 0.12 57.01 21:24:27 20:52:01 0 36.31 0.00 8.77 0.32 0.12 54.49 21:24:27 20:52:01 1 35.01 0.00 7.27 0.40 0.13 57.18 21:24:27 20:52:01 2 33.78 0.00 5.55 0.02 0.10 60.55 21:24:27 20:52:01 3 33.19 0.00 6.29 1.03 0.10 59.40 21:24:27 20:52:01 4 33.56 0.00 5.63 0.13 0.12 60.56 21:24:27 20:52:01 5 34.29 0.00 5.43 3.09 0.12 57.07 21:24:27 20:52:01 6 33.90 0.00 6.35 17.00 0.12 42.62 21:24:27 20:52:01 7 29.07 0.00 6.38 0.17 0.15 64.22 21:24:27 20:53:01 all 44.67 0.00 6.19 1.45 0.14 47.55 21:24:27 20:53:01 0 44.47 0.00 6.10 7.28 0.13 42.01 21:24:27 20:53:01 1 44.43 0.00 6.24 3.48 0.15 45.70 21:24:27 20:53:01 2 45.47 0.00 6.27 0.00 0.13 48.13 21:24:27 20:53:01 3 45.16 0.00 6.92 0.60 0.13 47.19 21:24:27 20:53:01 4 44.26 0.00 6.02 0.08 0.13 49.50 21:24:27 20:53:01 5 45.45 0.00 6.18 0.10 0.13 48.14 21:24:27 20:53:01 6 44.95 0.00 6.01 0.00 0.13 48.91 21:24:27 20:53:01 7 43.15 0.00 5.78 0.07 0.14 50.86 21:24:27 20:54:01 all 13.13 0.00 6.22 5.02 0.15 75.48 21:24:27 20:54:01 0 11.83 0.00 6.03 0.03 0.10 82.00 21:24:27 20:54:01 1 13.98 0.00 7.83 2.72 0.12 75.36 21:24:27 20:54:01 2 12.14 0.00 6.02 0.14 0.10 81.60 21:24:27 20:54:01 3 12.30 0.00 6.82 25.86 0.20 54.81 21:24:27 20:54:01 4 15.15 0.00 6.46 8.08 0.17 70.14 21:24:27 20:54:01 5 13.33 0.00 4.84 2.30 0.15 79.38 21:24:27 20:54:01 6 14.66 0.00 6.36 0.02 0.08 78.88 21:24:27 20:54:01 7 11.63 0.00 5.41 1.15 0.29 81.53 21:24:27 20:55:01 all 12.23 0.00 7.28 14.87 0.14 65.48 21:24:27 20:55:01 0 12.88 0.00 8.26 25.72 0.10 53.04 21:24:27 20:55:01 1 12.70 0.00 7.65 11.70 0.08 67.87 21:24:27 20:55:01 2 12.83 0.00 8.01 37.98 0.15 41.03 21:24:27 20:55:01 3 11.50 0.00 6.47 6.71 0.18 75.13 21:24:27 20:55:01 4 12.60 0.00 6.83 4.46 0.12 76.00 21:24:27 20:55:01 5 12.73 0.00 7.66 20.86 0.17 58.59 21:24:27 20:55:01 6 11.01 0.00 6.35 5.29 0.15 77.21 21:24:27 20:55:01 7 11.57 0.00 6.99 6.43 0.19 74.82 21:24:27 20:56:01 all 34.81 0.00 6.73 14.54 0.17 43.75 21:24:27 20:56:01 0 35.33 0.00 7.36 18.41 0.12 38.79 21:24:27 20:56:01 1 36.21 0.00 6.32 29.04 0.20 28.23 21:24:27 20:56:01 2 34.40 0.00 5.90 4.15 0.22 55.32 21:24:27 20:56:01 3 33.41 0.00 7.94 49.67 0.14 8.85 21:24:27 20:56:01 4 35.63 0.00 6.54 1.66 0.14 56.04 21:24:27 20:56:01 5 35.55 0.00 7.15 2.05 0.13 55.11 21:24:27 20:56:01 6 33.90 0.00 6.08 3.18 0.29 56.55 21:24:27 20:56:01 7 34.02 0.00 6.52 8.28 0.12 51.07 21:24:27 20:57:01 all 27.25 0.00 8.29 19.88 0.32 44.27 21:24:27 20:57:01 0 28.36 0.00 8.25 14.85 0.49 48.06 21:24:27 20:57:01 1 29.50 0.00 8.74 18.72 0.27 42.77 21:24:27 20:57:01 2 25.41 0.00 8.52 10.60 0.33 55.14 21:24:27 20:57:01 3 25.33 0.00 7.13 37.21 0.21 30.12 21:24:27 20:57:01 4 26.91 0.00 9.03 24.49 0.29 39.28 21:24:27 20:57:01 5 29.22 0.00 8.79 38.08 0.24 23.67 21:24:27 20:57:01 6 26.59 0.00 7.63 7.95 0.31 57.52 21:24:27 20:57:01 7 26.64 0.00 8.22 6.88 0.43 57.83 21:24:27 20:58:01 all 26.78 0.00 7.89 22.48 0.25 42.60 21:24:27 20:58:01 0 24.99 0.00 8.18 21.66 0.32 44.84 21:24:27 20:58:01 1 29.31 0.00 8.03 25.86 0.31 36.50 21:24:27 20:58:01 2 25.50 0.00 8.33 22.00 0.27 43.90 21:24:27 20:58:01 3 27.93 0.00 7.48 25.62 0.20 38.77 21:24:27 20:58:01 4 22.90 0.00 7.01 24.88 0.22 44.99 21:24:27 20:58:01 5 28.85 0.00 7.36 15.39 0.19 48.21 21:24:27 20:58:01 6 27.64 0.00 9.25 8.20 0.15 54.75 21:24:27 20:58:01 7 27.12 0.00 7.51 36.23 0.29 28.86 21:24:27 20:59:01 all 27.15 0.00 8.95 21.06 0.69 42.15 21:24:27 20:59:01 0 26.26 0.00 8.39 5.43 0.55 59.38 21:24:27 20:59:01 1 25.29 0.00 9.55 13.96 0.95 50.25 21:24:27 20:59:01 2 29.67 0.00 7.73 44.33 0.53 17.73 21:24:27 20:59:01 3 27.53 0.00 8.02 12.06 0.58 51.80 21:24:27 20:59:01 4 25.74 0.00 9.99 7.27 0.83 56.18 21:24:27 20:59:01 5 26.67 0.00 9.45 37.22 0.49 26.17 21:24:27 20:59:01 6 27.23 0.00 8.22 16.11 0.65 47.79 21:24:27 20:59:01 7 28.84 0.00 10.23 32.08 0.96 27.90 21:24:27 21:00:01 all 29.32 0.00 8.60 25.62 0.54 35.92 21:24:27 21:00:01 0 29.84 0.00 8.21 23.08 0.64 38.23 21:24:27 21:00:01 1 28.56 0.00 7.43 25.68 0.61 37.73 21:24:27 21:00:01 2 29.07 0.00 8.37 47.01 0.36 15.18 21:24:27 21:00:01 3 27.82 0.00 8.67 14.19 0.45 48.87 21:24:27 21:00:01 4 31.16 0.00 8.55 12.74 0.43 47.12 21:24:27 21:00:01 5 29.31 0.00 9.43 23.50 0.68 37.08 21:24:27 21:00:01 6 30.82 0.00 9.45 24.29 0.38 35.06 21:24:27 21:00:01 7 28.00 0.00 8.66 34.43 0.76 28.14 21:24:27 21:01:01 all 26.33 0.00 6.18 14.07 0.34 53.09 21:24:27 21:01:01 0 25.21 0.00 5.24 7.60 0.25 61.70 21:24:27 21:01:01 1 25.36 0.00 6.14 16.27 0.27 51.96 21:24:27 21:01:01 2 25.97 0.00 7.40 30.21 0.24 36.18 21:24:27 21:01:01 3 25.11 0.00 7.48 8.48 0.76 58.17 21:24:27 21:01:01 4 27.64 0.00 6.66 24.02 0.29 41.40 21:24:27 21:01:01 5 27.61 0.00 5.81 12.93 0.25 53.40 21:24:27 21:01:01 6 25.94 0.00 5.75 5.27 0.26 62.79 21:24:27 21:01:01 7 27.77 0.00 4.96 7.81 0.36 59.10 21:24:27 21:24:27 21:01:01 CPU %user %nice %system %iowait %steal %idle 21:24:27 21:02:01 all 4.84 0.00 1.22 2.77 0.11 91.06 21:24:27 21:02:01 0 3.91 0.00 1.65 0.18 0.12 94.14 21:24:27 21:02:01 1 4.56 0.00 1.36 3.71 0.08 90.28 21:24:27 21:02:01 2 4.92 0.00 0.89 11.34 0.08 82.78 21:24:27 21:02:01 3 3.45 0.00 1.22 0.23 0.10 94.99 21:24:27 21:02:01 4 7.32 0.00 1.17 1.07 0.12 90.32 21:24:27 21:02:01 5 6.22 0.00 1.20 4.58 0.08 87.91 21:24:27 21:02:01 6 2.88 0.00 1.06 0.84 0.17 95.06 21:24:27 21:02:01 7 5.45 0.00 1.21 0.17 0.15 93.03 21:24:27 21:03:01 all 6.08 0.00 0.55 0.52 0.18 92.67 21:24:27 21:03:01 0 7.62 0.00 0.63 0.03 0.30 91.41 21:24:27 21:03:01 1 7.27 0.00 0.52 0.00 0.27 91.95 21:24:27 21:03:01 2 5.50 0.00 0.45 0.40 0.07 93.59 21:24:27 21:03:01 3 5.75 0.00 0.60 0.07 0.12 93.46 21:24:27 21:03:01 4 3.99 0.00 0.50 0.17 0.13 95.21 21:24:27 21:03:01 5 5.83 0.00 0.52 2.85 0.32 90.48 21:24:27 21:03:01 6 7.30 0.00 0.59 0.64 0.15 91.32 21:24:27 21:03:01 7 5.36 0.00 0.60 0.00 0.08 93.95 21:24:27 21:04:01 all 0.02 0.00 0.01 0.00 0.01 99.95 21:24:27 21:04:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:04:01 3 0.02 0.00 0.00 0.02 0.02 99.95 21:24:27 21:04:01 4 0.07 0.00 0.05 0.00 0.03 99.85 21:24:27 21:04:01 5 0.02 0.00 0.02 0.02 0.05 99.90 21:24:27 21:04:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:05:01 all 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:24:27 21:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:24:27 21:05:01 2 0.03 0.00 0.00 0.00 0.02 99.95 21:24:27 21:05:01 3 0.00 0.00 0.03 0.02 0.00 99.95 21:24:27 21:05:01 4 0.07 0.00 0.03 0.00 0.00 99.90 21:24:27 21:05:01 5 0.05 0.00 0.00 0.00 0.00 99.95 21:24:27 21:05:01 6 0.05 0.00 0.02 0.02 0.00 99.92 21:24:27 21:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:24:27 21:06:01 all 0.14 0.00 0.01 0.00 0.00 99.84 21:24:27 21:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:06:01 2 0.95 0.00 0.07 0.00 0.00 98.99 21:24:27 21:06:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:06:01 4 0.08 0.00 0.03 0.00 0.02 99.87 21:24:27 21:06:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:24:27 21:06:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:07:01 all 0.28 0.00 0.02 0.00 0.00 99.69 21:24:27 21:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:07:01 1 0.00 0.00 0.03 0.00 0.02 99.95 21:24:27 21:07:01 2 1.99 0.00 0.00 0.00 0.00 98.01 21:24:27 21:07:01 3 0.02 0.00 0.00 0.02 0.00 99.97 21:24:27 21:07:01 4 0.12 0.00 0.08 0.00 0.02 99.78 21:24:27 21:07:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:24:27 21:07:01 6 0.05 0.00 0.00 0.00 0.00 99.95 21:24:27 21:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:08:01 all 0.28 0.00 0.01 0.00 0.00 99.70 21:24:27 21:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:08:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:24:27 21:08:01 2 1.99 0.00 0.00 0.00 0.02 98.00 21:24:27 21:08:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:08:01 4 0.10 0.00 0.05 0.00 0.02 99.83 21:24:27 21:08:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:08:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:09:01 all 0.21 0.00 0.01 0.00 0.00 99.77 21:24:27 21:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:09:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:09:01 2 1.35 0.00 0.05 0.00 0.00 98.60 21:24:27 21:09:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:24:27 21:09:01 4 0.17 0.00 0.05 0.00 0.00 99.78 21:24:27 21:09:01 5 0.05 0.00 0.00 0.00 0.00 99.95 21:24:27 21:09:01 6 0.02 0.00 0.00 0.00 0.02 99.97 21:24:27 21:09:01 7 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:24:27 21:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:10:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:24:27 21:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:10:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:24:27 21:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:11:01 all 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:11:01 1 0.00 0.00 0.03 0.00 0.00 99.97 21:24:27 21:11:01 2 0.07 0.00 0.05 0.00 0.02 99.87 21:24:27 21:11:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:11:01 4 0.07 0.00 0.02 0.00 0.00 99.92 21:24:27 21:11:01 5 0.03 0.00 0.02 0.02 0.00 99.93 21:24:27 21:11:01 6 0.05 0.00 0.02 0.00 0.00 99.93 21:24:27 21:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:12:01 all 0.04 0.00 0.01 0.01 0.01 99.93 21:24:27 21:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:12:01 2 0.02 0.00 0.02 0.00 0.02 99.95 21:24:27 21:12:01 3 0.03 0.00 0.05 0.03 0.00 99.88 21:24:27 21:12:01 4 0.20 0.00 0.02 0.00 0.02 99.77 21:24:27 21:12:01 5 0.05 0.00 0.03 0.02 0.02 99.88 21:24:27 21:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:24:27 21:12:01 CPU %user %nice %system %iowait %steal %idle 21:24:27 21:13:01 all 0.01 0.00 0.01 0.00 0.00 99.98 21:24:27 21:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:24:27 21:13:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:13:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 21:24:27 21:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:24:27 21:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:14:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:14:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:24:27 21:14:01 3 0.00 0.00 0.00 0.03 0.00 99.97 21:24:27 21:14:01 4 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:14:01 6 0.05 0.00 0.00 0.00 0.00 99.95 21:24:27 21:14:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:15:01 all 0.01 0.00 0.01 0.00 0.00 99.97 21:24:27 21:15:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:15:01 2 0.05 0.00 0.02 0.00 0.02 99.92 21:24:27 21:15:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:15:01 4 0.00 0.00 0.02 0.00 0.02 99.97 21:24:27 21:15:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:24:27 21:15:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:16:01 all 0.06 0.00 0.01 0.01 0.01 99.91 21:24:27 21:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:16:01 1 0.03 0.00 0.02 0.00 0.02 99.93 21:24:27 21:16:01 2 0.37 0.00 0.02 0.00 0.02 99.60 21:24:27 21:16:01 3 0.00 0.00 0.03 0.02 0.00 99.95 21:24:27 21:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:16:01 5 0.03 0.00 0.02 0.02 0.02 99.92 21:24:27 21:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:16:01 7 0.02 0.00 0.00 0.02 0.00 99.97 21:24:27 21:17:01 all 0.26 0.00 0.01 0.00 0.01 99.72 21:24:27 21:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:17:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:17:01 2 1.99 0.00 0.03 0.00 0.00 97.98 21:24:27 21:17:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:24:27 21:17:01 4 0.03 0.00 0.00 0.00 0.02 99.95 21:24:27 21:17:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:17:01 7 0.00 0.00 0.03 0.00 0.02 99.95 21:24:27 21:18:01 all 0.27 0.00 0.01 0.00 0.00 99.71 21:24:27 21:18:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:18:01 2 1.99 0.00 0.05 0.00 0.02 97.95 21:24:27 21:18:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:18:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:18:01 6 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:18:01 7 0.03 0.00 0.02 0.02 0.00 99.93 21:24:27 21:19:01 all 0.26 0.00 0.01 0.00 0.00 99.72 21:24:27 21:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:19:01 2 1.99 0.00 0.00 0.00 0.02 98.00 21:24:27 21:19:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:19:01 5 0.03 0.00 0.02 0.02 0.00 99.93 21:24:27 21:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 21:24:27 21:19:01 7 0.00 0.00 0.03 0.02 0.00 99.95 21:24:27 21:20:01 all 0.08 0.00 0.01 0.00 0.00 99.90 21:24:27 21:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:24:27 21:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:20:01 2 0.55 0.00 0.08 0.00 0.02 99.35 21:24:27 21:20:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:20:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:24:27 21:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:24:27 21:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:24:27 21:21:01 all 0.01 0.00 0.01 0.00 0.00 99.98 21:24:27 21:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:21:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:24:27 21:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:21:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:24:27 21:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:21:01 7 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:22:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:24:27 21:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:22:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:24:27 21:22:01 2 0.07 0.00 0.05 0.00 0.02 99.87 21:24:27 21:22:01 3 0.00 0.00 0.00 0.02 0.00 99.98 21:24:27 21:22:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:24:27 21:22:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:24:27 21:22:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:24:27 21:22:01 7 0.05 0.00 0.02 0.00 0.00 99.93 21:24:27 21:23:01 all 3.28 0.00 1.71 0.53 0.05 94.43 21:24:27 21:23:01 0 3.35 0.00 1.94 0.00 0.03 94.68 21:24:27 21:23:01 1 3.15 0.00 1.79 0.02 0.15 94.90 21:24:27 21:23:01 2 3.60 0.00 2.34 3.95 0.08 90.03 21:24:27 21:23:01 3 3.48 0.00 2.07 0.02 0.03 94.41 21:24:27 21:23:01 4 2.75 0.00 1.42 0.02 0.02 95.80 21:24:27 21:23:01 5 3.08 0.00 1.19 0.28 0.02 95.43 21:24:27 21:23:01 6 3.32 0.00 1.54 0.02 0.02 95.11 21:24:27 21:23:01 7 3.55 0.00 1.41 0.00 0.03 95.01 21:24:27 21:24:27 21:23:01 CPU %user %nice %system %iowait %steal %idle 21:24:27 21:24:01 all 7.18 0.00 3.34 2.07 0.08 87.34 21:24:27 21:24:01 0 6.05 0.00 2.44 1.58 0.05 89.89 21:24:27 21:24:01 1 7.29 0.00 3.49 0.27 0.08 88.86 21:24:27 21:24:01 2 7.56 0.00 4.45 3.42 0.08 84.48 21:24:27 21:24:01 3 7.25 0.00 4.46 9.53 0.10 78.65 21:24:27 21:24:01 4 7.42 0.00 3.32 0.93 0.07 88.26 21:24:27 21:24:01 5 8.61 0.00 3.17 0.76 0.07 87.39 21:24:27 21:24:01 6 6.07 0.00 2.65 0.03 0.05 91.20 21:24:27 21:24:01 7 7.18 0.00 2.75 0.10 0.14 89.83 21:24:27 Average: all 9.00 0.00 2.44 4.38 0.10 84.08 21:24:27 Average: 0 8.97 0.00 2.49 3.95 0.10 84.49 21:24:27 Average: 1 9.04 0.00 2.52 4.43 0.11 83.91 21:24:27 Average: 2 9.33 0.00 2.47 6.20 0.09 81.92 21:24:27 Average: 3 8.87 0.00 2.50 5.64 0.10 82.89 21:24:27 Average: 4 8.91 0.00 2.39 3.31 0.09 85.29 21:24:27 Average: 5 9.24 0.00 2.41 4.74 0.09 83.51 21:24:27 Average: 6 8.81 0.00 2.34 2.78 0.09 85.98 21:24:27 Average: 7 8.83 0.00 2.40 3.96 0.12 84.70 21:24:27 21:24:27 21:24:27