Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 24167a0eacb631b08fe8df020ccd42208c51fac2 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-ssh9667689206606274113.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-ssh2630634852946878074.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-ssh3674364659854844374.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-ssh1129413150341140243.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-ssh1222103859419924452.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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5907 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/408 [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/408 # 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 > 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 Avoid second fetch Checking out Revision 24167a0eacb631b08fe8df020ccd42208c51fac2 (main) Commit message: "refactor!: Replace internal topics from config with new constants (#4348)" > git config core.sparsecheckout # timeout=10 > git checkout -f 24167a0eacb631b08fe8df020ccd42208c51fac2 # timeout=10 > git rev-list --no-walk 3a7cf403fe7587e533bf169ada0df6231d8066d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:13:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:13:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:13:47 ========================================================= 23:13:47 EdgeX Global Pipelines Version Info 23:13:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:13:48 ------------------- 23:13:48 stable info: 23:13:48 ------------------- 23:13:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:13:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:13:48 Message: update stable to v1.0.244 23:13:48 ------------------- 23:13:48 experimental info: 23:13:48 ------------------- 23:13:48 Commited By: **** collab-it+edgex@linuxfoundation.org 23:13:48 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 23:13:48 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:13:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24167a0 [Pipeline] echo 23:13:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:49 provisioning config files... 23:13:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/408@tmp/config9946778902192626767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:49 ---> docker-login.sh 23:13:49 nexus3.edgexfoundry.org:10001 23:13:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:49 Configure a credential helper to remove this warning. See 23:13:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:49 23:13:49 Login Succeeded 23:13:49 nexus3.edgexfoundry.org:10002 23:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:50 Configure a credential helper to remove this warning. See 23:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:50 23:13:50 Login Succeeded 23:13:50 nexus3.edgexfoundry.org:10003 23:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:50 Configure a credential helper to remove this warning. See 23:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:50 23:13:50 Login Succeeded 23:13:50 nexus3.edgexfoundry.org:10004 23:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:50 Configure a credential helper to remove this warning. See 23:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:50 23:13:50 Login Succeeded 23:13:50 docker.io 23:13:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:13:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:13:50 Configure a credential helper to remove this warning. See 23:13:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:13:50 23:13:50 Login Succeeded 23:13:50 ---> docker-login.sh ends [Pipeline] } 23:13:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:13:50 + 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-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 23:13:50 + dirname cmd/core-command/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo core-command,cmd/core-command/Dockerfile 23:13:50 + dirname+ cmd/core-common-config-bootstrapper/Dockerfile 23:13:50 cut -d/ -f2 23:13:50 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 23:13:50 + dirname cmd/core-data/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo core-data,cmd/core-data/Dockerfile 23:13:50 + dirname cmd/core-metadata/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo core-metadata,cmd/core-metadata/Dockerfile 23:13:50 + dirname cmd/security-bootstrapper/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:13:50 + dirname cmd/security-proxy-setup/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:13:50 + dirname cmd/security-secretstore-setup/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:13:50 + dirname cmd/security-spiffe-token-provider/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 23:13:50 + dirname cmd/security-spire-agent/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 23:13:50 + + dirname cmd/security-spire-config/Dockerfile 23:13:50 cut -d/ -f2 23:13:50 + echo security-spire-config,cmd/security-spire-config/Dockerfile 23:13:50 + dirname cmd/security-spire-server/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo security-spire-server,cmd/security-spire-server/Dockerfile 23:13:50 + dirname cmd/support-notifications/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo support-notifications,cmd/support-notifications/Dockerfile 23:13:50 + dirname cmd/support-scheduler/Dockerfile 23:13:50 + cut -d/ -f2 23:13:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 23:13:50 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-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 23:13:51 + git rev-list -1 --merges 24167a0eacb631b08fe8df020ccd42208c51fac2~1..24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] echo 23:13:51 -----------> git rev-list -1 --merges 24167a0eacb631b08fe8df020ccd42208c51fac2~1..24167a0eacb631b08fe8df020ccd42208c51fac2 24167a0eacb631b08fe8df020ccd42208c51fac2 [false] [Pipeline] sh 23:13:51 + git log --format=format:%s -1 24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] echo 23:13:51 ========================================================= 23:13:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 23:13:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 23:13:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:13:52 + grep -v github /etc/ssh/ssh_known_hosts 23:13:52 + [ -e /tmp/ssh_known_hosts ] 23:13:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 23:13:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 23:13:52 + sudo tee -a /etc/ssh/ssh_known_hosts 23:13:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:13:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:13:52 23:13:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:13:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:13:52 0.1.4: Pulling from edgex-devops/py-git-semver 23:13:52 b85a868b505f: Pulling fs layer 23:13:52 e2be974225ed: Pulling fs layer 23:13:52 339a4e72a1f5: Pulling fs layer 23:13:52 988bab9f4d93: Pulling fs layer 23:13:52 1469e6f7b9e6: Pulling fs layer 23:13:52 eaf3925da568: Pulling fs layer 23:13:52 bab4dde63d76: Pulling fs layer 23:13:52 bde34c3a00c8: Pulling fs layer 23:13:52 b352a97aabf1: Pulling fs layer 23:13:52 4872d77fe225: Pulling fs layer 23:13:52 5851b861e8e6: Pulling fs layer 23:13:52 bde34c3a00c8: Waiting 23:13:52 b352a97aabf1: Waiting 23:13:52 eaf3925da568: Waiting 23:13:52 bab4dde63d76: Waiting 23:13:52 1469e6f7b9e6: Waiting 23:13:52 4872d77fe225: Waiting 23:13:52 e2be974225ed: Verifying Checksum 23:13:52 e2be974225ed: Download complete 23:13:52 988bab9f4d93: Verifying Checksum 23:13:52 988bab9f4d93: Download complete 23:13:53 1469e6f7b9e6: Verifying Checksum 23:13:53 1469e6f7b9e6: Download complete 23:13:53 339a4e72a1f5: Verifying Checksum 23:13:53 339a4e72a1f5: Download complete 23:13:53 eaf3925da568: Download complete 23:13:53 bde34c3a00c8: Download complete 23:13:53 b352a97aabf1: Download complete 23:13:53 4872d77fe225: Verifying Checksum 23:13:53 4872d77fe225: Download complete 23:13:53 b85a868b505f: Verifying Checksum 23:13:53 b85a868b505f: Download complete 23:13:53 5851b861e8e6: Verifying Checksum 23:13:53 5851b861e8e6: Download complete 23:13:53 bab4dde63d76: Download complete 23:13:54 b85a868b505f: Pull complete 23:13:54 e2be974225ed: Pull complete 23:13:55 339a4e72a1f5: Pull complete 23:13:55 988bab9f4d93: Pull complete 23:13:55 1469e6f7b9e6: Pull complete 23:13:55 eaf3925da568: Pull complete 23:13:57 bab4dde63d76: Pull complete 23:13:57 bde34c3a00c8: Pull complete 23:13:57 b352a97aabf1: Pull complete 23:13:57 4872d77fe225: Pull complete 23:13:57 5851b861e8e6: Pull complete 23:13:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 23:13:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:13:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:13:57 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:13:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:13:59 $ docker top bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 -eo pid,comm 23:13:59 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). 23:13:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:59 [ssh-agent] Looking for ssh-agent implementation... 23:13:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:59 $ docker exec bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 ssh-agent 23:13:59 SSH_AUTH_SOCK=/tmp/ssh-kWnXZ8Onoiyp/agent.33 23:13:59 SSH_AGENT_PID=39 23:13:59 Running ssh-add (command line suppressed) 23:13:59 Identity added: /w/workspace/edgex-go/408@tmp/private_key_7000576371871293710.key (/w/workspace/edgex-go/408@tmp/private_key_7000576371871293710.key) 23:13:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:00 + git tag --points-at HEAD [Pipeline] } 23:14:00 $ docker exec --env ******** --env ******** bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 ssh-agent -k 23:14:00 unset SSH_AUTH_SOCK; 23:14:00 unset SSH_AGENT_PID; 23:14:00 echo Agent pid 39 killed; 23:14:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:14:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:14:00 [ssh-agent] Looking for ssh-agent implementation... 23:14:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:14:00 $ docker exec bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 ssh-agent 23:14:00 SSH_AUTH_SOCK=/tmp/ssh-GeHTh5jP2zy5/agent.71 23:14:00 SSH_AGENT_PID=77 23:14:00 Running ssh-add (command line suppressed) 23:14:00 Identity added: /w/workspace/edgex-go/408@tmp/private_key_14389270205735578906.key (/w/workspace/edgex-go/408@tmp/private_key_14389270205735578906.key) 23:14:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:00 + git semver init 23:14:01 2023-02-14 23:14:01,144 [run_init] DEBUG init version:0.0.0 force:False 23:14:01 2023-02-14 23:14:01,145 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/408/.semver 23:14:01 2023-02-14 23:14:01,145 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/408/.semver 23:14:01 2023-02-14 23:14:01,146 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/408/.semver'], cwd=/w/workspace/edgex-go/408, universal_newlines=False, shell=None, istream=None) 23:14:06 2023-02-14 23:14:06,132 [append_file] DEBUG append to file:/w/workspace/edgex-go/408/.git/info/exclude 23:14:06 2023-02-14 23:14:06,132 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/408/.semver/main with force:False 23:14:06 2023-02-14 23:14:06,132 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:14:06 2023-02-14 23:14:06,132 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:14:06 3.0.0-dev.48 [Pipeline] } 23:14:06 $ docker exec --env ******** --env ******** bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 ssh-agent -k 23:14:06 unset SSH_AUTH_SOCK; 23:14:06 unset SSH_AGENT_PID; 23:14:06 echo Agent pid 77 killed; 23:14:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:06 + git semver [Pipeline] } 23:14:07 $ docker stop --time=1 bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 23:14:08 $ docker rm -f --volumes bb9b388f177c059b09c9e7d34cfd622e23a446e71fc3d72f89c372fe0c9c64c9 [Pipeline] // withDockerContainer [Pipeline] sh 23:14:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:14:09 Stashed 1 file(s) [Pipeline] echo 23:14:09 [edgeXSemver]: initialized semver on version 3.0.0-dev.48 [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 23:14:09 + git config --global --add safe.directory /w/workspace/edgex-go/408 [Pipeline] echo 23:14:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:14:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:14:09 ========================================================= 23:14:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 23:14:09 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:14:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:14:09 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 23:14:09 213ec9aee27d: Pulling fs layer 23:14:09 4583459ba037: Pulling fs layer 23:14:09 93c1e223e6f2: Pulling fs layer 23:14:09 53926ce57604: Pulling fs layer 23:14:09 21b2b0c7a3f4: Pulling fs layer 23:14:09 22ff95d597cd: Pulling fs layer 23:14:09 12d6caf4c0d1: Pulling fs layer 23:14:09 96b7cbca73a9: Pulling fs layer 23:14:09 a7acece74701: Pulling fs layer 23:14:09 53926ce57604: Waiting 23:14:09 21b2b0c7a3f4: Waiting 23:14:09 96b7cbca73a9: Waiting 23:14:09 22ff95d597cd: Waiting 23:14:09 93c1e223e6f2: Download complete 23:14:09 4583459ba037: Verifying Checksum 23:14:09 4583459ba037: Download complete 23:14:09 21b2b0c7a3f4: Verifying Checksum 23:14:09 21b2b0c7a3f4: Download complete 23:14:09 22ff95d597cd: Download complete 23:14:09 213ec9aee27d: Verifying Checksum 23:14:09 213ec9aee27d: Download complete 23:14:10 12d6caf4c0d1: Download complete 23:14:10 213ec9aee27d: Pull complete 23:14:10 4583459ba037: Pull complete 23:14:10 93c1e223e6f2: Pull complete 23:14:11 a7acece74701: Verifying Checksum 23:14:11 a7acece74701: Download complete 23:14:11 53926ce57604: Verifying Checksum 23:14:11 53926ce57604: Download complete 23:14:12 96b7cbca73a9: Verifying Checksum 23:14:12 96b7cbca73a9: Download complete 23:14:16 53926ce57604: Pull complete 23:14:16 21b2b0c7a3f4: Pull complete 23:14:16 22ff95d597cd: Pull complete 23:14:16 12d6caf4c0d1: Pull complete 23:14:18 96b7cbca73a9: Pull complete 23:14:18 a7acece74701: Pull complete 23:14:18 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 23:14:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:14:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 23:14:19 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:14:19 WORKDIR /edgex 23:14:19 COPY go.mod . 23:14:19 RUN go mod download 23:14:19 + docker build -t ci-base-image-x86_64 -f - . 23:14:19 Sending build context to Docker daemon 170.3MB 23:14:19 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 23:14:19 ---> db6d94c90886 23:14:19 Step 2/4 : WORKDIR /edgex 23:14:21 ---> Running in 6008c1ed92a6 23:14:21 Removing intermediate container 6008c1ed92a6 23:14:21 ---> a5235119f62c 23:14:21 Step 3/4 : COPY go.mod . 23:14:21 ---> 74336d1d5294 23:14:21 Step 4/4 : RUN go mod download 23:14:21 ---> Running in b041a5104dda 23:14:24 Still waiting to schedule task 23:14:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 23:14:33 Removing intermediate container b041a5104dda 23:14:33 ---> 5f5c2e762da0 23:14:33 Successfully built 5f5c2e762da0 23:14:33 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:14:34 + docker inspect -f . ci-base-image-x86_64 23:14:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:14:34 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:14:34 $ docker top 331c6e8305c8f55b213605c111d6dc633ca781eef2310d3fc8e1c7fd210d2737 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:35 + go version 23:14:35 go version go1.18.7 linux/amd64 [Pipeline] } 23:14:35 $ docker stop --time=1 331c6e8305c8f55b213605c111d6dc633ca781eef2310d3fc8e1c7fd210d2737 23:14:36 $ docker rm -f --volumes 331c6e8305c8f55b213605c111d6dc633ca781eef2310d3fc8e1c7fd210d2737 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:14:36 + docker inspect -f . ci-base-image-x86_64 23:14:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:14:36 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:14:36 $ 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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:14:37 $ docker top 41b47016f3f15cc5e800952fb5b94858640e6d1efbe72f3c996e7caa41f8d19e -eo pid,comm [Pipeline] { [Pipeline] echo 23:14:37 ========================================================= 23:14:37 [edgeXBuildGoParallel] Running Tests and Build... 23:14:37 ========================================================= [Pipeline] sh 23:14:37 + git config --global --add safe.directory /w/workspace/edgex-go/408 [Pipeline] fileExists [Pipeline] sh 23:14:38 + make test 23:14:38 go test -race -coverprofile=coverage.out ./... 23:14:44 ? github.com/edgexfoundry/edgex-go [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 23:14:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.084s coverage: 28.7% of statements 23:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:14:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.137s coverage: 98.5% of statements 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.181s coverage: 73.7% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.103s coverage: 54.0% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.045s coverage: 88.5% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.121s coverage: 3.6% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.583s coverage: 95.6% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/io 0.063s coverage: 72.2% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.092s coverage: 65.9% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.095s coverage: 0.9% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.097s coverage: 29.6% of statements 23:15:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.098s coverage: 47.1% of statements 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.063s coverage: 82.9% of statements 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.065s coverage: 94.1% of statements 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements 23:15:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.104s coverage: 87.5% of statements 23:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements 23:15:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.095s coverage: 44.8% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.401s coverage: 79.9% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.106s coverage: 92.9% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.081s coverage: 86.9% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 77.4% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.0% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.2% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 63.1% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 65.3% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 41.0% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.211s coverage: 92.3% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.077s coverage: 63.2% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:15:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 23:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 23:15:27 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 23:15:45 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." 23:15:45 go vet ./... 23:15:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 23:15:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 23:15:51 ./bin/test-attribution-txt.sh [Pipeline] echo 23:15:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 23:15:51 + ls -al . 23:15:51 total 744 23:15:51 drwxrwxr-x 11 1001 1001 4096 Feb 14 23:14 . 23:15:51 drwxr-xr-x 4 root root 4096 Feb 14 23:14 .. 23:15:51 drwxrwxr-x 2 1001 1001 4096 Feb 14 23:13 .blubracket 23:15:51 -rw-rw-r-- 1 1001 1001 16 Feb 14 23:13 .dockerignore 23:15:51 drwxrwxr-x 8 1001 1001 4096 Feb 14 23:15 .git 23:15:51 drwxrwxr-x 3 1001 1001 4096 Feb 14 23:13 .github 23:15:51 -rw-rw-r-- 1 1001 1001 1024 Feb 14 23:13 .gitignore 23:15:51 -rw-rw-r-- 1 1001 1001 42 Feb 14 23:13 .golangci.yml 23:15:51 -rw-rw-r-- 1 1001 1001 87 Feb 14 23:13 .hadolint.yml 23:15:51 drwxr-xr-x 3 1001 1001 4096 Feb 14 23:14 .semver 23:15:51 -rw-rw-r-- 1 1001 1001 166 Feb 14 23:13 .sonarcloud.properties 23:15:51 -rw-rw-r-- 1 1001 1001 1171 Feb 14 23:13 ADOPTERS.md 23:15:51 -rw-rw-r-- 1 1001 1001 10825 Feb 14 23:13 Attribution.txt 23:15:51 -rw-rw-r-- 1 1001 1001 73765 Feb 14 23:13 CHANGELOG.md 23:15:51 -rw-rw-r-- 1 1001 1001 3804 Feb 14 23:13 CONTRIBUTING.md 23:15:51 -rw-rw-r-- 1 1001 1001 677 Feb 14 23:13 GOVERNANCE.md 23:15:51 -rw-rw-r-- 1 1001 1001 850 Feb 14 23:13 Jenkinsfile 23:15:51 -rw-rw-r-- 1 1001 1001 10775 Feb 14 23:13 LICENSE 23:15:51 -rw-rw-r-- 1 1001 1001 13375 Feb 14 23:13 Makefile 23:15:51 -rw-rw-r-- 1 1001 1001 582 Feb 14 23:13 OWNERS.md 23:15:51 -rw-rw-r-- 1 1001 1001 9403 Feb 14 23:13 README.md 23:15:51 -rw-rw-r-- 1 1001 1001 6912 Feb 14 23:13 SECURITY.md 23:15:51 -rw-rw-r-- 1 1001 1001 12 Feb 14 23:14 VERSION 23:15:51 drwxrwxr-x 2 1001 1001 4096 Feb 14 23:13 bin 23:15:51 drwxrwxr-x 17 1001 1001 4096 Feb 14 23:13 cmd 23:15:51 -rw-r--r-- 1 root root 487418 Feb 14 23:15 coverage.out 23:15:51 -rw-rw-r-- 1 1001 1001 3295 Feb 14 23:13 go.mod 23:15:51 -rw-rw-r-- 1 1001 1001 33318 Feb 14 23:13 go.sum 23:15:51 drwxrwxr-x 7 1001 1001 4096 Feb 14 23:13 internal 23:15:51 drwxrwxr-x 3 1001 1001 4096 Feb 14 23:13 openapi 23:15:51 drwxrwxr-x 4 1001 1001 4096 Feb 14 23:13 snap 23:15:51 -rw-rw-r-- 1 1001 1001 204 Feb 14 23:13 version.go [Pipeline] sh 23:15:51 + '[' -e coverage.out ] 23:15:51 + chown 1001:1001 coverage.out [Pipeline] stash 23:15:51 Stashed 1 file(s) [Pipeline] sh 23:15:52 + make build 23:15:52 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 23:16:00 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5909 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 23:16:00 Running in /w/workspace/edgex-go/408 [Pipeline] { [Pipeline] checkout 23:16:00 The recommended git tool is: git 23:16:06 using credential edgex-jenkins-ssh 23:16:06 Cloning the remote Git repository 23:16:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:16:06 > git init /w/workspace/edgex-go/408 # timeout=10 23:16:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:16:06 > git --version # timeout=10 23:16:06 > git --version # 'git version 2.25.1' 23:16:06 using GIT_SSH to set credentials SSH Credentials for GitHub 23:16:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:16:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 23:16:07 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:16:08 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:16:16 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:16:18 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:16:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:16:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:16:21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 23:16:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:16:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 23:16:26 $ docker stop --time=1 41b47016f3f15cc5e800952fb5b94858640e6d1efbe72f3c996e7caa41f8d19e 23:16:28 Avoid second fetch 23:16:28 Checking out Revision 24167a0eacb631b08fe8df020ccd42208c51fac2 (main) 23:16:28 Commit message: "refactor!: Replace internal topics from config with new constants (#4348)" 23:16:28 $ docker rm -f --volumes 41b47016f3f15cc5e800952fb5b94858640e6d1efbe72f3c996e7caa41f8d19e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 23:16:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:16:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:16:28 > git config core.sparsecheckout # timeout=10 23:16:28 > git checkout -f 24167a0eacb631b08fe8df020ccd42208c51fac2 # timeout=10 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 23:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:29 23:16:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:16:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 23:16:30 % Total % Received % Xferd Average Speed Time Time Time Current 23:16:30 Dload Upload Total Spent Left Speed 23:16:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 23:16:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:30 latest: Pulling from edgex-devops/edgex-compose 23:16:30 cbdbe7a5bc2a: Pulling fs layer 23:16:30 ca9280d653b3: Pulling fs layer 23:16:30 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 23:16:30 cbdbe7a5bc2a: Verifying Checksum 23:16:30 cbdbe7a5bc2a: Download complete 23:16:30 cbdbe7a5bc2a: Pull complete 23:16:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 23:16:30 ca9280d653b3: Verifying Checksum 23:16:30 ca9280d653b3: Download complete [Pipeline] sh 23:16:30 ca9280d653b3: Pull complete 23:16:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 23:16:31 + sudo tee /etc/docker/daemon.new 23:16:31 { 23:16:31 "registry-mirrors": [ 23:16:31 "https://nexus3.edgexfoundry.org:10001" 23:16:31 ], 23:16:31 "bip": "10.250.0.254/24", 23:16:31 "hosts": [ 23:16:31 "tcp://0.0.0.0:5555", 23:16:31 "unix:///var/run/docker.sock" 23:16:31 ], 23:16:31 "mtu": 1458, 23:16:31 "selinux-enabled": true, 23:16:31 "seccomp-profile": "/etc/docker/seccomp.json" 23:16:31 } [Pipeline] sh 23:16:31 7e9c9ca2126c: Download complete 23:16:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 23:16:31 + sudo service docker restart 23:16:34 7e9c9ca2126c: Pull complete 23:16:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:16:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:16:34 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:16:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:16:36 $ docker top fb61a4b22f5a595d19370c66ef34d0c389e2663459bc83c6bb1b0817375d7990 -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:36 + docker-compose build --help 23:16:36 + grep parallel 23:16:37 --parallel Build images in parallel. [Pipeline] } 23:16:37 $ docker stop --time=1 fb61a4b22f5a595d19370c66ef34d0c389e2663459bc83c6bb1b0817375d7990 23:16:38 $ docker rm -f --volumes fb61a4b22f5a595d19370c66ef34d0c389e2663459bc83c6bb1b0817375d7990 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:16:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:16:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:16:38 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:16:38 $ 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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:16:39 $ docker top 5590d2f9a2ffa34af490f25c460ae4a571096255fca26c6ab62512c0022638d0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:16:39 + docker-compose -f ./docker-compose-build.yml build --parallel 23:16:40 Building core-command ... 23:16:40 Building core-common-config-bootstrapper ... 23:16:40 Building core-data ... 23:16:40 Building core-metadata ... 23:16:40 Building security-bootstrapper ... 23:16:40 Building security-proxy-setup ... 23:16:40 Building security-secretstore-setup ... 23:16:40 Building security-spiffe-token-provider ... 23:16:40 Building security-spire-agent ... 23:16:40 Building security-spire-config ... 23:16:40 Building security-spire-server ... 23:16:40 Building support-notifications ... 23:16:40 Building support-scheduler ... 23:16:40 Building security-proxy-setup 23:16:40 Building security-spire-agent 23:16:40 Building support-notifications 23:16:40 Building security-spire-server 23:16:40 Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:16:49 provisioning config files... 23:16:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/408@tmp/config6814261200496896150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:16:50 ---> docker-login.sh 23:16:50 nexus3.edgexfoundry.org:10001 23:16:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:50 Configure a credential helper to remove this warning. See 23:16:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:50 23:16:50 Login Succeeded 23:16:50 nexus3.edgexfoundry.org:10002 23:16:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:52 Configure a credential helper to remove this warning. See 23:16:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:52 23:16:52 Login Succeeded 23:16:52 nexus3.edgexfoundry.org:10003 23:16:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:52 Configure a credential helper to remove this warning. See 23:16:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:52 23:16:52 Login Succeeded 23:16:52 nexus3.edgexfoundry.org:10004 23:16:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:53 Configure a credential helper to remove this warning. See 23:16:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:53 23:16:53 Login Succeeded 23:16:53 docker.io 23:16:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:16:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:16:53 Configure a credential helper to remove this warning. See 23:16:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:16:53 23:16:53 Login Succeeded 23:16:53 ---> docker-login.sh ends [Pipeline] } 23:16:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 23:16:54 + git config --global --add safe.directory /w/workspace/edgex-go/408 [Pipeline] echo 23:16:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:16:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:16:54 ========================================================= 23:16:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 23:16:54 ========================================================= [Pipeline] fileExists [Pipeline] sh 23:16:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:16:54 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:16:54 9b18e9b68314: Pulling fs layer 23:16:54 35d82f9e3411: Pulling fs layer 23:16:54 e16973657156: Pulling fs layer 23:16:54 fc693d55d65f: Pulling fs layer 23:16:54 7e9fc2657dce: Pulling fs layer 23:16:54 dda99020689f: Pulling fs layer 23:16:54 db1c61fa0a46: Pulling fs layer 23:16:54 891c053d2c06: Pulling fs layer 23:16:54 dda99020689f: Waiting 23:16:54 db1c61fa0a46: Waiting 23:16:54 891c053d2c06: Waiting 23:16:54 fc693d55d65f: Waiting 23:16:54 7e9fc2657dce: Waiting 23:16:54 e16973657156: Verifying Checksum 23:16:54 e16973657156: Download complete 23:16:54 35d82f9e3411: Verifying Checksum 23:16:54 35d82f9e3411: Download complete 23:16:54 7e9fc2657dce: Verifying Checksum 23:16:54 7e9fc2657dce: Download complete 23:16:54 dda99020689f: Verifying Checksum 23:16:54 dda99020689f: Download complete 23:16:54 9b18e9b68314: Verifying Checksum 23:16:54 9b18e9b68314: Download complete 23:16:55 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:16:55 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:16:55 ---> 5f5c2e762da0 23:16:55 Step 3/32 : WORKDIR /edgex-go 23:16:55 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:16:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:16:55 ---> 5f5c2e762da0 23:16:55 Step 3/24 : WORKDIR /edgex-go 23:16:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:16:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:16:55 ---> 5f5c2e762da0 23:16:55 Step 3/23 : WORKDIR /edgex-go 23:16:55 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:16:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:16:55 ---> 5f5c2e762da0 23:16:55 Step 3/21 : WORKDIR /edgex-go 23:16:55 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:16:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:16:55 ---> 5f5c2e762da0 23:16:55 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:16:55 9b18e9b68314: Pull complete 23:16:55 891c053d2c06: Verifying Checksum 23:16:56 35d82f9e3411: Pull complete 23:16:56 e16973657156: Pull complete 23:16:56 ---> Running in 6872f82e5d68 23:16:56 ---> Running in 37d4489c2341 23:16:56 ---> Running in ed2c400634db 23:16:56 ---> Running in 87d3a2c46101 23:16:56 ---> Running in 89d96cd4fc26 23:16:56 Removing intermediate container ed2c400634db 23:16:56 ---> ac1d0141b012 23:16:56 Step 4/22 : WORKDIR /edgex-go 23:16:56 Removing intermediate container 6872f82e5d68 23:16:56 ---> 5f9de0a75fcf 23:16:56 Step 4/21 : RUN apk add --update --no-cache make git 23:16:56 Removing intermediate container 89d96cd4fc26 23:16:56 ---> 60cf029058b7 23:16:56 Step 4/32 : RUN apk add --update --no-cache make git 23:16:56 Removing intermediate container 37d4489c2341 23:16:56 ---> ad3f74042314 23:16:56 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 23:16:57 db1c61fa0a46: Verifying Checksum 23:16:57 db1c61fa0a46: Download complete 23:16:57 ---> Running in f52ed6337c18 23:16:57 Removing intermediate container 87d3a2c46101 23:16:57 ---> f6299fda1e3d 23:16:57 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:16:57 ---> Running in 5cf461cf9105 23:16:57 ---> Running in 4e51edc8d389 23:16:57 ---> Running in 7a04a90882fd 23:16:57 ---> Running in 7e47dc47c4cc 23:16:57 Removing intermediate container f52ed6337c18 23:16:57 ---> e857f0c14fef 23:16:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:16:57 ---> Running in 7d427fbe3511 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:16:57 fc693d55d65f: Verifying Checksum 23:16:57 fc693d55d65f: Download complete 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:16:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:16:58 OK: 211 MiB in 51 packages 23:16:58 OK: 211 MiB in 51 packages 23:16:58 OK: 211 MiB in 51 packages 23:16:58 OK: 211 MiB in 51 packages 23:16:58 OK: 211 MiB in 51 packages 23:16:58 Removing intermediate container 5cf461cf9105 23:16:58 ---> 86df46fea279 23:16:58 Step 5/21 : COPY go.mod vendor* ./ 23:16:58 Removing intermediate container 4e51edc8d389 23:16:58 ---> bd444ea1d982 23:16:58 Step 5/23 : COPY go.mod vendor* ./ 23:16:58 Removing intermediate container 7a04a90882fd 23:16:58 ---> 1482e3361268 23:16:58 Step 5/32 : COPY go.mod vendor* ./ 23:16:58 ---> c8c2b5c17693 23:16:58 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 Removing intermediate container 7e47dc47c4cc 23:16:59 ---> 6f24f6fc0076 23:16:59 Step 5/24 : COPY go.mod vendor* ./ 23:16:59 ---> Running in bdba5a9a2196 23:16:59 ---> 4a4c45727352 23:16:59 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 Removing intermediate container 7d427fbe3511 23:16:59 ---> 27e0a277836a 23:16:59 Step 6/22 : COPY go.mod vendor* ./ 23:16:59 ---> Running in a8c840c663b0 23:16:59 ---> cec50baca73c 23:16:59 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 ---> 8dcde91c93f7 23:16:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 ---> Running in 8d545c19ce03 23:16:59 ---> Running in 61a10d6769e6 23:16:59 ---> fea879aa244b 23:16:59 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:16:59 ---> Running in 778b0d96ee51 23:17:09 fc693d55d65f: Pull complete 23:17:09 7e9fc2657dce: Pull complete 23:17:10 dda99020689f: Pull complete 23:17:18 db1c61fa0a46: Pull complete 23:17:19 891c053d2c06: Pull complete 23:17:19 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 23:17:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:17:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 23:17:20 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:17:20 WORKDIR /edgex 23:17:20 COPY go.mod . 23:17:20 RUN go mod download 23:17:20 + docker build -t ci-base-image-arm64 -f - . 23:17:20 Sending build context to Docker daemon 3.098MB 23:17:20 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 23:17:20 ---> f96f9c87975a 23:17:20 Step 2/4 : WORKDIR /edgex 23:17:22 ---> Running in c80540709bf0 23:17:23 Removing intermediate container c80540709bf0 23:17:23 ---> 21a2b0125db1 23:17:23 Step 3/4 : COPY go.mod . 23:17:23 ---> 04c3bc8ce5f3 23:17:23 Step 4/4 : RUN go mod download 23:17:23 ---> Running in 79c4f48dec7b 23:17:46 Removing intermediate container 8d545c19ce03 23:17:46 ---> d3c8731cebb8 23:17:46 Step 7/32 : COPY . . 23:17:46 Removing intermediate container 778b0d96ee51 23:17:46 ---> 51811f7029b8 23:17:46 Step 8/22 : COPY . . 23:17:46 Removing intermediate container a8c840c663b0 23:17:46 ---> b3983149862e 23:17:46 Step 7/23 : COPY . . 23:17:46 Removing intermediate container 61a10d6769e6 23:17:46 ---> bfea988966cc 23:17:46 Step 7/24 : COPY . . 23:17:46 Removing intermediate container bdba5a9a2196 23:17:46 ---> 384aaa90e137 23:17:46 Step 7/21 : COPY . . 23:17:50 ---> 7e5e7ff0d591 23:17:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:17:50 ---> d2fc1b276a8d 23:17:50 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:17:50 ---> d02c6a9be7dd 23:17:50 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:17:50 ---> d4d7ee0a3e48 23:17:50 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 23:17:50 ---> Running in 485fe75fdcb3 23:17:50 ---> 991fc486df15 23:17:50 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:17:50 ---> Running in e029447a69d9 23:17:50 ---> Running in ca0461411ff4 23:17:50 ---> Running in 90ecd947caaf 23:17:50 ---> Running in adfa1ef826ab 23:17:50 Removing intermediate container ca0461411ff4 23:17:50 ---> 66a9aa7fcf73 23:17:50 Step 9/24 : WORKDIR /edgex-go/spire-build 23:17:50 Removing intermediate container 90ecd947caaf 23:17:50 ---> ce5825339086 23:17:50 Step 9/23 : WORKDIR /edgex-go/spire-build 23:17:50 ---> Running in 052ac3c3aba2 23:17:50 ---> Running in def088005661 23:17:50 Removing intermediate container 052ac3c3aba2 23:17:50 ---> 8bc641260c1e 23:17:50 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 23:17:50 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:17:50 Removing intermediate container def088005661 23:17:50 ---> 50b05e32f956 23:17:50 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 23:17:50 ---> Running in bf8a585a53ed 23:17:50 ---> Running in be77ae00e95d 23:17:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:17:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:17:51 Removing intermediate container be77ae00e95d 23:17:51 ---> ccf26a03c0c2 23:17:51 Step 11/23 : WORKDIR /edgex-go 23:17:51 Removing intermediate container bf8a585a53ed 23:17:51 ---> 15b85d879ae6 23:17:51 Step 11/24 : WORKDIR /edgex-go 23:17:51 ---> Running in b1bab7f20e46 23:17:51 ---> Running in a13ba277e8f7 23:17:51 Removing intermediate container a13ba277e8f7 23:17:51 ---> a5bdd8807cdd 23:17:51 23:17:51 Step 12/24 : FROM alpine:3.15 23:17:51 Removing intermediate container b1bab7f20e46 23:17:51 ---> daee4041d710 23:17:51 23:17:51 Step 12/23 : FROM alpine:3.15 23:17:52 3.15: Pulling from library/alpine 23:17:52 3.15: Pulling from library/alpine 23:17:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 23:17:53 Status: Downloaded newer image for alpine:3.15 23:17:53 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 23:17:53 Status: Image is up to date for alpine:3.15 23:17:53 ---> 5ce65d7b0fde 23:17:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:17:53 ---> 5ce65d7b0fde 23:17:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:17:53 ---> Running in a201fdca6a38 23:17:53 ---> Running in 5dbf0cffe8c0 23:17:53 Removing intermediate container 5dbf0cffe8c0 23:17:53 ---> e47a8e7dc3bd 23:17:53 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:17:53 Removing intermediate container a201fdca6a38 23:17:53 ---> 4e99ba7e3373 23:17:53 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:17:53 ---> Running in e51ff6b0305e 23:17:53 ---> Running in 6f819048e25c 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:17:54 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:17:54 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:17:54 OK: 15857 distinct packages available 23:17:54 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:17:54 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:17:54 OK: 15857 distinct packages available 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:17:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:17:55 (1/5) Installing dumb-init (1.2.5-r1) 23:17:55 (2/5) Installing musl-obstack (1.2.3-r0) 23:17:55 (3/5) Installing libucontext (1.1-r0) 23:17:55 (4/5) Installing gcompat (1.0.0-r4) 23:17:55 (5/5) Installing openssl (1.1.1t-r1) 23:17:55 Executing busybox-1.34.1-r7.trigger 23:17:55 OK: 7 MiB in 19 packages 23:17:55 (1/5) Installing dumb-init (1.2.5-r1) 23:17:55 (2/5) Installing musl-obstack (1.2.3-r0) 23:17:55 (3/5) Installing libucontext (1.1-r0) 23:17:55 (4/5) Installing gcompat (1.0.0-r4) 23:17:55 (5/5) Installing openssl (1.1.1t-r1) 23:17:55 Executing busybox-1.34.1-r7.trigger 23:17:55 OK: 7 MiB in 19 packages 23:17:56 Removing intermediate container 6f819048e25c 23:17:56 ---> 1bc78e5ac91b 23:17:56 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 23:17:56 Removing intermediate container e51ff6b0305e 23:17:56 ---> ab9b0578b35b 23:17:56 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:17:59 ---> d1e20322df8c 23:17:59 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:17:59 ---> dfcb56215917 23:17:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:18:00 ---> c46259d4f45f 23:18:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:18:01 ---> 5a8a9ecc6987 23:18:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:18:02 ---> 938ce61f4140 23:18:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:18:02 ---> 3c0c9c490c38 23:18:02 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:18:02 ---> Running in c8b89289d152 23:18:02 ---> 513578821d57 23:18:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:18:02 Removing intermediate container 79c4f48dec7b 23:18:02 ---> 5c5c40497f60 23:18:02 Successfully built 5c5c40497f60 23:18:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:02 Removing intermediate container c8b89289d152 23:18:02 ---> a1da4d386e44 23:18:02 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:18:02 ---> Running in b84e0bd1116e 23:18:03 + docker inspect -f . ci-base-image-arm64 23:18:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:18:03 Removing intermediate container b84e0bd1116e 23:18:03 ---> a01a714c318a 23:18:03 Step 21/23 : LABEL arch=x86_64 23:18:03 ---> Running in 515a67866613 23:18:03 prd-ubuntu20.04-docker-arm64-4c-16g-5909 does not seem to be running inside a container 23:18:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:18:03 ---> 957c27300f36 23:18:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:18:03 Removing intermediate container 515a67866613 23:18:03 ---> cae4417ac552 23:18:03 Step 22/23 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:18:03 ---> Running in a59b032bd23d 23:18:03 Removing intermediate container a59b032bd23d 23:18:03 ---> 64c191809c3b 23:18:03 Step 23/23 : LABEL version=3.0.0-dev.48 23:18:04 ---> 39e01e51672c 23:18:04 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:18:04 ---> Running in 9b64c37ef459 23:18:04 ---> Running in 26fa0e53370d 23:18:04 $ docker top 38c5dced685638d59c3984c54478a032acebfc5a78cd62bf10c0e6e63d1cf4d1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:04 Removing intermediate container 26fa0e53370d 23:18:04 ---> 040dfd7030d2 23:18:04 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:18:04 Removing intermediate container 9b64c37ef459 23:18:04 ---> 20fc879df8f9 23:18:04 23:18:04 Successfully built 20fc879df8f9 23:18:04 ---> Running in 8f29f270bfc0 23:18:04 Successfully tagged security-spire-server:latest 23:18:04  Building security-spire-server ... done Building support-scheduler 23:18:05 + go version 23:18:05 go version go1.18.7 linux/arm64 [Pipeline] } 23:18:05 $ docker stop --time=1 38c5dced685638d59c3984c54478a032acebfc5a78cd62bf10c0e6e63d1cf4d1 23:18:05 Removing intermediate container 8f29f270bfc0 23:18:05 ---> 191dc9984ba7 23:18:05 Step 22/24 : LABEL arch=x86_64 23:18:06 ---> Running in 25e97045f6c8 23:18:06 Removing intermediate container 25e97045f6c8 23:18:06 ---> 24b4cd7265b7 23:18:06 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:18:06 ---> Running in add62fbaa5bc 23:18:06 $ docker rm -f --volumes 38c5dced685638d59c3984c54478a032acebfc5a78cd62bf10c0e6e63d1cf4d1 [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 23:18:07 Removing intermediate container add62fbaa5bc 23:18:07 ---> 3b6b8944cbb6 23:18:07 Step 24/24 : LABEL version=3.0.0-dev.48 23:18:07 ---> Running in 1cd1e7395272 23:18:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:18:07 23:18:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:07 Removing intermediate container 1cd1e7395272 23:18:07 ---> fff8c8720427 23:18:07 23:18:07 Successfully built fff8c8720427 23:18:07 Successfully tagged security-spire-agent:latest 23:18:07 Building security-spiffe-token-provider 23:18:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:18:08 latest: Pulling from edgex-devops/edgex-compose-arm64 23:18:08 29e5d40040c1: Pulling fs layer 23:18:08 1ce36da41761: Pulling fs layer 23:18:08 25b303627fd3: Pulling fs layer 23:18:08 29e5d40040c1: Verifying Checksum 23:18:08 29e5d40040c1: Download complete 23:18:08  Building security-spire-agent ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:18:08 ---> 5f5c2e762da0 23:18:08 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:18:08 ---> Using cache 23:18:08 ---> ac1d0141b012 23:18:08 Step 4/22 : WORKDIR /edgex-go 23:18:08 ---> Using cache 23:18:08 ---> e857f0c14fef 23:18:08 Step 5/22 : RUN apk add --update --no-cache make git 23:18:08 1ce36da41761: Verifying Checksum 23:18:08 1ce36da41761: Download complete 23:18:08 29e5d40040c1: Pull complete 23:18:09 1ce36da41761: Pull complete 23:18:09 ---> Running in ad2686ec0d63 23:18:10 25b303627fd3: Verifying Checksum 23:18:10 25b303627fd3: Download complete 23:18:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:11 OK: 211 MiB in 51 packages 23:18:11 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:11 Step 2/19 : FROM ${BUILDER_BASE} AS builder 23:18:11 ---> 5f5c2e762da0 23:18:11 Step 3/19 : WORKDIR /edgex-go 23:18:11 ---> Using cache 23:18:11 ---> f6299fda1e3d 23:18:11 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 23:18:12 ---> Running in aa277aff99b2 23:18:12 Removing intermediate container ad2686ec0d63 23:18:12 ---> de82cb67c9db 23:18:12 Step 6/22 : COPY go.mod vendor* ./ 23:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:13 ---> 79e2cccb1025 23:18:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:13 v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 23:18:13 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 23:18:13 OK: 17046 distinct packages available 23:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:13 ---> Running in 2652df2fa0ff 23:18:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:13 OK: 211 MiB in 51 packages 23:18:14 Removing intermediate container aa277aff99b2 23:18:14 ---> 34580f892020 23:18:14 Step 5/19 : COPY go.mod vendor* ./ 23:18:14 ---> 31e6c4841d03 23:18:14 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:15 ---> Running in d60e410db159 23:18:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 23:18:20 Removing intermediate container e029447a69d9 23:18:20 ---> 4ea494022772 23:18:20 23:18:20 Step 9/32 : FROM alpine:3.16 23:18:20 3.16: Pulling from library/alpine 23:18:20 Removing intermediate container adfa1ef826ab 23:18:20 ---> 7c3290c4dc36 23:18:20 23:18:20 Step 9/21 : FROM alpine:3.16 23:18:20 3.16: Pulling from library/alpine 23:18:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:18:21 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:18:21 Status: Downloaded newer image for alpine:3.16 23:18:21 Status: Downloaded newer image for alpine:3.16 23:18:21 ---> dfd21b5a31f5 23:18:21 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:18:21 ---> dfd21b5a31f5 23:18:21 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 23:18:21 ---> Running in 294382c0dbdf 23:18:21 ---> Running in 8b26a7e9ecb7 23:18:21 Removing intermediate container 294382c0dbdf 23:18:21 ---> 69a5a226ba42 23:18:21 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 23:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:21 ---> Running in 7067aee0f88f 23:18:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:22 (1/6) Installing ca-certificates (20220614-r0) 23:18:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:22 25b303627fd3: Pull complete 23:18:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:18:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:18:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 23:18:22 (2/6) Installing brotli-libs (1.0.9-r6) 23:18:22 (3/6) Installing nghttp2-libs (1.47.0-r0) 23:18:22 (4/6) Installing libcurl (7.83.1-r5) 23:18:22 (5/6) Installing curl (7.83.1-r5) 23:18:22 (6/6) Installing dumb-init (1.2.5-r1) 23:18:22 Executing busybox-1.35.0-r17.trigger 23:18:22 Executing ca-certificates-20220614-r0.trigger 23:18:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:22 OK: 8 MiB in 20 packages [Pipeline] withDockerContainer 23:18:22 prd-ubuntu20.04-docker-arm64-4c-16g-5909 does not seem to be running inside a container 23:18:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:18:22 (1/2) Installing dumb-init (1.2.5-r1) 23:18:22 (2/2) Installing su-exec (0.2-r1) 23:18:22 Executing busybox-1.35.0-r17.trigger 23:18:22 OK: 6 MiB in 16 packages 23:18:24 Removing intermediate container 8b26a7e9ecb7 23:18:24 ---> b826499b80f1 23:18:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:18:24 ---> Running in 4606fbf594b6 23:18:24 Removing intermediate container 7067aee0f88f 23:18:24 ---> 79b8cfb207a4 23:18:24 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 23:18:24 ---> Running in 322cdc90287a 23:18:24 Removing intermediate container 485fe75fdcb3 23:18:24 ---> 7318ab007c33 23:18:24 23:18:24 Step 10/22 : FROM alpine:3.16 23:18:24 ---> dfd21b5a31f5 23:18:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:18:24 ---> Running in 4a8a55586ce9 23:18:24 Removing intermediate container 322cdc90287a 23:18:24 ---> 60326f42aa2f 23:18:24 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 23:18:24 Removing intermediate container 4606fbf594b6 23:18:24 ---> 00d1d751dce5 23:18:24 Step 12/21 : WORKDIR /edgex 23:18:24 ---> Running in 91ea2eabfc24 23:18:24 ---> Running in 938db1aac790 23:18:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:24 Removing intermediate container 91ea2eabfc24 23:18:24 ---> e49c58332285 23:18:24 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 23:18:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:24 Removing intermediate container 938db1aac790 23:18:24 ---> 2103b037c388 23:18:24 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:18:24 ---> Running in 016b64ea0aed 23:18:24 Removing intermediate container 016b64ea0aed 23:18:24 ---> b07b63d87d0d 23:18:24 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 23:18:24 ---> Running in 5ec1691d132a 23:18:24 ---> b0b838df332b 23:18:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:18:24 (1/2) Installing ca-certificates (20220614-r0) 23:18:24 (2/2) Installing dumb-init (1.2.5-r1) 23:18:24 Executing busybox-1.35.0-r17.trigger 23:18:24 Executing ca-certificates-20220614-r0.trigger 23:18:24 Removing intermediate container 5ec1691d132a 23:18:24 ---> aaa2ea4e3628 23:18:24 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 23:18:24 $ docker top 2cc75fd9b6e1b2f9315c5c650616bbe6bd933900e31add32e2bbfff04be242fc -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:25 OK: 6 MiB in 16 packages 23:18:25 ---> Running in 0e0381d41aa1 23:18:25 ---> fe916dab0951 23:18:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:18:25 Removing intermediate container 4a8a55586ce9 23:18:25 ---> cfa01c1dcc39 23:18:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:18:25 ---> 74fd5b3ccda8 23:18:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:18:25 ---> Running in 4c0a6a5361a7 23:18:25 + docker-compose build --help 23:18:25 + grep parallel 23:18:25 Removing intermediate container 4c0a6a5361a7 23:18:25 ---> 248d6536ef71 23:18:25 ---> 3a1c15fe42b9 23:18:25 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 13/22 : ENV APP_PORT=59860 23:18:25 23:18:25 ---> Running in 279dc8c58580 23:18:25 ---> Running in c20636952e32 23:18:25 Removing intermediate container 0e0381d41aa1 23:18:25 ---> a5cb26a29a16 23:18:25 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 23:18:26 ---> Running in 4e66759d004e 23:18:26 Removing intermediate container c20636952e32 23:18:26 ---> 5e55ba15f067 23:18:26 Step 14/22 : EXPOSE $APP_PORT 23:18:26 ---> Running in 870a9bb7b844 23:18:26 Removing intermediate container 4e66759d004e 23:18:26 ---> 71f2896562f9 23:18:26 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 23:18:26 Removing intermediate container 870a9bb7b844 23:18:26 ---> 96502bb5fc20 23:18:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:26 ---> 4cf14cf7e4f3 23:18:26 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 23:18:26 ---> Running in f3deb2f8e543 23:18:26 ---> 521ae69d450a 23:18:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:18:27 Removing intermediate container 279dc8c58580 23:18:27 ---> f14efe9cb467 23:18:27 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 23:18:27 ---> Running in 6fa5a63e92c2 23:18:27 ---> 99c6ad7cb89d 23:18:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:18:27 Removing intermediate container 6fa5a63e92c2 23:18:27 ---> e8a6b7e8c0c1 23:18:27 Step 19/21 : LABEL arch=x86_64 23:18:27 ---> 64e3cd911151 23:18:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:18:27 ---> Running in 74b3c9e33465 23:18:27 ---> Running in eb3675ff1712 23:18:27 Removing intermediate container f3deb2f8e543 23:18:27 ---> cd7c62616b2a 23:18:27 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:27 Removing intermediate container 74b3c9e33465 23:18:27 ---> 14d9e53468a6 23:18:27 Step 20/21 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:18:27 ---> Running in fbca54239c4f 23:18:27 Removing intermediate container eb3675ff1712 23:18:27 ---> 7fa7984748c1 23:18:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:18:27 ---> Running in 8def23b724f0 23:18:27 ---> 803afaabfb48 23:18:27 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:18:27 Removing intermediate container fbca54239c4f 23:18:27 ---> a69c75a3cf43 23:18:27 Step 21/21 : LABEL version=3.0.0-dev.48 23:18:27 Removing intermediate container 8def23b724f0 23:18:27 ---> fe88c627377d 23:18:27 Step 20/22 : LABEL arch=x86_64 23:18:27 ---> Running in 7b676bec322b 23:18:27 ---> Running in d8002b62d701 23:18:28 Removing intermediate container 7b676bec322b 23:18:28 ---> 47371a2112ed 23:18:28 23:18:28 Removing intermediate container d8002b62d701 23:18:28 ---> 8ef30df94b92 23:18:28 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:18:28 Successfully built 47371a2112ed 23:18:28 Successfully tagged security-proxy-setup:latest 23:18:28 Building core-common-config-bootstrapper 23:18:28  Building security-proxy-setup ... done  ---> Running in 771aa0d96a33 23:18:28 ---> d7c87362f22a 23:18:28 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:18:30 --parallel Build images in parallel. [Pipeline] } 23:18:30 $ docker stop --time=1 2cc75fd9b6e1b2f9315c5c650616bbe6bd933900e31add32e2bbfff04be242fc 23:18:30 Removing intermediate container 771aa0d96a33 23:18:30 ---> 9d94d5fa83ae 23:18:30 Step 22/22 : LABEL version=3.0.0-dev.48 23:18:30 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:18:30 ---> 5f5c2e762da0 23:18:30 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:18:30 ---> Using cache 23:18:30 ---> ac1d0141b012 23:18:30 Step 4/22 : WORKDIR /edgex-go 23:18:30 ---> Using cache 23:18:30 ---> e857f0c14fef 23:18:30 Step 5/22 : RUN apk add --update --no-cache make git 23:18:30 ---> Using cache 23:18:30 ---> de82cb67c9db 23:18:30 Step 6/22 : COPY go.mod vendor* ./ 23:18:30 ---> Using cache 23:18:30 ---> 79e2cccb1025 23:18:30 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:31 ---> 73107504ac21 23:18:31 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:18:31 ---> Running in 7953f54f886c 23:18:31 ---> Running in 9696d64ce1d2 23:18:32 $ docker rm -f --volumes 2cc75fd9b6e1b2f9315c5c650616bbe6bd933900e31add32e2bbfff04be242fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:18:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:18:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:18:32 prd-ubuntu20.04-docker-arm64-4c-16g-5909 does not seem to be running inside a container 23:18:32 ---> d98451d6f8d8 23:18:32 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 23:18:32 $ 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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:18:33 Removing intermediate container 7953f54f886c 23:18:33 ---> 627ccd290a85 23:18:33 23:18:33 Successfully built 627ccd290a85 23:18:33 Successfully tagged support-notifications:latest 23:18:33 Building core-metadata 23:18:33  Building support-notifications ... done  ---> b0999b65bb38 23:18:33 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 23:18:34 $ docker top 4479d7672acab2c17ef7d72196e384912cd084cd266a7fa717edebdc4da4287b -eo pid,comm [Pipeline] { [Pipeline] sh 23:18:35 + docker-compose -f ./docker-compose-build.yml build --parallel 23:18:36 ---> 14a196cd3107 23:18:36 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:18:36 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:18:36 ---> 5f5c2e762da0 23:18:36 Step 3/24 : ARG ADD_BUILD_TAGS="" 23:18:36 ---> Using cache 23:18:36 ---> ac1d0141b012 23:18:36 Step 4/24 : WORKDIR /edgex-go 23:18:36 ---> Using cache 23:18:36 ---> e857f0c14fef 23:18:36 Step 5/24 : RUN apk add --update --no-cache make git 23:18:36 ---> Using cache 23:18:36 ---> de82cb67c9db 23:18:36 Step 6/24 : COPY go.mod vendor* ./ 23:18:36 ---> Using cache 23:18:36 ---> 79e2cccb1025 23:18:36 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:37 ---> 873744716799 23:18:37 Step 27/32 : RUN chmod +x /entrypoint.sh 23:18:37 ---> Running in f9f089d9163d 23:18:37 ---> Running in ad78f2496da7 23:18:39 Removing intermediate container ad78f2496da7 23:18:39 ---> 846d8b38818a 23:18:39 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:18:39 ---> Running in 6d653247dafb 23:18:39 Removing intermediate container 6d653247dafb 23:18:39 ---> 2626eb221566 23:18:39 Step 29/32 : CMD ["gate"] 23:18:39 ---> Running in 83e3dd924441 23:18:39 Removing intermediate container 83e3dd924441 23:18:39 ---> 6cf179f72cbf 23:18:39 Step 30/32 : LABEL arch=x86_64 23:18:39 ---> Running in 29f12660d0f8 23:18:40 Removing intermediate container 29f12660d0f8 23:18:40 ---> d81e75b633c3 23:18:40 Step 31/32 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:18:40 ---> Running in 4d5a5e9fada1 23:18:40 Removing intermediate container 4d5a5e9fada1 23:18:40 ---> bb14e492d577 23:18:40 Step 32/32 : LABEL version=3.0.0-dev.48 23:18:40 ---> Running in 3540177fe3c3 23:18:40 Removing intermediate container 3540177fe3c3 23:18:40 ---> 65eb96846b67 23:18:40 23:18:40 Successfully built 65eb96846b67 23:18:40 Successfully tagged security-bootstrapper:latest 23:18:40  Building security-bootstrapper ... done Building security-secretstore-setup 23:18:41 Removing intermediate container 2652df2fa0ff 23:18:41 ---> a38c65a3a0bd 23:18:41 Step 8/22 : COPY . . 23:18:41 Building core-command ... 23:18:41 Building core-common-config-bootstrapper ... 23:18:41 Building core-data ... 23:18:41 Building core-metadata ... 23:18:41 Building security-bootstrapper ... 23:18:41 Building security-proxy-setup ... 23:18:41 Building security-secretstore-setup ... 23:18:41 Building security-spiffe-token-provider ... 23:18:41 Building security-spire-agent ... 23:18:41 Building security-spire-config ... 23:18:41 Building security-spire-server ... 23:18:41 Building support-notifications ... 23:18:41 Building support-scheduler ... 23:18:41 Building core-data 23:18:41 Building security-spiffe-token-provider 23:18:41 Building security-spire-agent 23:18:41 Building security-secretstore-setup 23:18:41 Building support-notifications 23:18:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:18:44 ---> 5f5c2e762da0 23:18:44 Step 3/24 : WORKDIR /edgex-go 23:18:44 ---> Using cache 23:18:44 ---> f6299fda1e3d 23:18:44 Step 4/24 : RUN apk add --update --no-cache make git 23:18:46 ---> Running in 9c5255ca44c2 23:18:46 ---> 2e268d04eebc 23:18:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:18:47 ---> Running in cb116fd7ff0c 23:18:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:18:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:18:47 Removing intermediate container d60e410db159 23:18:47 ---> 93842554d714 23:18:47 Step 7/19 : COPY . . 23:18:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:18:47 OK: 211 MiB in 51 packages 23:18:49 Removing intermediate container 9c5255ca44c2 23:18:49 ---> 7b292a750a63 23:18:49 Step 5/24 : COPY go.mod vendor* ./ 23:18:49 ---> a6385475f1c4 23:18:49 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:18:49 ---> Running in 683e4a3bff12 23:18:54 ---> c095fe9433df 23:18:54 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:18:54 ---> Running in 619bfd9642f2 23:18:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:18:54 ---> 5c5c40497f60 23:18:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:18:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:18:54 ---> 5c5c40497f60 23:18:54 Step 3/24 : WORKDIR /edgex-go 23:18:54 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:54 Step 2/19 : FROM ${BUILDER_BASE} AS builder 23:18:54 ---> 5c5c40497f60 23:18:54 Step 3/19 : WORKDIR /edgex-go 23:18:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:18:54 ---> 5c5c40497f60 23:18:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:18:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:18:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:18:54 ---> 5c5c40497f60 23:18:54 Step 3/24 : WORKDIR /edgex-go 23:18:54 ---> Running in b7ca261a2e39 23:18:54 ---> Running in 7d54cdde58a9 23:18:54 ---> Running in fae41402e66e 23:18:54 ---> Running in 3fb6107810e6 23:18:54 ---> Running in 7fa1c3add576 23:18:54 Removing intermediate container b7ca261a2e39 23:18:54 ---> b4af643c5636 23:18:54 Step 4/24 : RUN apk add --update --no-cache make git 23:18:54 ---> Running in 4e57bb142059 23:18:54 Removing intermediate container 7fa1c3add576 23:18:54 ---> 3cda5ec93bb6 23:18:54 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:18:54 Removing intermediate container 3fb6107810e6 23:18:54 ---> 3aa3a2635ca9 23:18:54 Step 4/22 : WORKDIR /edgex-go 23:18:54 Removing intermediate container 7d54cdde58a9 23:18:54 ---> 2fb9b3955abe 23:18:54 Step 4/22 : WORKDIR /edgex-go 23:18:54 Removing intermediate container fae41402e66e 23:18:54 ---> b08a627499a1 23:18:54 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 23:18:54 ---> Running in 18841d4e672c 23:18:54 ---> Running in 8268363f52ac 23:18:54 ---> Running in f3cf9352d293 23:18:54 ---> Running in 04538aca5096 23:18:54 Removing intermediate container f3cf9352d293 23:18:54 ---> 105ef72faaab 23:18:54 Step 5/22 : RUN apk add --update --no-cache make git 23:18:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 23:18:54 Removing intermediate container 8268363f52ac 23:18:54 ---> b8188bff4a77 23:18:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:18:54 ---> Running in 4cc1338c5f88 23:18:54 ---> Running in 2a6215ef60c0 23:18:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:18:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:18:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:18:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:19:01 v3.16.4-5-gee65a57148a [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 23:19:01 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 23:19:01 OK: 16903 distinct packages available 23:19:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:19:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:19:03 OK: 221 MiB in 51 packages 23:19:03 OK: 221 MiB in 51 packages 23:19:03 OK: 221 MiB in 51 packages 23:19:03 OK: 221 MiB in 51 packages 23:19:04 OK: 221 MiB in 51 packages 23:19:04 Removing intermediate container 9696d64ce1d2 23:19:04 ---> 6e2fc39f9184 23:19:04 Step 8/22 : COPY . . 23:19:05 Removing intermediate container 2a6215ef60c0 23:19:05 ---> 9d35b6bd2946 23:19:05 Step 6/22 : COPY go.mod vendor* ./ 23:19:05 Removing intermediate container 4e57bb142059 23:19:05 ---> 51c35a8a4d6a 23:19:05 Step 5/24 : COPY go.mod vendor* ./ 23:19:05 Removing intermediate container 18841d4e672c 23:19:05 ---> e7a716b6a395 23:19:05 Step 5/24 : COPY go.mod vendor* ./ 23:19:05 Removing intermediate container 4cc1338c5f88 23:19:05 ---> cfc8ce7c8845 23:19:05 Step 6/22 : COPY go.mod vendor* ./ 23:19:06 Removing intermediate container 04538aca5096 23:19:06 ---> 65b23188445f 23:19:06 Step 5/19 : COPY go.mod vendor* ./ 23:19:06 ---> daafb16a2769 23:19:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:06 ---> 549c64a92334 23:19:06 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:06 ---> Running in 47560125b045 23:19:07 ---> 00c4bc048b0e 23:19:07 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:07 ---> Running in 8deefc322120 23:19:07 ---> 2fe273b6dafe 23:19:07 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:07 ---> Running in 117fd1b36444 23:19:07 ---> bb19b0b8b77f 23:19:07 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:07 ---> Running in a7520236a354 23:19:07 ---> Running in c30ffc45e958 23:19:11 ---> 3daa4597ecd4 23:19:11 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:19:11 ---> Running in eb9e4a8fb1fc 23:19:11 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:19:18 Removing intermediate container f9f089d9163d 23:19:18 ---> d6b9968be9d0 23:19:18 Step 8/24 : COPY . . 23:19:24 Removing intermediate container cb116fd7ff0c 23:19:24 ---> e350884735d0 23:19:24 23:19:24 Step 10/22 : FROM alpine:3.16 23:19:24 ---> dfd21b5a31f5 23:19:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:19:24 ---> Running in a457676e3aa5 23:19:25 ---> 043a61ac9717 23:19:25 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 23:19:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:19:25 ---> Running in 7b4c035037ff 23:19:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:19:25 Removing intermediate container 683e4a3bff12 23:19:25 ---> 72d6c4944f40 23:19:25 Step 7/24 : COPY . . 23:19:25 (1/1) Installing dumb-init (1.2.5-r1) 23:19:25 Executing busybox-1.35.0-r17.trigger 23:19:25 OK: 6 MiB in 15 packages 23:19:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:19:27 Removing intermediate container 619bfd9642f2 23:19:27 ---> 6cfb783d0c03 23:19:27 23:19:27 Step 9/19 : FROM alpine:3.15 23:19:27 ---> 5ce65d7b0fde 23:19:27 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:19:27 ---> Using cache 23:19:27 ---> 4e99ba7e3373 23:19:27 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:19:27 Removing intermediate container a457676e3aa5 23:19:27 ---> 5f33c1b36062 23:19:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:19:28 ---> Running in 63a499eca3c8 23:19:28 ---> Running in 21b070660486 23:19:28 Removing intermediate container 21b070660486 23:19:28 ---> c5556772e180 23:19:28 Step 13/22 : ENV APP_PORT=59861 23:19:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:19:28 ---> Running in 44b672cfd98c 23:19:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:19:28 Removing intermediate container 44b672cfd98c 23:19:28 ---> 99bc861874f9 23:19:28 Step 14/22 : EXPOSE $APP_PORT 23:19:28 ---> Running in 5dcbf4d12db4 23:19:29 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:19:29 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:19:29 OK: 15857 distinct packages available 23:19:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:19:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:19:29 Removing intermediate container 5dcbf4d12db4 23:19:29 ---> e5493c12f4d3 23:19:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:29 (1/9) Installing ca-certificates (20220614-r0) 23:19:29 (2/9) Installing brotli-libs (1.0.9-r5) 23:19:29 (3/9) Installing nghttp2-libs (1.46.0-r0) 23:19:29 (4/9) Installing libcurl (7.80.0-r5) 23:19:29 (5/9) Installing curl (7.80.0-r5) 23:19:29 (6/9) Installing dumb-init (1.2.5-r1) 23:19:29 (7/9) Installing musl-obstack (1.2.3-r0) 23:19:29 (8/9) Installing libucontext (1.1-r0) 23:19:29 (9/9) Installing gcompat (1.0.0-r4) 23:19:29 Executing busybox-1.34.1-r7.trigger 23:19:29 Executing ca-certificates-20220614-r0.trigger 23:19:29 OK: 8 MiB in 23 packages 23:19:29 ---> bfa0c1e1875b 23:19:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:19:31 ---> fa88eb13ca66 23:19:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:19:31 Removing intermediate container 63a499eca3c8 23:19:31 ---> 8bc2372ed3b2 23:19:31 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:31 ---> dca818db71c2 23:19:31 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:19:31 ---> 8c197fe31ab3 23:19:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:19:31 ---> 84e017eb7610 23:19:31 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:19:31 ---> Running in f6318eaf7115 23:19:31 ---> Running in 092ac8b1357a 23:19:32 Removing intermediate container 092ac8b1357a 23:19:32 ---> 698370908786 23:19:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:19:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:19:32 ---> Running in 0b7de4533814 23:19:32 ---> 18193fa4546d 23:19:32 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 23:19:33 Removing intermediate container eb9e4a8fb1fc 23:19:33 ---> 5c8f4f6cfae4 23:19:33 23:19:33 Step 10/22 : FROM alpine:3.16 23:19:33 ---> dfd21b5a31f5 23:19:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:19:33 Removing intermediate container 0b7de4533814 23:19:33 ---> 908546edfffe 23:19:33 Step 20/22 : LABEL arch=x86_64 23:19:33 ---> Running in d00d688fe72d 23:19:33 ---> Running in f862bd6cd447 23:19:33 ---> e3c786667122 23:19:33 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 23:19:33 ---> Running in 652bafe97d10 23:19:33 Removing intermediate container d00d688fe72d 23:19:33 ---> a3168974156f 23:19:33 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:19:33 ---> Running in a0c1f119c98e 23:19:33 Removing intermediate container f862bd6cd447 23:19:33 ---> 488e369bd2b6 23:19:33 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:19:33 Removing intermediate container 652bafe97d10 23:19:33 ---> 21f4a07861d6 23:19:33 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:19:33 ---> Running in a9e26f426ee2 23:19:33 ---> Running in e40a979e84f3 23:19:33 Removing intermediate container a0c1f119c98e 23:19:33 ---> 8b7800a4d65c 23:19:33 Step 22/22 : LABEL version=3.0.0-dev.48 23:19:33 ---> Running in 53679b30a264 23:19:33 Removing intermediate container e40a979e84f3 23:19:33 ---> 85d952baee27 23:19:33 Step 17/19 : LABEL arch=x86_64 23:19:34 ---> Running in 2cb120e9ee62 23:19:34 Removing intermediate container 53679b30a264 23:19:34 ---> 37b05af64aab 23:19:34 23:19:34 Successfully built 37b05af64aab 23:19:34 Successfully tagged support-scheduler:latest 23:19:34 Building core-data 23:19:34  Building support-scheduler ... done Removing intermediate container 2cb120e9ee62 23:19:34 ---> afb3461bec24 23:19:34 Step 18/19 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:19:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:19:34 ---> Running in 65ad2bc5b37b 23:19:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:19:34 (1/1) Installing dumb-init (1.2.5-r1) 23:19:34 Executing busybox-1.35.0-r17.trigger 23:19:34 OK: 6 MiB in 15 packages 23:19:36 Removing intermediate container 65ad2bc5b37b 23:19:36 ---> b5d6c84b7b23 23:19:36 Step 19/19 : LABEL version=3.0.0-dev.48 23:19:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:19:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:19:37 ---> 5f5c2e762da0 23:19:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:19:37 ---> Using cache 23:19:37 ---> ac1d0141b012 23:19:37 Step 4/22 : WORKDIR /edgex-go 23:19:37 ---> Using cache 23:19:37 ---> e857f0c14fef 23:19:37 Step 5/22 : RUN apk add --update --no-cache make git 23:19:37 ---> Using cache 23:19:37 ---> de82cb67c9db 23:19:37 Step 6/22 : COPY go.mod vendor* ./ 23:19:37 ---> Using cache 23:19:37 ---> 79e2cccb1025 23:19:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:37 ---> Using cache 23:19:37 ---> d6b9968be9d0 23:19:37 Step 8/22 : COPY . . 23:19:37 ---> Using cache 23:19:37 ---> 043a61ac9717 23:19:37 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 23:19:37 ---> Running in ea0949431640 23:19:37 ---> Running in 38c02f770fc2 23:19:37 Removing intermediate container ea0949431640 23:19:37 ---> 6b4b529dcbfa 23:19:37 23:19:37 Removing intermediate container a9e26f426ee2 23:19:37 ---> 11e4daeccda9 23:19:37 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:37 Successfully built 6b4b529dcbfa 23:19:37 Successfully tagged security-spiffe-token-provider:latest 23:19:37 Building core-command 23:19:37  Building security-spiffe-token-provider ... done go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 23:19:39 ---> c38118dcd80c 23:19:39 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:19:40 ---> 3870ebbf20bf 23:19:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:19:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:19:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:19:41 ---> 5f5c2e762da0 23:19:41 Step 3/23 : ARG ADD_BUILD_TAGS="" 23:19:41 ---> Using cache 23:19:41 ---> ac1d0141b012 23:19:41 Step 4/23 : WORKDIR /edgex-go 23:19:41 ---> Using cache 23:19:41 ---> e857f0c14fef 23:19:41 Step 5/23 : RUN apk add --update --no-cache make git 23:19:41 ---> Using cache 23:19:41 ---> de82cb67c9db 23:19:41 Step 6/23 : COPY go.mod vendor* ./ 23:19:41 ---> Using cache 23:19:41 ---> 79e2cccb1025 23:19:41 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:41 ---> Using cache 23:19:41 ---> d6b9968be9d0 23:19:41 Step 8/23 : COPY . . 23:19:41 ---> Using cache 23:19:41 ---> 043a61ac9717 23:19:41 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 23:19:41 ---> Running in 1288440fc268 23:19:41 ---> 93c8c888990b 23:19:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:19:41 ---> a876a2233383 23:19:41 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:19:41 ---> Running in 436500d4bd72 23:19:41 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 23:19:43 Removing intermediate container 436500d4bd72 23:19:43 ---> 027556f29d72 23:19:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:19:43 ---> Running in d03ffc7073fc 23:19:43 Removing intermediate container d03ffc7073fc 23:19:43 ---> 8910d7272580 23:19:43 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 23:19:43 ---> Running in da349527ad54 23:19:44 Removing intermediate container da349527ad54 23:19:44 ---> 3cac29c02756 23:19:44 Step 20/22 : LABEL arch=x86_64 23:19:44 ---> Running in ca853bdd1fa2 23:19:44 Removing intermediate container ca853bdd1fa2 23:19:44 ---> 9e6d63f77efc 23:19:44 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:19:44 ---> Running in 5368f48795e3 23:19:45 Removing intermediate container 5368f48795e3 23:19:45 ---> e354fada318d 23:19:45 Step 22/22 : LABEL version=3.0.0-dev.48 23:19:45 ---> Running in abe15f2a72ed 23:19:45 Removing intermediate container abe15f2a72ed 23:19:45 ---> d3a9a9a488bc 23:19:45 23:19:45 Successfully built d3a9a9a488bc 23:19:45 Successfully tagged core-common-config-bootstrapper:latest 23:19:45  Building core-common-config-bootstrapper ... done Building security-spire-config 23:19:49 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:19:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:19:49 ---> 5f5c2e762da0 23:19:49 Step 3/24 : WORKDIR /edgex-go 23:19:49 ---> Using cache 23:19:49 ---> f6299fda1e3d 23:19:49 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:19:49 ---> Using cache 23:19:49 ---> 6f24f6fc0076 23:19:49 Step 5/24 : COPY go.mod vendor* ./ 23:19:49 ---> Using cache 23:19:49 ---> 8dcde91c93f7 23:19:49 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:19:49 ---> Using cache 23:19:49 ---> bfea988966cc 23:19:49 Step 7/24 : COPY . . 23:19:49 ---> Using cache 23:19:49 ---> d02c6a9be7dd 23:19:49 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:19:49 ---> Using cache 23:19:49 ---> 66a9aa7fcf73 23:19:49 Step 9/24 : WORKDIR /edgex-go/spire-build 23:19:49 ---> Using cache 23:19:49 ---> 8bc641260c1e 23:19: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 23:19:49 ---> Using cache 23:19:49 ---> 15b85d879ae6 23:19:49 Step 11/24 : WORKDIR /edgex-go 23:19:49 ---> Using cache 23:19:49 ---> a5bdd8807cdd 23:19:49 23:19:49 Step 12/24 : FROM alpine:3.15 23:19:49 ---> 5ce65d7b0fde 23:19:49 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:19:49 ---> Using cache 23:19:49 ---> 4e99ba7e3373 23:19:49 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 23:19:49 ---> Running in 9fa3d22b1889 23:19:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:19:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:19:50 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:19:50 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:19:50 OK: 15857 distinct packages available 23:19:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 23:19:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 23:19:52 (1/4) Installing dumb-init (1.2.5-r1) 23:19:52 (2/4) Installing musl-obstack (1.2.3-r0) 23:19:52 (3/4) Installing libucontext (1.1-r0) 23:19:52 (4/4) Installing gcompat (1.0.0-r4) 23:19:52 Executing busybox-1.34.1-r7.trigger 23:19:52 OK: 6 MiB in 18 packages 23:19:53 Removing intermediate container 7b4c035037ff 23:19:53 ---> 91594b94575e 23:19:53 23:19:53 Step 10/24 : FROM alpine:3.16 23:19:53 ---> dfd21b5a31f5 23:19:53 Step 11/24 : RUN apk add --update --no-cache dumb-init 23:19:53 ---> Using cache 23:19:53 ---> 5f33c1b36062 23:19:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:19:53 ---> Using cache 23:19:53 ---> c5556772e180 23:19:53 Step 13/24 : ENV APP_PORT=59881 23:19:53 ---> Running in 6f6513544305 23:19:53 Removing intermediate container 9fa3d22b1889 23:19:53 ---> f88df4fcf5b8 23:19:53 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:19:53 Removing intermediate container 6f6513544305 23:19:53 ---> e9325e3049bd 23:19:53 Step 14/24 : EXPOSE $APP_PORT 23:19:53 ---> Running in c2cac1c67a30 23:19:54 Removing intermediate container c2cac1c67a30 23:19:54 ---> ec2c589ce1ef 23:19:54 Step 15/24 : WORKDIR / 23:19:54 ---> Running in ef1ab8bcc422 23:19:54 Removing intermediate container ef1ab8bcc422 23:19:54 ---> 507f13d187ea 23:19:54 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:19:55 ---> ea3ff4b6c657 23:19:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:19:55 ---> 261b5f6201cc 23:19:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:19:56 ---> 9c568c490aad 23:19:56 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 23:19:56 ---> Running in f44c20c1f101 23:19:56 ---> 33026eaa82f9 23:19:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:19:56 Removing intermediate container f44c20c1f101 23:19:56 ---> 754f6d955ccd 23:19:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:19:56 ---> 4e3353278c0c 23:19:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 23:19:56 ---> ce579ba47e0e 23:19:56 Step 19/24 : WORKDIR / 23:19:56 ---> Running in 8dc6f784a4ca 23:19:56 ---> 2c1320e87e7a 23:19:56 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:19:56 Removing intermediate container 8dc6f784a4ca 23:19:56 ---> ccf24af74392 23:19:56 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:19:56 ---> Running in 78ab945c6111 23:19:56 ---> Running in 41fe08dbcc53 23:19:57 Removing intermediate container 78ab945c6111 23:19:57 ---> 5394b35bc10f 23:19:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:19:57 Removing intermediate container 41fe08dbcc53 23:19:57 ---> 732745401b80 23:19:57 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:19:57 ---> Running in 1bd187d23817 23:19:57 ---> Running in 7d98d3167341 23:19:57 Removing intermediate container 1bd187d23817 23:19:57 ---> 31e075222695 23:19:57 Step 22/24 : LABEL arch=x86_64 23:19:57 Removing intermediate container 7d98d3167341 23:19:57 ---> 9cc3b0b5984f 23:19:57 Step 22/24 : LABEL arch=x86_64 23:19:57 ---> Running in d0dcad772bb2 23:19:57 ---> Running in 91d031df6ec0 23:19:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:19:57 Removing intermediate container d0dcad772bb2 23:19:57 ---> 678513f295c9 23:19:57 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:19:57 Removing intermediate container 91d031df6ec0 23:19:57 ---> d9565b8c5142 23:19:57 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:19:57 ---> Running in f708464e1e35 23:19:57 ---> Running in 80c8e9a74696 23:19:57 Removing intermediate container f708464e1e35 23:19:57 ---> 8ab96a548596 23:19:57 Step 24/24 : LABEL version=3.0.0-dev.48 23:19:57 Removing intermediate container 80c8e9a74696 23:19:57 ---> 89bc47dd3e5a 23:19:57 Step 24/24 : LABEL version=3.0.0-dev.48 23:19:57 ---> Running in 3b3ba62a7fa3 23:19:57 ---> Running in 5fd5eef25773 23:19:57 Removing intermediate container 3b3ba62a7fa3 23:19:57 ---> 547b84a1a814 23:19:57 23:19:57 Removing intermediate container 5fd5eef25773 23:19:57 ---> 8bb50b0e1c51 23:19:57 23:19:58 Successfully built 547b84a1a814 23:19:58 Successfully tagged core-metadata:latest 23:19:58  Building core-metadata ... done Successfully built 8bb50b0e1c51 23:19:58 Successfully tagged security-spire-config:latest 23:20:01  Building security-spire-config ... done Removing intermediate container f6318eaf7115 23:20:01 ---> 23d5884a3cc2 23:20:01 23:20:01 Step 9/24 : FROM alpine:3.16 23:20:01 ---> dfd21b5a31f5 23:20:01 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 23:20:01 ---> Running in 4cdf3ee69341 23:20:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:20:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:20:02 (1/3) Installing ca-certificates (20220614-r0) 23:20:02 (2/3) Installing dumb-init (1.2.5-r1) 23:20:02 (3/3) Installing su-exec (0.2-r1) 23:20:02 Executing busybox-1.35.0-r17.trigger 23:20:02 Executing ca-certificates-20220614-r0.trigger 23:20:02 OK: 6 MiB in 17 packages 23:20:02 Removing intermediate container 4cdf3ee69341 23:20:02 ---> 72c58c145d66 23:20:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:20:02 ---> Running in 950bd57865dc 23:20:02 Removing intermediate container 950bd57865dc 23:20:02 ---> 41bad8150a1f 23:20:02 Step 12/24 : WORKDIR / 23:20:02 ---> Running in 5d3201b9c921 23:20:03 Removing intermediate container 5d3201b9c921 23:20:03 ---> b3442b714907 23:20:03 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:20:03 ---> c7bef2e189ad 23:20:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:20:03 ---> a15a650a8ebd 23:20:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:20:03 ---> 91724fe8ef53 23:20:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 23:20:04 ---> 9812a0065c37 23:20:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:20:04 ---> d4be528e08ad 23:20:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:20:05 ---> 87e820a961c3 23:20:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:20:05 ---> 99563887fea8 23:20:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:20:05 ---> Running in 2a3933d012c8 23:20:05 Removing intermediate container 38c02f770fc2 23:20:05 ---> ddb0c3f7ab1c 23:20:05 23:20:05 Step 10/22 : FROM alpine:3.16 23:20:05 ---> dfd21b5a31f5 23:20:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:20:05 ---> Running in fb060e4da6d3 23:20:06 Removing intermediate container fb060e4da6d3 23:20:06 ---> 3aeafeb19bd6 23:20:06 Step 12/22 : ENV APP_PORT=59880 23:20:06 ---> Running in b7efd075448a 23:20:06 Removing intermediate container b7efd075448a 23:20:06 ---> 6d0c5a1d14f2 23:20:06 Step 13/22 : EXPOSE $APP_PORT 23:20:06 ---> Running in e50309f71b00 23:20:06 Removing intermediate container e50309f71b00 23:20:06 ---> 7a773d212c4a 23:20:06 Step 14/22 : RUN apk add --update --no-cache dumb-init 23:20:06 ---> Running in 02dfcb6bcbe4 23:20:06 Removing intermediate container 2a3933d012c8 23:20:06 ---> de01e8d09816 23:20:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:20:06 ---> Running in ccfac29c90fc 23:20:06 Removing intermediate container ccfac29c90fc 23:20:06 ---> 72faf0e8d85e 23:20:06 Step 22/24 : LABEL arch=x86_64 23:20:06 ---> Running in 75590447afaf 23:20:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 23:20:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 23:20:06 Removing intermediate container 75590447afaf 23:20:06 ---> f70660f43a51 23:20:06 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:07 ---> Running in 5ea224c4b416 23:20:07 Removing intermediate container 5ea224c4b416 23:20:07 ---> c6e780769e17 23:20:07 Step 24/24 : LABEL version=3.0.0-dev.48 23:20:07 (1/1) Installing dumb-init (1.2.5-r1) 23:20:07 Executing busybox-1.35.0-r17.trigger 23:20:07 OK: 6 MiB in 15 packages 23:20:07 ---> Running in 57c832029605 23:20:07 Removing intermediate container 57c832029605 23:20:07 ---> 4b99a1ebaa0e 23:20:07 23:20:07 Successfully built 4b99a1ebaa0e 23:20:07 Successfully tagged security-secretstore-setup:latest 23:20:07  Building security-secretstore-setup ... done Removing intermediate container 1288440fc268 23:20:07 ---> 8361eddf9f80 23:20:07 23:20:07 Step 10/23 : FROM alpine:3.16 23:20:07 ---> dfd21b5a31f5 23:20:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:20:07 ---> Using cache 23:20:07 ---> 5f33c1b36062 23:20:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:20:07 ---> Using cache 23:20:07 ---> c5556772e180 23:20:07 Step 13/23 : ENV APP_PORT=59882 23:20:07 ---> Running in 0065ee41bb7c 23:20:07 Removing intermediate container 02dfcb6bcbe4 23:20:07 ---> 8d8919b94034 23:20:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:20:07 Removing intermediate container 0065ee41bb7c 23:20:07 ---> 60228f336c19 23:20:07 Step 14/23 : EXPOSE $APP_PORT 23:20:07 ---> Running in 4507b608d4c8 23:20:07 ---> 0ff3f03a41d4 23:20:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:20:07 Removing intermediate container 4507b608d4c8 23:20:07 ---> f7608ba6ae34 23:20:07 Step 15/23 : WORKDIR / 23:20:07 ---> Running in 70212b687a99 23:20:08 Removing intermediate container 70212b687a99 23:20:08 ---> da1cfa837a8c 23:20:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:20:08 ---> e49b12f3c0ca 23:20:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:20:08 ---> c75b8b0c446e 23:20:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:20:08 ---> 3f803e31808a 23:20:08 Step 18/22 : ENTRYPOINT ["/core-data"] 23:20:08 ---> Running in 4340794e54f0 23:20:08 Removing intermediate container 4340794e54f0 23:20:08 ---> 19b87a891a96 23:20:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:20:08 ---> Running in 30c6b08dc82b 23:20:08 ---> f6d5287fb074 23:20:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:20:08 Removing intermediate container 30c6b08dc82b 23:20:08 ---> 572f29056911 23:20:08 Step 20/22 : LABEL arch=x86_64 23:20:08 ---> Running in 20b065cc9295 23:20:08 Removing intermediate container 20b065cc9295 23:20:08 ---> 13f0ca826360 23:20:08 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:08 ---> Running in 2e931df24c71 23:20:08 ---> bdac6d36e76d 23:20:08 Step 19/23 : ENTRYPOINT ["/core-command"] 23:20:08 ---> Running in abee6ba52456 23:20:08 Removing intermediate container 2e931df24c71 23:20:08 ---> 871ab940faa2 23:20:08 Step 22/22 : LABEL version=3.0.0-dev.48 23:20:08 ---> Running in 2f38037f84e9 23:20:08 Removing intermediate container abee6ba52456 23:20:08 ---> 3f73a0f3609c 23:20:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:20:09 ---> Running in 2f04bd35ddaf 23:20:09 Removing intermediate container 2f38037f84e9 23:20:09 ---> 427a07230339 23:20:09 23:20:09 Removing intermediate container 2f04bd35ddaf 23:20:09 ---> 132370b74359 23:20:09 Step 21/23 : LABEL arch=x86_64 23:20:09 Successfully built 427a07230339 23:20:09 Successfully tagged core-data:latest 23:20:09  Building core-data ... done  ---> Running in 7d8deca37cc5 23:20:09 Removing intermediate container 7d8deca37cc5 23:20:09 ---> f4f507d0cdbe 23:20:09 Step 22/23 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:09 ---> Running in 2fe0801f2502 23:20:09 Removing intermediate container 2fe0801f2502 23:20:09 ---> 9ae8f7383286 23:20:09 Step 23/23 : LABEL version=3.0.0-dev.48 23:20:09 ---> Running in 002133085a6e 23:20:09 Removing intermediate container 002133085a6e 23:20:09 ---> 976e138f2f3c 23:20:09 23:20:09 Successfully built 976e138f2f3c 23:20:09 Successfully tagged core-command:latest 23:20:09  Building core-command ... done  [Pipeline] } 23:20:09 $ docker stop --time=1 5590d2f9a2ffa34af490f25c460ae4a571096255fca26c6ab62512c0022638d0 23:20:11 $ docker rm -f --volumes 5590d2f9a2ffa34af490f25c460ae4a571096255fca26c6ab62512c0022638d0 [Pipeline] // withDockerContainer [Pipeline] sh 23:20:11 + docker images 23:20:11 REPOSITORY TAG IMAGE ID CREATED SIZE 23:20:11 core-command latest 976e138f2f3c 2 seconds ago 17.7MB 23:20:11 core-data latest 427a07230339 3 seconds ago 17.9MB 23:20:11 security-secretstore-setup latest 4b99a1ebaa0e 4 seconds ago 30MB 23:20:11 8361eddf9f80 4 seconds ago 1.68GB 23:20:11 ddb0c3f7ab1c 6 seconds ago 1.68GB 23:20:11 23d5884a3cc2 11 seconds ago 1.67GB 23:20:11 core-metadata latest 547b84a1a814 14 seconds ago 18.5MB 23:20:11 security-spire-config latest 8bb50b0e1c51 14 seconds ago 85.8MB 23:20:11 91594b94575e 18 seconds ago 1.68GB 23:20:11 core-common-config-bootstrapper latest d3a9a9a488bc 26 seconds ago 15.5MB 23:20:11 security-spiffe-token-provider latest 6b4b529dcbfa 34 seconds ago 30MB 23:20:11 support-scheduler latest 37b05af64aab 38 seconds ago 30MB 23:20:11 5c8f4f6cfae4 39 seconds ago 1.67GB 23:20:11 6cfb783d0c03 45 seconds ago 1.71GB 23:20:11 e350884735d0 50 seconds ago 1.74GB 23:20:11 security-bootstrapper latest 65eb96846b67 About a minute ago 20.4MB 23:20:11 support-notifications latest 627ccd290a85 About a minute ago 30.7MB 23:20:11 security-proxy-setup latest 47371a2112ed About a minute ago 27.8MB 23:20:11 7318ab007c33 About a minute ago 1.74GB 23:20:11 7c3290c4dc36 About a minute ago 1.67GB 23:20:11 4ea494022772 About a minute ago 1.67GB 23:20:11 security-spire-agent latest fff8c8720427 2 minutes ago 125MB 23:20:11 security-spire-server latest 20fc879df8f9 2 minutes ago 86.5MB 23:20:11 a5bdd8807cdd 2 minutes ago 1.55GB 23:20:11 daee4041d710 2 minutes ago 1.55GB 23:20:11 ci-base-image-x86_64 latest 5f5c2e762da0 5 minutes ago 904MB 23:20:11 alpine 3.15 5ce65d7b0fde 3 days ago 5.59MB 23:20:11 alpine 3.16 dfd21b5a31f5 3 days ago 5.55MB 23:20:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 23:20:11 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 23:20:11 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 23:20:11 provisioning config files... 23:20:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/408@tmp/config5716188097009072010tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:20:11 ---> docker-login.sh 23:20:11 nexus3.edgexfoundry.org:10001 23:20:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:11 Configure a credential helper to remove this warning. See 23:20:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:11 23:20:11 Login Succeeded 23:20:11 nexus3.edgexfoundry.org:10002 23:20:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:11 Configure a credential helper to remove this warning. See 23:20:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:11 23:20:11 Login Succeeded 23:20:11 nexus3.edgexfoundry.org:10003 23:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:12 Configure a credential helper to remove this warning. See 23:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:12 23:20:12 Login Succeeded 23:20:12 nexus3.edgexfoundry.org:10004 23:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:12 Configure a credential helper to remove this warning. See 23:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:12 23:20:12 Login Succeeded 23:20:12 docker.io 23:20:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:20:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:20:12 Configure a credential helper to remove this warning. See 23:20:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:20:12 23:20:12 Login Succeeded 23:20:12 ---> docker-login.sh ends [Pipeline] } 23:20:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:20:12 [edgeXDocker.push] Tagging docker image core-command with the following tags: 23:20:12 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:12 latest 23:20:12 3.0.0-dev.48 23:20:12 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:12 main 23:20:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:13 + docker push nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:20:13 91948152f160: Preparing 23:20:13 dd505db99e0b: Preparing 23:20:13 7694ead98b8a: Preparing 23:20:13 5311b12a89fe: Preparing 23:20:13 aa5968d388b8: Preparing 23:20:13 aa5968d388b8: Layer already exists 23:20:13 7694ead98b8a: Pushed 23:20:13 5311b12a89fe: Pushed 23:20:13 91948152f160: Pushed 23:20:14 dd505db99e0b: Pushed 23:20:14 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:0303d50ad5454bdb999e32624f9a3963b230f74fea57a8f41d2cb82ba3f44357 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:15 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 23:20:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:20:15 91948152f160: Preparing 23:20:15 dd505db99e0b: Preparing 23:20:15 7694ead98b8a: Preparing 23:20:15 5311b12a89fe: Preparing 23:20:15 aa5968d388b8: Preparing 23:20:15 7694ead98b8a: Layer already exists 23:20:15 5311b12a89fe: Layer already exists 23:20:15 dd505db99e0b: Layer already exists 23:20:15 91948152f160: Layer already exists 23:20:15 aa5968d388b8: Layer already exists 23:20:15 latest: digest: sha256:0303d50ad5454bdb999e32624f9a3963b230f74fea57a8f41d2cb82ba3f44357 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:16 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.48 23:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:20:16 91948152f160: Preparing 23:20:16 dd505db99e0b: Preparing 23:20:16 7694ead98b8a: Preparing 23:20:16 5311b12a89fe: Preparing 23:20:16 aa5968d388b8: Preparing 23:20:16 5311b12a89fe: Layer already exists 23:20:16 aa5968d388b8: Layer already exists 23:20:16 dd505db99e0b: Layer already exists 23:20:16 7694ead98b8a: Layer already exists 23:20:16 91948152f160: Layer already exists 23:20:16 3.0.0-dev.48: digest: sha256:0303d50ad5454bdb999e32624f9a3963b230f74fea57a8f41d2cb82ba3f44357 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:16 + docker push nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:20:16 91948152f160: Preparing 23:20:16 dd505db99e0b: Preparing 23:20:16 7694ead98b8a: Preparing 23:20:16 5311b12a89fe: Preparing 23:20:16 aa5968d388b8: Preparing 23:20:16 dd505db99e0b: Layer already exists 23:20:16 91948152f160: Layer already exists 23:20:16 5311b12a89fe: Layer already exists 23:20:16 7694ead98b8a: Layer already exists 23:20:16 aa5968d388b8: Layer already exists 23:20:16 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:0303d50ad5454bdb999e32624f9a3963b230f74fea57a8f41d2cb82ba3f44357 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:17 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:17 + docker push nexus3.edgexfoundry.org:10004/core-command:main 23:20:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 23:20:17 91948152f160: Preparing 23:20:17 dd505db99e0b: Preparing 23:20:17 7694ead98b8a: Preparing 23:20:17 5311b12a89fe: Preparing 23:20:17 aa5968d388b8: Preparing 23:20:17 91948152f160: Layer already exists 23:20:17 dd505db99e0b: Layer already exists 23:20:17 5311b12a89fe: Layer already exists 23:20:17 aa5968d388b8: Layer already exists 23:20:17 7694ead98b8a: Layer already exists 23:20:17 main: digest: sha256:0303d50ad5454bdb999e32624f9a3963b230f74fea57a8f41d2cb82ba3f44357 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:17 ===================================================== [Pipeline] echo 23:20:17 taggedImages: 23:20:17 - nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:17 - nexus3.edgexfoundry.org:10004/core-command:latest 23:20:17 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.48 23:20:17 - nexus3.edgexfoundry.org:10004/core-command:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:17 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 23:20:17 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 23:20:17 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:17 latest 23:20:17 3.0.0-dev.48 23:20:17 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:17 main 23:20:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:17 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:18 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:20:18 f2640e0c6b99: Preparing 23:20:18 165ad753025c: Preparing 23:20:18 d5cec71cda66: Preparing 23:20:18 251933de9b57: Preparing 23:20:18 7694ead98b8a: Preparing 23:20:18 b6099dacff60: Preparing 23:20:18 aa5968d388b8: Preparing 23:20:18 b6099dacff60: Waiting 23:20:18 aa5968d388b8: Waiting 23:20:18 7694ead98b8a: Layer already exists 23:20:18 f2640e0c6b99: Pushed 23:20:18 165ad753025c: Pushed 23:20:18 aa5968d388b8: Layer already exists 23:20:18 b6099dacff60: Pushed 23:20:18 d5cec71cda66: Pushed 23:20:19 251933de9b57: Pushed 23:20:19 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:3f86161d505abf382ae6cf9350dd90bed17ab38650ce587d065d4bb6f536c608 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:19 + 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 23:20:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 23:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:20:20 f2640e0c6b99: Preparing 23:20:20 165ad753025c: Preparing 23:20:20 d5cec71cda66: Preparing 23:20:20 251933de9b57: Preparing 23:20:20 7694ead98b8a: Preparing 23:20:20 b6099dacff60: Preparing 23:20:20 aa5968d388b8: Preparing 23:20:20 b6099dacff60: Waiting 23:20:20 aa5968d388b8: Waiting 23:20:20 165ad753025c: Layer already exists 23:20:20 f2640e0c6b99: Layer already exists 23:20:20 7694ead98b8a: Layer already exists 23:20:20 d5cec71cda66: Layer already exists 23:20:20 251933de9b57: Layer already exists 23:20:20 b6099dacff60: Layer already exists 23:20:20 aa5968d388b8: Layer already exists 23:20:20 latest: digest: sha256:3f86161d505abf382ae6cf9350dd90bed17ab38650ce587d065d4bb6f536c608 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:20 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.48 23:20:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:20:20 f2640e0c6b99: Preparing 23:20:20 165ad753025c: Preparing 23:20:20 d5cec71cda66: Preparing 23:20:20 251933de9b57: Preparing 23:20:20 7694ead98b8a: Preparing 23:20:20 b6099dacff60: Preparing 23:20:20 aa5968d388b8: Preparing 23:20:20 b6099dacff60: Waiting 23:20:20 aa5968d388b8: Waiting 23:20:20 7694ead98b8a: Layer already exists 23:20:20 165ad753025c: Layer already exists 23:20:20 251933de9b57: Layer already exists 23:20:20 d5cec71cda66: Layer already exists 23:20:20 f2640e0c6b99: Layer already exists 23:20:20 b6099dacff60: Layer already exists 23:20:20 aa5968d388b8: Layer already exists 23:20:20 3.0.0-dev.48: digest: sha256:3f86161d505abf382ae6cf9350dd90bed17ab38650ce587d065d4bb6f536c608 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:21 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:21 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:20:21 f2640e0c6b99: Preparing 23:20:21 165ad753025c: Preparing 23:20:21 d5cec71cda66: Preparing 23:20:21 251933de9b57: Preparing 23:20:21 7694ead98b8a: Preparing 23:20:21 b6099dacff60: Preparing 23:20:21 aa5968d388b8: Preparing 23:20:21 b6099dacff60: Waiting 23:20:21 aa5968d388b8: Waiting 23:20:21 7694ead98b8a: Layer already exists 23:20:21 165ad753025c: Layer already exists 23:20:21 251933de9b57: Layer already exists 23:20:21 d5cec71cda66: Layer already exists 23:20:21 f2640e0c6b99: Layer already exists 23:20:21 b6099dacff60: Layer already exists 23:20:21 aa5968d388b8: Layer already exists 23:20:21 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:3f86161d505abf382ae6cf9350dd90bed17ab38650ce587d065d4bb6f536c608 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:21 + 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 23:20:22 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 23:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 23:20:22 f2640e0c6b99: Preparing 23:20:22 165ad753025c: Preparing 23:20:22 d5cec71cda66: Preparing 23:20:22 251933de9b57: Preparing 23:20:22 7694ead98b8a: Preparing 23:20:22 b6099dacff60: Preparing 23:20:22 aa5968d388b8: Preparing 23:20:22 b6099dacff60: Waiting 23:20:22 aa5968d388b8: Waiting 23:20:22 251933de9b57: Layer already exists 23:20:22 d5cec71cda66: Layer already exists 23:20:22 f2640e0c6b99: Layer already exists 23:20:22 7694ead98b8a: Layer already exists 23:20:22 165ad753025c: Layer already exists 23:20:22 b6099dacff60: Layer already exists 23:20:22 aa5968d388b8: Layer already exists 23:20:22 main: digest: sha256:3f86161d505abf382ae6cf9350dd90bed17ab38650ce587d065d4bb6f536c608 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:22 ===================================================== [Pipeline] echo 23:20:22 taggedImages: 23:20:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 23:20:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.48 23:20:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:22 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 23:20:22 [edgeXDocker.push] Tagging docker image core-data with the following tags: 23:20:22 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:22 latest 23:20:22 3.0.0-dev.48 23:20:22 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:22 main 23:20:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:22 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:22 + docker push nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:20:22 23136ad90edf: Preparing 23:20:22 f2d98c3d44c0: Preparing 23:20:22 7694ead98b8a: Preparing 23:20:22 06e60485dce0: Preparing 23:20:22 aa5968d388b8: Preparing 23:20:22 7694ead98b8a: Layer already exists 23:20:22 06e60485dce0: Pushed 23:20:23 aa5968d388b8: Layer already exists 23:20:23 23136ad90edf: Pushed 23:20:24 f2d98c3d44c0: Pushed 23:20:24 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:1875d3131400b2ba6ea971ca6aa5d52fe6ca22de8c5702c4b6c196f710c8540d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:25 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 23:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:20:25 23136ad90edf: Preparing 23:20:25 f2d98c3d44c0: Preparing 23:20:25 7694ead98b8a: Preparing 23:20:25 06e60485dce0: Preparing 23:20:25 aa5968d388b8: Preparing 23:20:25 7694ead98b8a: Layer already exists 23:20:25 aa5968d388b8: Layer already exists 23:20:25 f2d98c3d44c0: Layer already exists 23:20:25 23136ad90edf: Layer already exists 23:20:25 06e60485dce0: Layer already exists 23:20:25 latest: digest: sha256:1875d3131400b2ba6ea971ca6aa5d52fe6ca22de8c5702c4b6c196f710c8540d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:25 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.48 23:20:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:20:25 23136ad90edf: Preparing 23:20:25 f2d98c3d44c0: Preparing 23:20:25 7694ead98b8a: Preparing 23:20:25 06e60485dce0: Preparing 23:20:25 aa5968d388b8: Preparing 23:20:25 aa5968d388b8: Layer already exists 23:20:25 06e60485dce0: Layer already exists 23:20:25 f2d98c3d44c0: Layer already exists 23:20:25 7694ead98b8a: Layer already exists 23:20:25 23136ad90edf: Layer already exists 23:20:25 3.0.0-dev.48: digest: sha256:1875d3131400b2ba6ea971ca6aa5d52fe6ca22de8c5702c4b6c196f710c8540d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:26 + docker push nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:20:26 23136ad90edf: Preparing 23:20:26 f2d98c3d44c0: Preparing 23:20:26 7694ead98b8a: Preparing 23:20:26 06e60485dce0: Preparing 23:20:26 aa5968d388b8: Preparing 23:20:26 7694ead98b8a: Layer already exists 23:20:26 23136ad90edf: Layer already exists 23:20:26 06e60485dce0: Layer already exists 23:20:26 f2d98c3d44c0: Layer already exists 23:20:26 aa5968d388b8: Layer already exists 23:20:26 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:1875d3131400b2ba6ea971ca6aa5d52fe6ca22de8c5702c4b6c196f710c8540d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:26 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:27 + docker push nexus3.edgexfoundry.org:10004/core-data:main 23:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 23:20:27 23136ad90edf: Preparing 23:20:27 f2d98c3d44c0: Preparing 23:20:27 7694ead98b8a: Preparing 23:20:27 06e60485dce0: Preparing 23:20:27 aa5968d388b8: Preparing 23:20:27 7694ead98b8a: Layer already exists 23:20:27 23136ad90edf: Layer already exists 23:20:27 06e60485dce0: Layer already exists 23:20:27 aa5968d388b8: Layer already exists 23:20:27 f2d98c3d44c0: Layer already exists 23:20:27 main: digest: sha256:1875d3131400b2ba6ea971ca6aa5d52fe6ca22de8c5702c4b6c196f710c8540d size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:27 ===================================================== [Pipeline] echo 23:20:27 taggedImages: 23:20:27 - nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:27 - nexus3.edgexfoundry.org:10004/core-data:latest 23:20:27 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.48 23:20:27 - nexus3.edgexfoundry.org:10004/core-data:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:27 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 23:20:27 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 23:20:27 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:27 latest 23:20:27 3.0.0-dev.48 23:20:27 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:27 main 23:20:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:27 + docker push nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:20:27 f4fc89e660f9: Preparing 23:20:27 6238a1d4b52e: Preparing 23:20:27 7c186b09e433: Preparing 23:20:27 7694ead98b8a: Preparing 23:20:27 5311b12a89fe: Preparing 23:20:27 aa5968d388b8: Preparing 23:20:27 aa5968d388b8: Waiting 23:20:27 7694ead98b8a: Layer already exists 23:20:27 5311b12a89fe: Layer already exists 23:20:27 aa5968d388b8: Layer already exists 23:20:27 6238a1d4b52e: Pushed 23:20:27 f4fc89e660f9: Pushed 23:20:29 7c186b09e433: Pushed 23:20:29 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:c92a4a7cb344e6e3e1e6be47ce035b3830a70adfcb9dcc7b86590580522f0d82 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 23:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:20:30 f4fc89e660f9: Preparing 23:20:30 6238a1d4b52e: Preparing 23:20:30 7c186b09e433: Preparing 23:20:30 7694ead98b8a: Preparing 23:20:30 5311b12a89fe: Preparing 23:20:30 aa5968d388b8: Preparing 23:20:30 aa5968d388b8: Waiting 23:20:30 5311b12a89fe: Layer already exists 23:20:30 7694ead98b8a: Layer already exists 23:20:30 f4fc89e660f9: Layer already exists 23:20:30 6238a1d4b52e: Layer already exists 23:20:30 7c186b09e433: Layer already exists 23:20:30 aa5968d388b8: Layer already exists 23:20:30 latest: digest: sha256:c92a4a7cb344e6e3e1e6be47ce035b3830a70adfcb9dcc7b86590580522f0d82 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:30 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.48 23:20:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:20:30 f4fc89e660f9: Preparing 23:20:30 6238a1d4b52e: Preparing 23:20:30 7c186b09e433: Preparing 23:20:30 7694ead98b8a: Preparing 23:20:30 5311b12a89fe: Preparing 23:20:30 aa5968d388b8: Preparing 23:20:30 aa5968d388b8: Waiting 23:20:30 7694ead98b8a: Layer already exists 23:20:30 6238a1d4b52e: Layer already exists 23:20:30 7c186b09e433: Layer already exists 23:20:30 5311b12a89fe: Layer already exists 23:20:30 f4fc89e660f9: Layer already exists 23:20:30 aa5968d388b8: Layer already exists 23:20:30 3.0.0-dev.48: digest: sha256:c92a4a7cb344e6e3e1e6be47ce035b3830a70adfcb9dcc7b86590580522f0d82 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:31 + docker push nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:20:31 f4fc89e660f9: Preparing 23:20:31 6238a1d4b52e: Preparing 23:20:31 7c186b09e433: Preparing 23:20:31 7694ead98b8a: Preparing 23:20:31 5311b12a89fe: Preparing 23:20:31 aa5968d388b8: Preparing 23:20:31 aa5968d388b8: Waiting 23:20:31 6238a1d4b52e: Layer already exists 23:20:31 f4fc89e660f9: Layer already exists 23:20:31 7694ead98b8a: Layer already exists 23:20:31 5311b12a89fe: Layer already exists 23:20:31 7c186b09e433: Layer already exists 23:20:31 aa5968d388b8: Layer already exists 23:20:31 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:c92a4a7cb344e6e3e1e6be47ce035b3830a70adfcb9dcc7b86590580522f0d82 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:31 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:32 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 23:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 23:20:32 f4fc89e660f9: Preparing 23:20:32 6238a1d4b52e: Preparing 23:20:32 7c186b09e433: Preparing 23:20:32 7694ead98b8a: Preparing 23:20:32 5311b12a89fe: Preparing 23:20:32 aa5968d388b8: Preparing 23:20:32 aa5968d388b8: Waiting 23:20:32 7694ead98b8a: Layer already exists 23:20:32 7c186b09e433: Layer already exists 23:20:32 5311b12a89fe: Layer already exists 23:20:32 f4fc89e660f9: Layer already exists 23:20:32 6238a1d4b52e: Layer already exists 23:20:32 aa5968d388b8: Layer already exists 23:20:32 main: digest: sha256:c92a4a7cb344e6e3e1e6be47ce035b3830a70adfcb9dcc7b86590580522f0d82 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:32 ===================================================== [Pipeline] echo 23:20:32 taggedImages: 23:20:32 - nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:32 - nexus3.edgexfoundry.org:10004/core-metadata:latest 23:20:32 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.48 23:20:32 - nexus3.edgexfoundry.org:10004/core-metadata:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:32 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 23:20:32 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 23:20:32 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:32 latest 23:20:32 3.0.0-dev.48 23:20:32 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:32 main 23:20:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:32 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:20:32 d7bd5bf0f0d9: Preparing 23:20:32 d7bd5bf0f0d9: Preparing 23:20:32 73f723891489: Preparing 23:20:32 50582647eb56: Preparing 23:20:32 2990a558ee5e: Preparing 23:20:32 4f2ff9d772be: Preparing 23:20:32 282a19133679: Preparing 23:20:32 7694ead98b8a: Preparing 23:20:32 edf734695815: Preparing 23:20:32 6a146946e06e: Preparing 23:20:32 d62e7ee040c3: Preparing 23:20:32 ce2ce7b30798: Preparing 23:20:32 aa5968d388b8: Preparing 23:20:32 edf734695815: Waiting 23:20:32 aa5968d388b8: Waiting 23:20:32 ce2ce7b30798: Waiting 23:20:32 6a146946e06e: Waiting 23:20:32 7694ead98b8a: Waiting 23:20:32 50582647eb56: Pushed 23:20:32 d7bd5bf0f0d9: Pushed 23:20:32 4f2ff9d772be: Pushed 23:20:32 73f723891489: Pushed 23:20:32 2990a558ee5e: Pushed 23:20:32 7694ead98b8a: Layer already exists 23:20:32 edf734695815: Pushed 23:20:32 aa5968d388b8: Layer already exists 23:20:32 ce2ce7b30798: Pushed 23:20:32 d62e7ee040c3: Pushed 23:20:32 6a146946e06e: Pushed 23:20:34 282a19133679: Pushed 23:20:34 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:87f671fe6f906fd804b1a390fe8a7be7d0d8a6f70aee7ade26b53bc6fe0a27da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:35 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 23:20:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:20:35 d7bd5bf0f0d9: Preparing 23:20:35 d7bd5bf0f0d9: Preparing 23:20:35 73f723891489: Preparing 23:20:35 50582647eb56: Preparing 23:20:35 2990a558ee5e: Preparing 23:20:35 4f2ff9d772be: Preparing 23:20:35 282a19133679: Preparing 23:20:35 7694ead98b8a: Preparing 23:20:35 edf734695815: Preparing 23:20:35 6a146946e06e: Preparing 23:20:35 d62e7ee040c3: Preparing 23:20:35 ce2ce7b30798: Preparing 23:20:35 aa5968d388b8: Preparing 23:20:35 6a146946e06e: Waiting 23:20:35 ce2ce7b30798: Waiting 23:20:35 282a19133679: Waiting 23:20:35 7694ead98b8a: Waiting 23:20:35 edf734695815: Waiting 23:20:35 d62e7ee040c3: Waiting 23:20:35 4f2ff9d772be: Layer already exists 23:20:35 73f723891489: Layer already exists 23:20:35 50582647eb56: Layer already exists 23:20:35 d7bd5bf0f0d9: Layer already exists 23:20:35 2990a558ee5e: Layer already exists 23:20:35 282a19133679: Layer already exists 23:20:35 7694ead98b8a: Layer already exists 23:20:35 edf734695815: Layer already exists 23:20:35 6a146946e06e: Layer already exists 23:20:35 d62e7ee040c3: Layer already exists 23:20:35 aa5968d388b8: Layer already exists 23:20:35 ce2ce7b30798: Layer already exists 23:20:35 latest: digest: sha256:87f671fe6f906fd804b1a390fe8a7be7d0d8a6f70aee7ade26b53bc6fe0a27da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:35 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.48 23:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:20:36 d7bd5bf0f0d9: Preparing 23:20:36 d7bd5bf0f0d9: Preparing 23:20:36 73f723891489: Preparing 23:20:36 50582647eb56: Preparing 23:20:36 2990a558ee5e: Preparing 23:20:36 4f2ff9d772be: Preparing 23:20:36 282a19133679: Preparing 23:20:36 7694ead98b8a: Preparing 23:20:36 edf734695815: Preparing 23:20:36 6a146946e06e: Preparing 23:20:36 d62e7ee040c3: Preparing 23:20:36 ce2ce7b30798: Preparing 23:20:36 aa5968d388b8: Preparing 23:20:36 282a19133679: Waiting 23:20:36 7694ead98b8a: Waiting 23:20:36 d62e7ee040c3: Waiting 23:20:36 ce2ce7b30798: Waiting 23:20:36 edf734695815: Waiting 23:20:36 6a146946e06e: Waiting 23:20:36 aa5968d388b8: Waiting 23:20:36 2990a558ee5e: Layer already exists 23:20:36 73f723891489: Layer already exists 23:20:36 4f2ff9d772be: Layer already exists 23:20:36 50582647eb56: Layer already exists 23:20:36 d7bd5bf0f0d9: Layer already exists 23:20:36 282a19133679: Layer already exists 23:20:36 7694ead98b8a: Layer already exists 23:20:36 6a146946e06e: Layer already exists 23:20:36 edf734695815: Layer already exists 23:20:36 d62e7ee040c3: Layer already exists 23:20:36 ce2ce7b30798: Layer already exists 23:20:36 aa5968d388b8: Layer already exists 23:20:36 3.0.0-dev.48: digest: sha256:87f671fe6f906fd804b1a390fe8a7be7d0d8a6f70aee7ade26b53bc6fe0a27da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:36 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:36 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:20:36 d7bd5bf0f0d9: Preparing 23:20:36 d7bd5bf0f0d9: Preparing 23:20:36 73f723891489: Preparing 23:20:36 50582647eb56: Preparing 23:20:36 2990a558ee5e: Preparing 23:20:36 4f2ff9d772be: Preparing 23:20:36 282a19133679: Preparing 23:20:36 7694ead98b8a: Preparing 23:20:36 edf734695815: Preparing 23:20:36 6a146946e06e: Preparing 23:20:36 d62e7ee040c3: Preparing 23:20:36 ce2ce7b30798: Preparing 23:20:36 aa5968d388b8: Preparing 23:20:36 282a19133679: Waiting 23:20:36 7694ead98b8a: Waiting 23:20:36 edf734695815: Waiting 23:20:36 6a146946e06e: Waiting 23:20:36 d62e7ee040c3: Waiting 23:20:36 ce2ce7b30798: Waiting 23:20:36 aa5968d388b8: Waiting 23:20:36 4f2ff9d772be: Layer already exists 23:20:36 73f723891489: Layer already exists 23:20:36 2990a558ee5e: Layer already exists 23:20:36 50582647eb56: Layer already exists 23:20:36 d7bd5bf0f0d9: Layer already exists 23:20:36 7694ead98b8a: Layer already exists 23:20:36 282a19133679: Layer already exists 23:20:36 6a146946e06e: Layer already exists 23:20:36 edf734695815: Layer already exists 23:20:36 d62e7ee040c3: Layer already exists 23:20:36 ce2ce7b30798: Layer already exists 23:20:36 aa5968d388b8: Layer already exists 23:20:36 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:87f671fe6f906fd804b1a390fe8a7be7d0d8a6f70aee7ade26b53bc6fe0a27da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:37 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:37 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 23:20:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 23:20:37 d7bd5bf0f0d9: Preparing 23:20:37 d7bd5bf0f0d9: Preparing 23:20:37 73f723891489: Preparing 23:20:37 50582647eb56: Preparing 23:20:37 2990a558ee5e: Preparing 23:20:37 4f2ff9d772be: Preparing 23:20:37 282a19133679: Preparing 23:20:37 7694ead98b8a: Preparing 23:20:37 edf734695815: Preparing 23:20:37 6a146946e06e: Preparing 23:20:37 d62e7ee040c3: Preparing 23:20:37 ce2ce7b30798: Preparing 23:20:37 aa5968d388b8: Preparing 23:20:37 d62e7ee040c3: Waiting 23:20:37 7694ead98b8a: Waiting 23:20:37 ce2ce7b30798: Waiting 23:20:37 edf734695815: Waiting 23:20:37 6a146946e06e: Waiting 23:20:37 aa5968d388b8: Waiting 23:20:37 282a19133679: Waiting 23:20:37 d7bd5bf0f0d9: Layer already exists 23:20:37 2990a558ee5e: Layer already exists 23:20:37 73f723891489: Layer already exists 23:20:37 4f2ff9d772be: Layer already exists 23:20:37 50582647eb56: Layer already exists 23:20:37 282a19133679: Layer already exists 23:20:37 7694ead98b8a: Layer already exists 23:20:37 6a146946e06e: Layer already exists 23:20:37 edf734695815: Layer already exists 23:20:37 d62e7ee040c3: Layer already exists 23:20:37 ce2ce7b30798: Layer already exists 23:20:37 aa5968d388b8: Layer already exists 23:20:37 main: digest: sha256:87f671fe6f906fd804b1a390fe8a7be7d0d8a6f70aee7ade26b53bc6fe0a27da size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:37 ===================================================== [Pipeline] echo 23:20:37 taggedImages: 23:20:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 23:20:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.48 23:20:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:37 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 23:20:37 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 23:20:37 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:37 latest 23:20:37 3.0.0-dev.48 23:20:37 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:37 main 23:20:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:37 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:20:37 a966e82f95f3: Preparing 23:20:37 21e597a90ba6: Preparing 23:20:37 1b1e78237d3f: Preparing 23:20:37 f74e08510569: Preparing 23:20:37 68fa8e47ff9c: Preparing 23:20:37 6d2bd5e5f1e2: Preparing 23:20:37 e0b4ca6d1194: Preparing 23:20:37 aa5968d388b8: Preparing 23:20:37 6d2bd5e5f1e2: Waiting 23:20:37 e0b4ca6d1194: Waiting 23:20:37 aa5968d388b8: Waiting 23:20:37 68fa8e47ff9c: Pushed 23:20:37 a966e82f95f3: Pushed 23:20:37 21e597a90ba6: Pushed 23:20:37 aa5968d388b8: Layer already exists 23:20:38 6d2bd5e5f1e2: Pushed 23:20:38 e0b4ca6d1194: Pushed 23:20:39 f74e08510569: Pushed 23:20:39 1b1e78237d3f: Pushed 23:20:39 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:b2246506fb57ba4284e5b55a689f4381c9e3a6ee884de2af4c2813d18cfc43c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 23:20:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:20:39 a966e82f95f3: Preparing 23:20:39 21e597a90ba6: Preparing 23:20:39 1b1e78237d3f: Preparing 23:20:39 f74e08510569: Preparing 23:20:39 68fa8e47ff9c: Preparing 23:20:39 6d2bd5e5f1e2: Preparing 23:20:39 e0b4ca6d1194: Preparing 23:20:39 aa5968d388b8: Preparing 23:20:39 6d2bd5e5f1e2: Waiting 23:20:39 e0b4ca6d1194: Waiting 23:20:39 aa5968d388b8: Waiting 23:20:39 f74e08510569: Layer already exists 23:20:39 a966e82f95f3: Layer already exists 23:20:39 1b1e78237d3f: Layer already exists 23:20:39 21e597a90ba6: Layer already exists 23:20:39 68fa8e47ff9c: Layer already exists 23:20:39 6d2bd5e5f1e2: Layer already exists 23:20:39 aa5968d388b8: Layer already exists 23:20:39 e0b4ca6d1194: Layer already exists 23:20:39 latest: digest: sha256:b2246506fb57ba4284e5b55a689f4381c9e3a6ee884de2af4c2813d18cfc43c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.48 23:20:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:20:40 a966e82f95f3: Preparing 23:20:40 21e597a90ba6: Preparing 23:20:40 1b1e78237d3f: Preparing 23:20:40 f74e08510569: Preparing 23:20:40 68fa8e47ff9c: Preparing 23:20:40 6d2bd5e5f1e2: Preparing 23:20:40 e0b4ca6d1194: Preparing 23:20:40 aa5968d388b8: Preparing 23:20:40 6d2bd5e5f1e2: Waiting 23:20:40 e0b4ca6d1194: Waiting 23:20:40 aa5968d388b8: Waiting 23:20:40 f74e08510569: Layer already exists 23:20:40 1b1e78237d3f: Layer already exists 23:20:40 21e597a90ba6: Layer already exists 23:20:40 68fa8e47ff9c: Layer already exists 23:20:40 a966e82f95f3: Layer already exists 23:20:40 e0b4ca6d1194: Layer already exists 23:20:40 6d2bd5e5f1e2: Layer already exists 23:20:40 aa5968d388b8: Layer already exists 23:20:40 3.0.0-dev.48: digest: sha256:b2246506fb57ba4284e5b55a689f4381c9e3a6ee884de2af4c2813d18cfc43c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:40 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:20:41 a966e82f95f3: Preparing 23:20:41 21e597a90ba6: Preparing 23:20:41 1b1e78237d3f: Preparing 23:20:41 f74e08510569: Preparing 23:20:41 68fa8e47ff9c: Preparing 23:20:41 6d2bd5e5f1e2: Preparing 23:20:41 e0b4ca6d1194: Preparing 23:20:41 6d2bd5e5f1e2: Waiting 23:20:41 aa5968d388b8: Preparing 23:20:41 e0b4ca6d1194: Waiting 23:20:41 a966e82f95f3: Layer already exists 23:20:41 f74e08510569: Layer already exists 23:20:41 68fa8e47ff9c: Layer already exists 23:20:41 21e597a90ba6: Layer already exists 23:20:41 1b1e78237d3f: Layer already exists 23:20:41 6d2bd5e5f1e2: Layer already exists 23:20:41 e0b4ca6d1194: Layer already exists 23:20:41 aa5968d388b8: Layer already exists 23:20:41 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:b2246506fb57ba4284e5b55a689f4381c9e3a6ee884de2af4c2813d18cfc43c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 23:20:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 23:20:41 a966e82f95f3: Preparing 23:20:41 21e597a90ba6: Preparing 23:20:41 1b1e78237d3f: Preparing 23:20:41 f74e08510569: Preparing 23:20:41 68fa8e47ff9c: Preparing 23:20:41 6d2bd5e5f1e2: Preparing 23:20:41 e0b4ca6d1194: Preparing 23:20:41 aa5968d388b8: Preparing 23:20:41 6d2bd5e5f1e2: Waiting 23:20:41 e0b4ca6d1194: Waiting 23:20:41 aa5968d388b8: Waiting 23:20:41 a966e82f95f3: Layer already exists 23:20:41 1b1e78237d3f: Layer already exists 23:20:41 68fa8e47ff9c: Layer already exists 23:20:41 f74e08510569: Layer already exists 23:20:41 21e597a90ba6: Layer already exists 23:20:41 e0b4ca6d1194: Layer already exists 23:20:41 6d2bd5e5f1e2: Layer already exists 23:20:41 aa5968d388b8: Layer already exists 23:20:41 main: digest: sha256:b2246506fb57ba4284e5b55a689f4381c9e3a6ee884de2af4c2813d18cfc43c7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:41 ===================================================== [Pipeline] echo 23:20:41 taggedImages: 23:20:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 23:20:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.48 23:20:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:41 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 23:20:41 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 23:20:41 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:41 latest 23:20:41 3.0.0-dev.48 23:20:41 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:41 main 23:20:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:42 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:42 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:20:42 fe1f8f787788: Preparing 23:20:42 8f07c66650e0: Preparing 23:20:42 28e490190be5: Preparing 23:20:42 fcbe83e46dc1: Preparing 23:20:42 9eb73f98da67: Preparing 23:20:42 4e801efaea91: Preparing 23:20:42 ffa8b6f9cc19: Preparing 23:20:42 53bab5b62792: Preparing 23:20:42 b8a815cbc771: Preparing 23:20:42 aa5968d388b8: Preparing 23:20:42 4e801efaea91: Waiting 23:20:42 53bab5b62792: Waiting 23:20:42 ffa8b6f9cc19: Waiting 23:20:42 b8a815cbc771: Waiting 23:20:42 aa5968d388b8: Waiting 23:20:42 fe1f8f787788: Pushed 23:20:42 8f07c66650e0: Pushed 23:20:42 9eb73f98da67: Pushed 23:20:42 ffa8b6f9cc19: Pushed 23:20:42 4e801efaea91: Pushed 23:20:42 53bab5b62792: Pushed 23:20:42 aa5968d388b8: Layer already exists 23:20:42 b8a815cbc771: Pushed 23:20:43 fcbe83e46dc1: Pushed 23:20:43 28e490190be5: Pushed 23:20:43 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:d89491a692998a7894a11dc908c80afd3353750a8e92bb4db837c019f2d8600f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 23:20:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:20:44 fe1f8f787788: Preparing 23:20:44 8f07c66650e0: Preparing 23:20:44 28e490190be5: Preparing 23:20:44 fcbe83e46dc1: Preparing 23:20:44 9eb73f98da67: Preparing 23:20:44 4e801efaea91: Preparing 23:20:44 ffa8b6f9cc19: Preparing 23:20:44 53bab5b62792: Preparing 23:20:44 b8a815cbc771: Preparing 23:20:44 aa5968d388b8: Preparing 23:20:44 4e801efaea91: Waiting 23:20:44 ffa8b6f9cc19: Waiting 23:20:44 53bab5b62792: Waiting 23:20:44 b8a815cbc771: Waiting 23:20:44 aa5968d388b8: Waiting 23:20:44 9eb73f98da67: Layer already exists 23:20:44 28e490190be5: Layer already exists 23:20:44 8f07c66650e0: Layer already exists 23:20:44 fe1f8f787788: Layer already exists 23:20:44 fcbe83e46dc1: Layer already exists 23:20:44 4e801efaea91: Layer already exists 23:20:44 ffa8b6f9cc19: Layer already exists 23:20:44 53bab5b62792: Layer already exists 23:20:44 aa5968d388b8: Layer already exists 23:20:44 b8a815cbc771: Layer already exists 23:20:44 latest: digest: sha256:d89491a692998a7894a11dc908c80afd3353750a8e92bb4db837c019f2d8600f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.48 23:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:20:45 fe1f8f787788: Preparing 23:20:45 8f07c66650e0: Preparing 23:20:45 28e490190be5: Preparing 23:20:45 fcbe83e46dc1: Preparing 23:20:45 9eb73f98da67: Preparing 23:20:45 4e801efaea91: Preparing 23:20:45 ffa8b6f9cc19: Preparing 23:20:45 53bab5b62792: Preparing 23:20:45 b8a815cbc771: Preparing 23:20:45 aa5968d388b8: Preparing 23:20:45 ffa8b6f9cc19: Waiting 23:20:45 53bab5b62792: Waiting 23:20:45 b8a815cbc771: Waiting 23:20:45 aa5968d388b8: Waiting 23:20:45 4e801efaea91: Waiting 23:20:45 fcbe83e46dc1: Layer already exists 23:20:45 9eb73f98da67: Layer already exists 23:20:45 fe1f8f787788: Layer already exists 23:20:45 8f07c66650e0: Layer already exists 23:20:45 28e490190be5: Layer already exists 23:20:45 4e801efaea91: Layer already exists 23:20:45 ffa8b6f9cc19: Layer already exists 23:20:45 aa5968d388b8: Layer already exists 23:20:45 53bab5b62792: Layer already exists 23:20:45 b8a815cbc771: Layer already exists 23:20:45 3.0.0-dev.48: digest: sha256:d89491a692998a7894a11dc908c80afd3353750a8e92bb4db837c019f2d8600f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:45 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:20:45 fe1f8f787788: Preparing 23:20:45 8f07c66650e0: Preparing 23:20:45 28e490190be5: Preparing 23:20:45 fcbe83e46dc1: Preparing 23:20:45 9eb73f98da67: Preparing 23:20:45 4e801efaea91: Preparing 23:20:45 ffa8b6f9cc19: Preparing 23:20:45 53bab5b62792: Preparing 23:20:45 4e801efaea91: Waiting 23:20:45 ffa8b6f9cc19: Waiting 23:20:45 b8a815cbc771: Preparing 23:20:45 aa5968d388b8: Preparing 23:20:45 53bab5b62792: Waiting 23:20:45 b8a815cbc771: Waiting 23:20:45 aa5968d388b8: Waiting 23:20:45 fe1f8f787788: Layer already exists 23:20:45 8f07c66650e0: Layer already exists 23:20:45 fcbe83e46dc1: Layer already exists 23:20:45 28e490190be5: Layer already exists 23:20:45 9eb73f98da67: Layer already exists 23:20:45 4e801efaea91: Layer already exists 23:20:45 ffa8b6f9cc19: Layer already exists 23:20:45 53bab5b62792: Layer already exists 23:20:45 b8a815cbc771: Layer already exists 23:20:45 aa5968d388b8: Layer already exists 23:20:45 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:d89491a692998a7894a11dc908c80afd3353750a8e92bb4db837c019f2d8600f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 23:20:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 23:20:46 fe1f8f787788: Preparing 23:20:46 8f07c66650e0: Preparing 23:20:46 28e490190be5: Preparing 23:20:46 fcbe83e46dc1: Preparing 23:20:46 9eb73f98da67: Preparing 23:20:46 4e801efaea91: Preparing 23:20:46 ffa8b6f9cc19: Preparing 23:20:46 53bab5b62792: Preparing 23:20:46 b8a815cbc771: Preparing 23:20:46 aa5968d388b8: Preparing 23:20:46 ffa8b6f9cc19: Waiting 23:20:46 53bab5b62792: Waiting 23:20:46 b8a815cbc771: Waiting 23:20:46 aa5968d388b8: Waiting 23:20:46 4e801efaea91: Waiting 23:20:46 fcbe83e46dc1: Layer already exists 23:20:46 8f07c66650e0: Layer already exists 23:20:46 9eb73f98da67: Layer already exists 23:20:46 fe1f8f787788: Layer already exists 23:20:46 28e490190be5: Layer already exists 23:20:46 4e801efaea91: Layer already exists 23:20:46 53bab5b62792: Layer already exists 23:20:46 b8a815cbc771: Layer already exists 23:20:46 aa5968d388b8: Layer already exists 23:20:46 ffa8b6f9cc19: Layer already exists 23:20:46 main: digest: sha256:d89491a692998a7894a11dc908c80afd3353750a8e92bb4db837c019f2d8600f size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:46 ===================================================== [Pipeline] echo 23:20:46 taggedImages: 23:20:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 23:20:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.48 23:20:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:46 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 23:20:46 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 23:20:46 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:46 latest 23:20:46 3.0.0-dev.48 23:20:46 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:46 main 23:20:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:46 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:47 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:20:47 a09b40094841: Preparing 23:20:47 fed844ec8518: Preparing 23:20:47 7694ead98b8a: Preparing 23:20:47 b3758c9c281a: Preparing 23:20:47 4e6476652798: Preparing 23:20:47 7694ead98b8a: Layer already exists 23:20:47 4e6476652798: Layer already exists 23:20:47 a09b40094841: Pushed 23:20:47 b3758c9c281a: Pushed 23:20:49 fed844ec8518: Pushed 23:20:49 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:468993f0b43da8ec255757bc402569254f8b24453547ff78ad13aaee06f6e9f3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:49 + 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 23:20:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 23:20:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:20:50 a09b40094841: Preparing 23:20:50 fed844ec8518: Preparing 23:20:50 7694ead98b8a: Preparing 23:20:50 b3758c9c281a: Preparing 23:20:50 4e6476652798: Preparing 23:20:50 7694ead98b8a: Layer already exists 23:20:50 fed844ec8518: Layer already exists 23:20:50 b3758c9c281a: Layer already exists 23:20:50 a09b40094841: Layer already exists 23:20:50 4e6476652798: Layer already exists 23:20:50 latest: digest: sha256:468993f0b43da8ec255757bc402569254f8b24453547ff78ad13aaee06f6e9f3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:50 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:50 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.48 23:20:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:20:50 a09b40094841: Preparing 23:20:50 fed844ec8518: Preparing 23:20:50 7694ead98b8a: Preparing 23:20:50 b3758c9c281a: Preparing 23:20:50 4e6476652798: Preparing 23:20:50 b3758c9c281a: Layer already exists 23:20:50 fed844ec8518: Layer already exists 23:20:50 4e6476652798: Layer already exists 23:20:50 7694ead98b8a: Layer already exists 23:20:50 a09b40094841: Layer already exists 23:20:50 3.0.0-dev.48: digest: sha256:468993f0b43da8ec255757bc402569254f8b24453547ff78ad13aaee06f6e9f3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:51 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:20:51 a09b40094841: Preparing 23:20:51 fed844ec8518: Preparing 23:20:51 7694ead98b8a: Preparing 23:20:51 b3758c9c281a: Preparing 23:20:51 4e6476652798: Preparing 23:20:51 7694ead98b8a: Layer already exists 23:20:51 4e6476652798: Layer already exists 23:20:51 fed844ec8518: Layer already exists 23:20:51 b3758c9c281a: Layer already exists 23:20:51 a09b40094841: Layer already exists 23:20:51 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:468993f0b43da8ec255757bc402569254f8b24453547ff78ad13aaee06f6e9f3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:51 + 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 23:20:51 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 23:20:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 23:20:51 a09b40094841: Preparing 23:20:51 fed844ec8518: Preparing 23:20:51 7694ead98b8a: Preparing 23:20:51 b3758c9c281a: Preparing 23:20:51 4e6476652798: Preparing 23:20:51 a09b40094841: Layer already exists 23:20:51 b3758c9c281a: Layer already exists 23:20:51 7694ead98b8a: Layer already exists 23:20:51 4e6476652798: Layer already exists 23:20:51 fed844ec8518: Layer already exists 23:20:51 main: digest: sha256:468993f0b43da8ec255757bc402569254f8b24453547ff78ad13aaee06f6e9f3 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:20:52 ===================================================== [Pipeline] echo 23:20:52 taggedImages: 23:20:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 23:20:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.48 23:20:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:52 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 23:20:52 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 23:20:52 24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:52 latest 23:20:52 3.0.0-dev.48 23:20:52 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:20:52 main 23:20:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:52 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:20:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2 23:20:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:20:52 c097f0594874: Preparing 23:20:52 058c3fa5b298: Preparing 23:20:52 d106c4d90c8f: Preparing 23:20:52 cabfc6a4ae8f: Preparing 23:20:52 3dab9b1333e8: Preparing 23:20:52 b471a799527a: Preparing 23:20:52 4e6476652798: Preparing 23:20:52 4e6476652798: Waiting 23:20:52 b471a799527a: Waiting 23:20:52 d106c4d90c8f: Pushed 23:20:52 058c3fa5b298: Pushed 23:20:52 c097f0594874: Pushed 23:20:52 4e6476652798: Layer already exists 23:20:53 b471a799527a: Pushed 23:20:56 3dab9b1333e8: Pushed 23:20:59 cabfc6a4ae8f: Pushed 23:20:59 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:6cb499651bce28ddde0b21dc78648e74645da8f592c4454171d679db188ce239 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 23:21:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:21:00 c097f0594874: Preparing 23:21:00 058c3fa5b298: Preparing 23:21:00 d106c4d90c8f: Preparing 23:21:00 cabfc6a4ae8f: Preparing 23:21:00 3dab9b1333e8: Preparing 23:21:00 b471a799527a: Preparing 23:21:00 4e6476652798: Preparing 23:21:00 b471a799527a: Waiting 23:21:00 4e6476652798: Waiting 23:21:00 3dab9b1333e8: Layer already exists 23:21:00 d106c4d90c8f: Layer already exists 23:21:00 c097f0594874: Layer already exists 23:21:00 058c3fa5b298: Layer already exists 23:21:00 cabfc6a4ae8f: Layer already exists 23:21:00 4e6476652798: Layer already exists 23:21:00 b471a799527a: Layer already exists 23:21:00 latest: digest: sha256:6cb499651bce28ddde0b21dc78648e74645da8f592c4454171d679db188ce239 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:00 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.48 23:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:21:01 c097f0594874: Preparing 23:21:01 058c3fa5b298: Preparing 23:21:01 d106c4d90c8f: Preparing 23:21:01 cabfc6a4ae8f: Preparing 23:21:01 3dab9b1333e8: Preparing 23:21:01 b471a799527a: Preparing 23:21:01 4e6476652798: Preparing 23:21:01 b471a799527a: Waiting 23:21:01 4e6476652798: Waiting 23:21:01 3dab9b1333e8: Layer already exists 23:21:01 058c3fa5b298: Layer already exists 23:21:01 d106c4d90c8f: Layer already exists 23:21:01 c097f0594874: Layer already exists 23:21:01 cabfc6a4ae8f: Layer already exists 23:21:01 b471a799527a: Layer already exists 23:21:01 4e6476652798: Layer already exists 23:21:01 3.0.0-dev.48: digest: sha256:6cb499651bce28ddde0b21dc78648e74645da8f592c4454171d679db188ce239 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:01 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:21:01 c097f0594874: Preparing 23:21:01 058c3fa5b298: Preparing 23:21:01 d106c4d90c8f: Preparing 23:21:01 cabfc6a4ae8f: Preparing 23:21:01 3dab9b1333e8: Preparing 23:21:01 b471a799527a: Preparing 23:21:01 4e6476652798: Preparing 23:21:01 b471a799527a: Waiting 23:21:01 4e6476652798: Waiting 23:21:01 3dab9b1333e8: Layer already exists 23:21:01 cabfc6a4ae8f: Layer already exists 23:21:01 d106c4d90c8f: Layer already exists 23:21:01 c097f0594874: Layer already exists 23:21:01 058c3fa5b298: Layer already exists 23:21:01 b471a799527a: Layer already exists 23:21:01 4e6476652798: Layer already exists 23:21:01 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:6cb499651bce28ddde0b21dc78648e74645da8f592c4454171d679db188ce239 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 23:21:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 23:21:02 c097f0594874: Preparing 23:21:02 058c3fa5b298: Preparing 23:21:02 d106c4d90c8f: Preparing 23:21:02 cabfc6a4ae8f: Preparing 23:21:02 3dab9b1333e8: Preparing 23:21:02 b471a799527a: Preparing 23:21:02 4e6476652798: Preparing 23:21:02 b471a799527a: Waiting 23:21:02 4e6476652798: Waiting 23:21:02 cabfc6a4ae8f: Layer already exists 23:21:02 c097f0594874: Layer already exists 23:21:02 d106c4d90c8f: Layer already exists 23:21:02 058c3fa5b298: Layer already exists 23:21:02 3dab9b1333e8: Layer already exists 23:21:02 4e6476652798: Layer already exists 23:21:02 b471a799527a: Layer already exists 23:21:02 main: digest: sha256:6cb499651bce28ddde0b21dc78648e74645da8f592c4454171d679db188ce239 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:02 ===================================================== [Pipeline] echo 23:21:02 taggedImages: 23:21:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 23:21:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.48 23:21:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:02 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 23:21:02 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 23:21:02 24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:02 latest 23:21:02 3.0.0-dev.48 23:21:02 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:02 main 23:21:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:02 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:21:03 998d97f17870: Preparing 23:21:03 69d78c095820: Preparing 23:21:03 a9aca977918e: Preparing 23:21:03 d49dc2ed0730: Preparing 23:21:03 e1b4346de362: Preparing 23:21:03 4e6476652798: Preparing 23:21:03 4e6476652798: Waiting 23:21:03 998d97f17870: Pushed 23:21:03 a9aca977918e: Pushed 23:21:03 69d78c095820: Pushed 23:21:03 4e6476652798: Layer already exists 23:21:03 e1b4346de362: Pushed 23:21:11 d49dc2ed0730: Pushed 23:21:11 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:f24deb3947720f5bae9d4f150ed0991913a432a0b608bff72980a8311f722403 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:11 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 23:21:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:21:11 998d97f17870: Preparing 23:21:11 69d78c095820: Preparing 23:21:11 a9aca977918e: Preparing 23:21:11 d49dc2ed0730: Preparing 23:21:11 e1b4346de362: Preparing 23:21:11 4e6476652798: Preparing 23:21:11 4e6476652798: Waiting 23:21:11 a9aca977918e: Layer already exists 23:21:11 69d78c095820: Layer already exists 23:21:11 d49dc2ed0730: Layer already exists 23:21:11 998d97f17870: Layer already exists 23:21:11 e1b4346de362: Layer already exists 23:21:11 4e6476652798: Layer already exists 23:21:11 latest: digest: sha256:f24deb3947720f5bae9d4f150ed0991913a432a0b608bff72980a8311f722403 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.48 23:21:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:21:12 998d97f17870: Preparing 23:21:12 69d78c095820: Preparing 23:21:12 a9aca977918e: Preparing 23:21:12 d49dc2ed0730: Preparing 23:21:12 e1b4346de362: Preparing 23:21:12 4e6476652798: Preparing 23:21:12 4e6476652798: Waiting 23:21:12 a9aca977918e: Layer already exists 23:21:12 e1b4346de362: Layer already exists 23:21:12 d49dc2ed0730: Layer already exists 23:21:12 998d97f17870: Layer already exists 23:21:12 69d78c095820: Layer already exists 23:21:12 4e6476652798: Layer already exists 23:21:12 3.0.0-dev.48: digest: sha256:f24deb3947720f5bae9d4f150ed0991913a432a0b608bff72980a8311f722403 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:21:13 998d97f17870: Preparing 23:21:13 69d78c095820: Preparing 23:21:13 a9aca977918e: Preparing 23:21:13 d49dc2ed0730: Preparing 23:21:13 e1b4346de362: Preparing 23:21:13 4e6476652798: Preparing 23:21:13 4e6476652798: Waiting 23:21:13 e1b4346de362: Layer already exists 23:21:13 69d78c095820: Layer already exists 23:21:13 998d97f17870: Layer already exists 23:21:13 d49dc2ed0730: Layer already exists 23:21:13 a9aca977918e: Layer already exists 23:21:13 4e6476652798: Layer already exists 23:21:13 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:f24deb3947720f5bae9d4f150ed0991913a432a0b608bff72980a8311f722403 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 23:21:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 23:21:13 998d97f17870: Preparing 23:21:13 69d78c095820: Preparing 23:21:13 a9aca977918e: Preparing 23:21:13 d49dc2ed0730: Preparing 23:21:13 e1b4346de362: Preparing 23:21:13 4e6476652798: Preparing 23:21:13 4e6476652798: Waiting 23:21:13 998d97f17870: Layer already exists 23:21:13 e1b4346de362: Layer already exists 23:21:13 69d78c095820: Layer already exists 23:21:13 a9aca977918e: Layer already exists 23:21:13 d49dc2ed0730: Layer already exists 23:21:13 4e6476652798: Layer already exists 23:21:13 main: digest: sha256:f24deb3947720f5bae9d4f150ed0991913a432a0b608bff72980a8311f722403 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:13 ===================================================== [Pipeline] echo 23:21:13 taggedImages: 23:21:13 - nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:13 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 23:21:13 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.48 23:21:13 - nexus3.edgexfoundry.org:10004/security-spire-config:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:13 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 23:21:13 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 23:21:13 24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:13 latest 23:21:13 3.0.0-dev.48 23:21:13 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:13 main 23:21:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:21:14 dd6032588a56: Preparing 23:21:14 c5f58755846d: Preparing 23:21:14 dd123d17af4a: Preparing 23:21:14 4f7524170db4: Preparing 23:21:14 b471a799527a: Preparing 23:21:14 4e6476652798: Preparing 23:21:14 4e6476652798: Waiting 23:21:14 b471a799527a: Layer already exists 23:21:14 4e6476652798: Layer already exists 23:21:14 c5f58755846d: Pushed 23:21:14 dd6032588a56: Pushed 23:21:14 dd123d17af4a: Pushed 23:21:22 4f7524170db4: Pushed 23:21:22 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:9682a5135c5beb0bc13a11970d373e652a918faa47f2b2c7c106026e02f7e4ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 23:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:21:23 dd6032588a56: Preparing 23:21:23 c5f58755846d: Preparing 23:21:23 dd123d17af4a: Preparing 23:21:23 4f7524170db4: Preparing 23:21:23 b471a799527a: Preparing 23:21:23 4e6476652798: Preparing 23:21:23 4e6476652798: Waiting 23:21:23 c5f58755846d: Layer already exists 23:21:23 b471a799527a: Layer already exists 23:21:23 dd123d17af4a: Layer already exists 23:21:23 4f7524170db4: Layer already exists 23:21:23 dd6032588a56: Layer already exists 23:21:23 4e6476652798: Layer already exists 23:21:23 latest: digest: sha256:9682a5135c5beb0bc13a11970d373e652a918faa47f2b2c7c106026e02f7e4ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.48 23:21:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:21:23 dd6032588a56: Preparing 23:21:23 c5f58755846d: Preparing 23:21:23 dd123d17af4a: Preparing 23:21:23 4f7524170db4: Preparing 23:21:23 b471a799527a: Preparing 23:21:23 4e6476652798: Preparing 23:21:23 4e6476652798: Waiting 23:21:23 4f7524170db4: Layer already exists 23:21:23 c5f58755846d: Layer already exists 23:21:23 dd6032588a56: Layer already exists 23:21:23 b471a799527a: Layer already exists 23:21:23 dd123d17af4a: Layer already exists 23:21:23 4e6476652798: Layer already exists 23:21:23 3.0.0-dev.48: digest: sha256:9682a5135c5beb0bc13a11970d373e652a918faa47f2b2c7c106026e02f7e4ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:24 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:21:24 dd6032588a56: Preparing 23:21:24 c5f58755846d: Preparing 23:21:24 dd123d17af4a: Preparing 23:21:24 4f7524170db4: Preparing 23:21:24 b471a799527a: Preparing 23:21:24 4e6476652798: Preparing 23:21:24 4e6476652798: Waiting 23:21:24 dd6032588a56: Layer already exists 23:21:24 dd123d17af4a: Layer already exists 23:21:24 b471a799527a: Layer already exists 23:21:24 4f7524170db4: Layer already exists 23:21:24 c5f58755846d: Layer already exists 23:21:24 4e6476652798: Layer already exists 23:21:24 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:9682a5135c5beb0bc13a11970d373e652a918faa47f2b2c7c106026e02f7e4ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:24 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 23:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 23:21:25 dd6032588a56: Preparing 23:21:25 c5f58755846d: Preparing 23:21:25 dd123d17af4a: Preparing 23:21:25 4f7524170db4: Preparing 23:21:25 b471a799527a: Preparing 23:21:25 4e6476652798: Preparing 23:21:25 4e6476652798: Waiting 23:21:25 c5f58755846d: Layer already exists 23:21:25 b471a799527a: Layer already exists 23:21:25 4f7524170db4: Layer already exists 23:21:25 dd123d17af4a: Layer already exists 23:21:25 dd6032588a56: Layer already exists 23:21:25 4e6476652798: Layer already exists 23:21:25 main: digest: sha256:9682a5135c5beb0bc13a11970d373e652a918faa47f2b2c7c106026e02f7e4ac size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:25 ===================================================== [Pipeline] echo 23:21:25 taggedImages: 23:21:25 - nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:25 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 23:21:25 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.48 23:21:25 - nexus3.edgexfoundry.org:10004/security-spire-server:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:25 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 23:21:25 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 23:21:25 24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:25 latest 23:21:25 3.0.0-dev.48 23:21:25 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:25 main 23:21:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:25 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:25 + docker push nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:25 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:21:25 04860d3ddc47: Preparing 23:21:25 2effe8fb9feb: Preparing 23:21:25 7694ead98b8a: Preparing 23:21:25 2bd76e5b46e9: Preparing 23:21:25 aa5968d388b8: Preparing 23:21:25 aa5968d388b8: Layer already exists 23:21:25 7694ead98b8a: Layer already exists 23:21:25 04860d3ddc47: Pushed 23:21:25 2bd76e5b46e9: Pushed 23:21:29 2effe8fb9feb: Pushed 23:21:29 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:525fb7782eebfe8670e4ce8b220c0547cd1638e5b52b20f40b240e7f736850ce size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:29 Removing intermediate container 8deefc322120 23:21:29 ---> e6cbb32bf6e5 23:21:29 Step 8/22 : COPY . . 23:21:29 Removing intermediate container a7520236a354 23:21:29 ---> 3319630dd5dd 23:21:29 Step 7/19 : COPY . . 23:21:29 Removing intermediate container 117fd1b36444 23:21:29 ---> 572acd210b01 23:21:29 Step 7/24 : COPY . . 23:21:29 Removing intermediate container 47560125b045 23:21:29 ---> 9dacedbaf2bc 23:21:29 Step 7/24 : COPY . . 23:21:29 Removing intermediate container c30ffc45e958 23:21:29 ---> b76f4e201b41 23:21:29 Step 8/22 : COPY . . 23:21:29 ---> bf6322e0aeb8 23:21:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:21:29 ---> Running in c0cbddf3f37a 23:21:29 ---> a0d5463806ee 23:21:29 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 23:21:29 ---> 54cac9b0ced1 23:21:29 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 23:21:29 ---> Running in a8da035f0015 23:21:29 ---> cb5bd94f2d93 23:21:29 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:21:29 ---> 718c26e5c67d 23:21:29 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:21:29 ---> Running in 9c7ea3d9dbc2 23:21:29 ---> Running in e77610ff0a3f 23:21:29 ---> Running in d3b107baf535 23:21:29 Removing intermediate container d3b107baf535 23:21:29 ---> c84e0b9056ba 23:21:29 Step 9/24 : WORKDIR /edgex-go/spire-build 23:21:29 ---> Running in a3c5b677fb44 23:21:29 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:21:29 Removing intermediate container a3c5b677fb44 23:21:29 ---> 48160bf71a5e 23:21:29 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 23:21:29 ---> Running in 09924357c241 23:21:29 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 23:21:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 23:21:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:21:29 Removing intermediate container 09924357c241 23:21:29 ---> b63556e477e8 23:21:29 Step 11/24 : WORKDIR /edgex-go 23:21:29 ---> Running in 55313fcb07d6 23:21:29 Removing intermediate container 55313fcb07d6 23:21:29 ---> e85566049849 23:21:29 23:21:29 Step 12/24 : FROM alpine:3.15 23:21:29 3.15: Pulling from library/alpine 23:21:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 23:21:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:21:29 04860d3ddc47: Preparing 23:21:29 2effe8fb9feb: Preparing 23:21:29 7694ead98b8a: Preparing 23:21:29 2bd76e5b46e9: Preparing 23:21:29 aa5968d388b8: Preparing 23:21:29 7694ead98b8a: Layer already exists 23:21:29 2effe8fb9feb: Layer already exists 23:21:29 04860d3ddc47: Layer already exists 23:21:29 2bd76e5b46e9: Layer already exists 23:21:29 aa5968d388b8: Layer already exists 23:21:29 latest: digest: sha256:525fb7782eebfe8670e4ce8b220c0547cd1638e5b52b20f40b240e7f736850ce size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:30 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.48 23:21:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:21:30 04860d3ddc47: Preparing 23:21:30 2effe8fb9feb: Preparing 23:21:30 7694ead98b8a: Preparing 23:21:30 2bd76e5b46e9: Preparing 23:21:30 aa5968d388b8: Preparing 23:21:30 2effe8fb9feb: Layer already exists 23:21:30 04860d3ddc47: Layer already exists 23:21:30 2bd76e5b46e9: Layer already exists 23:21:30 aa5968d388b8: Layer already exists 23:21:30 7694ead98b8a: Layer already exists 23:21:30 3.0.0-dev.48: digest: sha256:525fb7782eebfe8670e4ce8b220c0547cd1638e5b52b20f40b240e7f736850ce size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:30 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 23:21:30 Status: Downloaded newer image for alpine:3.15 23:21:30 ---> 354640af7b1b 23:21:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:21:30 ---> Running in 3a57bd21237b 23:21:30 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:21:31 04860d3ddc47: Preparing 23:21:31 2effe8fb9feb: Preparing 23:21:31 7694ead98b8a: Preparing 23:21:31 2bd76e5b46e9: Preparing 23:21:31 aa5968d388b8: Preparing 23:21:31 2effe8fb9feb: Layer already exists 23:21:31 2bd76e5b46e9: Layer already exists 23:21:31 7694ead98b8a: Layer already exists 23:21:31 04860d3ddc47: Layer already exists 23:21:31 aa5968d388b8: Layer already exists 23:21:31 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:525fb7782eebfe8670e4ce8b220c0547cd1638e5b52b20f40b240e7f736850ce size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:31 Removing intermediate container 3a57bd21237b 23:21:31 ---> 9e98b770444b 23:21:31 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:21:31 ---> Running in 972caa5d82f4 23:21:31 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:31 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 23:21:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 23:21:31 04860d3ddc47: Preparing 23:21:31 2effe8fb9feb: Preparing 23:21:31 7694ead98b8a: Preparing 23:21:31 2bd76e5b46e9: Preparing 23:21:31 aa5968d388b8: Preparing 23:21:31 2bd76e5b46e9: Layer already exists 23:21:31 04860d3ddc47: Layer already exists 23:21:31 7694ead98b8a: Layer already exists 23:21:31 2effe8fb9feb: Layer already exists 23:21:31 aa5968d388b8: Layer already exists 23:21:31 main: digest: sha256:525fb7782eebfe8670e4ce8b220c0547cd1638e5b52b20f40b240e7f736850ce size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:31 ===================================================== [Pipeline] echo 23:21:31 taggedImages: 23:21:31 - nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:31 - nexus3.edgexfoundry.org:10004/support-notifications:latest 23:21:31 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.48 23:21:31 - nexus3.edgexfoundry.org:10004/support-notifications:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:31 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 23:21:31 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 23:21:31 24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:31 latest 23:21:31 3.0.0-dev.48 23:21:31 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:31 main 23:21:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:32 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:21:32 c4a903823f8c: Preparing 23:21:32 5b3facd19014: Preparing 23:21:32 7694ead98b8a: Preparing 23:21:32 5311b12a89fe: Preparing 23:21:32 aa5968d388b8: Preparing 23:21:32 7694ead98b8a: Layer already exists 23:21:32 aa5968d388b8: Layer already exists 23:21:32 5311b12a89fe: Layer already exists 23:21:32 c4a903823f8c: Pushed 23:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:21:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:21:34 5b3facd19014: Pushed 23:21:35 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:2f77a7996cb8cffe8383fcbf17b5bd08abca87f8c3e4635d04cddd9c41f6a878 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:35 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:21:35 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:21:35 OK: 15734 distinct packages available 23:21:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:21:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 23:21:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:21:35 c4a903823f8c: Preparing 23:21:35 5b3facd19014: Preparing 23:21:35 7694ead98b8a: Preparing 23:21:35 5311b12a89fe: Preparing 23:21:35 aa5968d388b8: Preparing 23:21:35 5311b12a89fe: Layer already exists 23:21:35 c4a903823f8c: Layer already exists 23:21:35 aa5968d388b8: Layer already exists 23:21:35 5b3facd19014: Layer already exists 23:21:35 7694ead98b8a: Layer already exists 23:21:35 latest: digest: sha256:2f77a7996cb8cffe8383fcbf17b5bd08abca87f8c3e4635d04cddd9c41f6a878 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:21:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.48 23:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:21:36 c4a903823f8c: Preparing 23:21:36 5b3facd19014: Preparing 23:21:36 7694ead98b8a: Preparing 23:21:36 5311b12a89fe: Preparing 23:21:36 aa5968d388b8: Preparing 23:21:36 5b3facd19014: Layer already exists 23:21:36 aa5968d388b8: Layer already exists 23:21:36 c4a903823f8c: Layer already exists 23:21:36 5311b12a89fe: Layer already exists 23:21:36 7694ead98b8a: Layer already exists 23:21:36 3.0.0-dev.48: digest: sha256:2f77a7996cb8cffe8383fcbf17b5bd08abca87f8c3e4635d04cddd9c41f6a878 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:36 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:36 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:36 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:21:36 c4a903823f8c: Preparing 23:21:36 5b3facd19014: Preparing 23:21:36 7694ead98b8a: Preparing 23:21:36 5311b12a89fe: Preparing 23:21:36 aa5968d388b8: Preparing 23:21:36 aa5968d388b8: Layer already exists 23:21:36 c4a903823f8c: Layer already exists 23:21:36 5311b12a89fe: Layer already exists 23:21:36 7694ead98b8a: Layer already exists 23:21:36 5b3facd19014: Layer already exists 23:21:36 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:2f77a7996cb8cffe8383fcbf17b5bd08abca87f8c3e4635d04cddd9c41f6a878 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:37 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:21:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 23:21:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 23:21:37 c4a903823f8c: Preparing 23:21:37 5b3facd19014: Preparing 23:21:37 7694ead98b8a: Preparing 23:21:37 5311b12a89fe: Preparing 23:21:37 aa5968d388b8: Preparing 23:21:37 c4a903823f8c: Layer already exists 23:21:37 5b3facd19014: Layer already exists 23:21:37 aa5968d388b8: Layer already exists 23:21:37 5311b12a89fe: Layer already exists 23:21:37 7694ead98b8a: Layer already exists 23:21:37 main: digest: sha256:2f77a7996cb8cffe8383fcbf17b5bd08abca87f8c3e4635d04cddd9c41f6a878 size: 1364 [Pipeline] } 23:21:37 (1/5) Installing dumb-init (1.2.5-r1) 23:21:37 (2/5) Installing musl-obstack (1.2.3-r0) 23:21:37 (3/5) Installing libucontext (1.1-r0) 23:21:37 (4/5) Installing gcompat (1.0.0-r4) 23:21:37 (5/5) Installing openssl (1.1.1t-r1) 23:21:37 Executing busybox-1.34.1-r7.trigger 23:21:37 OK: 6 MiB in 19 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:21:37 ===================================================== [Pipeline] echo 23:21:37 taggedImages: 23:21:37 - nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:37 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 23:21:37 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.48 23:21:37 - nexus3.edgexfoundry.org:10004/support-scheduler:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:21:37 - 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] } 23:21:39 Removing intermediate container 972caa5d82f4 23:21:39 ---> 89aaff9e8567 23:21:39 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 23:21:42 ---> ebae823d5176 23:21:42 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:21:48 ---> 03ffe0f52860 23:21:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 23:21:49 ---> c66a9fa21222 23:21:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 23:21:50 ---> d0cbc8886fca 23:21:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 23:21:51 ---> 01136401e370 23:21:51 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:21:51 ---> Running in cfc295d42b29 23:21:51 Removing intermediate container cfc295d42b29 23:21:51 ---> 95d842e9c132 23:21:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:21:51 ---> Running in fa559bbb8512 23:21:52 Removing intermediate container fa559bbb8512 23:21:52 ---> 1c50bfb0f4d6 23:21:52 Step 22/24 : LABEL arch=arm64 23:21:52 ---> Running in 63871d0324ac 23:21:52 Removing intermediate container 63871d0324ac 23:21:52 ---> 93a0a0baacdf 23:21:52 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:21:52 ---> Running in 38983023b90e 23:21:53 Removing intermediate container 38983023b90e 23:21:53 ---> 6fe177f33033 23:21:53 Step 24/24 : LABEL version=3.0.0-dev.48 23:21:53 ---> Running in bf8a1bc08fbc 23:21:53 Removing intermediate container bf8a1bc08fbc 23:21:53 ---> ad9f2eb7f0e5 23:21:53 23:21:53 Successfully built ad9f2eb7f0e5 23:21:54 Successfully tagged security-spire-agent-arm64:latest 23:21:54  Building security-spire-agent ... done Building support-scheduler 23:21:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:21:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:21:57 ---> 5c5c40497f60 23:21:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:21:57 ---> Using cache 23:21:57 ---> 2fb9b3955abe 23:21:57 Step 4/22 : WORKDIR /edgex-go 23:21:57 ---> Using cache 23:21:57 ---> 105ef72faaab 23:21:57 Step 5/22 : RUN apk add --update --no-cache make git 23:21:57 ---> Using cache 23:21:57 ---> cfc8ce7c8845 23:21:57 Step 6/22 : COPY go.mod vendor* ./ 23:21:57 ---> Using cache 23:21:57 ---> bb19b0b8b77f 23:21:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:21:57 ---> Using cache 23:21:57 ---> b76f4e201b41 23:21:57 Step 8/22 : COPY . . 23:21:57 ---> Using cache 23:21:57 ---> 54cac9b0ced1 23:21:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:21:58 ---> Running in 8a38e71c4656 23:22:00 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:27:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:28:10 Removing intermediate container e77610ff0a3f 23:28:10 ---> a180401b7d8f 23:28:10 23:28:10 Step 9/24 : FROM alpine:3.16 23:28:10 3.16: Pulling from library/alpine 23:28:11 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 23:28:11 Status: Downloaded newer image for alpine:3.16 23:28:11 ---> 4c81e5bf8899 23:28:11 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 23:28:11 ---> Running in 840166fc1278 23:28:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:28:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:28:15 (1/3) Installing ca-certificates (20220614-r0) 23:28:15 (2/3) Installing dumb-init (1.2.5-r1) 23:28:15 (3/3) Installing su-exec (0.2-r1) 23:28:15 Executing busybox-1.35.0-r17.trigger 23:28:15 Executing ca-certificates-20220614-r0.trigger 23:28:15 OK: 6 MiB in 17 packages 23:28:17 Removing intermediate container 840166fc1278 23:28:17 ---> 86b9ba78f01a 23:28:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:28:17 ---> Running in c0cd1d43f518 23:28:18 Removing intermediate container c0cd1d43f518 23:28:18 ---> 9b9e9d754546 23:28:18 Step 12/24 : WORKDIR / 23:28:18 ---> Running in 86256c9a6106 23:28:19 Removing intermediate container 86256c9a6106 23:28:19 ---> a631bb92c135 23:28:19 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:28:21 ---> ad511e6e44a4 23:28:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:28:21 ---> edccc7353790 23:28:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:28:22 ---> a05ebef26668 23:28:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 23:28:23 ---> 7d79f9840e67 23:28:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:28:25 ---> eee38e146afe 23:28:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:28:27 ---> d4dfa367d013 23:28:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:28:28 ---> 45f01d422e94 23:28:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:28:28 ---> Running in b11ea2f34052 23:28:31 Removing intermediate container b11ea2f34052 23:28:31 ---> 8eedde1a71f3 23:28:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:28:31 ---> Running in 630fa2a409af 23:28:34 Removing intermediate container 630fa2a409af 23:28:34 ---> 68b906ced2d4 23:28:34 Step 22/24 : LABEL arch=arm64 23:28:34 ---> Running in 21dba1a9fe1c 23:28:35 Removing intermediate container 21dba1a9fe1c 23:28:35 ---> a13c372ca2ac 23:28:35 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:28:35 ---> Running in c6b7abbc8da5 23:28:36 Removing intermediate container c6b7abbc8da5 23:28:36 ---> 940987635144 23:28:36 Step 24/24 : LABEL version=3.0.0-dev.48 23:28:36 ---> Running in 23d6f3847a5d 23:28:36 Removing intermediate container 23d6f3847a5d 23:28:36 ---> 29df18f54e78 23:28:36 23:28:36 Successfully built 29df18f54e78 23:28:36 Successfully tagged security-secretstore-setup-arm64:latest 23:28:36  Building security-secretstore-setup ... done Building security-spire-server 23:28:41 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:28:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:28:41 ---> 5c5c40497f60 23:28:41 Step 3/23 : WORKDIR /edgex-go 23:28:41 ---> Using cache 23:28:41 ---> b08a627499a1 23:28:41 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 23:28:41 ---> Running in 73e704fd3c6b 23:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:28:44 OK: 221 MiB in 51 packages 23:28:48 Removing intermediate container 73e704fd3c6b 23:28:48 ---> 6ec1d788990b 23:28:48 Step 5/23 : COPY go.mod vendor* ./ 23:28:49 ---> 4ed657c4526e 23:28:49 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:28:49 ---> Running in a4aa31d992cd 23:29:04 Removing intermediate container 9c7ea3d9dbc2 23:29:04 ---> 902bb5db80b0 23:29:04 23:29:04 Step 10/22 : FROM alpine:3.16 23:29:04 ---> 4c81e5bf8899 23:29:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:29:04 ---> Running in fe41519f6166 23:29:04 Removing intermediate container fe41519f6166 23:29:04 ---> 4c92dd496956 23:29:04 Step 12/22 : ENV APP_PORT=59880 23:29:04 ---> Running in 0a318e3fc49f 23:29:04 Removing intermediate container 0a318e3fc49f 23:29:04 ---> 8a96a1c779f2 23:29:04 Step 13/22 : EXPOSE $APP_PORT 23:29:04 ---> Running in 6a74482737ae 23:29:04 Removing intermediate container 6a74482737ae 23:29:04 ---> 64e7d5dbbf49 23:29:04 Step 14/22 : RUN apk add --update --no-cache dumb-init 23:29:05 ---> Running in b191a64e83aa 23:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:29:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:29:09 (1/1) Installing dumb-init (1.2.5-r1) 23:29:09 Executing busybox-1.35.0-r17.trigger 23:29:09 OK: 5 MiB in 15 packages 23:29:11 Removing intermediate container b191a64e83aa 23:29:11 ---> 39a2c41238f1 23:29:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:29:13 ---> a398e9796bd2 23:29:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:29:15 ---> af4fc8bcf9a7 23:29:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:29:16 ---> af017a8348eb 23:29:16 Step 18/22 : ENTRYPOINT ["/core-data"] 23:29:16 ---> Running in b15c83375d20 23:29:16 Removing intermediate container b15c83375d20 23:29:16 ---> 73d1e43782df 23:29:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:29:16 ---> Running in c28843c14f78 23:29:17 Removing intermediate container c28843c14f78 23:29:17 ---> dff29867bca1 23:29:17 Step 20/22 : LABEL arch=arm64 23:29:17 ---> Running in f4085d3b8f6f 23:29:18 Removing intermediate container f4085d3b8f6f 23:29:18 ---> 1c0cb4ee464a 23:29:18 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:29:18 ---> Running in 88e263805535 23:29:18 Removing intermediate container 88e263805535 23:29:18 ---> a11cb107984e 23:29:18 Step 22/22 : LABEL version=3.0.0-dev.48 23:29:18 ---> Running in 101d0aff88a3 23:29:19 Removing intermediate container 101d0aff88a3 23:29:19 ---> 418579c77de7 23:29:19 23:29:19 Successfully built 418579c77de7 23:29:19 Successfully tagged core-data-arm64:latest 23:29:19  Building core-data ... done Building core-common-config-bootstrapper 23:29:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:29:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:29:22 ---> 5c5c40497f60 23:29:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 23:29:22 ---> Using cache 23:29:22 ---> 2fb9b3955abe 23:29:22 Step 4/22 : WORKDIR /edgex-go 23:29:22 ---> Using cache 23:29:22 ---> 105ef72faaab 23:29:22 Step 5/22 : RUN apk add --update --no-cache make git 23:29:22 ---> Using cache 23:29:22 ---> cfc8ce7c8845 23:29:22 Step 6/22 : COPY go.mod vendor* ./ 23:29:22 ---> Using cache 23:29:22 ---> bb19b0b8b77f 23:29:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:29:22 ---> Using cache 23:29:22 ---> b76f4e201b41 23:29:22 Step 8/22 : COPY . . 23:29:22 ---> Using cache 23:29:22 ---> 54cac9b0ced1 23:29:22 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 23:29:23 ---> Running in 70e9483128d2 23:29:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 23:30:47 Removing intermediate container a4aa31d992cd 23:30:47 ---> 6a174f486f15 23:30:47 Step 7/23 : COPY . . 23:30:47 Removing intermediate container a8da035f0015 23:30:47 ---> 3350e756fc11 23:30:47 23:30:47 Step 9/19 : FROM alpine:3.15 23:30:47 ---> 354640af7b1b 23:30:47 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:30:47 ---> Using cache 23:30:47 ---> 9e98b770444b 23:30:47 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 23:30:47 ---> Running in fbd98be0a226 23:30:47 ---> bb301523dfd2 23:30:47 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 23:30:47 ---> Running in 037ad1e7cf35 23:30:47 Removing intermediate container 037ad1e7cf35 23:30:47 ---> fce695d00940 23:30:47 Step 9/23 : WORKDIR /edgex-go/spire-build 23:30:47 ---> Running in e8da58659256 23:30:47 Removing intermediate container e8da58659256 23:30:47 ---> 81992ca9ca26 23:30:47 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 23:30:47 ---> Running in 660acd63ea6c 23:30:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:30:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:30:47 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:30:47 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:30:47 OK: 15734 distinct packages available 23:30:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:30:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:30:47 Removing intermediate container 660acd63ea6c 23:30:47 ---> 6b7bd67c3a7a 23:30:47 Step 11/23 : WORKDIR /edgex-go 23:30:47 ---> Running in 48879abf6778 23:30:47 (1/9) Installing ca-certificates (20220614-r0) 23:30:47 (2/9) Installing brotli-libs (1.0.9-r5) 23:30:47 (3/9) Installing nghttp2-libs (1.46.0-r0) 23:30:47 (4/9) Installing libcurl (7.80.0-r5) 23:30:47 (5/9) Installing curl (7.80.0-r5) 23:30:47 (6/9) Installing dumb-init (1.2.5-r1) 23:30:47 (7/9) Installing musl-obstack (1.2.3-r0) 23:30:47 (8/9) Installing libucontext (1.1-r0) 23:30:47 (9/9) Installing gcompat (1.0.0-r4) 23:30:47 Executing busybox-1.34.1-r7.trigger 23:30:47 Removing intermediate container 48879abf6778 23:30:47 ---> 6e6f27477009 23:30:47 23:30:47 Step 12/23 : FROM alpine:3.15 23:30:47 ---> 354640af7b1b 23:30:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:30:47 ---> Using cache 23:30:47 ---> 9e98b770444b 23:30:47 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 23:30:47 Executing ca-certificates-20220614-r0.trigger 23:30:47 ---> Using cache 23:30:47 ---> 89aaff9e8567 23:30:47 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:30:47 OK: 8 MiB in 23 packages 23:30:48 Removing intermediate container fbd98be0a226 23:30:48 ---> 1b86e40e004d 23:30:48 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 23:30:50 ---> 4c591d248a50 23:30:50 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 23:30:53 ---> c8cad05e4e04 23:30:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 23:30:53 ---> 55af0f7e1b2b 23:30:53 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 23:30:56 ---> c6b87d8bbcad 23:30:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 23:30:56 ---> 13545ae0c81a 23:30:56 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 23:30:56 ---> Running in f227e107b80b 23:30:57 Removing intermediate container f227e107b80b 23:30:57 ---> ea25d5f8a416 23:30:57 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:30:57 ---> Running in 63c727d2cbd1 23:30:57 ---> 44379531d12a 23:30:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 23:30:58 Removing intermediate container 63c727d2cbd1 23:30:58 ---> 9c872dcbb9de 23:30:58 Step 17/19 : LABEL arch=arm64 23:30:58 ---> Running in a8a6f3ba2a92 23:30:59 ---> 4fb16da30667 23:30:59 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:30:59 ---> Running in 222c2a493ada 23:30:59 Removing intermediate container a8a6f3ba2a92 23:30:59 ---> 12f8b5862058 23:30:59 Step 18/19 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:30:59 ---> Running in bec7f548285c 23:31:00 Removing intermediate container 222c2a493ada 23:31:00 ---> 494cdbddb857 23:31:00 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:31:00 Removing intermediate container bec7f548285c 23:31:00 ---> ff9f8b011729 23:31:00 Step 19/19 : LABEL version=3.0.0-dev.48 23:31:00 ---> Running in 7b8065a6b908 23:31:00 ---> Running in fa810379ffa0 23:31:00 Removing intermediate container 7b8065a6b908 23:31:00 ---> 03780d69a917 23:31:00 Step 21/23 : LABEL arch=arm64 23:31:00 ---> Running in f8ca05c35fbc 23:31:01 Removing intermediate container fa810379ffa0 23:31:01 ---> bfc2cfe607cc 23:31:01 23:31:01 Successfully built bfc2cfe607cc 23:31:01 Successfully tagged security-spiffe-token-provider-arm64:latest 23:31:01 Building core-metadata 23:31:01  Building security-spiffe-token-provider ... done Removing intermediate container f8ca05c35fbc 23:31:01 ---> 957f411ed635 23:31:01 Step 22/23 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:31:01 ---> Running in 40b7b43d1e62 23:31:02 Removing intermediate container 40b7b43d1e62 23:31:02 ---> dacdf9bf5d56 23:31:02 Step 23/23 : LABEL version=3.0.0-dev.48 23:31:02 ---> Running in c4c4f5a67d43 23:31:02 Removing intermediate container c4c4f5a67d43 23:31:02 ---> e372b1572d90 23:31:02 23:31:02 Successfully built e372b1572d90 23:31:02 Successfully tagged security-spire-server-arm64:latest 23:31:02 Building security-proxy-setup 23:31:06  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:31:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:31:06 ---> 5c5c40497f60 23:31:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 23:31:06 ---> Using cache 23:31:06 ---> 2fb9b3955abe 23:31:06 Step 4/24 : WORKDIR /edgex-go 23:31:06 ---> Using cache 23:31:06 ---> 105ef72faaab 23:31:06 Step 5/24 : RUN apk add --update --no-cache make git 23:31:06 ---> Using cache 23:31:06 ---> cfc8ce7c8845 23:31:06 Step 6/24 : COPY go.mod vendor* ./ 23:31:06 ---> Using cache 23:31:06 ---> bb19b0b8b77f 23:31:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:31:06 ---> Using cache 23:31:06 ---> b76f4e201b41 23:31:06 Step 8/24 : COPY . . 23:31:06 ---> Using cache 23:31:06 ---> 54cac9b0ced1 23:31:06 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 23:31:06 ---> Running in e73f12dc01cb 23:31:08 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:31:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:31:08 ---> 5c5c40497f60 23:31:08 Step 3/21 : WORKDIR /edgex-go 23:31:08 ---> Using cache 23:31:08 ---> b08a627499a1 23:31:08 Step 4/21 : RUN apk add --update --no-cache make git 23:31:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:31:08 ---> Running in b35f9b6d79a0 23:31:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:31:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:31:12 OK: 221 MiB in 51 packages 23:31:14 Removing intermediate container b35f9b6d79a0 23:31:14 ---> 51cb29c882f8 23:31:14 Step 5/21 : COPY go.mod vendor* ./ 23:31:15 ---> f382a236b12a 23:31:15 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:31:15 ---> Running in b23411aac73c 23:31:47 Removing intermediate container c0cbddf3f37a 23:31:47 ---> 449412284cbd 23:31:47 23:31:47 Step 10/22 : FROM alpine:3.16 23:31:47 ---> 4c81e5bf8899 23:31:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:31:47 ---> Running in 177f5b05cab2 23:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:31:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:31:51 (1/2) Installing ca-certificates (20220614-r0) 23:31:51 (2/2) Installing dumb-init (1.2.5-r1) 23:31:51 Executing busybox-1.35.0-r17.trigger 23:31:51 Executing ca-certificates-20220614-r0.trigger 23:31:51 OK: 6 MiB in 16 packages 23:31:55 Removing intermediate container 177f5b05cab2 23:31:55 ---> 2f6628d0bddf 23:31:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:31:55 ---> Running in c7ab7baaa672 23:31:55 Removing intermediate container c7ab7baaa672 23:31:55 ---> 24ddbb866880 23:31:55 Step 13/22 : ENV APP_PORT=59860 23:31:55 ---> Running in 71e9ec4d4f23 23:31:56 Removing intermediate container 71e9ec4d4f23 23:31:56 ---> 7cb34d6fb16d 23:31:56 Step 14/22 : EXPOSE $APP_PORT 23:31:56 ---> Running in 6d32b2a360c7 23:31:59 Removing intermediate container 6d32b2a360c7 23:31:59 ---> e69d23d08434 23:31:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:00 ---> ddc82d17dcc8 23:32:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:32:03 ---> 0ee08ee24011 23:32:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:32:03 ---> 2fa9e1cb9bbd 23:32:03 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:32:04 ---> Running in f4a25963b0bd 23:32:04 Removing intermediate container f4a25963b0bd 23:32:04 ---> b8e9a1986a1b 23:32:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:32:04 ---> Running in 47f34336259f 23:32:05 Removing intermediate container 47f34336259f 23:32:05 ---> 7552af04ab94 23:32:05 Step 20/22 : LABEL arch=arm64 23:32:05 ---> Running in 9a8473404484 23:32:06 Removing intermediate container 9a8473404484 23:32:06 ---> d4b1521af72d 23:32:06 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:32:06 ---> Running in d8133fddc2d5 23:32:06 Removing intermediate container d8133fddc2d5 23:32:06 ---> a23ac0279333 23:32:06 Step 22/22 : LABEL version=3.0.0-dev.48 23:32:07 ---> Running in 5d4d1fbafd67 23:32:07 Removing intermediate container 5d4d1fbafd67 23:32:07 ---> b384de2b2165 23:32:07 23:32:07 Successfully built b384de2b2165 23:32:07 Successfully tagged support-notifications-arm64:latest 23:32:07 Building security-spire-config 23:32:12  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:32:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:32:12 ---> 5c5c40497f60 23:32:12 Step 3/24 : WORKDIR /edgex-go 23:32:12 ---> Using cache 23:32:12 ---> b08a627499a1 23:32:12 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 23:32:12 ---> Using cache 23:32:12 ---> 6ec1d788990b 23:32:12 Step 5/24 : COPY go.mod vendor* ./ 23:32:12 ---> Using cache 23:32:12 ---> 4ed657c4526e 23:32:12 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:32:12 ---> Using cache 23:32:12 ---> 6a174f486f15 23:32:12 Step 7/24 : COPY . . 23:32:12 ---> Using cache 23:32:12 ---> bb301523dfd2 23:32:12 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 23:32:12 ---> Using cache 23:32:12 ---> fce695d00940 23:32:12 Step 9/24 : WORKDIR /edgex-go/spire-build 23:32:12 ---> Using cache 23:32:12 ---> 81992ca9ca26 23:32:12 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 23:32:12 ---> Running in 5671a219273a 23:32:18 Removing intermediate container 5671a219273a 23:32:18 ---> 3200f332f1e5 23:32:18 Step 11/24 : WORKDIR /edgex-go 23:32:18 ---> Running in 86a48ff05496 23:32:18 Removing intermediate container 86a48ff05496 23:32:18 ---> a02e3316096a 23:32:18 23:32:18 Step 12/24 : FROM alpine:3.15 23:32:18 ---> 354640af7b1b 23:32:18 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:32:18 ---> Using cache 23:32:18 ---> 9e98b770444b 23:32:18 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 23:32:18 ---> Running in 7c79e5a10f15 23:32:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:32:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:32:23 v3.15.7-3-geaba0ee5780 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 23:32:23 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 23:32:23 OK: 15734 distinct packages available 23:32:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 23:32:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 23:32:25 (1/4) Installing dumb-init (1.2.5-r1) 23:32:25 (2/4) Installing musl-obstack (1.2.3-r0) 23:32:25 (3/4) Installing libucontext (1.1-r0) 23:32:25 (4/4) Installing gcompat (1.0.0-r4) 23:32:25 Executing busybox-1.34.1-r7.trigger 23:32:25 OK: 6 MiB in 18 packages 23:32:29 Removing intermediate container 7c79e5a10f15 23:32:29 ---> dbae1fc4fbfd 23:32:29 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 23:32:31 Removing intermediate container 8a38e71c4656 23:32:31 ---> 75811c183ac3 23:32:31 23:32:31 Step 10/22 : FROM alpine:3.16 23:32:31 ---> 4c81e5bf8899 23:32:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:32:32 ---> Running in 416e46eacd0c 23:32:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:32:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:32:36 (1/1) Installing dumb-init (1.2.5-r1) 23:32:36 Executing busybox-1.35.0-r17.trigger 23:32:36 OK: 5 MiB in 15 packages 23:32:39 Removing intermediate container 416e46eacd0c 23:32:39 ---> 22ce8b8a6330 23:32:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:32:39 ---> Running in c23f6cb4fac7 23:32:40 Removing intermediate container c23f6cb4fac7 23:32:40 ---> 71cc3c64f63d 23:32:40 Step 13/22 : ENV APP_PORT=59861 23:32:41 ---> Running in a9535c5571f0 23:32:42 Removing intermediate container a9535c5571f0 23:32:42 ---> 4cdd91fa5fce 23:32:42 Step 14/22 : EXPOSE $APP_PORT 23:32:42 ---> Running in 8c65546bb24a 23:32:43 Removing intermediate container 8c65546bb24a 23:32:43 ---> 7c850acdcb4c 23:32:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:32:43 ---> 30e811e09b45 23:32:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 23:32:45 ---> ef40aab83aca 23:32:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:32:45 ---> 70ca3fcd5fde 23:32:45 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 23:32:45 ---> Running in 59b153e48038 23:32:47 Removing intermediate container 59b153e48038 23:32:47 ---> f97dbe011d51 23:32:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 23:32:49 ---> 5a80de8c086b 23:32:49 Step 19/24 : WORKDIR / 23:32:49 ---> Running in 3d60102b3eb4 23:32:50 Removing intermediate container 3d60102b3eb4 23:32:50 ---> 443138795fb2 23:32:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 23:32:50 ---> Running in f5851df02866 23:32:51 Removing intermediate container f5851df02866 23:32:51 ---> f5514cbc8df9 23:32:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 23:32:51 ---> Running in 1862df6f676d 23:32:52 ---> ffe3417e9657 23:32:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:32:53 Removing intermediate container 1862df6f676d 23:32:53 ---> cb45ff716b3b 23:32:53 Step 22/24 : LABEL arch=arm64 23:32:53 ---> Running in 21a228548760 23:32:53 ---> e1f7779cb0a1 23:32:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:32:54 ---> Running in 1a780513eee1 23:32:54 Removing intermediate container 21a228548760 23:32:54 ---> b1449d65dde4 23:32:54 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:32:54 ---> Running in 0fbe669bcc13 23:32:55 Removing intermediate container 1a780513eee1 23:32:55 ---> 1f1bab54ba3f 23:32:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:32:55 ---> Running in 7eaacc3c1db0 23:32:55 Removing intermediate container 0fbe669bcc13 23:32:55 ---> 5e069b2fc70b 23:32:55 Step 24/24 : LABEL version=3.0.0-dev.48 23:32:56 ---> Running in 8c870a537a05 23:32:57 Removing intermediate container 8c870a537a05 23:32:57 ---> 192b9abcd119 23:32:57 23:32:57 Removing intermediate container 7eaacc3c1db0 23:32:57 ---> df4ae244f1ed 23:32:57 Step 20/22 : LABEL arch=arm64 23:32:57 ---> Running in ec213516a7d1 23:32:57 Successfully built 192b9abcd119 23:32:57 Successfully tagged security-spire-config-arm64:latest 23:32:57  Building security-spire-config ... done Building security-bootstrapper 23:32:58 Removing intermediate container ec213516a7d1 23:32:58 ---> dd5203fe8325 23:32:58 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:32:58 ---> Running in c529bdb1a31b 23:32:59 Removing intermediate container c529bdb1a31b 23:32:59 ---> 4c862b21b450 23:32:59 Step 22/22 : LABEL version=3.0.0-dev.48 23:32:59 ---> Running in ed0d4c43a055 23:33:00 Removing intermediate container ed0d4c43a055 23:33:00 ---> 552949270110 23:33:00 23:33:00 Successfully built 552949270110 23:33:00 Successfully tagged support-scheduler-arm64:latest 23:33:01  Building support-scheduler ... done Building core-command 23:33:03 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:33:03 Step 2/32 : FROM ${BUILDER_BASE} AS builder 23:33:03 ---> 5c5c40497f60 23:33:03 Step 3/32 : WORKDIR /edgex-go 23:33:03 ---> Using cache 23:33:03 ---> b08a627499a1 23:33:03 Step 4/32 : RUN apk add --update --no-cache make git 23:33:03 ---> Using cache 23:33:03 ---> 51cb29c882f8 23:33:03 Step 5/32 : COPY go.mod vendor* ./ 23:33:03 ---> Using cache 23:33:03 ---> f382a236b12a 23:33:03 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:33:04 ---> Running in d34a261b2eea 23:33:07 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 23:33:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:33:07 ---> 5c5c40497f60 23:33:07 Step 3/23 : ARG ADD_BUILD_TAGS="" 23:33:07 ---> Using cache 23:33:07 ---> 2fb9b3955abe 23:33:07 Step 4/23 : WORKDIR /edgex-go 23:33:07 ---> Using cache 23:33:07 ---> 105ef72faaab 23:33:07 Step 5/23 : RUN apk add --update --no-cache make git 23:33:07 ---> Using cache 23:33:07 ---> cfc8ce7c8845 23:33:07 Step 6/23 : COPY go.mod vendor* ./ 23:33:07 ---> Using cache 23:33:07 ---> bb19b0b8b77f 23:33:07 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 23:33:07 ---> Using cache 23:33:07 ---> b76f4e201b41 23:33:07 Step 8/23 : COPY . . 23:33:07 ---> Using cache 23:33:07 ---> 54cac9b0ced1 23:33:07 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 23:33:08 ---> Running in 320eba96df92 23:33:10 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 23:33:20 Removing intermediate container b23411aac73c 23:33:20 ---> 4132e01786be 23:33:20 Step 7/21 : COPY . . 23:33:22 ---> 0e46ca0b35f7 23:33:22 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:33:22 ---> Running in 152b67af48eb 23:33:24 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:35:02 Removing intermediate container d34a261b2eea 23:35:02 ---> 72e01f264fc0 23:35:02 Step 7/32 : COPY . . 23:35:02 ---> 79e69e0cf1e3 23:35:02 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:35:02 ---> Running in 213f6ac5385c 23:35:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:36:26 Removing intermediate container 70e9483128d2 23:36:26 ---> 0084adf96b5e 23:36:26 23:36:26 Step 10/22 : FROM alpine:3.16 23:36:26 ---> 4c81e5bf8899 23:36:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 23:36:26 ---> Running in 3e864e593c88 23:36:26 Removing intermediate container 3e864e593c88 23:36:26 ---> d665997e02a2 23:36:26 Step 12/22 : RUN apk add --update --no-cache dumb-init 23:36:26 ---> Running in 347cfdb42b08 23:36:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:36:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:36:26 (1/1) Installing dumb-init (1.2.5-r1) 23:36:26 Executing busybox-1.35.0-r17.trigger 23:36:26 OK: 5 MiB in 15 packages 23:36:28 Removing intermediate container 347cfdb42b08 23:36:28 ---> e8d56832fed0 23:36:28 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:36:29 ---> e352da92558d 23:36:29 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 23:36:30 ---> 2b15c8c2d1f3 23:36:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 23:36:32 ---> 55bcc7adb115 23:36:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 23:36:33 ---> 215406278683 23:36:33 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:36:33 ---> Running in 47ddbf42cb99 23:36:36 Removing intermediate container 47ddbf42cb99 23:36:36 ---> 98fcf6a977de 23:36:36 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 23:36:36 ---> Running in 943406aca6a0 23:36:37 Removing intermediate container 943406aca6a0 23:36:37 ---> 59ae052cc837 23:36:37 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 23:36:37 ---> Running in 5539d75ff8fc 23:36:37 Removing intermediate container 5539d75ff8fc 23:36:37 ---> 58ae22a452c5 23:36:37 Step 20/22 : LABEL arch=arm64 23:36:37 ---> Running in 3021b8ad5ca3 23:36:38 Removing intermediate container 3021b8ad5ca3 23:36:38 ---> b51b8bc7fd89 23:36:38 Step 21/22 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:36:38 ---> Running in 2b31dacaec85 23:36:39 Removing intermediate container 2b31dacaec85 23:36:39 ---> cfc49c23a9f3 23:36:39 Step 22/22 : LABEL version=3.0.0-dev.48 23:36:39 ---> Running in ede27aafb94b 23:36:39 Removing intermediate container ede27aafb94b 23:36:39 ---> 69fb9d0c28c7 23:36:39 23:36:39 Successfully built 69fb9d0c28c7 23:36:39 Successfully tagged core-common-config-bootstrapper-arm64:latest 23:38:46  Building core-common-config-bootstrapper ... done Removing intermediate container e73f12dc01cb 23:38:46 ---> 552051b2c863 23:38:46 23:38:46 Step 10/24 : FROM alpine:3.16 23:38:46 ---> 4c81e5bf8899 23:38:46 Step 11/24 : RUN apk add --update --no-cache dumb-init 23:38:46 ---> Using cache 23:38:46 ---> 22ce8b8a6330 23:38:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:38:46 ---> Using cache 23:38:46 ---> 71cc3c64f63d 23:38:46 Step 13/24 : ENV APP_PORT=59881 23:38:46 ---> Running in 946b15a0e083 23:38:46 Removing intermediate container 946b15a0e083 23:38:46 ---> 58c52582991b 23:38:46 Step 14/24 : EXPOSE $APP_PORT 23:38:46 ---> Running in c819fa1b40ef 23:38:46 Removing intermediate container c819fa1b40ef 23:38:46 ---> a2adbc2b1a4b 23:38:46 Step 15/24 : WORKDIR / 23:38:46 ---> Running in 3fff7c7bfd96 23:38:46 Removing intermediate container 3fff7c7bfd96 23:38:46 ---> adde76b7908d 23:38:46 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 23:38:46 ---> bc395463be8a 23:38:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:38:46 ---> 8e5ffbad51e5 23:38:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:38:46 ---> 41cf695f8c82 23:38:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 23:38:46 ---> 63d206e1b133 23:38:46 Step 20/24 : ENTRYPOINT ["/core-metadata"] 23:38:46 ---> Running in f219de0a6ecc 23:38:46 Removing intermediate container f219de0a6ecc 23:38:46 ---> ccfb8f8aab11 23:38:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:38:46 ---> Running in 6e7d109643e1 23:38:46 Removing intermediate container 6e7d109643e1 23:38:46 ---> 1ebfa7d6fbdf 23:38:46 Step 22/24 : LABEL arch=arm64 23:38:46 ---> Running in 36fbf5e3a68c 23:38:46 Removing intermediate container 36fbf5e3a68c 23:38:46 ---> 992e7b3000b2 23:38:46 Step 23/24 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:38:46 ---> Running in eba8c44baac1 23:38:46 Removing intermediate container eba8c44baac1 23:38:46 ---> 0d3a6b932def 23:38:46 Step 24/24 : LABEL version=3.0.0-dev.48 23:38:46 ---> Running in de9586613c06 23:38:46 Removing intermediate container de9586613c06 23:38:46 ---> 07bb4ce00090 23:38:46 23:38:46 Successfully built 07bb4ce00090 23:38:46 Successfully tagged core-metadata-arm64:latest 23:39:18  Building core-metadata ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.48" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 23:39:36 Removing intermediate container 152b67af48eb 23:39:36 ---> e1d6b48fc9e3 23:39:36 23:39:36 Step 9/21 : FROM alpine:3.16 23:39:36 ---> 4c81e5bf8899 23:39:36 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 23:39:36 ---> Running in 379e0eb39bd0 23:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:39:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:39:41 (1/6) Installing ca-certificates (20220614-r0) 23:39:41 (2/6) Installing brotli-libs (1.0.9-r6) 23:39:41 (3/6) Installing nghttp2-libs (1.47.0-r0) 23:39:41 (4/6) Installing libcurl (7.83.1-r5) 23:39:41 (5/6) Installing curl (7.83.1-r5) 23:39:41 (6/6) Installing dumb-init (1.2.5-r1) 23:39:41 Executing busybox-1.35.0-r17.trigger 23:39:41 Executing ca-certificates-20220614-r0.trigger 23:39:41 OK: 8 MiB in 20 packages 23:39:44 Removing intermediate container 320eba96df92 23:39:44 ---> 92487ec9675f 23:39:44 23:39:44 Step 10/23 : FROM alpine:3.16 23:39:44 ---> 4c81e5bf8899 23:39:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:39:44 ---> Using cache 23:39:44 ---> 22ce8b8a6330 23:39:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:39:44 ---> Using cache 23:39:44 ---> 71cc3c64f63d 23:39:44 Step 13/23 : ENV APP_PORT=59882 23:39:44 ---> Running in 5bce5d411a1a 23:39:44 Removing intermediate container 379e0eb39bd0 23:39:44 ---> edc1935b5ad1 23:39:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:39:44 Removing intermediate container 5bce5d411a1a 23:39:44 ---> db207dfc803e 23:39:44 Step 14/23 : EXPOSE $APP_PORT 23:39:44 ---> Running in ffc3c122aed7 23:39:45 ---> Running in eaa1cf824e0c 23:39:45 Removing intermediate container ffc3c122aed7 23:39:45 ---> db6ccbdf59b1 23:39:45 Step 12/21 : WORKDIR /edgex 23:39:45 ---> Running in 9835d9321e43 23:39:45 Removing intermediate container eaa1cf824e0c 23:39:45 ---> 44231c022d4e 23:39:45 Step 15/23 : WORKDIR / 23:39:45 ---> Running in e00c8ebc287d 23:39:46 Removing intermediate container 9835d9321e43 23:39:46 ---> ea13aa21c59f 23:39:46 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:39:46 Removing intermediate container e00c8ebc287d 23:39:46 ---> e9612a4af347 23:39:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:39:47 ---> a049a25835ba 23:39:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:39:47 ---> 337680d05602 23:39:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:39:48 ---> a3eb4f59b300 23:39:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:39:49 ---> f90dc0a9c1a0 23:39:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:39:49 ---> 438244fcb403 23:39:49 Step 19/23 : ENTRYPOINT ["/core-command"] 23:39:49 ---> Running in 4fda6f284955 23:39:50 ---> be5f5622b35d 23:39:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 23:39:50 Removing intermediate container 4fda6f284955 23:39:50 ---> c7a28eb7a2f9 23:39:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 23:39:50 ---> Running in a6ffd3ae87a3 23:39:51 ---> 0036c64bae5a 23:39:51 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:39:51 Removing intermediate container a6ffd3ae87a3 23:39:51 ---> 68e4919c9bc7 23:39:51 Step 21/23 : LABEL arch=arm64 23:39:51 ---> Running in af5151a0c5b6 23:39:51 ---> Running in c4625abcfd07 23:39:52 Removing intermediate container c4625abcfd07 23:39:52 ---> d213c78c9544 23:39:52 Step 22/23 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:39:52 ---> Running in 554926fe1961 23:39:53 Removing intermediate container 554926fe1961 23:39:53 ---> c74a82e63393 23:39:53 Step 23/23 : LABEL version=3.0.0-dev.48 23:39:53 ---> Running in 133a55d088d6 23:39:53 Removing intermediate container 133a55d088d6 23:39:53 ---> c169c20261bd 23:39:53 23:39:53 Successfully built c169c20261bd 23:39:53 Successfully tagged core-command-arm64:latest 23:39:54  Building core-command ... done Removing intermediate container af5151a0c5b6 23:39:54 ---> 458dccd79689 23:39:54 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 23:39:54 ---> Running in 1fd2c24b83d9 23:39:54 Removing intermediate container 1fd2c24b83d9 23:39:54 ---> e5044a33f3d5 23:39:54 Step 19/21 : LABEL arch=arm64 23:39:55 ---> Running in 1f1af9eb2bb7 23:39:55 Removing intermediate container 1f1af9eb2bb7 23:39:55 ---> 64860d82794e 23:39:55 Step 20/21 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:39:55 ---> Running in be530d0e12e1 23:39:55 Removing intermediate container be530d0e12e1 23:39:55 ---> 7f7b5def6c3a 23:39:55 Step 21/21 : LABEL version=3.0.0-dev.48 23:39:55 ---> Running in cc0f6cf27e23 23:39:56 Removing intermediate container cc0f6cf27e23 23:39:56 ---> 6cfecdaf8bae 23:39:56 23:39:56 Successfully built 6cfecdaf8bae 23:39:56 Successfully tagged security-proxy-setup-arm64:latest 23:40:03  Building security-proxy-setup ... done Removing intermediate container 213f6ac5385c 23:40:03 ---> d2cacdc5db0f 23:40:03 23:40:03 Step 9/32 : FROM alpine:3.16 23:40:03 ---> 4c81e5bf8899 23:40:03 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 23:40:03 ---> Running in 1cf7c615b1a4 23:40:03 Removing intermediate container 1cf7c615b1a4 23:40:03 ---> 07fc5175192b 23:40:03 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 23:40:03 ---> Running in 83b53ff41c8a 23:40:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 23:40:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 23:40:05 (1/2) Installing dumb-init (1.2.5-r1) 23:40:05 (2/2) Installing su-exec (0.2-r1) 23:40:05 Executing busybox-1.35.0-r17.trigger 23:40:05 OK: 5 MiB in 16 packages 23:40:08 Removing intermediate container 83b53ff41c8a 23:40:08 ---> 3f35df763382 23:40:08 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 23:40:08 ---> Running in 422d5df2a474 23:40:08 Removing intermediate container 422d5df2a474 23:40:08 ---> f807354f6947 23:40:08 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 23:40:08 ---> Running in 5ede59a4fa87 23:40:09 Removing intermediate container 5ede59a4fa87 23:40:09 ---> 3c1a60dca8b5 23:40:09 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 23:40:09 ---> Running in 1079d98f7d42 23:40:09 Removing intermediate container 1079d98f7d42 23:40:09 ---> cfbff96240dc 23:40:09 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 23:40:09 ---> Running in 7dbff0fb0f88 23:40:10 Removing intermediate container 7dbff0fb0f88 23:40:10 ---> c5fd4a178936 23:40:10 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 23:40:10 ---> Running in 870571519e08 23:40:12 Removing intermediate container 870571519e08 23:40:12 ---> 44053a619506 23:40:12 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 23:40:12 ---> Running in 40eb34547012 23:40:12 Removing intermediate container 40eb34547012 23:40:12 ---> 407d362d7ac1 23:40:12 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 23:40:13 ---> 2e2781a41b97 23:40:13 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 23:40:13 ---> Running in 75f3a5b941a3 23:40:15 Removing intermediate container 75f3a5b941a3 23:40:15 ---> f5cc32b302dc 23:40:15 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 23:40:15 ---> 5935899ab987 23:40:15 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:40:16 ---> 0884ae411ab3 23:40:16 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:40:17 ---> 05e9de6f5718 23:40:17 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:40:17 ---> c5d2ca9237c2 23:40:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 23:40:18 ---> a953dcc21799 23:40:18 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 23:40:18 ---> 82fbcdcd17d8 23:40:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:40:21 ---> df892b220ba7 23:40:21 Step 27/32 : RUN chmod +x /entrypoint.sh 23:40:21 ---> Running in 3c79eb751fef 23:40:23 Removing intermediate container 3c79eb751fef 23:40:23 ---> 41c251ddf4a2 23:40:23 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 23:40:23 ---> Running in c3b32ec66dce 23:40:23 Removing intermediate container c3b32ec66dce 23:40:23 ---> b8d234d09217 23:40:23 Step 29/32 : CMD ["gate"] 23:40:23 ---> Running in 873a8adc4a4c 23:40:23 Removing intermediate container 873a8adc4a4c 23:40:23 ---> 86b85bc9f91a 23:40:23 Step 30/32 : LABEL arch=arm64 23:40:23 ---> Running in 80694ee429e3 23:40:24 Removing intermediate container 80694ee429e3 23:40:24 ---> 650a878050e5 23:40:24 Step 31/32 : LABEL git_sha=24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:24 ---> Running in 10d779078f26 23:40:24 Removing intermediate container 10d779078f26 23:40:24 ---> 7dcfcf484ea1 23:40:24 Step 32/32 : LABEL version=3.0.0-dev.48 23:40:24 ---> Running in 147f75df232a 23:40:25 Removing intermediate container 147f75df232a 23:40:25 ---> 961fb82f2cb5 23:40:25 23:40:25 Successfully built 961fb82f2cb5 23:40:25 Successfully tagged security-bootstrapper-arm64:latest 23:40:25  Building security-bootstrapper ... done  [Pipeline] } 23:40:25 $ docker stop --time=1 4479d7672acab2c17ef7d72196e384912cd084cd266a7fa717edebdc4da4287b 23:40:27 $ docker rm -f --volumes 4479d7672acab2c17ef7d72196e384912cd084cd266a7fa717edebdc4da4287b [Pipeline] // withDockerContainer [Pipeline] sh 23:40:27 + docker images 23:40:28 REPOSITORY TAG IMAGE ID CREATED SIZE 23:40:28 security-bootstrapper-arm64 latest 961fb82f2cb5 3 seconds ago 19.6MB 23:40:28 d2cacdc5db0f 26 seconds ago 1.33GB 23:40:28 security-proxy-setup-arm64 latest 6cfecdaf8bae 31 seconds ago 26.9MB 23:40:28 core-command-arm64 latest c169c20261bd 34 seconds ago 17MB 23:40:28 92487ec9675f 45 seconds ago 1.34GB 23:40:28 e1d6b48fc9e3 52 seconds ago 1.33GB 23:40:28 core-metadata-arm64 latest 07bb4ce00090 About a minute ago 17.7MB 23:40:28 552051b2c863 About a minute ago 1.34GB 23:40:28 core-common-config-bootstrapper-arm64 latest 69fb9d0c28c7 3 minutes ago 14.9MB 23:40:28 0084adf96b5e 4 minutes ago 1.33GB 23:40:28 support-scheduler-arm64 latest 552949270110 7 minutes ago 29MB 23:40:28 security-spire-config-arm64 latest 192b9abcd119 7 minutes ago 83.6MB 23:40:28 75811c183ac3 7 minutes ago 1.4GB 23:40:28 a02e3316096a 8 minutes ago 1.21GB 23:40:28 support-notifications-arm64 latest b384de2b2165 8 minutes ago 29.7MB 23:40:28 449412284cbd 8 minutes ago 1.4GB 23:40:28 security-spire-server-arm64 latest e372b1572d90 9 minutes ago 84.3MB 23:40:28 security-spiffe-token-provider-arm64 latest bfc2cfe607cc 9 minutes ago 29.1MB 23:40:28 6e6f27477009 9 minutes ago 1.21GB 23:40:28 3350e756fc11 9 minutes ago 1.37GB 23:40:28 core-data-arm64 latest 418579c77de7 11 minutes ago 17.2MB 23:40:28 902bb5db80b0 11 minutes ago 1.34GB 23:40:28 security-secretstore-setup-arm64 latest 29df18f54e78 11 minutes ago 29MB 23:40:28 a180401b7d8f 12 minutes ago 1.33GB 23:40:28 security-spire-agent-arm64 latest ad9f2eb7f0e5 18 minutes ago 122MB 23:40:28 e85566049849 18 minutes ago 1.21GB 23:40:28 ci-base-image-arm64 latest 5c5c40497f60 22 minutes ago 905MB 23:40:28 alpine 3.15 354640af7b1b 4 days ago 5.34MB 23:40:28 alpine 3.16 4c81e5bf8899 4 days ago 5.3MB 23:40:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 23:40:28 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 23:40:28 provisioning config files... 23:40:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/408@tmp/config5574696536937174755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:40:28 ---> docker-login.sh 23:40:28 nexus3.edgexfoundry.org:10001 23:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:28 Configure a credential helper to remove this warning. See 23:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:28 23:40:28 Login Succeeded 23:40:28 nexus3.edgexfoundry.org:10002 23:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:29 Configure a credential helper to remove this warning. See 23:40:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:29 23:40:29 Login Succeeded 23:40:29 nexus3.edgexfoundry.org:10003 23:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:29 Configure a credential helper to remove this warning. See 23:40:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:29 23:40:29 Login Succeeded 23:40:29 nexus3.edgexfoundry.org:10004 23:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:30 Configure a credential helper to remove this warning. See 23:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:30 23:40:30 Login Succeeded 23:40:30 docker.io 23:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:40:30 Configure a credential helper to remove this warning. See 23:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:40:30 23:40:30 Login Succeeded 23:40:30 ---> docker-login.sh ends [Pipeline] } 23:40:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:40:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 23:40:30 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 23:40:30 24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:30 latest 23:40:30 3.0.0-dev.48 23:40:30 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:30 main 23:40:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:31 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:31 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:40:31 6763db05d77d: Preparing 23:40:31 6ab97ac26d95: Preparing 23:40:31 565288ec310b: Preparing 23:40:31 3e470daf2c60: Preparing 23:40:31 f70ee36035b9: Preparing 23:40:31 f70ee36035b9: Layer already exists 23:40:31 3e470daf2c60: Pushed 23:40:31 565288ec310b: Pushed 23:40:31 6763db05d77d: Pushed 23:40:34 6ab97ac26d95: Pushed 23:40:34 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:d24de4326797ef6620188e36157dfb58d83fd4cd855f3159cdafe9a6ee149525 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:35 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:35 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 23:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:40:35 6763db05d77d: Preparing 23:40:35 6ab97ac26d95: Preparing 23:40:35 565288ec310b: Preparing 23:40:35 3e470daf2c60: Preparing 23:40:35 f70ee36035b9: Preparing 23:40:35 6ab97ac26d95: Layer already exists 23:40:35 6763db05d77d: Layer already exists 23:40:35 f70ee36035b9: Layer already exists 23:40:35 565288ec310b: Layer already exists 23:40:35 3e470daf2c60: Layer already exists 23:40:39 latest: digest: sha256:d24de4326797ef6620188e36157dfb58d83fd4cd855f3159cdafe9a6ee149525 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:40 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:40 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.48 23:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:40:40 6763db05d77d: Preparing 23:40:40 6ab97ac26d95: Preparing 23:40:40 565288ec310b: Preparing 23:40:40 3e470daf2c60: Preparing 23:40:40 f70ee36035b9: Preparing 23:40:40 565288ec310b: Layer already exists 23:40:40 f70ee36035b9: Layer already exists 23:40:40 6ab97ac26d95: Layer already exists 23:40:40 6763db05d77d: Layer already exists 23:40:40 3e470daf2c60: Layer already exists 23:40:40 3.0.0-dev.48: digest: sha256:d24de4326797ef6620188e36157dfb58d83fd4cd855f3159cdafe9a6ee149525 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:41 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:41 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:40:41 6763db05d77d: Preparing 23:40:41 6ab97ac26d95: Preparing 23:40:41 565288ec310b: Preparing 23:40:41 3e470daf2c60: Preparing 23:40:41 f70ee36035b9: Preparing 23:40:41 6ab97ac26d95: Layer already exists 23:40:41 565288ec310b: Layer already exists 23:40:41 f70ee36035b9: Layer already exists 23:40:41 6763db05d77d: Layer already exists 23:40:41 3e470daf2c60: Layer already exists 23:40:41 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:d24de4326797ef6620188e36157dfb58d83fd4cd855f3159cdafe9a6ee149525 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:42 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:42 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 23:40:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 23:40:42 6763db05d77d: Preparing 23:40:42 6ab97ac26d95: Preparing 23:40:42 565288ec310b: Preparing 23:40:42 3e470daf2c60: Preparing 23:40:42 f70ee36035b9: Preparing 23:40:42 6763db05d77d: Layer already exists 23:40:42 f70ee36035b9: Layer already exists 23:40:42 565288ec310b: Layer already exists 23:40:42 3e470daf2c60: Layer already exists 23:40:42 6ab97ac26d95: Layer already exists 23:40:42 main: digest: sha256:d24de4326797ef6620188e36157dfb58d83fd4cd855f3159cdafe9a6ee149525 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:40:42 ===================================================== [Pipeline] echo 23:40:42 taggedImages: 23:40:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 23:40:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.48 23:40:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:42 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 23:40:42 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 23:40:42 24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:42 latest 23:40:42 3.0.0-dev.48 23:40:42 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:42 main 23:40:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:43 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:43 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:40:43 b87111157404: Preparing 23:40:43 626fe4dec434: Preparing 23:40:43 7e01cd1a5546: Preparing 23:40:43 00ab2b6db5d0: Preparing 23:40:43 565288ec310b: Preparing 23:40:43 d80d77e8dd72: Preparing 23:40:43 f70ee36035b9: Preparing 23:40:43 f70ee36035b9: Waiting 23:40:43 d80d77e8dd72: Waiting 23:40:43 565288ec310b: Layer already exists 23:40:43 7e01cd1a5546: Pushed 23:40:43 b87111157404: Pushed 23:40:43 626fe4dec434: Pushed 23:40:43 d80d77e8dd72: Pushed 23:40:43 f70ee36035b9: Layer already exists 23:40:46 00ab2b6db5d0: Pushed 23:40:46 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:7b8825fb62af054d1771079c86068d74a4085bf4283f897e17e27cc8db2b77d1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:46 + 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 23:40:46 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 23:40:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:40:46 b87111157404: Preparing 23:40:46 626fe4dec434: Preparing 23:40:46 7e01cd1a5546: Preparing 23:40:46 00ab2b6db5d0: Preparing 23:40:46 565288ec310b: Preparing 23:40:46 d80d77e8dd72: Preparing 23:40:46 f70ee36035b9: Preparing 23:40:46 d80d77e8dd72: Waiting 23:40:46 f70ee36035b9: Waiting 23:40:46 00ab2b6db5d0: Layer already exists 23:40:46 7e01cd1a5546: Layer already exists 23:40:46 626fe4dec434: Layer already exists 23:40:46 565288ec310b: Layer already exists 23:40:46 b87111157404: Layer already exists 23:40:46 d80d77e8dd72: Layer already exists 23:40:46 f70ee36035b9: Layer already exists 23:40:47 latest: digest: sha256:7b8825fb62af054d1771079c86068d74a4085bf4283f897e17e27cc8db2b77d1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:47 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:47 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.48 23:40:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:40:47 b87111157404: Preparing 23:40:47 626fe4dec434: Preparing 23:40:47 7e01cd1a5546: Preparing 23:40:47 00ab2b6db5d0: Preparing 23:40:47 565288ec310b: Preparing 23:40:47 d80d77e8dd72: Preparing 23:40:47 f70ee36035b9: Preparing 23:40:47 d80d77e8dd72: Waiting 23:40:47 f70ee36035b9: Waiting 23:40:47 565288ec310b: Layer already exists 23:40:47 7e01cd1a5546: Layer already exists 23:40:47 b87111157404: Layer already exists 23:40:47 00ab2b6db5d0: Layer already exists 23:40:47 626fe4dec434: Layer already exists 23:40:47 f70ee36035b9: Layer already exists 23:40:47 d80d77e8dd72: Layer already exists 23:40:48 3.0.0-dev.48: digest: sha256:7b8825fb62af054d1771079c86068d74a4085bf4283f897e17e27cc8db2b77d1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:48 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:48 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:40:48 b87111157404: Preparing 23:40:48 626fe4dec434: Preparing 23:40:48 7e01cd1a5546: Preparing 23:40:48 00ab2b6db5d0: Preparing 23:40:48 565288ec310b: Preparing 23:40:48 d80d77e8dd72: Preparing 23:40:48 f70ee36035b9: Preparing 23:40:48 d80d77e8dd72: Waiting 23:40:48 f70ee36035b9: Waiting 23:40:48 626fe4dec434: Layer already exists 23:40:48 565288ec310b: Layer already exists 23:40:48 00ab2b6db5d0: Layer already exists 23:40:48 7e01cd1a5546: Layer already exists 23:40:48 b87111157404: Layer already exists 23:40:48 f70ee36035b9: Layer already exists 23:40:48 d80d77e8dd72: Layer already exists 23:40:49 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:7b8825fb62af054d1771079c86068d74a4085bf4283f897e17e27cc8db2b77d1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:49 + 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 23:40:49 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 23:40:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 23:40:49 b87111157404: Preparing 23:40:49 626fe4dec434: Preparing 23:40:49 7e01cd1a5546: Preparing 23:40:49 00ab2b6db5d0: Preparing 23:40:49 565288ec310b: Preparing 23:40:49 d80d77e8dd72: Preparing 23:40:49 f70ee36035b9: Preparing 23:40:49 00ab2b6db5d0: Layer already exists 23:40:49 626fe4dec434: Layer already exists 23:40:49 565288ec310b: Layer already exists 23:40:49 b87111157404: Layer already exists 23:40:49 7e01cd1a5546: Layer already exists 23:40:49 f70ee36035b9: Layer already exists 23:40:49 d80d77e8dd72: Layer already exists 23:40:50 main: digest: sha256:7b8825fb62af054d1771079c86068d74a4085bf4283f897e17e27cc8db2b77d1 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:40:50 ===================================================== [Pipeline] echo 23:40:50 taggedImages: 23:40:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 23:40:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.48 23:40:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:50 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 23:40:50 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 23:40:50 24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:50 latest 23:40:50 3.0.0-dev.48 23:40:50 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:50 main 23:40:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:40:50 fe8a9e80c990: Preparing 23:40:50 c31978be6f2f: Preparing 23:40:50 565288ec310b: Preparing 23:40:50 747814dcd18c: Preparing 23:40:50 f70ee36035b9: Preparing 23:40:50 f70ee36035b9: Layer already exists 23:40:50 565288ec310b: Layer already exists 23:40:51 747814dcd18c: Pushed 23:40:51 fe8a9e80c990: Pushed 23:40:54 c31978be6f2f: Pushed 23:40:54 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:9c4b0b2495ce982c8e215d553fbdc9a155938f346f00d776869c7d476486c008 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 23:40:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:40:55 fe8a9e80c990: Preparing 23:40:55 c31978be6f2f: Preparing 23:40:55 565288ec310b: Preparing 23:40:55 747814dcd18c: Preparing 23:40:55 f70ee36035b9: Preparing 23:40:55 747814dcd18c: Layer already exists 23:40:55 f70ee36035b9: Layer already exists 23:40:55 c31978be6f2f: Layer already exists 23:40:55 565288ec310b: Layer already exists 23:40:55 fe8a9e80c990: Layer already exists 23:40:55 latest: digest: sha256:9c4b0b2495ce982c8e215d553fbdc9a155938f346f00d776869c7d476486c008 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.48 23:40:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:40:56 fe8a9e80c990: Preparing 23:40:56 c31978be6f2f: Preparing 23:40:56 565288ec310b: Preparing 23:40:56 747814dcd18c: Preparing 23:40:56 f70ee36035b9: Preparing 23:40:56 c31978be6f2f: Layer already exists 23:40:56 565288ec310b: Layer already exists 23:40:56 f70ee36035b9: Layer already exists 23:40:56 fe8a9e80c990: Layer already exists 23:40:56 747814dcd18c: Layer already exists 23:40:56 3.0.0-dev.48: digest: sha256:9c4b0b2495ce982c8e215d553fbdc9a155938f346f00d776869c7d476486c008 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:57 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:40:57 fe8a9e80c990: Preparing 23:40:57 c31978be6f2f: Preparing 23:40:57 565288ec310b: Preparing 23:40:57 747814dcd18c: Preparing 23:40:57 f70ee36035b9: Preparing 23:40:57 c31978be6f2f: Layer already exists 23:40:57 f70ee36035b9: Layer already exists 23:40:57 565288ec310b: Layer already exists 23:40:57 fe8a9e80c990: Layer already exists 23:40:57 747814dcd18c: Layer already exists 23:40:57 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:9c4b0b2495ce982c8e215d553fbdc9a155938f346f00d776869c7d476486c008 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:57 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:58 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 23:40:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 23:40:58 fe8a9e80c990: Preparing 23:40:58 c31978be6f2f: Preparing 23:40:58 565288ec310b: Preparing 23:40:58 747814dcd18c: Preparing 23:40:58 f70ee36035b9: Preparing 23:40:58 f70ee36035b9: Layer already exists 23:40:58 565288ec310b: Layer already exists 23:40:58 fe8a9e80c990: Layer already exists 23:40:58 c31978be6f2f: Layer already exists 23:40:58 747814dcd18c: Layer already exists 23:40:58 main: digest: sha256:9c4b0b2495ce982c8e215d553fbdc9a155938f346f00d776869c7d476486c008 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:40:58 ===================================================== [Pipeline] echo 23:40:58 taggedImages: 23:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 23:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.48 23:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:58 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 23:40:58 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 23:40:58 24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:58 latest 23:40:58 3.0.0-dev.48 23:40:58 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:40:58 main 23:40:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:58 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:40:59 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:40:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:40:59 c7206389454f: Preparing 23:40:59 27c918b56801: Preparing 23:40:59 791e5824fa5e: Preparing 23:40:59 565288ec310b: Preparing 23:40:59 3e470daf2c60: Preparing 23:40:59 f70ee36035b9: Preparing 23:40:59 f70ee36035b9: Waiting 23:40:59 3e470daf2c60: Layer already exists 23:40:59 27c918b56801: Pushed 23:40:59 c7206389454f: Pushed 23:40:59 565288ec310b: Layer already exists 23:40:59 f70ee36035b9: Layer already exists 23:41:02 791e5824fa5e: Pushed 23:41:02 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:b21a23d9d046388acc0759e796cc1774c074e32a0be9b63111195770839bfac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 23:41:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:41:03 c7206389454f: Preparing 23:41:03 27c918b56801: Preparing 23:41:03 791e5824fa5e: Preparing 23:41:03 565288ec310b: Preparing 23:41:03 3e470daf2c60: Preparing 23:41:03 f70ee36035b9: Preparing 23:41:03 f70ee36035b9: Waiting 23:41:03 565288ec310b: Layer already exists 23:41:03 c7206389454f: Layer already exists 23:41:03 3e470daf2c60: Layer already exists 23:41:03 791e5824fa5e: Layer already exists 23:41:03 27c918b56801: Layer already exists 23:41:03 f70ee36035b9: Layer already exists 23:41:03 latest: digest: sha256:b21a23d9d046388acc0759e796cc1774c074e32a0be9b63111195770839bfac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.48 23:41:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:41:04 c7206389454f: Preparing 23:41:04 27c918b56801: Preparing 23:41:04 791e5824fa5e: Preparing 23:41:04 565288ec310b: Preparing 23:41:04 3e470daf2c60: Preparing 23:41:04 f70ee36035b9: Preparing 23:41:04 f70ee36035b9: Waiting 23:41:04 3e470daf2c60: Layer already exists 23:41:04 791e5824fa5e: Layer already exists 23:41:04 565288ec310b: Layer already exists 23:41:04 27c918b56801: Layer already exists 23:41:04 c7206389454f: Layer already exists 23:41:04 f70ee36035b9: Layer already exists 23:41:04 3.0.0-dev.48: digest: sha256:b21a23d9d046388acc0759e796cc1774c074e32a0be9b63111195770839bfac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:05 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:41:05 c7206389454f: Preparing 23:41:05 27c918b56801: Preparing 23:41:05 791e5824fa5e: Preparing 23:41:05 565288ec310b: Preparing 23:41:05 3e470daf2c60: Preparing 23:41:05 f70ee36035b9: Preparing 23:41:05 791e5824fa5e: Layer already exists 23:41:05 27c918b56801: Layer already exists 23:41:05 c7206389454f: Layer already exists 23:41:05 3e470daf2c60: Layer already exists 23:41:05 565288ec310b: Layer already exists 23:41:05 f70ee36035b9: Layer already exists 23:41:05 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:b21a23d9d046388acc0759e796cc1774c074e32a0be9b63111195770839bfac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:05 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:06 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 23:41:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 23:41:06 c7206389454f: Preparing 23:41:06 27c918b56801: Preparing 23:41:06 791e5824fa5e: Preparing 23:41:06 565288ec310b: Preparing 23:41:06 3e470daf2c60: Preparing 23:41:06 f70ee36035b9: Preparing 23:41:06 f70ee36035b9: Waiting 23:41:06 791e5824fa5e: Layer already exists 23:41:06 565288ec310b: Layer already exists 23:41:06 c7206389454f: Layer already exists 23:41:06 27c918b56801: Layer already exists 23:41:06 3e470daf2c60: Layer already exists 23:41:06 f70ee36035b9: Layer already exists 23:41:06 main: digest: sha256:b21a23d9d046388acc0759e796cc1774c074e32a0be9b63111195770839bfac9 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:41:06 ===================================================== [Pipeline] echo 23:41:06 taggedImages: 23:41:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 23:41:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.48 23:41:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:06 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 23:41:06 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 23:41:06 24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:06 latest 23:41:06 3.0.0-dev.48 23:41:06 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:06 main 23:41:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:06 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:07 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:41:07 1298dcd0b017: Preparing 23:41:07 1298dcd0b017: Preparing 23:41:07 840dfaf9182f: Preparing 23:41:07 0b29139d0cf0: Preparing 23:41:07 7194167b5c4d: Preparing 23:41:07 7425782b5ed0: Preparing 23:41:07 f0826df02a35: Preparing 23:41:07 565288ec310b: Preparing 23:41:07 7fd6c32fd0f1: Preparing 23:41:07 8510c32feb08: Preparing 23:41:07 430dd7a7ea84: Preparing 23:41:07 25be30cde310: Preparing 23:41:07 f70ee36035b9: Preparing 23:41:07 7fd6c32fd0f1: Waiting 23:41:07 8510c32feb08: Waiting 23:41:07 430dd7a7ea84: Waiting 23:41:07 25be30cde310: Waiting 23:41:07 f70ee36035b9: Waiting 23:41:07 f0826df02a35: Waiting 23:41:07 565288ec310b: Waiting 23:41:07 1298dcd0b017: Pushed 23:41:07 0b29139d0cf0: Pushed 23:41:07 7194167b5c4d: Pushed 23:41:07 7425782b5ed0: Pushed 23:41:07 840dfaf9182f: Pushed 23:41:07 565288ec310b: Layer already exists 23:41:07 430dd7a7ea84: Pushed 23:41:07 8510c32feb08: Pushed 23:41:07 7fd6c32fd0f1: Pushed 23:41:07 25be30cde310: Pushed 23:41:07 f70ee36035b9: Layer already exists 23:41:10 f0826df02a35: Pushed 23:41:11 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:6baa71020db89d7613c4cd0f15c2e624fdf24bcae0f241b8a8c86c501d613569 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 23:41:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:41:11 1298dcd0b017: Preparing 23:41:11 1298dcd0b017: Preparing 23:41:11 840dfaf9182f: Preparing 23:41:11 0b29139d0cf0: Preparing 23:41:11 7194167b5c4d: Preparing 23:41:11 7425782b5ed0: Preparing 23:41:11 f0826df02a35: Preparing 23:41:11 565288ec310b: Preparing 23:41:11 7fd6c32fd0f1: Preparing 23:41:11 8510c32feb08: Preparing 23:41:11 430dd7a7ea84: Preparing 23:41:11 25be30cde310: Preparing 23:41:11 f70ee36035b9: Preparing 23:41:11 8510c32feb08: Waiting 23:41:11 f0826df02a35: Waiting 23:41:11 565288ec310b: Waiting 23:41:11 7fd6c32fd0f1: Waiting 23:41:11 f70ee36035b9: Waiting 23:41:11 430dd7a7ea84: Waiting 23:41:11 25be30cde310: Waiting 23:41:11 840dfaf9182f: Layer already exists 23:41:11 7425782b5ed0: Layer already exists 23:41:11 7194167b5c4d: Layer already exists 23:41:11 1298dcd0b017: Layer already exists 23:41:11 0b29139d0cf0: Layer already exists 23:41:11 565288ec310b: Layer already exists 23:41:11 7fd6c32fd0f1: Layer already exists 23:41:11 8510c32feb08: Layer already exists 23:41:11 f0826df02a35: Layer already exists 23:41:11 430dd7a7ea84: Layer already exists 23:41:12 25be30cde310: Layer already exists 23:41:12 f70ee36035b9: Layer already exists 23:41:12 latest: digest: sha256:6baa71020db89d7613c4cd0f15c2e624fdf24bcae0f241b8a8c86c501d613569 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.48 23:41:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:41:12 1298dcd0b017: Preparing 23:41:12 1298dcd0b017: Preparing 23:41:12 840dfaf9182f: Preparing 23:41:12 0b29139d0cf0: Preparing 23:41:12 7194167b5c4d: Preparing 23:41:12 7425782b5ed0: Preparing 23:41:12 f0826df02a35: Preparing 23:41:12 565288ec310b: Preparing 23:41:12 7fd6c32fd0f1: Preparing 23:41:12 8510c32feb08: Preparing 23:41:12 430dd7a7ea84: Preparing 23:41:12 25be30cde310: Preparing 23:41:12 f70ee36035b9: Preparing 23:41:12 f0826df02a35: Waiting 23:41:12 565288ec310b: Waiting 23:41:12 7fd6c32fd0f1: Waiting 23:41:12 8510c32feb08: Waiting 23:41:12 430dd7a7ea84: Waiting 23:41:12 25be30cde310: Waiting 23:41:12 f70ee36035b9: Waiting 23:41:12 7425782b5ed0: Layer already exists 23:41:12 840dfaf9182f: Layer already exists 23:41:12 0b29139d0cf0: Layer already exists 23:41:12 1298dcd0b017: Layer already exists 23:41:12 7194167b5c4d: Layer already exists 23:41:12 565288ec310b: Layer already exists 23:41:12 7fd6c32fd0f1: Layer already exists 23:41:12 f0826df02a35: Layer already exists 23:41:12 8510c32feb08: Layer already exists 23:41:12 430dd7a7ea84: Layer already exists 23:41:12 25be30cde310: Layer already exists 23:41:12 f70ee36035b9: Layer already exists 23:41:13 3.0.0-dev.48: digest: sha256:6baa71020db89d7613c4cd0f15c2e624fdf24bcae0f241b8a8c86c501d613569 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:13 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:41:13 1298dcd0b017: Preparing 23:41:13 1298dcd0b017: Preparing 23:41:13 840dfaf9182f: Preparing 23:41:13 0b29139d0cf0: Preparing 23:41:13 7194167b5c4d: Preparing 23:41:13 7425782b5ed0: Preparing 23:41:13 f0826df02a35: Preparing 23:41:13 565288ec310b: Preparing 23:41:13 7fd6c32fd0f1: Preparing 23:41:13 8510c32feb08: Preparing 23:41:13 430dd7a7ea84: Preparing 23:41:13 25be30cde310: Preparing 23:41:13 f70ee36035b9: Preparing 23:41:13 f0826df02a35: Waiting 23:41:13 565288ec310b: Waiting 23:41:13 7fd6c32fd0f1: Waiting 23:41:13 25be30cde310: Waiting 23:41:13 f70ee36035b9: Waiting 23:41:13 8510c32feb08: Waiting 23:41:13 430dd7a7ea84: Waiting 23:41:13 0b29139d0cf0: Layer already exists 23:41:13 7194167b5c4d: Layer already exists 23:41:13 840dfaf9182f: Layer already exists 23:41:13 7425782b5ed0: Layer already exists 23:41:13 1298dcd0b017: Layer already exists 23:41:13 7fd6c32fd0f1: Layer already exists 23:41:13 565288ec310b: Layer already exists 23:41:13 f0826df02a35: Layer already exists 23:41:13 8510c32feb08: Layer already exists 23:41:13 430dd7a7ea84: Layer already exists 23:41:13 f70ee36035b9: Layer already exists 23:41:13 25be30cde310: Layer already exists 23:41:14 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:6baa71020db89d7613c4cd0f15c2e624fdf24bcae0f241b8a8c86c501d613569 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:14 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 23:41:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 23:41:14 1298dcd0b017: Preparing 23:41:14 1298dcd0b017: Preparing 23:41:14 840dfaf9182f: Preparing 23:41:14 0b29139d0cf0: Preparing 23:41:14 7194167b5c4d: Preparing 23:41:14 7425782b5ed0: Preparing 23:41:14 f0826df02a35: Preparing 23:41:14 565288ec310b: Preparing 23:41:14 7fd6c32fd0f1: Preparing 23:41:14 8510c32feb08: Preparing 23:41:14 430dd7a7ea84: Preparing 23:41:14 25be30cde310: Preparing 23:41:14 f70ee36035b9: Preparing 23:41:14 8510c32feb08: Waiting 23:41:14 430dd7a7ea84: Waiting 23:41:14 25be30cde310: Waiting 23:41:14 f70ee36035b9: Waiting 23:41:14 f0826df02a35: Waiting 23:41:14 7fd6c32fd0f1: Waiting 23:41:14 7194167b5c4d: Layer already exists 23:41:14 840dfaf9182f: Layer already exists 23:41:14 1298dcd0b017: Layer already exists 23:41:14 0b29139d0cf0: Layer already exists 23:41:14 7425782b5ed0: Layer already exists 23:41:14 565288ec310b: Layer already exists 23:41:14 430dd7a7ea84: Layer already exists 23:41:14 f0826df02a35: Layer already exists 23:41:14 8510c32feb08: Layer already exists 23:41:14 7fd6c32fd0f1: Layer already exists 23:41:14 f70ee36035b9: Layer already exists 23:41:14 25be30cde310: Layer already exists 23:41:15 main: digest: sha256:6baa71020db89d7613c4cd0f15c2e624fdf24bcae0f241b8a8c86c501d613569 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:41:15 ===================================================== [Pipeline] echo 23:41:15 taggedImages: 23:41:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 23:41:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.48 23:41:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:15 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 23:41:15 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 23:41:15 24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:15 latest 23:41:15 3.0.0-dev.48 23:41:15 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:15 main 23:41:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:15 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:15 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:41:15 1483b8bf2a76: Preparing 23:41:15 11cef2f0a156: Preparing 23:41:15 8679b434c0d4: Preparing 23:41:15 f8b8a603668a: Preparing 23:41:15 8f1cc79dfec4: Preparing 23:41:15 c1f579408d90: Preparing 23:41:15 6b03f9efde0d: Preparing 23:41:15 f70ee36035b9: Preparing 23:41:15 c1f579408d90: Waiting 23:41:15 6b03f9efde0d: Waiting 23:41:15 f70ee36035b9: Waiting 23:41:16 8f1cc79dfec4: Pushed 23:41:16 1483b8bf2a76: Pushed 23:41:16 11cef2f0a156: Pushed 23:41:16 f70ee36035b9: Layer already exists 23:41:16 c1f579408d90: Pushed 23:41:17 6b03f9efde0d: Pushed 23:41:18 8679b434c0d4: Pushed 23:41:18 f8b8a603668a: Pushed 23:41:18 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:255e627732266e2d4f5c9cb2a0316c53e96d2060122b517457dc9c3ca10ba601 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:19 + 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 23:41:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 23:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:41:19 1483b8bf2a76: Preparing 23:41:19 11cef2f0a156: Preparing 23:41:19 8679b434c0d4: Preparing 23:41:19 f8b8a603668a: Preparing 23:41:19 8f1cc79dfec4: Preparing 23:41:19 c1f579408d90: Preparing 23:41:19 6b03f9efde0d: Preparing 23:41:19 f70ee36035b9: Preparing 23:41:19 c1f579408d90: Waiting 23:41:19 6b03f9efde0d: Waiting 23:41:19 f70ee36035b9: Waiting 23:41:19 8679b434c0d4: Layer already exists 23:41:19 1483b8bf2a76: Layer already exists 23:41:19 f8b8a603668a: Layer already exists 23:41:19 11cef2f0a156: Layer already exists 23:41:19 8f1cc79dfec4: Layer already exists 23:41:19 6b03f9efde0d: Layer already exists 23:41:19 f70ee36035b9: Layer already exists 23:41:19 c1f579408d90: Layer already exists 23:41:19 latest: digest: sha256:255e627732266e2d4f5c9cb2a0316c53e96d2060122b517457dc9c3ca10ba601 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.48 23:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:41:20 1483b8bf2a76: Preparing 23:41:20 11cef2f0a156: Preparing 23:41:20 8679b434c0d4: Preparing 23:41:20 f8b8a603668a: Preparing 23:41:20 8f1cc79dfec4: Preparing 23:41:20 c1f579408d90: Preparing 23:41:20 6b03f9efde0d: Preparing 23:41:20 f70ee36035b9: Preparing 23:41:20 c1f579408d90: Waiting 23:41:20 f70ee36035b9: Waiting 23:41:20 8f1cc79dfec4: Layer already exists 23:41:20 11cef2f0a156: Layer already exists 23:41:20 f8b8a603668a: Layer already exists 23:41:20 8679b434c0d4: Layer already exists 23:41:20 1483b8bf2a76: Layer already exists 23:41:20 6b03f9efde0d: Layer already exists 23:41:20 f70ee36035b9: Layer already exists 23:41:20 c1f579408d90: Layer already exists 23:41:20 3.0.0-dev.48: digest: sha256:255e627732266e2d4f5c9cb2a0316c53e96d2060122b517457dc9c3ca10ba601 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:21 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:41:21 1483b8bf2a76: Preparing 23:41:21 11cef2f0a156: Preparing 23:41:21 8679b434c0d4: Preparing 23:41:21 f8b8a603668a: Preparing 23:41:21 8f1cc79dfec4: Preparing 23:41:21 c1f579408d90: Preparing 23:41:21 6b03f9efde0d: Preparing 23:41:21 f70ee36035b9: Preparing 23:41:21 c1f579408d90: Waiting 23:41:21 6b03f9efde0d: Waiting 23:41:21 f70ee36035b9: Waiting 23:41:21 1483b8bf2a76: Layer already exists 23:41:21 8679b434c0d4: Layer already exists 23:41:21 f8b8a603668a: Layer already exists 23:41:21 11cef2f0a156: Layer already exists 23:41:21 8f1cc79dfec4: Layer already exists 23:41:21 f70ee36035b9: Layer already exists 23:41:21 6b03f9efde0d: Layer already exists 23:41:21 c1f579408d90: Layer already exists 23:41:21 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:255e627732266e2d4f5c9cb2a0316c53e96d2060122b517457dc9c3ca10ba601 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:22 + 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 23:41:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 23:41:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 23:41:22 1483b8bf2a76: Preparing 23:41:22 11cef2f0a156: Preparing 23:41:22 8679b434c0d4: Preparing 23:41:22 f8b8a603668a: Preparing 23:41:22 8f1cc79dfec4: Preparing 23:41:22 c1f579408d90: Preparing 23:41:22 6b03f9efde0d: Preparing 23:41:22 f70ee36035b9: Preparing 23:41:22 c1f579408d90: Waiting 23:41:22 6b03f9efde0d: Waiting 23:41:22 f70ee36035b9: Waiting 23:41:22 8679b434c0d4: Layer already exists 23:41:22 8f1cc79dfec4: Layer already exists 23:41:22 f8b8a603668a: Layer already exists 23:41:22 1483b8bf2a76: Layer already exists 23:41:22 11cef2f0a156: Layer already exists 23:41:22 f70ee36035b9: Layer already exists 23:41:22 c1f579408d90: Layer already exists 23:41:22 6b03f9efde0d: Layer already exists 23:41:22 main: digest: sha256:255e627732266e2d4f5c9cb2a0316c53e96d2060122b517457dc9c3ca10ba601 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:41:22 ===================================================== [Pipeline] echo 23:41:22 taggedImages: 23:41:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 23:41:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.48 23:41:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:22 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 23:41:22 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 23:41:22 24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:22 latest 23:41:22 3.0.0-dev.48 23:41:22 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:22 main 23:41:22 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:23 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:23 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:41:23 97d98cd87544: Preparing 23:41:23 c3309f404f5f: Preparing 23:41:23 a3dc35bd4359: Preparing 23:41:23 6bd436be3dbd: Preparing 23:41:23 82ca3d51641d: Preparing 23:41:23 5f2db42a3542: Preparing 23:41:23 6f577481c45e: Preparing 23:41:23 72cc32c34b3c: Preparing 23:41:23 df8c33700fa9: Preparing 23:41:23 f70ee36035b9: Preparing 23:41:23 6f577481c45e: Waiting 23:41:23 72cc32c34b3c: Waiting 23:41:23 5f2db42a3542: Waiting 23:41:23 df8c33700fa9: Waiting 23:41:23 f70ee36035b9: Waiting 23:41:23 82ca3d51641d: Pushed 23:41:23 97d98cd87544: Pushed 23:41:23 c3309f404f5f: Pushed 23:41:24 5f2db42a3542: Pushed 23:41:24 6f577481c45e: Pushed 23:41:24 72cc32c34b3c: Pushed 23:41:24 f70ee36035b9: Layer already exists 23:41:24 df8c33700fa9: Pushed 23:41:26 6bd436be3dbd: Pushed 23:41:27 a3dc35bd4359: Pushed 23:41:27 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:68ec384706b7ff021ce5cad0a5f80cc2be7456ded3f77c134b5a11ace1da90bb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:27 + 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 23:41:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 23:41:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:41:28 97d98cd87544: Preparing 23:41:28 c3309f404f5f: Preparing 23:41:28 a3dc35bd4359: Preparing 23:41:28 6bd436be3dbd: Preparing 23:41:28 82ca3d51641d: Preparing 23:41:28 5f2db42a3542: Preparing 23:41:28 6f577481c45e: Preparing 23:41:28 72cc32c34b3c: Preparing 23:41:28 df8c33700fa9: Preparing 23:41:28 f70ee36035b9: Preparing 23:41:28 5f2db42a3542: Waiting 23:41:28 6f577481c45e: Waiting 23:41:28 72cc32c34b3c: Waiting 23:41:28 df8c33700fa9: Waiting 23:41:28 f70ee36035b9: Waiting 23:41:28 c3309f404f5f: Layer already exists 23:41:28 a3dc35bd4359: Layer already exists 23:41:28 82ca3d51641d: Layer already exists 23:41:28 97d98cd87544: Layer already exists 23:41:28 6bd436be3dbd: Layer already exists 23:41:28 72cc32c34b3c: Layer already exists 23:41:28 6f577481c45e: Layer already exists 23:41:28 5f2db42a3542: Layer already exists 23:41:28 df8c33700fa9: Layer already exists 23:41:28 f70ee36035b9: Layer already exists 23:41:28 latest: digest: sha256:68ec384706b7ff021ce5cad0a5f80cc2be7456ded3f77c134b5a11ace1da90bb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.48 23:41:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:41:29 97d98cd87544: Preparing 23:41:29 c3309f404f5f: Preparing 23:41:29 a3dc35bd4359: Preparing 23:41:29 6bd436be3dbd: Preparing 23:41:29 82ca3d51641d: Preparing 23:41:29 5f2db42a3542: Preparing 23:41:29 6f577481c45e: Preparing 23:41:29 72cc32c34b3c: Preparing 23:41:29 df8c33700fa9: Preparing 23:41:29 f70ee36035b9: Preparing 23:41:29 72cc32c34b3c: Waiting 23:41:29 df8c33700fa9: Waiting 23:41:29 f70ee36035b9: Waiting 23:41:29 5f2db42a3542: Waiting 23:41:29 6f577481c45e: Waiting 23:41:29 a3dc35bd4359: Layer already exists 23:41:29 6bd436be3dbd: Layer already exists 23:41:29 c3309f404f5f: Layer already exists 23:41:29 82ca3d51641d: Layer already exists 23:41:29 97d98cd87544: Layer already exists 23:41:29 72cc32c34b3c: Layer already exists 23:41:29 df8c33700fa9: Layer already exists 23:41:29 5f2db42a3542: Layer already exists 23:41:29 f70ee36035b9: Layer already exists 23:41:29 6f577481c45e: Layer already exists 23:41:29 3.0.0-dev.48: digest: sha256:68ec384706b7ff021ce5cad0a5f80cc2be7456ded3f77c134b5a11ace1da90bb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:29 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:41:30 97d98cd87544: Preparing 23:41:30 c3309f404f5f: Preparing 23:41:30 a3dc35bd4359: Preparing 23:41:30 6bd436be3dbd: Preparing 23:41:30 82ca3d51641d: Preparing 23:41:30 5f2db42a3542: Preparing 23:41:30 6f577481c45e: Preparing 23:41:30 72cc32c34b3c: Preparing 23:41:30 df8c33700fa9: Preparing 23:41:30 f70ee36035b9: Preparing 23:41:30 72cc32c34b3c: Waiting 23:41:30 df8c33700fa9: Waiting 23:41:30 f70ee36035b9: Waiting 23:41:30 5f2db42a3542: Waiting 23:41:30 6f577481c45e: Waiting 23:41:30 82ca3d51641d: Layer already exists 23:41:30 a3dc35bd4359: Layer already exists 23:41:30 6bd436be3dbd: Layer already exists 23:41:30 97d98cd87544: Layer already exists 23:41:30 c3309f404f5f: Layer already exists 23:41:30 72cc32c34b3c: Layer already exists 23:41:30 6f577481c45e: Layer already exists 23:41:30 5f2db42a3542: Layer already exists 23:41:30 df8c33700fa9: Layer already exists 23:41:30 f70ee36035b9: Layer already exists 23:41:30 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:68ec384706b7ff021ce5cad0a5f80cc2be7456ded3f77c134b5a11ace1da90bb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:30 + 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 23:41:30 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 23:41:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 23:41:30 97d98cd87544: Preparing 23:41:30 c3309f404f5f: Preparing 23:41:30 a3dc35bd4359: Preparing 23:41:30 6bd436be3dbd: Preparing 23:41:30 82ca3d51641d: Preparing 23:41:30 5f2db42a3542: Preparing 23:41:30 6f577481c45e: Preparing 23:41:30 72cc32c34b3c: Preparing 23:41:30 df8c33700fa9: Preparing 23:41:30 f70ee36035b9: Preparing 23:41:30 72cc32c34b3c: Waiting 23:41:30 df8c33700fa9: Waiting 23:41:30 f70ee36035b9: Waiting 23:41:30 6f577481c45e: Waiting 23:41:30 a3dc35bd4359: Layer already exists 23:41:30 6bd436be3dbd: Layer already exists 23:41:30 97d98cd87544: Layer already exists 23:41:30 82ca3d51641d: Layer already exists 23:41:30 c3309f404f5f: Layer already exists 23:41:30 72cc32c34b3c: Layer already exists 23:41:30 5f2db42a3542: Layer already exists 23:41:30 6f577481c45e: Layer already exists 23:41:30 df8c33700fa9: Layer already exists 23:41:30 f70ee36035b9: Layer already exists 23:41:31 main: digest: sha256:68ec384706b7ff021ce5cad0a5f80cc2be7456ded3f77c134b5a11ace1da90bb size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:41:31 ===================================================== [Pipeline] echo 23:41:31 taggedImages: 23:41:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 23:41:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.48 23:41:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:31 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 23:41:31 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 23:41:31 24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:31 latest 23:41:31 3.0.0-dev.48 23:41:31 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:31 main 23:41:31 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:31 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:32 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:41:32 4fa23f925c24: Preparing 23:41:32 f445d3f56e59: Preparing 23:41:32 565288ec310b: Preparing 23:41:32 912adc7c0f5f: Preparing 23:41:32 a8cfdf0cc8ec: Preparing 23:41:32 565288ec310b: Layer already exists 23:41:32 a8cfdf0cc8ec: Layer already exists 23:41:32 4fa23f925c24: Pushed 23:41:33 912adc7c0f5f: Pushed 23:41:37 f445d3f56e59: Pushed 23:41:38 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:83dcac8729ba9417757653f071916ce4034e07964dfaa853f02747e7b20c4c66 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41: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 23:41:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 23:41:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:41:39 4fa23f925c24: Preparing 23:41:39 f445d3f56e59: Preparing 23:41:39 565288ec310b: Preparing 23:41:39 912adc7c0f5f: Preparing 23:41:39 a8cfdf0cc8ec: Preparing 23:41:39 a8cfdf0cc8ec: Layer already exists 23:41:39 565288ec310b: Layer already exists 23:41:39 4fa23f925c24: Layer already exists 23:41:39 912adc7c0f5f: Layer already exists 23:41:39 f445d3f56e59: Layer already exists 23:41:39 latest: digest: sha256:83dcac8729ba9417757653f071916ce4034e07964dfaa853f02747e7b20c4c66 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:40 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.48 23:41:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:41:40 4fa23f925c24: Preparing 23:41:40 f445d3f56e59: Preparing 23:41:40 565288ec310b: Preparing 23:41:40 912adc7c0f5f: Preparing 23:41:40 a8cfdf0cc8ec: Preparing 23:41:40 a8cfdf0cc8ec: Layer already exists 23:41:40 565288ec310b: Layer already exists 23:41:40 912adc7c0f5f: Layer already exists 23:41:40 4fa23f925c24: Layer already exists 23:41:40 f445d3f56e59: Layer already exists 23:41:40 3.0.0-dev.48: digest: sha256:83dcac8729ba9417757653f071916ce4034e07964dfaa853f02747e7b20c4c66 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:41 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:41 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:41:41 4fa23f925c24: Preparing 23:41:41 f445d3f56e59: Preparing 23:41:41 565288ec310b: Preparing 23:41:41 912adc7c0f5f: Preparing 23:41:41 a8cfdf0cc8ec: Preparing 23:41:41 565288ec310b: Layer already exists 23:41:41 4fa23f925c24: Layer already exists 23:41:41 f445d3f56e59: Layer already exists 23:41:41 912adc7c0f5f: Layer already exists 23:41:41 a8cfdf0cc8ec: Layer already exists 23:41:41 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:83dcac8729ba9417757653f071916ce4034e07964dfaa853f02747e7b20c4c66 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41: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 23:41:42 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 23:41:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 23:41:42 4fa23f925c24: Preparing 23:41:42 f445d3f56e59: Preparing 23:41:42 565288ec310b: Preparing 23:41:42 912adc7c0f5f: Preparing 23:41:42 a8cfdf0cc8ec: Preparing 23:41:42 a8cfdf0cc8ec: Layer already exists 23:41:42 4fa23f925c24: Layer already exists 23:41:42 565288ec310b: Layer already exists 23:41:42 912adc7c0f5f: Layer already exists 23:41:42 f445d3f56e59: Layer already exists 23:41:42 main: digest: sha256:83dcac8729ba9417757653f071916ce4034e07964dfaa853f02747e7b20c4c66 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:41:42 ===================================================== [Pipeline] echo 23:41:42 taggedImages: 23:41:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 23:41:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.48 23:41:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:42 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 23:41:42 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 23:41:42 24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:42 latest 23:41:42 3.0.0-dev.48 23:41:42 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:41:42 main 23:41:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:43 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:41:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:41:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:41:43 678c1ba6df0a: Preparing 23:41:43 8cb6bfb25bf8: Preparing 23:41:43 66b5c94d4438: Preparing 23:41:43 fcab479dac94: Preparing 23:41:43 4f8c62c0207f: Preparing 23:41:43 80db7324e4a1: Preparing 23:41:43 a8cfdf0cc8ec: Preparing 23:41:43 80db7324e4a1: Waiting 23:41:43 a8cfdf0cc8ec: Waiting 23:41:43 66b5c94d4438: Pushed 23:41:43 8cb6bfb25bf8: Pushed 23:41:43 678c1ba6df0a: Pushed 23:41:43 a8cfdf0cc8ec: Layer already exists 23:41:44 80db7324e4a1: Pushed 23:41:53 4f8c62c0207f: Pushed 23:41:59 fcab479dac94: Pushed 23:41:59 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:5a214335c40d188cbf71cff09b525e30028831f0e689e51cfba4b66eff825d12 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:00 + 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 23:42:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 23:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:42:00 678c1ba6df0a: Preparing 23:42:00 8cb6bfb25bf8: Preparing 23:42:00 66b5c94d4438: Preparing 23:42:00 fcab479dac94: Preparing 23:42:00 4f8c62c0207f: Preparing 23:42:00 80db7324e4a1: Preparing 23:42:00 a8cfdf0cc8ec: Preparing 23:42:00 80db7324e4a1: Waiting 23:42:00 a8cfdf0cc8ec: Waiting 23:42:00 4f8c62c0207f: Layer already exists 23:42:00 66b5c94d4438: Layer already exists 23:42:00 678c1ba6df0a: Layer already exists 23:42:00 8cb6bfb25bf8: Layer already exists 23:42:00 fcab479dac94: Layer already exists 23:42:00 80db7324e4a1: Layer already exists 23:42:00 a8cfdf0cc8ec: Layer already exists 23:42:00 latest: digest: sha256:5a214335c40d188cbf71cff09b525e30028831f0e689e51cfba4b66eff825d12 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.48 23:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:42:01 678c1ba6df0a: Preparing 23:42:01 8cb6bfb25bf8: Preparing 23:42:01 66b5c94d4438: Preparing 23:42:01 fcab479dac94: Preparing 23:42:01 4f8c62c0207f: Preparing 23:42:01 80db7324e4a1: Preparing 23:42:01 a8cfdf0cc8ec: Preparing 23:42:01 80db7324e4a1: Waiting 23:42:01 a8cfdf0cc8ec: Waiting 23:42:01 678c1ba6df0a: Layer already exists 23:42:01 4f8c62c0207f: Layer already exists 23:42:01 fcab479dac94: Layer already exists 23:42:01 66b5c94d4438: Layer already exists 23:42:01 8cb6bfb25bf8: Layer already exists 23:42:01 80db7324e4a1: Layer already exists 23:42:01 a8cfdf0cc8ec: Layer already exists 23:42:01 3.0.0-dev.48: digest: sha256:5a214335c40d188cbf71cff09b525e30028831f0e689e51cfba4b66eff825d12 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:42:02 678c1ba6df0a: Preparing 23:42:02 8cb6bfb25bf8: Preparing 23:42:02 66b5c94d4438: Preparing 23:42:02 fcab479dac94: Preparing 23:42:02 4f8c62c0207f: Preparing 23:42:02 80db7324e4a1: Preparing 23:42:02 a8cfdf0cc8ec: Preparing 23:42:02 80db7324e4a1: Waiting 23:42:02 a8cfdf0cc8ec: Waiting 23:42:02 8cb6bfb25bf8: Layer already exists 23:42:02 66b5c94d4438: Layer already exists 23:42:02 4f8c62c0207f: Layer already exists 23:42:02 fcab479dac94: Layer already exists 23:42:02 678c1ba6df0a: Layer already exists 23:42:02 a8cfdf0cc8ec: Layer already exists 23:42:02 80db7324e4a1: Layer already exists 23:42:02 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:5a214335c40d188cbf71cff09b525e30028831f0e689e51cfba4b66eff825d12 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:03 + 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 23:42:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 23:42:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 23:42:03 678c1ba6df0a: Preparing 23:42:03 8cb6bfb25bf8: Preparing 23:42:03 66b5c94d4438: Preparing 23:42:03 fcab479dac94: Preparing 23:42:03 4f8c62c0207f: Preparing 23:42:03 80db7324e4a1: Preparing 23:42:03 a8cfdf0cc8ec: Preparing 23:42:03 80db7324e4a1: Waiting 23:42:03 678c1ba6df0a: Layer already exists 23:42:03 8cb6bfb25bf8: Layer already exists 23:42:03 fcab479dac94: Layer already exists 23:42:03 66b5c94d4438: Layer already exists 23:42:03 4f8c62c0207f: Layer already exists 23:42:03 80db7324e4a1: Layer already exists 23:42:03 a8cfdf0cc8ec: Layer already exists 23:42:03 main: digest: sha256:5a214335c40d188cbf71cff09b525e30028831f0e689e51cfba4b66eff825d12 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:42:03 ===================================================== [Pipeline] echo 23:42:03 taggedImages: 23:42:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 23:42:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.48 23:42:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:03 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 23:42:03 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 23:42:03 24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:03 latest 23:42:03 3.0.0-dev.48 23:42:03 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:03 main 23:42:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:04 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:42:04 44d2d2afa602: Preparing 23:42:04 75f04e65e68e: Preparing 23:42:04 d44566a6855e: Preparing 23:42:04 948d9a33d1c1: Preparing 23:42:04 21a5c01a55b8: Preparing 23:42:04 a8cfdf0cc8ec: Preparing 23:42:04 a8cfdf0cc8ec: Waiting 23:42:04 44d2d2afa602: Pushed 23:42:04 d44566a6855e: Pushed 23:42:04 75f04e65e68e: Pushed 23:42:04 a8cfdf0cc8ec: Layer already exists 23:42:05 21a5c01a55b8: Pushed 23:42:23 948d9a33d1c1: Pushed 23:42:23 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:11b324a9a02ff4cb00464466ef5b32e4be6131a240636fa12690c578610a0c32 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42: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 23:42:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 23:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:42:24 44d2d2afa602: Preparing 23:42:24 75f04e65e68e: Preparing 23:42:24 d44566a6855e: Preparing 23:42:24 948d9a33d1c1: Preparing 23:42:24 21a5c01a55b8: Preparing 23:42:24 a8cfdf0cc8ec: Preparing 23:42:24 a8cfdf0cc8ec: Waiting 23:42:24 948d9a33d1c1: Layer already exists 23:42:24 44d2d2afa602: Layer already exists 23:42:24 75f04e65e68e: Layer already exists 23:42:24 d44566a6855e: Layer already exists 23:42:24 21a5c01a55b8: Layer already exists 23:42:24 a8cfdf0cc8ec: Layer already exists 23:42:24 latest: digest: sha256:11b324a9a02ff4cb00464466ef5b32e4be6131a240636fa12690c578610a0c32 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:24 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.48 23:42:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:42:25 44d2d2afa602: Preparing 23:42:25 75f04e65e68e: Preparing 23:42:25 d44566a6855e: Preparing 23:42:25 948d9a33d1c1: Preparing 23:42:25 21a5c01a55b8: Preparing 23:42:25 a8cfdf0cc8ec: Preparing 23:42:25 a8cfdf0cc8ec: Waiting 23:42:25 d44566a6855e: Layer already exists 23:42:25 75f04e65e68e: Layer already exists 23:42:25 948d9a33d1c1: Layer already exists 23:42:25 44d2d2afa602: Layer already exists 23:42:25 21a5c01a55b8: Layer already exists 23:42:25 a8cfdf0cc8ec: Layer already exists 23:42:25 3.0.0-dev.48: digest: sha256:11b324a9a02ff4cb00464466ef5b32e4be6131a240636fa12690c578610a0c32 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:25 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:26 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:42:26 44d2d2afa602: Preparing 23:42:26 75f04e65e68e: Preparing 23:42:26 d44566a6855e: Preparing 23:42:26 948d9a33d1c1: Preparing 23:42:26 21a5c01a55b8: Preparing 23:42:26 a8cfdf0cc8ec: Preparing 23:42:26 a8cfdf0cc8ec: Waiting 23:42:26 75f04e65e68e: Layer already exists 23:42:26 44d2d2afa602: Layer already exists 23:42:26 21a5c01a55b8: Layer already exists 23:42:26 d44566a6855e: Layer already exists 23:42:26 948d9a33d1c1: Layer already exists 23:42:26 a8cfdf0cc8ec: Layer already exists 23:42:26 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:11b324a9a02ff4cb00464466ef5b32e4be6131a240636fa12690c578610a0c32 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42: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 23:42:27 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 23:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 23:42:27 44d2d2afa602: Preparing 23:42:27 75f04e65e68e: Preparing 23:42:27 d44566a6855e: Preparing 23:42:27 948d9a33d1c1: Preparing 23:42:27 21a5c01a55b8: Preparing 23:42:27 a8cfdf0cc8ec: Preparing 23:42:27 a8cfdf0cc8ec: Waiting 23:42:27 948d9a33d1c1: Layer already exists 23:42:27 d44566a6855e: Layer already exists 23:42:27 75f04e65e68e: Layer already exists 23:42:27 21a5c01a55b8: Layer already exists 23:42:27 44d2d2afa602: Layer already exists 23:42:27 a8cfdf0cc8ec: Layer already exists 23:42:27 main: digest: sha256:11b324a9a02ff4cb00464466ef5b32e4be6131a240636fa12690c578610a0c32 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:42:27 ===================================================== [Pipeline] echo 23:42:27 taggedImages: 23:42:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 23:42:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.48 23:42:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:27 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 23:42:27 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 23:42:27 24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:27 latest 23:42:27 3.0.0-dev.48 23:42:27 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:27 main 23:42:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:27 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:28 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:42:28 b0d3da02e1e8: Preparing 23:42:28 5ea2a9fb8217: Preparing 23:42:28 77a6124525ec: Preparing 23:42:28 1f6138a431fd: Preparing 23:42:28 80db7324e4a1: Preparing 23:42:28 a8cfdf0cc8ec: Preparing 23:42:28 a8cfdf0cc8ec: Waiting 23:42:28 80db7324e4a1: Layer already exists 23:42:28 a8cfdf0cc8ec: Layer already exists 23:42:28 b0d3da02e1e8: Pushed 23:42:28 5ea2a9fb8217: Pushed 23:42:28 77a6124525ec: Pushed 23:42:46 1f6138a431fd: Pushed 23:42:46 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:24563bb57a5d3fa996597e92ab01aedf283dadc048843714d614ff279993d096 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42: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 23:42:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 23:42:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:42:47 b0d3da02e1e8: Preparing 23:42:47 5ea2a9fb8217: Preparing 23:42:47 77a6124525ec: Preparing 23:42:47 1f6138a431fd: Preparing 23:42:47 80db7324e4a1: Preparing 23:42:47 a8cfdf0cc8ec: Preparing 23:42:47 a8cfdf0cc8ec: Waiting 23:42:47 80db7324e4a1: Layer already exists 23:42:47 1f6138a431fd: Layer already exists 23:42:47 77a6124525ec: Layer already exists 23:42:47 b0d3da02e1e8: Layer already exists 23:42:47 5ea2a9fb8217: Layer already exists 23:42:47 a8cfdf0cc8ec: Layer already exists 23:42:47 latest: digest: sha256:24563bb57a5d3fa996597e92ab01aedf283dadc048843714d614ff279993d096 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:47 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.48 23:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:42:48 b0d3da02e1e8: Preparing 23:42:48 5ea2a9fb8217: Preparing 23:42:48 77a6124525ec: Preparing 23:42:48 1f6138a431fd: Preparing 23:42:48 80db7324e4a1: Preparing 23:42:48 a8cfdf0cc8ec: Preparing 23:42:48 a8cfdf0cc8ec: Waiting 23:42:48 5ea2a9fb8217: Layer already exists 23:42:48 77a6124525ec: Layer already exists 23:42:48 1f6138a431fd: Layer already exists 23:42:48 80db7324e4a1: Layer already exists 23:42:48 b0d3da02e1e8: Layer already exists 23:42:48 a8cfdf0cc8ec: Layer already exists 23:42:48 3.0.0-dev.48: digest: sha256:24563bb57a5d3fa996597e92ab01aedf283dadc048843714d614ff279993d096 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:48 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:42:49 b0d3da02e1e8: Preparing 23:42:49 5ea2a9fb8217: Preparing 23:42:49 77a6124525ec: Preparing 23:42:49 1f6138a431fd: Preparing 23:42:49 80db7324e4a1: Preparing 23:42:49 a8cfdf0cc8ec: Preparing 23:42:49 a8cfdf0cc8ec: Waiting 23:42:49 5ea2a9fb8217: Layer already exists 23:42:49 80db7324e4a1: Layer already exists 23:42:49 1f6138a431fd: Layer already exists 23:42:49 77a6124525ec: Layer already exists 23:42:49 b0d3da02e1e8: Layer already exists 23:42:49 a8cfdf0cc8ec: Layer already exists 23:42:49 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:24563bb57a5d3fa996597e92ab01aedf283dadc048843714d614ff279993d096 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42: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 23:42:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 23:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 23:42:50 b0d3da02e1e8: Preparing 23:42:50 5ea2a9fb8217: Preparing 23:42:50 77a6124525ec: Preparing 23:42:50 1f6138a431fd: Preparing 23:42:50 80db7324e4a1: Preparing 23:42:50 a8cfdf0cc8ec: Preparing 23:42:50 1f6138a431fd: Layer already exists 23:42:50 77a6124525ec: Layer already exists 23:42:50 b0d3da02e1e8: Layer already exists 23:42:50 5ea2a9fb8217: Layer already exists 23:42:50 80db7324e4a1: Layer already exists 23:42:50 a8cfdf0cc8ec: Layer already exists 23:42:50 main: digest: sha256:24563bb57a5d3fa996597e92ab01aedf283dadc048843714d614ff279993d096 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:42:50 ===================================================== [Pipeline] echo 23:42:50 taggedImages: 23:42:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 23:42:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.48 23:42:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:50 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 23:42:50 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 23:42:50 24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:50 latest 23:42:50 3.0.0-dev.48 23:42:50 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:50 main 23:42:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:50 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:51 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:42:51 39558800f0d5: Preparing 23:42:51 a038f3572f7e: Preparing 23:42:51 565288ec310b: Preparing 23:42:51 ff3a7ec38c29: Preparing 23:42:51 f70ee36035b9: Preparing 23:42:51 f70ee36035b9: Layer already exists 23:42:51 565288ec310b: Layer already exists 23:42:51 39558800f0d5: Pushed 23:42:51 ff3a7ec38c29: Pushed 23:42:56 a038f3572f7e: Pushed 23:42:57 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:ecf3c180add9c8edb4843c9aee5847f6e1d3cf7ecb95a90a021ec9eb52e6f0c4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:57 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:57 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 23:42:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:42:57 39558800f0d5: Preparing 23:42:57 a038f3572f7e: Preparing 23:42:57 565288ec310b: Preparing 23:42:57 ff3a7ec38c29: Preparing 23:42:57 f70ee36035b9: Preparing 23:42:57 f70ee36035b9: Layer already exists 23:42:57 ff3a7ec38c29: Layer already exists 23:42:57 39558800f0d5: Layer already exists 23:42:57 a038f3572f7e: Layer already exists 23:42:57 565288ec310b: Layer already exists 23:42:58 latest: digest: sha256:ecf3c180add9c8edb4843c9aee5847f6e1d3cf7ecb95a90a021ec9eb52e6f0c4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:58 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.48 23:42:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:42:58 39558800f0d5: Preparing 23:42:58 a038f3572f7e: Preparing 23:42:58 565288ec310b: Preparing 23:42:58 ff3a7ec38c29: Preparing 23:42:58 f70ee36035b9: Preparing 23:42:58 f70ee36035b9: Layer already exists 23:42:58 39558800f0d5: Layer already exists 23:42:58 ff3a7ec38c29: Layer already exists 23:42:58 a038f3572f7e: Layer already exists 23:42:58 565288ec310b: Layer already exists 23:42:58 3.0.0-dev.48: digest: sha256:ecf3c180add9c8edb4843c9aee5847f6e1d3cf7ecb95a90a021ec9eb52e6f0c4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:59 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:42:59 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:42:59 39558800f0d5: Preparing 23:42:59 a038f3572f7e: Preparing 23:42:59 565288ec310b: Preparing 23:42:59 ff3a7ec38c29: Preparing 23:42:59 f70ee36035b9: Preparing 23:42:59 ff3a7ec38c29: Layer already exists 23:42:59 565288ec310b: Layer already exists 23:42:59 f70ee36035b9: Layer already exists 23:42:59 a038f3572f7e: Layer already exists 23:42:59 39558800f0d5: Layer already exists 23:43:00 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:ecf3c180add9c8edb4843c9aee5847f6e1d3cf7ecb95a90a021ec9eb52e6f0c4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:00 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:00 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 23:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 23:43:00 39558800f0d5: Preparing 23:43:00 a038f3572f7e: Preparing 23:43:00 565288ec310b: Preparing 23:43:00 ff3a7ec38c29: Preparing 23:43:00 f70ee36035b9: Preparing 23:43:00 f70ee36035b9: Layer already exists 23:43:00 565288ec310b: Layer already exists 23:43:00 ff3a7ec38c29: Layer already exists 23:43:00 39558800f0d5: Layer already exists 23:43:00 a038f3572f7e: Layer already exists 23:43:00 main: digest: sha256:ecf3c180add9c8edb4843c9aee5847f6e1d3cf7ecb95a90a021ec9eb52e6f0c4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:43:01 ===================================================== [Pipeline] echo 23:43:01 taggedImages: 23:43:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:43:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 23:43:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.48 23:43:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:43:01 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 23:43:01 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 23:43:01 24167a0eacb631b08fe8df020ccd42208c51fac2 23:43:01 latest 23:43:01 3.0.0-dev.48 23:43:01 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:43:01 main 23:43:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:01 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:01 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:43:01 35008b41f7b0: Preparing 23:43:01 ce2348383a83: Preparing 23:43:01 565288ec310b: Preparing 23:43:01 3e470daf2c60: Preparing 23:43:01 f70ee36035b9: Preparing 23:43:01 565288ec310b: Layer already exists 23:43:01 f70ee36035b9: Layer already exists 23:43:01 3e470daf2c60: Layer already exists 23:43:02 35008b41f7b0: Pushed 23:43:07 ce2348383a83: Pushed 23:43:07 24167a0eacb631b08fe8df020ccd42208c51fac2: digest: sha256:31f7ac45cc562dd1ea0b83225eb7d37b023fa1f09145c3265c4fb221199f6d8e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:07 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 23:43:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:43:08 35008b41f7b0: Preparing 23:43:08 ce2348383a83: Preparing 23:43:08 565288ec310b: Preparing 23:43:08 3e470daf2c60: Preparing 23:43:08 f70ee36035b9: Preparing 23:43:08 35008b41f7b0: Layer already exists 23:43:08 f70ee36035b9: Layer already exists 23:43:08 ce2348383a83: Layer already exists 23:43:08 3e470daf2c60: Layer already exists 23:43:08 565288ec310b: Layer already exists 23:43:08 latest: digest: sha256:31f7ac45cc562dd1ea0b83225eb7d37b023fa1f09145c3265c4fb221199f6d8e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:08 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.48 23:43:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:43:09 35008b41f7b0: Preparing 23:43:09 ce2348383a83: Preparing 23:43:09 565288ec310b: Preparing 23:43:09 3e470daf2c60: Preparing 23:43:09 f70ee36035b9: Preparing 23:43:09 3e470daf2c60: Layer already exists 23:43:09 565288ec310b: Layer already exists 23:43:09 ce2348383a83: Layer already exists 23:43:09 f70ee36035b9: Layer already exists 23:43:09 35008b41f7b0: Layer already exists 23:43:09 3.0.0-dev.48: digest: sha256:31f7ac45cc562dd1ea0b83225eb7d37b023fa1f09145c3265c4fb221199f6d8e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:09 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:10 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:43:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:43:10 35008b41f7b0: Preparing 23:43:10 ce2348383a83: Preparing 23:43:10 565288ec310b: Preparing 23:43:10 3e470daf2c60: Preparing 23:43:10 f70ee36035b9: Preparing 23:43:10 565288ec310b: Layer already exists 23:43:10 3e470daf2c60: Layer already exists 23:43:10 35008b41f7b0: Layer already exists 23:43:10 f70ee36035b9: Layer already exists 23:43:10 ce2348383a83: Layer already exists 23:43:10 24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48: digest: sha256:31f7ac45cc562dd1ea0b83225eb7d37b023fa1f09145c3265c4fb221199f6d8e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:10 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:11 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 23:43:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 23:43:11 35008b41f7b0: Preparing 23:43:11 ce2348383a83: Preparing 23:43:11 565288ec310b: Preparing 23:43:11 3e470daf2c60: Preparing 23:43:11 f70ee36035b9: Preparing 23:43:11 35008b41f7b0: Layer already exists 23:43:11 3e470daf2c60: Layer already exists 23:43:11 ce2348383a83: Layer already exists 23:43:11 f70ee36035b9: Layer already exists 23:43:11 565288ec310b: Layer already exists 23:43:11 main: digest: sha256:31f7ac45cc562dd1ea0b83225eb7d37b023fa1f09145c3265c4fb221199f6d8e size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 23:43:11 ===================================================== [Pipeline] echo 23:43:11 taggedImages: 23:43:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2 23:43:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 23:43:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.48 23:43:11 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:24167a0eacb631b08fe8df020ccd42208c51fac2-3.0.0-dev.48 23:43:11 - 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 23:43:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:43:11 23:43:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:43:12 arm64: Pulling from edgex-lftools-log-publisher 23:43:12 8998bd30e6a1: Pulling fs layer 23:43:12 04944245beec: Pulling fs layer 23:43:12 699f458cf7ca: Pulling fs layer 23:43:12 765212b225bb: Pulling fs layer 23:43:12 f23df028b6ca: Pulling fs layer 23:43:12 d65c8cfc05b1: Pulling fs layer 23:43:12 2437ff75d9bd: Pulling fs layer 23:43:12 765212b225bb: Waiting 23:43:12 f23df028b6ca: Waiting 23:43:12 d65c8cfc05b1: Waiting 23:43:12 2437ff75d9bd: Waiting 23:43:12 04944245beec: Verifying Checksum 23:43:12 04944245beec: Download complete 23:43:12 765212b225bb: Verifying Checksum 23:43:12 765212b225bb: Download complete 23:43:12 f23df028b6ca: Download complete 23:43:12 d65c8cfc05b1: Verifying Checksum 23:43:12 d65c8cfc05b1: Download complete 23:43:12 699f458cf7ca: Verifying Checksum 23:43:12 699f458cf7ca: Download complete 23:43:12 8998bd30e6a1: Verifying Checksum 23:43:12 8998bd30e6a1: Download complete 23:43:15 2437ff75d9bd: Verifying Checksum 23:43:15 2437ff75d9bd: Download complete 23:43:16 8998bd30e6a1: Pull complete 23:43:17 04944245beec: Pull complete 23:43:18 699f458cf7ca: Pull complete 23:43:18 765212b225bb: Pull complete 23:43:19 f23df028b6ca: Pull complete 23:43:20 d65c8cfc05b1: Pull complete 23:43:35 2437ff75d9bd: Pull complete 23:43:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 23:43:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 23:43:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:43:35 prd-ubuntu20.04-docker-arm64-4c-16g-5909 does not seem to be running inside a container 23:43:35 $ 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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:43:38 $ docker top 285ed09212fb38a617208294c8d55f83b3a3870e48f626f408050642692ac442 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:43:39 ---> job-cost.sh 23:43:39 lf-activate-venv: SKIPPING 23:43:39 INFO: No Stack... 23:43:39 INFO: Retrieving Pricing Info for: v3-standard-4 23:43:40 INFO: Archiving Costs [Pipeline] sh 23:43:41 + cat /w/workspace/edgex-go/408/archives/cost.csv 23:43:41 + cut -d, -f6 [Pipeline] lock 23:43:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-408-stack-cost] 23:43:41 Resource [jenkins-edgexfoundry-edgex-go-main-408-stack-cost] did not exist. Created. 23:43:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-408-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:43:42 + echo total: 0.10999999940395355 [Pipeline] stash 23:43:42 Stashed 1 file(s) [Pipeline] } 23:43:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-408-stack-cost] [Pipeline] // lock [Pipeline] } 23:43:42 $ docker stop --time=1 285ed09212fb38a617208294c8d55f83b3a3870e48f626f408050642692ac442 23:43:44 $ docker rm -f --volumes 285ed09212fb38a617208294c8d55f83b3a3870e48f626f408050642692ac442 [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 23:43:44 provisioning config files... 23:43:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/408@tmp/config5528219734037936986tmp [Pipeline] { [Pipeline] sh 23:43:45 + set +x 23:43:45 + bash -s -- 23:43:45 + curl -s https://codecov.io/bash 23:43:45 23:43:45 _____ _ 23:43:45 / ____| | | 23:43:45 | | ___ __| | ___ ___ _____ __ 23:43:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:43:45 | |___| (_) | (_| | __/ (_| (_) \ V / 23:43:45 \_____\___/ \__,_|\___|\___\___/ \_/ 23:43:45 Bash-1.0.6 23:43:45 23:43:45 23:43:45 ==> git version 2.25.1 found 23:43:45 ==> 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 23:43:45 Release-Date: 2020-01-08 23:43:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 23:43:45 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 23:43:45 ==> Jenkins CI detected. 23:43:45 current dir:  /w/workspace/edgex-go/408 23:43:45 project root: . 23:43:45 --> token set from env 23:43:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:43:45 ==> Running gcov in . (disable via -X gcov) 23:43:45 ==> Python coveragepy not found 23:43:45 ==> Searching for coverage reports in: 23:43:45 + . 23:43:45 -> Found 1 reports 23:43:45 ==> Detecting git/mercurial file structure 23:43:45 ==> Reading reports 23:43:45 + ./coverage.out bytes=487418 23:43:45 ==> Appending adjustments 23:43:45 https://docs.codecov.io/docs/fixing-reports 23:43:46 + Found adjustments 23:43:46 ==> Gzipping contents 23:43:46 64K /tmp/codecov.dVltmd.gz 23:43:46 ==> Uploading reports 23:43:46 url: https://codecov.io 23:43:46 query: branch=main&commit=24167a0eacb631b08fe8df020ccd42208c51fac2&build=408&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F408%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:43:46 -> Pinging Codecov 23:43:46 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=24167a0eacb631b08fe8df020ccd42208c51fac2&build=408&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F408%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:43:46 -> Uploading to 23:43:46 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/00271124DB129430A58F1EEE437C3FCB/24167a0eacb631b08fe8df020ccd42208c51fac2/09ae7519-57bc-4328-b563-bc6b569da929.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T234346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3caad39eaf2414b02a80841eb1183ffe56dc63509574b8327ec74a3996c88c65 23:43:46 % Total % Received % Xferd Average Speed Time Time Time Current 23:43:46 Dload Upload Total Spent Left Speed 23:43:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62909 0 0 100 62909 0 217k --:--:-- --:--:-- --:--:-- 217k 100 62909 0 0 100 62909 0 217k --:--:-- --:--:-- --:--:-- 217k 23:43:47 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/24167a0eacb631b08fe8df020ccd42208c51fac2 [Pipeline] } 23:43:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 23:43:47 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:43:47 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:43:47 23:43:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:43:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:43:47 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:43:47 df9b9388f04a: Pulling fs layer 23:43:47 52dc419b0ee2: Pulling fs layer 23:43:47 25bc292e5bac: Pulling fs layer 23:43:47 114826534d7a: Pulling fs layer 23:43:47 4657fd5d0bcf: Pulling fs layer 23:43:47 6ad1cebc031e: Pulling fs layer 23:43:47 8a3aa393b2d8: Pulling fs layer 23:43:47 114826534d7a: Waiting 23:43:47 4657fd5d0bcf: Waiting 23:43:47 6ad1cebc031e: Waiting 23:43:47 25bc292e5bac: Verifying Checksum 23:43:47 25bc292e5bac: Download complete 23:43:47 52dc419b0ee2: Verifying Checksum 23:43:47 52dc419b0ee2: Download complete 23:43:47 4657fd5d0bcf: Verifying Checksum 23:43:47 4657fd5d0bcf: Download complete 23:43:47 df9b9388f04a: Verifying Checksum 23:43:47 df9b9388f04a: Download complete 23:43:48 df9b9388f04a: Pull complete 23:43:48 52dc419b0ee2: Pull complete 23:43:48 25bc292e5bac: Pull complete 23:43:48 6ad1cebc031e: Download complete 23:43:49 114826534d7a: Verifying Checksum 23:43:49 114826534d7a: Download complete 23:43:50 8a3aa393b2d8: Verifying Checksum 23:43:50 8a3aa393b2d8: Download complete 23:43:52 114826534d7a: Pull complete 23:43:52 4657fd5d0bcf: Pull complete 23:43:53 6ad1cebc031e: Pull complete 23:43:55 8a3aa393b2d8: Pull complete 23:43:55 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 23:43:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:43:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:43:55 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:43:55 $ 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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:43:57 $ docker top 59060c0f43b1aac5ccb774dd959134efb1eeb846a54cedcc434fb933ca31c463 -eo pid,comm [Pipeline] { [Pipeline] echo 23:43:57 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 23:43:58 + set -o pipefail 23:43:58 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 23:44:03 23:44:03 Monitoring /w/workspace/edgex-go/408 (github.com/edgexfoundry/edgex-go)... 23:44:03 23:44:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/ab4c9bda-4401-4c73-b6ad-f9e0d26d038d 23:44:03 23:44:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:44:03 23:44:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:44:03 23:44:03 23:44:03 A medium severity vulnerability was found in the Snyk CLI versions you are using. 23:44:03 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 23:44:03 More details here: https://snyk.co/ue1NS [Pipeline] } 23:44:03 $ docker stop --time=1 59060c0f43b1aac5ccb774dd959134efb1eeb846a54cedcc434fb933ca31c463 23:44:05 $ docker rm -f --volumes 59060c0f43b1aac5ccb774dd959134efb1eeb846a54cedcc434fb933ca31c463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:44:05 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:44:05 provisioning config files... 23:44:05 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/408@tmp/config12593309010017308830tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:44:06 --> edgex-publish-swagger.sh 23:44:06 === Publish openapi/v2 API === 23:44:06 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:44:06 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/408/openapi/v2/core-command.yaml] 23:44:06 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:06 Dload Upload Total Spent Left Speed 23:44:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 31091 0 0 100 31091 0 47107 --:--:-- --:--:-- --:--:-- 47036 23:44:06 23:44:06 23:44:06 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/408/openapi/v2/core-data.yaml] 23:44:06 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:06 Dload Upload Total Spent Left Speed 23:44:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68908 0 0 100 68908 0 109k --:--:-- --:--:-- --:--:-- 108k 100 68908 0 0 100 68908 0 108k --:--:-- --:--:-- --:--:-- 108k 23:44:07 23:44:07 23:44:07 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/408/openapi/v2/core-metadata.yaml] 23:44:07 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:07 Dload Upload Total Spent Left Speed 23:44:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 275k --:--:-- --:--:-- --:--:-- 275k 23:44:07 23:44:07 23:44:07 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/408/openapi/v2/support-notifications.yaml] 23:44:07 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:07 Dload Upload Total Spent Left Speed 23:44:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86536 0 0 100 86536 0 133k --:--:-- --:--:-- --:--:-- 133k 100 86536 0 0 100 86536 0 133k --:--:-- --:--:-- --:--:-- 133k 23:44:08 23:44:08 23:44:08 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/408/openapi/v2/support-scheduler.yaml] 23:44:08 % Total % Received % Xferd Average Speed Time Time Time Current 23:44:08 Dload Upload Total Spent Left Speed 23:44:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 36985 0 0 100 36985 0 79197 --:--:-- --:--:-- --:--:-- 79197 23:44:08 23:44:08 [Pipeline] } 23:44:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 23:44:09 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:44:09 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:44:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:09 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:44:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:44:10 $ docker top 55d280e9e5ec1d22d01b14765ac232738b97e82a0b762866cbcbc874ea15bd4e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:10 [ssh-agent] Looking for ssh-agent implementation... 23:44:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:10 $ docker exec 55d280e9e5ec1d22d01b14765ac232738b97e82a0b762866cbcbc874ea15bd4e ssh-agent 23:44:10 SSH_AUTH_SOCK=/tmp/ssh-lctkTWo8L9L0/agent.32 23:44:10 SSH_AGENT_PID=38 23:44:10 Running ssh-add (command line suppressed) 23:44:10 Identity added: /w/workspace/edgex-go/408@tmp/private_key_951794841787665642.key (/w/workspace/edgex-go/408@tmp/private_key_951794841787665642.key) 23:44:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:10 + git semver tag 23:44:11 2023-02-14 23:44:11,076 [run_tag] DEBUG tag force:False 23:44:11 2023-02-14 23:44:11,076 [check_head_tag] DEBUG check head tag 23:44:11 2023-02-14 23:44:11,079 [execute] INFO git cat-file --batch-check 23:44:11 2023-02-14 23:44:11,079 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/408, universal_newlines=False, shell=None, istream=) 23:44:11 2023-02-14 23:44:11,083 [execute] INFO git cat-file --batch 23:44:11 2023-02-14 23:44:11,083 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/408, universal_newlines=False, shell=None, istream=) 23:44:11 2023-02-14 23:44:11,128 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:11 2023-02-14 23:44:11,128 [execute] INFO git tag -a v3.0.0-dev.48 -m v3.0.0-dev.48 23:44:11 2023-02-14 23:44:11,128 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.48', '-m', 'v3.0.0-dev.48'], cwd=/w/workspace/edgex-go/408, universal_newlines=False, shell=None, istream=None) 23:44:11 2023-02-14 23:44:11,133 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:11 3.0.0-dev.48 [Pipeline] } 23:44:11 $ docker exec --env ******** --env ******** 55d280e9e5ec1d22d01b14765ac232738b97e82a0b762866cbcbc874ea15bd4e ssh-agent -k 23:44:11 unset SSH_AUTH_SOCK; 23:44:11 unset SSH_AGENT_PID; 23:44:11 echo Agent pid 38 killed; 23:44:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:11 + git semver [Pipeline] } 23:44:12 $ docker stop --time=1 55d280e9e5ec1d22d01b14765ac232738b97e82a0b762866cbcbc874ea15bd4e 23:44:13 $ docker rm -f --volumes 55d280e9e5ec1d22d01b14765ac232738b97e82a0b762866cbcbc874ea15bd4e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:44:14 23:44:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:44:14 0.23.1-centos7: Pulling from edgex-lftools 23:44:14 ab5ef0e58194: Pulling fs layer 23:44:14 9712f1f96733: Pulling fs layer 23:44:14 63f879dbbcfc: Pulling fs layer 23:44:14 0d9ebad4ef96: Pulling fs layer 23:44:14 e9a5061849ea: Pulling fs layer 23:44:14 d747dcd14b5f: Pulling fs layer 23:44:14 2de7ff778b66: Pulling fs layer 23:44:14 e9a5061849ea: Waiting 23:44:14 d747dcd14b5f: Waiting 23:44:14 2de7ff778b66: Waiting 23:44:14 0d9ebad4ef96: Waiting 23:44:14 9712f1f96733: Verifying Checksum 23:44:14 9712f1f96733: Download complete 23:44:15 63f879dbbcfc: Verifying Checksum 23:44:15 63f879dbbcfc: Download complete 23:44:15 e9a5061849ea: Verifying Checksum 23:44:15 e9a5061849ea: Download complete 23:44:15 d747dcd14b5f: Verifying Checksum 23:44:15 d747dcd14b5f: Download complete 23:44:15 0d9ebad4ef96: Verifying Checksum 23:44:15 0d9ebad4ef96: Download complete 23:44:15 ab5ef0e58194: Verifying Checksum 23:44:15 ab5ef0e58194: Download complete 23:44:15 2de7ff778b66: Verifying Checksum 23:44:15 2de7ff778b66: Download complete 23:44:18 ab5ef0e58194: Pull complete 23:44:18 9712f1f96733: Pull complete 23:44:19 63f879dbbcfc: Pull complete 23:44:22 0d9ebad4ef96: Pull complete 23:44:22 e9a5061849ea: Pull complete 23:44:22 d747dcd14b5f: Pull complete 23:44:23 2de7ff778b66: Pull complete 23:44:23 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:44:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:44:23 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:23 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:44:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:44:25 $ docker top c7739990e763d3fd02a263e10f9aab935958cd3c7dc57e85ec3352d619b83c6b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:44:25 provisioning config files... 23:44:25 copy managed file [sigul-config] to file:/w/workspace/edgex-go/408@tmp/config7915548661393523406tmp 23:44:25 copy managed file [sigul-password] to file:/w/workspace/edgex-go/408@tmp/config1271751007529398420tmp 23:44:25 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/408@tmp/config2788748159402139889tmp [Pipeline] { [Pipeline] echo 23:44:25 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:44:25 ---> sigul-configuration.sh 23:44:25 gpg: directory `/root/.gnupg' created 23:44:25 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:44:25 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:44:25 gpg: keyring `/root/.gnupg/secring.gpg' created 23:44:25 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:44:25 gpg: CAST5 encrypted data 23:44:25 gpg: encrypted with 1 passphrase 23:44:25 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:44:26 + mkdir /home/jenkins 23:44:26 + mkdir /home/jenkins/sigul [Pipeline] sh 23:44:26 + 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 23:44:26 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:44:26 ---> sigul-install.sh 23:44:26 Sigul already installed; skipping installation. [Pipeline] sh 23:44:26 + git tag --list 23:44:26 0.6.0 23:44:26 0.6.1 23:44:26 0.7.0 23:44:26 0.7.1 23:44:26 v1.0.0 23:44:26 v1.0.1 23:44:26 v1.1.0 23:44:26 v1.2.0 23:44:26 v1.2.1 23:44:26 v1.3.0 23:44:26 v1.3.1 23:44:26 v2.0.0 23:44:26 v2.1.0 23:44:26 v2.1.1 23:44:26 v2.1.1-dev.1 23:44:26 v2.1.1-dev.2 23:44:26 v2.1.1-dev.3 23:44:26 v2.1.1-dev.4 23:44:26 v2.1.1-dev.5 23:44:26 v2.1.1-dev.6 23:44:26 v2.1.1-dev.7 23:44:26 v2.1.1-dev.8 23:44:26 v2.1.2-dev.1 23:44:26 v2.2.0 23:44:26 v2.2.1-dev.1 23:44:26 v2.2.1-dev.10 23:44:26 v2.2.1-dev.11 23:44:26 v2.2.1-dev.12 23:44:26 v2.2.1-dev.13 23:44:26 v2.2.1-dev.14 23:44:26 v2.2.1-dev.15 23:44:26 v2.2.1-dev.16 23:44:26 v2.2.1-dev.17 23:44:26 v2.2.1-dev.18 23:44:26 v2.2.1-dev.19 23:44:26 v2.2.1-dev.2 23:44:26 v2.2.1-dev.20 23:44:26 v2.2.1-dev.21 23:44:26 v2.2.1-dev.22 23:44:26 v2.2.1-dev.23 23:44:26 v2.2.1-dev.24 23:44:26 v2.2.1-dev.25 23:44:26 v2.2.1-dev.26 23:44:26 v2.2.1-dev.27 23:44:26 v2.2.1-dev.28 23:44:26 v2.2.1-dev.29 23:44:26 v2.2.1-dev.3 23:44:26 v2.2.1-dev.4 23:44:26 v2.2.1-dev.5 23:44:26 v2.2.1-dev.6 23:44:26 v2.2.1-dev.7 23:44:26 v2.2.1-dev.8 23:44:26 v2.2.1-dev.9 23:44:26 v2.3.0 23:44:26 v2.3.0-dev.100 23:44:26 v2.3.0-dev.101 23:44:26 v2.3.0-dev.102 23:44:26 v2.3.0-dev.103 23:44:26 v2.3.0-dev.104 23:44:26 v2.3.0-dev.105 23:44:26 v2.3.0-dev.106 23:44:26 v2.3.0-dev.29 23:44:26 v2.3.0-dev.30 23:44:26 v2.3.0-dev.31 23:44:26 v2.3.0-dev.32 23:44:26 v2.3.0-dev.33 23:44:26 v2.3.0-dev.34 23:44:26 v2.3.0-dev.35 23:44:26 v2.3.0-dev.36 23:44:26 v2.3.0-dev.37 23:44:26 v2.3.0-dev.38 23:44:26 v2.3.0-dev.39 23:44:26 v2.3.0-dev.40 23:44:26 v2.3.0-dev.41 23:44:26 v2.3.0-dev.42 23:44:26 v2.3.0-dev.43 23:44:26 v2.3.0-dev.44 23:44:26 v2.3.0-dev.45 23:44:26 v2.3.0-dev.46 23:44:26 v2.3.0-dev.47 23:44:26 v2.3.0-dev.48 23:44:26 v2.3.0-dev.49 23:44:26 v2.3.0-dev.50 23:44:26 v2.3.0-dev.51 23:44:26 v2.3.0-dev.52 23:44:26 v2.3.0-dev.53 23:44:26 v2.3.0-dev.54 23:44:26 v2.3.0-dev.55 23:44:26 v2.3.0-dev.56 23:44:26 v2.3.0-dev.57 23:44:26 v2.3.0-dev.58 23:44:26 v2.3.0-dev.59 23:44:26 v2.3.0-dev.60 23:44:26 v2.3.0-dev.61 23:44:26 v2.3.0-dev.62 23:44:26 v2.3.0-dev.63 23:44:26 v2.3.0-dev.64 23:44:26 v2.3.0-dev.65 23:44:26 v2.3.0-dev.66 23:44:26 v2.3.0-dev.67 23:44:26 v2.3.0-dev.68 23:44:26 v2.3.0-dev.69 23:44:26 v2.3.0-dev.70 23:44:26 v2.3.0-dev.71 23:44:26 v2.3.0-dev.72 23:44:26 v2.3.0-dev.73 23:44:26 v2.3.0-dev.74 23:44:26 v2.3.0-dev.75 23:44:26 v2.3.0-dev.76 23:44:26 v2.3.0-dev.77 23:44:26 v2.3.0-dev.78 23:44:26 v2.3.0-dev.79 23:44:26 v2.3.0-dev.80 23:44:26 v2.3.0-dev.81 23:44:26 v2.3.0-dev.82 23:44:26 v2.3.0-dev.83 23:44:26 v2.3.0-dev.84 23:44:26 v2.3.0-dev.85 23:44:26 v2.3.0-dev.86 23:44:26 v2.3.0-dev.87 23:44:26 v2.3.0-dev.88 23:44:26 v2.3.0-dev.89 23:44:26 v2.3.0-dev.90 23:44:26 v2.3.0-dev.91 23:44:26 v2.3.0-dev.92 23:44:26 v2.3.0-dev.93 23:44:26 v2.3.0-dev.94 23:44:26 v2.3.0-dev.95 23:44:26 v2.3.0-dev.96 23:44:26 v2.3.0-dev.97 23:44:26 v2.3.0-dev.98 23:44:26 v2.3.0-dev.99 23:44:26 v2.3.1-dev.1 23:44:26 v2.3.1-dev.2 23:44:26 v2.3.1-dev.3 23:44:26 v2.3.1-dev.4 23:44:26 v2.3.1-dev.5 23:44:26 v3.0.0-dev.1 23:44:26 v3.0.0-dev.10 23:44:26 v3.0.0-dev.11 23:44:26 v3.0.0-dev.12 23:44:26 v3.0.0-dev.13 23:44:26 v3.0.0-dev.14 23:44:26 v3.0.0-dev.15 23:44:26 v3.0.0-dev.16 23:44:26 v3.0.0-dev.17 23:44:26 v3.0.0-dev.18 23:44:26 v3.0.0-dev.19 23:44:26 v3.0.0-dev.2 23:44:26 v3.0.0-dev.20 23:44:26 v3.0.0-dev.21 23:44:26 v3.0.0-dev.22 23:44:26 v3.0.0-dev.23 23:44:26 v3.0.0-dev.24 23:44:26 v3.0.0-dev.25 23:44:26 v3.0.0-dev.26 23:44:26 v3.0.0-dev.27 23:44:26 v3.0.0-dev.28 23:44:26 v3.0.0-dev.29 23:44:26 v3.0.0-dev.3 23:44:26 v3.0.0-dev.30 23:44:26 v3.0.0-dev.31 23:44:26 v3.0.0-dev.32 23:44:26 v3.0.0-dev.33 23:44:26 v3.0.0-dev.34 23:44:26 v3.0.0-dev.35 23:44:26 v3.0.0-dev.36 23:44:26 v3.0.0-dev.37 23:44:26 v3.0.0-dev.38 23:44:26 v3.0.0-dev.39 23:44:26 v3.0.0-dev.4 23:44:26 v3.0.0-dev.40 23:44:26 v3.0.0-dev.41 23:44:26 v3.0.0-dev.42 23:44:26 v3.0.0-dev.43 23:44:26 v3.0.0-dev.44 23:44:26 v3.0.0-dev.45 23:44:26 v3.0.0-dev.46 23:44:26 v3.0.0-dev.47 23:44:26 v3.0.0-dev.48 23:44:26 v3.0.0-dev.5 23:44:26 v3.0.0-dev.6 23:44:26 v3.0.0-dev.7 23:44:26 v3.0.0-dev.8 23:44:26 v3.0.0-dev.9 [Pipeline] sh 23:44:27 + lftools sign git-tag v3.0.0-dev.48 23:44:27 Signing Git tag with Sigul... 23:44:27 Signing v3.0.0-dev.48 [Pipeline] echo 23:44:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:44:28 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:44:28 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:44:28 $ docker stop --time=1 c7739990e763d3fd02a263e10f9aab935958cd3c7dc57e85ec3352d619b83c6b 23:44:29 $ docker rm -f --volumes c7739990e763d3fd02a263e10f9aab935958cd3c7dc57e85ec3352d619b83c6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 23:44:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:44:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:44:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:30 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:44:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:44:31 $ docker top 468bfe1bc4d74cadd010da06606c2aea8635ce99b8b2d954ea487535de888e13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:31 [ssh-agent] Looking for ssh-agent implementation... 23:44:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:31 $ docker exec 468bfe1bc4d74cadd010da06606c2aea8635ce99b8b2d954ea487535de888e13 ssh-agent 23:44:31 SSH_AUTH_SOCK=/tmp/ssh-YwD4OurAZsIx/agent.32 23:44:31 SSH_AGENT_PID=38 23:44:31 Running ssh-add (command line suppressed) 23:44:31 Identity added: /w/workspace/edgex-go/408@tmp/private_key_15417883141447757086.key (/w/workspace/edgex-go/408@tmp/private_key_15417883141447757086.key) 23:44:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:31 + git semver bump pre 23:44:32 2023-02-14 23:44:32,041 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:32 2023-02-14 23:44:32,042 [bump_version] DEBUG bumping version:3.0.0-dev.48 on axis:pre with prefix:dev 23:44:32 2023-02-14 23:44:32,042 [bump_version] DEBUG bumped version:3.0.0-dev.49 23:44:32 2023-02-14 23:44:32,042 [write_version] DEBUG write version:3.0.0-dev.49 to path:/w/workspace/edgex-go/408/.semver/main with force:True 23:44:32 2023-02-14 23:44:32,042 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:32 2023-02-14 23:44:32,042 [write_file] DEBUG write to file:/w/workspace/edgex-go/408/.semver/main 23:44:32 2023-02-14 23:44:32,044 [execute] INFO git cat-file --batch-check 23:44:32 2023-02-14 23:44:32,044 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=False, shell=None, istream=) 23:44:32 2023-02-14 23:44:32,050 [execute] INFO git cat-file --batch 23:44:32 2023-02-14 23:44:32,050 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=False, shell=None, istream=) 23:44:32 2023-02-14 23:44:32,056 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:32 3.0.0-dev.49 [Pipeline] } 23:44:32 $ docker exec --env ******** --env ******** 468bfe1bc4d74cadd010da06606c2aea8635ce99b8b2d954ea487535de888e13 ssh-agent -k 23:44:32 unset SSH_AUTH_SOCK; 23:44:32 unset SSH_AGENT_PID; 23:44:32 echo Agent pid 38 killed; 23:44:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:32 + git semver [Pipeline] } 23:44:32 $ docker stop --time=1 468bfe1bc4d74cadd010da06606c2aea8635ce99b8b2d954ea487535de888e13 23:44:34 $ docker rm -f --volumes 468bfe1bc4d74cadd010da06606c2aea8635ce99b8b2d954ea487535de888e13 [Pipeline] // withDockerContainer [Pipeline] sh 23:44:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 23:44:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 23:44:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:34 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:44:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:44:35 $ docker top 6177bfdaecf81e9a36a8a161dcf56167a30bc97a902a55466b02a2e9b450bb54 -eo pid,comm 23:44:35 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). 23:44:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:44:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:44:35 [ssh-agent] Looking for ssh-agent implementation... 23:44:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:44:35 $ docker exec 6177bfdaecf81e9a36a8a161dcf56167a30bc97a902a55466b02a2e9b450bb54 ssh-agent 23:44:35 SSH_AUTH_SOCK=/tmp/ssh-zGLFYAn3rHB0/agent.31 23:44:35 SSH_AGENT_PID=37 23:44:35 Running ssh-add (command line suppressed) 23:44:35 Identity added: /w/workspace/edgex-go/408@tmp/private_key_3767278886566890268.key (/w/workspace/edgex-go/408@tmp/private_key_3767278886566890268.key) 23:44:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:44:36 + git semver push 23:44:36 2023-02-14 23:44:36,156 [run_push] DEBUG push 23:44:36 2023-02-14 23:44:36,157 [execute] INFO git cat-file --batch-check 23:44:36 2023-02-14 23:44:36,157 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=False, shell=None, istream=) 23:44:36 2023-02-14 23:44:36,161 [execute] INFO git rev-list b2ca6e3f86365f3644173d1bed7235e4df423c55 -- 23:44:36 2023-02-14 23:44:36,162 [execute] DEBUG Popen(['git', 'rev-list', 'b2ca6e3f86365f3644173d1bed7235e4df423c55', '--'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=False, shell=None, istream=None) 23:44:36 2023-02-14 23:44:36,179 [execute] INFO git fetch -v origin 23:44:36 2023-02-14 23:44:36,179 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=True, shell=None, istream=None) 23:44:36 2023-02-14 23:44:36,815 [run_push] DEBUG no remote changes detected 23:44:36 2023-02-14 23:44:36,815 [execute] INFO git push origin semver 23:44:36 2023-02-14 23:44:36,816 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/408/.semver, universal_newlines=False, shell=None, istream=None) 23:44:38 2023-02-14 23:44:37,763 [run_push] DEBUG push all version tags 23:44:38 2023-02-14 23:44:37,764 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 23:44:38 2023-02-14 23:44:37,764 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/408, universal_newlines=False, shell=None, istream=None) 23:44:38 2023-02-14 23:44:38,618 [read_version] DEBUG read version from /w/workspace/edgex-go/408/.semver/main 23:44:38 3.0.0-dev.49 [Pipeline] } 23:44:38 $ docker exec --env ******** --env ******** 6177bfdaecf81e9a36a8a161dcf56167a30bc97a902a55466b02a2e9b450bb54 ssh-agent -k 23:44:38 unset SSH_AUTH_SOCK; 23:44:38 unset SSH_AGENT_PID; 23:44:38 echo Agent pid 37 killed; 23:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:44:39 + git semver [Pipeline] } 23:44:39 $ docker stop --time=1 6177bfdaecf81e9a36a8a161dcf56167a30bc97a902a55466b02a2e9b450bb54 23:44:40 $ docker rm -f --volumes 6177bfdaecf81e9a36a8a161dcf56167a30bc97a902a55466b02a2e9b450bb54 [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 23:44:41 + [ -d /w/workspace/edgex-go/408/archives ] [Pipeline] libraryResource [Pipeline] sh 23:44:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:44:42 ---> package-listing.sh 23:44:42 ++ facter osfamily 23:44:42 ++ tr '[:upper:]' '[:lower:]' 23:44:42 + OS_FAMILY=debian 23:44:42 + workspace=/w/workspace/edgex-go/408 23:44:42 + START_PACKAGES=/tmp/packages_start.txt 23:44:42 + END_PACKAGES=/tmp/packages_end.txt 23:44:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:44:42 + PACKAGES=/tmp/packages_start.txt 23:44:42 + '[' /w/workspace/edgex-go/408 ']' 23:44:42 + PACKAGES=/tmp/packages_end.txt 23:44:42 + case "${OS_FAMILY}" in 23:44:42 + dpkg -l 23:44:42 + grep '^ii' 23:44:42 + '[' -f /tmp/packages_start.txt ']' 23:44:42 + '[' -f /tmp/packages_end.txt ']' 23:44:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:44:42 + '[' /w/workspace/edgex-go/408 ']' 23:44:42 + mkdir -p /w/workspace/edgex-go/408/archives/ 23:44:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/408/archives/ [Pipeline] echo 23:44:42 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/408/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:44:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:44:43 23:44:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 23:44:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:44:43 latest: Pulling from edgex-lftools-log-publisher 23:44:43 5eb5b503b376: Pulling fs layer 23:44:43 5c69ac0246d0: Pulling fs layer 23:44:43 ec43610c2a17: Pulling fs layer 23:44:43 3a2ae6a8a46f: Pulling fs layer 23:44:43 33b1e0a273af: Pulling fs layer 23:44:43 5d3b04190fa2: Pulling fs layer 23:44:43 2f39f015ded8: Pulling fs layer 23:44:43 5d3b04190fa2: Waiting 23:44:43 3a2ae6a8a46f: Waiting 23:44:43 33b1e0a273af: Waiting 23:44:43 2f39f015ded8: Waiting 23:44:43 5c69ac0246d0: Verifying Checksum 23:44:43 5c69ac0246d0: Download complete 23:44:43 3a2ae6a8a46f: Verifying Checksum 23:44:43 3a2ae6a8a46f: Download complete 23:44:44 33b1e0a273af: Verifying Checksum 23:44:44 33b1e0a273af: Download complete 23:44:44 5d3b04190fa2: Download complete 23:44:44 ec43610c2a17: Verifying Checksum 23:44:44 ec43610c2a17: Download complete 23:44:44 5eb5b503b376: Verifying Checksum 23:44:44 5eb5b503b376: Download complete 23:44:44 2f39f015ded8: Verifying Checksum 23:44:44 2f39f015ded8: Download complete 23:44:45 5eb5b503b376: Pull complete 23:44:45 5c69ac0246d0: Pull complete 23:44:46 ec43610c2a17: Pull complete 23:44:46 3a2ae6a8a46f: Pull complete 23:44:46 33b1e0a273af: Pull complete 23:44:46 5d3b04190fa2: Pull complete 23:44:50 2f39f015ded8: Pull complete 23:44:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 23:44:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 23:44:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 23:44:50 prd-ubuntu20.04-docker-8c-8g-5907 does not seem to be running inside a container 23:44:50 $ 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/408/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/408 -v /w/workspace/edgex-go/408:/w/workspace/edgex-go/408:rw,z -v /w/workspace/edgex-go/408@tmp:/w/workspace/edgex-go/408@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 23:44:52 $ docker top b46e90237683d2fd9852ab3f3707930a02fc5e467e22e79a7b7aafeb427b8064 -eo pid,comm [Pipeline] { [Pipeline] sh 23:44:52 + touch /tmp/pre-build-complete [Pipeline] sh 23:44:52 + mkdir -p /var/log/sysstat [Pipeline] sh 23:44:53 + ls /var/log/sa-host 23:44:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:44:53 provisioning config files... 23:44:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/408@tmp/config4445308805019236176tmp [Pipeline] { [Pipeline] echo 23:44:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:44:53 ---> create-netrc.sh [Pipeline] } 23:44:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 23:44:53 ---> python-tools-install.sh [Pipeline] echo 23:44:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:44:54 ---> sudo-logs.sh 23:44:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:44:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:44:54 ---> job-cost.sh 23:44:54 lf-activate-venv: SKIPPING 23:44:54 DEBUG: total: 0.10999999940395355 23:44:54 INFO: Retrieving Stack Cost... 23:44:55 INFO: Retrieving Pricing Info for: v3-standard-8 23:44:55 INFO: Archiving Costs [Pipeline] echo 23:44:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:44:56 ---> logs-deploy.sh 23:44:56 lf-activate-venv: SKIPPING 23:44:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/408 23:44:56 INFO: archiving workspace using pattern(s): 23:44:57 Archives upload complete. 23:44:57 INFO: archiving logs to Nexus 23:44:57 ---> uname -a: 23:44:57 Linux prd-ubuntu20-04-docker-8c-8g-5907 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 23:44:57 23:44:57 23:44:57 ---> lscpu: 23:44:57 Architecture: x86_64 23:44:57 CPU op-mode(s): 32-bit, 64-bit 23:44:57 Byte Order: Little Endian 23:44:57 Address sizes: 40 bits physical, 48 bits virtual 23:44:57 CPU(s): 8 23:44:57 On-line CPU(s) list: 0-7 23:44:57 Thread(s) per core: 1 23:44:57 Core(s) per socket: 1 23:44:57 Socket(s): 8 23:44:57 NUMA node(s): 1 23:44:57 Vendor ID: AuthenticAMD 23:44:57 CPU family: 23 23:44:57 Model: 49 23:44:57 Model name: AMD EPYC-Rome Processor 23:44:57 Stepping: 0 23:44:57 CPU MHz: 2800.000 23:44:57 BogoMIPS: 5600.00 23:44:57 Virtualization: AMD-V 23:44:57 Hypervisor vendor: KVM 23:44:57 Virtualization type: full 23:44:57 L1d cache: 256 KiB 23:44:57 L1i cache: 256 KiB 23:44:57 L2 cache: 4 MiB 23:44:57 L3 cache: 128 MiB 23:44:57 NUMA node0 CPU(s): 0-7 23:44:57 Vulnerability Itlb multihit: Not affected 23:44:57 Vulnerability L1tf: Not affected 23:44:57 Vulnerability Mds: Not affected 23:44:57 Vulnerability Meltdown: Not affected 23:44:57 Vulnerability Mmio stale data: Not affected 23:44:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:44:57 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 23:44:57 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 23:44:57 Vulnerability Srbds: Not affected 23:44:57 Vulnerability Tsx async abort: Not affected 23:44:57 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 23:44:57 23:44:57 23:44:57 ---> nproc: 23:44:57 8 23:44:57 23:44:57 23:44:57 ---> df -h: 23:44:57 Filesystem Size Used Avail Use% Mounted on 23:44:57 overlay 155G 22G 134G 14% / 23:44:57 tmpfs 64M 0 64M 0% /dev 23:44:57 tmpfs 16G 0 16G 0% /sys/fs/cgroup 23:44:57 shm 64M 0 64M 0% /dev/shm 23:44:57 /dev/vda1 155G 22G 134G 14% /facter-os 23:44:57 23:44:57 23:44:57 ---> sar -b -r -n DEV: 23:44:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5907) 02/14/23 _x86_64_ (8 CPU) 23:44:57 23:44:57 23:13:10 LINUX RESTART (8 CPU) 23:44:57 23:44:57 23:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:44:57 23:15:01 112.46 1.32 111.15 0.00 32.13 56191.03 0.00 23:44:57 23:16:02 35.71 0.20 35.51 0.00 6.93 16746.43 0.00 23:44:57 23:17:01 216.51 0.10 216.40 0.00 10.85 111378.55 0.00 23:44:57 23:18:01 640.04 7.73 632.31 0.00 62.38 263567.74 0.00 23:44:57 23:19:01 1003.37 11.86 991.50 0.00 3457.29 293462.16 0.00 23:44:57 23:20:01 981.07 0.92 980.15 0.00 7.33 280858.52 0.00 23:44:57 23:21:01 320.38 0.10 320.28 0.00 13.86 22979.94 0.00 23:44:57 23:22:01 13.08 0.00 13.08 0.00 0.00 345.62 0.00 23:44:57 23:23:01 2.12 0.00 2.12 0.00 0.00 24.66 0.00 23:44:57 23:24:01 2.17 0.00 2.17 0.00 0.00 32.52 0.00 23:44:57 23:25:01 2.25 1.02 1.23 0.00 21.86 19.73 0.00 23:44:57 23:26:01 2.03 0.00 2.03 0.00 0.00 22.26 0.00 23:44:57 23:27:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 23:44:57 23:28:01 1.40 0.00 1.40 0.00 0.00 15.99 0.00 23:44:57 23:29:01 1.87 0.02 1.85 0.00 0.13 21.46 0.00 23:44:57 23:30:01 3.28 1.60 1.68 0.00 36.39 20.93 0.00 23:44:57 23:31:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 23:44:57 23:32:01 1.28 0.00 1.28 0.00 0.00 15.60 0.00 23:44:57 23:33:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 23:44:57 23:34:01 1.40 0.00 1.40 0.00 0.00 17.33 0.00 23:44:57 23:35:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 23:44:57 23:36:01 1.25 0.00 1.25 0.00 0.00 14.80 0.00 23:44:57 23:37:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 23:44:57 23:38:01 1.42 0.00 1.42 0.00 0.00 17.19 0.00 23:44:57 23:39:01 1.02 0.00 1.02 0.00 0.00 11.86 0.00 23:44:57 23:40:01 1.78 0.00 1.78 0.00 0.00 20.39 0.00 23:44:57 23:41:01 0.92 0.00 0.92 0.00 0.00 9.87 0.00 23:44:57 23:42:01 1.22 0.00 1.22 0.00 0.00 15.33 0.00 23:44:57 23:43:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 23:44:57 23:44:01 49.47 0.35 49.12 0.00 10.13 30594.07 0.00 23:44:57 Average: 113.39 0.84 112.55 0.00 122.03 35839.60 0.00 23:44:57 23:44:57 23:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:44:57 23:15:01 26566576 30202780 2098844 6.38 113480 3720704 2701364 7.96 2833276 3025528 554592 23:44:57 23:16:02 27657816 31368180 930864 2.83 116628 3772364 2058004 6.07 1505860 3247656 313924 23:44:57 23:17:01 26071744 31429992 856160 2.60 123116 5362496 2391844 7.05 1643400 4623144 1976 23:44:57 23:18:01 21449752 31064412 1208952 3.68 287964 9175368 3617824 10.66 2397208 8195516 6972 23:44:57 23:19:01 18353116 31143176 1110488 3.38 362500 12038184 2908516 8.57 2690684 10744656 480204 23:44:57 23:20:01 16729500 31088496 1167000 3.55 445160 13470956 3114388 9.18 2856552 12148968 9480 23:44:57 23:21:01 18275384 31531204 736616 2.24 452492 12408656 1845336 5.44 2316564 11208252 492 23:44:57 23:22:01 18278376 31534836 732736 2.23 452908 12408764 1874128 5.52 2313256 11208168 488 23:44:57 23:23:01 18280116 31536584 730968 2.22 452920 12408772 1874128 5.52 2310408 11208172 16 23:44:57 23:24:01 18285336 31541844 726152 2.21 452956 12408752 1874128 5.52 2305120 11208156 12 23:44:57 23:25:01 18284016 31541556 726400 2.21 453012 12409372 1940168 5.72 2305028 11208704 168 23:44:57 23:26:01 18285236 31542780 725184 2.21 453024 12409376 1940168 5.72 2304720 11208708 4 23:44:57 23:27:01 18285692 31543272 724644 2.20 453048 12409376 1940168 5.72 2304896 11208708 16 23:44:57 23:28:01 18285928 31543920 724332 2.20 453068 12409372 1940168 5.72 2304392 11209108 4 23:44:57 23:29:01 18284340 31542428 725680 2.21 453100 12409380 1906980 5.62 2304728 11209108 32 23:44:57 23:30:01 18279696 31539964 727992 2.21 453128 12410472 1906980 5.62 2312148 11209408 28 23:44:57 23:31:01 18279652 31539944 728156 2.21 453156 12410476 1906980 5.62 2311896 11209400 12 23:44:57 23:32:01 18279612 31539948 728120 2.21 453180 12410480 1906980 5.62 2311712 11209404 8 23:44:57 23:33:01 18279272 31539616 728372 2.22 453204 12410484 1906980 5.62 2311696 11209408 28 23:44:57 23:34:01 18279288 31539660 728288 2.21 453232 12410480 1906980 5.62 2311872 11209408 8 23:44:57 23:35:01 18279012 31539424 728488 2.22 453268 12410488 1906980 5.62 2311984 11209416 4 23:44:57 23:36:01 18278940 31539388 728468 2.22 453284 12410488 1890560 5.57 2311832 11209412 8 23:44:57 23:37:01 18278864 31539476 728548 2.22 453308 12410620 1890560 5.57 2311872 11209544 28 23:44:57 23:38:01 18278824 31539444 728540 2.22 453328 12410616 1890560 5.57 2311856 11209548 8 23:44:57 23:39:01 18278840 31539492 728476 2.22 453352 12410612 1890560 5.57 2311992 11209548 12 23:44:57 23:40:01 18278760 31539456 728428 2.22 453388 12410636 1890560 5.57 2311980 11209552 8 23:44:57 23:41:01 18278712 31539412 728384 2.22 453408 12410636 1890560 5.57 2311964 11209552 8 23:44:57 23:42:01 18278904 31539676 728308 2.21 453436 12410640 1890560 5.57 2312184 11209564 28 23:44:57 23:43:01 18278652 31539436 728544 2.22 453452 12410640 1890560 5.57 2312068 11209564 16 23:44:57 23:44:01 17127576 31423964 838144 2.55 482060 13333752 2029800 5.98 2528532 12049552 218816 23:44:57 Average: 19146918 31437792 832009 2.53 411785 11543447 2084116 6.14 2319723 10394828 52913 23:44:57 23:44:57 23:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:44:57 23:15:01 docker0 333.73 291.73 25.77 3275.38 0.00 0.00 0.00 0.00 23:44:57 23:15:01 ens3 514.68 494.97 7323.87 59.68 0.00 0.00 0.00 0.00 23:44:57 23:15:01 veth3094dc1 0.22 0.38 0.02 0.03 0.00 0.00 0.00 0.00 23:44:57 23:15:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 23:44:57 23:16:02 docker0 1.22 1.22 0.08 0.09 0.00 0.00 0.00 0.00 23:44:57 23:16:02 ens3 39.54 35.11 21.08 103.61 0.00 0.00 0.00 0.00 23:44:57 23:16:02 veth3094dc1 1.22 1.25 0.09 0.10 0.00 0.00 0.00 0.00 23:44:57 23:16:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:17:01 veth643f4a7 3.69 4.95 0.36 2.08 0.00 0.00 0.00 0.00 23:44:57 23:17:01 vethb457791 0.00 0.34 0.00 0.02 0.00 0.00 0.00 0.00 23:44:57 23:17:01 docker0 31.03 46.38 2.34 218.17 0.00 0.00 0.00 0.00 23:44:57 23:17:01 vetheebaf90 3.59 4.83 0.35 2.05 0.00 0.00 0.00 0.00 23:44:57 23:17:01 vethd7a48ec 5.08 7.17 0.49 2.80 0.00 0.00 0.00 0.00 23:44:57 23:17:01 ens3 156.75 103.95 1947.25 24.78 0.00 0.00 0.00 0.00 23:44:57 23:17:01 veth2a28e54 4.17 5.66 0.40 2.48 0.00 0.00 0.00 0.00 23:44:57 23:17:01 lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 23:44:57 23:17:01 veth453f7a4 4.69 6.59 0.46 2.68 0.00 0.00 0.00 0.00 23:44:57 23:18:01 vethb457791 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:18:01 docker0 611.88 823.76 47.44 5985.70 0.00 0.00 0.00 0.00 23:44:57 23:18:01 ens3 845.70 628.84 6046.21 63.70 0.00 0.00 0.00 0.00 23:44:57 23:18:01 veth2df3d75 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:18:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 23:44:57 23:18:01 veth3e52d66 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:18:01 veth1f68510 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:19:01 vethb457791 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:19:01 veth5a1f99a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:19:01 docker0 431.18 641.54 34.13 4503.86 0.00 0.00 0.00 0.00 23:44:57 23:19:01 veth4842583 16.05 22.66 1.57 7.54 0.00 0.00 0.00 0.00 23:44:57 23:19:01 veth509b48a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:19:01 vetha74ae01 107.62 157.09 9.69 696.05 0.00 0.00 0.00 0.06 23:44:57 23:19:01 ens3 741.96 490.43 5963.86 63.86 0.00 0.00 0.00 0.00 23:44:57 23:19:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 23:44:57 23:20:01 veth3aa4d9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:20:01 vethb457791 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:20:01 docker0 153.36 229.05 10.82 1884.02 0.00 0.00 0.00 0.00 23:44:57 23:20:01 veth82be79d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:20:01 ens3 272.29 175.94 1918.80 31.78 0.00 0.00 0.00 0.00 23:44:57 23:20:01 veth7ef02e2 0.02 0.22 0.00 0.01 0.00 0.00 0.00 0.00 23:44:57 23:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:20:01 veth049a7d8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:21:01 docker0 3.60 7.61 0.23 84.73 0.00 0.00 0.00 0.00 23:44:57 23:21:01 ens3 452.63 442.85 315.48 2062.47 0.00 0.00 0.00 0.00 23:44:57 23:21:01 lo 43.99 43.99 4.34 4.34 0.00 0.00 0.00 0.00 23:44:57 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:22:01 ens3 230.76 235.65 102.46 1324.30 0.00 0.00 0.00 0.00 23:44:57 23:22:01 lo 18.06 18.06 1.77 1.77 0.00 0.00 0.00 0.00 23:44:57 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:23:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:24:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 23:44:57 23:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:25:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:26:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:27:01 ens3 0.60 0.35 0.27 0.21 0.00 0.00 0.00 0.00 23:44:57 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:29:01 ens3 3.22 2.38 5.23 0.40 0.00 0.00 0.00 0.00 23:44:57 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:30:01 ens3 9.57 7.27 5.81 6.69 0.00 0.00 0.00 0.00 23:44:57 23:30:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 23:44:57 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:31:01 ens3 0.65 0.42 0.35 0.27 0.00 0.00 0.00 0.00 23:44:57 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:32:01 ens3 0.45 0.12 0.02 0.01 0.00 0.00 0.00 0.00 23:44:57 23:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:33:01 ens3 0.68 0.00 0.06 0.00 0.00 0.00 0.00 0.00 23:44:57 23:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:34:01 ens3 1.17 0.57 0.53 0.35 0.00 0.00 0.00 0.00 23:44:57 23:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:35:01 ens3 0.60 0.42 0.35 0.28 0.00 0.00 0.00 0.00 23:44:57 23:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:36:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:37:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:38:01 ens3 0.27 0.10 0.02 0.01 0.00 0.00 0.00 0.00 23:44:57 23:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:39:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 23:44:57 23:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:40:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:41:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:42:01 ens3 1.03 0.67 0.39 0.23 0.00 0.00 0.00 0.00 23:44:57 23:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 23:44:57 23:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:43:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:44:57 23:44:01 docker0 36.87 45.75 2.98 586.99 0.00 0.00 0.00 0.00 23:44:57 23:44:01 ens3 220.71 166.83 4564.99 20.43 0.00 0.00 0.00 0.00 23:44:57 23:44:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 23:44:57 23:44:01 veth1fafe0c 36.87 45.85 3.48 587.00 0.00 0.00 0.00 0.05 23:44:57 Average: docker0 53.44 69.58 4.13 551.48 0.00 0.00 0.00 0.00 23:44:57 Average: ens3 116.46 92.91 940.01 125.51 0.00 0.00 0.00 0.00 23:44:57 Average: lo 2.33 2.33 0.23 0.23 0.00 0.00 0.00 0.00 23:44:57 Average: veth1fafe0c 1.23 1.53 0.12 19.58 0.00 0.00 0.00 0.00 23:44:57 23:44:57 23:44:57 ---> sar -P ALL: 23:44:57 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5907) 02/14/23 _x86_64_ (8 CPU) 23:44:57 23:44:57 23:13:10 LINUX RESTART (8 CPU) 23:44:57 23:44:57 23:14:01 CPU %user %nice %system %iowait %steal %idle 23:44:57 23:15:01 all 33.02 0.00 7.43 0.99 0.09 58.48 23:44:57 23:15:01 0 32.65 0.00 6.80 4.07 0.08 56.40 23:44:57 23:15:01 1 32.46 0.00 7.38 0.05 0.08 60.02 23:44:57 23:15:01 2 31.23 0.00 7.37 0.08 0.08 61.23 23:44:57 23:15:01 3 33.63 0.00 7.44 0.24 0.09 58.61 23:44:57 23:15:01 4 33.19 0.00 7.72 2.54 0.08 56.47 23:44:57 23:15:01 5 33.20 0.00 7.70 0.17 0.08 58.84 23:44:57 23:15:01 6 34.40 0.00 7.04 0.61 0.08 57.86 23:44:57 23:15:01 7 33.37 0.00 8.03 0.12 0.10 58.38 23:44:57 23:16:02 all 42.99 0.00 6.31 0.23 0.08 50.40 23:44:57 23:16:02 0 44.33 0.00 5.84 0.25 0.08 49.50 23:44:57 23:16:02 1 40.86 0.00 6.74 0.03 0.08 52.29 23:44:57 23:16:02 2 43.33 0.00 5.79 0.12 0.08 50.68 23:44:57 23:16:02 3 42.98 0.00 5.56 0.00 0.08 51.37 23:44:57 23:16:02 4 44.66 0.00 8.35 1.28 0.07 45.64 23:44:57 23:16:02 5 44.88 0.00 5.63 0.05 0.08 49.35 23:44:57 23:16:02 6 39.76 0.00 6.04 0.03 0.10 54.07 23:44:57 23:16:02 7 43.09 0.00 6.51 0.07 0.07 50.26 23:44:57 23:17:01 all 22.11 0.00 9.00 1.64 0.08 67.17 23:44:57 23:17:01 0 22.33 0.00 8.61 4.17 0.07 64.82 23:44:57 23:17:01 1 22.01 0.00 9.64 0.66 0.09 67.60 23:44:57 23:17:01 2 22.82 0.00 8.79 5.18 0.07 63.14 23:44:57 23:17:01 3 23.61 0.00 9.29 0.17 0.09 66.83 23:44:57 23:17:01 4 19.97 0.00 7.71 0.55 0.07 71.71 23:44:57 23:17:01 5 23.64 0.00 9.32 0.30 0.07 66.68 23:44:57 23:17:01 6 20.25 0.00 8.50 0.22 0.07 70.95 23:44:57 23:17:01 7 22.30 0.00 10.17 1.83 0.09 65.61 23:44:57 23:18:01 all 26.02 0.00 10.54 8.54 0.08 54.82 23:44:57 23:18:01 0 26.00 0.00 11.78 7.94 0.08 54.20 23:44:57 23:18:01 1 25.09 0.00 11.59 6.54 0.08 56.70 23:44:57 23:18:01 2 25.43 0.00 9.47 3.65 0.07 61.38 23:44:57 23:18:01 3 27.06 0.00 8.85 8.27 0.07 55.75 23:44:57 23:18:01 4 26.32 0.00 11.05 6.81 0.08 55.74 23:44:57 23:18:01 5 27.25 0.00 8.94 3.28 0.08 60.46 23:44:57 23:18:01 6 25.73 0.00 9.65 5.49 0.07 59.06 23:44:57 23:18:01 7 25.31 0.00 13.03 26.54 0.10 35.02 23:44:57 23:19:01 all 49.87 0.00 15.08 11.01 0.14 23.90 23:44:57 23:19:01 0 47.79 0.00 16.12 11.06 0.14 24.89 23:44:57 23:19:01 1 48.89 0.00 16.12 13.51 0.14 21.35 23:44:57 23:19:01 2 48.83 0.00 13.69 10.68 0.15 26.64 23:44:57 23:19:01 3 50.57 0.00 14.78 11.00 0.15 23.50 23:44:57 23:19:01 4 51.36 0.00 14.31 8.68 0.14 25.51 23:44:57 23:19:01 5 50.78 0.00 14.61 9.66 0.15 24.80 23:44:57 23:19:01 6 50.46 0.00 15.42 11.47 0.12 22.54 23:44:57 23:19:01 7 50.25 0.00 15.58 12.02 0.14 22.02 23:44:57 23:20:01 all 75.90 0.00 15.69 2.36 0.14 5.92 23:44:57 23:20:01 0 74.30 0.00 17.20 3.29 0.13 5.08 23:44:57 23:20:01 1 77.28 0.00 14.37 1.87 0.13 6.34 23:44:57 23:20:01 2 76.09 0.00 15.20 2.62 0.14 5.96 23:44:57 23:20:01 3 76.41 0.00 15.01 1.78 0.15 6.65 23:44:57 23:20:01 4 75.68 0.00 16.13 1.86 0.14 6.20 23:44:57 23:20:01 5 75.35 0.00 16.46 2.13 0.15 5.91 23:44:57 23:20:01 6 76.99 0.00 15.03 3.17 0.12 4.69 23:44:57 23:20:01 7 75.08 0.00 16.11 2.15 0.14 6.53 23:44:57 23:21:01 all 12.51 0.00 2.92 0.85 0.06 83.66 23:44:57 23:21:01 0 9.46 0.00 3.27 2.12 0.05 85.10 23:44:57 23:21:01 1 12.34 0.00 3.00 0.64 0.05 83.97 23:44:57 23:21:01 2 10.95 0.00 2.53 0.69 0.05 85.78 23:44:57 23:21:01 3 13.37 0.00 2.86 0.22 0.08 83.47 23:44:57 23:21:01 4 15.30 0.00 2.66 0.40 0.07 81.57 23:44:57 23:21:01 5 13.66 0.00 3.17 0.72 0.05 82.40 23:44:57 23:21:01 6 10.93 0.00 2.65 0.23 0.05 86.14 23:44:57 23:21:01 7 14.07 0.00 3.23 1.77 0.07 80.87 23:44:57 23:22:01 all 4.86 0.00 0.52 0.06 0.03 94.53 23:44:57 23:22:01 0 0.85 0.00 0.43 0.00 0.02 98.70 23:44:57 23:22:01 1 7.50 0.00 0.58 0.23 0.03 91.64 23:44:57 23:22:01 2 2.05 0.00 0.38 0.17 0.02 97.38 23:44:57 23:22:01 3 6.83 0.00 0.50 0.02 0.03 92.61 23:44:57 23:22:01 4 6.35 0.00 0.59 0.02 0.03 93.01 23:44:57 23:22:01 5 8.54 0.00 0.65 0.02 0.05 90.74 23:44:57 23:22:01 6 3.39 0.00 0.48 0.02 0.02 96.10 23:44:57 23:22:01 7 3.35 0.00 0.50 0.03 0.03 96.08 23:44:57 23:23:01 all 0.03 0.00 0.02 0.00 0.00 99.94 23:44:57 23:23:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:23:01 2 0.00 0.00 0.02 0.03 0.00 99.95 23:44:57 23:23:01 3 0.07 0.00 0.02 0.00 0.00 99.92 23:44:57 23:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:23:01 5 0.07 0.00 0.05 0.00 0.00 99.88 23:44:57 23:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:23:01 7 0.02 0.00 0.03 0.00 0.00 99.95 23:44:57 23:24:01 all 0.03 0.00 0.01 0.01 0.00 99.94 23:44:57 23:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:44:57 23:24:01 1 0.00 0.00 0.02 0.05 0.00 99.93 23:44:57 23:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:24:01 3 0.07 0.00 0.02 0.02 0.00 99.90 23:44:57 23:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:24:01 5 0.07 0.00 0.03 0.00 0.00 99.90 23:44:57 23:24:01 6 0.02 0.00 0.00 0.00 0.02 99.97 23:44:57 23:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:25:01 all 0.27 0.00 0.02 0.01 0.00 99.69 23:44:57 23:25:01 0 1.76 0.00 0.03 0.00 0.00 98.20 23:44:57 23:25:01 1 0.02 0.00 0.02 0.02 0.00 99.95 23:44:57 23:25:01 2 0.00 0.00 0.03 0.03 0.00 99.93 23:44:57 23:25:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:44:57 23:25:01 4 0.02 0.00 0.05 0.00 0.02 99.92 23:44:57 23:25:01 5 0.08 0.00 0.00 0.00 0.00 99.92 23:44:57 23:25:01 6 0.00 0.00 0.03 0.00 0.00 99.97 23:44:57 23:25:01 7 0.23 0.00 0.02 0.03 0.00 99.72 23:44:57 23:44:57 23:25:01 CPU %user %nice %system %iowait %steal %idle 23:44:57 23:26:01 all 0.27 0.00 0.01 0.01 0.01 99.70 23:44:57 23:26:01 0 2.00 0.00 0.02 0.00 0.02 97.96 23:44:57 23:26:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:26:01 2 0.00 0.00 0.02 0.05 0.00 99.93 23:44:57 23:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 23:44:57 23:26:01 4 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:26:01 5 0.05 0.00 0.03 0.00 0.00 99.92 23:44:57 23:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:26:01 7 0.02 0.00 0.02 0.00 0.02 99.95 23:44:57 23:27:01 all 0.10 0.00 0.01 0.00 0.00 99.88 23:44:57 23:27:01 0 0.70 0.00 0.03 0.00 0.00 99.27 23:44:57 23:27:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:27:01 2 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 23:44:57 23:27:01 5 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:27:01 7 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:28:01 all 0.03 0.00 0.01 0.01 0.01 99.95 23:44:57 23:28:01 0 0.05 0.00 0.03 0.00 0.02 99.90 23:44:57 23:28:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:28:01 2 0.02 0.00 0.00 0.03 0.02 99.93 23:44:57 23:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:28:01 5 0.08 0.00 0.02 0.00 0.02 99.88 23:44:57 23:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:29:01 all 0.03 0.00 0.03 0.01 0.00 99.93 23:44:57 23:29:01 0 0.05 0.00 0.05 0.00 0.00 99.90 23:44:57 23:29:01 1 0.02 0.00 0.02 0.05 0.00 99.92 23:44:57 23:29:01 2 0.02 0.00 0.03 0.02 0.00 99.93 23:44:57 23:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:29:01 4 0.02 0.00 0.02 0.02 0.00 99.95 23:44:57 23:29:01 5 0.08 0.00 0.03 0.00 0.00 99.88 23:44:57 23:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:29:01 7 0.03 0.00 0.05 0.00 0.00 99.92 23:44:57 23:30:01 all 0.44 0.00 0.03 0.01 0.00 99.52 23:44:57 23:30:01 0 0.60 0.00 0.07 0.00 0.02 99.32 23:44:57 23:30:01 1 0.12 0.00 0.02 0.00 0.00 99.87 23:44:57 23:30:01 2 0.12 0.00 0.02 0.05 0.00 99.82 23:44:57 23:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:44:57 23:30:01 4 0.33 0.00 0.00 0.00 0.00 99.67 23:44:57 23:30:01 5 0.42 0.00 0.07 0.02 0.00 99.50 23:44:57 23:30:01 6 1.77 0.00 0.00 0.00 0.00 98.23 23:44:57 23:30:01 7 0.10 0.00 0.02 0.00 0.00 99.88 23:44:57 23:31:01 all 0.09 0.00 0.01 0.00 0.00 99.90 23:44:57 23:31:01 0 0.47 0.00 0.02 0.00 0.00 99.52 23:44:57 23:31:01 1 0.03 0.00 0.00 0.02 0.00 99.95 23:44:57 23:31:01 2 0.03 0.00 0.02 0.02 0.00 99.93 23:44:57 23:31:01 3 0.05 0.00 0.00 0.00 0.00 99.95 23:44:57 23:31:01 4 0.05 0.00 0.00 0.00 0.00 99.95 23:44:57 23:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:31:01 7 0.05 0.00 0.03 0.00 0.00 99.92 23:44:57 23:32:01 all 0.10 0.00 0.01 0.00 0.00 99.88 23:44:57 23:32:01 0 0.70 0.00 0.03 0.00 0.02 99.25 23:44:57 23:32:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:32:01 2 0.02 0.00 0.02 0.02 0.00 99.95 23:44:57 23:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:32:01 4 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:32:01 5 0.05 0.00 0.00 0.00 0.00 99.95 23:44:57 23:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:32:01 7 0.02 0.00 0.05 0.00 0.00 99.93 23:44:57 23:33:01 all 0.08 0.00 0.01 0.00 0.00 99.90 23:44:57 23:33:01 0 0.47 0.00 0.00 0.00 0.00 99.53 23:44:57 23:33:01 1 0.00 0.00 0.00 0.02 0.02 99.97 23:44:57 23:33:01 2 0.00 0.00 0.03 0.02 0.00 99.95 23:44:57 23:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 23:44:57 23:33:01 4 0.05 0.00 0.02 0.00 0.00 99.93 23:44:57 23:33:01 5 0.05 0.00 0.02 0.00 0.00 99.93 23:44:57 23:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:33:01 7 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:34:01 all 0.08 0.00 0.00 0.01 0.01 99.91 23:44:57 23:34:01 0 0.42 0.00 0.02 0.00 0.00 99.57 23:44:57 23:34:01 1 0.00 0.00 0.00 0.03 0.00 99.97 23:44:57 23:34:01 2 0.03 0.00 0.00 0.02 0.00 99.95 23:44:57 23:34:01 3 0.05 0.00 0.00 0.00 0.00 99.95 23:44:57 23:34:01 4 0.02 0.00 0.00 0.00 0.02 99.97 23:44:57 23:34:01 5 0.08 0.00 0.02 0.00 0.02 99.88 23:44:57 23:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:34:01 7 0.00 0.00 0.00 0.00 0.02 99.98 23:44:57 23:35:01 all 0.08 0.00 0.02 0.00 0.00 99.90 23:44:57 23:35:01 0 0.43 0.00 0.02 0.00 0.00 99.55 23:44:57 23:35:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 23:44:57 23:35:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:44:57 23:35:01 4 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:35:01 5 0.05 0.00 0.07 0.00 0.00 99.88 23:44:57 23:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:35:01 7 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:36:01 all 0.07 0.00 0.01 0.01 0.01 99.91 23:44:57 23:36:01 0 0.43 0.00 0.02 0.00 0.02 99.53 23:44:57 23:36:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:36:01 2 0.02 0.00 0.00 0.03 0.02 99.93 23:44:57 23:36:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:36:01 4 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:36:01 5 0.05 0.00 0.03 0.00 0.02 99.90 23:44:57 23:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:44:57 23:36:01 CPU %user %nice %system %iowait %steal %idle 23:44:57 23:37:01 all 0.08 0.00 0.02 0.00 0.00 99.90 23:44:57 23:37:01 0 0.42 0.00 0.02 0.00 0.00 99.57 23:44:57 23:37:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:37:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:44:57 23:37:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:37:01 4 0.00 0.00 0.02 0.02 0.00 99.97 23:44:57 23:37:01 5 0.08 0.00 0.05 0.00 0.00 99.87 23:44:57 23:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:37:01 7 0.03 0.00 0.03 0.00 0.00 99.93 23:44:57 23:38:01 all 0.09 0.00 0.01 0.00 0.00 99.90 23:44:57 23:38:01 0 0.43 0.00 0.02 0.00 0.00 99.55 23:44:57 23:38:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:38:01 2 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:38:01 3 0.02 0.00 0.02 0.00 0.02 99.95 23:44:57 23:38:01 4 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:38:01 5 0.12 0.00 0.02 0.00 0.02 99.85 23:44:57 23:38:01 6 0.07 0.00 0.00 0.00 0.00 99.93 23:44:57 23:38:01 7 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:39:01 all 0.08 0.00 0.01 0.00 0.00 99.90 23:44:57 23:39:01 0 0.35 0.00 0.02 0.00 0.00 99.63 23:44:57 23:39:01 1 0.02 0.00 0.02 0.02 0.00 99.95 23:44:57 23:39:01 2 0.02 0.00 0.02 0.02 0.02 99.93 23:44:57 23:39:01 3 0.05 0.00 0.00 0.00 0.00 99.95 23:44:57 23:39:01 4 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:39:01 5 0.08 0.00 0.05 0.00 0.00 99.87 23:44:57 23:39:01 6 0.07 0.00 0.00 0.00 0.00 99.93 23:44:57 23:39:01 7 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:40:01 all 0.07 0.00 0.01 0.00 0.00 99.92 23:44:57 23:40:01 0 0.42 0.00 0.02 0.00 0.00 99.57 23:44:57 23:40:01 1 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:40:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:40:01 4 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:40:01 5 0.07 0.00 0.02 0.00 0.02 99.90 23:44:57 23:40:01 6 0.00 0.00 0.02 0.00 0.00 99.98 23:44:57 23:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:41:01 all 0.04 0.00 0.01 0.00 0.00 99.95 23:44:57 23:41:01 0 0.03 0.00 0.00 0.00 0.00 99.97 23:44:57 23:41:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:44:57 23:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:41:01 4 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:41:01 5 0.13 0.00 0.03 0.00 0.00 99.83 23:44:57 23:41:01 6 0.02 0.00 0.00 0.00 0.00 99.98 23:44:57 23:41:01 7 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:42:01 all 0.11 0.00 0.01 0.00 0.00 99.88 23:44:57 23:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 23:44:57 23:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 23:44:57 23:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:42:01 4 0.00 0.00 0.00 0.02 0.00 99.98 23:44:57 23:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 23:44:57 23:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 23:44:57 23:42:01 7 0.76 0.00 0.00 0.00 0.02 99.22 23:44:57 23:43:01 all 0.19 0.00 0.04 0.00 0.00 99.77 23:44:57 23:43:01 0 0.00 0.00 0.03 0.00 0.00 99.97 23:44:57 23:43:01 1 0.02 0.00 0.00 0.02 0.00 99.97 23:44:57 23:43:01 2 0.02 0.00 0.05 0.00 0.00 99.93 23:44:57 23:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:43:01 4 0.02 0.00 0.02 0.02 0.00 99.95 23:44:57 23:43:01 5 0.07 0.00 0.03 0.00 0.00 99.90 23:44:57 23:43:01 6 0.03 0.00 0.02 0.00 0.00 99.95 23:44:57 23:43:01 7 1.29 0.00 0.13 0.00 0.00 98.58 23:44:57 23:44:01 all 4.43 0.00 1.88 0.36 0.03 93.29 23:44:57 23:44:01 0 5.61 0.00 1.66 0.02 0.03 92.69 23:44:57 23:44:01 1 4.32 0.00 1.14 0.39 0.02 94.14 23:44:57 23:44:01 2 4.02 0.00 1.92 2.30 0.05 91.71 23:44:57 23:44:01 3 5.30 0.00 2.10 0.02 0.03 92.55 23:44:57 23:44:01 4 4.10 0.00 2.76 0.03 0.03 93.08 23:44:57 23:44:01 5 3.94 0.00 2.03 0.03 0.02 93.98 23:44:57 23:44:01 6 4.30 0.00 1.29 0.12 0.03 94.26 23:44:57 23:44:01 7 3.89 0.00 2.17 0.02 0.02 93.90 23:44:57 Average: all 9.04 0.00 2.29 0.86 0.03 87.78 23:44:57 Average: 0 9.01 0.00 2.38 1.08 0.03 87.49 23:44:57 Average: 1 8.95 0.00 2.33 0.80 0.02 87.90 23:44:57 Average: 2 8.74 0.00 2.16 0.85 0.03 88.23 23:44:57 Average: 3 9.24 0.00 2.19 0.72 0.03 87.83 23:44:57 Average: 4 9.16 0.00 2.36 0.73 0.02 87.72 23:44:57 Average: 5 9.34 0.00 2.28 0.54 0.03 87.82 23:44:57 Average: 6 8.85 0.00 2.18 0.70 0.02 88.25 23:44:57 Average: 7 8.99 0.00 2.49 1.46 0.03 87.04 23:44:57 23:44:57 23:44:57