Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0d6a49cb75d16cdeffa3d89b53872b828db0197b 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-ssh14041490457199419549.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-ssh5924244412481665431.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-ssh5870762934261333977.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-ssh2122197365263479499.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-ssh12588398670350455995.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9906 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/457 [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/457 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0d6a49cb75d16cdeffa3d89b53872b828db0197b (main) Commit message: "refactor!: Updated secret path to secret name (#4435)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d6a49cb75d16cdeffa3d89b53872b828db0197b # timeout=10 > git rev-list --no-walk a4ee942ba2afdbbb32a8a39f5dddd5f3a64a51dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:43:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:43:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:43:20 ========================================================= 16:43:20 EdgeX Global Pipelines Version Info 16:43:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:43:21 ------------------- 16:43:21 stable info: 16:43:21 ------------------- 16:43:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:43:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:43:21 Message: update stable to v1.0.244 16:43:22 ------------------- 16:43:22 experimental info: 16:43:22 ------------------- 16:43:22 Commited By: **** collab-it+edgex@linuxfoundation.org 16:43:22 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:43:22 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d6a49c [Pipeline] echo 16:43:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:43:22 provisioning config files... 16:43:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/457@tmp/config5769464060775668536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:43:22 ---> docker-login.sh 16:43:22 nexus3.edgexfoundry.org:10001 16:43:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:23 Configure a credential helper to remove this warning. See 16:43:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:23 16:43:23 Login Succeeded 16:43:23 nexus3.edgexfoundry.org:10002 16:43:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:23 Configure a credential helper to remove this warning. See 16:43:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:23 16:43:23 Login Succeeded 16:43:23 nexus3.edgexfoundry.org:10003 16:43:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:23 Configure a credential helper to remove this warning. See 16:43:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:23 16:43:23 Login Succeeded 16:43:23 nexus3.edgexfoundry.org:10004 16:43:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:23 Configure a credential helper to remove this warning. See 16:43:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:23 16:43:23 Login Succeeded 16:43:23 docker.io 16:43:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:43:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:43:24 Configure a credential helper to remove this warning. See 16:43:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:43:24 16:43:24 Login Succeeded 16:43:24 ---> docker-login.sh ends [Pipeline] } 16:43:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:24 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 16:43:24 + dirname cmd/core-command/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo core-command,cmd/core-command/Dockerfile 16:43:24 + dirname cmd/core-common-config-bootstrapper/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 16:43:24 + dirname cmd/core-data/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo core-data,cmd/core-data/Dockerfile 16:43:24 + + dirnamecut cmd/core-metadata/Dockerfile -d/ 16:43:24 -f2 16:43:24 + echo core-metadata,cmd/core-metadata/Dockerfile 16:43:24 + dirname cmd/security-bootstrapper/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:43:24 + dirname cmd/security-proxy-auth/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 16:43:24 + dirname cmd/security-proxy-setup/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:43:24 + dirname cmd/security-secretstore-setup/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:43:24 + dirname cmd/security-spiffe-token-provider/Dockerfile+ 16:43:24 cut -d/ -f2 16:43:24 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 16:43:24 + dirname cmd/security-spire-agent/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 16:43:24 + dirname cmd/security-spire-config/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo security-spire-config,cmd/security-spire-config/Dockerfile 16:43:24 + + cut -d/ -f2dirname 16:43:24 cmd/security-spire-server/Dockerfile 16:43:24 + echo security-spire-server,cmd/security-spire-server/Dockerfile 16:43:24 + dirname cmd/support-notifications/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo support-notifications,cmd/support-notifications/Dockerfile 16:43:24 + dirname cmd/support-scheduler/Dockerfile 16:43:24 + cut -d/ -f2 16:43:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 16:43:24 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:43:24 + git rev-list -1 --merges 0d6a49cb75d16cdeffa3d89b53872b828db0197b~1..0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] echo 16:43:24 -----------> git rev-list -1 --merges 0d6a49cb75d16cdeffa3d89b53872b828db0197b~1..0d6a49cb75d16cdeffa3d89b53872b828db0197b 0d6a49cb75d16cdeffa3d89b53872b828db0197b [false] [Pipeline] sh 16:43:25 + git log --format=format:%s -1 0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] echo 16:43:25 ========================================================= 16:43:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:43:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 16:43:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:43:25 + grep -v github /etc/ssh/ssh_known_hosts 16:43:25 + [ -e /tmp/ssh_known_hosts ] 16:43:25 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:43:25 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:43:25 + sudo tee -a /etc/ssh/ssh_known_hosts 16:43:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:43:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:43:25 16:43:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:43:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:43:26 0.1.4: Pulling from edgex-devops/py-git-semver 16:43:26 b85a868b505f: Pulling fs layer 16:43:26 e2be974225ed: Pulling fs layer 16:43:26 339a4e72a1f5: Pulling fs layer 16:43:26 988bab9f4d93: Pulling fs layer 16:43:26 1469e6f7b9e6: Pulling fs layer 16:43:26 eaf3925da568: Pulling fs layer 16:43:26 bab4dde63d76: Pulling fs layer 16:43:26 bde34c3a00c8: Pulling fs layer 16:43:26 b352a97aabf1: Pulling fs layer 16:43:26 4872d77fe225: Pulling fs layer 16:43:26 5851b861e8e6: Pulling fs layer 16:43:26 bab4dde63d76: Waiting 16:43:26 bde34c3a00c8: Waiting 16:43:26 b352a97aabf1: Waiting 16:43:26 1469e6f7b9e6: Waiting 16:43:26 988bab9f4d93: Waiting 16:43:26 eaf3925da568: Waiting 16:43:26 4872d77fe225: Waiting 16:43:26 5851b861e8e6: Waiting 16:43:26 e2be974225ed: Verifying Checksum 16:43:26 e2be974225ed: Download complete 16:43:26 988bab9f4d93: Verifying Checksum 16:43:26 988bab9f4d93: Download complete 16:43:26 1469e6f7b9e6: Verifying Checksum 16:43:26 1469e6f7b9e6: Download complete 16:43:26 eaf3925da568: Download complete 16:43:26 339a4e72a1f5: Verifying Checksum 16:43:26 339a4e72a1f5: Download complete 16:43:26 bde34c3a00c8: Verifying Checksum 16:43:26 bde34c3a00c8: Download complete 16:43:26 b352a97aabf1: Download complete 16:43:26 4872d77fe225: Verifying Checksum 16:43:26 4872d77fe225: Download complete 16:43:26 5851b861e8e6: Download complete 16:43:26 b85a868b505f: Verifying Checksum 16:43:26 b85a868b505f: Download complete 16:43:26 bab4dde63d76: Verifying Checksum 16:43:26 bab4dde63d76: Download complete 16:43:27 b85a868b505f: Pull complete 16:43:27 e2be974225ed: Pull complete 16:43:28 339a4e72a1f5: Pull complete 16:43:28 988bab9f4d93: Pull complete 16:43:28 1469e6f7b9e6: Pull complete 16:43:28 eaf3925da568: Pull complete 16:43:30 bab4dde63d76: Pull complete 16:43:30 bde34c3a00c8: Pull complete 16:43:30 b352a97aabf1: Pull complete 16:43:30 4872d77fe225: Pull complete 16:43:30 5851b861e8e6: Pull complete 16:43:30 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:43:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:43:30 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:43:30 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 16:43:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:43:32 $ docker top d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 -eo pid,comm 16:43:32 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). 16:43:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:43:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:32 [ssh-agent] Looking for ssh-agent implementation... 16:43:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:32 $ docker exec d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 ssh-agent 16:43:32 SSH_AUTH_SOCK=/tmp/ssh-vPZHJb2uEk6X/agent.33 16:43:32 SSH_AGENT_PID=39 16:43:32 Running ssh-add (command line suppressed) 16:43:32 Identity added: /w/workspace/edgex-go/457@tmp/private_key_13154743286722546597.key (/w/workspace/edgex-go/457@tmp/private_key_13154743286722546597.key) 16:43:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:33 + git tag --points-at HEAD [Pipeline] } 16:43:33 $ docker exec --env ******** --env ******** d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 ssh-agent -k 16:43:33 unset SSH_AUTH_SOCK; 16:43:33 unset SSH_AGENT_PID; 16:43:33 echo Agent pid 39 killed; 16:43:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:43:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:43:33 [ssh-agent] Looking for ssh-agent implementation... 16:43:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:43:33 $ docker exec d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 ssh-agent 16:43:33 SSH_AUTH_SOCK=/tmp/ssh-sls0vnN7kXEx/agent.72 16:43:33 SSH_AGENT_PID=78 16:43:33 Running ssh-add (command line suppressed) 16:43:33 Identity added: /w/workspace/edgex-go/457@tmp/private_key_5680347494169660993.key (/w/workspace/edgex-go/457@tmp/private_key_5680347494169660993.key) 16:43:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:43:33 + git semver init 16:43:34 2023-03-13 16:43:34,012 [run_init] DEBUG init version:0.0.0 force:False 16:43:34 2023-03-13 16:43:34,013 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/457/.semver 16:43:34 2023-03-13 16:43:34,013 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/457/.semver 16:43:34 2023-03-13 16:43:34,013 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/457/.semver'], cwd=/w/workspace/edgex-go/457, universal_newlines=False, shell=None, istream=None) 16:43:38 2023-03-13 16:43:37,990 [append_file] DEBUG append to file:/w/workspace/edgex-go/457/.git/info/exclude 16:43:38 2023-03-13 16:43:37,991 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/457/.semver/main with force:False 16:43:38 2023-03-13 16:43:37,991 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 16:43:38 2023-03-13 16:43:37,991 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 16:43:38 3.0.0-dev.95 [Pipeline] } 16:43:38 $ docker exec --env ******** --env ******** d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 ssh-agent -k 16:43:38 unset SSH_AUTH_SOCK; 16:43:38 unset SSH_AGENT_PID; 16:43:38 echo Agent pid 78 killed; 16:43:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:43:38 + git semver [Pipeline] } 16:43:39 $ docker stop --time=1 d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 16:43:40 $ docker rm -f --volumes d7813c5fcc3c27a23e983534775682e86ccb630de085018d1225e5193087a3b4 [Pipeline] // withDockerContainer [Pipeline] sh 16:43:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:43:40 Stashed 1 file(s) [Pipeline] echo 16:43:40 [edgeXSemver]: initialized semver on version 3.0.0-dev.95 [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 16:43:41 + git config --global --add safe.directory /w/workspace/edgex-go/457 [Pipeline] echo 16:43:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:43:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:43:41 ========================================================= 16:43:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:43:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:43:41 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:43:41 213ec9aee27d: Pulling fs layer 16:43:41 4583459ba037: Pulling fs layer 16:43:41 93c1e223e6f2: Pulling fs layer 16:43:41 53926ce57604: Pulling fs layer 16:43:41 21b2b0c7a3f4: Pulling fs layer 16:43:41 22ff95d597cd: Pulling fs layer 16:43:41 12d6caf4c0d1: Pulling fs layer 16:43:41 96b7cbca73a9: Pulling fs layer 16:43:41 a7acece74701: Pulling fs layer 16:43:41 12d6caf4c0d1: Waiting 16:43:41 96b7cbca73a9: Waiting 16:43:41 53926ce57604: Waiting 16:43:41 a7acece74701: Waiting 16:43:41 21b2b0c7a3f4: Waiting 16:43:41 22ff95d597cd: Waiting 16:43:41 93c1e223e6f2: Download complete 16:43:41 4583459ba037: Download complete 16:43:41 21b2b0c7a3f4: Verifying Checksum 16:43:41 21b2b0c7a3f4: Download complete 16:43:41 22ff95d597cd: Download complete 16:43:41 213ec9aee27d: Verifying Checksum 16:43:41 213ec9aee27d: Download complete 16:43:41 12d6caf4c0d1: Download complete 16:43:41 213ec9aee27d: Pull complete 16:43:41 4583459ba037: Pull complete 16:43:42 93c1e223e6f2: Pull complete 16:43:42 a7acece74701: Verifying Checksum 16:43:42 a7acece74701: Download complete 16:43:42 96b7cbca73a9: Verifying Checksum 16:43:42 96b7cbca73a9: Download complete 16:43:42 53926ce57604: Verifying Checksum 16:43:42 53926ce57604: Download complete 16:43:45 53926ce57604: Pull complete 16:43:45 21b2b0c7a3f4: Pull complete 16:43:45 22ff95d597cd: Pull complete 16:43:45 12d6caf4c0d1: Pull complete 16:43:47 96b7cbca73a9: Pull complete 16:43:48 a7acece74701: Pull complete 16:43:49 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:43:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:43:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 16:43:49 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:43:49 WORKDIR /edgex 16:43:49 COPY go.mod . 16:43:49 RUN go mod download 16:43:49 + docker build -t ci-base-image-x86_64 -f - . 16:43:49 Sending build context to Docker daemon 170.4MB 16:43:49 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:43:49 ---> db6d94c90886 16:43:49 Step 2/4 : WORKDIR /edgex 16:43:52 ---> Running in 70b0e49a2f3a 16:43:52 Removing intermediate container 70b0e49a2f3a 16:43:52 ---> e3557ec822d2 16:43:52 Step 3/4 : COPY go.mod . 16:43:52 ---> 1a207335807f 16:43:52 Step 4/4 : RUN go mod download 16:43:52 ---> Running in 0eaa71582ad0 16:43:55 Still waiting to schedule task 16:43:55 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 16:44:02 Removing intermediate container 0eaa71582ad0 16:44:02 ---> 7d4e95bbd8b0 16:44:02 Successfully built 7d4e95bbd8b0 16:44:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:44:02 + docker inspect -f . ci-base-image-x86_64 16:44:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:44:02 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 16:44:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:44:03 $ docker top bea0e7c0c3b1599e5add11d7e335f3f32243754b4b58abd5d88296ef0c73a982 -eo pid,comm [Pipeline] { [Pipeline] sh 16:44:03 + go version 16:44:03 go version go1.18.7 linux/amd64 [Pipeline] } 16:44:03 $ docker stop --time=1 bea0e7c0c3b1599e5add11d7e335f3f32243754b4b58abd5d88296ef0c73a982 16:44:04 $ docker rm -f --volumes bea0e7c0c3b1599e5add11d7e335f3f32243754b4b58abd5d88296ef0c73a982 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:44:05 + docker inspect -f . ci-base-image-x86_64 16:44:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:44:05 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 16:44:05 $ 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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:44:05 $ docker top e8453dca001592d669460801450a1e97bf804829d9a9a81c243ed93001c3929a -eo pid,comm [Pipeline] { [Pipeline] echo 16:44:05 ========================================================= 16:44:05 [edgeXBuildGoParallel] Running Tests and Build... 16:44:05 ========================================================= [Pipeline] sh 16:44:06 + git config --global --add safe.directory /w/workspace/edgex-go/457 [Pipeline] fileExists [Pipeline] sh 16:44:06 + make test 16:44:06 go test -race -coverprofile=coverage.out ./... 16:44:13 ? github.com/edgexfoundry/edgex-go [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:44:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.056s coverage: 28.7% of statements 16:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:44:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.101s coverage: 98.5% of statements 16:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.108s coverage: 71.2% of statements 16:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 16:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 16:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:44:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.103s coverage: 54.0% of statements 16:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:44:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.433s coverage: 88.5% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.104s coverage: 3.9% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.511s coverage: 95.6% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.080s coverage: 65.9% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.103s coverage: 0.9% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.0% of statements 16:44:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 45.5% of statements 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.112s coverage: 82.9% of statements 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 16:44:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 16:44:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.333s coverage: 79.9% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 64.4% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.092s coverage: 86.9% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.059s coverage: 20.0% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 81.2% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 82.1% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 84.8% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 63.1% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.021s coverage: 100.0% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.022s coverage: 100.0% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.146s coverage: 38.4% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 92.3% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.064s coverage: 61.5% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:44:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.096s coverage: 97.7% of statements 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:44:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:44:52 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 16:45:10 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." 16:45:10 go vet ./... 16:45:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:45:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:45:11 ./bin/test-attribution-txt.sh [Pipeline] echo 16:45:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:45:11 + ls -al . 16:45:11 total 704 16:45:11 drwxrwxr-x 11 1001 1001 4096 Mar 13 16:44 . 16:45:11 drwxr-xr-x 4 root root 4096 Mar 13 16:44 .. 16:45:11 drwxrwxr-x 2 1001 1001 4096 Mar 13 16:43 .blubracket 16:45:11 -rw-rw-r-- 1 1001 1001 16 Mar 13 16:43 .dockerignore 16:45:11 drwxrwxr-x 8 1001 1001 4096 Mar 13 16:44 .git 16:45:11 drwxrwxr-x 3 1001 1001 4096 Mar 13 16:43 .github 16:45:11 -rw-rw-r-- 1 1001 1001 1133 Mar 13 16:43 .gitignore 16:45:11 -rw-rw-r-- 1 1001 1001 42 Mar 13 16:43 .golangci.yml 16:45:11 -rw-rw-r-- 1 1001 1001 87 Mar 13 16:43 .hadolint.yml 16:45:11 drwxr-xr-x 3 1001 1001 4096 Mar 13 16:43 .semver 16:45:11 -rw-rw-r-- 1 1001 1001 166 Mar 13 16:43 .sonarcloud.properties 16:45:11 -rw-rw-r-- 1 1001 1001 1171 Mar 13 16:43 ADOPTERS.md 16:45:11 -rw-rw-r-- 1 1001 1001 10825 Mar 13 16:43 Attribution.txt 16:45:11 -rw-rw-r-- 1 1001 1001 73765 Mar 13 16:43 CHANGELOG.md 16:45:11 -rw-rw-r-- 1 1001 1001 3804 Mar 13 16:43 CONTRIBUTING.md 16:45:11 -rw-rw-r-- 1 1001 1001 677 Mar 13 16:43 GOVERNANCE.md 16:45:11 -rw-rw-r-- 1 1001 1001 883 Mar 13 16:43 Jenkinsfile 16:45:11 -rw-rw-r-- 1 1001 1001 10775 Mar 13 16:43 LICENSE 16:45:11 -rw-rw-r-- 1 1001 1001 14232 Mar 13 16:43 Makefile 16:45:11 -rw-rw-r-- 1 1001 1001 582 Mar 13 16:43 OWNERS.md 16:45:11 -rw-rw-r-- 1 1001 1001 9403 Mar 13 16:43 README.md 16:45:11 -rw-rw-r-- 1 1001 1001 789 Mar 13 16:43 SECURITY.md 16:45:11 -rw-rw-r-- 1 1001 1001 12 Mar 13 16:43 VERSION 16:45:11 drwxrwxr-x 2 1001 1001 4096 Mar 13 16:43 bin 16:45:11 drwxrwxr-x 18 1001 1001 4096 Mar 13 16:43 cmd 16:45:11 -rw-r--r-- 1 root root 447486 Mar 13 16:44 coverage.out 16:45:11 -rw-rw-r-- 1 1001 1001 3232 Mar 13 16:43 go.mod 16:45:11 -rw-rw-r-- 1 1001 1001 31098 Mar 13 16:43 go.sum 16:45:11 drwxrwxr-x 7 1001 1001 4096 Mar 13 16:43 internal 16:45:11 drwxrwxr-x 3 1001 1001 4096 Mar 13 16:43 openapi 16:45:11 -rw-rw-r-- 1 1001 1001 594 Mar 13 16:43 security.txt 16:45:11 drwxrwxr-x 4 1001 1001 4096 Mar 13 16:43 snap 16:45:11 -rw-rw-r-- 1 1001 1001 204 Mar 13 16:43 version.go [Pipeline] sh 16:45:12 + '[' -e coverage.out ] 16:45:12 + chown 1001:1001 coverage.out [Pipeline] stash 16:45:12 Stashed 1 file(s) [Pipeline] sh 16:45:12 + make build 16:45:12 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 16:45:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:45:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:45:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 16:45:26 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:45:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9907 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 16:45:31 Running in /w/workspace/edgex-go/457 [Pipeline] { [Pipeline] checkout 16:45:31 The recommended git tool is: git 16:45:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:45:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 16:45:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:45:35 using credential edgex-jenkins-ssh 16:45:35 Cloning the remote Git repository 16:45:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:45:36 > git init /w/workspace/edgex-go/457 # timeout=10 16:45:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:45:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:45:36 > git --version # timeout=10 16:45:36 > git --version # 'git version 2.25.1' 16:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:45:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:45:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:45:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:45:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 16:45:40 $ docker stop --time=1 e8453dca001592d669460801450a1e97bf804829d9a9a81c243ed93001c3929a 16:45:43 $ docker rm -f --volumes e8453dca001592d669460801450a1e97bf804829d9a9a81c243ed93001c3929a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:45:43 16:45:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:45:44 latest: Pulling from edgex-devops/edgex-compose 16:45:44 cbdbe7a5bc2a: Pulling fs layer 16:45:44 ca9280d653b3: Pulling fs layer 16:45:44 7e9c9ca2126c: Pulling fs layer 16:45:44 cbdbe7a5bc2a: Download complete 16:45:44 ca9280d653b3: Verifying Checksum 16:45:44 ca9280d653b3: Download complete 16:45:44 cbdbe7a5bc2a: Pull complete 16:45:45 7e9c9ca2126c: Verifying Checksum 16:45:45 7e9c9ca2126c: Download complete 16:45:45 ca9280d653b3: Pull complete 16:45:48 7e9c9ca2126c: Pull complete 16:45:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:45:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:45:48 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 16:45:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:45:49 $ docker top 16dcb5b64eebc2b0a279ad2f11917d7fc0c2999ff5fdd73a5d19d93e18d24120 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:50 + docker-compose build --help 16:45:50 + grep parallel 16:45:50 --parallel Build images in parallel. [Pipeline] } 16:45:50 $ docker stop --time=1 16dcb5b64eebc2b0a279ad2f11917d7fc0c2999ff5fdd73a5d19d93e18d24120 16:45:51 $ docker rm -f --volumes 16dcb5b64eebc2b0a279ad2f11917d7fc0c2999ff5fdd73a5d19d93e18d24120 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:45:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:45:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:45:52 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 16:45:52 $ 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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@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 16:45:52 $ docker top db5234cc8718652f72ee1fc5b60c27eced25f2ca250bfec866ac103a3dd2be87 -eo pid,comm [Pipeline] { [Pipeline] sh 16:45:53 + docker-compose -f ./docker-compose-build.yml build --parallel 16:45:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:45:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:45:53 Building core-command ... 16:45:53 Building core-common-config-bootstrapper ... 16:45:53 Building core-data ... 16:45:53 Building core-metadata ... 16:45:53 Building security-bootstrapper ... 16:45:53 Building security-proxy-auth ... 16:45:53 Building security-proxy-setup ... 16:45:53 Building security-secretstore-setup ... 16:45:53 Building security-spiffe-token-provider ... 16:45:53 Building security-spire-agent ... 16:45:53 Building security-spire-config ... 16:45:53 Building security-spire-server ... 16:45:53 Building support-notifications ... 16:45:53 Building support-scheduler ... 16:45:53 Building core-data 16:45:53 Building security-spire-agent 16:45:53 Building core-metadata 16:45:53 Building security-proxy-setup 16:45:53 Building core-command 16:45:53 Avoid second fetch 16:45:53 Checking out Revision 0d6a49cb75d16cdeffa3d89b53872b828db0197b (main) 16:45:54 Commit message: "refactor!: Updated secret path to secret name (#4435)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:45:53 > git config core.sparsecheckout # timeout=10 16:45:53 > git checkout -f 0d6a49cb75d16cdeffa3d89b53872b828db0197b # timeout=10 16:45:55 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:45:55 % Total % Received % Xferd Average Speed Time Time Time Current 16:45:55 Dload Upload Total Spent Left Speed 16:45:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 102k 0 --:--:-- --:--:-- --:--:-- 102k 100 12751 100 12751 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 16:45:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:45:56 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:45:56 + sudo tee /etc/docker/daemon.new 16:45:56 { 16:45:56 "registry-mirrors": [ 16:45:56 "https://nexus3.edgexfoundry.org:10001" 16:45:56 ], 16:45:56 "bip": "10.250.0.254/24", 16:45:56 "hosts": [ 16:45:56 "tcp://0.0.0.0:5555", 16:45:56 "unix:///var/run/docker.sock" 16:45:56 ], 16:45:56 "mtu": 1458, 16:45:56 "selinux-enabled": true, 16:45:56 "seccomp-profile": "/etc/docker/seccomp.json" 16:45:56 } [Pipeline] sh 16:45:56 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:45:57 + sudo service docker restart 16:46:03 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:46:03 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:46:03 ---> 7d4e95bbd8b0 16:46:03 Step 3/20 : WORKDIR /edgex-go 16:46:03 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:46:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:46:03 ---> 7d4e95bbd8b0 16:46:03 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:46:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:46:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:46:03 ---> 7d4e95bbd8b0 16:46:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 16:46:03 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:46:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:46:03 ---> 7d4e95bbd8b0 16:46:03 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:46:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:46:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:46:03 ---> 7d4e95bbd8b0 16:46:03 Step 3/24 : WORKDIR /edgex-go 16:46:06 ---> Running in b85c49606374 16:46:06 ---> Running in 3836aea02e07 16:46:06 ---> Running in c1cef211bb76 16:46:06 ---> Running in 6e1abb837b77 16:46:06 ---> Running in 53e6a10368df 16:46:06 Removing intermediate container b85c49606374 16:46:06 ---> f82d63602fcc 16:46:06 Step 4/24 : WORKDIR /edgex-go 16:46:06 Removing intermediate container 3836aea02e07 16:46:06 ---> b28486cf17a7 16:46:06 Step 4/22 : WORKDIR /edgex-go 16:46:06 Removing intermediate container c1cef211bb76 16:46:06 ---> ca24c00a8d49 16:46:06 Step 4/20 : RUN apk add --update --no-cache make git 16:46:06 Removing intermediate container 6e1abb837b77 16:46:06 ---> bc612feebd08 16:46:06 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:46:06 Removing intermediate container 53e6a10368df 16:46:06 ---> 50798ff5a903 16:46:06 Step 4/23 : WORKDIR /edgex-go 16:46:06 ---> Running in 0483058e286a 16:46:06 ---> Running in f1faed12a471 16:46:06 ---> Running in f4dcb043c974 16:46:06 ---> Running in e31b947228fd 16:46:06 ---> Running in e2c263fa492b 16:46:06 Removing intermediate container 0483058e286a 16:46:06 ---> 3b2c3c93753d 16:46:06 Step 5/24 : RUN apk add --update --no-cache make git 16:46:06 ---> Running in fa8df2d695cb 16:46:06 Removing intermediate container f4dcb043c974 16:46:06 ---> 8fc5fca11c37 16:46:06 Step 5/22 : RUN apk add --update --no-cache make git 16:46:06 Removing intermediate container e2c263fa492b 16:46:06 ---> c56ab7d91856 16:46:06 Step 5/23 : RUN apk add --update --no-cache make git 16:46:06 ---> Running in 80e155eabaa0 16:46:06 ---> Running in b31a565cdb46 16:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:46:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:46:07 OK: 211 MiB in 51 packages 16:46:07 OK: 211 MiB in 51 packages 16:46:07 OK: 211 MiB in 51 packages 16:46:07 OK: 211 MiB in 51 packages 16:46:07 OK: 211 MiB in 51 packages 16:46:07 Removing intermediate container fa8df2d695cb 16:46:07 ---> 2209aaf20c5a 16:46:07 Step 6/24 : COPY go.mod vendor* ./ 16:46:07 Removing intermediate container e31b947228fd 16:46:07 ---> 5869e0721af9 16:46:07 Step 5/24 : COPY go.mod vendor* ./ 16:46:07 Removing intermediate container f1faed12a471 16:46:07 ---> 00d0337dfced 16:46:07 Step 5/20 : COPY go.mod vendor* ./ 16:46:08 ---> fac05666fdf6 16:46:08 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:08 Removing intermediate container 80e155eabaa0 16:46:08 ---> 4179157ed9ca 16:46:08 Step 6/22 : COPY go.mod vendor* ./ 16:46:08 Removing intermediate container b31a565cdb46 16:46:08 ---> 9784ccf22d8b 16:46:08 Step 6/23 : COPY go.mod vendor* ./ 16:46:08 ---> Running in 7f68c5bf853b 16:46:08 ---> 68865ccaf59a 16:46:08 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:08 ---> 80df0d2b87d5 16:46:08 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:08 ---> Running in 2167157f04f5 16:46:08 ---> Running in dfec5f162aff 16:46:08 ---> e96af0117cdd 16:46:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:08 ---> c9f0f3eb9e60 16:46:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:46:08 ---> Running in d9fda36f673c 16:46:08 ---> Running in e7a479734e2c [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:46:15 provisioning config files... 16:46:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/457@tmp/config8273927172562104543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:15 ---> docker-login.sh 16:46:15 nexus3.edgexfoundry.org:10001 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 nexus3.edgexfoundry.org:10002 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:16 Configure a credential helper to remove this warning. See 16:46:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:16 16:46:16 Login Succeeded 16:46:16 nexus3.edgexfoundry.org:10003 16:46:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:17 Configure a credential helper to remove this warning. See 16:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:17 16:46:17 Login Succeeded 16:46:17 nexus3.edgexfoundry.org:10004 16:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:17 Configure a credential helper to remove this warning. See 16:46:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:17 16:46:17 Login Succeeded 16:46:17 docker.io 16:46:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:18 Configure a credential helper to remove this warning. See 16:46:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:18 16:46:18 Login Succeeded 16:46:18 ---> docker-login.sh ends [Pipeline] } 16:46:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 16:46:18 + git config --global --add safe.directory /w/workspace/edgex-go/457 [Pipeline] echo 16:46:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:46:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:46:18 ========================================================= 16:46:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:46:18 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:46:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:46:18 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:46:18 9b18e9b68314: Pulling fs layer 16:46:18 35d82f9e3411: Pulling fs layer 16:46:18 e16973657156: Pulling fs layer 16:46:18 fc693d55d65f: Pulling fs layer 16:46:18 7e9fc2657dce: Pulling fs layer 16:46:18 dda99020689f: Pulling fs layer 16:46:18 db1c61fa0a46: Pulling fs layer 16:46:18 891c053d2c06: Pulling fs layer 16:46:18 fc693d55d65f: Waiting 16:46:18 7e9fc2657dce: Waiting 16:46:18 dda99020689f: Waiting 16:46:18 db1c61fa0a46: Waiting 16:46:18 891c053d2c06: Waiting 16:46:19 e16973657156: Verifying Checksum 16:46:19 e16973657156: Download complete 16:46:19 35d82f9e3411: Verifying Checksum 16:46:19 7e9fc2657dce: Verifying Checksum 16:46:19 7e9fc2657dce: Download complete 16:46:19 dda99020689f: Verifying Checksum 16:46:19 dda99020689f: Download complete 16:46:19 9b18e9b68314: Verifying Checksum 16:46:19 9b18e9b68314: Download complete 16:46:20 9b18e9b68314: Pull complete 16:46:20 891c053d2c06: Verifying Checksum 16:46:20 891c053d2c06: Download complete 16:46:20 35d82f9e3411: Pull complete 16:46:21 e16973657156: Pull complete 16:46:21 db1c61fa0a46: Verifying Checksum 16:46:21 db1c61fa0a46: Download complete 16:46:21 fc693d55d65f: Verifying Checksum 16:46:21 fc693d55d65f: Download complete 16:46:34 fc693d55d65f: Pull complete 16:46:34 7e9fc2657dce: Pull complete 16:46:34 dda99020689f: Pull complete 16:46:39 db1c61fa0a46: Pull complete 16:46:41 891c053d2c06: Pull complete 16:46:41 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:46:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:46:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 16:46:41 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:46:41 WORKDIR /edgex 16:46:41 COPY go.mod . 16:46:41 RUN go mod download 16:46:41 + docker build -t ci-base-image-arm64 -f - . 16:46:42 Sending build context to Docker daemon 2.943MB 16:46:42 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:46:42 ---> f96f9c87975a 16:46:42 Step 2/4 : WORKDIR /edgex 16:46:44 ---> Running in 4bcde55a7f57 16:46:44 Removing intermediate container 4bcde55a7f57 16:46:44 ---> 8283c5699b39 16:46:44 Step 3/4 : COPY go.mod . 16:46:45 ---> eba89cd52cd3 16:46:45 Step 4/4 : RUN go mod download 16:46:45 ---> Running in c0621fbd082c 16:46:55 Removing intermediate container d9fda36f673c 16:46:55 ---> 759577c7441e 16:46:55 Step 8/22 : COPY . . 16:46:55 Removing intermediate container dfec5f162aff 16:46:55 ---> 408b47e29454 16:46:55 Step 7/24 : COPY . . 16:46:55 Removing intermediate container 7f68c5bf853b 16:46:55 ---> 43e725b6a2fb 16:46:55 Step 8/24 : COPY . . 16:46:55 Removing intermediate container e7a479734e2c 16:46:55 ---> a37c846bdfdd 16:46:55 Step 8/23 : COPY . . 16:46:55 Removing intermediate container 2167157f04f5 16:46:55 ---> 0b621203f6fd 16:46:55 Step 7/20 : COPY . . 16:46:57 ---> 8428e27df155 16:46:57 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 16:46:57 ---> 2fa781de50e4 16:46:57 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 16:46:57 ---> 26b7cb3cf74e 16:46:57 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 16:46:57 ---> Running in cfa67e587557 16:46:57 ---> a39d74178571 16:46:57 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:46:57 ---> 7cfa7f540560 16:46:57 Step 8/20 : RUN make cmd/secrets-config/secrets-config 16:46:57 ---> Running in 5f937a59282c 16:46:57 ---> Running in e34183d64cae 16:46:57 ---> Running in 661dfdd483e6 16:46:57 ---> Running in dce854cb5250 16:46:57 Removing intermediate container 661dfdd483e6 16:46:57 ---> 5c76a89d389c 16:46:57 Step 9/24 : WORKDIR /edgex-go/spire-build 16:46:57 ---> Running in 3dde2d262a07 16:46:57 Removing intermediate container 3dde2d262a07 16:46:57 ---> d8b091aa93fb 16:46:57 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 16:46:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 16:46:57 ---> Running in b677706f3dad 16:46:57 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:46:58 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:46:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:46:58 Removing intermediate container b677706f3dad 16:46:58 ---> d2d050632484 16:46:58 Step 11/24 : WORKDIR /edgex-go 16:46:59 ---> Running in 3c456805870e 16:46:59 Removing intermediate container 3c456805870e 16:46:59 ---> e53bfdd82b01 16:46:59 16:46:59 Step 12/24 : FROM alpine:3.15 16:46:59 3.15: Pulling from library/alpine 16:46:59 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 16:46:59 Status: Downloaded newer image for alpine:3.15 16:46:59 ---> 5ce65d7b0fde 16:46:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:46:59 ---> Running in 2be681356090 16:46:59 Removing intermediate container 2be681356090 16:46:59 ---> f9706fb49ee7 16:46:59 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:46:59 ---> Running in 73d37670f66f 16:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:47:00 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:47:00 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:47:00 OK: 15859 distinct packages available 16:47:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:47:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:47:01 (1/5) Installing dumb-init (1.2.5-r1) 16:47:01 (2/5) Installing musl-obstack (1.2.3-r0) 16:47:01 (3/5) Installing libucontext (1.1-r0) 16:47:01 (4/5) Installing gcompat (1.0.0-r4) 16:47:01 (5/5) Installing openssl (1.1.1t-r1) 16:47:01 Executing busybox-1.34.1-r7.trigger 16:47:01 OK: 7 MiB in 19 packages 16:47:02 Removing intermediate container 73d37670f66f 16:47:02 ---> f281f812e1fe 16:47:02 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:47:04 ---> fd4c130580db 16:47:04 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:47:07 ---> e058b941e007 16:47:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:47:07 ---> cd144ac4354d 16:47:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:47:08 ---> 022552eb7eff 16:47:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 16:47:09 ---> c0ce8af2c503 16:47:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:47:09 ---> Running in 95494315332c 16:47:10 Removing intermediate container 95494315332c 16:47:10 ---> cd633e710851 16:47:10 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:47:10 ---> Running in 2eb33e64eb41 16:47:10 Removing intermediate container 2eb33e64eb41 16:47:10 ---> 1b332fa5d5af 16:47:10 Step 22/24 : LABEL arch=x86_64 16:47:10 ---> Running in c7823828fbd5 16:47:11 Removing intermediate container c7823828fbd5 16:47:11 ---> 9aa2d992f959 16:47:11 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:11 ---> Running in baef9197b631 16:47:11 Removing intermediate container baef9197b631 16:47:11 ---> 883539b8295f 16:47:11 Step 24/24 : LABEL version=3.0.0-dev.95 16:47:11 ---> Running in 454a387440dd 16:47:12 Removing intermediate container 454a387440dd 16:47:12 ---> 39434be23ed3 16:47:12 16:47:12 Successfully built 39434be23ed3 16:47:12 Successfully tagged security-spire-agent:latest 16:47:12 Building security-spiffe-token-provider 16:47:14  Building security-spire-agent ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:47:14 Step 2/19 : FROM ${BUILDER_BASE} AS builder 16:47:14 ---> 7d4e95bbd8b0 16:47:14 Step 3/19 : WORKDIR /edgex-go 16:47:14 ---> Using cache 16:47:14 ---> bc612feebd08 16:47:14 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 16:47:16 ---> Running in ce0f241f2561 16:47:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:17 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 16:47:17 v3.16.4-59-g0b25d27c19e [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 16:47:17 OK: 17046 distinct packages available 16:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:17 Removing intermediate container c0621fbd082c 16:47:17 ---> 3e491f458f52 16:47:17 Successfully built 3e491f458f52 16:47:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:17 OK: 211 MiB in 51 packages 16:47:17 + docker inspect -f . ci-base-image-arm64 16:47:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:17 prd-ubuntu20.04-docker-arm64-4c-16g-9907 does not seem to be running inside a container 16:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@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 16:47:19 Removing intermediate container ce0f241f2561 16:47:19 ---> fc56ba0734e0 16:47:19 Step 5/19 : COPY go.mod vendor* ./ 16:47:19 $ docker top 7fdeedfd01e411caef0ee0ba8c65edbcd05eeac9462547763f2d73d60e224f59 -eo pid,comm 16:47:19 ---> f5f602c306e6 16:47:19 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:47:19 ---> Running in 3c2ba67bb44e [Pipeline] { [Pipeline] sh 16:47:20 + go version 16:47:20 go version go1.18.7 linux/arm64 [Pipeline] } 16:47:20 $ docker stop --time=1 7fdeedfd01e411caef0ee0ba8c65edbcd05eeac9462547763f2d73d60e224f59 16:47:21 $ docker rm -f --volumes 7fdeedfd01e411caef0ee0ba8c65edbcd05eeac9462547763f2d73d60e224f59 [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 16:47:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:47:22 16:47:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:47:22 latest: Pulling from edgex-devops/edgex-compose-arm64 16:47:22 29e5d40040c1: Pulling fs layer 16:47:22 1ce36da41761: Pulling fs layer 16:47:22 25b303627fd3: Pulling fs layer 16:47:22 29e5d40040c1: Download complete 16:47:23 1ce36da41761: Verifying Checksum 16:47:23 1ce36da41761: Download complete 16:47:23 29e5d40040c1: Pull complete 16:47:24 1ce36da41761: Pull complete 16:47:24 25b303627fd3: Verifying Checksum 16:47:24 25b303627fd3: Download complete 16:47:31 Removing intermediate container dce854cb5250 16:47:31 ---> 06a57b5deb1d 16:47:31 16:47:31 Step 9/20 : FROM alpine:3.16 16:47:31 3.16: Pulling from library/alpine 16:47:31 Removing intermediate container cfa67e587557 16:47:31 ---> 6f7615b22964 16:47:31 16:47:31 Step 10/22 : FROM alpine:3.16 16:47:31 Removing intermediate container e34183d64cae 16:47:31 ---> ab64c9add519 16:47:31 16:47:31 Step 10/23 : FROM alpine:3.16 16:47:31 Removing intermediate container 5f937a59282c 16:47:31 ---> e4fb8d20c7e1 16:47:31 16:47:31 Step 10/24 : FROM alpine:3.16 16:47:31 3.16: Pulling from library/alpine 16:47:31 3.16: Pulling from library/alpine 16:47:31 3.16: Pulling from library/alpine 16:47:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:47:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:47:31 Status: Downloaded newer image for alpine:3.16 16:47:31 Status: Image is up to date for alpine:3.16 16:47:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:47:31 Status: Image is up to date for alpine:3.16 16:47:31 ---> dfd21b5a31f5 16:47:31 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 16:47:31 ---> dfd21b5a31f5 16:47:31 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:47:31 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:47:31 Status: Image is up to date for alpine:3.16 16:47:31 ---> dfd21b5a31f5 16:47:31 ---> dfd21b5a31f5 16:47:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:47:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:47:31 ---> Running in 2a834c44dfbb 16:47:31 ---> Running in 8fecef40cf33 16:47:31 ---> Running in b4645a7aaf67 16:47:31 ---> Running in 5d1ff2b16a29 16:47:31 Removing intermediate container 5d1ff2b16a29 16:47:31 ---> b05b21ee1c9f 16:47:31 Step 12/22 : ENV APP_PORT=59880 16:47:31 ---> Running in 76abde6b2eda 16:47:31 Removing intermediate container 76abde6b2eda 16:47:31 ---> 18f5cf77771a 16:47:31 Step 13/22 : EXPOSE $APP_PORT 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:31 ---> Running in 367bd82db8ca 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:31 Removing intermediate container 367bd82db8ca 16:47:31 ---> b75815447cd7 16:47:31 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:47:31 ---> Running in 05d9a30fd4c6 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:31 (1/1) Installing dumb-init (1.2.5-r1) 16:47:31 Executing busybox-1.35.0-r17.trigger 16:47:31 OK: 6 MiB in 15 packages 16:47:31 (1/2) Installing dumb-init (1.2.5-r1) 16:47:31 (1/1) Installing dumb-init (1.2.5-r1) 16:47:31 (2/2) Installing openssl (1.1.1t-r0) 16:47:31 Executing busybox-1.35.0-r17.trigger 16:47:31 OK: 6 MiB in 15 packages 16:47:31 Executing busybox-1.35.0-r17.trigger 16:47:31 OK: 6 MiB in 16 packages 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:32 (1/1) Installing dumb-init (1.2.5-r1) 16:47:32 Executing busybox-1.35.0-r17.trigger 16:47:32 OK: 6 MiB in 15 packages 16:47:32 Removing intermediate container 2a834c44dfbb 16:47:32 ---> 8bf9e096aa2c 16:47:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:32 Removing intermediate container b4645a7aaf67 16:47:32 ---> cfb1e9d40e56 16:47:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:32 ---> Running in 45c5b1d49b95 16:47:32 Removing intermediate container 8fecef40cf33 16:47:32 ---> dbe67b3c11ed 16:47:32 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 16:47:32 ---> Running in eddc7852e3d4 16:47:32 Removing intermediate container 05d9a30fd4c6 16:47:32 ---> 2d44dc4258ec 16:47:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:33 ---> Running in 3509cf3fadc6 16:47:33 Removing intermediate container 45c5b1d49b95 16:47:33 ---> e1907375df04 16:47:33 Step 13/24 : ENV APP_PORT=59881 16:47:33 ---> Running in 5b0835726b4e 16:47:33 Removing intermediate container eddc7852e3d4 16:47:33 ---> 6d52a92d6215 16:47:33 Step 13/23 : ENV APP_PORT=59882 16:47:33 Removing intermediate container 3509cf3fadc6 16:47:33 ---> d760c9d0ad1a 16:47:33 Step 12/20 : WORKDIR /edgex 16:47:33 ---> 7648c0a65b8c 16:47:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:47:33 ---> Running in 8cd8237a4b4b 16:47:33 ---> Running in 8f0f18ff9113 16:47:33 Removing intermediate container 5b0835726b4e 16:47:33 ---> 86aadf869870 16:47:33 Step 14/24 : EXPOSE $APP_PORT 16:47:33 ---> Running in 8a907067a6ef 16:47:33 Removing intermediate container 8cd8237a4b4b 16:47:33 ---> 45ff6fb5b0b5 16:47:33 Step 14/23 : EXPOSE $APP_PORT 16:47:33 Removing intermediate container 8f0f18ff9113 16:47:33 ---> 54f0a3d3d847 16:47:33 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 16:47:34 ---> b82a97047add 16:47:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:47:34 Removing intermediate container 8a907067a6ef 16:47:34 ---> 93312981b984 16:47:34 Step 15/24 : WORKDIR / 16:47:34 ---> Running in bad0aac04038 16:47:34 ---> Running in b2c166e7d22a 16:47:34 ---> 7580fb5578af 16:47:34 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:47:34 ---> bbf020f19826 16:47:34 Step 18/22 : ENTRYPOINT ["/core-data"] 16:47:34 Removing intermediate container bad0aac04038 16:47:34 ---> e276fc7804f1 16:47:34 Step 15/23 : WORKDIR / 16:47:34 Removing intermediate container b2c166e7d22a 16:47:34 ---> f1003cc17624 16:47:34 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:34 ---> Running in 0644a6f8432c 16:47:34 ---> Running in 391c7d088551 16:47:34 25b303627fd3: Pull complete 16:47:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:47:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:47:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:34 prd-ubuntu20.04-docker-arm64-4c-16g-9907 does not seem to be running inside a container 16:47:34 Removing intermediate container 0644a6f8432c 16:47:34 ---> 100bf634cc46 16:47:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:47:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@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 16:47:34 ---> 94a1b6e19683 16:47:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:47:34 ---> d0ca1d1d2891 16:47:34 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:47:34 Removing intermediate container 391c7d088551 16:47:34 ---> 210c14094403 16:47:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:34 ---> Running in f1e7f5ceefd8 16:47:35 Removing intermediate container f1e7f5ceefd8 16:47:35 ---> 330a9fa82368 16:47:35 Step 20/22 : LABEL arch=x86_64 16:47:35 ---> 7e965da5ceb8 16:47:35 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:47:35 ---> 098999ea107f 16:47:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:47:35 ---> Running in e9f33d442e03 16:47:35 ---> Running in bdc4704c697d 16:47:35 ---> d142d3368fb9 16:47:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:47:35 Removing intermediate container bdc4704c697d 16:47:35 ---> 157c0581b7a6 16:47:35 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:35 ---> Running in a960c8ef9d44 16:47:35 ---> 9a9fe8072cb6 16:47:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:47:35 Removing intermediate container a960c8ef9d44 16:47:35 ---> 1d2ab7229a60 16:47:35 Step 22/22 : LABEL version=3.0.0-dev.95 16:47:35 ---> ea30b4e52a38 16:47:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:47:35 ---> Running in 479503a62c29 16:47:35 ---> b3d0617ab458 16:47:35 Step 20/24 : ENTRYPOINT ["/core-metadata"] 16:47:36 ---> Running in 4df7d3539279 16:47:36 Removing intermediate container 479503a62c29 16:47:36 ---> 3f9e8476bc55 16:47:36 16:47:36 ---> c7327bb33041 16:47:36 Step 19/23 : ENTRYPOINT ["/core-command"] 16:47:36 Successfully built 3f9e8476bc55 16:47:36 Successfully tagged core-data:latest 16:47:36  Building core-data ... done Building support-notifications 16:47:36 ---> Running in cf1adfb3bfe0 16:47:36 Removing intermediate container 4df7d3539279 16:47:36 ---> adf985e27014 16:47:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:47:36 Removing intermediate container e9f33d442e03 16:47:36 ---> 35041efeda71 16:47:36 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 16:47:36 $ docker top 5570bd66747992e0b15cc8854f236ef4c545d9349d05331a7006ba6339bdffe7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:37 ---> Running in be6ecf4843b7 16:47:37 ---> Running in 6ab83716867a 16:47:37 Removing intermediate container cf1adfb3bfe0 16:47:37 ---> 29b5e8b30c4c 16:47:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:47:37 + docker-compose build --help 16:47:37 + grep parallel 16:47:37 ---> Running in b1e4b3057959 16:47:37 Removing intermediate container 6ab83716867a 16:47:37 ---> 350d8a0369a1 16:47:37 Step 18/20 : LABEL arch=x86_64 16:47:37 Removing intermediate container be6ecf4843b7 16:47:37 ---> 58299baa1962 16:47:37 Step 22/24 : LABEL arch=x86_64 16:47:38 Removing intermediate container 3c2ba67bb44e 16:47:38 ---> 0bd3095f2fa3 16:47:38 Step 7/19 : COPY . . 16:47:38 Removing intermediate container b1e4b3057959 16:47:38 ---> 6611e3088662 16:47:38 Step 21/23 : LABEL arch=x86_64 16:47:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:47:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:38 ---> 7d4e95bbd8b0 16:47:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:47:38 ---> Using cache 16:47:38 ---> 50798ff5a903 16:47:38 Step 4/22 : WORKDIR /edgex-go 16:47:38 ---> Using cache 16:47:38 ---> c56ab7d91856 16:47:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:47:39 ---> Running in 5255e68a55ce 16:47:39 ---> Running in bff321dfa2f5 16:47:39 ---> Running in 5daea24aa88f 16:47:39 ---> Running in 02bb69ea4cb7 16:47:39 Removing intermediate container bff321dfa2f5 16:47:39 ---> 94b3bc447f9e 16:47:39 Step 19/20 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:39 Removing intermediate container 5255e68a55ce 16:47:39 ---> fe1eba90545a 16:47:39 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:40 Removing intermediate container 5daea24aa88f 16:47:40 ---> 9323a6295591 16:47:40 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:40 ---> Running in 92ca1e490e01 16:47:40 ---> Running in 2630d9dc3ff8 16:47:40 ---> Running in 69fb05b6efc2 16:47:40 Removing intermediate container 92ca1e490e01 16:47:40 ---> d724696db07b 16:47:40 Step 20/20 : LABEL version=3.0.0-dev.95 16:47:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:40 Removing intermediate container 69fb05b6efc2 16:47:40 ---> 14bd3ecf75f8 16:47:40 Step 23/23 : LABEL version=3.0.0-dev.95 16:47:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:40 ---> Running in baaa4f885d80 16:47:40 Removing intermediate container 2630d9dc3ff8 16:47:40 ---> 03717aeecc91 16:47:40 Step 24/24 : LABEL version=3.0.0-dev.95 16:47:40 ---> Running in 8121be07b175 16:47:40 ---> Running in ffb5672d880a 16:47:40 Removing intermediate container baaa4f885d80 16:47:40 ---> 8339d67a4da1 16:47:40 16:47:40 OK: 211 MiB in 51 packages 16:47:40 Successfully built 8339d67a4da1 16:47:40 Successfully tagged security-proxy-setup:latest 16:47:40  Building security-proxy-setup ... done Building security-proxy-auth 16:47:40 Removing intermediate container 8121be07b175 16:47:40 ---> 51231262ff16 16:47:40 16:47:40 Removing intermediate container ffb5672d880a 16:47:40 ---> 8c0ba66a7298 16:47:40 16:47:40 Successfully built 51231262ff16 16:47:40 Successfully tagged core-command:latest 16:47:40  Building core-command ... done Building security-spire-config 16:47:40 Successfully built 8c0ba66a7298 16:47:40 Successfully tagged core-metadata:latest 16:47:40 Building security-bootstrapper 16:47:42 --parallel Build images in parallel. [Pipeline] } 16:47:42 $ docker stop --time=1 5570bd66747992e0b15cc8854f236ef4c545d9349d05331a7006ba6339bdffe7 16:47:44  Building core-metadata ... done  ---> a132c0ec67b1 16:47:44 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:47:44 Removing intermediate container 02bb69ea4cb7 16:47:44 ---> 9c85cbb30a34 16:47:44 Step 6/22 : COPY go.mod vendor* ./ 16:47:44 ---> Running in cb0faf9cfad9 16:47:44 ---> 62e9b0fd7fce 16:47:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:47:44 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:47:44 ---> Running in f3f0c3496097 16:47:44 $ docker rm -f --volumes 5570bd66747992e0b15cc8854f236ef4c545d9349d05331a7006ba6339bdffe7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:47:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:45 prd-ubuntu20.04-docker-arm64-4c-16g-9907 does not seem to be running inside a container 16:47:45 $ 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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@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 16:47:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:47:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:47:46 ---> 7d4e95bbd8b0 16:47:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:47:46 ---> Using cache 16:47:46 ---> 50798ff5a903 16:47:46 Step 4/22 : WORKDIR /edgex-go 16:47:46 ---> Using cache 16:47:46 ---> c56ab7d91856 16:47:46 Step 5/22 : RUN apk add --update --no-cache make git 16:47:46 ---> Using cache 16:47:46 ---> 9784ccf22d8b 16:47:46 Step 6/22 : COPY go.mod vendor* ./ 16:47:46 ---> Using cache 16:47:46 ---> c9f0f3eb9e60 16:47:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:47:46 ---> Using cache 16:47:46 ---> a37c846bdfdd 16:47:46 Step 8/22 : COPY . . 16:47:46 ---> Using cache 16:47:46 ---> 26b7cb3cf74e 16:47:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 16:47:46 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:47:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:47:46 ---> 7d4e95bbd8b0 16:47:46 Step 3/24 : WORKDIR /edgex-go 16:47:46 ---> Using cache 16:47:46 ---> bc612feebd08 16:47:46 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:47:46 ---> Using cache 16:47:46 ---> 5869e0721af9 16:47:46 Step 5/24 : COPY go.mod vendor* ./ 16:47:46 ---> Using cache 16:47:46 ---> 80df0d2b87d5 16:47:46 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:47:46 ---> Using cache 16:47:46 ---> 408b47e29454 16:47:46 Step 7/24 : COPY . . 16:47:46 ---> Using cache 16:47:46 ---> a39d74178571 16:47:46 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:47:46 ---> Using cache 16:47:46 ---> 5c76a89d389c 16:47:46 Step 9/24 : WORKDIR /edgex-go/spire-build 16:47:46 ---> Using cache 16:47:46 ---> d8b091aa93fb 16:47:46 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 16:47:46 ---> Using cache 16:47:46 ---> d2d050632484 16:47:46 Step 11/24 : WORKDIR /edgex-go 16:47:46 ---> Using cache 16:47:46 ---> e53bfdd82b01 16:47:46 16:47:46 Step 12/24 : FROM alpine:3.15 16:47:46 ---> 5ce65d7b0fde 16:47:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:47:46 ---> Using cache 16:47:46 ---> f9706fb49ee7 16:47:46 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:47:46 $ docker top 1ae8752212cc99f4090b4a371b18ae17684244afb3e84d0758deb6b43ef05df6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:46 ---> Running in fa3091d522e3 16:47:46 ---> Running in 5ac2c396bac6 16:47:46 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:47:46 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:47:46 + docker-compose -f ./docker-compose-build.yml build --parallel 16:47:46 ---> 7d4e95bbd8b0 16:47:46 Step 3/32 : WORKDIR /edgex-go 16:47:46 ---> Using cache 16:47:46 ---> bc612feebd08 16:47:46 Step 4/32 : RUN apk add --update --no-cache make git 16:47:46 ---> Running in 95cf684822a7 16:47:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:47:47 OK: 211 MiB in 51 packages 16:47:47 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:47:47 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:47:47 OK: 15859 distinct packages available 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:47:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:47:48 (1/4) Installing dumb-init (1.2.5-r1) 16:47:48 (2/4) Installing musl-obstack (1.2.3-r0) 16:47:48 (3/4) Installing libucontext (1.1-r0) 16:47:48 (4/4) Installing gcompat (1.0.0-r4) 16:47:48 Executing busybox-1.34.1-r7.trigger 16:47:48 OK: 6 MiB in 18 packages 16:47:48 Removing intermediate container 95cf684822a7 16:47:48 ---> e207949b6cd1 16:47:48 Step 5/32 : COPY go.mod vendor* ./ 16:47:48 ---> 3c2712785e22 16:47:48 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:47:48 ---> Running in 32a7f31181a8 16:47:48 Removing intermediate container 5ac2c396bac6 16:47:48 ---> 8360e5c0217e 16:47:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:47:50 Building core-command ... 16:47:50 Building core-common-config-bootstrapper ... 16:47:50 Building core-data ... 16:47:50 Building core-metadata ... 16:47:50 Building security-bootstrapper ... 16:47:50 Building security-proxy-auth ... 16:47:50 Building security-proxy-setup ... 16:47:50 Building security-secretstore-setup ... 16:47:50 Building security-spiffe-token-provider ... 16:47:50 Building security-spire-agent ... 16:47:50 Building security-spire-config ... 16:47:50 Building security-spire-server ... 16:47:50 Building support-notifications ... 16:47:50 Building support-scheduler ... 16:47:50 Building security-spiffe-token-provider 16:47:50 Building core-command 16:47:50 Building security-spire-agent 16:47:50 Building core-data 16:47:50 Building security-proxy-auth 16:47:51 ---> 81e083635e16 16:47:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:47:51 ---> 5bedba59ae72 16:47:51 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:47:51 ---> Running in 0fd9519a2a25 16:47:52 Removing intermediate container 0fd9519a2a25 16:47:52 ---> d162933a953e 16:47:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:47:52 ---> 676569fb092d 16:47:52 Step 19/24 : WORKDIR / 16:47:52 ---> Running in 83212456a507 16:47:53 Removing intermediate container 83212456a507 16:47:53 ---> 71a8b7bea8a3 16:47:53 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:47:53 ---> Running in 725e065c63ce 16:47:53 Removing intermediate container 725e065c63ce 16:47:53 ---> 37b5fee80235 16:47:53 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:47:53 ---> Running in a0042dbc5f48 16:47:54 Removing intermediate container a0042dbc5f48 16:47:54 ---> 9885004af69b 16:47:54 Step 22/24 : LABEL arch=x86_64 16:47:54 ---> Running in 05c365e60ec7 16:47:55 Removing intermediate container 05c365e60ec7 16:47:55 ---> 9aea0e6f369d 16:47:55 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:47:55 ---> Running in dd3f72a51c54 16:47:55 Removing intermediate container dd3f72a51c54 16:47:55 ---> a1821227dd64 16:47:55 Step 24/24 : LABEL version=3.0.0-dev.95 16:47:55 ---> Running in f7c060fe056b 16:47:56 Removing intermediate container f7c060fe056b 16:47:56 ---> 655fcf1d9081 16:47:56 16:47:57 Successfully built 655fcf1d9081 16:47:57 Successfully tagged security-spire-config:latest 16:47:57 Building security-secretstore-setup 16:48:00 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:00 ---> 3e491f458f52 16:48:00 Step 3/23 : ARG ADD_BUILD_TAGS="" 16:48:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:48:00 ---> 3e491f458f52 16:48:00 Step 3/24 : WORKDIR /edgex-go 16:48:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:00 ---> 3e491f458f52 16:48:00 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:48:00 ---> Running in 188551c59f70 16:48:00 ---> Running in ba3a28faa125 16:48:00 ---> Running in e75b278c058e 16:48:00 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:00 Step 2/19 : FROM ${BUILDER_BASE} AS builder 16:48:00 ---> 3e491f458f52 16:48:00 Step 3/19 : WORKDIR /edgex-go 16:48:00 ---> Running in 6d5ec4e419ec 16:48:00 Removing intermediate container 188551c59f70 16:48:00 ---> dd0300701cb1 16:48:00 Step 4/23 : WORKDIR /edgex-go 16:48:00 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:00 ---> 3e491f458f52 16:48:00 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:48:00 ---> Using cache 16:48:00 ---> dd0300701cb1 16:48:00 Step 4/22 : WORKDIR /edgex-go 16:48:00 ---> Running in 6546a2be137f 16:48:00 ---> Running in 9c9752dcd86d 16:48:00 Removing intermediate container e75b278c058e 16:48:00 ---> c97a89a2df15 16:48:00 Step 4/22 : WORKDIR /edgex-go 16:48:00 Removing intermediate container ba3a28faa125 16:48:00 ---> 5ec3d311c5c7 16:48:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:48:00 ---> Running in 28cf048f6c08 16:48:00 ---> Running in 138070bcc447 16:48:01 Removing intermediate container 6d5ec4e419ec 16:48:01 ---> eb2d7074f7e2 16:48:01 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 16:48:01 Removing intermediate container 6546a2be137f 16:48:01 ---> 0e6a4c2b7930 16:48:01 Step 5/22 : RUN apk add --update --no-cache make git 16:48:01 Removing intermediate container 9c9752dcd86d 16:48:01 ---> ecf34dca4022 16:48:01 Step 5/23 : RUN apk add --update --no-cache make git 16:48:01 ---> Running in c44b5d6f700b 16:48:01 ---> Running in fc34faa6eebe 16:48:01 Removing intermediate container 28cf048f6c08 16:48:01 ---> 0737bccddcda 16:48:01 Step 5/22 : RUN apk add --update --no-cache make git 16:48:01 ---> Running in 5bf5e99da537 16:48:01 ---> Running in 16bd4c60930f 16:48:02  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:02 ---> 7d4e95bbd8b0 16:48:02 Step 3/23 : WORKDIR /edgex-go 16:48:02 ---> Using cache 16:48:02 ---> bc612feebd08 16:48:02 Step 4/23 : RUN apk add --update --no-cache make git 16:48:02 ---> Using cache 16:48:02 ---> e207949b6cd1 16:48:02 Step 5/23 : COPY go.mod vendor* ./ 16:48:02 ---> Using cache 16:48:02 ---> 3c2712785e22 16:48:02 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:03 ---> Running in fc73f727a9a4 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:03 Removing intermediate container f3f0c3496097 16:48:03 ---> cea2511abee2 16:48:03 Step 8/22 : COPY . . 16:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:04 OK: 221 MiB in 51 packages 16:48:05 OK: 221 MiB in 51 packages 16:48:05 v3.16.4-45-gacf6038d705 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 16:48:05 v3.16.4-42-gf483c31bb36 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 16:48:05 OK: 16903 distinct packages available 16:48:05 OK: 221 MiB in 51 packages 16:48:05 OK: 221 MiB in 51 packages 16:48:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:48:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:48:06 Removing intermediate container 138070bcc447 16:48:06 ---> 9232bd6e708a 16:48:06 Step 5/24 : COPY go.mod vendor* ./ 16:48:07 OK: 221 MiB in 51 packages 16:48:07 Removing intermediate container fc34faa6eebe 16:48:07 ---> 6494af3056c5 16:48:07 Step 6/22 : COPY go.mod vendor* ./ 16:48:07 Removing intermediate container 5bf5e99da537 16:48:07 ---> 80edbfbd6c16 16:48:07 Step 6/23 : COPY go.mod vendor* ./ 16:48:07 Removing intermediate container 16bd4c60930f 16:48:07 ---> c178b3bdaccd 16:48:07 Step 6/22 : COPY go.mod vendor* ./ 16:48:07 ---> 0ce6ab8f49eb 16:48:07 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:07 ---> Running in f47c253a3e90 16:48:08 ---> e111d636f706 16:48:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:08 ---> Running in e0ff8fbf9f09 16:48:08 ---> 77015216a59d 16:48:08 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:08 Removing intermediate container c44b5d6f700b 16:48:08 ---> 3c87d7210175 16:48:08 Step 5/19 : COPY go.mod vendor* ./ 16:48:08 ---> Running in d452fbb7ad8a 16:48:08 ---> 4ae0a9874452 16:48:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:08 ---> Running in c0a108101c69 16:48:09 ---> 30c351a528e3 16:48:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:48:09 ---> Running in 9852c3f07e25 16:48:09 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:48:09 ---> 72abee208988 16:48:09 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:09 ---> Running in 96a6ae850901 16:48:11 Removing intermediate container 32a7f31181a8 16:48:11 ---> 31353b8fca6b 16:48:11 Step 7/32 : COPY . . 16:48:11 Removing intermediate container fa3091d522e3 16:48:11 ---> 7b350f1b2ad2 16:48:11 16:48:11 Step 10/22 : FROM alpine:3.16 16:48:11 ---> dfd21b5a31f5 16:48:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:48:11 ---> Running in 80f75fcccb91 16:48:12 Removing intermediate container cb0faf9cfad9 16:48:12 ---> 7bb91d7530e1 16:48:12 16:48:12 Step 9/19 : FROM alpine:3.15 16:48:12 ---> 5ce65d7b0fde 16:48:12 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:48:12 ---> Using cache 16:48:12 ---> f9706fb49ee7 16:48:12 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:48:12 Removing intermediate container 80f75fcccb91 16:48:12 ---> 7a0e7ff3ec78 16:48:12 Step 12/22 : RUN apk add --update --no-cache dumb-init 16:48:13 ---> Running in b8a9041bcaf3 16:48:13 ---> Running in 96c4a111a528 16:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:48:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:48:14 (1/1) Installing dumb-init (1.2.5-r1) 16:48:14 Executing busybox-1.35.0-r17.trigger 16:48:14 OK: 6 MiB in 15 packages 16:48:14 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:48:14 v3.15.7-54-gb420672887e [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:48:14 OK: 15859 distinct packages available 16:48:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:48:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:48:14 (1/9) Installing ca-certificates (20220614-r0) 16:48:14 (2/9) Installing brotli-libs (1.0.9-r5) 16:48:14 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:48:14 (4/9) Installing libcurl (7.80.0-r6) 16:48:14 (5/9) Installing curl (7.80.0-r6) 16:48:14 (6/9) Installing dumb-init (1.2.5-r1) 16:48:14 (7/9) Installing musl-obstack (1.2.3-r0) 16:48:14 (8/9) Installing libucontext (1.1-r0) 16:48:14 (9/9) Installing gcompat (1.0.0-r4) 16:48:14 Executing busybox-1.34.1-r7.trigger 16:48:14 Executing ca-certificates-20220614-r0.trigger 16:48:14 OK: 8 MiB in 23 packages 16:48:18 ---> 96b4a7d793c9 16:48:18 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:48:18 ---> Running in 27aef6a846ff 16:48:18 Removing intermediate container 96c4a111a528 16:48:18 ---> 1872ecba08f1 16:48:18 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:18 Removing intermediate container b8a9041bcaf3 16:48:18 ---> cee0d2f0044c 16:48:18 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:19 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:48:19 ---> 54a7e163bb59 16:48:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 16:48:19 ---> 6859aaed758e 16:48:19 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:48:21 ---> 88ec66c0cd3a 16:48:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 16:48:21 ---> 8db62f1058e2 16:48:21 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:48:21 ---> ece861fe6eca 16:48:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 16:48:21 ---> f5a2cc6121d8 16:48:21 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:48:22 ---> c639ae456a76 16:48:22 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:48:22 ---> Running in af3ec99f9c01 16:48:22 ---> Running in f1fa6af9b92d 16:48:23 Removing intermediate container af3ec99f9c01 16:48:23 ---> 2e73ad152858 16:48:23 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:48:23 ---> Running in 8936f6a8fe6a 16:48:23 Removing intermediate container 8936f6a8fe6a 16:48:23 ---> 7478bf535e5d 16:48:23 Step 17/19 : LABEL arch=x86_64 16:48:24 ---> Running in 7a4655a61b73 16:48:24 Removing intermediate container f1fa6af9b92d 16:48:24 ---> d3a72ba0ee3e 16:48:24 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:48:24 Removing intermediate container 7a4655a61b73 16:48:24 ---> e330456c1794 16:48:24 Step 18/19 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:48:24 ---> Running in a52cc4af4f91 16:48:24 ---> Running in a4676d79ebc6 16:48:25 Removing intermediate container a52cc4af4f91 16:48:25 ---> 875e9cfb634e 16:48:25 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 16:48:25 ---> Running in adea12dcb3c4 16:48:25 Removing intermediate container a4676d79ebc6 16:48:25 ---> cd874dceb3e4 16:48:25 Step 19/19 : LABEL version=3.0.0-dev.95 16:48:26 ---> Running in ce106c19897f 16:48:26 Removing intermediate container adea12dcb3c4 16:48:26 ---> e23308bc4680 16:48:26 Step 20/22 : LABEL arch=x86_64 16:48:26 ---> Running in 8eed0da560ad 16:48:26 Removing intermediate container ce106c19897f 16:48:26 ---> 345184087f6c 16:48:26 16:48:26 Successfully built 345184087f6c 16:48:26 Successfully tagged security-spiffe-token-provider:latest 16:48:26  Building security-spiffe-token-provider ... done Building security-spire-server 16:48:28 Removing intermediate container 8eed0da560ad 16:48:28 ---> 74ae40930747 16:48:28 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:48:29 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:48:29 ---> 7d4e95bbd8b0 16:48:29 Step 3/23 : WORKDIR /edgex-go 16:48:29 ---> Using cache 16:48:29 ---> bc612feebd08 16:48:29 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 16:48:29 ---> Using cache 16:48:29 ---> 5869e0721af9 16:48:29 Step 5/23 : COPY go.mod vendor* ./ 16:48:29 ---> Using cache 16:48:29 ---> 80df0d2b87d5 16:48:29 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:29 ---> Using cache 16:48:29 ---> 408b47e29454 16:48:29 Step 7/23 : COPY . . 16:48:29 ---> Using cache 16:48:29 ---> a39d74178571 16:48:29 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 16:48:29 ---> Using cache 16:48:29 ---> 5c76a89d389c 16:48:29 Step 9/23 : WORKDIR /edgex-go/spire-build 16:48:29 ---> Using cache 16:48:29 ---> d8b091aa93fb 16:48:29 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 16:48:29 ---> Running in bdcd121301f0 16:48:29 ---> Running in c0189e8a643a 16:48:30 Removing intermediate container bdcd121301f0 16:48:30 ---> c82b37da2592 16:48:30 Step 22/22 : LABEL version=3.0.0-dev.95 16:48:30 ---> Running in 50b8b82deb04 16:48:30 Removing intermediate container fc73f727a9a4 16:48:30 ---> db61a3f45eb6 16:48:30 Step 7/23 : COPY . . 16:48:30 Removing intermediate container 50b8b82deb04 16:48:30 ---> e106ec6a47f8 16:48:30 16:48:30 Successfully built e106ec6a47f8 16:48:31 Successfully tagged security-proxy-auth:latest 16:48:31  Building security-proxy-auth ... done Building support-scheduler 16:48:33 Removing intermediate container c0189e8a643a 16:48:33 ---> fd0bb85146fe 16:48:33 Step 11/23 : WORKDIR /edgex-go 16:48:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:34 ---> 7d4e95bbd8b0 16:48:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:48:34 ---> Using cache 16:48:34 ---> 50798ff5a903 16:48:34 Step 4/22 : WORKDIR /edgex-go 16:48:34 ---> Using cache 16:48:34 ---> c56ab7d91856 16:48:34 Step 5/22 : RUN apk add --update --no-cache make git 16:48:34 ---> Using cache 16:48:34 ---> 9784ccf22d8b 16:48:34 Step 6/22 : COPY go.mod vendor* ./ 16:48:34 ---> Using cache 16:48:34 ---> c9f0f3eb9e60 16:48:34 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:34 ---> Using cache 16:48:34 ---> a37c846bdfdd 16:48:34 Step 8/22 : COPY . . 16:48:34 ---> Using cache 16:48:34 ---> 26b7cb3cf74e 16:48:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:48:34 ---> Running in c0747fe5b48e 16:48:34 ---> Running in c609fcd3e54b 16:48:34 ---> 000e168b0632 16:48:34 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:48:34 Removing intermediate container c0747fe5b48e 16:48:34 ---> 518ea50ae4f4 16:48:34 16:48:34 Step 12/23 : FROM alpine:3.15 16:48:34 ---> 5ce65d7b0fde 16:48:34 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:48:34 ---> Using cache 16:48:34 ---> f9706fb49ee7 16:48:34 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:48:34 ---> Using cache 16:48:34 ---> f281f812e1fe 16:48:34 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:48:34 ---> Running in 11ea912f23f9 16:48:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:48:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:48:37 ---> 88786c87ce35 16:48:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 16:48:37 Removing intermediate container 9852c3f07e25 16:48:37 ---> 2623d705c4df 16:48:37 16:48:37 Step 10/22 : FROM alpine:3.16 16:48:37 ---> dfd21b5a31f5 16:48:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:48:38 ---> Running in 8edbe570e975 16:48:38 ---> e96d1d13524a 16:48:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 16:48:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:48:38 ---> 3bf20b5fbf32 16:48:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 16:48:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:48:38 (1/2) Installing ca-certificates (20220614-r0) 16:48:39 (2/2) Installing dumb-init (1.2.5-r1) 16:48:39 Executing busybox-1.35.0-r17.trigger 16:48:39 Executing ca-certificates-20220614-r0.trigger 16:48:39 OK: 6 MiB in 16 packages 16:48:39 ---> 6a6a2d0f51a3 16:48:39 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:48:40 ---> Running in 5f1ccdd8c13a 16:48:40 Removing intermediate container 5f1ccdd8c13a 16:48:40 ---> 2a2125743a47 16:48:40 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:48:40 Removing intermediate container 8edbe570e975 16:48:40 ---> 598a0059bdee 16:48:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:48:41 ---> Running in 3afbe70d4d64 16:48:41 ---> Running in ba02c0150e32 16:48:41 Removing intermediate container 27aef6a846ff 16:48:41 ---> 09cc40bfded3 16:48:41 16:48:41 Step 9/32 : FROM alpine:3.16 16:48:41 ---> dfd21b5a31f5 16:48:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:48:41 Removing intermediate container 3afbe70d4d64 16:48:41 ---> beecc20d3292 16:48:41 Step 21/23 : LABEL arch=x86_64 16:48:41 ---> Running in 3c79e8cc3154 16:48:41 Removing intermediate container ba02c0150e32 16:48:41 ---> fa4e45e55f17 16:48:41 Step 13/22 : ENV APP_PORT=59860 16:48:41 ---> Running in 66cda157b36a 16:48:41 ---> Running in 628bb3bcc758 16:48:41 Removing intermediate container 3c79e8cc3154 16:48:41 ---> f0aa3d29d64c 16:48:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:48:41 Removing intermediate container 66cda157b36a 16:48:41 ---> 633d1415c693 16:48:41 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:48:42 ---> Running in 5f525c23acd9 16:48:42 ---> Running in 9bf3aab297af 16:48:42 Removing intermediate container 628bb3bcc758 16:48:42 ---> 873391e75721 16:48:42 Step 14/22 : EXPOSE $APP_PORT 16:48:42 ---> Running in 3e444d67496a 16:48:42 Removing intermediate container 9bf3aab297af 16:48:42 ---> 4b6cdb17382a 16:48:42 Step 23/23 : LABEL version=3.0.0-dev.95 16:48:42 ---> Running in 74ec77c7d7d4 16:48:42 Removing intermediate container 3e444d67496a 16:48:42 ---> 4b590df8f1b5 16:48:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:42 Removing intermediate container 74ec77c7d7d4 16:48:42 ---> de53db76bb6c 16:48:42 16:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:48:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:48:42 Successfully built de53db76bb6c 16:48:43 Successfully tagged security-spire-server:latest 16:48:43  Building security-spire-server ... done Building core-common-config-bootstrapper 16:48:43 ---> 5fb98e38a2f7 16:48:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:48:43 (1/2) Installing dumb-init (1.2.5-r1) 16:48:43 (2/2) Installing su-exec (0.2-r1) 16:48:43 Executing busybox-1.35.0-r17.trigger 16:48:43 OK: 6 MiB in 16 packages 16:48:45 ---> c6b71b779f73 16:48:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:48:45 Removing intermediate container 5f525c23acd9 16:48:45 ---> f2eb376f6adc 16:48:45 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:48:45 ---> Running in ff6c9a791aac 16:48:45 ---> 2e5f2bbf909f 16:48:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:48:45 ---> Running in 972cacd51c36 16:48:45 Removing intermediate container ff6c9a791aac 16:48:45 ---> 509617bbce0d 16:48:45 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:48:46 Removing intermediate container 972cacd51c36 16:48:46 ---> 8fb927769087 16:48:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:48:46 ---> Running in b4c8c8f6fa7d 16:48:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:48:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:46 ---> 7d4e95bbd8b0 16:48:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:48:46 ---> Using cache 16:48:46 ---> 50798ff5a903 16:48:46 Step 4/22 : WORKDIR /edgex-go 16:48:46 ---> Using cache 16:48:46 ---> c56ab7d91856 16:48:46 Step 5/22 : RUN apk add --update --no-cache make git 16:48:46 ---> Using cache 16:48:46 ---> 9784ccf22d8b 16:48:46 Step 6/22 : COPY go.mod vendor* ./ 16:48:46 ---> Using cache 16:48:46 ---> c9f0f3eb9e60 16:48:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:48:46 ---> Using cache 16:48:46 ---> a37c846bdfdd 16:48:46 Step 8/22 : COPY . . 16:48:46 ---> Using cache 16:48:46 ---> 26b7cb3cf74e 16:48:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 16:48:46 ---> Running in 14d1cd3d7cde 16:48:46 ---> Running in 5284979cccd5 16:48:46 Removing intermediate container b4c8c8f6fa7d 16:48:46 ---> 58726967935a 16:48:46 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:48:46 ---> Running in 1797a3db6e6d 16:48:47 Removing intermediate container 14d1cd3d7cde 16:48:47 ---> e2ae7d2e7c72 16:48:47 Step 20/22 : LABEL arch=x86_64 16:48:47 ---> Running in 504efa215118 16:48:47 Removing intermediate container 1797a3db6e6d 16:48:47 ---> 894b8920fa4f 16:48:47 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:48:47 Removing intermediate container 504efa215118 16:48:47 ---> bdd48a562410 16:48:47 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:48:47 ---> Running in ef915cdb2a9d 16:48:47 ---> Running in f642f53bd4a2 16:48:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 16:48:47 Removing intermediate container ef915cdb2a9d 16:48:47 ---> 7c138d1036c6 16:48:47 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:48:47 ---> Running in e5560b8fc517 16:48:47 Removing intermediate container f642f53bd4a2 16:48:47 ---> d1395781c17a 16:48:47 Step 22/22 : LABEL version=3.0.0-dev.95 16:48:47 ---> Running in ec00cb4ca6e0 16:48:48 Removing intermediate container ec00cb4ca6e0 16:48:48 ---> 76e71c71f354 16:48:48 16:48:48 Successfully built 76e71c71f354 16:48:48 Successfully tagged support-notifications:latest 16:48:49  Building support-notifications ... done Removing intermediate container e5560b8fc517 16:48:49 ---> d1c0b347a0b1 16:48:49 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:48:49 ---> Running in 638aa7c6e6dc 16:48:49 Removing intermediate container 638aa7c6e6dc 16:48:49 ---> 49d1227da89b 16:48:49 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:48:49 ---> cbd2555936bb 16:48:49 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:48:49 ---> Running in 497076cf96d4 16:48:51 Removing intermediate container 497076cf96d4 16:48:51 ---> 263da1d2ed27 16:48:51 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:51 ---> e1861d84982e 16:48:51 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:48:52 ---> 05fe00644aa6 16:48:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:48:53 ---> 0a49aa360fab 16:48:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:48:54 ---> 5cd156ce3897 16:48:54 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:48:54 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:48:54 ---> 6e8de99c8c0b 16:48:54 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:48:55 ---> d952c0070e00 16:48:55 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:48:55 ---> 50110a88b9f5 16:48:55 Step 27/32 : RUN chmod +x /entrypoint.sh 16:48:55 ---> Running in 129531211d39 16:48:57 Removing intermediate container 129531211d39 16:48:57 ---> 460b7fdd848b 16:48:57 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:48:57 ---> Running in f7ad46b289e7 16:48:57 Removing intermediate container f7ad46b289e7 16:48:57 ---> 0de18d624ac9 16:48:57 Step 29/32 : CMD ["gate"] 16:48:58 ---> Running in 6127b60ef3dd 16:48:58 Removing intermediate container 11ea912f23f9 16:48:58 ---> a21918b19880 16:48:58 16:48:58 Step 9/23 : FROM alpine:3.16 16:48:58 ---> dfd21b5a31f5 16:48:58 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:48:58 ---> Running in 0708a6712767 16:48:58 Removing intermediate container 6127b60ef3dd 16:48:58 ---> 084845f19c4d 16:48:58 Step 30/32 : LABEL arch=x86_64 16:48:58 ---> Running in 7a544353ac4e 16:48:58 Removing intermediate container 7a544353ac4e 16:48:58 ---> 3a78ba453595 16:48:58 Step 31/32 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:48:58 ---> Running in 5245507bf942 16:48:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:48:58 Removing intermediate container 5245507bf942 16:48:58 ---> 2a0a549d5e00 16:48:58 Step 32/32 : LABEL version=3.0.0-dev.95 16:48:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:48:58 ---> Running in fa84c6707e7c 16:48:59 (1/3) Installing ca-certificates (20220614-r0) 16:48:59 (2/3) Installing dumb-init (1.2.5-r1) 16:48:59 (3/3) Installing su-exec (0.2-r1) 16:48:59 Executing busybox-1.35.0-r17.trigger 16:48:59 Executing ca-certificates-20220614-r0.trigger 16:48:59 Removing intermediate container fa84c6707e7c 16:48:59 ---> b522b1dc615d 16:48:59 16:48:59 OK: 6 MiB in 17 packages 16:48:59 Successfully built b522b1dc615d 16:48:59 Successfully tagged security-bootstrapper:latest 16:49:00  Building security-bootstrapper ... done Removing intermediate container 0708a6712767 16:49:00 ---> ef8eea8d055a 16:49:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:49:00 ---> Running in c2f6f388f00e 16:49:00 Removing intermediate container c2f6f388f00e 16:49:00 ---> 4a2f5e6ade4c 16:49:00 Step 12/23 : WORKDIR / 16:49:00 ---> Running in f67a33427642 16:49:00 Removing intermediate container f67a33427642 16:49:00 ---> e33dadef0cb8 16:49:00 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:49:01 ---> 507a3cb38ae6 16:49:01 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:49:01 ---> 858abc6fcfc0 16:49:01 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:49:02 ---> 5fe14af0fdab 16:49:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:49:03 Removing intermediate container c609fcd3e54b 16:49:03 ---> 0c2b2a6bef85 16:49:03 16:49:03 Step 10/22 : FROM alpine:3.16 16:49:03 ---> dfd21b5a31f5 16:49:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:49:03 ---> Using cache 16:49:03 ---> cfb1e9d40e56 16:49:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:03 ---> Using cache 16:49:03 ---> 6d52a92d6215 16:49:03 Step 13/22 : ENV APP_PORT=59861 16:49:03 ---> 012f11eb5e99 16:49:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:49:03 ---> Running in 53efd008002d 16:49:03 Removing intermediate container 53efd008002d 16:49:03 ---> 4bfb84592fca 16:49:03 Step 14/22 : EXPOSE $APP_PORT 16:49:03 ---> Running in e7af9c2c9072 16:49:03 Removing intermediate container e7af9c2c9072 16:49:03 ---> b9ff6e4df0cd 16:49:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:03 ---> d93d1fb2f42c 16:49:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:49:03 ---> 32cd92b01933 16:49:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:49:03 ---> 5066665e9a44 16:49:03 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:49:03 ---> Running in 7a27bf93b448 16:49:04 ---> 53162347b7c3 16:49:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:49:04 ---> 1f0e41853ccd 16:49:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:49:04 Removing intermediate container 7a27bf93b448 16:49:04 ---> 5057c00230fc 16:49:04 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 16:49:04 ---> Running in 752279990ba6 16:49:05 ---> Running in 25369a9c6209 16:49:05 Removing intermediate container 752279990ba6 16:49:05 ---> 1e942cd97f1e 16:49:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:49:05 ---> Running in 22b36461a4cb 16:49:05 Removing intermediate container 25369a9c6209 16:49:05 ---> a26b0bb0eb57 16:49:05 Step 21/23 : LABEL arch=x86_64 16:49:05 ---> Running in af5571469cf6 16:49:05 Removing intermediate container 22b36461a4cb 16:49:05 ---> 856b2b6c369f 16:49:05 Step 20/22 : LABEL arch=x86_64 16:49:05 ---> Running in 640907f78281 16:49:05 Removing intermediate container af5571469cf6 16:49:05 ---> 872a4c3c7d10 16:49:05 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:05 ---> Running in 484bbd1162fa 16:49:05 Removing intermediate container 640907f78281 16:49:05 ---> 45f764253d0d 16:49:05 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:05 ---> Running in 36d4813832cd 16:49:05 Removing intermediate container 484bbd1162fa 16:49:05 ---> d4b260ec8e11 16:49:05 Step 23/23 : LABEL version=3.0.0-dev.95 16:49:05 ---> Running in 78a84aa575c4 16:49:05 Removing intermediate container 36d4813832cd 16:49:05 ---> 215ad6e07261 16:49:05 Step 22/22 : LABEL version=3.0.0-dev.95 16:49:05 Removing intermediate container 78a84aa575c4 16:49:05 ---> 89452a08325e 16:49:05 16:49:05 ---> Running in ee9a50c05aa0 16:49:05 Successfully built 89452a08325e 16:49:05 Successfully tagged security-secretstore-setup:latest 16:49:05  Building security-secretstore-setup ... done Removing intermediate container ee9a50c05aa0 16:49:05 ---> 8ca79ff7b525 16:49:05 16:49:05 Successfully built 8ca79ff7b525 16:49:06 Successfully tagged support-scheduler:latest 16:49:07  Building support-scheduler ... done Removing intermediate container 5284979cccd5 16:49:07 ---> a6b4e864aa4b 16:49:07 16:49:07 Step 10/22 : FROM alpine:3.16 16:49:07 ---> dfd21b5a31f5 16:49:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:49:07 ---> Using cache 16:49:07 ---> 7a0e7ff3ec78 16:49:07 Step 12/22 : RUN apk add --update --no-cache dumb-init 16:49:07 ---> Using cache 16:49:07 ---> 1872ecba08f1 16:49:07 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:07 ---> Using cache 16:49:07 ---> 54a7e163bb59 16:49:07 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 16:49:07 ---> 7715e2acccd0 16:49:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 16:49:07 ---> b61e53db96db 16:49:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 16:49:07 ---> f6cb76e87ffe 16:49:07 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:49:07 ---> Running in 0c464a0a0360 16:49:08 Removing intermediate container 0c464a0a0360 16:49:08 ---> e7e9e7b527e9 16:49:08 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:49:08 ---> Running in 5e32851e4b4d 16:49:08 Removing intermediate container 5e32851e4b4d 16:49:08 ---> 32d92a36b273 16:49:08 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 16:49:08 ---> Running in 79be0eeba8b1 16:49:08 Removing intermediate container 79be0eeba8b1 16:49:08 ---> e6d0a788a967 16:49:08 Step 20/22 : LABEL arch=x86_64 16:49:08 ---> Running in 3e8db7cdc3d6 16:49:08 Removing intermediate container 3e8db7cdc3d6 16:49:08 ---> 5494d30f85ff 16:49:08 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:08 ---> Running in 6f25fda3d561 16:49:08 Removing intermediate container 6f25fda3d561 16:49:08 ---> 77ece2c079e7 16:49:08 Step 22/22 : LABEL version=3.0.0-dev.95 16:49:08 ---> Running in 0e2c3a356b9d 16:49:08 Removing intermediate container 0e2c3a356b9d 16:49:08 ---> 4db3f0bedecc 16:49:08 16:49:08 Successfully built 4db3f0bedecc 16:49:08 Successfully tagged core-common-config-bootstrapper:latest 16:49:08  Building core-common-config-bootstrapper ... done  [Pipeline] } 16:49:09 $ docker stop --time=1 db5234cc8718652f72ee1fc5b60c27eced25f2ca250bfec866ac103a3dd2be87 16:49:10 $ docker rm -f --volumes db5234cc8718652f72ee1fc5b60c27eced25f2ca250bfec866ac103a3dd2be87 [Pipeline] // withDockerContainer [Pipeline] sh 16:49:10 + docker images 16:49:10 REPOSITORY TAG IMAGE ID CREATED SIZE 16:49:10 core-common-config-bootstrapper latest 4db3f0bedecc 2 seconds ago 15.5MB 16:49:10 a6b4e864aa4b 4 seconds ago 1.68GB 16:49:10 security-secretstore-setup latest 89452a08325e 5 seconds ago 29.9MB 16:49:10 support-scheduler latest 8ca79ff7b525 5 seconds ago 30.1MB 16:49:10 0c2b2a6bef85 8 seconds ago 1.75GB 16:49:10 security-bootstrapper latest b522b1dc615d 11 seconds ago 19.8MB 16:49:10 a21918b19880 12 seconds ago 1.67GB 16:49:10 support-notifications latest 76e71c71f354 23 seconds ago 30.7MB 16:49:10 security-spire-server latest de53db76bb6c 28 seconds ago 86.5MB 16:49:10 09cc40bfded3 30 seconds ago 1.67GB 16:49:10 2623d705c4df 33 seconds ago 1.75GB 16:49:10 518ea50ae4f4 36 seconds ago 1.55GB 16:49:10 security-proxy-auth latest e106ec6a47f8 40 seconds ago 16.2MB 16:49:10 security-spiffe-token-provider latest 345184087f6c 44 seconds ago 30MB 16:49:10 7bb91d7530e1 59 seconds ago 1.72GB 16:49:10 7b350f1b2ad2 About a minute ago 1.66GB 16:49:10 security-spire-config latest 655fcf1d9081 About a minute ago 85.8MB 16:49:10 security-proxy-setup latest 8339d67a4da1 About a minute ago 16.5MB 16:49:10 core-metadata latest 8c0ba66a7298 About a minute ago 18.5MB 16:49:10 core-command latest 51231262ff16 About a minute ago 17.8MB 16:49:10 core-data latest 3f9e8476bc55 About a minute ago 18MB 16:49:10 6f7615b22964 About a minute ago 1.69GB 16:49:10 ab64c9add519 About a minute ago 1.68GB 16:49:10 e4fb8d20c7e1 About a minute ago 1.69GB 16:49:10 06a57b5deb1d About a minute ago 1.66GB 16:49:10 security-spire-agent latest 39434be23ed3 About a minute ago 125MB 16:49:10 e53bfdd82b01 2 minutes ago 1.55GB 16:49:10 ci-base-image-x86_64 latest 7d4e95bbd8b0 5 minutes ago 903MB 16:49:10 alpine 3.15 5ce65d7b0fde 4 weeks ago 5.59MB 16:49:10 alpine 3.16 dfd21b5a31f5 4 weeks ago 5.55MB 16:49:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 16:49:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 8 months ago 253MB 16:49:10 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 16:49:10 provisioning config files... 16:49:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/457@tmp/config17316616519483171132tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:49:11 ---> docker-login.sh 16:49:11 nexus3.edgexfoundry.org:10001 16:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:11 Configure a credential helper to remove this warning. See 16:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:11 16:49:11 Login Succeeded 16:49:11 nexus3.edgexfoundry.org:10002 16:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:11 Configure a credential helper to remove this warning. See 16:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:11 16:49:11 Login Succeeded 16:49:11 nexus3.edgexfoundry.org:10003 16:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:11 Configure a credential helper to remove this warning. See 16:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:11 16:49:11 Login Succeeded 16:49:11 nexus3.edgexfoundry.org:10004 16:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:11 Configure a credential helper to remove this warning. See 16:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:11 16:49:11 Login Succeeded 16:49:11 docker.io 16:49:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:11 Configure a credential helper to remove this warning. See 16:49:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:11 16:49:11 Login Succeeded 16:49:11 ---> docker-login.sh ends [Pipeline] } 16:49:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:49:11 [edgeXDocker.push] Tagging docker image core-command with the following tags: 16:49:11 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:11 latest 16:49:11 3.0.0-dev.95 16:49:11 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:11 main 16:49:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:12 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:12 + docker push nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 16:49:12 f16793431b6e: Preparing 16:49:12 6d49a72ed4e1: Preparing 16:49:12 312463016f11: Preparing 16:49:12 f093e04894af: Preparing 16:49:12 aa5968d388b8: Preparing 16:49:12 aa5968d388b8: Layer already exists 16:49:12 f093e04894af: Pushed 16:49:12 f16793431b6e: Pushed 16:49:12 312463016f11: Pushed 16:49:13 6d49a72ed4e1: Pushed 16:49:13 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:8dbfeae2f3f37635bc5227255fa1e32219528d35cd14f10e55318266f8fc5fae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:14 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 16:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 16:49:14 f16793431b6e: Preparing 16:49:14 6d49a72ed4e1: Preparing 16:49:14 312463016f11: Preparing 16:49:14 f093e04894af: Preparing 16:49:14 aa5968d388b8: Preparing 16:49:14 f16793431b6e: Layer already exists 16:49:14 6d49a72ed4e1: Layer already exists 16:49:14 aa5968d388b8: Layer already exists 16:49:14 f093e04894af: Layer already exists 16:49:14 312463016f11: Layer already exists 16:49:14 latest: digest: sha256:8dbfeae2f3f37635bc5227255fa1e32219528d35cd14f10e55318266f8fc5fae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:14 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:15 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.95 16:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 16:49:15 f16793431b6e: Preparing 16:49:15 6d49a72ed4e1: Preparing 16:49:15 312463016f11: Preparing 16:49:15 f093e04894af: Preparing 16:49:15 aa5968d388b8: Preparing 16:49:15 f16793431b6e: Layer already exists 16:49:15 312463016f11: Layer already exists 16:49:15 f093e04894af: Layer already exists 16:49:15 aa5968d388b8: Layer already exists 16:49:15 6d49a72ed4e1: Layer already exists 16:49:15 3.0.0-dev.95: digest: sha256:8dbfeae2f3f37635bc5227255fa1e32219528d35cd14f10e55318266f8fc5fae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:15 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:15 + docker push nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 16:49:15 f16793431b6e: Preparing 16:49:15 6d49a72ed4e1: Preparing 16:49:15 312463016f11: Preparing 16:49:15 f093e04894af: Preparing 16:49:15 aa5968d388b8: Preparing 16:49:15 6d49a72ed4e1: Layer already exists 16:49:15 aa5968d388b8: Layer already exists 16:49:15 f093e04894af: Layer already exists 16:49:15 f16793431b6e: Layer already exists 16:49:15 312463016f11: Layer already exists 16:49:15 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:8dbfeae2f3f37635bc5227255fa1e32219528d35cd14f10e55318266f8fc5fae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:16 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:16 + docker push nexus3.edgexfoundry.org:10004/core-command:main 16:49:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 16:49:16 f16793431b6e: Preparing 16:49:16 6d49a72ed4e1: Preparing 16:49:16 312463016f11: Preparing 16:49:16 f093e04894af: Preparing 16:49:16 aa5968d388b8: Preparing 16:49:16 aa5968d388b8: Layer already exists 16:49:16 6d49a72ed4e1: Layer already exists 16:49:16 312463016f11: Layer already exists 16:49:16 f093e04894af: Layer already exists 16:49:16 f16793431b6e: Layer already exists 16:49:16 main: digest: sha256:8dbfeae2f3f37635bc5227255fa1e32219528d35cd14f10e55318266f8fc5fae size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:16 ===================================================== [Pipeline] echo 16:49:16 taggedImages: 16:49:16 - nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:16 - nexus3.edgexfoundry.org:10004/core-command:latest 16:49:16 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.95 16:49:16 - nexus3.edgexfoundry.org:10004/core-command:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:16 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 16:49:16 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 16:49:16 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:16 latest 16:49:16 3.0.0-dev.95 16:49:16 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:16 main 16:49:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:16 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:17 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 16:49:17 15a569268318: Preparing 16:49:17 fee649860c86: Preparing 16:49:17 bd8b13c34e3e: Preparing 16:49:17 a45e7f3c06f9: Preparing 16:49:17 312463016f11: Preparing 16:49:17 a09911fe854d: Preparing 16:49:17 aa5968d388b8: Preparing 16:49:17 a09911fe854d: Waiting 16:49:17 aa5968d388b8: Waiting 16:49:17 312463016f11: Layer already exists 16:49:17 fee649860c86: Pushed 16:49:17 a09911fe854d: Pushed 16:49:17 aa5968d388b8: Layer already exists 16:49:17 15a569268318: Pushed 16:49:17 bd8b13c34e3e: Pushed 16:49:18 a45e7f3c06f9: Pushed 16:49:18 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:39dae740e97a25382d23fad0755365d9eaf683817d2e6eff5ebbecd089b7cb25 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:18 + 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 16:49:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 16:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 16:49:19 15a569268318: Preparing 16:49:19 fee649860c86: Preparing 16:49:19 bd8b13c34e3e: Preparing 16:49:19 a45e7f3c06f9: Preparing 16:49:19 312463016f11: Preparing 16:49:19 a09911fe854d: Preparing 16:49:19 aa5968d388b8: Preparing 16:49:19 a09911fe854d: Waiting 16:49:19 aa5968d388b8: Waiting 16:49:19 fee649860c86: Layer already exists 16:49:19 15a569268318: Layer already exists 16:49:19 312463016f11: Layer already exists 16:49:19 a45e7f3c06f9: Layer already exists 16:49:19 bd8b13c34e3e: Layer already exists 16:49:19 a09911fe854d: Layer already exists 16:49:19 aa5968d388b8: Layer already exists 16:49:19 latest: digest: sha256:39dae740e97a25382d23fad0755365d9eaf683817d2e6eff5ebbecd089b7cb25 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:19 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.95 16:49:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 16:49:19 15a569268318: Preparing 16:49:19 fee649860c86: Preparing 16:49:19 bd8b13c34e3e: Preparing 16:49:19 a45e7f3c06f9: Preparing 16:49:19 312463016f11: Preparing 16:49:19 a09911fe854d: Preparing 16:49:19 aa5968d388b8: Preparing 16:49:19 a09911fe854d: Waiting 16:49:19 aa5968d388b8: Waiting 16:49:19 fee649860c86: Layer already exists 16:49:19 15a569268318: Layer already exists 16:49:19 bd8b13c34e3e: Layer already exists 16:49:19 a45e7f3c06f9: Layer already exists 16:49:19 312463016f11: Layer already exists 16:49:19 a09911fe854d: Layer already exists 16:49:19 aa5968d388b8: Layer already exists 16:49:19 3.0.0-dev.95: digest: sha256:39dae740e97a25382d23fad0755365d9eaf683817d2e6eff5ebbecd089b7cb25 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:19 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 16:49:20 15a569268318: Preparing 16:49:20 fee649860c86: Preparing 16:49:20 bd8b13c34e3e: Preparing 16:49:20 a45e7f3c06f9: Preparing 16:49:20 312463016f11: Preparing 16:49:20 a09911fe854d: Preparing 16:49:20 aa5968d388b8: Preparing 16:49:20 a09911fe854d: Waiting 16:49:20 aa5968d388b8: Waiting 16:49:20 bd8b13c34e3e: Layer already exists 16:49:20 a45e7f3c06f9: Layer already exists 16:49:20 fee649860c86: Layer already exists 16:49:20 15a569268318: Layer already exists 16:49:20 312463016f11: Layer already exists 16:49:20 a09911fe854d: Layer already exists 16:49:20 aa5968d388b8: Layer already exists 16:49:20 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:39dae740e97a25382d23fad0755365d9eaf683817d2e6eff5ebbecd089b7cb25 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:20 + 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 16:49:20 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 16:49:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 16:49:20 15a569268318: Preparing 16:49:20 fee649860c86: Preparing 16:49:20 bd8b13c34e3e: Preparing 16:49:20 a45e7f3c06f9: Preparing 16:49:20 312463016f11: Preparing 16:49:20 a09911fe854d: Preparing 16:49:20 aa5968d388b8: Preparing 16:49:20 a09911fe854d: Waiting 16:49:20 aa5968d388b8: Waiting 16:49:20 bd8b13c34e3e: Layer already exists 16:49:20 a45e7f3c06f9: Layer already exists 16:49:20 fee649860c86: Layer already exists 16:49:20 312463016f11: Layer already exists 16:49:20 15a569268318: Layer already exists 16:49:20 a09911fe854d: Layer already exists 16:49:20 aa5968d388b8: Layer already exists 16:49:20 main: digest: sha256:39dae740e97a25382d23fad0755365d9eaf683817d2e6eff5ebbecd089b7cb25 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:20 ===================================================== [Pipeline] echo 16:49:20 taggedImages: 16:49:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 16:49:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.95 16:49:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:20 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 16:49:20 [edgeXDocker.push] Tagging docker image core-data with the following tags: 16:49:20 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:20 latest 16:49:20 3.0.0-dev.95 16:49:20 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:20 main 16:49:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:21 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:21 + docker push nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 16:49:21 cd92c0096d2c: Preparing 16:49:21 a5a6efb72db7: Preparing 16:49:21 312463016f11: Preparing 16:49:21 735a691c32d7: Preparing 16:49:21 aa5968d388b8: Preparing 16:49:21 aa5968d388b8: Layer already exists 16:49:21 312463016f11: Layer already exists 16:49:21 735a691c32d7: Pushed 16:49:21 cd92c0096d2c: Pushed 16:49:22 a5a6efb72db7: Pushed 16:49:22 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:1fc94ebd343f3f2b0e2c280349aecfa6683cc5e32ff688f4fa4f1af196e7ff84 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:23 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 16:49:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 16:49:23 cd92c0096d2c: Preparing 16:49:23 a5a6efb72db7: Preparing 16:49:23 312463016f11: Preparing 16:49:23 735a691c32d7: Preparing 16:49:23 aa5968d388b8: Preparing 16:49:23 312463016f11: Layer already exists 16:49:23 cd92c0096d2c: Layer already exists 16:49:23 aa5968d388b8: Layer already exists 16:49:23 735a691c32d7: Layer already exists 16:49:23 a5a6efb72db7: Layer already exists 16:49:23 latest: digest: sha256:1fc94ebd343f3f2b0e2c280349aecfa6683cc5e32ff688f4fa4f1af196e7ff84 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:23 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:24 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.95 16:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 16:49:24 cd92c0096d2c: Preparing 16:49:24 a5a6efb72db7: Preparing 16:49:24 312463016f11: Preparing 16:49:24 735a691c32d7: Preparing 16:49:24 aa5968d388b8: Preparing 16:49:24 312463016f11: Layer already exists 16:49:24 735a691c32d7: Layer already exists 16:49:24 cd92c0096d2c: Layer already exists 16:49:24 aa5968d388b8: Layer already exists 16:49:24 a5a6efb72db7: Layer already exists 16:49:24 3.0.0-dev.95: digest: sha256:1fc94ebd343f3f2b0e2c280349aecfa6683cc5e32ff688f4fa4f1af196e7ff84 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:24 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:24 + docker push nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 16:49:24 cd92c0096d2c: Preparing 16:49:24 a5a6efb72db7: Preparing 16:49:24 312463016f11: Preparing 16:49:24 735a691c32d7: Preparing 16:49:24 aa5968d388b8: Preparing 16:49:24 aa5968d388b8: Layer already exists 16:49:24 cd92c0096d2c: Layer already exists 16:49:24 735a691c32d7: Layer already exists 16:49:24 312463016f11: Layer already exists 16:49:24 a5a6efb72db7: Layer already exists 16:49:24 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:1fc94ebd343f3f2b0e2c280349aecfa6683cc5e32ff688f4fa4f1af196e7ff84 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:25 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:25 + docker push nexus3.edgexfoundry.org:10004/core-data:main 16:49:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 16:49:25 cd92c0096d2c: Preparing 16:49:25 a5a6efb72db7: Preparing 16:49:25 312463016f11: Preparing 16:49:25 735a691c32d7: Preparing 16:49:25 aa5968d388b8: Preparing 16:49:25 735a691c32d7: Layer already exists 16:49:25 312463016f11: Layer already exists 16:49:25 a5a6efb72db7: Layer already exists 16:49:25 cd92c0096d2c: Layer already exists 16:49:25 aa5968d388b8: Layer already exists 16:49:25 main: digest: sha256:1fc94ebd343f3f2b0e2c280349aecfa6683cc5e32ff688f4fa4f1af196e7ff84 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:25 ===================================================== [Pipeline] echo 16:49:25 taggedImages: 16:49:25 - nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:25 - nexus3.edgexfoundry.org:10004/core-data:latest 16:49:25 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.95 16:49:25 - nexus3.edgexfoundry.org:10004/core-data:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:25 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 16:49:25 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 16:49:25 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:25 latest 16:49:25 3.0.0-dev.95 16:49:25 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:25 main 16:49:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:25 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:26 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 16:49:26 9278f297e7fd: Preparing 16:49:26 bb7e32911aa3: Preparing 16:49:26 a2bd4b5d72ef: Preparing 16:49:26 312463016f11: Preparing 16:49:26 f093e04894af: Preparing 16:49:26 aa5968d388b8: Preparing 16:49:26 aa5968d388b8: Waiting 16:49:26 f093e04894af: Layer already exists 16:49:26 312463016f11: Layer already exists 16:49:26 aa5968d388b8: Layer already exists 16:49:26 9278f297e7fd: Pushed 16:49:26 bb7e32911aa3: Pushed 16:49:27 a2bd4b5d72ef: Pushed 16:49:27 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:1d93f9f02ac7a346722518b7639efaffbcc15aecc66832f46251d20cb0992a35 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:27 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 16:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 16:49:28 9278f297e7fd: Preparing 16:49:28 bb7e32911aa3: Preparing 16:49:28 a2bd4b5d72ef: Preparing 16:49:28 312463016f11: Preparing 16:49:28 f093e04894af: Preparing 16:49:28 aa5968d388b8: Preparing 16:49:28 aa5968d388b8: Waiting 16:49:28 9278f297e7fd: Layer already exists 16:49:28 bb7e32911aa3: Layer already exists 16:49:28 f093e04894af: Layer already exists 16:49:28 a2bd4b5d72ef: Layer already exists 16:49:28 312463016f11: Layer already exists 16:49:28 aa5968d388b8: Layer already exists 16:49:28 latest: digest: sha256:1d93f9f02ac7a346722518b7639efaffbcc15aecc66832f46251d20cb0992a35 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:28 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:28 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.95 16:49:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 16:49:28 9278f297e7fd: Preparing 16:49:28 bb7e32911aa3: Preparing 16:49:28 a2bd4b5d72ef: Preparing 16:49:28 312463016f11: Preparing 16:49:28 f093e04894af: Preparing 16:49:28 aa5968d388b8: Preparing 16:49:28 aa5968d388b8: Waiting 16:49:28 312463016f11: Layer already exists 16:49:28 a2bd4b5d72ef: Layer already exists 16:49:28 9278f297e7fd: Layer already exists 16:49:28 f093e04894af: Layer already exists 16:49:28 bb7e32911aa3: Layer already exists 16:49:28 aa5968d388b8: Layer already exists 16:49:28 3.0.0-dev.95: digest: sha256:1d93f9f02ac7a346722518b7639efaffbcc15aecc66832f46251d20cb0992a35 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:29 + docker push nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 16:49:29 9278f297e7fd: Preparing 16:49:29 bb7e32911aa3: Preparing 16:49:29 a2bd4b5d72ef: Preparing 16:49:29 312463016f11: Preparing 16:49:29 f093e04894af: Preparing 16:49:29 aa5968d388b8: Preparing 16:49:29 aa5968d388b8: Waiting 16:49:29 a2bd4b5d72ef: Layer already exists 16:49:29 9278f297e7fd: Layer already exists 16:49:29 f093e04894af: Layer already exists 16:49:29 bb7e32911aa3: Layer already exists 16:49:29 312463016f11: Layer already exists 16:49:29 aa5968d388b8: Layer already exists 16:49:29 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:1d93f9f02ac7a346722518b7639efaffbcc15aecc66832f46251d20cb0992a35 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:29 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:30 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 16:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 16:49:30 9278f297e7fd: Preparing 16:49:30 bb7e32911aa3: Preparing 16:49:30 a2bd4b5d72ef: Preparing 16:49:30 312463016f11: Preparing 16:49:30 f093e04894af: Preparing 16:49:30 aa5968d388b8: Preparing 16:49:30 aa5968d388b8: Waiting 16:49:30 bb7e32911aa3: Layer already exists 16:49:30 a2bd4b5d72ef: Layer already exists 16:49:30 f093e04894af: Layer already exists 16:49:30 9278f297e7fd: Layer already exists 16:49:30 312463016f11: Layer already exists 16:49:30 aa5968d388b8: Layer already exists 16:49:30 main: digest: sha256:1d93f9f02ac7a346722518b7639efaffbcc15aecc66832f46251d20cb0992a35 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:30 ===================================================== [Pipeline] echo 16:49:30 taggedImages: 16:49:30 - nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:30 - nexus3.edgexfoundry.org:10004/core-metadata:latest 16:49:30 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.95 16:49:30 - nexus3.edgexfoundry.org:10004/core-metadata:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:30 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 16:49:30 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 16:49:30 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:30 latest 16:49:30 3.0.0-dev.95 16:49:30 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:30 main 16:49:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:30 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:30 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 16:49:30 64a91b9e8de9: Preparing 16:49:30 64a91b9e8de9: Preparing 16:49:30 455109b445ff: Preparing 16:49:30 f68f92f9f517: Preparing 16:49:30 522af2c10d4c: Preparing 16:49:30 1645ece43fe8: Preparing 16:49:30 7357082238ab: Preparing 16:49:30 312463016f11: Preparing 16:49:30 dd2d3beeed15: Preparing 16:49:30 934431389581: Preparing 16:49:30 f40abd5f3583: Preparing 16:49:30 69f55f64d8ed: Preparing 16:49:30 aa5968d388b8: Preparing 16:49:30 dd2d3beeed15: Waiting 16:49:30 934431389581: Waiting 16:49:30 7357082238ab: Waiting 16:49:30 f40abd5f3583: Waiting 16:49:30 312463016f11: Waiting 16:49:30 69f55f64d8ed: Waiting 16:49:30 aa5968d388b8: Waiting 16:49:30 f68f92f9f517: Pushed 16:49:30 522af2c10d4c: Pushed 16:49:30 64a91b9e8de9: Pushed 16:49:30 455109b445ff: Pushed 16:49:30 1645ece43fe8: Pushed 16:49:30 312463016f11: Layer already exists 16:49:31 934431389581: Pushed 16:49:31 69f55f64d8ed: Pushed 16:49:31 dd2d3beeed15: Pushed 16:49:31 aa5968d388b8: Layer already exists 16:49:31 f40abd5f3583: Pushed 16:49:32 7357082238ab: Pushed 16:49:32 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:5790ce18dbcaa881470aa041d020bf3c4dd1b244bffe867db1b5a861ca16dbd0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:32 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 16:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 16:49:33 64a91b9e8de9: Preparing 16:49:33 64a91b9e8de9: Preparing 16:49:33 455109b445ff: Preparing 16:49:33 f68f92f9f517: Preparing 16:49:33 522af2c10d4c: Preparing 16:49:33 1645ece43fe8: Preparing 16:49:33 7357082238ab: Preparing 16:49:33 312463016f11: Preparing 16:49:33 dd2d3beeed15: Preparing 16:49:33 934431389581: Preparing 16:49:33 f40abd5f3583: Preparing 16:49:33 69f55f64d8ed: Preparing 16:49:33 aa5968d388b8: Preparing 16:49:33 69f55f64d8ed: Waiting 16:49:33 dd2d3beeed15: Waiting 16:49:33 f40abd5f3583: Waiting 16:49:33 934431389581: Waiting 16:49:33 312463016f11: Waiting 16:49:33 aa5968d388b8: Waiting 16:49:33 7357082238ab: Waiting 16:49:33 1645ece43fe8: Layer already exists 16:49:33 f68f92f9f517: Layer already exists 16:49:33 522af2c10d4c: Layer already exists 16:49:33 455109b445ff: Layer already exists 16:49:33 64a91b9e8de9: Layer already exists 16:49:33 dd2d3beeed15: Layer already exists 16:49:33 7357082238ab: Layer already exists 16:49:33 f40abd5f3583: Layer already exists 16:49:33 934431389581: Layer already exists 16:49:33 312463016f11: Layer already exists 16:49:33 aa5968d388b8: Layer already exists 16:49:33 69f55f64d8ed: Layer already exists 16:49:33 latest: digest: sha256:5790ce18dbcaa881470aa041d020bf3c4dd1b244bffe867db1b5a861ca16dbd0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:33 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:33 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.95 16:49:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 16:49:33 64a91b9e8de9: Preparing 16:49:33 64a91b9e8de9: Preparing 16:49:33 455109b445ff: Preparing 16:49:33 f68f92f9f517: Preparing 16:49:33 522af2c10d4c: Preparing 16:49:33 1645ece43fe8: Preparing 16:49:33 7357082238ab: Preparing 16:49:33 312463016f11: Preparing 16:49:33 dd2d3beeed15: Preparing 16:49:33 934431389581: Preparing 16:49:33 f40abd5f3583: Preparing 16:49:33 69f55f64d8ed: Preparing 16:49:33 aa5968d388b8: Preparing 16:49:33 dd2d3beeed15: Waiting 16:49:33 934431389581: Waiting 16:49:33 f40abd5f3583: Waiting 16:49:33 7357082238ab: Waiting 16:49:33 69f55f64d8ed: Waiting 16:49:33 312463016f11: Waiting 16:49:33 aa5968d388b8: Waiting 16:49:33 64a91b9e8de9: Layer already exists 16:49:33 1645ece43fe8: Layer already exists 16:49:33 522af2c10d4c: Layer already exists 16:49:33 455109b445ff: Layer already exists 16:49:33 f68f92f9f517: Layer already exists 16:49:33 312463016f11: Layer already exists 16:49:33 7357082238ab: Layer already exists 16:49:33 dd2d3beeed15: Layer already exists 16:49:33 f40abd5f3583: Layer already exists 16:49:33 934431389581: Layer already exists 16:49:33 69f55f64d8ed: Layer already exists 16:49:33 aa5968d388b8: Layer already exists 16:49:33 3.0.0-dev.95: digest: sha256:5790ce18dbcaa881470aa041d020bf3c4dd1b244bffe867db1b5a861ca16dbd0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 16:49:34 64a91b9e8de9: Preparing 16:49:34 64a91b9e8de9: Preparing 16:49:34 455109b445ff: Preparing 16:49:34 f68f92f9f517: Preparing 16:49:34 522af2c10d4c: Preparing 16:49:34 1645ece43fe8: Preparing 16:49:34 7357082238ab: Preparing 16:49:34 312463016f11: Preparing 16:49:34 dd2d3beeed15: Preparing 16:49:34 934431389581: Preparing 16:49:34 f40abd5f3583: Preparing 16:49:34 69f55f64d8ed: Preparing 16:49:34 aa5968d388b8: Preparing 16:49:34 dd2d3beeed15: Waiting 16:49:34 69f55f64d8ed: Waiting 16:49:34 934431389581: Waiting 16:49:34 f40abd5f3583: Waiting 16:49:34 aa5968d388b8: Waiting 16:49:34 7357082238ab: Waiting 16:49:34 312463016f11: Waiting 16:49:34 1645ece43fe8: Layer already exists 16:49:34 f68f92f9f517: Layer already exists 16:49:34 64a91b9e8de9: Layer already exists 16:49:34 455109b445ff: Layer already exists 16:49:34 522af2c10d4c: Layer already exists 16:49:34 7357082238ab: Layer already exists 16:49:34 934431389581: Layer already exists 16:49:34 f40abd5f3583: Layer already exists 16:49:34 dd2d3beeed15: Layer already exists 16:49:34 312463016f11: Layer already exists 16:49:34 aa5968d388b8: Layer already exists 16:49:34 69f55f64d8ed: Layer already exists 16:49:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:5790ce18dbcaa881470aa041d020bf3c4dd1b244bffe867db1b5a861ca16dbd0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:34 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:34 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 16:49:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 16:49:34 64a91b9e8de9: Preparing 16:49:34 64a91b9e8de9: Preparing 16:49:34 455109b445ff: Preparing 16:49:34 f68f92f9f517: Preparing 16:49:34 522af2c10d4c: Preparing 16:49:34 1645ece43fe8: Preparing 16:49:34 7357082238ab: Preparing 16:49:34 312463016f11: Preparing 16:49:34 dd2d3beeed15: Preparing 16:49:34 934431389581: Preparing 16:49:34 f40abd5f3583: Preparing 16:49:34 69f55f64d8ed: Preparing 16:49:34 aa5968d388b8: Preparing 16:49:34 312463016f11: Waiting 16:49:34 7357082238ab: Waiting 16:49:34 934431389581: Waiting 16:49:34 dd2d3beeed15: Waiting 16:49:34 f40abd5f3583: Waiting 16:49:34 69f55f64d8ed: Waiting 16:49:34 aa5968d388b8: Waiting 16:49:34 f68f92f9f517: Layer already exists 16:49:34 455109b445ff: Layer already exists 16:49:34 1645ece43fe8: Layer already exists 16:49:34 64a91b9e8de9: Layer already exists 16:49:34 522af2c10d4c: Layer already exists 16:49:34 dd2d3beeed15: Layer already exists 16:49:34 f40abd5f3583: Layer already exists 16:49:34 7357082238ab: Layer already exists 16:49:34 934431389581: Layer already exists 16:49:34 312463016f11: Layer already exists 16:49:34 aa5968d388b8: Layer already exists 16:49:34 69f55f64d8ed: Layer already exists 16:49:34 main: digest: sha256:5790ce18dbcaa881470aa041d020bf3c4dd1b244bffe867db1b5a861ca16dbd0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:34 ===================================================== [Pipeline] echo 16:49:34 taggedImages: 16:49:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 16:49:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.95 16:49:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:34 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 16:49:34 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 16:49:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:34 latest 16:49:34 3.0.0-dev.95 16:49:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:34 main 16:49:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:35 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 16:49:35 1f1f56790a81: Preparing 16:49:35 2ff715ae856c: Preparing 16:49:35 bf7b23b59893: Preparing 16:49:35 9b71aa21a490: Preparing 16:49:35 312463016f11: Preparing 16:49:35 a09911fe854d: Preparing 16:49:35 aa5968d388b8: Preparing 16:49:35 a09911fe854d: Waiting 16:49:35 aa5968d388b8: Waiting 16:49:35 312463016f11: Layer already exists 16:49:35 a09911fe854d: Layer already exists 16:49:35 aa5968d388b8: Layer already exists 16:49:35 1f1f56790a81: Pushed 16:49:35 bf7b23b59893: Pushed 16:49:35 2ff715ae856c: Pushed 16:49:36 9b71aa21a490: Pushed 16:49:36 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:07c4fa22cb2077d4aa8fde231e280501f141d542ef7f4bfee7362794dfd583d5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 16:49:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 16:49:37 1f1f56790a81: Preparing 16:49:37 2ff715ae856c: Preparing 16:49:37 bf7b23b59893: Preparing 16:49:37 9b71aa21a490: Preparing 16:49:37 312463016f11: Preparing 16:49:37 a09911fe854d: Preparing 16:49:37 aa5968d388b8: Preparing 16:49:37 a09911fe854d: Waiting 16:49:37 aa5968d388b8: Waiting 16:49:37 2ff715ae856c: Layer already exists 16:49:37 312463016f11: Layer already exists 16:49:37 bf7b23b59893: Layer already exists 16:49:37 1f1f56790a81: Layer already exists 16:49:37 9b71aa21a490: Layer already exists 16:49:37 a09911fe854d: Layer already exists 16:49:37 aa5968d388b8: Layer already exists 16:49:37 latest: digest: sha256:07c4fa22cb2077d4aa8fde231e280501f141d542ef7f4bfee7362794dfd583d5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:37 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.95 16:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 16:49:38 1f1f56790a81: Preparing 16:49:38 2ff715ae856c: Preparing 16:49:38 bf7b23b59893: Preparing 16:49:38 9b71aa21a490: Preparing 16:49:38 312463016f11: Preparing 16:49:38 a09911fe854d: Preparing 16:49:38 aa5968d388b8: Preparing 16:49:38 a09911fe854d: Waiting 16:49:38 aa5968d388b8: Waiting 16:49:38 2ff715ae856c: Layer already exists 16:49:38 1f1f56790a81: Layer already exists 16:49:38 bf7b23b59893: Layer already exists 16:49:38 9b71aa21a490: Layer already exists 16:49:38 312463016f11: Layer already exists 16:49:38 aa5968d388b8: Layer already exists 16:49:38 a09911fe854d: Layer already exists 16:49:38 3.0.0-dev.95: digest: sha256:07c4fa22cb2077d4aa8fde231e280501f141d542ef7f4bfee7362794dfd583d5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 16:49:38 1f1f56790a81: Preparing 16:49:38 2ff715ae856c: Preparing 16:49:38 bf7b23b59893: Preparing 16:49:38 9b71aa21a490: Preparing 16:49:38 312463016f11: Preparing 16:49:38 a09911fe854d: Preparing 16:49:38 aa5968d388b8: Preparing 16:49:38 a09911fe854d: Waiting 16:49:38 aa5968d388b8: Waiting 16:49:38 312463016f11: Layer already exists 16:49:38 1f1f56790a81: Layer already exists 16:49:38 9b71aa21a490: Layer already exists 16:49:38 2ff715ae856c: Layer already exists 16:49:38 bf7b23b59893: Layer already exists 16:49:38 a09911fe854d: Layer already exists 16:49:38 aa5968d388b8: Layer already exists 16:49:38 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:07c4fa22cb2077d4aa8fde231e280501f141d542ef7f4bfee7362794dfd583d5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:38 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 16:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 16:49:39 1f1f56790a81: Preparing 16:49:39 2ff715ae856c: Preparing 16:49:39 bf7b23b59893: Preparing 16:49:39 9b71aa21a490: Preparing 16:49:39 312463016f11: Preparing 16:49:39 a09911fe854d: Preparing 16:49:39 aa5968d388b8: Preparing 16:49:39 aa5968d388b8: Waiting 16:49:39 a09911fe854d: Waiting 16:49:39 312463016f11: Layer already exists 16:49:39 bf7b23b59893: Layer already exists 16:49:39 2ff715ae856c: Layer already exists 16:49:39 9b71aa21a490: Layer already exists 16:49:39 1f1f56790a81: Layer already exists 16:49:39 a09911fe854d: Layer already exists 16:49:39 aa5968d388b8: Layer already exists 16:49:39 main: digest: sha256:07c4fa22cb2077d4aa8fde231e280501f141d542ef7f4bfee7362794dfd583d5 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:39 ===================================================== [Pipeline] echo 16:49:39 taggedImages: 16:49:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 16:49:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.95 16:49:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:39 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 16:49:39 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 16:49:39 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:39 latest 16:49:39 3.0.0-dev.95 16:49:39 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:39 main 16:49:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:39 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 16:49:39 8ab0663d4cb5: Preparing 16:49:39 88dff38f5987: Preparing 16:49:39 c032c5461500: Preparing 16:49:39 feee24c4dd45: Preparing 16:49:39 602d130f305e: Preparing 16:49:39 7cb1321f0d0d: Preparing 16:49:39 aa5968d388b8: Preparing 16:49:39 7cb1321f0d0d: Waiting 16:49:39 8ab0663d4cb5: Pushed 16:49:39 602d130f305e: Pushed 16:49:39 88dff38f5987: Pushed 16:49:39 feee24c4dd45: Pushed 16:49:39 aa5968d388b8: Layer already exists 16:49:40 7cb1321f0d0d: Pushed 16:49:41 c032c5461500: Pushed 16:49:41 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:9f5ca9a1b1e622a430a664bef3d42afb4f7300dbceb663ccfac9bc8ceaa90f32 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:41 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 16:49:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 16:49:41 8ab0663d4cb5: Preparing 16:49:41 88dff38f5987: Preparing 16:49:41 c032c5461500: Preparing 16:49:41 feee24c4dd45: Preparing 16:49:41 602d130f305e: Preparing 16:49:41 7cb1321f0d0d: Preparing 16:49:41 aa5968d388b8: Preparing 16:49:41 7cb1321f0d0d: Waiting 16:49:41 602d130f305e: Layer already exists 16:49:41 c032c5461500: Layer already exists 16:49:41 8ab0663d4cb5: Layer already exists 16:49:41 88dff38f5987: Layer already exists 16:49:41 feee24c4dd45: Layer already exists 16:49:41 7cb1321f0d0d: Layer already exists 16:49:41 aa5968d388b8: Layer already exists 16:49:41 latest: digest: sha256:9f5ca9a1b1e622a430a664bef3d42afb4f7300dbceb663ccfac9bc8ceaa90f32 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.95 16:49:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 16:49:42 8ab0663d4cb5: Preparing 16:49:42 88dff38f5987: Preparing 16:49:42 c032c5461500: Preparing 16:49:42 feee24c4dd45: Preparing 16:49:42 602d130f305e: Preparing 16:49:42 7cb1321f0d0d: Preparing 16:49:42 aa5968d388b8: Preparing 16:49:42 7cb1321f0d0d: Waiting 16:49:42 aa5968d388b8: Waiting 16:49:42 feee24c4dd45: Layer already exists 16:49:42 88dff38f5987: Layer already exists 16:49:42 c032c5461500: Layer already exists 16:49:42 602d130f305e: Layer already exists 16:49:42 8ab0663d4cb5: Layer already exists 16:49:42 7cb1321f0d0d: Layer already exists 16:49:42 aa5968d388b8: Layer already exists 16:49:42 3.0.0-dev.95: digest: sha256:9f5ca9a1b1e622a430a664bef3d42afb4f7300dbceb663ccfac9bc8ceaa90f32 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:42 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 16:49:43 8ab0663d4cb5: Preparing 16:49:43 88dff38f5987: Preparing 16:49:43 c032c5461500: Preparing 16:49:43 feee24c4dd45: Preparing 16:49:43 602d130f305e: Preparing 16:49:43 7cb1321f0d0d: Preparing 16:49:43 aa5968d388b8: Preparing 16:49:43 7cb1321f0d0d: Waiting 16:49:43 aa5968d388b8: Waiting 16:49:43 feee24c4dd45: Layer already exists 16:49:43 8ab0663d4cb5: Layer already exists 16:49:43 88dff38f5987: Layer already exists 16:49:43 c032c5461500: Layer already exists 16:49:43 602d130f305e: Layer already exists 16:49:43 aa5968d388b8: Layer already exists 16:49:43 7cb1321f0d0d: Layer already exists 16:49:43 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:9f5ca9a1b1e622a430a664bef3d42afb4f7300dbceb663ccfac9bc8ceaa90f32 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:43 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 16:49:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 16:49:43 8ab0663d4cb5: Preparing 16:49:43 88dff38f5987: Preparing 16:49:43 c032c5461500: Preparing 16:49:43 feee24c4dd45: Preparing 16:49:43 602d130f305e: Preparing 16:49:43 7cb1321f0d0d: Preparing 16:49:43 aa5968d388b8: Preparing 16:49:43 aa5968d388b8: Waiting 16:49:43 c032c5461500: Layer already exists 16:49:43 88dff38f5987: Layer already exists 16:49:43 602d130f305e: Layer already exists 16:49:43 feee24c4dd45: Layer already exists 16:49:43 8ab0663d4cb5: Layer already exists 16:49:43 7cb1321f0d0d: Layer already exists 16:49:43 aa5968d388b8: Layer already exists 16:49:43 main: digest: sha256:9f5ca9a1b1e622a430a664bef3d42afb4f7300dbceb663ccfac9bc8ceaa90f32 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:43 ===================================================== [Pipeline] echo 16:49:43 taggedImages: 16:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 16:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.95 16:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:43 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 16:49:43 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 16:49:43 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:43 latest 16:49:43 3.0.0-dev.95 16:49:43 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:43 main 16:49:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:44 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 16:49:44 e5232991cdb3: Preparing 16:49:44 d7e66f6994e8: Preparing 16:49:44 c730af68c2de: Preparing 16:49:44 82c14f60dc8a: Preparing 16:49:44 1d95c49ebf05: Preparing 16:49:44 b93fbb290ab8: Preparing 16:49:44 85f6ac1bcc71: Preparing 16:49:44 db300da961ef: Preparing 16:49:44 aa5968d388b8: Preparing 16:49:44 b93fbb290ab8: Waiting 16:49:44 db300da961ef: Waiting 16:49:44 85f6ac1bcc71: Waiting 16:49:44 aa5968d388b8: Waiting 16:49:44 e5232991cdb3: Pushed 16:49:44 1d95c49ebf05: Pushed 16:49:44 d7e66f6994e8: Pushed 16:49:44 b93fbb290ab8: Pushed 16:49:44 aa5968d388b8: Layer already exists 16:49:44 85f6ac1bcc71: Pushed 16:49:44 db300da961ef: Pushed 16:49:45 82c14f60dc8a: Pushed 16:49:45 c730af68c2de: Pushed 16:49:46 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:08ee92135ae563afa462f78f20ea64b2d8d1e5c1b16d1b8c90deb37b775ac000 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:46 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:46 Removing intermediate container d452fbb7ad8a 16:49:46 ---> 9747ecfd898b 16:49:46 Step 8/23 : COPY . . 16:49:46 Removing intermediate container 96a6ae850901 16:49:46 ---> d1df3720e94b 16:49:46 Step 7/19 : COPY . . 16:49:46 Removing intermediate container f47c253a3e90 16:49:46 ---> 984631569840 16:49:46 Step 7/24 : COPY . . 16:49:46 Removing intermediate container e0ff8fbf9f09 16:49:46 ---> 46ad5bfa2512 16:49:46 Step 8/22 : COPY . . 16:49:46 Removing intermediate container c0a108101c69 16:49:46 ---> 4ea93e919689 16:49:46 Step 8/22 : COPY . . 16:49:46 ---> 55398dff686e 16:49:46 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:49:46 ---> 205cc0dc27d0 16:49:46 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 16:49:46 ---> 8c93d2c3898e 16:49:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 16:49:46 ---> a048bd7716c6 16:49:46 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 16:49:46 ---> a17faa16ff01 16:49:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 16:49:46 ---> Running in 0106fb45ad62 16:49:46 ---> Running in 3c250911d619 16:49:46 ---> Running in 302b1d1da72c 16:49:46 ---> Running in 62b9ada7c6ce 16:49:46 ---> Running in ca8a013ee947 16:49:46 Removing intermediate container 0106fb45ad62 16:49:46 ---> c8a6675c2b96 16:49:46 Step 9/24 : WORKDIR /edgex-go/spire-build 16:49:46 ---> Running in f2ae4ab2f2d2 16:49:46 Removing intermediate container f2ae4ab2f2d2 16:49:46 ---> a4c0b5d5072b 16:49:46 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 16:49:46 ---> Running in acc01c48411a 16:49:46 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 16:49:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 16:49:46 e5232991cdb3: Preparing 16:49:46 d7e66f6994e8: Preparing 16:49:46 c730af68c2de: Preparing 16:49:46 82c14f60dc8a: Preparing 16:49:46 1d95c49ebf05: Preparing 16:49:46 b93fbb290ab8: Preparing 16:49:46 85f6ac1bcc71: Preparing 16:49:46 db300da961ef: Preparing 16:49:46 aa5968d388b8: Preparing 16:49:46 b93fbb290ab8: Waiting 16:49:46 85f6ac1bcc71: Waiting 16:49:46 db300da961ef: Waiting 16:49:46 aa5968d388b8: Waiting 16:49:46 c730af68c2de: Layer already exists 16:49:46 d7e66f6994e8: Layer already exists 16:49:46 82c14f60dc8a: Layer already exists 16:49:46 1d95c49ebf05: Layer already exists 16:49:46 e5232991cdb3: Layer already exists 16:49:46 b93fbb290ab8: Layer already exists 16:49:46 aa5968d388b8: Layer already exists 16:49:46 db300da961ef: Layer already exists 16:49:46 85f6ac1bcc71: Layer already exists 16:49:46 latest: digest: sha256:08ee92135ae563afa462f78f20ea64b2d8d1e5c1b16d1b8c90deb37b775ac000 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:49:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.95 16:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 16:49:47 e5232991cdb3: Preparing 16:49:47 d7e66f6994e8: Preparing 16:49:47 c730af68c2de: Preparing 16:49:47 82c14f60dc8a: Preparing 16:49:47 1d95c49ebf05: Preparing 16:49:47 b93fbb290ab8: Preparing 16:49:47 85f6ac1bcc71: Preparing 16:49:47 db300da961ef: Preparing 16:49:47 aa5968d388b8: Preparing 16:49:47 85f6ac1bcc71: Waiting 16:49:47 db300da961ef: Waiting 16:49:47 b93fbb290ab8: Waiting 16:49:47 aa5968d388b8: Waiting 16:49:47 1d95c49ebf05: Layer already exists 16:49:47 e5232991cdb3: Layer already exists 16:49:47 d7e66f6994e8: Layer already exists 16:49:47 82c14f60dc8a: Layer already exists 16:49:47 c730af68c2de: Layer already exists 16:49:47 b93fbb290ab8: Layer already exists 16:49:47 db300da961ef: Layer already exists 16:49:47 85f6ac1bcc71: Layer already exists 16:49:47 aa5968d388b8: Layer already exists 16:49:47 3.0.0-dev.95: digest: sha256:08ee92135ae563afa462f78f20ea64b2d8d1e5c1b16d1b8c90deb37b775ac000 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 16:49:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:47 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:47 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 16:49:47 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 16:49:47 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 16:49:47 e5232991cdb3: Preparing 16:49:47 d7e66f6994e8: Preparing 16:49:47 c730af68c2de: Preparing 16:49:47 82c14f60dc8a: Preparing 16:49:47 1d95c49ebf05: Preparing 16:49:47 b93fbb290ab8: Preparing 16:49:47 85f6ac1bcc71: Preparing 16:49:47 db300da961ef: Preparing 16:49:47 aa5968d388b8: Preparing 16:49:47 db300da961ef: Waiting 16:49:47 85f6ac1bcc71: Waiting 16:49:47 aa5968d388b8: Waiting 16:49:47 b93fbb290ab8: Waiting 16:49:47 82c14f60dc8a: Layer already exists 16:49:47 c730af68c2de: Layer already exists 16:49:47 e5232991cdb3: Layer already exists 16:49:47 1d95c49ebf05: Layer already exists 16:49:47 d7e66f6994e8: Layer already exists 16:49:47 85f6ac1bcc71: Layer already exists 16:49:47 b93fbb290ab8: Layer already exists 16:49:47 db300da961ef: Layer already exists 16:49:47 aa5968d388b8: Layer already exists 16:49:47 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:08ee92135ae563afa462f78f20ea64b2d8d1e5c1b16d1b8c90deb37b775ac000 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:48 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 16:49:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 16:49:48 e5232991cdb3: Preparing 16:49:48 d7e66f6994e8: Preparing 16:49:48 c730af68c2de: Preparing 16:49:48 82c14f60dc8a: Preparing 16:49:48 1d95c49ebf05: Preparing 16:49:48 b93fbb290ab8: Preparing 16:49:48 85f6ac1bcc71: Preparing 16:49:48 db300da961ef: Preparing 16:49:48 aa5968d388b8: Preparing 16:49:48 85f6ac1bcc71: Waiting 16:49:48 b93fbb290ab8: Waiting 16:49:48 db300da961ef: Waiting 16:49:48 aa5968d388b8: Waiting 16:49:48 82c14f60dc8a: Layer already exists 16:49:48 d7e66f6994e8: Layer already exists 16:49:48 e5232991cdb3: Layer already exists 16:49:48 1d95c49ebf05: Layer already exists 16:49:48 c730af68c2de: Layer already exists 16:49:48 aa5968d388b8: Layer already exists 16:49:48 85f6ac1bcc71: Layer already exists 16:49:48 db300da961ef: Layer already exists 16:49:48 b93fbb290ab8: Layer already exists 16:49:48 main: digest: sha256:08ee92135ae563afa462f78f20ea64b2d8d1e5c1b16d1b8c90deb37b775ac000 size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:48 ===================================================== [Pipeline] echo 16:49:48 taggedImages: 16:49:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 16:49:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.95 16:49:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:48 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 16:49:48 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 16:49:48 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:48 latest 16:49:48 3.0.0-dev.95 16:49:48 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:48 main 16:49:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:48 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:49 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 16:49:49 67bac1264a51: Preparing 16:49:49 6f28e84382b1: Preparing 16:49:49 312463016f11: Preparing 16:49:49 7beb69fd548e: Preparing 16:49:49 4e6476652798: Preparing 16:49:49 4e6476652798: Layer already exists 16:49:49 312463016f11: Layer already exists 16:49:49 67bac1264a51: Pushed 16:49:49 7beb69fd548e: Pushed 16:49:52 Removing intermediate container acc01c48411a 16:49:52 ---> 0102f95db520 16:49:52 Step 11/24 : WORKDIR /edgex-go 16:49:52 ---> Running in 890e88ac937e 16:49:52 6f28e84382b1: Pushed 16:49:52 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:be07b31a91b802dcb600395eae28f29dcdb42b382c75c742ebe4ba8ba70f3aeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:52 + 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 16:49:52 Removing intermediate container 890e88ac937e 16:49:52 ---> 3d531856174f 16:49:52 16:49:52 Step 12/24 : FROM alpine:3.15 16:49:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 16:49:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 16:49:52 67bac1264a51: Preparing 16:49:52 6f28e84382b1: Preparing 16:49:52 312463016f11: Preparing 16:49:52 7beb69fd548e: Preparing 16:49:52 4e6476652798: Preparing 16:49:52 6f28e84382b1: Layer already exists 16:49:52 67bac1264a51: Layer already exists 16:49:52 7beb69fd548e: Layer already exists 16:49:52 4e6476652798: Layer already exists 16:49:52 312463016f11: Layer already exists 16:49:52 latest: digest: sha256:be07b31a91b802dcb600395eae28f29dcdb42b382c75c742ebe4ba8ba70f3aeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:53 3.15: Pulling from library/alpine 16:49:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:53 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.95 16:49:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 16:49:53 67bac1264a51: Preparing 16:49:53 6f28e84382b1: Preparing 16:49:53 312463016f11: Preparing 16:49:53 7beb69fd548e: Preparing 16:49:53 4e6476652798: Preparing 16:49:53 6f28e84382b1: Layer already exists 16:49:53 4e6476652798: Layer already exists 16:49:53 67bac1264a51: Layer already exists 16:49:53 7beb69fd548e: Layer already exists 16:49:53 312463016f11: Layer already exists 16:49:53 3.0.0-dev.95: digest: sha256:be07b31a91b802dcb600395eae28f29dcdb42b382c75c742ebe4ba8ba70f3aeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:53 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 16:49:54 67bac1264a51: Preparing 16:49:54 6f28e84382b1: Preparing 16:49:54 312463016f11: Preparing 16:49:54 7beb69fd548e: Preparing 16:49:54 4e6476652798: Preparing 16:49:54 6f28e84382b1: Layer already exists 16:49:54 7beb69fd548e: Layer already exists 16:49:54 4e6476652798: Layer already exists 16:49:54 67bac1264a51: Layer already exists 16:49:54 312463016f11: Layer already exists 16:49:54 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:be07b31a91b802dcb600395eae28f29dcdb42b382c75c742ebe4ba8ba70f3aeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:54 + 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 16:49:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 16:49:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 16:49:54 67bac1264a51: Preparing 16:49:54 6f28e84382b1: Preparing 16:49:54 312463016f11: Preparing 16:49:54 7beb69fd548e: Preparing 16:49:54 4e6476652798: Preparing 16:49:54 67bac1264a51: Layer already exists 16:49:54 6f28e84382b1: Layer already exists 16:49:54 4e6476652798: Layer already exists 16:49:54 7beb69fd548e: Layer already exists 16:49:54 312463016f11: Layer already exists 16:49:54 main: digest: sha256:be07b31a91b802dcb600395eae28f29dcdb42b382c75c742ebe4ba8ba70f3aeb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:49:54 ===================================================== [Pipeline] echo 16:49:54 taggedImages: 16:49:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 16:49:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.95 16:49:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:54 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 16:49:54 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 16:49:54 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:54 latest 16:49:54 3.0.0-dev.95 16:49:54 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:49:54 main 16:49:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:55 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 16:49:55 Status: Downloaded newer image for alpine:3.15 16:49:55 ---> 354640af7b1b 16:49:55 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:49:55 ---> Running in 10f7345d5d0e 16:49:55 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:49:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:49:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 16:49:55 2bf8bc5f1379: Preparing 16:49:55 2fa05d3b860a: Preparing 16:49:55 b35f8cb98edb: Preparing 16:49:55 391e4f24332a: Preparing 16:49:55 66bd4271c526: Preparing 16:49:55 18696a11fd19: Preparing 16:49:55 4e6476652798: Preparing 16:49:55 4e6476652798: Waiting 16:49:55 18696a11fd19: Waiting 16:49:55 2bf8bc5f1379: Pushed 16:49:55 b35f8cb98edb: Pushed 16:49:55 2fa05d3b860a: Pushed 16:49:55 4e6476652798: Layer already exists 16:49:55 Removing intermediate container 10f7345d5d0e 16:49:55 ---> f937c9fa3638 16:49:55 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:49:55 ---> Running in 379d9f3c672d 16:49:56 18696a11fd19: Pushed 16:49:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:49:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:49:59 66bd4271c526: Pushed 16:50:00 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:50:00 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:50:00 OK: 15736 distinct packages available 16:50:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:01 391e4f24332a: Pushed 16:50:01 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:fe6d8195e7cf589d3243968db02f153fd4b3f7de2079ead6ccd91c882c27764b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 16:50:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 16:50:02 2bf8bc5f1379: Preparing 16:50:02 2fa05d3b860a: Preparing 16:50:02 b35f8cb98edb: Preparing 16:50:02 391e4f24332a: Preparing 16:50:02 66bd4271c526: Preparing 16:50:02 18696a11fd19: Preparing 16:50:02 4e6476652798: Preparing 16:50:02 18696a11fd19: Waiting 16:50:02 4e6476652798: Waiting 16:50:02 2bf8bc5f1379: Layer already exists 16:50:02 2fa05d3b860a: Layer already exists 16:50:02 b35f8cb98edb: Layer already exists 16:50:02 391e4f24332a: Layer already exists 16:50:02 66bd4271c526: Layer already exists 16:50:02 18696a11fd19: Layer already exists 16:50:02 4e6476652798: Layer already exists 16:50:02 latest: digest: sha256:fe6d8195e7cf589d3243968db02f153fd4b3f7de2079ead6ccd91c882c27764b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:02 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.95 16:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 16:50:03 2bf8bc5f1379: Preparing 16:50:03 2fa05d3b860a: Preparing 16:50:03 b35f8cb98edb: Preparing 16:50:03 391e4f24332a: Preparing 16:50:03 66bd4271c526: Preparing 16:50:03 18696a11fd19: Preparing 16:50:03 4e6476652798: Preparing 16:50:03 18696a11fd19: Waiting 16:50:03 391e4f24332a: Layer already exists 16:50:03 b35f8cb98edb: Layer already exists 16:50:03 66bd4271c526: Layer already exists 16:50:03 2bf8bc5f1379: Layer already exists 16:50:03 2fa05d3b860a: Layer already exists 16:50:03 18696a11fd19: Layer already exists 16:50:03 4e6476652798: Layer already exists 16:50:03 3.0.0-dev.95: digest: sha256:fe6d8195e7cf589d3243968db02f153fd4b3f7de2079ead6ccd91c882c27764b size: 1785 [Pipeline] } [Pipeline] // withEnv 16:50:03 (1/5) Installing dumb-init (1.2.5-r1) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 16:50:03 2bf8bc5f1379: Preparing 16:50:03 2fa05d3b860a: Preparing 16:50:03 b35f8cb98edb: Preparing 16:50:03 391e4f24332a: Preparing 16:50:03 66bd4271c526: Preparing 16:50:03 18696a11fd19: Preparing 16:50:03 4e6476652798: Preparing 16:50:03 18696a11fd19: Waiting 16:50:03 4e6476652798: Waiting 16:50:03 2fa05d3b860a: Layer already exists 16:50:03 b35f8cb98edb: Layer already exists 16:50:03 66bd4271c526: Layer already exists 16:50:03 391e4f24332a: Layer already exists 16:50:03 2bf8bc5f1379: Layer already exists 16:50:03 18696a11fd19: Layer already exists 16:50:03 4e6476652798: Layer already exists 16:50:03 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:fe6d8195e7cf589d3243968db02f153fd4b3f7de2079ead6ccd91c882c27764b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:04 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 16:50:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 16:50:04 2bf8bc5f1379: Preparing 16:50:04 2fa05d3b860a: Preparing 16:50:04 b35f8cb98edb: Preparing 16:50:04 391e4f24332a: Preparing 16:50:04 66bd4271c526: Preparing 16:50:04 18696a11fd19: Preparing 16:50:04 4e6476652798: Preparing 16:50:04 18696a11fd19: Waiting 16:50:04 4e6476652798: Waiting 16:50:04 b35f8cb98edb: Layer already exists 16:50:04 2bf8bc5f1379: Layer already exists 16:50:04 391e4f24332a: Layer already exists 16:50:04 66bd4271c526: Layer already exists 16:50:04 2fa05d3b860a: Layer already exists 16:50:04 18696a11fd19: Layer already exists 16:50:04 4e6476652798: Layer already exists 16:50:04 main: digest: sha256:fe6d8195e7cf589d3243968db02f153fd4b3f7de2079ead6ccd91c882c27764b size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:04 ===================================================== [Pipeline] echo 16:50:04 taggedImages: 16:50:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 16:50:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.95 16:50:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:04 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 16:50:04 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 16:50:04 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:04 latest 16:50:04 3.0.0-dev.95 16:50:04 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:04 main 16:50:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:04 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 16:50:05 674307a849ae: Preparing 16:50:05 df47fa83c9a3: Preparing 16:50:05 dd2421e51e81: Preparing 16:50:05 340a847deb14: Preparing 16:50:05 72a524b14ef4: Preparing 16:50:05 4e6476652798: Preparing 16:50:05 4e6476652798: Waiting 16:50:05 674307a849ae: Pushed 16:50:05 df47fa83c9a3: Pushed 16:50:05 dd2421e51e81: Pushed 16:50:05 4e6476652798: Layer already exists 16:50:05 (2/5) Installing musl-obstack (1.2.3-r0) 16:50:05 (3/5) Installing libucontext (1.1-r0) 16:50:05 (4/5) Installing gcompat (1.0.0-r4) 16:50:05 (5/5) Installing openssl (1.1.1t-r1) 16:50:05 Executing busybox-1.34.1-r7.trigger 16:50:05 72a524b14ef4: Pushed 16:50:05 OK: 6 MiB in 19 packages 16:50:07 Removing intermediate container 379d9f3c672d 16:50:07 ---> 154395b09109 16:50:07 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 16:50:11 340a847deb14: Pushed 16:50:11 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:3ab9adacc9bbf45023c1854722736fff0e7d60849ec43ddabe60ec49306f1f02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 16:50:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 16:50:12 674307a849ae: Preparing 16:50:12 df47fa83c9a3: Preparing 16:50:12 dd2421e51e81: Preparing 16:50:12 340a847deb14: Preparing 16:50:12 72a524b14ef4: Preparing 16:50:12 4e6476652798: Preparing 16:50:12 4e6476652798: Waiting 16:50:12 674307a849ae: Layer already exists 16:50:12 340a847deb14: Layer already exists 16:50:12 df47fa83c9a3: Layer already exists 16:50:12 72a524b14ef4: Layer already exists 16:50:12 dd2421e51e81: Layer already exists 16:50:12 4e6476652798: Layer already exists 16:50:12 latest: digest: sha256:3ab9adacc9bbf45023c1854722736fff0e7d60849ec43ddabe60ec49306f1f02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:12 ---> af52aa401e3e 16:50:12 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:50:12 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.95 16:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 16:50:13 674307a849ae: Preparing 16:50:13 df47fa83c9a3: Preparing 16:50:13 dd2421e51e81: Preparing 16:50:13 340a847deb14: Preparing 16:50:13 72a524b14ef4: Preparing 16:50:13 4e6476652798: Preparing 16:50:13 4e6476652798: Waiting 16:50:13 72a524b14ef4: Layer already exists 16:50:13 dd2421e51e81: Layer already exists 16:50:13 674307a849ae: Layer already exists 16:50:13 df47fa83c9a3: Layer already exists 16:50:13 340a847deb14: Layer already exists 16:50:13 4e6476652798: Layer already exists 16:50:13 3.0.0-dev.95: digest: sha256:3ab9adacc9bbf45023c1854722736fff0e7d60849ec43ddabe60ec49306f1f02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:13 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 16:50:13 674307a849ae: Preparing 16:50:13 df47fa83c9a3: Preparing 16:50:13 dd2421e51e81: Preparing 16:50:13 340a847deb14: Preparing 16:50:13 72a524b14ef4: Preparing 16:50:13 4e6476652798: Preparing 16:50:13 4e6476652798: Waiting 16:50:13 df47fa83c9a3: Layer already exists 16:50:13 674307a849ae: Layer already exists 16:50:13 72a524b14ef4: Layer already exists 16:50:13 340a847deb14: Layer already exists 16:50:13 dd2421e51e81: Layer already exists 16:50:13 4e6476652798: Layer already exists 16:50:13 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:3ab9adacc9bbf45023c1854722736fff0e7d60849ec43ddabe60ec49306f1f02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 16:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 16:50:14 674307a849ae: Preparing 16:50:14 df47fa83c9a3: Preparing 16:50:14 dd2421e51e81: Preparing 16:50:14 340a847deb14: Preparing 16:50:14 72a524b14ef4: Preparing 16:50:14 4e6476652798: Preparing 16:50:14 4e6476652798: Waiting 16:50:14 df47fa83c9a3: Layer already exists 16:50:14 674307a849ae: Layer already exists 16:50:14 dd2421e51e81: Layer already exists 16:50:14 72a524b14ef4: Layer already exists 16:50:14 340a847deb14: Layer already exists 16:50:14 4e6476652798: Layer already exists 16:50:14 main: digest: sha256:3ab9adacc9bbf45023c1854722736fff0e7d60849ec43ddabe60ec49306f1f02 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:14 ===================================================== [Pipeline] echo 16:50:14 taggedImages: 16:50:14 - nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:14 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 16:50:14 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.95 16:50:14 - nexus3.edgexfoundry.org:10004/security-spire-config:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:14 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 16:50:14 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 16:50:14 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:14 latest 16:50:14 3.0.0-dev.95 16:50:14 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:14 main 16:50:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:14 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 16:50:14 e2dfc921d5fc: Preparing 16:50:14 c0a2d4faa758: Preparing 16:50:14 3d8792813adb: Preparing 16:50:14 81ef5c7e9a36: Preparing 16:50:14 18696a11fd19: Preparing 16:50:14 4e6476652798: Preparing 16:50:14 4e6476652798: Waiting 16:50:14 18696a11fd19: Layer already exists 16:50:14 4e6476652798: Layer already exists 16:50:14 e2dfc921d5fc: Pushed 16:50:14 c0a2d4faa758: Pushed 16:50:14 3d8792813adb: Pushed 16:50:20 ---> 3850ea6b4c46 16:50:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 16:50:21 ---> 7e6998b85e6f 16:50:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 16:50:21 81ef5c7e9a36: Pushed 16:50:21 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:dd8d2f387795a70e6f74a197676df7b2e8bfbe26f2947eaf40d0958ef737744a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:21 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 16:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 16:50:22 e2dfc921d5fc: Preparing 16:50:22 c0a2d4faa758: Preparing 16:50:22 3d8792813adb: Preparing 16:50:22 81ef5c7e9a36: Preparing 16:50:22 18696a11fd19: Preparing 16:50:22 4e6476652798: Preparing 16:50:22 4e6476652798: Waiting 16:50:22 18696a11fd19: Layer already exists 16:50:22 81ef5c7e9a36: Layer already exists 16:50:22 e2dfc921d5fc: Layer already exists 16:50:22 3d8792813adb: Layer already exists 16:50:22 c0a2d4faa758: Layer already exists 16:50:22 4e6476652798: Layer already exists 16:50:22 latest: digest: sha256:dd8d2f387795a70e6f74a197676df7b2e8bfbe26f2947eaf40d0958ef737744a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:22 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.95 16:50:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 16:50:22 e2dfc921d5fc: Preparing 16:50:22 c0a2d4faa758: Preparing 16:50:22 3d8792813adb: Preparing 16:50:22 81ef5c7e9a36: Preparing 16:50:22 18696a11fd19: Preparing 16:50:22 4e6476652798: Preparing 16:50:22 4e6476652798: Waiting 16:50:22 18696a11fd19: Layer already exists 16:50:22 e2dfc921d5fc: Layer already exists 16:50:22 3d8792813adb: Layer already exists 16:50:22 c0a2d4faa758: Layer already exists 16:50:22 81ef5c7e9a36: Layer already exists 16:50:22 4e6476652798: Layer already exists 16:50:22 3.0.0-dev.95: digest: sha256:dd8d2f387795a70e6f74a197676df7b2e8bfbe26f2947eaf40d0958ef737744a size: 1573 16:50:22 ---> 1cd89af9f775 16:50:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 16:50:23 e2dfc921d5fc: Preparing 16:50:23 c0a2d4faa758: Preparing 16:50:23 3d8792813adb: Preparing 16:50:23 81ef5c7e9a36: Preparing 16:50:23 18696a11fd19: Preparing 16:50:23 4e6476652798: Preparing 16:50:23 4e6476652798: Waiting 16:50:23 3d8792813adb: Layer already exists 16:50:23 81ef5c7e9a36: Layer already exists 16:50:23 18696a11fd19: Layer already exists 16:50:23 c0a2d4faa758: Layer already exists 16:50:23 e2dfc921d5fc: Layer already exists 16:50:23 4e6476652798: Layer already exists 16:50:23 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:dd8d2f387795a70e6f74a197676df7b2e8bfbe26f2947eaf40d0958ef737744a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:23 ---> 0f89f058a37b 16:50:23 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:50:23 ---> Running in 347f2292dfbd 16:50:23 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 16:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 16:50:24 e2dfc921d5fc: Preparing 16:50:24 c0a2d4faa758: Preparing 16:50:24 3d8792813adb: Preparing 16:50:24 81ef5c7e9a36: Preparing 16:50:24 18696a11fd19: Preparing 16:50:24 4e6476652798: Preparing 16:50:24 4e6476652798: Waiting 16:50:24 3d8792813adb: Layer already exists 16:50:24 18696a11fd19: Layer already exists 16:50:24 c0a2d4faa758: Layer already exists 16:50:24 e2dfc921d5fc: Layer already exists 16:50:24 81ef5c7e9a36: Layer already exists 16:50:24 4e6476652798: Layer already exists 16:50:24 main: digest: sha256:dd8d2f387795a70e6f74a197676df7b2e8bfbe26f2947eaf40d0958ef737744a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:24 ===================================================== [Pipeline] echo 16:50:24 taggedImages: 16:50:24 - nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:24 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 16:50:24 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.95 16:50:24 - nexus3.edgexfoundry.org:10004/security-spire-server:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:24 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 16:50:24 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 16:50:24 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:24 latest 16:50:24 3.0.0-dev.95 16:50:24 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:24 main 16:50:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:24 Removing intermediate container 347f2292dfbd 16:50:24 ---> dffb36169b0d 16:50:24 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:50:24 ---> Running in d672c067ce7d 16:50:24 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:24 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 16:50:24 ef2e254bcdc0: Preparing 16:50:24 aeb907a0ad62: Preparing 16:50:24 312463016f11: Preparing 16:50:24 1bda06c56756: Preparing 16:50:24 aa5968d388b8: Preparing 16:50:24 312463016f11: Layer already exists 16:50:24 aa5968d388b8: Layer already exists 16:50:24 ef2e254bcdc0: Pushed 16:50:24 1bda06c56756: Pushed 16:50:25 Removing intermediate container d672c067ce7d 16:50:25 ---> 3752be16fa3d 16:50:25 Step 22/24 : LABEL arch=arm64 16:50:25 ---> Running in 91cf289d8f9e 16:50:25 Removing intermediate container 91cf289d8f9e 16:50:25 ---> cf1337306541 16:50:25 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:25 ---> Running in 36d6ad4eb16f 16:50:26 Removing intermediate container 36d6ad4eb16f 16:50:26 ---> 2740245d8a4d 16:50:26 Step 24/24 : LABEL version=3.0.0-dev.95 16:50:26 ---> Running in 2f33dbd4ecf2 16:50:27 aeb907a0ad62: Pushed 16:50:27 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:390c98d2db9d766f282f247972a95726fc3091c8554aa363a4901915432d8335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:27 Removing intermediate container 2f33dbd4ecf2 16:50:27 ---> 6303c91df080 16:50:27 16:50:27 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix 16:50:27 Successfully built 6303c91df080 16:50:27 Successfully tagged security-spire-agent-arm64:latest 16:50:27 Building security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 16:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 16:50:27 ef2e254bcdc0: Preparing 16:50:27 aeb907a0ad62: Preparing 16:50:27 312463016f11: Preparing 16:50:27 1bda06c56756: Preparing 16:50:27 aa5968d388b8: Preparing 16:50:27 aeb907a0ad62: Layer already exists 16:50:27 312463016f11: Layer already exists 16:50:27 ef2e254bcdc0: Layer already exists 16:50:27 1bda06c56756: Layer already exists 16:50:27 aa5968d388b8: Layer already exists 16:50:27 latest: digest: sha256:390c98d2db9d766f282f247972a95726fc3091c8554aa363a4901915432d8335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.95 16:50:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 16:50:28 ef2e254bcdc0: Preparing 16:50:28 aeb907a0ad62: Preparing 16:50:28 312463016f11: Preparing 16:50:28 1bda06c56756: Preparing 16:50:28 aa5968d388b8: Preparing 16:50:28 312463016f11: Layer already exists 16:50:28 1bda06c56756: Layer already exists 16:50:28 aa5968d388b8: Layer already exists 16:50:28 ef2e254bcdc0: Layer already exists 16:50:28 aeb907a0ad62: Layer already exists 16:50:28 3.0.0-dev.95: digest: sha256:390c98d2db9d766f282f247972a95726fc3091c8554aa363a4901915432d8335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:28 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 16:50:29 ef2e254bcdc0: Preparing 16:50:29 aeb907a0ad62: Preparing 16:50:29 312463016f11: Preparing 16:50:29 1bda06c56756: Preparing 16:50:29 aa5968d388b8: Preparing 16:50:29 aa5968d388b8: Layer already exists 16:50:29 312463016f11: Layer already exists 16:50:29 aeb907a0ad62: Layer already exists 16:50:29 ef2e254bcdc0: Layer already exists 16:50:29 1bda06c56756: Layer already exists 16:50:29 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:390c98d2db9d766f282f247972a95726fc3091c8554aa363a4901915432d8335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:29 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 16:50:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 16:50:29 ef2e254bcdc0: Preparing 16:50:29 aeb907a0ad62: Preparing 16:50:29 312463016f11: Preparing 16:50:29 1bda06c56756: Preparing 16:50:29 aa5968d388b8: Preparing 16:50:29 312463016f11: Layer already exists 16:50:29 aeb907a0ad62: Layer already exists 16:50:29 aa5968d388b8: Layer already exists 16:50:29 1bda06c56756: Layer already exists 16:50:29 ef2e254bcdc0: Layer already exists 16:50:29 main: digest: sha256:390c98d2db9d766f282f247972a95726fc3091c8554aa363a4901915432d8335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:29 ===================================================== [Pipeline] echo 16:50:29 taggedImages: 16:50:29 - nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:29 - nexus3.edgexfoundry.org:10004/support-notifications:latest 16:50:29 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.95 16:50:29 - nexus3.edgexfoundry.org:10004/support-notifications:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:29 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 16:50:29 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 16:50:29 0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:29 latest 16:50:29 3.0.0-dev.95 16:50:29 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:29 main 16:50:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:30 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 16:50:30 57b5a6809aa2: Preparing 16:50:30 d5a82890fa67: Preparing 16:50:30 312463016f11: Preparing 16:50:30 f093e04894af: Preparing 16:50:30 aa5968d388b8: Preparing 16:50:30 aa5968d388b8: Layer already exists 16:50:30 312463016f11: Layer already exists 16:50:30 f093e04894af: Layer already exists 16:50:30 57b5a6809aa2: Pushed 16:50:31  Building security-spire-agent ... done Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:50:31 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:50:31 ---> 3e491f458f52 16:50:31 Step 3/32 : WORKDIR /edgex-go 16:50:31 ---> Using cache 16:50:31 ---> eb2d7074f7e2 16:50:31 Step 4/32 : RUN apk add --update --no-cache make git 16:50:31 ---> Running in e5baaef91c9d 16:50:33 d5a82890fa67: Pushed 16:50:33 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:66993dfb2c1ddcae7522200b98e5bff6b68a7155e7e083f82ba2807277df6e76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:33 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 16:50:33 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 16:50:33 57b5a6809aa2: Preparing 16:50:33 d5a82890fa67: Preparing 16:50:33 312463016f11: Preparing 16:50:33 f093e04894af: Preparing 16:50:33 aa5968d388b8: Preparing 16:50:33 f093e04894af: Layer already exists 16:50:33 d5a82890fa67: Layer already exists 16:50:33 57b5a6809aa2: Layer already exists 16:50:33 312463016f11: Layer already exists 16:50:33 aa5968d388b8: Layer already exists 16:50:33 latest: digest: sha256:66993dfb2c1ddcae7522200b98e5bff6b68a7155e7e083f82ba2807277df6e76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:50:33 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.95 16:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 16:50:34 57b5a6809aa2: Preparing 16:50:34 d5a82890fa67: Preparing 16:50:34 312463016f11: Preparing 16:50:34 f093e04894af: Preparing 16:50:34 aa5968d388b8: Preparing 16:50:34 aa5968d388b8: Layer already exists 16:50:34 312463016f11: Layer already exists 16:50:34 d5a82890fa67: Layer already exists 16:50:34 57b5a6809aa2: Layer already exists 16:50:34 f093e04894af: Layer already exists 16:50:34 3.0.0-dev.95: digest: sha256:66993dfb2c1ddcae7522200b98e5bff6b68a7155e7e083f82ba2807277df6e76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:50:34 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:34 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:34 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 16:50:34 57b5a6809aa2: Preparing 16:50:34 d5a82890fa67: Preparing 16:50:34 312463016f11: Preparing 16:50:34 f093e04894af: Preparing 16:50:34 aa5968d388b8: Preparing 16:50:34 312463016f11: Layer already exists 16:50:34 f093e04894af: Layer already exists 16:50:34 aa5968d388b8: Layer already exists 16:50:34 d5a82890fa67: Layer already exists 16:50:34 57b5a6809aa2: Layer already exists 16:50:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:66993dfb2c1ddcae7522200b98e5bff6b68a7155e7e083f82ba2807277df6e76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:35 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:50:35 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 16:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 16:50:35 57b5a6809aa2: Preparing 16:50:35 d5a82890fa67: Preparing 16:50:35 312463016f11: Preparing 16:50:35 f093e04894af: Preparing 16:50:35 aa5968d388b8: Preparing 16:50:35 f093e04894af: Layer already exists 16:50:35 57b5a6809aa2: Layer already exists 16:50:35 d5a82890fa67: Layer already exists 16:50:35 aa5968d388b8: Layer already exists 16:50:35 312463016f11: Layer already exists 16:50:35 main: digest: sha256:66993dfb2c1ddcae7522200b98e5bff6b68a7155e7e083f82ba2807277df6e76 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:50:35 ===================================================== [Pipeline] echo 16:50:35 taggedImages: 16:50:35 - nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:50:35 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 16:50:35 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.95 16:50:35 - nexus3.edgexfoundry.org:10004/support-scheduler:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 16:50:35 - 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] } 16:50:35 OK: 221 MiB in 51 packages 16:50:38 Removing intermediate container e5baaef91c9d 16:50:38 ---> eb483316264a 16:50:38 Step 5/32 : COPY go.mod vendor* ./ 16:50:39 ---> b9c570b75df0 16:50:39 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:39 ---> Running in 1b3409360b15 16:52:31 Removing intermediate container 1b3409360b15 16:52:31 ---> dd2bde99b01e 16:52:31 Step 7/32 : COPY . . 16:52:31 ---> a062d5d2b7ce 16:52:31 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:52:31 ---> Running in 70035a33b870 16:52:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:55:54 Removing intermediate container 62b9ada7c6ce 16:55:54 ---> 73390478679f 16:55:54 16:55:54 Step 10/22 : FROM alpine:3.16 16:55:54 3.16: Pulling from library/alpine 16:55:54 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:55:54 Status: Downloaded newer image for alpine:3.16 16:55:54 ---> 4c81e5bf8899 16:55:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:55:54 ---> Running in 787133774ef1 16:55:54 Removing intermediate container 787133774ef1 16:55:54 ---> 80ce3e7a1c5c 16:55:54 Step 12/22 : RUN apk add --update --no-cache dumb-init 16:55:54 ---> Running in 9708bcd26c1b 16:55:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:55:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:55:55 (1/1) Installing dumb-init (1.2.5-r1) 16:55:55 Executing busybox-1.35.0-r17.trigger 16:55:55 OK: 5 MiB in 15 packages 16:55:57 Removing intermediate container 9708bcd26c1b 16:55:57 ---> 2e86d6e49a0e 16:55:57 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:58 ---> 57858b05c20c 16:55:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 16:55:59 ---> 9901b27782ea 16:55:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 16:56:02 ---> 95e808be5513 16:56:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 16:56:03 ---> 9aa4b9cacb3c 16:56:03 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:56:03 ---> Running in 366fe22318bf 16:56:06 Removing intermediate container 366fe22318bf 16:56:06 ---> fc164940431f 16:56:06 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:56:06 ---> Running in 94629e3dc83b 16:56:07 Removing intermediate container 94629e3dc83b 16:56:07 ---> f058efcbc958 16:56:07 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 16:56:07 ---> Running in 5629a389177e 16:56:07 Removing intermediate container 5629a389177e 16:56:07 ---> b29375e7f502 16:56:07 Step 20/22 : LABEL arch=arm64 16:56:07 ---> Running in aaf9fa68cbee 16:56:08 Removing intermediate container aaf9fa68cbee 16:56:08 ---> c2ad18ee441f 16:56:08 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:56:08 ---> Running in cce5af8bad75 16:56:09 Removing intermediate container cce5af8bad75 16:56:09 ---> 70034897d08a 16:56:09 Step 22/22 : LABEL version=3.0.0-dev.95 16:56:09 ---> Running in 63b749a94ccc 16:56:09 Removing intermediate container 63b749a94ccc 16:56:09 ---> 68d4542543cc 16:56:09 16:56:09 Successfully built 68d4542543cc 16:56:09 Successfully tagged security-proxy-auth-arm64:latest 16:56:09 Building support-notifications 16:56:13  Building security-proxy-auth ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:56:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:56:13 ---> 3e491f458f52 16:56:13 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:56:13 ---> Using cache 16:56:13 ---> c97a89a2df15 16:56:13 Step 4/22 : WORKDIR /edgex-go 16:56:13 ---> Using cache 16:56:13 ---> 0737bccddcda 16:56:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:56:14 ---> Running in ac629fd0b94c 16:56:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:56:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:56:18 OK: 221 MiB in 51 packages 16:56:19 Removing intermediate container ac629fd0b94c 16:56:19 ---> 40178285e070 16:56:19 Step 6/22 : COPY go.mod vendor* ./ 16:56:20 ---> 1d62e2ec03e2 16:56:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:56:21 ---> Running in 167707bb550f 16:56:36 Removing intermediate container ca8a013ee947 16:56:36 ---> 6e650e9a5b2c 16:56:36 16:56:36 Step 10/23 : FROM alpine:3.16 16:56:36 ---> 4c81e5bf8899 16:56:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:56:36 ---> Running in 301cd112a294 16:56:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:56:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:56:39 (1/1) Installing dumb-init (1.2.5-r1) 16:56:39 Executing busybox-1.35.0-r17.trigger 16:56:39 OK: 5 MiB in 15 packages 16:56:41 Removing intermediate container 301cd112a294 16:56:41 ---> fb399aff6231 16:56:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:56:41 ---> Running in 7c8564f06dc8 16:56:42 Removing intermediate container 7c8564f06dc8 16:56:42 ---> eee38748dcac 16:56:42 Step 13/23 : ENV APP_PORT=59882 16:56:42 ---> Running in 9ecde40cf4d8 16:56:43 Removing intermediate container 9ecde40cf4d8 16:56:43 ---> 72ff210e5ce0 16:56:43 Step 14/23 : EXPOSE $APP_PORT 16:56:43 ---> Running in cbf71767851c 16:56:43 Removing intermediate container cbf71767851c 16:56:43 ---> 34a9fe00e3f9 16:56:43 Step 15/23 : WORKDIR / 16:56:43 ---> Running in 942a96aaac87 16:56:44 Removing intermediate container 942a96aaac87 16:56:44 ---> da8358a0d4af 16:56:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:45 ---> 37d12732a43f 16:56:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:56:47 ---> 73180e60295f 16:56:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:56:48 ---> 1307c1933844 16:56:48 Step 19/23 : ENTRYPOINT ["/core-command"] 16:56:48 ---> Running in cb87464c680c 16:56:48 Removing intermediate container cb87464c680c 16:56:48 ---> 7abc4ca061a6 16:56:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:56:49 ---> Running in 83b47c26b718 16:56:49 Removing intermediate container 83b47c26b718 16:56:49 ---> 37696e8fcfa1 16:56:49 Step 21/23 : LABEL arch=arm64 16:56:49 ---> Running in 6995ee0d4c12 16:56:50 Removing intermediate container 6995ee0d4c12 16:56:50 ---> 657245815cf3 16:56:50 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:56:50 ---> Running in 3a95e8ba91b9 16:56:50 Removing intermediate container 3a95e8ba91b9 16:56:50 ---> 7b84d3e2abe8 16:56:50 Step 23/23 : LABEL version=3.0.0-dev.95 16:56:51 ---> Running in 57626405ba9f 16:56:52 Removing intermediate container 57626405ba9f 16:56:52 ---> 2161158b32a2 16:56:52 16:56:52 Successfully built 2161158b32a2 16:56:52 Successfully tagged core-command-arm64:latest 16:56:52 Building security-spire-config 16:56:57  Building core-command ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:56:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:56:57 ---> 3e491f458f52 16:56:57 Step 3/24 : WORKDIR /edgex-go 16:56:57 ---> Using cache 16:56:57 ---> eb2d7074f7e2 16:56:57 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 16:56:57 ---> Running in d816c30d55b9 16:57:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:57:00 Removing intermediate container 302b1d1da72c 16:57:00 ---> 0c3bedf6f21a 16:57:00 16:57:00 Step 10/22 : FROM alpine:3.16 16:57:00 ---> 4c81e5bf8899 16:57:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:57:00 ---> Running in a20336d88769 16:57:01 Removing intermediate container a20336d88769 16:57:01 ---> 56f2b9201250 16:57:01 Step 12/22 : ENV APP_PORT=59880 16:57:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:57:01 ---> Running in 59bf0104268c 16:57:01 Removing intermediate container 59bf0104268c 16:57:01 ---> 9fac26c6e5fa 16:57:01 Step 13/22 : EXPOSE $APP_PORT 16:57:02 ---> Running in fd7a6c56faa3 16:57:02 Removing intermediate container fd7a6c56faa3 16:57:02 ---> 5e954673f46c 16:57:02 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:57:02 ---> Running in b5ddc6ac271f 16:57:02 OK: 221 MiB in 51 packages 16:57:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:57:05 Removing intermediate container d816c30d55b9 16:57:05 ---> 48f5dda495e1 16:57:05 Step 5/24 : COPY go.mod vendor* ./ 16:57:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:57:06 ---> cee35e8e6b95 16:57:06 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:57:06 ---> Running in 02d02bbcf050 16:57:07 (1/1) Installing dumb-init (1.2.5-r1) 16:57:07 Executing busybox-1.35.0-r17.trigger 16:57:07 OK: 5 MiB in 15 packages 16:57:09 Removing intermediate container b5ddc6ac271f 16:57:09 ---> 32f17a220275 16:57:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:57:10 ---> 99b80b6b55f0 16:57:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:57:12 ---> 5a5a9175946c 16:57:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:57:13 ---> 86ddb5b64df1 16:57:13 Step 18/22 : ENTRYPOINT ["/core-data"] 16:57:13 ---> Running in 6208a4040997 16:57:13 Removing intermediate container 6208a4040997 16:57:13 ---> 5693f08305df 16:57:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:57:13 ---> Running in 67bfbf413581 16:57:14 Removing intermediate container 67bfbf413581 16:57:14 ---> 7250ea63dd45 16:57:14 Step 20/22 : LABEL arch=arm64 16:57:14 ---> Running in 7a13f02b2858 16:57:15 Removing intermediate container 7a13f02b2858 16:57:15 ---> 8d946ab9ae0b 16:57:15 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:57:15 ---> Running in d60309b5391d 16:57:15 Removing intermediate container d60309b5391d 16:57:15 ---> ffe521953623 16:57:15 Step 22/22 : LABEL version=3.0.0-dev.95 16:57:15 ---> Running in 77847af472f1 16:57:16 Removing intermediate container 77847af472f1 16:57:16 ---> 6bd6958dcfcd 16:57:16 16:57:16 Successfully built 6bd6958dcfcd 16:57:16 Successfully tagged core-data-arm64:latest 16:57:16 Building security-secretstore-setup 16:57:19  Building core-data ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:57:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:57:19 ---> 3e491f458f52 16:57:19 Step 3/23 : WORKDIR /edgex-go 16:57:19 ---> Using cache 16:57:19 ---> eb2d7074f7e2 16:57:19 Step 4/23 : RUN apk add --update --no-cache make git 16:57:19 ---> Using cache 16:57:19 ---> eb483316264a 16:57:19 Step 5/23 : COPY go.mod vendor* ./ 16:57:19 ---> Using cache 16:57:19 ---> b9c570b75df0 16:57:19 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:57:19 ---> Using cache 16:57:19 ---> dd2bde99b01e 16:57:19 Step 7/23 : COPY . . 16:57:19 ---> Using cache 16:57:19 ---> a062d5d2b7ce 16:57:19 Step 8/23 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:57:20 ---> Running in 2bb8fc0530c1 16:57:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:58:01 Removing intermediate container 167707bb550f 16:58:01 ---> 0a41058ae438 16:58:01 Step 8/22 : COPY . . 16:58:01 ---> 7500db8f1b58 16:58:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:58:01 ---> Running in 45c3c32a9647 16:58:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:58:33 Removing intermediate container 3c250911d619 16:58:33 ---> 41682f33df9a 16:58:33 16:58:33 Step 9/19 : FROM alpine:3.15 16:58:33 ---> 354640af7b1b 16:58:33 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:58:33 ---> Using cache 16:58:33 ---> f937c9fa3638 16:58:33 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:58:33 ---> Running in 0b1fa4ee62f3 16:58:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:58:37 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:58:37 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:58:37 OK: 15736 distinct packages available 16:58:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:58:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:58:39 (1/9) Installing ca-certificates (20220614-r0) 16:58:39 (2/9) Installing brotli-libs (1.0.9-r5) 16:58:39 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:58:39 (4/9) Installing libcurl (7.80.0-r6) 16:58:39 (5/9) Installing curl (7.80.0-r6) 16:58:39 (6/9) Installing dumb-init (1.2.5-r1) 16:58:39 (7/9) Installing musl-obstack (1.2.3-r0) 16:58:39 (8/9) Installing libucontext (1.1-r0) 16:58:39 (9/9) Installing gcompat (1.0.0-r4) 16:58:39 Executing busybox-1.34.1-r7.trigger 16:58:39 Executing ca-certificates-20220614-r0.trigger 16:58:40 OK: 8 MiB in 23 packages 16:58:41 Removing intermediate container 70035a33b870 16:58:41 ---> 2baae5778ef8 16:58:41 16:58:41 Step 9/32 : FROM alpine:3.16 16:58:41 ---> 4c81e5bf8899 16:58:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:58:41 ---> Running in ffcc695d95b8 16:58:43 Removing intermediate container ffcc695d95b8 16:58:43 ---> fb183e68f8de 16:58:43 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:58:43 ---> Running in 23f08176b3d4 16:58:44 Removing intermediate container 0b1fa4ee62f3 16:58:44 ---> 1864cdd41a3d 16:58:44 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:58:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:58:46 ---> 04d242a2cc7e 16:58:46 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:58:48 (1/2) Installing dumb-init (1.2.5-r1) 16:58:48 (2/2) Installing su-exec (0.2-r1) 16:58:48 Executing busybox-1.35.0-r17.trigger 16:58:48 OK: 5 MiB in 16 packages 16:58:50 ---> 7484f913c887 16:58:50 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:58:51 Removing intermediate container 23f08176b3d4 16:58:51 ---> 2473d158c93f 16:58:51 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:58:51 ---> Running in 0bf797873630 16:58:53 ---> e0c00b954a2b 16:58:53 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:58:53 Removing intermediate container 0bf797873630 16:58:53 ---> 20cb7efd3f3a 16:58:53 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:58:53 ---> Running in 4340f4df7182 16:58:53 ---> Running in 20612476644d 16:58:54 Removing intermediate container 4340f4df7182 16:58:54 ---> 65e1c3561323 16:58:54 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:58:54 Removing intermediate container 20612476644d 16:58:54 ---> 5611572c0fc5 16:58:54 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:58:54 ---> Running in 650778aa7971 16:58:55 ---> Running in 20b780b97ab1 16:58:56 Removing intermediate container 650778aa7971 16:58:56 ---> bb9fb98438d9 16:58:56 Step 17/19 : LABEL arch=arm64 16:58:56 ---> Running in e37420f22324 16:58:56 Removing intermediate container 20b780b97ab1 16:58:56 ---> 5680b2ee7da1 16:58:56 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:58:56 ---> Running in f49321952c2f 16:58:57 Removing intermediate container e37420f22324 16:58:57 ---> 530f02503780 16:58:57 Step 18/19 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:58:57 ---> Running in dffc33258b8f 16:58:57 Removing intermediate container f49321952c2f 16:58:57 ---> 4eea9c22ff18 16:58:57 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:58:58 ---> Running in 5146d73a29c9 16:58:58 Removing intermediate container dffc33258b8f 16:58:58 ---> a540fe55ce89 16:58:58 Step 19/19 : LABEL version=3.0.0-dev.95 16:58:59 ---> Running in 7caa0c78032a 16:59:00 Removing intermediate container 7caa0c78032a 16:59:00 ---> 1c0ff656003f 16:59:00 16:59:01 Successfully built 1c0ff656003f 16:59:01 Successfully tagged security-spiffe-token-provider-arm64:latest 16:59:01 Building security-proxy-setup 16:59:03  Building security-spiffe-token-provider ... done Removing intermediate container 5146d73a29c9 16:59:03 ---> 8c94e777d917 16:59:03 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:59:03 ---> Running in e65153e07286 16:59:03 Removing intermediate container e65153e07286 16:59:03 ---> 13700f603aa5 16:59:03 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:59:05 ---> 389099ff6841 16:59:05 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:59:05 ---> Running in 6a462b3800d4 16:59:06 Step 1/20 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:59:06 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:59:06 ---> 3e491f458f52 16:59:06 Step 3/20 : WORKDIR /edgex-go 16:59:06 ---> Using cache 16:59:06 ---> eb2d7074f7e2 16:59:06 Step 4/20 : RUN apk add --update --no-cache make git 16:59:06 ---> Using cache 16:59:06 ---> eb483316264a 16:59:06 Step 5/20 : COPY go.mod vendor* ./ 16:59:06 ---> Using cache 16:59:06 ---> b9c570b75df0 16:59:06 Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:06 ---> Using cache 16:59:06 ---> dd2bde99b01e 16:59:06 Step 7/20 : COPY . . 16:59:07 ---> Using cache 16:59:07 ---> a062d5d2b7ce 16:59:07 Step 8/20 : RUN make cmd/secrets-config/secrets-config 16:59:07 ---> Running in 157b27e3c9b3 16:59:10 Removing intermediate container 6a462b3800d4 16:59:10 ---> d166a6948e96 16:59:10 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:59:10 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:59:11 ---> fc001f38d780 16:59:11 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:59:12 Removing intermediate container 02d02bbcf050 16:59:12 ---> 84b21c0e8e2c 16:59:12 Step 7/24 : COPY . . 16:59:14 ---> c839e21e0c7e 16:59:14 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:59:15 ---> a3d7203b2ced 16:59:15 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:59:17 ---> 34826c975cfd 16:59:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:59:17 ---> e74c6f50907a 16:59:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 16:59:17 ---> Running in b03b9dc7ab15 16:59:18 Removing intermediate container b03b9dc7ab15 16:59:18 ---> 6e48ae0cab93 16:59:18 Step 9/24 : WORKDIR /edgex-go/spire-build 16:59:18 ---> Running in ec84b51cbd05 16:59:18 ---> 21f56e23aede 16:59:18 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:59:19 Removing intermediate container ec84b51cbd05 16:59:19 ---> 8ce8ca0321c8 16:59:19 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 16:59:19 ---> Running in 2b02eff50bb1 16:59:20 ---> 36fd04e53327 16:59:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:59:21 ---> d7a60d634cfd 16:59:21 Step 27/32 : RUN chmod +x /entrypoint.sh 16:59:21 ---> Running in a558c355cfea 16:59:23 Removing intermediate container 2b02eff50bb1 16:59:23 ---> 40b6e82789cb 16:59:23 Step 11/24 : WORKDIR /edgex-go 16:59:24 ---> Running in 6572586cfdff 16:59:24 Removing intermediate container 6572586cfdff 16:59:24 ---> 250674d08933 16:59:24 16:59:24 Step 12/24 : FROM alpine:3.15 16:59:24 ---> 354640af7b1b 16:59:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:59:24 ---> Using cache 16:59:24 ---> f937c9fa3638 16:59:24 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 16:59:25 ---> Running in fbefe702cdfe 16:59:27 Removing intermediate container a558c355cfea 16:59:27 ---> efaa276b5553 16:59:27 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:59:27 ---> Running in 2daf94b9207f 16:59:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:59:28 Removing intermediate container 2daf94b9207f 16:59:28 ---> 1498117dda39 16:59:28 Step 29/32 : CMD ["gate"] 16:59:28 ---> Running in 64dbd4779b4e 16:59:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:59:29 Removing intermediate container 64dbd4779b4e 16:59:29 ---> 9bb771812bb2 16:59:29 Step 30/32 : LABEL arch=arm64 16:59:29 ---> Running in f31468283c96 16:59:29 Removing intermediate container f31468283c96 16:59:29 ---> 6edd5a35acd1 16:59:29 Step 31/32 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:59:29 ---> Running in 3fa3174ac110 16:59:30 Removing intermediate container 3fa3174ac110 16:59:30 ---> 1fa8d3a6e9d8 16:59:30 Step 32/32 : LABEL version=3.0.0-dev.95 16:59:30 ---> Running in 29036d436bdc 16:59:30 v3.15.7-40-g7c014c17dec [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:59:30 v3.15.7-36-gfea8cac94fc [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:59:30 OK: 15736 distinct packages available 16:59:30 Removing intermediate container 29036d436bdc 16:59:30 ---> a7a535d25974 16:59:30 16:59:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:59:30 Successfully built a7a535d25974 16:59:30 Successfully tagged security-bootstrapper-arm64:latest 16:59:30 Building security-spire-server 16:59:30  Building security-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:59:32 (1/4) Installing dumb-init (1.2.5-r1) 16:59:32 (2/4) Installing musl-obstack (1.2.3-r0) 16:59:32 (3/4) Installing libucontext (1.1-r0) 16:59:32 (4/4) Installing gcompat (1.0.0-r4) 16:59:32 Executing busybox-1.34.1-r7.trigger 16:59:32 OK: 6 MiB in 18 packages 16:59:34 Removing intermediate container fbefe702cdfe 16:59:34 ---> 9e9a04c400d9 16:59:34 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:59:35 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:59:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:59:35 ---> 3e491f458f52 16:59:35 Step 3/23 : WORKDIR /edgex-go 16:59:35 ---> Using cache 16:59:35 ---> eb2d7074f7e2 16:59:35 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 16:59:35 ---> Using cache 16:59:35 ---> 48f5dda495e1 16:59:35 Step 5/23 : COPY go.mod vendor* ./ 16:59:35 ---> Using cache 16:59:35 ---> cee35e8e6b95 16:59:35 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:35 ---> Using cache 16:59:35 ---> 84b21c0e8e2c 16:59:35 Step 7/23 : COPY . . 16:59:35 ---> Using cache 16:59:35 ---> e74c6f50907a 16:59:35 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 16:59:35 ---> Using cache 16:59:35 ---> 6e48ae0cab93 16:59:35 Step 9/23 : WORKDIR /edgex-go/spire-build 16:59:35 ---> Using cache 16:59:35 ---> 8ce8ca0321c8 16:59:35 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 16:59:35 ---> Running in 7676fc15d7b3 16:59:39 Removing intermediate container 7676fc15d7b3 16:59:39 ---> 30614cf687a1 16:59:39 Step 11/23 : WORKDIR /edgex-go 16:59:39 ---> Running in 6030c2b36962 16:59:40 Removing intermediate container 6030c2b36962 16:59:40 ---> 507b35c960f9 16:59:40 16:59:40 Step 12/23 : FROM alpine:3.15 16:59:40 ---> 354640af7b1b 16:59:40 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:59:40 ---> Using cache 16:59:40 ---> f937c9fa3638 16:59:40 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 16:59:40 ---> Using cache 16:59:40 ---> 154395b09109 16:59:40 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 16:59:43 ---> 2285135a8058 16:59:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 16:59:44 ---> 4694f569af7e 16:59:44 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 16:59:44 ---> Running in ae0f2622559a 16:59:45 Removing intermediate container ae0f2622559a 16:59:45 ---> 9cf4b80cb18b 16:59:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 16:59:46 ---> bc5e1fdeeb25 16:59:46 Step 19/24 : WORKDIR / 16:59:46 ---> Running in 8fb875b0b29b 16:59:47 Removing intermediate container 8fb875b0b29b 16:59:47 ---> 3f08039333d1 16:59:47 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:59:47 ---> Running in a8798262e795 16:59:48 Removing intermediate container a8798262e795 16:59:48 ---> a3013e803d0b 16:59:48 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:59:48 ---> Running in 20e025204695 16:59:49 Removing intermediate container 20e025204695 16:59:49 ---> bc6af4467a67 16:59:49 Step 22/24 : LABEL arch=arm64 16:59:49 ---> Running in db92c9c6b0b8 16:59:49 ---> 8fc29ed5d520 16:59:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 16:59:50 Removing intermediate container db92c9c6b0b8 16:59:50 ---> a86f02574a66 16:59:50 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:59:50 ---> Running in 1ad733e068b6 16:59:51 Removing intermediate container 1ad733e068b6 16:59:51 ---> abada0af7277 16:59:51 Step 24/24 : LABEL version=3.0.0-dev.95 16:59:51 ---> d422b676d6ab 16:59:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 16:59:51 ---> Running in c1e8184001be 16:59:52 Removing intermediate container c1e8184001be 16:59:52 ---> 40cca9c070b5 16:59:52 16:59:52 Successfully built 40cca9c070b5 16:59:52 Successfully tagged security-spire-config-arm64:latest 16:59:52  Building security-spire-config ... done Building support-scheduler 16:59:52 ---> 97b9c24b8dfd 16:59:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 16:59:53 ---> ed9d66ebdc8f 16:59:53 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 16:59:54 ---> Running in 80f4c8fbb4ac 16:59:54 Removing intermediate container 80f4c8fbb4ac 16:59:54 ---> 93e53fb3c331 16:59:54 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 16:59:54 ---> Running in 99eb3565ab6b 16:59:55 Removing intermediate container 99eb3565ab6b 16:59:55 ---> 86ec31c355fc 16:59:55 Step 21/23 : LABEL arch=arm64 16:59:55 ---> Running in c609e47d5f2f 16:59:56 Removing intermediate container c609e47d5f2f 16:59:56 ---> fd616295349c 16:59:56 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 16:59:56 ---> Running in 9f8902e2146d 16:59:57 Removing intermediate container 9f8902e2146d 16:59:57 ---> 4eff9b93ea7a 16:59:57 Step 23/23 : LABEL version=3.0.0-dev.95 16:59:57 ---> Running in 7d0562eab9bc 16:59:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:59:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:57 ---> 3e491f458f52 16:59:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:59:57 ---> Using cache 16:59:57 ---> c97a89a2df15 16:59:57 Step 4/22 : WORKDIR /edgex-go 16:59:57 ---> Using cache 16:59:57 ---> 0737bccddcda 16:59:57 Step 5/22 : RUN apk add --update --no-cache make git 16:59:57 ---> Using cache 16:59:57 ---> c178b3bdaccd 16:59:57 Step 6/22 : COPY go.mod vendor* ./ 16:59:57 ---> Using cache 16:59:57 ---> 4ae0a9874452 16:59:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:57 ---> Using cache 16:59:57 ---> 4ea93e919689 16:59:57 Step 8/22 : COPY . . 16:59:58 ---> Using cache 16:59:58 ---> a17faa16ff01 16:59:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:59:58 Removing intermediate container 7d0562eab9bc 16:59:58 ---> dcf9c009a1dc 16:59:58 16:59:58 ---> Running in 3aafbf7f1634 16:59:58 Successfully built dcf9c009a1dc 16:59:58 Successfully tagged security-spire-server-arm64:latest 16:59:58 Building core-metadata 17:00:00  Building security-spire-server ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:00:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:00:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:00:03 ---> 3e491f458f52 17:00:03 Step 3/24 : ARG ADD_BUILD_TAGS="" 17:00:03 ---> Using cache 17:00:03 ---> c97a89a2df15 17:00:03 Step 4/24 : WORKDIR /edgex-go 17:00:03 ---> Using cache 17:00:03 ---> 0737bccddcda 17:00:03 Step 5/24 : RUN apk add --update --no-cache make git 17:00:03 ---> Using cache 17:00:03 ---> c178b3bdaccd 17:00:03 Step 6/24 : COPY go.mod vendor* ./ 17:00:03 ---> Using cache 17:00:03 ---> 4ae0a9874452 17:00:03 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:00:03 ---> Using cache 17:00:03 ---> 4ea93e919689 17:00:03 Step 8/24 : COPY . . 17:00:03 ---> Using cache 17:00:03 ---> a17faa16ff01 17:00:03 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 17:00:03 ---> Running in c93870542ffa 17:00:05 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:03:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:04:05 Removing intermediate container 2bb8fc0530c1 17:04:05 ---> 507278647934 17:04:05 17:04:05 Step 9/23 : FROM alpine:3.16 17:04:05 ---> 4c81e5bf8899 17:04:05 Step 10/23 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 17:04:05 ---> Running in 4e648823801e 17:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:04:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:04:10 (1/3) Installing ca-certificates (20220614-r0) 17:04:10 (2/3) Installing dumb-init (1.2.5-r1) 17:04:10 (3/3) Installing su-exec (0.2-r1) 17:04:10 Executing busybox-1.35.0-r17.trigger 17:04:10 Executing ca-certificates-20220614-r0.trigger 17:04:10 OK: 6 MiB in 17 packages 17:04:13 Removing intermediate container 4e648823801e 17:04:13 ---> fc0593ead3fd 17:04:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:04:13 ---> Running in 8a6a26593e95 17:04:13 Removing intermediate container 8a6a26593e95 17:04:13 ---> 03dc5513c66c 17:04:14 Step 12/23 : WORKDIR / 17:04:14 ---> Running in 22672a09b918 17:04:14 Removing intermediate container 22672a09b918 17:04:14 ---> 8b58612869ea 17:04:14 Step 13/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:04:15 ---> 1cd972495826 17:04:15 Step 14/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:04:17 ---> d4e014465dd5 17:04:17 Step 15/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:04:17 ---> 44b399f16c66 17:04:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:04:19 ---> d727fd89b131 17:04:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:04:21 ---> 3748282b1711 17:04:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:04:22 ---> dd4feb091168 17:04:22 Step 19/23 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:04:22 ---> Running in 955ac153b1a6 17:04:25 Removing intermediate container 955ac153b1a6 17:04:25 ---> d51d92fe00d8 17:04:25 Step 20/23 : ENTRYPOINT ["entrypoint.sh"] 17:04:25 ---> Running in 1a4aeda744c8 17:04:26 Removing intermediate container 1a4aeda744c8 17:04:26 ---> 9307f3caf066 17:04:26 Step 21/23 : LABEL arch=arm64 17:04:26 ---> Running in 4bddad7fad09 17:04:26 Removing intermediate container 4bddad7fad09 17:04:26 ---> 90bb8b8acb1c 17:04:26 Step 22/23 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:04:27 ---> Running in e557072c2548 17:04:27 Removing intermediate container e557072c2548 17:04:27 ---> bae1bc108c1c 17:04:27 Step 23/23 : LABEL version=3.0.0-dev.95 17:04:28 ---> Running in 6973cc2c38cf 17:04:28 Removing intermediate container 6973cc2c38cf 17:04:28 ---> adb68dde1ee9 17:04:28 17:04:28 Successfully built adb68dde1ee9 17:04:28 Successfully tagged security-secretstore-setup-arm64:latest 17:04:28 Building core-common-config-bootstrapper 17:04:33  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 17:04:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:33 ---> 3e491f458f52 17:04:33 Step 3/22 : ARG ADD_BUILD_TAGS="" 17:04:33 ---> Using cache 17:04:33 ---> c97a89a2df15 17:04:33 Step 4/22 : WORKDIR /edgex-go 17:04:33 ---> Using cache 17:04:33 ---> 0737bccddcda 17:04:33 Step 5/22 : RUN apk add --update --no-cache make git 17:04:33 ---> Using cache 17:04:33 ---> c178b3bdaccd 17:04:33 Step 6/22 : COPY go.mod vendor* ./ 17:04:33 ---> Using cache 17:04:33 ---> 4ae0a9874452 17:04:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:04:33 ---> Using cache 17:04:33 ---> 4ea93e919689 17:04:33 Step 8/22 : COPY . . 17:04:33 ---> Using cache 17:04:33 ---> a17faa16ff01 17:04:33 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 17:04:33 ---> Running in 42ec3bb39be2 17:04:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.95" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 17:06:12 Removing intermediate container 157b27e3c9b3 17:06:12 ---> 54bd3ff998b3 17:06:12 17:06:12 Step 9/20 : FROM alpine:3.16 17:06:12 ---> 4c81e5bf8899 17:06:12 Step 10/20 : RUN apk add --update --no-cache dumb-init openssl 17:06:12 ---> Running in eeee4a54064f 17:06:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:06:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:06:16 (1/2) Installing dumb-init (1.2.5-r1) 17:06:16 (2/2) Installing openssl (1.1.1t-r0) 17:06:16 Executing busybox-1.35.0-r17.trigger 17:06:16 OK: 6 MiB in 16 packages 17:06:18 Removing intermediate container eeee4a54064f 17:06:18 ---> 536ea3849c2b 17:06:18 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.; Copyright (C) 2023 Intel Corporation' 17:06:18 ---> Running in c8ee1beb3f9a 17:06:18 Removing intermediate container c8ee1beb3f9a 17:06:18 ---> bbe678169661 17:06:18 Step 12/20 : WORKDIR /edgex 17:06:18 ---> Running in 8042c7105890 17:06:19 Removing intermediate container 8042c7105890 17:06:19 ---> 9c699dfbd28c 17:06:19 Step 13/20 : COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.toml res/configuration.toml 17:06:20 ---> 45059f90df29 17:06:20 Step 14/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:06:22 ---> 8821dfe15aa1 17:06:22 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 17:06:23 ---> f63e6ef0bd87 17:06:23 Step 16/20 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:06:23 ---> Running in 48cdae0b18f1 17:06:26 Removing intermediate container 48cdae0b18f1 17:06:26 ---> e0599c604c7e 17:06:26 Step 17/20 : ENTRYPOINT ["entrypoint.sh"] 17:06:26 ---> Running in fd06f8b7979c 17:06:27 Removing intermediate container fd06f8b7979c 17:06:27 ---> c0227f99f833 17:06:27 Step 18/20 : LABEL arch=arm64 17:06:27 ---> Running in 1e373e0da52c 17:06:27 Removing intermediate container 1e373e0da52c 17:06:27 ---> 89017c770bfe 17:06:27 Step 19/20 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:06:27 ---> Running in 2291d3e9e86e 17:06:28 Removing intermediate container 2291d3e9e86e 17:06:28 ---> 34f6d30f166a 17:06:28 Step 20/20 : LABEL version=3.0.0-dev.95 17:06:28 ---> Running in d24fb26b06a0 17:06:31 Removing intermediate container d24fb26b06a0 17:06:31 ---> be8a97f72ac0 17:06:31 17:06:31 Successfully built be8a97f72ac0 17:06:31 Successfully tagged security-proxy-setup-arm64:latest 17:08:07  Building security-proxy-setup ... done Removing intermediate container c93870542ffa 17:08:07 ---> 4b4b8d00c964 17:08:07 17:08:07 Step 10/24 : FROM alpine:3.16 17:08:07 ---> 4c81e5bf8899 17:08:07 Step 11/24 : RUN apk add --update --no-cache dumb-init 17:08:07 ---> Using cache 17:08:07 ---> fb399aff6231 17:08:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:08:07 ---> Using cache 17:08:07 ---> eee38748dcac 17:08:07 Step 13/24 : ENV APP_PORT=59881 17:08:07 ---> Running in 5d376bb9cc5b 17:08:07 Removing intermediate container 5d376bb9cc5b 17:08:07 ---> e1ee10e2d316 17:08:07 Step 14/24 : EXPOSE $APP_PORT 17:08:07 ---> Running in c456ecd76e37 17:08:07 Removing intermediate container c456ecd76e37 17:08:07 ---> e6aac15150b6 17:08:07 Step 15/24 : WORKDIR / 17:08:07 ---> Running in f9093c2c8df9 17:08:07 Removing intermediate container f9093c2c8df9 17:08:07 ---> 2f23766f0ea1 17:08:07 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:07 ---> 9575a549a4e2 17:08:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:08:08 ---> 59cc9003185b 17:08:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:08:09 ---> aeafd1478b33 17:08:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 17:08:10 ---> 108e1298df80 17:08:10 Step 20/24 : ENTRYPOINT ["/core-metadata"] 17:08:10 ---> Running in 3ae1d9396cd7 17:08:11 Removing intermediate container 3ae1d9396cd7 17:08:11 ---> f437559c3941 17:08:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:08:11 ---> Running in 9dbe4ab644bd 17:08:11 Removing intermediate container 9dbe4ab644bd 17:08:11 ---> 96670881a8ae 17:08:11 Step 22/24 : LABEL arch=arm64 17:08:11 ---> Running in 312da0ba034e 17:08:12 Removing intermediate container 312da0ba034e 17:08:12 ---> 4c21c85b1ae7 17:08:12 Step 23/24 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:08:12 ---> Running in 8d25646d9aca 17:08:12 Removing intermediate container 8d25646d9aca 17:08:12 ---> 75353c51bee8 17:08:12 Step 24/24 : LABEL version=3.0.0-dev.95 17:08:13 ---> Running in a8aff39bec89 17:08:13 Removing intermediate container a8aff39bec89 17:08:13 ---> a3d1e634d9b3 17:08:13 17:08:13 Successfully built a3d1e634d9b3 17:08:13 Successfully tagged core-metadata-arm64:latest 17:08:35  Building core-metadata ... done Removing intermediate container 45c3c32a9647 17:08:35 ---> 1bed8fc5d2c5 17:08:35 17:08:35 Step 10/22 : FROM alpine:3.16 17:08:35 ---> 4c81e5bf8899 17:08:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:08:35 ---> Running in ef9e4620a573 17:08:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:08:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:08:37 (1/2) Installing ca-certificates (20220614-r0) 17:08:37 (2/2) Installing dumb-init (1.2.5-r1) 17:08:37 Executing busybox-1.35.0-r17.trigger 17:08:37 Executing ca-certificates-20220614-r0.trigger 17:08:38 OK: 6 MiB in 16 packages 17:08:40 Removing intermediate container ef9e4620a573 17:08:40 ---> f91f2a069f30 17:08:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:08:40 ---> Running in 12cd04137e9d 17:08:40 Removing intermediate container 12cd04137e9d 17:08:40 ---> 2a35e47064f1 17:08:40 Step 13/22 : ENV APP_PORT=59860 17:08:40 ---> Running in bdd69a89f93d 17:08:41 Removing intermediate container bdd69a89f93d 17:08:41 ---> 2fc438e9ec14 17:08:41 Step 14/22 : EXPOSE $APP_PORT 17:08:41 ---> Running in fb7d2aa4d364 17:08:42 Removing intermediate container fb7d2aa4d364 17:08:42 ---> 73eaa79dcccf 17:08:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:08:43 ---> fab45168f7c7 17:08:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:08:45 ---> b5f7241d6a77 17:08:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:08:46 ---> eabb945c7fa5 17:08:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:08:46 ---> Running in 220155e181d2 17:08:47 Removing intermediate container 220155e181d2 17:08:47 ---> d065c3cc5a43 17:08:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:08:47 ---> Running in dff2fe5c6551 17:08:48 Removing intermediate container dff2fe5c6551 17:08:48 ---> f69164514b8e 17:08:48 Step 20/22 : LABEL arch=arm64 17:08:48 ---> Running in d5a272966e59 17:08:48 Removing intermediate container d5a272966e59 17:08:48 ---> b9d0e897bd52 17:08:48 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:08:48 ---> Running in 5c7f8cbe617b 17:08:49 Removing intermediate container 5c7f8cbe617b 17:08:49 ---> e0c1218db0f8 17:08:49 Step 22/22 : LABEL version=3.0.0-dev.95 17:08:49 ---> Running in 25b81ed4e0ba 17:08:49 Removing intermediate container 25b81ed4e0ba 17:08:49 ---> 3c7811dec859 17:08:49 17:08:50 Successfully built 3c7811dec859 17:08:50 Successfully tagged support-notifications-arm64:latest 17:09:37  Building support-notifications ... done Removing intermediate container 42ec3bb39be2 17:09:37 ---> e8f0b946964c 17:09:37 17:09:37 Step 10/22 : FROM alpine:3.16 17:09:37 ---> 4c81e5bf8899 17:09:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 17:09:37 ---> Using cache 17:09:37 ---> 80ce3e7a1c5c 17:09:37 Step 12/22 : RUN apk add --update --no-cache dumb-init 17:09:37 ---> Using cache 17:09:37 ---> 2e86d6e49a0e 17:09:37 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:37 ---> Using cache 17:09:37 ---> 57858b05c20c 17:09:37 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 17:09:37 Removing intermediate container 3aafbf7f1634 17:09:37 ---> 299008a94e10 17:09:37 17:09:37 Step 10/22 : FROM alpine:3.16 17:09:37 ---> 4c81e5bf8899 17:09:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:09:37 ---> Using cache 17:09:37 ---> fb399aff6231 17:09:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:09:37 ---> Using cache 17:09:37 ---> eee38748dcac 17:09:37 Step 13/22 : ENV APP_PORT=59861 17:09:37 ---> Running in 5590e81c5b1b 17:09:37 Removing intermediate container 5590e81c5b1b 17:09:37 ---> 9b66303b2a51 17:09:37 Step 14/22 : EXPOSE $APP_PORT 17:09:37 ---> Running in 8a5d03c798fd 17:09:37 ---> 523917cd6c59 17:09:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 17:09:37 Removing intermediate container 8a5d03c798fd 17:09:37 ---> e1f489522ccf 17:09:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:09:37 ---> a6ed15b163f6 17:09:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 17:09:37 ---> 3b5861f8bf25 17:09:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:09:37 ---> f1008786763f 17:09:37 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:09:37 ---> Running in 9517a09e0030 17:09:38 ---> fbb0eff9c9af 17:09:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:09:38 ---> 858d6f3b25d3 17:09:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:09:38 ---> Running in 8a1b20f8ee18 17:09:38 Removing intermediate container 9517a09e0030 17:09:38 ---> b602713f8257 17:09:38 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 17:09:38 ---> Running in 08a21514ae7c 17:09:39 Removing intermediate container 8a1b20f8ee18 17:09:39 ---> 02e02b1f9ad6 17:09:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:09:39 ---> Running in ffb431b85693 17:09:39 Removing intermediate container 08a21514ae7c 17:09:39 ---> b7db5aa9dd22 17:09:39 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 17:09:39 ---> Running in 8bd5c2d8fc2d 17:09:39 Removing intermediate container ffb431b85693 17:09:39 ---> f7a07f6a00af 17:09:39 Step 20/22 : LABEL arch=arm64 17:09:39 ---> Running in aa32c2e45d56 17:09:39 Removing intermediate container 8bd5c2d8fc2d 17:09:39 ---> 61fc69384992 17:09:39 Step 20/22 : LABEL arch=arm64 17:09:39 ---> Running in 6466f6bb2995 17:09:39 Removing intermediate container aa32c2e45d56 17:09:39 ---> 814e827a818b 17:09:39 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:40 ---> Running in cd2a0e6a55a7 17:09:40 Removing intermediate container 6466f6bb2995 17:09:40 ---> 45ff2d8d16bd 17:09:40 Step 21/22 : LABEL git_sha=0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:40 ---> Running in b1e1b5f4dfe8 17:09:40 Removing intermediate container cd2a0e6a55a7 17:09:40 ---> c6f0b95bcc86 17:09:40 Step 22/22 : LABEL version=3.0.0-dev.95 17:09:40 ---> Running in 97d6dace49de 17:09:40 Removing intermediate container b1e1b5f4dfe8 17:09:40 ---> e49b7843c347 17:09:40 Step 22/22 : LABEL version=3.0.0-dev.95 17:09:40 ---> Running in 8ada392d14d2 17:09:40 Removing intermediate container 97d6dace49de 17:09:40 ---> bc1a71f4d95a 17:09:40 17:09:41 Successfully built bc1a71f4d95a 17:09:41 Removing intermediate container 8ada392d14d2 17:09:41 ---> e2b18c00cc98 17:09:41 17:09:41 Successfully tagged support-scheduler-arm64:latest 17:09:41  Building support-scheduler ... done Successfully built e2b18c00cc98 17:09:41 Successfully tagged core-common-config-bootstrapper-arm64:latest 17:09:41  Building core-common-config-bootstrapper ... done  [Pipeline] } 17:09:41 $ docker stop --time=1 1ae8752212cc99f4090b4a371b18ae17684244afb3e84d0758deb6b43ef05df6 17:09:43 $ docker rm -f --volumes 1ae8752212cc99f4090b4a371b18ae17684244afb3e84d0758deb6b43ef05df6 [Pipeline] // withDockerContainer [Pipeline] sh 17:09:43 + docker images 17:09:43 REPOSITORY TAG IMAGE ID CREATED SIZE 17:09:43 core-common-config-bootstrapper-arm64 latest e2b18c00cc98 3 seconds ago 14.9MB 17:09:43 support-scheduler-arm64 latest bc1a71f4d95a 3 seconds ago 29.1MB 17:09:43 299008a94e10 13 seconds ago 1.4GB 17:09:43 e8f0b946964c 13 seconds ago 1.33GB 17:09:43 support-notifications-arm64 latest 3c7811dec859 54 seconds ago 29.7MB 17:09:43 1bed8fc5d2c5 About a minute ago 1.4GB 17:09:43 core-metadata-arm64 latest a3d1e634d9b3 About a minute ago 17.8MB 17:09:43 4b4b8d00c964 About a minute ago 1.35GB 17:09:43 security-proxy-setup-arm64 latest be8a97f72ac0 3 minutes ago 15.8MB 17:09:43 54bd3ff998b3 3 minutes ago 1.32GB 17:09:43 security-secretstore-setup-arm64 latest adb68dde1ee9 5 minutes ago 28.8MB 17:09:43 507278647934 5 minutes ago 1.33GB 17:09:43 security-spire-server-arm64 latest dcf9c009a1dc 9 minutes ago 84.3MB 17:09:43 security-spire-config-arm64 latest 40cca9c070b5 9 minutes ago 83.6MB 17:09:43 507b35c960f9 10 minutes ago 1.21GB 17:09:43 security-bootstrapper-arm64 latest a7a535d25974 10 minutes ago 19MB 17:09:43 250674d08933 10 minutes ago 1.21GB 17:09:43 security-spiffe-token-provider-arm64 latest 1c0ff656003f 10 minutes ago 29.1MB 17:09:43 2baae5778ef8 11 minutes ago 1.32GB 17:09:43 41682f33df9a 11 minutes ago 1.37GB 17:09:43 core-data-arm64 latest 6bd6958dcfcd 12 minutes ago 17.3MB 17:09:43 0c3bedf6f21a 12 minutes ago 1.34GB 17:09:43 core-command-arm64 latest 2161158b32a2 12 minutes ago 17.1MB 17:09:43 6e650e9a5b2c 13 minutes ago 1.34GB 17:09:43 security-proxy-auth-arm64 latest 68d4542543cc 13 minutes ago 15.7MB 17:09:43 73390478679f 13 minutes ago 1.32GB 17:09:43 security-spire-agent-arm64 latest 6303c91df080 19 minutes ago 122MB 17:09:43 3d531856174f 19 minutes ago 1.21GB 17:09:43 ci-base-image-arm64 latest 3e491f458f52 22 minutes ago 904MB 17:09:43 alpine 3.15 354640af7b1b 4 weeks ago 5.34MB 17:09:43 alpine 3.16 4c81e5bf8899 4 weeks ago 5.3MB 17:09:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 17:09:43 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 17:09:44 provisioning config files... 17:09:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/457@tmp/config11732114295867315558tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:44 ---> docker-login.sh 17:09:44 nexus3.edgexfoundry.org:10001 17:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:44 Configure a credential helper to remove this warning. See 17:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:44 17:09:44 Login Succeeded 17:09:44 nexus3.edgexfoundry.org:10002 17:09:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:44 Configure a credential helper to remove this warning. See 17:09:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:44 17:09:44 Login Succeeded 17:09:44 nexus3.edgexfoundry.org:10003 17:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:45 Configure a credential helper to remove this warning. See 17:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:45 17:09:45 Login Succeeded 17:09:45 nexus3.edgexfoundry.org:10004 17:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:45 Configure a credential helper to remove this warning. See 17:09:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:45 17:09:45 Login Succeeded 17:09:45 docker.io 17:09:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:46 Configure a credential helper to remove this warning. See 17:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:46 17:09:46 Login Succeeded 17:09:46 ---> docker-login.sh ends [Pipeline] } 17:09:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:09:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:09:46 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 17:09:46 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:46 latest 17:09:46 3.0.0-dev.95 17:09:46 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:09:46 main 17:09:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:46 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:46 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 17:09:46 2f5a860c97e0: Preparing 17:09:46 a4af2fef074a: Preparing 17:09:46 4ffdd7b08da7: Preparing 17:09:46 1d9b07178c33: Preparing 17:09:46 f70ee36035b9: Preparing 17:09:46 f70ee36035b9: Layer already exists 17:09:47 4ffdd7b08da7: Pushed 17:09:47 2f5a860c97e0: Pushed 17:09:47 1d9b07178c33: Pushed 17:09:50 a4af2fef074a: Pushed 17:09:50 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:480db845ed6c993ff0026ec5d96f8b23c06d8dfe926ed8d9fc409079c234196e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:50 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 17:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 17:09:51 2f5a860c97e0: Preparing 17:09:51 a4af2fef074a: Preparing 17:09:51 4ffdd7b08da7: Preparing 17:09:51 1d9b07178c33: Preparing 17:09:51 f70ee36035b9: Preparing 17:09:51 1d9b07178c33: Layer already exists 17:09:51 a4af2fef074a: Layer already exists 17:09:51 2f5a860c97e0: Layer already exists 17:09:51 4ffdd7b08da7: Layer already exists 17:09:51 f70ee36035b9: Layer already exists 17:09:51 latest: digest: sha256:480db845ed6c993ff0026ec5d96f8b23c06d8dfe926ed8d9fc409079c234196e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:51 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:51 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.95 17:09:51 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 17:09:51 2f5a860c97e0: Preparing 17:09:51 a4af2fef074a: Preparing 17:09:51 4ffdd7b08da7: Preparing 17:09:51 1d9b07178c33: Preparing 17:09:51 f70ee36035b9: Preparing 17:09:51 2f5a860c97e0: Layer already exists 17:09:51 1d9b07178c33: Layer already exists 17:09:51 f70ee36035b9: Layer already exists 17:09:51 a4af2fef074a: Layer already exists 17:09:51 4ffdd7b08da7: Layer already exists 17:09:51 3.0.0-dev.95: digest: sha256:480db845ed6c993ff0026ec5d96f8b23c06d8dfe926ed8d9fc409079c234196e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:52 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:09:52 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 17:09:52 2f5a860c97e0: Preparing 17:09:52 a4af2fef074a: Preparing 17:09:52 4ffdd7b08da7: Preparing 17:09:52 1d9b07178c33: Preparing 17:09:52 f70ee36035b9: Preparing 17:09:52 a4af2fef074a: Layer already exists 17:09:52 4ffdd7b08da7: Layer already exists 17:09:52 2f5a860c97e0: Layer already exists 17:09:52 1d9b07178c33: Layer already exists 17:09:52 f70ee36035b9: Layer already exists 17:09:52 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:480db845ed6c993ff0026ec5d96f8b23c06d8dfe926ed8d9fc409079c234196e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:52 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 17:09:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 17:09:53 2f5a860c97e0: Preparing 17:09:53 a4af2fef074a: Preparing 17:09:53 4ffdd7b08da7: Preparing 17:09:53 1d9b07178c33: Preparing 17:09:53 f70ee36035b9: Preparing 17:09:53 4ffdd7b08da7: Layer already exists 17:09:53 a4af2fef074a: Layer already exists 17:09:53 1d9b07178c33: Layer already exists 17:09:53 f70ee36035b9: Layer already exists 17:09:53 2f5a860c97e0: Layer already exists 17:09:53 main: digest: sha256:480db845ed6c993ff0026ec5d96f8b23c06d8dfe926ed8d9fc409079c234196e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:09:53 ===================================================== [Pipeline] echo 17:09:53 taggedImages: 17:09:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 17:09:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.95 17:09:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:09:53 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 17:09:53 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 17:09:53 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:53 latest 17:09:53 3.0.0-dev.95 17:09:53 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:09:53 main 17:09:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:53 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:54 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:09:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 17:09:54 f84a7d69136f: Preparing 17:09:54 41ac4bcae0b4: Preparing 17:09:54 b5d48429adee: Preparing 17:09:54 e33e5b5c695d: Preparing 17:09:54 4ffdd7b08da7: Preparing 17:09:54 a259d6f84287: Preparing 17:09:54 f70ee36035b9: Preparing 17:09:54 a259d6f84287: Waiting 17:09:54 f70ee36035b9: Waiting 17:09:54 4ffdd7b08da7: Layer already exists 17:09:54 f84a7d69136f: Pushed 17:09:54 41ac4bcae0b4: Pushed 17:09:54 b5d48429adee: Pushed 17:09:54 f70ee36035b9: Layer already exists 17:09:54 a259d6f84287: Pushed 17:09:56 e33e5b5c695d: Pushed 17:09:56 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:b7c8e5f8a03a4a6483bc63dd667a7aa659f5b4d5b7652d5caa36636cb9090c03 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:57 + 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 17:09:57 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 17:09:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 17:09:57 f84a7d69136f: Preparing 17:09:57 41ac4bcae0b4: Preparing 17:09:57 b5d48429adee: Preparing 17:09:57 e33e5b5c695d: Preparing 17:09:57 4ffdd7b08da7: Preparing 17:09:57 a259d6f84287: Preparing 17:09:57 f70ee36035b9: Preparing 17:09:57 a259d6f84287: Waiting 17:09:57 f70ee36035b9: Waiting 17:09:57 4ffdd7b08da7: Layer already exists 17:09:57 f84a7d69136f: Layer already exists 17:09:57 e33e5b5c695d: Layer already exists 17:09:57 b5d48429adee: Layer already exists 17:09:57 41ac4bcae0b4: Layer already exists 17:09:57 f70ee36035b9: Layer already exists 17:09:57 a259d6f84287: Layer already exists 17:09:57 latest: digest: sha256:b7c8e5f8a03a4a6483bc63dd667a7aa659f5b4d5b7652d5caa36636cb9090c03 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:58 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:58 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.95 17:09:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 17:09:58 f84a7d69136f: Preparing 17:09:58 41ac4bcae0b4: Preparing 17:09:58 b5d48429adee: Preparing 17:09:58 e33e5b5c695d: Preparing 17:09:58 4ffdd7b08da7: Preparing 17:09:58 a259d6f84287: Preparing 17:09:58 f70ee36035b9: Preparing 17:09:58 a259d6f84287: Waiting 17:09:58 f70ee36035b9: Waiting 17:09:58 f84a7d69136f: Layer already exists 17:09:58 4ffdd7b08da7: Layer already exists 17:09:58 41ac4bcae0b4: Layer already exists 17:09:58 b5d48429adee: Layer already exists 17:09:58 e33e5b5c695d: Layer already exists 17:09:58 f70ee36035b9: Layer already exists 17:09:58 a259d6f84287: Layer already exists 17:09:58 3.0.0-dev.95: digest: sha256:b7c8e5f8a03a4a6483bc63dd667a7aa659f5b4d5b7652d5caa36636cb9090c03 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:59 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:09:59 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:09:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 17:09:59 f84a7d69136f: Preparing 17:09:59 41ac4bcae0b4: Preparing 17:09:59 b5d48429adee: Preparing 17:09:59 e33e5b5c695d: Preparing 17:09:59 4ffdd7b08da7: Preparing 17:09:59 a259d6f84287: Preparing 17:09:59 f70ee36035b9: Preparing 17:09:59 a259d6f84287: Waiting 17:09:59 f70ee36035b9: Waiting 17:09:59 4ffdd7b08da7: Layer already exists 17:09:59 b5d48429adee: Layer already exists 17:09:59 e33e5b5c695d: Layer already exists 17:09:59 f84a7d69136f: Layer already exists 17:09:59 41ac4bcae0b4: Layer already exists 17:09:59 a259d6f84287: Layer already exists 17:09:59 f70ee36035b9: Layer already exists 17:09:59 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:b7c8e5f8a03a4a6483bc63dd667a7aa659f5b4d5b7652d5caa36636cb9090c03 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:00 + 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 17:10:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 17:10:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 17:10:00 f84a7d69136f: Preparing 17:10:00 41ac4bcae0b4: Preparing 17:10:00 b5d48429adee: Preparing 17:10:00 e33e5b5c695d: Preparing 17:10:00 4ffdd7b08da7: Preparing 17:10:00 a259d6f84287: Preparing 17:10:00 f70ee36035b9: Preparing 17:10:00 a259d6f84287: Waiting 17:10:00 f70ee36035b9: Waiting 17:10:00 f84a7d69136f: Layer already exists 17:10:00 4ffdd7b08da7: Layer already exists 17:10:00 b5d48429adee: Layer already exists 17:10:00 41ac4bcae0b4: Layer already exists 17:10:00 e33e5b5c695d: Layer already exists 17:10:00 a259d6f84287: Layer already exists 17:10:00 f70ee36035b9: Layer already exists 17:10:00 main: digest: sha256:b7c8e5f8a03a4a6483bc63dd667a7aa659f5b4d5b7652d5caa36636cb9090c03 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:00 ===================================================== [Pipeline] echo 17:10:00 taggedImages: 17:10:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 17:10:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.95 17:10:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:00 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 17:10:00 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 17:10:00 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:00 latest 17:10:00 3.0.0-dev.95 17:10:00 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:00 main 17:10:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:01 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:01 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 17:10:01 39816469f0ee: Preparing 17:10:01 d7574c2b6bdf: Preparing 17:10:01 4ffdd7b08da7: Preparing 17:10:01 f046ea92b35a: Preparing 17:10:01 f70ee36035b9: Preparing 17:10:01 f70ee36035b9: Layer already exists 17:10:01 4ffdd7b08da7: Layer already exists 17:10:01 39816469f0ee: Pushed 17:10:01 f046ea92b35a: Pushed 17:10:05 d7574c2b6bdf: Pushed 17:10:05 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:d9d97ea33bf1c204c383513a2f61e78b18185ff8366b72dcc14a315d3946bd2e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:05 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:05 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 17:10:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 17:10:05 39816469f0ee: Preparing 17:10:05 d7574c2b6bdf: Preparing 17:10:05 4ffdd7b08da7: Preparing 17:10:05 f046ea92b35a: Preparing 17:10:05 f70ee36035b9: Preparing 17:10:05 f046ea92b35a: Layer already exists 17:10:05 39816469f0ee: Layer already exists 17:10:05 f70ee36035b9: Layer already exists 17:10:05 4ffdd7b08da7: Layer already exists 17:10:05 d7574c2b6bdf: Layer already exists 17:10:05 latest: digest: sha256:d9d97ea33bf1c204c383513a2f61e78b18185ff8366b72dcc14a315d3946bd2e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:06 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.95 17:10:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 17:10:06 39816469f0ee: Preparing 17:10:06 d7574c2b6bdf: Preparing 17:10:06 4ffdd7b08da7: Preparing 17:10:06 f046ea92b35a: Preparing 17:10:06 f70ee36035b9: Preparing 17:10:06 d7574c2b6bdf: Layer already exists 17:10:06 4ffdd7b08da7: Layer already exists 17:10:06 f046ea92b35a: Layer already exists 17:10:06 39816469f0ee: Layer already exists 17:10:06 f70ee36035b9: Layer already exists 17:10:06 3.0.0-dev.95: digest: sha256:d9d97ea33bf1c204c383513a2f61e78b18185ff8366b72dcc14a315d3946bd2e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:06 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:07 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 17:10:07 39816469f0ee: Preparing 17:10:07 d7574c2b6bdf: Preparing 17:10:07 4ffdd7b08da7: Preparing 17:10:07 f046ea92b35a: Preparing 17:10:07 f70ee36035b9: Preparing 17:10:07 f046ea92b35a: Layer already exists 17:10:07 d7574c2b6bdf: Layer already exists 17:10:07 4ffdd7b08da7: Layer already exists 17:10:07 39816469f0ee: Layer already exists 17:10:07 f70ee36035b9: Layer already exists 17:10:07 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:d9d97ea33bf1c204c383513a2f61e78b18185ff8366b72dcc14a315d3946bd2e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:07 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 17:10:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 17:10:08 39816469f0ee: Preparing 17:10:08 d7574c2b6bdf: Preparing 17:10:08 4ffdd7b08da7: Preparing 17:10:08 f046ea92b35a: Preparing 17:10:08 f70ee36035b9: Preparing 17:10:08 4ffdd7b08da7: Layer already exists 17:10:08 f046ea92b35a: Layer already exists 17:10:08 f70ee36035b9: Layer already exists 17:10:08 d7574c2b6bdf: Layer already exists 17:10:08 39816469f0ee: Layer already exists 17:10:08 main: digest: sha256:d9d97ea33bf1c204c383513a2f61e78b18185ff8366b72dcc14a315d3946bd2e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:08 ===================================================== [Pipeline] echo 17:10:08 taggedImages: 17:10:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 17:10:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.95 17:10:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:08 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 17:10:08 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 17:10:08 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:08 latest 17:10:08 3.0.0-dev.95 17:10:08 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:08 main 17:10:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:08 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 17:10:09 bdd799038059: Preparing 17:10:09 fea0eff04c01: Preparing 17:10:09 53f7f0c0615c: Preparing 17:10:09 4ffdd7b08da7: Preparing 17:10:09 1d9b07178c33: Preparing 17:10:09 f70ee36035b9: Preparing 17:10:09 f70ee36035b9: Waiting 17:10:09 1d9b07178c33: Layer already exists 17:10:09 4ffdd7b08da7: Layer already exists 17:10:09 f70ee36035b9: Layer already exists 17:10:09 fea0eff04c01: Pushed 17:10:09 bdd799038059: Pushed 17:10:12 53f7f0c0615c: Pushed 17:10:12 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:31bdc8c75ee43b2897851a58ee9c8ece4088ec8697336466b400020ea2111c95 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:13 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 17:10:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 17:10:13 bdd799038059: Preparing 17:10:13 fea0eff04c01: Preparing 17:10:13 53f7f0c0615c: Preparing 17:10:13 4ffdd7b08da7: Preparing 17:10:13 1d9b07178c33: Preparing 17:10:13 f70ee36035b9: Preparing 17:10:13 f70ee36035b9: Waiting 17:10:13 1d9b07178c33: Layer already exists 17:10:13 4ffdd7b08da7: Layer already exists 17:10:13 bdd799038059: Layer already exists 17:10:13 fea0eff04c01: Layer already exists 17:10:13 53f7f0c0615c: Layer already exists 17:10:13 f70ee36035b9: Layer already exists 17:10:13 latest: digest: sha256:31bdc8c75ee43b2897851a58ee9c8ece4088ec8697336466b400020ea2111c95 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:16 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.95 17:10:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 17:10:16 bdd799038059: Preparing 17:10:16 fea0eff04c01: Preparing 17:10:16 53f7f0c0615c: Preparing 17:10:16 4ffdd7b08da7: Preparing 17:10:16 1d9b07178c33: Preparing 17:10:16 f70ee36035b9: Preparing 17:10:16 f70ee36035b9: Waiting 17:10:16 53f7f0c0615c: Layer already exists 17:10:16 fea0eff04c01: Layer already exists 17:10:16 bdd799038059: Layer already exists 17:10:16 1d9b07178c33: Layer already exists 17:10:16 4ffdd7b08da7: Layer already exists 17:10:16 f70ee36035b9: Layer already exists 17:10:16 3.0.0-dev.95: digest: sha256:31bdc8c75ee43b2897851a58ee9c8ece4088ec8697336466b400020ea2111c95 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 17:10:17 bdd799038059: Preparing 17:10:17 fea0eff04c01: Preparing 17:10:17 53f7f0c0615c: Preparing 17:10:17 4ffdd7b08da7: Preparing 17:10:17 1d9b07178c33: Preparing 17:10:17 f70ee36035b9: Preparing 17:10:17 f70ee36035b9: Waiting 17:10:17 1d9b07178c33: Layer already exists 17:10:17 fea0eff04c01: Layer already exists 17:10:17 bdd799038059: Layer already exists 17:10:17 53f7f0c0615c: Layer already exists 17:10:17 4ffdd7b08da7: Layer already exists 17:10:17 f70ee36035b9: Layer already exists 17:10:17 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:31bdc8c75ee43b2897851a58ee9c8ece4088ec8697336466b400020ea2111c95 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:17 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:18 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 17:10:18 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 17:10:18 bdd799038059: Preparing 17:10:18 fea0eff04c01: Preparing 17:10:18 53f7f0c0615c: Preparing 17:10:18 4ffdd7b08da7: Preparing 17:10:18 1d9b07178c33: Preparing 17:10:18 f70ee36035b9: Preparing 17:10:18 f70ee36035b9: Waiting 17:10:18 4ffdd7b08da7: Layer already exists 17:10:18 53f7f0c0615c: Layer already exists 17:10:18 bdd799038059: Layer already exists 17:10:18 1d9b07178c33: Layer already exists 17:10:18 fea0eff04c01: Layer already exists 17:10:18 f70ee36035b9: Layer already exists 17:10:18 main: digest: sha256:31bdc8c75ee43b2897851a58ee9c8ece4088ec8697336466b400020ea2111c95 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:18 ===================================================== [Pipeline] echo 17:10:18 taggedImages: 17:10:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 17:10:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.95 17:10:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:18 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 17:10:18 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 17:10:18 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:18 latest 17:10:18 3.0.0-dev.95 17:10:18 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:18 main 17:10:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:18 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 17:10:19 725f35034c49: Preparing 17:10:19 725f35034c49: Preparing 17:10:19 5d942941a0a3: Preparing 17:10:19 45df6d37fc6e: Preparing 17:10:19 de2fce5a2be5: Preparing 17:10:19 97d3eedd647f: Preparing 17:10:19 037a1f837703: Preparing 17:10:19 4ffdd7b08da7: Preparing 17:10:19 157199bc1fea: Preparing 17:10:19 26ed6ba8198a: Preparing 17:10:19 0ac6b9272f0f: Preparing 17:10:19 05d27dba4ce9: Preparing 17:10:19 f70ee36035b9: Preparing 17:10:19 4ffdd7b08da7: Waiting 17:10:19 157199bc1fea: Waiting 17:10:19 26ed6ba8198a: Waiting 17:10:19 0ac6b9272f0f: Waiting 17:10:19 05d27dba4ce9: Waiting 17:10:19 f70ee36035b9: Waiting 17:10:19 037a1f837703: Waiting 17:10:19 725f35034c49: Pushed 17:10:19 45df6d37fc6e: Pushed 17:10:19 de2fce5a2be5: Pushed 17:10:19 5d942941a0a3: Pushed 17:10:19 97d3eedd647f: Pushed 17:10:19 4ffdd7b08da7: Layer already exists 17:10:19 157199bc1fea: Pushed 17:10:19 26ed6ba8198a: Pushed 17:10:19 f70ee36035b9: Layer already exists 17:10:19 05d27dba4ce9: Pushed 17:10:19 0ac6b9272f0f: Pushed 17:10:23 037a1f837703: Pushed 17:10:23 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:1ea53989194d9f6a5e3074db987b744a724e73fc42793f27ee82adc7077823be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:23 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:23 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 17:10:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 17:10:23 725f35034c49: Preparing 17:10:23 725f35034c49: Preparing 17:10:23 5d942941a0a3: Preparing 17:10:23 45df6d37fc6e: Preparing 17:10:23 de2fce5a2be5: Preparing 17:10:23 97d3eedd647f: Preparing 17:10:23 037a1f837703: Preparing 17:10:23 4ffdd7b08da7: Preparing 17:10:23 157199bc1fea: Preparing 17:10:23 26ed6ba8198a: Preparing 17:10:23 0ac6b9272f0f: Preparing 17:10:23 05d27dba4ce9: Preparing 17:10:23 f70ee36035b9: Preparing 17:10:23 037a1f837703: Waiting 17:10:23 4ffdd7b08da7: Waiting 17:10:23 157199bc1fea: Waiting 17:10:23 26ed6ba8198a: Waiting 17:10:23 0ac6b9272f0f: Waiting 17:10:23 05d27dba4ce9: Waiting 17:10:23 f70ee36035b9: Waiting 17:10:23 97d3eedd647f: Layer already exists 17:10:23 725f35034c49: Layer already exists 17:10:23 de2fce5a2be5: Layer already exists 17:10:23 45df6d37fc6e: Layer already exists 17:10:23 5d942941a0a3: Layer already exists 17:10:23 26ed6ba8198a: Layer already exists 17:10:23 037a1f837703: Layer already exists 17:10:23 4ffdd7b08da7: Layer already exists 17:10:23 0ac6b9272f0f: Layer already exists 17:10:23 157199bc1fea: Layer already exists 17:10:23 f70ee36035b9: Layer already exists 17:10:23 05d27dba4ce9: Layer already exists 17:10:24 latest: digest: sha256:1ea53989194d9f6a5e3074db987b744a724e73fc42793f27ee82adc7077823be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:24 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.95 17:10:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 17:10:24 725f35034c49: Preparing 17:10:24 725f35034c49: Preparing 17:10:24 5d942941a0a3: Preparing 17:10:24 45df6d37fc6e: Preparing 17:10:24 de2fce5a2be5: Preparing 17:10:24 97d3eedd647f: Preparing 17:10:24 037a1f837703: Preparing 17:10:24 4ffdd7b08da7: Preparing 17:10:24 157199bc1fea: Preparing 17:10:24 26ed6ba8198a: Preparing 17:10:24 0ac6b9272f0f: Preparing 17:10:24 05d27dba4ce9: Preparing 17:10:24 f70ee36035b9: Preparing 17:10:24 26ed6ba8198a: Waiting 17:10:24 0ac6b9272f0f: Waiting 17:10:24 05d27dba4ce9: Waiting 17:10:24 4ffdd7b08da7: Waiting 17:10:24 037a1f837703: Waiting 17:10:24 f70ee36035b9: Waiting 17:10:24 157199bc1fea: Waiting 17:10:24 725f35034c49: Layer already exists 17:10:24 de2fce5a2be5: Layer already exists 17:10:24 5d942941a0a3: Layer already exists 17:10:24 97d3eedd647f: Layer already exists 17:10:24 45df6d37fc6e: Layer already exists 17:10:24 157199bc1fea: Layer already exists 17:10:24 037a1f837703: Layer already exists 17:10:24 4ffdd7b08da7: Layer already exists 17:10:24 0ac6b9272f0f: Layer already exists 17:10:24 26ed6ba8198a: Layer already exists 17:10:24 05d27dba4ce9: Layer already exists 17:10:24 f70ee36035b9: Layer already exists 17:10:25 3.0.0-dev.95: digest: sha256:1ea53989194d9f6a5e3074db987b744a724e73fc42793f27ee82adc7077823be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:25 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 17:10:25 725f35034c49: Preparing 17:10:25 725f35034c49: Preparing 17:10:25 5d942941a0a3: Preparing 17:10:25 45df6d37fc6e: Preparing 17:10:25 de2fce5a2be5: Preparing 17:10:25 97d3eedd647f: Preparing 17:10:25 037a1f837703: Preparing 17:10:25 4ffdd7b08da7: Preparing 17:10:25 157199bc1fea: Preparing 17:10:25 26ed6ba8198a: Preparing 17:10:25 0ac6b9272f0f: Preparing 17:10:25 05d27dba4ce9: Preparing 17:10:25 f70ee36035b9: Preparing 17:10:25 037a1f837703: Waiting 17:10:25 26ed6ba8198a: Waiting 17:10:25 0ac6b9272f0f: Waiting 17:10:25 05d27dba4ce9: Waiting 17:10:25 4ffdd7b08da7: Waiting 17:10:25 157199bc1fea: Waiting 17:10:25 f70ee36035b9: Waiting 17:10:25 de2fce5a2be5: Layer already exists 17:10:25 725f35034c49: Layer already exists 17:10:25 97d3eedd647f: Layer already exists 17:10:25 5d942941a0a3: Layer already exists 17:10:25 45df6d37fc6e: Layer already exists 17:10:25 037a1f837703: Layer already exists 17:10:25 157199bc1fea: Layer already exists 17:10:25 4ffdd7b08da7: Layer already exists 17:10:25 0ac6b9272f0f: Layer already exists 17:10:25 26ed6ba8198a: Layer already exists 17:10:25 05d27dba4ce9: Layer already exists 17:10:25 f70ee36035b9: Layer already exists 17:10:25 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:1ea53989194d9f6a5e3074db987b744a724e73fc42793f27ee82adc7077823be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 17:10:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 17:10:26 725f35034c49: Preparing 17:10:26 725f35034c49: Preparing 17:10:26 5d942941a0a3: Preparing 17:10:26 45df6d37fc6e: Preparing 17:10:26 de2fce5a2be5: Preparing 17:10:26 97d3eedd647f: Preparing 17:10:26 037a1f837703: Preparing 17:10:26 4ffdd7b08da7: Preparing 17:10:26 157199bc1fea: Preparing 17:10:26 26ed6ba8198a: Preparing 17:10:26 0ac6b9272f0f: Preparing 17:10:26 05d27dba4ce9: Preparing 17:10:26 f70ee36035b9: Preparing 17:10:26 037a1f837703: Waiting 17:10:26 4ffdd7b08da7: Waiting 17:10:26 157199bc1fea: Waiting 17:10:26 26ed6ba8198a: Waiting 17:10:26 0ac6b9272f0f: Waiting 17:10:26 f70ee36035b9: Waiting 17:10:26 05d27dba4ce9: Waiting 17:10:26 45df6d37fc6e: Layer already exists 17:10:26 97d3eedd647f: Layer already exists 17:10:26 725f35034c49: Layer already exists 17:10:26 de2fce5a2be5: Layer already exists 17:10:26 5d942941a0a3: Layer already exists 17:10:26 037a1f837703: Layer already exists 17:10:26 4ffdd7b08da7: Layer already exists 17:10:26 157199bc1fea: Layer already exists 17:10:26 0ac6b9272f0f: Layer already exists 17:10:26 26ed6ba8198a: Layer already exists 17:10:26 05d27dba4ce9: Layer already exists 17:10:26 f70ee36035b9: Layer already exists 17:10:26 main: digest: sha256:1ea53989194d9f6a5e3074db987b744a724e73fc42793f27ee82adc7077823be size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:26 ===================================================== [Pipeline] echo 17:10:26 taggedImages: 17:10:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 17:10:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.95 17:10:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 17:10:26 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 17:10:26 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:26 latest 17:10:26 3.0.0-dev.95 17:10:26 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:26 main 17:10:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:27 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 17:10:27 2a3137d83289: Preparing 17:10:27 67f5db0038e9: Preparing 17:10:27 5f28fe7cc00a: Preparing 17:10:27 2e1b4fe50ba1: Preparing 17:10:27 4ffdd7b08da7: Preparing 17:10:27 a259d6f84287: Preparing 17:10:27 f70ee36035b9: Preparing 17:10:27 a259d6f84287: Waiting 17:10:27 f70ee36035b9: Waiting 17:10:27 4ffdd7b08da7: Layer already exists 17:10:27 a259d6f84287: Layer already exists 17:10:27 f70ee36035b9: Layer already exists 17:10:27 2a3137d83289: Pushed 17:10:27 67f5db0038e9: Pushed 17:10:27 5f28fe7cc00a: Pushed 17:10:30 2e1b4fe50ba1: Pushed 17:10:30 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:55251d9d4844eb15dee2cb044f871e0ea0db5706acb2da465d8b5fccd7398ff4 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:31 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 17:10:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 17:10:31 2a3137d83289: Preparing 17:10:31 67f5db0038e9: Preparing 17:10:31 5f28fe7cc00a: Preparing 17:10:31 2e1b4fe50ba1: Preparing 17:10:31 4ffdd7b08da7: Preparing 17:10:31 a259d6f84287: Preparing 17:10:31 f70ee36035b9: Preparing 17:10:31 a259d6f84287: Waiting 17:10:31 f70ee36035b9: Waiting 17:10:31 2a3137d83289: Layer already exists 17:10:31 4ffdd7b08da7: Layer already exists 17:10:31 5f28fe7cc00a: Layer already exists 17:10:31 67f5db0038e9: Layer already exists 17:10:31 2e1b4fe50ba1: Layer already exists 17:10:31 f70ee36035b9: Layer already exists 17:10:31 a259d6f84287: Layer already exists 17:10:31 latest: digest: sha256:55251d9d4844eb15dee2cb044f871e0ea0db5706acb2da465d8b5fccd7398ff4 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:31 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:32 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.95 17:10:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 17:10:32 2a3137d83289: Preparing 17:10:32 67f5db0038e9: Preparing 17:10:32 5f28fe7cc00a: Preparing 17:10:32 2e1b4fe50ba1: Preparing 17:10:32 4ffdd7b08da7: Preparing 17:10:32 a259d6f84287: Preparing 17:10:32 f70ee36035b9: Preparing 17:10:32 a259d6f84287: Waiting 17:10:32 f70ee36035b9: Waiting 17:10:32 2e1b4fe50ba1: Layer already exists 17:10:32 4ffdd7b08da7: Layer already exists 17:10:32 67f5db0038e9: Layer already exists 17:10:32 5f28fe7cc00a: Layer already exists 17:10:32 2a3137d83289: Layer already exists 17:10:32 f70ee36035b9: Layer already exists 17:10:32 a259d6f84287: Layer already exists 17:10:32 3.0.0-dev.95: digest: sha256:55251d9d4844eb15dee2cb044f871e0ea0db5706acb2da465d8b5fccd7398ff4 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:32 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 17:10:33 2a3137d83289: Preparing 17:10:33 67f5db0038e9: Preparing 17:10:33 5f28fe7cc00a: Preparing 17:10:33 2e1b4fe50ba1: Preparing 17:10:33 4ffdd7b08da7: Preparing 17:10:33 a259d6f84287: Preparing 17:10:33 f70ee36035b9: Preparing 17:10:33 a259d6f84287: Waiting 17:10:33 f70ee36035b9: Waiting 17:10:33 5f28fe7cc00a: Layer already exists 17:10:33 2a3137d83289: Layer already exists 17:10:33 2e1b4fe50ba1: Layer already exists 17:10:33 67f5db0038e9: Layer already exists 17:10:33 4ffdd7b08da7: Layer already exists 17:10:33 a259d6f84287: Layer already exists 17:10:33 f70ee36035b9: Layer already exists 17:10:33 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:55251d9d4844eb15dee2cb044f871e0ea0db5706acb2da465d8b5fccd7398ff4 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 17:10:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 17:10:33 2a3137d83289: Preparing 17:10:33 67f5db0038e9: Preparing 17:10:33 5f28fe7cc00a: Preparing 17:10:33 2e1b4fe50ba1: Preparing 17:10:33 4ffdd7b08da7: Preparing 17:10:33 a259d6f84287: Preparing 17:10:33 f70ee36035b9: Preparing 17:10:33 a259d6f84287: Waiting 17:10:33 f70ee36035b9: Waiting 17:10:33 4ffdd7b08da7: Layer already exists 17:10:33 2e1b4fe50ba1: Layer already exists 17:10:33 5f28fe7cc00a: Layer already exists 17:10:33 2a3137d83289: Layer already exists 17:10:33 67f5db0038e9: Layer already exists 17:10:33 a259d6f84287: Layer already exists 17:10:33 f70ee36035b9: Layer already exists 17:10:34 main: digest: sha256:55251d9d4844eb15dee2cb044f871e0ea0db5706acb2da465d8b5fccd7398ff4 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:34 ===================================================== [Pipeline] echo 17:10:34 taggedImages: 17:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 17:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.95 17:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:34 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 17:10:34 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 17:10:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:34 latest 17:10:34 3.0.0-dev.95 17:10:34 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:34 main 17:10:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:34 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 17:10:34 826fe55fa2e9: Preparing 17:10:34 58e2848704b4: Preparing 17:10:34 ce1ebf8c10f1: Preparing 17:10:34 c28380206275: Preparing 17:10:34 f1a35d5cfdde: Preparing 17:10:34 351d77a1e3c3: Preparing 17:10:34 f70ee36035b9: Preparing 17:10:34 351d77a1e3c3: Waiting 17:10:34 f70ee36035b9: Waiting 17:10:35 f1a35d5cfdde: Pushed 17:10:35 58e2848704b4: Pushed 17:10:35 c28380206275: Pushed 17:10:35 826fe55fa2e9: Pushed 17:10:35 f70ee36035b9: Layer already exists 17:10:35 351d77a1e3c3: Pushed 17:10:38 ce1ebf8c10f1: Pushed 17:10:38 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:c4ad44de1c0ade60ce3735967a1a645ea4aac8a5cb4b3de430cf29294ac1d741 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:38 + 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 17:10:38 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 17:10:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 17:10:38 826fe55fa2e9: Preparing 17:10:38 58e2848704b4: Preparing 17:10:38 ce1ebf8c10f1: Preparing 17:10:38 c28380206275: Preparing 17:10:38 f1a35d5cfdde: Preparing 17:10:38 351d77a1e3c3: Preparing 17:10:38 f70ee36035b9: Preparing 17:10:38 351d77a1e3c3: Waiting 17:10:38 f70ee36035b9: Waiting 17:10:38 58e2848704b4: Layer already exists 17:10:38 ce1ebf8c10f1: Layer already exists 17:10:38 826fe55fa2e9: Layer already exists 17:10:38 f1a35d5cfdde: Layer already exists 17:10:38 c28380206275: Layer already exists 17:10:38 351d77a1e3c3: Layer already exists 17:10:38 f70ee36035b9: Layer already exists 17:10:38 latest: digest: sha256:c4ad44de1c0ade60ce3735967a1a645ea4aac8a5cb4b3de430cf29294ac1d741 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:39 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:39 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.95 17:10:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 17:10:39 826fe55fa2e9: Preparing 17:10:39 58e2848704b4: Preparing 17:10:39 ce1ebf8c10f1: Preparing 17:10:39 c28380206275: Preparing 17:10:39 f1a35d5cfdde: Preparing 17:10:39 351d77a1e3c3: Preparing 17:10:39 f70ee36035b9: Preparing 17:10:39 351d77a1e3c3: Waiting 17:10:39 f70ee36035b9: Waiting 17:10:39 f1a35d5cfdde: Layer already exists 17:10:39 c28380206275: Layer already exists 17:10:39 58e2848704b4: Layer already exists 17:10:39 826fe55fa2e9: Layer already exists 17:10:39 ce1ebf8c10f1: Layer already exists 17:10:39 f70ee36035b9: Layer already exists 17:10:39 351d77a1e3c3: Layer already exists 17:10:39 3.0.0-dev.95: digest: sha256:c4ad44de1c0ade60ce3735967a1a645ea4aac8a5cb4b3de430cf29294ac1d741 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:40 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:40 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 17:10:40 826fe55fa2e9: Preparing 17:10:40 58e2848704b4: Preparing 17:10:40 ce1ebf8c10f1: Preparing 17:10:40 c28380206275: Preparing 17:10:40 f1a35d5cfdde: Preparing 17:10:40 351d77a1e3c3: Preparing 17:10:40 f70ee36035b9: Preparing 17:10:40 351d77a1e3c3: Waiting 17:10:40 f70ee36035b9: Waiting 17:10:40 f1a35d5cfdde: Layer already exists 17:10:40 58e2848704b4: Layer already exists 17:10:40 ce1ebf8c10f1: Layer already exists 17:10:40 c28380206275: Layer already exists 17:10:40 826fe55fa2e9: Layer already exists 17:10:40 f70ee36035b9: Layer already exists 17:10:40 351d77a1e3c3: Layer already exists 17:10:40 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:c4ad44de1c0ade60ce3735967a1a645ea4aac8a5cb4b3de430cf29294ac1d741 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:40 + 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 17:10:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 17:10:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 17:10:43 826fe55fa2e9: Preparing 17:10:43 58e2848704b4: Preparing 17:10:43 ce1ebf8c10f1: Preparing 17:10:43 c28380206275: Preparing 17:10:43 f1a35d5cfdde: Preparing 17:10:43 351d77a1e3c3: Preparing 17:10:43 f70ee36035b9: Preparing 17:10:43 351d77a1e3c3: Waiting 17:10:43 f70ee36035b9: Waiting 17:10:43 58e2848704b4: Layer already exists 17:10:43 ce1ebf8c10f1: Layer already exists 17:10:43 826fe55fa2e9: Layer already exists 17:10:43 f1a35d5cfdde: Layer already exists 17:10:43 c28380206275: Layer already exists 17:10:43 f70ee36035b9: Layer already exists 17:10:43 351d77a1e3c3: Layer already exists 17:10:44 main: digest: sha256:c4ad44de1c0ade60ce3735967a1a645ea4aac8a5cb4b3de430cf29294ac1d741 size: 1779 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:44 ===================================================== [Pipeline] echo 17:10:44 taggedImages: 17:10:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 17:10:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.95 17:10:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 17:10:44 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 17:10:44 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:44 latest 17:10:44 3.0.0-dev.95 17:10:44 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:44 main 17:10:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:44 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 17:10:44 1632a0e6ee9e: Preparing 17:10:44 46a38b32ef1b: Preparing 17:10:44 8ae802524feb: Preparing 17:10:44 faae7f210876: Preparing 17:10:44 a747833a1c5f: Preparing 17:10:44 917c45bf2cf9: Preparing 17:10:44 c17eb07ab80c: Preparing 17:10:44 e95af0a6a0b7: Preparing 17:10:44 f70ee36035b9: Preparing 17:10:44 c17eb07ab80c: Waiting 17:10:44 e95af0a6a0b7: Waiting 17:10:44 f70ee36035b9: Waiting 17:10:44 917c45bf2cf9: Waiting 17:10:45 1632a0e6ee9e: Pushed 17:10:45 a747833a1c5f: Pushed 17:10:45 46a38b32ef1b: Pushed 17:10:45 c17eb07ab80c: Pushed 17:10:45 f70ee36035b9: Layer already exists 17:10:45 917c45bf2cf9: Pushed 17:10:45 e95af0a6a0b7: Pushed 17:10:47 faae7f210876: Pushed 17:10:47 8ae802524feb: Pushed 17:10:48 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:b1806ce04ea36cf8b6f42287232e8381a1bfa3ac62547318de9412f1018f7edf size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:48 + 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 17:10:48 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 17:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 17:10:48 1632a0e6ee9e: Preparing 17:10:48 46a38b32ef1b: Preparing 17:10:48 8ae802524feb: Preparing 17:10:48 faae7f210876: Preparing 17:10:48 a747833a1c5f: Preparing 17:10:48 917c45bf2cf9: Preparing 17:10:48 c17eb07ab80c: Preparing 17:10:48 e95af0a6a0b7: Preparing 17:10:48 f70ee36035b9: Preparing 17:10:48 917c45bf2cf9: Waiting 17:10:48 c17eb07ab80c: Waiting 17:10:48 e95af0a6a0b7: Waiting 17:10:48 f70ee36035b9: Waiting 17:10:48 8ae802524feb: Layer already exists 17:10:48 faae7f210876: Layer already exists 17:10:48 1632a0e6ee9e: Layer already exists 17:10:48 46a38b32ef1b: Layer already exists 17:10:48 a747833a1c5f: Layer already exists 17:10:48 c17eb07ab80c: Layer already exists 17:10:48 917c45bf2cf9: Layer already exists 17:10:48 f70ee36035b9: Layer already exists 17:10:48 e95af0a6a0b7: Layer already exists 17:10:48 latest: digest: sha256:b1806ce04ea36cf8b6f42287232e8381a1bfa3ac62547318de9412f1018f7edf size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.95 17:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 17:10:49 1632a0e6ee9e: Preparing 17:10:49 46a38b32ef1b: Preparing 17:10:49 8ae802524feb: Preparing 17:10:49 faae7f210876: Preparing 17:10:49 a747833a1c5f: Preparing 17:10:49 917c45bf2cf9: Preparing 17:10:49 c17eb07ab80c: Preparing 17:10:49 e95af0a6a0b7: Preparing 17:10:49 f70ee36035b9: Preparing 17:10:49 917c45bf2cf9: Waiting 17:10:49 c17eb07ab80c: Waiting 17:10:49 e95af0a6a0b7: Waiting 17:10:49 f70ee36035b9: Waiting 17:10:49 1632a0e6ee9e: Layer already exists 17:10:49 faae7f210876: Layer already exists 17:10:49 46a38b32ef1b: Layer already exists 17:10:49 8ae802524feb: Layer already exists 17:10:49 a747833a1c5f: Layer already exists 17:10:49 c17eb07ab80c: Layer already exists 17:10:49 917c45bf2cf9: Layer already exists 17:10:49 e95af0a6a0b7: Layer already exists 17:10:49 f70ee36035b9: Layer already exists 17:10:49 3.0.0-dev.95: digest: sha256:b1806ce04ea36cf8b6f42287232e8381a1bfa3ac62547318de9412f1018f7edf size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 17:10:50 1632a0e6ee9e: Preparing 17:10:50 46a38b32ef1b: Preparing 17:10:50 8ae802524feb: Preparing 17:10:50 faae7f210876: Preparing 17:10:50 a747833a1c5f: Preparing 17:10:50 917c45bf2cf9: Preparing 17:10:50 c17eb07ab80c: Preparing 17:10:50 e95af0a6a0b7: Preparing 17:10:50 f70ee36035b9: Preparing 17:10:50 c17eb07ab80c: Waiting 17:10:50 e95af0a6a0b7: Waiting 17:10:50 f70ee36035b9: Waiting 17:10:50 a747833a1c5f: Layer already exists 17:10:50 faae7f210876: Layer already exists 17:10:50 46a38b32ef1b: Layer already exists 17:10:50 1632a0e6ee9e: Layer already exists 17:10:50 8ae802524feb: Layer already exists 17:10:50 917c45bf2cf9: Layer already exists 17:10:50 c17eb07ab80c: Layer already exists 17:10:50 f70ee36035b9: Layer already exists 17:10:50 e95af0a6a0b7: Layer already exists 17:10:50 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:b1806ce04ea36cf8b6f42287232e8381a1bfa3ac62547318de9412f1018f7edf size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:51 + 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 17:10:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 17:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 17:10:51 1632a0e6ee9e: Preparing 17:10:51 46a38b32ef1b: Preparing 17:10:51 8ae802524feb: Preparing 17:10:51 faae7f210876: Preparing 17:10:51 a747833a1c5f: Preparing 17:10:51 917c45bf2cf9: Preparing 17:10:51 c17eb07ab80c: Preparing 17:10:51 e95af0a6a0b7: Preparing 17:10:51 f70ee36035b9: Preparing 17:10:51 c17eb07ab80c: Waiting 17:10:51 917c45bf2cf9: Waiting 17:10:51 e95af0a6a0b7: Waiting 17:10:51 f70ee36035b9: Waiting 17:10:51 1632a0e6ee9e: Layer already exists 17:10:51 8ae802524feb: Layer already exists 17:10:51 faae7f210876: Layer already exists 17:10:51 46a38b32ef1b: Layer already exists 17:10:51 a747833a1c5f: Layer already exists 17:10:51 e95af0a6a0b7: Layer already exists 17:10:51 c17eb07ab80c: Layer already exists 17:10:51 f70ee36035b9: Layer already exists 17:10:51 917c45bf2cf9: Layer already exists 17:10:51 main: digest: sha256:b1806ce04ea36cf8b6f42287232e8381a1bfa3ac62547318de9412f1018f7edf size: 2198 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:10:51 ===================================================== [Pipeline] echo 17:10:51 taggedImages: 17:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 17:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.95 17:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:51 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 17:10:51 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 17:10:51 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:51 latest 17:10:51 3.0.0-dev.95 17:10:51 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:10:51 main 17:10:51 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:52 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:52 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:10:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 17:10:52 fd858c248fc1: Preparing 17:10:52 0e4cf951267b: Preparing 17:10:52 4ffdd7b08da7: Preparing 17:10:52 8b9544541516: Preparing 17:10:52 a8cfdf0cc8ec: Preparing 17:10:52 4ffdd7b08da7: Layer already exists 17:10:52 a8cfdf0cc8ec: Layer already exists 17:10:52 fd858c248fc1: Pushed 17:10:54 8b9544541516: Pushed 17:10:57 0e4cf951267b: Pushed 17:10:57 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:ea09317c8b2fc28969abb8fe905e0e7813fe9a58252dde72e70e4487f1c1d0c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:58 + 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 17:10:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 17:10:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 17:10:58 fd858c248fc1: Preparing 17:10:58 0e4cf951267b: Preparing 17:10:58 4ffdd7b08da7: Preparing 17:10:58 8b9544541516: Preparing 17:10:58 a8cfdf0cc8ec: Preparing 17:10:58 a8cfdf0cc8ec: Layer already exists 17:10:58 fd858c248fc1: Layer already exists 17:10:58 8b9544541516: Layer already exists 17:10:58 4ffdd7b08da7: Layer already exists 17:10:58 0e4cf951267b: Layer already exists 17:10:58 latest: digest: sha256:ea09317c8b2fc28969abb8fe905e0e7813fe9a58252dde72e70e4487f1c1d0c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.95 17:10:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 17:10:59 fd858c248fc1: Preparing 17:10:59 0e4cf951267b: Preparing 17:10:59 4ffdd7b08da7: Preparing 17:10:59 8b9544541516: Preparing 17:10:59 a8cfdf0cc8ec: Preparing 17:10:59 a8cfdf0cc8ec: Layer already exists 17:10:59 4ffdd7b08da7: Layer already exists 17:10:59 8b9544541516: Layer already exists 17:10:59 0e4cf951267b: Layer already exists 17:10:59 fd858c248fc1: Layer already exists 17:10:59 3.0.0-dev.95: digest: sha256:ea09317c8b2fc28969abb8fe905e0e7813fe9a58252dde72e70e4487f1c1d0c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 17:11:00 fd858c248fc1: Preparing 17:11:00 0e4cf951267b: Preparing 17:11:00 4ffdd7b08da7: Preparing 17:11:00 8b9544541516: Preparing 17:11:00 a8cfdf0cc8ec: Preparing 17:11:00 4ffdd7b08da7: Layer already exists 17:11:00 a8cfdf0cc8ec: Layer already exists 17:11:00 8b9544541516: Layer already exists 17:11:00 fd858c248fc1: Layer already exists 17:11:00 0e4cf951267b: Layer already exists 17:11:00 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:ea09317c8b2fc28969abb8fe905e0e7813fe9a58252dde72e70e4487f1c1d0c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:00 + 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 17:11:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 17:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 17:11:00 fd858c248fc1: Preparing 17:11:00 0e4cf951267b: Preparing 17:11:00 4ffdd7b08da7: Preparing 17:11:00 8b9544541516: Preparing 17:11:00 a8cfdf0cc8ec: Preparing 17:11:00 8b9544541516: Layer already exists 17:11:00 0e4cf951267b: Layer already exists 17:11:00 4ffdd7b08da7: Layer already exists 17:11:00 a8cfdf0cc8ec: Layer already exists 17:11:00 fd858c248fc1: Layer already exists 17:11:00 main: digest: sha256:ea09317c8b2fc28969abb8fe905e0e7813fe9a58252dde72e70e4487f1c1d0c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:11:01 ===================================================== [Pipeline] echo 17:11:01 taggedImages: 17:11:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 17:11:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.95 17:11:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 17:11:01 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 17:11:01 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:01 latest 17:11:01 3.0.0-dev.95 17:11:01 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:01 main 17:11:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:01 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 17:11:01 3d98b6d446ca: Preparing 17:11:01 f984e75ca6b2: Preparing 17:11:01 d54fd08e9768: Preparing 17:11:01 fed51e05a3eb: Preparing 17:11:01 0fe8c3fe29ff: Preparing 17:11:01 ed732923e523: Preparing 17:11:01 a8cfdf0cc8ec: Preparing 17:11:01 ed732923e523: Waiting 17:11:01 a8cfdf0cc8ec: Waiting 17:11:02 d54fd08e9768: Pushed 17:11:02 3d98b6d446ca: Pushed 17:11:02 f984e75ca6b2: Pushed 17:11:02 a8cfdf0cc8ec: Layer already exists 17:11:03 ed732923e523: Pushed 17:11:09 0fe8c3fe29ff: Pushed 17:11:17 fed51e05a3eb: Pushed 17:11:17 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:6851ad9e8963a29a723bf5aeefbb63972b89d471204f30614b45cc8bfb1201ea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:18 + 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 17:11:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 17:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 17:11:18 3d98b6d446ca: Preparing 17:11:18 f984e75ca6b2: Preparing 17:11:18 d54fd08e9768: Preparing 17:11:18 fed51e05a3eb: Preparing 17:11:18 0fe8c3fe29ff: Preparing 17:11:18 ed732923e523: Preparing 17:11:18 a8cfdf0cc8ec: Preparing 17:11:18 ed732923e523: Waiting 17:11:18 a8cfdf0cc8ec: Waiting 17:11:18 0fe8c3fe29ff: Layer already exists 17:11:18 d54fd08e9768: Layer already exists 17:11:18 3d98b6d446ca: Layer already exists 17:11:18 fed51e05a3eb: Layer already exists 17:11:18 f984e75ca6b2: Layer already exists 17:11:18 ed732923e523: Layer already exists 17:11:18 a8cfdf0cc8ec: Layer already exists 17:11:18 latest: digest: sha256:6851ad9e8963a29a723bf5aeefbb63972b89d471204f30614b45cc8bfb1201ea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.95 17:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 17:11:19 3d98b6d446ca: Preparing 17:11:19 f984e75ca6b2: Preparing 17:11:19 d54fd08e9768: Preparing 17:11:19 fed51e05a3eb: Preparing 17:11:19 0fe8c3fe29ff: Preparing 17:11:19 ed732923e523: Preparing 17:11:19 a8cfdf0cc8ec: Preparing 17:11:19 ed732923e523: Waiting 17:11:19 a8cfdf0cc8ec: Waiting 17:11:19 fed51e05a3eb: Layer already exists 17:11:19 3d98b6d446ca: Layer already exists 17:11:19 d54fd08e9768: Layer already exists 17:11:19 f984e75ca6b2: Layer already exists 17:11:19 0fe8c3fe29ff: Layer already exists 17:11:19 ed732923e523: Layer already exists 17:11:19 a8cfdf0cc8ec: Layer already exists 17:11:19 3.0.0-dev.95: digest: sha256:6851ad9e8963a29a723bf5aeefbb63972b89d471204f30614b45cc8bfb1201ea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:20 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 17:11:20 3d98b6d446ca: Preparing 17:11:20 f984e75ca6b2: Preparing 17:11:20 d54fd08e9768: Preparing 17:11:20 fed51e05a3eb: Preparing 17:11:20 0fe8c3fe29ff: Preparing 17:11:20 ed732923e523: Preparing 17:11:20 a8cfdf0cc8ec: Preparing 17:11:20 ed732923e523: Waiting 17:11:20 a8cfdf0cc8ec: Waiting 17:11:20 0fe8c3fe29ff: Layer already exists 17:11:20 d54fd08e9768: Layer already exists 17:11:20 3d98b6d446ca: Layer already exists 17:11:20 f984e75ca6b2: Layer already exists 17:11:20 fed51e05a3eb: Layer already exists 17:11:20 a8cfdf0cc8ec: Layer already exists 17:11:20 ed732923e523: Layer already exists 17:11:20 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:6851ad9e8963a29a723bf5aeefbb63972b89d471204f30614b45cc8bfb1201ea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:21 + 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 17:11:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 17:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 17:11:21 3d98b6d446ca: Preparing 17:11:21 f984e75ca6b2: Preparing 17:11:21 d54fd08e9768: Preparing 17:11:21 fed51e05a3eb: Preparing 17:11:21 0fe8c3fe29ff: Preparing 17:11:21 ed732923e523: Preparing 17:11:21 a8cfdf0cc8ec: Preparing 17:11:21 ed732923e523: Waiting 17:11:21 a8cfdf0cc8ec: Waiting 17:11:21 0fe8c3fe29ff: Layer already exists 17:11:21 f984e75ca6b2: Layer already exists 17:11:21 fed51e05a3eb: Layer already exists 17:11:21 d54fd08e9768: Layer already exists 17:11:21 3d98b6d446ca: Layer already exists 17:11:21 a8cfdf0cc8ec: Layer already exists 17:11:21 ed732923e523: Layer already exists 17:11:21 main: digest: sha256:6851ad9e8963a29a723bf5aeefbb63972b89d471204f30614b45cc8bfb1201ea size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:11:21 ===================================================== [Pipeline] echo 17:11:21 taggedImages: 17:11:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 17:11:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.95 17:11:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 17:11:21 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 17:11:21 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:21 latest 17:11:21 3.0.0-dev.95 17:11:21 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:21 main 17:11:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:21 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 17:11:22 58ad0c750e72: Preparing 17:11:22 1f38fd3b73e9: Preparing 17:11:22 89875e6127aa: Preparing 17:11:22 d3db72d73820: Preparing 17:11:22 2a6fcef7a473: Preparing 17:11:22 a8cfdf0cc8ec: Preparing 17:11:22 58ad0c750e72: Pushed 17:11:22 1f38fd3b73e9: Pushed 17:11:22 89875e6127aa: Pushed 17:11:22 a8cfdf0cc8ec: Layer already exists 17:11:23 2a6fcef7a473: Pushed 17:11:38 d3db72d73820: Pushed 17:11:38 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:762f3300997077c340a6a75fef759c1a930c44e25b06d5eebd81a3b8ae2e4526 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:38 + 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 17:11:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 17:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 17:11:38 58ad0c750e72: Preparing 17:11:38 1f38fd3b73e9: Preparing 17:11:38 89875e6127aa: Preparing 17:11:38 d3db72d73820: Preparing 17:11:38 2a6fcef7a473: Preparing 17:11:38 a8cfdf0cc8ec: Preparing 17:11:38 a8cfdf0cc8ec: Waiting 17:11:38 89875e6127aa: Layer already exists 17:11:38 1f38fd3b73e9: Layer already exists 17:11:38 2a6fcef7a473: Layer already exists 17:11:38 d3db72d73820: Layer already exists 17:11:38 58ad0c750e72: Layer already exists 17:11:38 a8cfdf0cc8ec: Layer already exists 17:11:39 latest: digest: sha256:762f3300997077c340a6a75fef759c1a930c44e25b06d5eebd81a3b8ae2e4526 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.95 17:11:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 17:11:39 58ad0c750e72: Preparing 17:11:39 1f38fd3b73e9: Preparing 17:11:39 89875e6127aa: Preparing 17:11:39 d3db72d73820: Preparing 17:11:39 2a6fcef7a473: Preparing 17:11:39 a8cfdf0cc8ec: Preparing 17:11:39 a8cfdf0cc8ec: Waiting 17:11:39 2a6fcef7a473: Layer already exists 17:11:39 89875e6127aa: Layer already exists 17:11:39 1f38fd3b73e9: Layer already exists 17:11:39 d3db72d73820: Layer already exists 17:11:39 58ad0c750e72: Layer already exists 17:11:39 a8cfdf0cc8ec: Layer already exists 17:11:40 3.0.0-dev.95: digest: sha256:762f3300997077c340a6a75fef759c1a930c44e25b06d5eebd81a3b8ae2e4526 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 17:11:40 58ad0c750e72: Preparing 17:11:40 1f38fd3b73e9: Preparing 17:11:40 89875e6127aa: Preparing 17:11:40 d3db72d73820: Preparing 17:11:40 2a6fcef7a473: Preparing 17:11:40 a8cfdf0cc8ec: Preparing 17:11:40 a8cfdf0cc8ec: Waiting 17:11:40 d3db72d73820: Layer already exists 17:11:40 1f38fd3b73e9: Layer already exists 17:11:40 89875e6127aa: Layer already exists 17:11:40 2a6fcef7a473: Layer already exists 17:11:40 58ad0c750e72: Layer already exists 17:11:40 a8cfdf0cc8ec: Layer already exists 17:11:41 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:762f3300997077c340a6a75fef759c1a930c44e25b06d5eebd81a3b8ae2e4526 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:41 + 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 17:11:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 17:11:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 17:11:41 58ad0c750e72: Preparing 17:11:41 1f38fd3b73e9: Preparing 17:11:41 89875e6127aa: Preparing 17:11:41 d3db72d73820: Preparing 17:11:41 2a6fcef7a473: Preparing 17:11:41 a8cfdf0cc8ec: Preparing 17:11:41 a8cfdf0cc8ec: Waiting 17:11:41 89875e6127aa: Layer already exists 17:11:41 1f38fd3b73e9: Layer already exists 17:11:41 2a6fcef7a473: Layer already exists 17:11:41 58ad0c750e72: Layer already exists 17:11:41 d3db72d73820: Layer already exists 17:11:41 a8cfdf0cc8ec: Layer already exists 17:11:42 main: digest: sha256:762f3300997077c340a6a75fef759c1a930c44e25b06d5eebd81a3b8ae2e4526 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:11:42 ===================================================== [Pipeline] echo 17:11:42 taggedImages: 17:11:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 17:11:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.95 17:11:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:42 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 17:11:42 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 17:11:42 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:42 latest 17:11:42 3.0.0-dev.95 17:11:42 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:11:42 main 17:11:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:42 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:11:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 17:11:42 3ee2c7dea84e: Preparing 17:11:42 b78671536ab3: Preparing 17:11:42 83b2e22e81cb: Preparing 17:11:42 6cc2f11a3d38: Preparing 17:11:42 ed732923e523: Preparing 17:11:42 a8cfdf0cc8ec: Preparing 17:11:42 a8cfdf0cc8ec: Waiting 17:11:42 ed732923e523: Layer already exists 17:11:42 a8cfdf0cc8ec: Layer already exists 17:11:43 83b2e22e81cb: Pushed 17:11:43 b78671536ab3: Pushed 17:11:43 3ee2c7dea84e: Pushed 17:12:01 6cc2f11a3d38: Pushed 17:12:01 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:562a91b4cf6c2c6af3dde1341b058edea97f7c6532a13e9a1572ef11f37bdb06 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:01 + 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 17:12:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 17:12:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 17:12:02 3ee2c7dea84e: Preparing 17:12:02 b78671536ab3: Preparing 17:12:02 83b2e22e81cb: Preparing 17:12:02 6cc2f11a3d38: Preparing 17:12:02 ed732923e523: Preparing 17:12:02 a8cfdf0cc8ec: Preparing 17:12:02 a8cfdf0cc8ec: Waiting 17:12:02 6cc2f11a3d38: Layer already exists 17:12:02 ed732923e523: Layer already exists 17:12:02 3ee2c7dea84e: Layer already exists 17:12:02 83b2e22e81cb: Layer already exists 17:12:02 b78671536ab3: Layer already exists 17:12:02 a8cfdf0cc8ec: Layer already exists 17:12:02 latest: digest: sha256:562a91b4cf6c2c6af3dde1341b058edea97f7c6532a13e9a1572ef11f37bdb06 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.95 17:12:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 17:12:03 3ee2c7dea84e: Preparing 17:12:03 b78671536ab3: Preparing 17:12:03 83b2e22e81cb: Preparing 17:12:03 6cc2f11a3d38: Preparing 17:12:03 ed732923e523: Preparing 17:12:03 a8cfdf0cc8ec: Preparing 17:12:03 a8cfdf0cc8ec: Waiting 17:12:03 83b2e22e81cb: Layer already exists 17:12:03 6cc2f11a3d38: Layer already exists 17:12:03 3ee2c7dea84e: Layer already exists 17:12:03 b78671536ab3: Layer already exists 17:12:03 ed732923e523: Layer already exists 17:12:03 a8cfdf0cc8ec: Layer already exists 17:12:03 3.0.0-dev.95: digest: sha256:562a91b4cf6c2c6af3dde1341b058edea97f7c6532a13e9a1572ef11f37bdb06 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:03 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 17:12:04 3ee2c7dea84e: Preparing 17:12:04 b78671536ab3: Preparing 17:12:04 83b2e22e81cb: Preparing 17:12:04 6cc2f11a3d38: Preparing 17:12:04 ed732923e523: Preparing 17:12:04 a8cfdf0cc8ec: Preparing 17:12:04 a8cfdf0cc8ec: Waiting 17:12:04 b78671536ab3: Layer already exists 17:12:04 6cc2f11a3d38: Layer already exists 17:12:04 ed732923e523: Layer already exists 17:12:04 83b2e22e81cb: Layer already exists 17:12:04 3ee2c7dea84e: Layer already exists 17:12:04 a8cfdf0cc8ec: Layer already exists 17:12:04 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:562a91b4cf6c2c6af3dde1341b058edea97f7c6532a13e9a1572ef11f37bdb06 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:04 + 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 17:12:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 17:12:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 17:12:05 3ee2c7dea84e: Preparing 17:12:05 b78671536ab3: Preparing 17:12:05 83b2e22e81cb: Preparing 17:12:05 6cc2f11a3d38: Preparing 17:12:05 ed732923e523: Preparing 17:12:05 a8cfdf0cc8ec: Preparing 17:12:05 a8cfdf0cc8ec: Waiting 17:12:05 6cc2f11a3d38: Layer already exists 17:12:05 b78671536ab3: Layer already exists 17:12:05 83b2e22e81cb: Layer already exists 17:12:05 3ee2c7dea84e: Layer already exists 17:12:05 ed732923e523: Layer already exists 17:12:05 a8cfdf0cc8ec: Layer already exists 17:12:05 main: digest: sha256:562a91b4cf6c2c6af3dde1341b058edea97f7c6532a13e9a1572ef11f37bdb06 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:12:05 ===================================================== [Pipeline] echo 17:12:05 taggedImages: 17:12:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 17:12:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.95 17:12:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:05 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 17:12:05 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 17:12:05 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:05 latest 17:12:05 3.0.0-dev.95 17:12:05 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:05 main 17:12:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:05 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:06 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:06 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 17:12:06 69d02ca62139: Preparing 17:12:06 d3e9edff84f1: Preparing 17:12:06 4ffdd7b08da7: Preparing 17:12:06 66e3c0eb1ef0: Preparing 17:12:06 f70ee36035b9: Preparing 17:12:06 f70ee36035b9: Layer already exists 17:12:06 4ffdd7b08da7: Layer already exists 17:12:06 69d02ca62139: Pushed 17:12:06 66e3c0eb1ef0: Pushed 17:12:11 d3e9edff84f1: Pushed 17:12:11 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:93b98033c7106e29ed3c0cf02c7ff4b362fcdb8e3153f034dbdb84c9b9ea7671 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 17:12:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 17:12:12 69d02ca62139: Preparing 17:12:12 d3e9edff84f1: Preparing 17:12:12 4ffdd7b08da7: Preparing 17:12:12 66e3c0eb1ef0: Preparing 17:12:12 f70ee36035b9: Preparing 17:12:12 69d02ca62139: Layer already exists 17:12:12 66e3c0eb1ef0: Layer already exists 17:12:12 f70ee36035b9: Layer already exists 17:12:12 4ffdd7b08da7: Layer already exists 17:12:12 d3e9edff84f1: Layer already exists 17:12:12 latest: digest: sha256:93b98033c7106e29ed3c0cf02c7ff4b362fcdb8e3153f034dbdb84c9b9ea7671 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.95 17:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 17:12:13 69d02ca62139: Preparing 17:12:13 d3e9edff84f1: Preparing 17:12:13 4ffdd7b08da7: Preparing 17:12:13 66e3c0eb1ef0: Preparing 17:12:13 f70ee36035b9: Preparing 17:12:13 d3e9edff84f1: Layer already exists 17:12:13 66e3c0eb1ef0: Layer already exists 17:12:13 f70ee36035b9: Layer already exists 17:12:13 4ffdd7b08da7: Layer already exists 17:12:13 69d02ca62139: Layer already exists 17:12:13 3.0.0-dev.95: digest: sha256:93b98033c7106e29ed3c0cf02c7ff4b362fcdb8e3153f034dbdb84c9b9ea7671 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 17:12:13 69d02ca62139: Preparing 17:12:13 d3e9edff84f1: Preparing 17:12:13 4ffdd7b08da7: Preparing 17:12:13 66e3c0eb1ef0: Preparing 17:12:13 f70ee36035b9: Preparing 17:12:13 66e3c0eb1ef0: Layer already exists 17:12:13 f70ee36035b9: Layer already exists 17:12:13 d3e9edff84f1: Layer already exists 17:12:13 4ffdd7b08da7: Layer already exists 17:12:13 69d02ca62139: Layer already exists 17:12:13 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:93b98033c7106e29ed3c0cf02c7ff4b362fcdb8e3153f034dbdb84c9b9ea7671 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:14 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:14 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 17:12:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 17:12:14 69d02ca62139: Preparing 17:12:14 d3e9edff84f1: Preparing 17:12:14 4ffdd7b08da7: Preparing 17:12:14 66e3c0eb1ef0: Preparing 17:12:14 f70ee36035b9: Preparing 17:12:14 4ffdd7b08da7: Layer already exists 17:12:14 66e3c0eb1ef0: Layer already exists 17:12:14 d3e9edff84f1: Layer already exists 17:12:14 69d02ca62139: Layer already exists 17:12:14 f70ee36035b9: Layer already exists 17:12:14 main: digest: sha256:93b98033c7106e29ed3c0cf02c7ff4b362fcdb8e3153f034dbdb84c9b9ea7671 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:12:14 ===================================================== [Pipeline] echo 17:12:14 taggedImages: 17:12:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 17:12:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.95 17:12:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:14 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 17:12:14 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 17:12:14 0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:14 latest 17:12:14 3.0.0-dev.95 17:12:14 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:14 main 17:12:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:14 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:15 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 17:12:15 5798c2a17593: Preparing 17:12:15 614da7cf38f0: Preparing 17:12:15 4ffdd7b08da7: Preparing 17:12:15 1d9b07178c33: Preparing 17:12:15 f70ee36035b9: Preparing 17:12:15 f70ee36035b9: Layer already exists 17:12:15 4ffdd7b08da7: Layer already exists 17:12:15 1d9b07178c33: Layer already exists 17:12:15 5798c2a17593: Pushed 17:12:20 614da7cf38f0: Pushed 17:12:20 0d6a49cb75d16cdeffa3d89b53872b828db0197b: digest: sha256:d681e6e12aa0ac1df18628d29fe052fb102ccc1098dbbe8b32bba9951b9f2490 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 17:12:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 17:12:21 5798c2a17593: Preparing 17:12:21 614da7cf38f0: Preparing 17:12:21 4ffdd7b08da7: Preparing 17:12:21 1d9b07178c33: Preparing 17:12:21 f70ee36035b9: Preparing 17:12:21 5798c2a17593: Layer already exists 17:12:21 614da7cf38f0: Layer already exists 17:12:21 4ffdd7b08da7: Layer already exists 17:12:21 1d9b07178c33: Layer already exists 17:12:21 f70ee36035b9: Layer already exists 17:12:21 latest: digest: sha256:d681e6e12aa0ac1df18628d29fe052fb102ccc1098dbbe8b32bba9951b9f2490 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.95 17:12:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 17:12:22 5798c2a17593: Preparing 17:12:22 614da7cf38f0: Preparing 17:12:22 4ffdd7b08da7: Preparing 17:12:22 1d9b07178c33: Preparing 17:12:22 f70ee36035b9: Preparing 17:12:22 f70ee36035b9: Layer already exists 17:12:22 614da7cf38f0: Layer already exists 17:12:22 4ffdd7b08da7: Layer already exists 17:12:22 1d9b07178c33: Layer already exists 17:12:22 5798c2a17593: Layer already exists 17:12:22 3.0.0-dev.95: digest: sha256:d681e6e12aa0ac1df18628d29fe052fb102ccc1098dbbe8b32bba9951b9f2490 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:22 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 17:12:23 5798c2a17593: Preparing 17:12:23 614da7cf38f0: Preparing 17:12:23 4ffdd7b08da7: Preparing 17:12:23 1d9b07178c33: Preparing 17:12:23 f70ee36035b9: Preparing 17:12:23 4ffdd7b08da7: Layer already exists 17:12:23 614da7cf38f0: Layer already exists 17:12:23 5798c2a17593: Layer already exists 17:12:23 1d9b07178c33: Layer already exists 17:12:23 f70ee36035b9: Layer already exists 17:12:23 0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95: digest: sha256:d681e6e12aa0ac1df18628d29fe052fb102ccc1098dbbe8b32bba9951b9f2490 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:23 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 17:12:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 17:12:23 5798c2a17593: Preparing 17:12:23 614da7cf38f0: Preparing 17:12:23 4ffdd7b08da7: Preparing 17:12:23 1d9b07178c33: Preparing 17:12:23 f70ee36035b9: Preparing 17:12:23 614da7cf38f0: Layer already exists 17:12:23 f70ee36035b9: Layer already exists 17:12:23 1d9b07178c33: Layer already exists 17:12:23 4ffdd7b08da7: Layer already exists 17:12:23 5798c2a17593: Layer already exists 17:12:23 main: digest: sha256:d681e6e12aa0ac1df18628d29fe052fb102ccc1098dbbe8b32bba9951b9f2490 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:12:23 ===================================================== [Pipeline] echo 17:12:23 taggedImages: 17:12:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b 17:12:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 17:12:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.95 17:12:23 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:0d6a49cb75d16cdeffa3d89b53872b828db0197b-3.0.0-dev.95 17:12:23 - 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 17:12:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:12:24 17:12:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:12:24 arm64: Pulling from edgex-lftools-log-publisher 17:12:24 8998bd30e6a1: Pulling fs layer 17:12:24 04944245beec: Pulling fs layer 17:12:24 699f458cf7ca: Pulling fs layer 17:12:24 765212b225bb: Pulling fs layer 17:12:24 f23df028b6ca: Pulling fs layer 17:12:24 d65c8cfc05b1: Pulling fs layer 17:12:24 2437ff75d9bd: Pulling fs layer 17:12:24 765212b225bb: Waiting 17:12:24 f23df028b6ca: Waiting 17:12:24 d65c8cfc05b1: Waiting 17:12:24 2437ff75d9bd: Waiting 17:12:24 04944245beec: Verifying Checksum 17:12:24 04944245beec: Download complete 17:12:24 765212b225bb: Verifying Checksum 17:12:24 765212b225bb: Download complete 17:12:24 f23df028b6ca: Verifying Checksum 17:12:24 f23df028b6ca: Download complete 17:12:24 d65c8cfc05b1: Verifying Checksum 17:12:24 d65c8cfc05b1: Download complete 17:12:25 699f458cf7ca: Verifying Checksum 17:12:25 699f458cf7ca: Download complete 17:12:25 8998bd30e6a1: Download complete 17:12:27 2437ff75d9bd: Verifying Checksum 17:12:27 2437ff75d9bd: Download complete 17:12:29 8998bd30e6a1: Pull complete 17:12:29 04944245beec: Pull complete 17:12:31 699f458cf7ca: Pull complete 17:12:31 765212b225bb: Pull complete 17:12:31 f23df028b6ca: Pull complete 17:12:32 d65c8cfc05b1: Pull complete 17:12:47 2437ff75d9bd: Pull complete 17:12:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:12:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:12:47 prd-ubuntu20.04-docker-arm64-4c-16g-9907 does not seem to be running inside a container 17:12:47 $ 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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@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 17:12:50 $ docker top af81a5fc6c211c011fb346a2a8969904863265e9b976784c4b829f123c7c23cb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:51 ---> job-cost.sh 17:12:51 lf-activate-venv: SKIPPING 17:12:51 INFO: No Stack... 17:12:51 INFO: Retrieving Pricing Info for: v3-standard-4 17:12:52 INFO: Archiving Costs [Pipeline] sh 17:12:52 + cat /w/workspace/edgex-go/457/archives/cost.csv 17:12:52 + cut -d, -f6 [Pipeline] lock 17:12:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-457-stack-cost] 17:12:52 Resource [jenkins-edgexfoundry-edgex-go-main-457-stack-cost] did not exist. Created. 17:12:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-457-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:12:53 + echo total: 0.10999999940395355 [Pipeline] stash 17:12:54 Stashed 1 file(s) [Pipeline] } 17:12:54 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-457-stack-cost] [Pipeline] // lock [Pipeline] } 17:12:54 $ docker stop --time=1 af81a5fc6c211c011fb346a2a8969904863265e9b976784c4b829f123c7c23cb 17:12:55 $ docker rm -f --volumes af81a5fc6c211c011fb346a2a8969904863265e9b976784c4b829f123c7c23cb [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 17:12:55 provisioning config files... 17:12:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/457@tmp/config6468439166484548582tmp [Pipeline] { [Pipeline] sh 17:12:56 + set +x 17:12:56 + + curlbash -s -s https://codecov.io/bash -- 17:12:56 17:12:56 17:12:56 _____ _ 17:12:56 / ____| | | 17:12:56 | | ___ __| | ___ ___ _____ __ 17:12:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:12:56 | |___| (_) | (_| | __/ (_| (_) \ V / 17:12:56 \_____\___/ \__,_|\___|\___\___/ \_/ 17:12:56 Bash-1.0.6 17:12:56 17:12:56 17:12:56 ==> git version 2.25.1 found 17:12:56 ==> 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 17:12:56 Release-Date: 2020-01-08 17:12:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:12:56 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:12:56 ==> Jenkins CI detected. 17:12:56 current dir:  /w/workspace/edgex-go/457 17:12:56 project root: . 17:12:56 --> token set from env 17:12:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:12:56 ==> Running gcov in . (disable via -X gcov) 17:12:56 ==> Python coveragepy not found 17:12:56 ==> Searching for coverage reports in: 17:12:56 + . 17:12:56 -> Found 1 reports 17:12:56 ==> Detecting git/mercurial file structure 17:12:56 ==> Reading reports 17:12:56 + ./coverage.out bytes=447486 17:12:56 ==> Appending adjustments 17:12:56 https://docs.codecov.io/docs/fixing-reports 17:12:57 + Found adjustments 17:12:57 ==> Gzipping contents 17:12:57 60K /tmp/codecov.tkIkqQ.gz 17:12:57 ==> Uploading reports 17:12:57 url: https://codecov.io 17:12:57 query: branch=main&commit=0d6a49cb75d16cdeffa3d89b53872b828db0197b&build=457&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F457%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:12:57 -> Pinging Codecov 17:12:57 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=0d6a49cb75d16cdeffa3d89b53872b828db0197b&build=457&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F457%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:12:57 -> Uploading to 17:12:57 https://storage.googleapis.com/codecov/v4/raw/2023-03-13/00271124DB129430A58F1EEE437C3FCB/0d6a49cb75d16cdeffa3d89b53872b828db0197b/9739cb6d-abfb-449b-84f9-4502bcba0c10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T171257Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b53134a732aa09e0adbb539fa42de20b19e484215d02e80f8f285fe4cc8ae4b 17:12:57 % Total % Received % Xferd Average Speed Time Time Time Current 17:12:57 Dload Upload Total Spent Left Speed 17:12:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58130 0 0 100 58130 0 204k --:--:-- --:--:-- --:--:-- 204k 17:12:57 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/0d6a49cb75d16cdeffa3d89b53872b828db0197b [Pipeline] } 17:12:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 17:12:58 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:12:58 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:12:58 17:12:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:12:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:12:58 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:12:58 df9b9388f04a: Pulling fs layer 17:12:58 52dc419b0ee2: Pulling fs layer 17:12:58 25bc292e5bac: Pulling fs layer 17:12:58 114826534d7a: Pulling fs layer 17:12:58 4657fd5d0bcf: Pulling fs layer 17:12:58 6ad1cebc031e: Pulling fs layer 17:12:58 8a3aa393b2d8: Pulling fs layer 17:12:58 4657fd5d0bcf: Waiting 17:12:58 6ad1cebc031e: Waiting 17:12:58 8a3aa393b2d8: Waiting 17:12:58 114826534d7a: Waiting 17:12:58 25bc292e5bac: Verifying Checksum 17:12:58 25bc292e5bac: Download complete 17:12:58 52dc419b0ee2: Verifying Checksum 17:12:58 52dc419b0ee2: Download complete 17:12:58 4657fd5d0bcf: Verifying Checksum 17:12:58 4657fd5d0bcf: Download complete 17:12:58 df9b9388f04a: Verifying Checksum 17:12:58 df9b9388f04a: Download complete 17:12:59 6ad1cebc031e: Verifying Checksum 17:12:59 6ad1cebc031e: Download complete 17:12:59 df9b9388f04a: Pull complete 17:12:59 52dc419b0ee2: Pull complete 17:12:59 25bc292e5bac: Pull complete 17:12:59 114826534d7a: Verifying Checksum 17:12:59 114826534d7a: Download complete 17:12:59 8a3aa393b2d8: Verifying Checksum 17:12:59 8a3aa393b2d8: Download complete 17:13:03 114826534d7a: Pull complete 17:13:03 4657fd5d0bcf: Pull complete 17:13:03 6ad1cebc031e: Pull complete 17:13:05 8a3aa393b2d8: Pull complete 17:13:05 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:13:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:13:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:05 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:13:05 $ 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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:13:09 $ docker top 6d25379bf68423fcfc318652f9410d61e6209f8a19fe582abdf844f092e54999 -eo pid,comm [Pipeline] { [Pipeline] echo 17:13:09 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 17:13:09 + set -o pipefail 17:13:09 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 17:13:16 17:13:16 Monitoring /w/workspace/edgex-go/457 (github.com/edgexfoundry/edgex-go)... 17:13:16 17:13:16 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/0bbda1f5-22ec-4372-8632-01967f9979b6 17:13:16 17:13:16 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:13:16 17:13:16 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:13:16 17:13:16 17:13:16 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:13:16 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:13:16 More details here: https://snyk.co/ue1NS 17:13:16 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 17:13:16 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:13:16 $ docker stop --time=1 6d25379bf68423fcfc318652f9410d61e6209f8a19fe582abdf844f092e54999 17:13:18 $ docker rm -f --volumes 6d25379bf68423fcfc318652f9410d61e6209f8a19fe582abdf844f092e54999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:13:19 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:13:19 provisioning config files... 17:13:19 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/457@tmp/config8842535533118383474tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:13:19 --> edgex-publish-swagger.sh 17:13:19 === Publish openapi/v3 API === 17:13:19 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 17:13:19 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/457/openapi/v3/core-command.yaml] 17:13:19 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:19 Dload Upload Total Spent Left Speed 17:13:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 127k --:--:-- --:--:-- --:--:-- 127k 100 29030 0 0 100 29030 0 45716 --:--:-- --:--:-- --:--:-- 45644 17:13:20 17:13:20 17:13:20 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/457/openapi/v3/core-data.yaml] 17:13:20 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:20 Dload Upload Total Spent Left Speed 17:13:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 63931 0:00:01 0:00:01 --:--:-- 63931 100 69110 0 0 100 69110 0 63872 0:00:01 0:00:01 --:--:-- 63931 17:13:21 17:13:21 17:13:21 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/457/openapi/v3/core-metadata.yaml] 17:13:21 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:21 Dload Upload Total Spent Left Speed 17:13:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 116k 0:00:01 0:00:01 --:--:-- 116k 100 140k 0 0 100 140k 0 65352 0:00:02 0:00:02 --:--:-- 65352 100 140k 0 0 100 140k 0 44939 0:00:03 0:00:03 --:--:-- 44939 100 140k 0 0 100 140k 0 34235 0:00:04 0:00:04 --:--:-- 34235 100 140k 0 0 100 140k 0 30910 0:00:04 0:00:04 --:--:-- 30903 100 140k 0 0 100 140k 0 30903 0:00:04 0:00:04 --:--:-- 0 17:13:25 17:13:25 17:13:25 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/457/openapi/v3/support-notifications.yaml] 17:13:25 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:25 Dload Upload Total Spent Left Speed 17:13:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 72170 0:00:01 0:00:01 --:--:-- 72230 100 86965 0 0 100 86965 0 39422 0:00:02 0:00:02 --:--:-- 39422 100 86965 0 0 100 86965 0 27117 0:00:03 0:00:03 --:--:-- 27117 100 86965 0 0 100 86965 0 20666 0:00:04 0:00:04 --:--:-- 20666 100 86965 0 0 100 86965 0 20318 0:00:04 0:00:04 --:--:-- 20318 17:13:30 17:13:30 17:13:30 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/457/openapi/v3/support-scheduler.yaml] 17:13:30 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:30 Dload Upload Total Spent Left Speed 17:13:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 68827 --:--:-- --:--:-- --:--:-- 68827 100 34001 0 0 100 34001 0 68827 --:--:-- --:--:-- --:--:-- 68688 17:13:30 17:13:30 [Pipeline] } 17:13:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 17:13:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:13:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:13:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:31 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:13:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:13:31 $ docker top b8ccb4cd051d387c20d6f4664e0754be08a7ab24783aa7435bb2869d16f9f778 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:13:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:32 [ssh-agent] Looking for ssh-agent implementation... 17:13:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:32 $ docker exec b8ccb4cd051d387c20d6f4664e0754be08a7ab24783aa7435bb2869d16f9f778 ssh-agent 17:13:32 SSH_AUTH_SOCK=/tmp/ssh-MATKJFjU3tXP/agent.32 17:13:32 SSH_AGENT_PID=38 17:13:32 Running ssh-add (command line suppressed) 17:13:32 Identity added: /w/workspace/edgex-go/457@tmp/private_key_17780087108463520437.key (/w/workspace/edgex-go/457@tmp/private_key_17780087108463520437.key) 17:13:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:32 + git semver tag 17:13:32 2023-03-13 17:13:32,898 [run_tag] DEBUG tag force:False 17:13:32 2023-03-13 17:13:32,898 [check_head_tag] DEBUG check head tag 17:13:32 2023-03-13 17:13:32,901 [execute] INFO git cat-file --batch-check 17:13:32 2023-03-13 17:13:32,901 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/457, universal_newlines=False, shell=None, istream=) 17:13:32 2023-03-13 17:13:32,905 [execute] INFO git cat-file --batch 17:13:32 2023-03-13 17:13:32,905 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/457, universal_newlines=False, shell=None, istream=) 17:13:33 2023-03-13 17:13:32,976 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:33 2023-03-13 17:13:32,976 [execute] INFO git tag -a v3.0.0-dev.95 -m v3.0.0-dev.95 17:13:33 2023-03-13 17:13:32,977 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.95', '-m', 'v3.0.0-dev.95'], cwd=/w/workspace/edgex-go/457, universal_newlines=False, shell=None, istream=None) 17:13:33 2023-03-13 17:13:32,981 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:33 3.0.0-dev.95 [Pipeline] } 17:13:33 $ docker exec --env ******** --env ******** b8ccb4cd051d387c20d6f4664e0754be08a7ab24783aa7435bb2869d16f9f778 ssh-agent -k 17:13:33 unset SSH_AUTH_SOCK; 17:13:33 unset SSH_AGENT_PID; 17:13:33 echo Agent pid 38 killed; 17:13:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:33 + git semver [Pipeline] } 17:13:33 $ docker stop --time=1 b8ccb4cd051d387c20d6f4664e0754be08a7ab24783aa7435bb2869d16f9f778 17:13:35 $ docker rm -f --volumes b8ccb4cd051d387c20d6f4664e0754be08a7ab24783aa7435bb2869d16f9f778 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:35 17:13:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:35 0.23.1-centos7: Pulling from edgex-lftools 17:13:35 ab5ef0e58194: Pulling fs layer 17:13:35 9712f1f96733: Pulling fs layer 17:13:35 63f879dbbcfc: Pulling fs layer 17:13:35 0d9ebad4ef96: Pulling fs layer 17:13:35 e9a5061849ea: Pulling fs layer 17:13:35 d747dcd14b5f: Pulling fs layer 17:13:35 2de7ff778b66: Pulling fs layer 17:13:35 e9a5061849ea: Waiting 17:13:35 d747dcd14b5f: Waiting 17:13:35 2de7ff778b66: Waiting 17:13:35 0d9ebad4ef96: Waiting 17:13:35 9712f1f96733: Verifying Checksum 17:13:35 9712f1f96733: Download complete 17:13:36 63f879dbbcfc: Verifying Checksum 17:13:36 63f879dbbcfc: Download complete 17:13:36 0d9ebad4ef96: Verifying Checksum 17:13:36 0d9ebad4ef96: Download complete 17:13:36 d747dcd14b5f: Verifying Checksum 17:13:36 d747dcd14b5f: Download complete 17:13:36 e9a5061849ea: Download complete 17:13:36 ab5ef0e58194: Verifying Checksum 17:13:36 ab5ef0e58194: Download complete 17:13:36 2de7ff778b66: Verifying Checksum 17:13:36 2de7ff778b66: Download complete 17:13:39 ab5ef0e58194: Pull complete 17:13:39 9712f1f96733: Pull complete 17:13:39 63f879dbbcfc: Pull complete 17:13:43 0d9ebad4ef96: Pull complete 17:13:43 e9a5061849ea: Pull complete 17:13:43 d747dcd14b5f: Pull complete 17:13:44 2de7ff778b66: Pull complete 17:13:44 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:13:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:13:44 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:44 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:13:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:13:46 $ docker top 87c7aee7ef584691b77b7ba423eb260c6a8e7a0d1483c4d9a835e7f134ebb826 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:13:46 provisioning config files... 17:13:46 copy managed file [sigul-config] to file:/w/workspace/edgex-go/457@tmp/config13474589411625441998tmp 17:13:46 copy managed file [sigul-password] to file:/w/workspace/edgex-go/457@tmp/config13840552900570720662tmp 17:13:46 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/457@tmp/config3297449407039538774tmp [Pipeline] { [Pipeline] echo 17:13:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:13:47 ---> sigul-configuration.sh 17:13:47 gpg: directory `/root/.gnupg' created 17:13:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:13:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:13:47 gpg: keyring `/root/.gnupg/secring.gpg' created 17:13:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:13:47 gpg: CAST5 encrypted data 17:13:47 gpg: encrypted with 1 passphrase 17:13:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:13:47 + mkdir /home/jenkins 17:13:47 + mkdir /home/jenkins/sigul [Pipeline] sh 17:13:47 + 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 17:13:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:13:48 ---> sigul-install.sh 17:13:48 Sigul already installed; skipping installation. [Pipeline] sh 17:13:48 + git tag --list 17:13:48 0.6.0 17:13:48 0.6.1 17:13:48 0.7.0 17:13:48 0.7.1 17:13:48 v1.0.0 17:13:48 v1.0.1 17:13:48 v1.1.0 17:13:48 v1.2.0 17:13:48 v1.2.1 17:13:48 v1.3.0 17:13:48 v1.3.1 17:13:48 v2.0.0 17:13:48 v2.1.0 17:13:48 v2.1.1 17:13:48 v2.1.1-dev.1 17:13:48 v2.1.1-dev.2 17:13:48 v2.1.1-dev.3 17:13:48 v2.1.1-dev.4 17:13:48 v2.1.1-dev.5 17:13:48 v2.1.1-dev.6 17:13:48 v2.1.1-dev.7 17:13:48 v2.1.1-dev.8 17:13:48 v2.1.2-dev.1 17:13:48 v2.2.0 17:13:48 v2.2.1-dev.1 17:13:48 v2.2.1-dev.10 17:13:48 v2.2.1-dev.11 17:13:48 v2.2.1-dev.12 17:13:48 v2.2.1-dev.13 17:13:48 v2.2.1-dev.14 17:13:48 v2.2.1-dev.15 17:13:48 v2.2.1-dev.16 17:13:48 v2.2.1-dev.17 17:13:48 v2.2.1-dev.18 17:13:48 v2.2.1-dev.19 17:13:48 v2.2.1-dev.2 17:13:48 v2.2.1-dev.20 17:13:48 v2.2.1-dev.21 17:13:48 v2.2.1-dev.22 17:13:48 v2.2.1-dev.23 17:13:48 v2.2.1-dev.24 17:13:48 v2.2.1-dev.25 17:13:48 v2.2.1-dev.26 17:13:48 v2.2.1-dev.27 17:13:48 v2.2.1-dev.28 17:13:48 v2.2.1-dev.29 17:13:48 v2.2.1-dev.3 17:13:48 v2.2.1-dev.4 17:13:48 v2.2.1-dev.5 17:13:48 v2.2.1-dev.6 17:13:48 v2.2.1-dev.7 17:13:48 v2.2.1-dev.8 17:13:48 v2.2.1-dev.9 17:13:48 v2.3.0 17:13:48 v2.3.0-dev.100 17:13:48 v2.3.0-dev.101 17:13:48 v2.3.0-dev.102 17:13:48 v2.3.0-dev.103 17:13:48 v2.3.0-dev.104 17:13:48 v2.3.0-dev.105 17:13:48 v2.3.0-dev.106 17:13:48 v2.3.0-dev.29 17:13:48 v2.3.0-dev.30 17:13:48 v2.3.0-dev.31 17:13:48 v2.3.0-dev.32 17:13:48 v2.3.0-dev.33 17:13:48 v2.3.0-dev.34 17:13:48 v2.3.0-dev.35 17:13:48 v2.3.0-dev.36 17:13:48 v2.3.0-dev.37 17:13:48 v2.3.0-dev.38 17:13:48 v2.3.0-dev.39 17:13:48 v2.3.0-dev.40 17:13:48 v2.3.0-dev.41 17:13:48 v2.3.0-dev.42 17:13:48 v2.3.0-dev.43 17:13:48 v2.3.0-dev.44 17:13:48 v2.3.0-dev.45 17:13:48 v2.3.0-dev.46 17:13:48 v2.3.0-dev.47 17:13:48 v2.3.0-dev.48 17:13:48 v2.3.0-dev.49 17:13:48 v2.3.0-dev.50 17:13:48 v2.3.0-dev.51 17:13:48 v2.3.0-dev.52 17:13:48 v2.3.0-dev.53 17:13:48 v2.3.0-dev.54 17:13:48 v2.3.0-dev.55 17:13:48 v2.3.0-dev.56 17:13:48 v2.3.0-dev.57 17:13:48 v2.3.0-dev.58 17:13:48 v2.3.0-dev.59 17:13:48 v2.3.0-dev.60 17:13:48 v2.3.0-dev.61 17:13:48 v2.3.0-dev.62 17:13:48 v2.3.0-dev.63 17:13:48 v2.3.0-dev.64 17:13:48 v2.3.0-dev.65 17:13:48 v2.3.0-dev.66 17:13:48 v2.3.0-dev.67 17:13:48 v2.3.0-dev.68 17:13:48 v2.3.0-dev.69 17:13:48 v2.3.0-dev.70 17:13:48 v2.3.0-dev.71 17:13:48 v2.3.0-dev.72 17:13:48 v2.3.0-dev.73 17:13:48 v2.3.0-dev.74 17:13:48 v2.3.0-dev.75 17:13:48 v2.3.0-dev.76 17:13:48 v2.3.0-dev.77 17:13:48 v2.3.0-dev.78 17:13:48 v2.3.0-dev.79 17:13:48 v2.3.0-dev.80 17:13:48 v2.3.0-dev.81 17:13:48 v2.3.0-dev.82 17:13:48 v2.3.0-dev.83 17:13:48 v2.3.0-dev.84 17:13:48 v2.3.0-dev.85 17:13:48 v2.3.0-dev.86 17:13:48 v2.3.0-dev.87 17:13:48 v2.3.0-dev.88 17:13:48 v2.3.0-dev.89 17:13:48 v2.3.0-dev.90 17:13:48 v2.3.0-dev.91 17:13:48 v2.3.0-dev.92 17:13:48 v2.3.0-dev.93 17:13:48 v2.3.0-dev.94 17:13:48 v2.3.0-dev.95 17:13:48 v2.3.0-dev.96 17:13:48 v2.3.0-dev.97 17:13:48 v2.3.0-dev.98 17:13:48 v2.3.0-dev.99 17:13:48 v2.3.1-dev.1 17:13:48 v2.3.1-dev.2 17:13:48 v2.3.1-dev.3 17:13:48 v2.3.1-dev.4 17:13:48 v2.3.1-dev.5 17:13:48 v3.0.0-dev.1 17:13:48 v3.0.0-dev.10 17:13:48 v3.0.0-dev.11 17:13:48 v3.0.0-dev.12 17:13:48 v3.0.0-dev.13 17:13:48 v3.0.0-dev.14 17:13:48 v3.0.0-dev.15 17:13:48 v3.0.0-dev.16 17:13:48 v3.0.0-dev.17 17:13:48 v3.0.0-dev.18 17:13:48 v3.0.0-dev.19 17:13:48 v3.0.0-dev.2 17:13:48 v3.0.0-dev.20 17:13:48 v3.0.0-dev.21 17:13:48 v3.0.0-dev.22 17:13:48 v3.0.0-dev.23 17:13:48 v3.0.0-dev.24 17:13:48 v3.0.0-dev.25 17:13:48 v3.0.0-dev.26 17:13:48 v3.0.0-dev.27 17:13:48 v3.0.0-dev.28 17:13:48 v3.0.0-dev.29 17:13:48 v3.0.0-dev.3 17:13:48 v3.0.0-dev.30 17:13:48 v3.0.0-dev.31 17:13:48 v3.0.0-dev.32 17:13:48 v3.0.0-dev.33 17:13:48 v3.0.0-dev.34 17:13:48 v3.0.0-dev.35 17:13:48 v3.0.0-dev.36 17:13:48 v3.0.0-dev.37 17:13:48 v3.0.0-dev.38 17:13:48 v3.0.0-dev.39 17:13:48 v3.0.0-dev.4 17:13:48 v3.0.0-dev.40 17:13:48 v3.0.0-dev.41 17:13:48 v3.0.0-dev.42 17:13:48 v3.0.0-dev.43 17:13:48 v3.0.0-dev.44 17:13:48 v3.0.0-dev.45 17:13:48 v3.0.0-dev.46 17:13:48 v3.0.0-dev.47 17:13:48 v3.0.0-dev.48 17:13:48 v3.0.0-dev.49 17:13:48 v3.0.0-dev.5 17:13:48 v3.0.0-dev.50 17:13:48 v3.0.0-dev.51 17:13:48 v3.0.0-dev.52 17:13:48 v3.0.0-dev.53 17:13:48 v3.0.0-dev.54 17:13:48 v3.0.0-dev.55 17:13:48 v3.0.0-dev.56 17:13:48 v3.0.0-dev.57 17:13:48 v3.0.0-dev.58 17:13:48 v3.0.0-dev.59 17:13:48 v3.0.0-dev.6 17:13:48 v3.0.0-dev.60 17:13:48 v3.0.0-dev.61 17:13:48 v3.0.0-dev.62 17:13:48 v3.0.0-dev.63 17:13:48 v3.0.0-dev.64 17:13:48 v3.0.0-dev.65 17:13:48 v3.0.0-dev.66 17:13:48 v3.0.0-dev.67 17:13:48 v3.0.0-dev.68 17:13:48 v3.0.0-dev.69 17:13:48 v3.0.0-dev.7 17:13:48 v3.0.0-dev.70 17:13:48 v3.0.0-dev.71 17:13:48 v3.0.0-dev.72 17:13:48 v3.0.0-dev.73 17:13:48 v3.0.0-dev.74 17:13:48 v3.0.0-dev.75 17:13:48 v3.0.0-dev.76 17:13:48 v3.0.0-dev.77 17:13:48 v3.0.0-dev.78 17:13:48 v3.0.0-dev.79 17:13:48 v3.0.0-dev.8 17:13:48 v3.0.0-dev.80 17:13:48 v3.0.0-dev.81 17:13:48 v3.0.0-dev.82 17:13:48 v3.0.0-dev.83 17:13:48 v3.0.0-dev.84 17:13:48 v3.0.0-dev.85 17:13:48 v3.0.0-dev.86 17:13:48 v3.0.0-dev.87 17:13:48 v3.0.0-dev.88 17:13:48 v3.0.0-dev.89 17:13:48 v3.0.0-dev.9 17:13:48 v3.0.0-dev.90 17:13:48 v3.0.0-dev.91 17:13:48 v3.0.0-dev.92 17:13:48 v3.0.0-dev.93 17:13:48 v3.0.0-dev.94 17:13:48 v3.0.0-dev.95 [Pipeline] sh 17:13:48 + lftools sign git-tag v3.0.0-dev.95 17:13:49 Signing Git tag with Sigul... 17:13:49 Signing v3.0.0-dev.95 [Pipeline] echo 17:13:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:13:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:13:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:13:49 $ docker stop --time=1 87c7aee7ef584691b77b7ba423eb260c6a8e7a0d1483c4d9a835e7f134ebb826 17:13:51 $ docker rm -f --volumes 87c7aee7ef584691b77b7ba423eb260c6a8e7a0d1483c4d9a835e7f134ebb826 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:13:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:13:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:13:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:52 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:13:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:13:52 $ docker top 4b95052fc51e6e72bab053a49f0bc25b0018fbab0051d90e214af67c201dd021 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:13:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:52 [ssh-agent] Looking for ssh-agent implementation... 17:13:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:52 $ docker exec 4b95052fc51e6e72bab053a49f0bc25b0018fbab0051d90e214af67c201dd021 ssh-agent 17:13:52 SSH_AUTH_SOCK=/tmp/ssh-MspamgfXmYDr/agent.31 17:13:52 SSH_AGENT_PID=37 17:13:52 Running ssh-add (command line suppressed) 17:13:52 Identity added: /w/workspace/edgex-go/457@tmp/private_key_10261866544213220395.key (/w/workspace/edgex-go/457@tmp/private_key_10261866544213220395.key) 17:13:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:53 + git semver bump pre 17:13:53 2023-03-13 17:13:53,372 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:53 2023-03-13 17:13:53,372 [bump_version] DEBUG bumping version:3.0.0-dev.95 on axis:pre with prefix:dev 17:13:53 2023-03-13 17:13:53,372 [bump_version] DEBUG bumped version:3.0.0-dev.96 17:13:53 2023-03-13 17:13:53,372 [write_version] DEBUG write version:3.0.0-dev.96 to path:/w/workspace/edgex-go/457/.semver/main with force:True 17:13:53 2023-03-13 17:13:53,373 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:53 2023-03-13 17:13:53,373 [write_file] DEBUG write to file:/w/workspace/edgex-go/457/.semver/main 17:13:53 2023-03-13 17:13:53,375 [execute] INFO git cat-file --batch-check 17:13:53 2023-03-13 17:13:53,375 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=False, shell=None, istream=) 17:13:53 2023-03-13 17:13:53,380 [execute] INFO git cat-file --batch 17:13:53 2023-03-13 17:13:53,381 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=False, shell=None, istream=) 17:13:53 2023-03-13 17:13:53,385 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:53 3.0.0-dev.96 [Pipeline] } 17:13:53 $ docker exec --env ******** --env ******** 4b95052fc51e6e72bab053a49f0bc25b0018fbab0051d90e214af67c201dd021 ssh-agent -k 17:13:53 unset SSH_AUTH_SOCK; 17:13:53 unset SSH_AGENT_PID; 17:13:53 echo Agent pid 37 killed; 17:13:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:53 + git semver [Pipeline] } 17:13:54 $ docker stop --time=1 4b95052fc51e6e72bab053a49f0bc25b0018fbab0051d90e214af67c201dd021 17:13:55 $ docker rm -f --volumes 4b95052fc51e6e72bab053a49f0bc25b0018fbab0051d90e214af67c201dd021 [Pipeline] // withDockerContainer [Pipeline] sh 17:13:55 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:13:55 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:13:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:13:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:13:56 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:13:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:13:56 $ docker top 85a6d8dce1a3559a575c20a71ffd9be58e3fe0e4593ff09e327013c033ae7926 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:13:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:56 [ssh-agent] Looking for ssh-agent implementation... 17:13:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:56 $ docker exec 85a6d8dce1a3559a575c20a71ffd9be58e3fe0e4593ff09e327013c033ae7926 ssh-agent 17:13:56 SSH_AUTH_SOCK=/tmp/ssh-GTTagOJjZQSv/agent.32 17:13:56 SSH_AGENT_PID=38 17:13:56 Running ssh-add (command line suppressed) 17:13:56 Identity added: /w/workspace/edgex-go/457@tmp/private_key_5670023757993322582.key (/w/workspace/edgex-go/457@tmp/private_key_5670023757993322582.key) 17:13:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:57 + git semver push 17:13:57 2023-03-13 17:13:57,423 [run_push] DEBUG push 17:13:57 2023-03-13 17:13:57,424 [execute] INFO git cat-file --batch-check 17:13:57 2023-03-13 17:13:57,424 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=False, shell=None, istream=) 17:13:57 2023-03-13 17:13:57,427 [execute] INFO git rev-list 82d73ff817aa892f8750d1f223e271d849dfdc05 -- 17:13:57 2023-03-13 17:13:57,427 [execute] DEBUG Popen(['git', 'rev-list', '82d73ff817aa892f8750d1f223e271d849dfdc05', '--'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=False, shell=None, istream=None) 17:13:57 2023-03-13 17:13:57,443 [execute] INFO git fetch -v origin 17:13:57 2023-03-13 17:13:57,444 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=True, shell=None, istream=None) 17:13:58 2023-03-13 17:13:57,908 [run_push] DEBUG no remote changes detected 17:13:58 2023-03-13 17:13:57,908 [execute] INFO git push origin semver 17:13:58 2023-03-13 17:13:57,909 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/457/.semver, universal_newlines=False, shell=None, istream=None) 17:13:59 2023-03-13 17:13:58,851 [run_push] DEBUG push all version tags 17:13:59 2023-03-13 17:13:58,851 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:13:59 2023-03-13 17:13:58,852 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/457, universal_newlines=False, shell=None, istream=None) 17:13:59 2023-03-13 17:13:59,706 [read_version] DEBUG read version from /w/workspace/edgex-go/457/.semver/main 17:13:59 3.0.0-dev.96 [Pipeline] } 17:13:59 $ docker exec --env ******** --env ******** 85a6d8dce1a3559a575c20a71ffd9be58e3fe0e4593ff09e327013c033ae7926 ssh-agent -k 17:14:00 unset SSH_AUTH_SOCK; 17:14:00 unset SSH_AGENT_PID; 17:14:00 echo Agent pid 38 killed; 17:14:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:14:00 + git semver [Pipeline] } 17:14:00 $ docker stop --time=1 85a6d8dce1a3559a575c20a71ffd9be58e3fe0e4593ff09e327013c033ae7926 17:14:01 $ docker rm -f --volumes 85a6d8dce1a3559a575c20a71ffd9be58e3fe0e4593ff09e327013c033ae7926 [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 17:14:02 + [ -d /w/workspace/edgex-go/457/archives ] [Pipeline] libraryResource [Pipeline] sh 17:14:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:14:03 ---> package-listing.sh 17:14:03 ++ facter osfamily 17:14:03 ++ tr '[:upper:]' '[:lower:]' 17:14:03 + OS_FAMILY=debian 17:14:03 + workspace=/w/workspace/edgex-go/457 17:14:03 + START_PACKAGES=/tmp/packages_start.txt 17:14:03 + END_PACKAGES=/tmp/packages_end.txt 17:14:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:14:03 + PACKAGES=/tmp/packages_start.txt 17:14:03 + '[' /w/workspace/edgex-go/457 ']' 17:14:03 + PACKAGES=/tmp/packages_end.txt 17:14:03 + case "${OS_FAMILY}" in 17:14:03 + dpkg -l 17:14:03 + grep '^ii' 17:14:03 + '[' -f /tmp/packages_start.txt ']' 17:14:03 + '[' -f /tmp/packages_end.txt ']' 17:14:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:14:03 + '[' /w/workspace/edgex-go/457 ']' 17:14:03 + mkdir -p /w/workspace/edgex-go/457/archives/ 17:14:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/457/archives/ [Pipeline] echo 17:14:03 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/457/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:14:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:14:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:14:04 17:14:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:14:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:14:05 latest: Pulling from edgex-lftools-log-publisher 17:14:05 5eb5b503b376: Pulling fs layer 17:14:05 5c69ac0246d0: Pulling fs layer 17:14:05 ec43610c2a17: Pulling fs layer 17:14:05 3a2ae6a8a46f: Pulling fs layer 17:14:05 33b1e0a273af: Pulling fs layer 17:14:05 3a2ae6a8a46f: Waiting 17:14:05 5d3b04190fa2: Pulling fs layer 17:14:05 33b1e0a273af: Waiting 17:14:05 5d3b04190fa2: Waiting 17:14:05 2f39f015ded8: Pulling fs layer 17:14:05 5c69ac0246d0: Download complete 17:14:05 3a2ae6a8a46f: Verifying Checksum 17:14:05 3a2ae6a8a46f: Download complete 17:14:05 33b1e0a273af: Verifying Checksum 17:14:05 33b1e0a273af: Download complete 17:14:05 5d3b04190fa2: Verifying Checksum 17:14:05 5d3b04190fa2: Download complete 17:14:05 ec43610c2a17: Verifying Checksum 17:14:05 5eb5b503b376: Verifying Checksum 17:14:05 5eb5b503b376: Download complete 17:14:05 2f39f015ded8: Download complete 17:14:06 5eb5b503b376: Pull complete 17:14:06 5c69ac0246d0: Pull complete 17:14:07 ec43610c2a17: Pull complete 17:14:07 3a2ae6a8a46f: Pull complete 17:14:07 33b1e0a273af: Pull complete 17:14:07 5d3b04190fa2: Pull complete 17:14:11 2f39f015ded8: Pull complete 17:14:11 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:14:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:14:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:14:11 prd-ubuntu20.04-docker-8c-8g-9906 does not seem to be running inside a container 17:14:11 $ 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/457/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/457 -v /w/workspace/edgex-go/457:/w/workspace/edgex-go/457:rw,z -v /w/workspace/edgex-go/457@tmp:/w/workspace/edgex-go/457@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:14:13 $ docker top 0fa625013119334f8c8cd823f2eae190421c00129eff88935ee7221f86599949 -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:14 + touch /tmp/pre-build-complete [Pipeline] sh 17:14:14 + mkdir -p /var/log/sysstat [Pipeline] sh 17:14:14 + ls /var/log/sa-host 17:14:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:14:14 provisioning config files... 17:14:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/457@tmp/config5498164101728070231tmp [Pipeline] { [Pipeline] echo 17:14:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:14:15 ---> create-netrc.sh [Pipeline] } 17:14:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:14:15 ---> python-tools-install.sh [Pipeline] echo 17:14:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:14:15 ---> sudo-logs.sh 17:14:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:14:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:14:15 ---> job-cost.sh 17:14:15 lf-activate-venv: SKIPPING 17:14:15 DEBUG: total: 0.10999999940395355 17:14:15 INFO: Retrieving Stack Cost... 17:14:16 INFO: Retrieving Pricing Info for: v3-standard-8 17:14:16 INFO: Archiving Costs [Pipeline] echo 17:14:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:14:17 ---> logs-deploy.sh 17:14:17 lf-activate-venv: SKIPPING 17:14:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/457 17:14:17 INFO: archiving workspace using pattern(s): 17:14:18 Archives upload complete. 17:14:18 INFO: archiving logs to Nexus 17:14:19 ---> uname -a: 17:14:19 Linux prd-ubuntu20-04-docker-8c-8g-9906 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:14:19 17:14:19 17:14:19 ---> lscpu: 17:14:19 Architecture: x86_64 17:14:19 CPU op-mode(s): 32-bit, 64-bit 17:14:19 Byte Order: Little Endian 17:14:19 Address sizes: 40 bits physical, 48 bits virtual 17:14:19 CPU(s): 8 17:14:19 On-line CPU(s) list: 0-7 17:14:19 Thread(s) per core: 1 17:14:19 Core(s) per socket: 1 17:14:19 Socket(s): 8 17:14:19 NUMA node(s): 1 17:14:19 Vendor ID: AuthenticAMD 17:14:19 CPU family: 23 17:14:19 Model: 49 17:14:19 Model name: AMD EPYC-Rome Processor 17:14:19 Stepping: 0 17:14:19 CPU MHz: 2799.996 17:14:19 BogoMIPS: 5599.99 17:14:19 Virtualization: AMD-V 17:14:19 Hypervisor vendor: KVM 17:14:19 Virtualization type: full 17:14:19 L1d cache: 256 KiB 17:14:19 L1i cache: 256 KiB 17:14:19 L2 cache: 4 MiB 17:14:19 L3 cache: 128 MiB 17:14:19 NUMA node0 CPU(s): 0-7 17:14:19 Vulnerability Itlb multihit: Not affected 17:14:19 Vulnerability L1tf: Not affected 17:14:19 Vulnerability Mds: Not affected 17:14:19 Vulnerability Meltdown: Not affected 17:14:19 Vulnerability Mmio stale data: Not affected 17:14:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:14:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:14:19 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:14:19 Vulnerability Srbds: Not affected 17:14:19 Vulnerability Tsx async abort: Not affected 17:14:19 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 17:14:19 17:14:19 17:14:19 ---> nproc: 17:14:19 8 17:14:19 17:14:19 17:14:19 ---> df -h: 17:14:19 Filesystem Size Used Avail Use% Mounted on 17:14:19 overlay 155G 21G 135G 14% / 17:14:19 tmpfs 64M 0 64M 0% /dev 17:14:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:14:19 shm 64M 0 64M 0% /dev/shm 17:14:19 /dev/vda1 155G 21G 135G 14% /facter-os 17:14:19 17:14:19 17:14:19 ---> sar -b -r -n DEV: 17:14:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9906) 03/13/23 _x86_64_ (8 CPU) 17:14:19 17:14:19 16:42:42 LINUX RESTART (8 CPU) 17:14:19 17:14:19 16:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:14:19 16:44:01 190.93 43.64 147.29 0.00 4893.85 108698.42 0.00 17:14:19 16:45:01 39.23 0.03 39.19 0.00 2.53 12868.26 0.00 17:14:19 16:46:01 75.29 0.18 75.10 0.00 9.73 30975.92 0.00 17:14:19 16:47:01 688.95 9.77 679.19 0.00 94.65 325703.58 0.00 17:14:19 16:48:01 984.05 8.60 975.45 0.00 924.57 285521.48 0.00 17:14:19 16:49:01 1228.21 3.13 1225.07 0.00 4261.11 307152.55 0.00 17:14:19 16:50:01 231.74 0.17 231.58 0.00 20.40 18345.08 0.00 17:14:19 16:51:01 14.55 0.03 14.51 0.00 8.53 385.60 0.00 17:14:19 16:52:01 1.43 0.00 1.43 0.00 0.00 14.40 0.00 17:14:19 16:53:01 1.78 0.00 1.78 0.00 0.00 18.80 0.00 17:14:19 16:54:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 17:14:19 16:55:01 1.95 0.00 1.95 0.00 0.00 25.60 0.00 17:14:19 16:56:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 17:14:19 16:57:01 2.75 1.22 1.53 0.00 26.00 17.46 0.00 17:14:19 16:58:01 2.43 0.28 2.15 0.00 4.00 29.73 0.00 17:14:19 16:59:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 17:14:19 17:00:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 17:14:19 17:01:01 1.73 0.00 1.73 0.00 0.00 18.80 0.00 17:14:19 17:02:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 17:14:19 17:03:01 1.47 0.00 1.47 0.00 0.00 15.86 0.00 17:14:19 17:04:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 17:14:19 17:05:01 1.90 0.00 1.90 0.00 0.00 20.66 0.00 17:14:19 17:06:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 17:14:19 17:07:01 1.83 0.00 1.83 0.00 0.00 20.53 0.00 17:14:19 17:08:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 17:14:19 17:09:01 1.68 0.00 1.68 0.00 0.00 19.06 0.00 17:14:19 17:10:01 1.25 0.12 1.13 0.00 6.40 13.86 0.00 17:14:19 17:11:01 1.68 0.00 1.68 0.00 0.00 17.99 0.00 17:14:19 17:12:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 17:14:19 17:13:01 3.40 0.08 3.32 0.00 9.33 141.44 0.00 17:14:19 17:14:01 140.26 0.17 140.09 0.00 3.39 57713.05 0.00 17:14:19 Average: 117.09 2.18 114.91 0.00 331.33 37030.45 0.00 17:14:19 17:14:19 16:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:14:19 16:44:01 28583100 31611108 693340 2.11 110948 3165796 1713536 5.05 1061896 2837492 4072 17:14:19 16:45:01 28018208 31494612 801124 2.44 113188 3571104 1863532 5.49 1283096 3134624 168456 17:14:19 16:46:01 24663340 31439668 855056 2.60 116468 6778260 2593156 7.64 1638540 6038956 3113720 17:14:19 16:47:01 22047728 31267668 996460 3.03 285692 8802712 3250152 9.58 2006252 7996148 52448 17:14:19 16:48:01 18467000 31092188 1164632 3.54 360860 11928516 3076448 9.07 2755424 10615872 489948 17:14:19 16:49:01 17128236 31199080 1059112 3.22 449204 13216540 2497664 7.36 2800520 11843532 1468 17:14:19 16:50:01 18572592 31499044 766732 2.33 452636 12116520 2017788 5.95 2483396 10777916 420 17:14:19 16:51:01 18576348 31503596 761888 2.32 453096 12116904 1858432 5.48 2479060 10777940 308 17:14:19 16:52:01 18576696 31503960 761604 2.32 453108 12116908 1858432 5.48 2478032 10777944 12 17:14:19 16:53:01 18582036 31509328 756308 2.30 453136 12116908 1858432 5.48 2472308 10777944 36 17:14:19 16:54:01 18584576 31511892 754164 2.29 453156 12116912 1858432 5.48 2470560 10777948 176 17:14:19 16:55:01 18586088 31514076 752400 2.29 453184 12117040 1858432 5.48 2469556 10778572 176 17:14:19 16:56:01 18586072 31514076 752392 2.29 453192 12117044 1858432 5.48 2469172 10778576 12 17:14:19 16:57:01 18570052 31498924 767452 2.33 453220 12117820 1874488 5.52 2487380 10778836 220 17:14:19 16:58:01 18571704 31500896 765392 2.33 453256 12117936 1886644 5.56 2481384 10778712 8 17:14:19 16:59:01 18572548 31501744 764624 2.33 453276 12117920 1886644 5.56 2481360 10778692 216 17:14:19 17:00:01 18572848 31502060 764280 2.32 453284 12117924 1886644 5.56 2481192 10778696 172 17:14:19 17:01:01 18572728 31501968 764312 2.32 453308 12117924 1886644 5.56 2481364 10778696 176 17:14:19 17:02:01 18572752 31501996 764252 2.32 453332 12117928 1886644 5.56 2481256 10778700 12 17:14:19 17:03:01 18572664 31501944 764208 2.32 453344 12117928 1886644 5.56 2481292 10778700 112 17:14:19 17:04:01 18572584 31501900 764192 2.32 453372 12117932 1886644 5.56 2481452 10778704 172 17:14:19 17:05:01 18572536 31501904 764128 2.32 453412 12117936 1886644 5.56 2481596 10778708 176 17:14:19 17:06:01 18572428 31501816 764356 2.32 453432 12117936 1886644 5.56 2481256 10778708 172 17:14:19 17:07:01 18572332 31501800 764264 2.32 453464 12117948 1886644 5.56 2481344 10778720 168 17:14:19 17:08:01 18572720 31502200 764000 2.32 453492 12117940 1886644 5.56 2481420 10778720 12 17:14:19 17:09:01 18572460 31501992 764184 2.32 453520 12117952 1886644 5.56 2481440 10778724 52 17:14:19 17:10:01 18571608 31502300 763940 2.32 453532 12118152 1902888 5.61 2482524 10778168 8 17:14:19 17:11:01 18571812 31502508 763660 2.32 453548 12118152 1902888 5.61 2482188 10778168 12 17:14:19 17:12:01 18572016 31502740 763380 2.32 453560 12118156 1918940 5.66 2482360 10778172 16 17:14:19 17:13:01 17971500 31452240 813024 2.47 458920 12639812 2210372 6.51 2535464 11299760 522728 17:14:19 17:14:01 17046536 31462464 797264 2.42 501752 13426376 2088360 6.15 2627532 12021908 1052 17:14:19 Average: 19391802 31471087 797294 2.42 413642 11362414 2022598 5.96 2378762 10119128 140540 17:14:19 17:14:19 16:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:14:19 16:44:01 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 17:14:19 16:44:01 ens3 1634.31 1515.96 12572.21 184.43 0.00 0.00 0.00 0.00 17:14:19 16:44:01 docker0 609.47 571.15 44.96 3428.87 0.00 0.00 0.00 0.00 17:14:19 16:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:45:01 ens3 38.98 25.95 33.96 15.61 0.00 0.00 0.00 0.00 17:14:19 16:45:01 docker0 1.32 1.38 0.08 0.11 0.00 0.00 0.00 0.00 17:14:19 16:45:01 veth575007e 1.32 1.50 0.10 0.12 0.00 0.00 0.00 0.00 17:14:19 16:46:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 17:14:19 16:46:01 veth942507a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:46:01 ens3 115.08 87.49 1714.91 115.75 0.00 0.00 0.00 0.00 17:14:19 16:46:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:47:01 veth88e9658 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:47:01 vethf0d2d86 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:47:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 17:14:19 16:47:01 veth5ec7c23 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:47:01 veth942507a 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:47:01 ens3 921.91 591.72 6275.77 60.75 0.00 0.00 0.00 0.00 17:14:19 16:47:01 docker0 578.40 900.43 45.34 6215.63 0.00 0.00 0.00 0.00 17:14:19 16:47:01 veth7463a66 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:48:01 veth45506d5 0.02 0.22 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:48:01 lo 1.86 1.86 0.18 0.18 0.00 0.00 0.00 0.00 17:14:19 16:48:01 veth942507a 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 17:14:19 16:48:01 ens3 744.70 376.58 4903.06 51.65 0.00 0.00 0.00 0.00 17:14:19 16:48:01 docker0 294.71 618.65 23.38 3963.65 0.00 0.00 0.00 0.00 17:14:19 16:48:01 veth078822b 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:49:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 17:14:19 16:49:01 veth942507a 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:49:01 ens3 369.31 185.05 3436.25 36.46 0.00 0.00 0.00 0.00 17:14:19 16:49:01 docker0 100.78 203.77 8.16 1447.62 0.00 0.00 0.00 0.00 17:14:19 16:49:01 vethd318651 0.02 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:14:19 16:50:01 lo 45.99 45.99 4.53 4.53 0.00 0.00 0.00 0.00 17:14:19 16:50:01 ens3 451.67 451.14 231.04 2043.26 0.00 0.00 0.00 0.00 17:14:19 16:50:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:51:01 lo 20.13 20.13 1.98 1.98 0.00 0.00 0.00 0.00 17:14:19 16:51:01 ens3 255.05 256.41 124.68 1334.12 0.00 0.00 0.00 0.00 17:14:19 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:52:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:54:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 17:14:19 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:55:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:56:01 ens3 1.35 0.55 0.70 0.22 0.00 0.00 0.00 0.00 17:14:19 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:57:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 17:14:19 16:57:01 ens3 3.92 2.67 2.64 1.77 0.00 0.00 0.00 0.00 17:14:19 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:58:01 ens3 1.22 0.65 0.71 0.39 0.00 0.00 0.00 0.00 17:14:19 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 16:59:01 ens3 2.02 0.22 0.26 0.07 0.00 0.00 0.00 0.00 17:14:19 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:00:01 ens3 1.57 0.60 0.62 0.41 0.00 0.00 0.00 0.00 17:14:19 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:01:01 ens3 1.22 0.50 0.40 0.28 0.00 0.00 0.00 0.00 17:14:19 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:02:01 ens3 0.45 0.27 0.34 0.26 0.00 0.00 0.00 0.00 17:14:19 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:03:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:04:01 ens3 0.65 0.08 0.12 0.06 0.00 0.00 0.00 0.00 17:14:19 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:05:01 ens3 0.65 0.50 0.40 0.28 0.00 0.00 0.00 0.00 17:14:19 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:06:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:07:01 ens3 0.55 0.10 0.06 0.01 0.00 0.00 0.00 0.00 17:14:19 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:08:01 ens3 0.50 0.18 0.26 0.20 0.00 0.00 0.00 0.00 17:14:19 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:09:01 ens3 0.73 0.57 0.30 0.33 0.00 0.00 0.00 0.00 17:14:19 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:10:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:10:01 ens3 4.55 3.48 2.71 5.15 0.00 0.00 0.00 0.00 17:14:19 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:14:19 17:11:01 ens3 0.83 0.10 0.07 0.01 0.00 0.00 0.00 0.00 17:14:19 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:12:01 ens3 0.58 0.42 0.34 0.28 0.00 0.00 0.00 0.00 17:14:19 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:13:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 17:14:19 17:13:01 ens3 138.64 79.70 3966.61 9.56 0.00 0.00 0.00 0.00 17:14:19 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:14:19 17:14:01 vethea85fc9 2.00 1.80 0.31 1.60 0.00 0.00 0.00 0.00 17:14:19 17:14:01 lo 1.29 1.29 0.14 0.14 0.00 0.00 0.00 0.00 17:14:19 17:14:01 ens3 308.93 223.92 3917.21 151.44 0.00 0.00 0.00 0.00 17:14:19 17:14:01 docker0 49.92 74.81 4.05 597.70 0.00 0.00 0.00 0.00 17:14:19 Average: vethea85fc9 0.06 0.06 0.01 0.05 0.00 0.00 0.00 0.00 17:14:19 Average: lo 2.59 2.59 0.25 0.25 0.00 0.00 0.00 0.00 17:14:19 Average: ens3 161.24 122.71 1198.28 129.43 0.00 0.00 0.00 0.00 17:14:19 Average: docker0 52.74 76.49 4.06 505.09 0.00 0.00 0.00 0.00 17:14:19 17:14:19 17:14:19 ---> sar -P ALL: 17:14:19 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-9906) 03/13/23 _x86_64_ (8 CPU) 17:14:19 17:14:19 16:42:42 LINUX RESTART (8 CPU) 17:14:19 17:14:19 16:43:01 CPU %user %nice %system %iowait %steal %idle 17:14:19 16:44:01 all 12.14 0.00 4.79 1.98 0.05 81.04 17:14:19 16:44:01 0 13.32 0.00 5.34 0.22 0.05 81.07 17:14:19 16:44:01 1 13.45 0.00 4.35 0.57 0.05 81.58 17:14:19 16:44:01 2 11.58 0.00 5.28 1.45 0.07 81.63 17:14:19 16:44:01 3 10.43 0.00 4.42 0.45 0.07 84.64 17:14:19 16:44:01 4 15.40 0.00 4.45 1.01 0.05 79.08 17:14:19 16:44:01 5 11.09 0.00 5.91 6.74 0.05 76.21 17:14:19 16:44:01 6 12.38 0.00 4.77 4.87 0.03 77.95 17:14:19 16:44:01 7 9.47 0.00 3.77 0.51 0.05 86.20 17:14:19 16:45:01 all 37.80 0.00 6.25 0.23 0.08 55.64 17:14:19 16:45:01 0 37.82 0.00 7.15 0.07 0.08 54.88 17:14:19 16:45:01 1 37.75 0.00 7.06 1.20 0.07 53.92 17:14:19 16:45:01 2 35.10 0.00 6.28 0.34 0.07 58.22 17:14:19 16:45:01 3 37.41 0.00 5.88 0.03 0.08 56.60 17:14:19 16:45:01 4 37.85 0.00 5.39 0.03 0.08 56.64 17:14:19 16:45:01 5 38.48 0.00 5.30 0.00 0.08 56.14 17:14:19 16:45:01 6 38.59 0.00 7.16 0.12 0.08 54.04 17:14:19 16:45:01 7 39.40 0.00 5.77 0.08 0.08 54.67 17:14:19 16:46:01 all 34.56 0.00 7.89 0.62 0.09 56.84 17:14:19 16:46:01 0 36.68 0.00 9.14 0.03 0.10 54.04 17:14:19 16:46:01 1 35.43 0.00 8.53 0.36 0.10 55.58 17:14:19 16:46:01 2 33.36 0.00 7.50 0.80 0.09 58.26 17:14:19 16:46:01 3 34.42 0.00 7.63 0.32 0.08 57.54 17:14:19 16:46:01 4 34.91 0.00 8.47 0.08 0.10 56.44 17:14:19 16:46:01 5 34.60 0.00 7.35 3.22 0.08 54.74 17:14:19 16:46:01 6 32.62 0.00 6.97 0.08 0.08 60.23 17:14:19 16:46:01 7 34.43 0.00 7.49 0.07 0.10 57.90 17:14:19 16:47:01 all 17.34 0.00 8.66 8.41 0.07 65.52 17:14:19 16:47:01 0 16.97 0.00 9.65 7.01 0.08 66.29 17:14:19 16:47:01 1 18.86 0.00 8.13 11.69 0.07 61.26 17:14:19 16:47:01 2 16.79 0.00 10.03 11.79 0.07 61.32 17:14:19 16:47:01 3 17.33 0.00 8.47 6.01 0.07 68.12 17:14:19 16:47:01 4 17.78 0.00 8.18 3.59 0.07 70.38 17:14:19 16:47:01 5 18.06 0.00 8.32 9.62 0.07 63.92 17:14:19 16:47:01 6 15.45 0.00 8.62 13.04 0.07 62.82 17:14:19 16:47:01 7 17.43 0.00 7.89 4.53 0.07 70.09 17:14:19 16:48:01 all 59.73 0.00 14.24 7.91 0.13 17.99 17:14:19 16:48:01 0 59.02 0.00 12.35 12.26 0.12 16.24 17:14:19 16:48:01 1 59.94 0.00 14.03 7.81 0.12 18.10 17:14:19 16:48:01 2 59.11 0.00 15.02 7.52 0.12 18.24 17:14:19 16:48:01 3 59.75 0.00 17.28 6.73 0.14 16.10 17:14:19 16:48:01 4 59.69 0.00 13.07 5.99 0.12 21.13 17:14:19 16:48:01 5 60.09 0.00 13.72 11.08 0.15 14.96 17:14:19 16:48:01 6 60.34 0.00 13.47 3.39 0.14 22.66 17:14:19 16:48:01 7 59.88 0.00 15.00 8.48 0.14 16.51 17:14:19 16:49:01 all 67.43 0.00 15.61 5.00 0.14 11.82 17:14:19 16:49:01 0 64.46 0.00 14.08 7.60 0.14 13.72 17:14:19 16:49:01 1 68.44 0.00 15.52 3.77 0.14 12.14 17:14:19 16:49:01 2 68.06 0.00 15.22 3.23 0.17 13.33 17:14:19 16:49:01 3 67.62 0.00 16.21 3.84 0.14 12.19 17:14:19 16:49:01 4 69.55 0.00 15.24 3.95 0.15 11.10 17:14:19 16:49:01 5 67.90 0.00 15.72 4.09 0.14 12.16 17:14:19 16:49:01 6 66.08 0.00 17.13 5.99 0.14 10.66 17:14:19 16:49:01 7 67.33 0.00 15.74 7.52 0.12 9.29 17:14:19 16:50:01 all 9.35 0.00 2.33 0.93 0.06 87.33 17:14:19 16:50:01 0 8.32 0.00 1.97 0.25 0.07 89.39 17:14:19 16:50:01 1 12.97 0.00 2.70 1.21 0.08 83.04 17:14:19 16:50:01 2 8.82 0.00 2.15 0.80 0.03 88.20 17:14:19 16:50:01 3 7.87 0.00 2.46 0.45 0.07 89.15 17:14:19 16:50:01 4 11.01 0.00 2.46 1.73 0.07 84.73 17:14:19 16:50:01 5 8.80 0.00 2.50 0.20 0.05 88.45 17:14:19 16:50:01 6 8.97 0.00 2.34 1.35 0.07 87.28 17:14:19 16:50:01 7 8.02 0.00 2.08 1.46 0.07 88.38 17:14:19 16:51:01 all 4.19 0.00 0.58 0.07 0.03 95.14 17:14:19 16:51:01 0 3.14 0.00 0.50 0.02 0.02 96.33 17:14:19 16:51:01 1 4.95 0.00 0.57 0.02 0.02 94.45 17:14:19 16:51:01 2 4.71 0.00 0.47 0.17 0.03 94.62 17:14:19 16:51:01 3 2.67 0.00 0.72 0.02 0.05 96.54 17:14:19 16:51:01 4 6.37 0.00 0.67 0.02 0.03 92.91 17:14:19 16:51:01 5 1.75 0.00 0.62 0.02 0.05 97.56 17:14:19 16:51:01 6 3.95 0.00 0.65 0.25 0.02 95.13 17:14:19 16:51:01 7 5.97 0.00 0.42 0.05 0.02 93.54 17:14:19 16:52:01 all 0.02 0.00 0.02 0.00 0.00 99.96 17:14:19 16:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 16:52:01 1 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 16:52:01 2 0.05 0.00 0.05 0.00 0.00 99.90 17:14:19 16:52:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 16:52:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 16:52:01 5 0.05 0.00 0.03 0.00 0.02 99.90 17:14:19 16:52:01 6 0.00 0.00 0.00 0.03 0.00 99.97 17:14:19 16:52:01 7 0.00 0.00 0.00 0.00 0.02 99.98 17:14:19 16:53:01 all 0.02 0.00 0.01 0.01 0.00 99.96 17:14:19 16:53:01 0 0.00 0.00 0.02 0.02 0.00 99.97 17:14:19 16:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:53:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:14:19 16:53:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:53:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 16:53:01 5 0.10 0.00 0.03 0.00 0.02 99.85 17:14:19 16:53:01 6 0.00 0.00 0.02 0.03 0.00 99.95 17:14:19 16:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:54:01 all 0.01 0.00 0.01 0.01 0.00 99.96 17:14:19 16:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 16:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 17:14:19 16:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 16:54:01 5 0.07 0.00 0.07 0.00 0.00 99.87 17:14:19 16:54:01 6 0.00 0.00 0.00 0.05 0.02 99.93 17:14:19 16:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:14:19 16:54:01 CPU %user %nice %system %iowait %steal %idle 17:14:19 16:55:01 all 0.02 0.00 0.02 0.01 0.00 99.94 17:14:19 16:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 16:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:14:19 16:55:01 2 0.03 0.00 0.02 0.02 0.00 99.93 17:14:19 16:55:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 16:55:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 16:55:01 5 0.05 0.00 0.05 0.00 0.03 99.87 17:14:19 16:55:01 6 0.00 0.00 0.02 0.07 0.00 99.92 17:14:19 16:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 16:56:01 all 0.04 0.00 0.01 0.00 0.01 99.94 17:14:19 16:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:56:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:14:19 16:56:01 3 0.02 0.00 0.00 0.00 0.02 99.97 17:14:19 16:56:01 4 0.02 0.00 0.00 0.00 0.02 99.97 17:14:19 16:56:01 5 0.05 0.00 0.02 0.00 0.00 99.93 17:14:19 16:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 16:56:01 7 0.23 0.00 0.02 0.00 0.02 99.73 17:14:19 16:57:01 all 0.24 0.00 0.03 0.01 0.01 99.71 17:14:19 16:57:01 0 0.33 0.00 0.02 0.02 0.02 99.62 17:14:19 16:57:01 1 0.08 0.00 0.02 0.00 0.02 99.88 17:14:19 16:57:01 2 0.23 0.00 0.03 0.02 0.00 99.72 17:14:19 16:57:01 3 0.08 0.00 0.03 0.00 0.00 99.88 17:14:19 16:57:01 4 0.20 0.00 0.03 0.02 0.00 99.75 17:14:19 16:57:01 5 0.30 0.00 0.10 0.02 0.02 99.57 17:14:19 16:57:01 6 0.65 0.00 0.02 0.03 0.00 99.30 17:14:19 16:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 16:58:01 all 0.24 0.00 0.04 0.01 0.00 99.71 17:14:19 16:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 16:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:14:19 16:58:01 2 0.30 0.00 0.05 0.00 0.02 99.63 17:14:19 16:58:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 16:58:01 4 0.12 0.00 0.03 0.02 0.00 99.83 17:14:19 16:58:01 5 0.08 0.00 0.07 0.02 0.02 99.82 17:14:19 16:58:01 6 0.05 0.00 0.02 0.07 0.00 99.87 17:14:19 16:58:01 7 1.29 0.00 0.05 0.00 0.00 98.66 17:14:19 16:59:01 all 0.27 0.00 0.01 0.00 0.00 99.72 17:14:19 16:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 16:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:59:01 2 0.07 0.00 0.00 0.00 0.00 99.93 17:14:19 16:59:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 16:59:01 5 0.05 0.00 0.03 0.02 0.02 99.88 17:14:19 16:59:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 16:59:01 7 1.97 0.00 0.00 0.00 0.00 98.03 17:14:19 17:00:01 all 0.30 0.00 0.01 0.00 0.00 99.68 17:14:19 17:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:00:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:00:01 2 0.20 0.00 0.02 0.00 0.00 99.78 17:14:19 17:00:01 3 0.03 0.00 0.00 0.00 0.00 99.97 17:14:19 17:00:01 4 0.05 0.00 0.02 0.00 0.00 99.93 17:14:19 17:00:01 5 0.08 0.00 0.05 0.00 0.02 99.85 17:14:19 17:00:01 6 0.02 0.00 0.00 0.03 0.00 99.95 17:14:19 17:00:01 7 1.97 0.00 0.00 0.00 0.00 98.03 17:14:19 17:01:01 all 0.21 0.00 0.03 0.01 0.00 99.75 17:14:19 17:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:01:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:01:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:01:01 5 0.08 0.00 0.05 0.02 0.02 99.83 17:14:19 17:01:01 6 0.02 0.00 0.00 0.05 0.00 99.93 17:14:19 17:01:01 7 1.51 0.00 0.12 0.00 0.02 98.35 17:14:19 17:02:01 all 0.03 0.00 0.01 0.01 0.01 99.95 17:14:19 17:02:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 17:14:19 17:02:01 2 0.05 0.00 0.00 0.00 0.02 99.93 17:14:19 17:02:01 3 0.02 0.00 0.00 0.02 0.02 99.95 17:14:19 17:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:02:01 5 0.10 0.00 0.07 0.00 0.02 99.82 17:14:19 17:02:01 6 0.00 0.00 0.00 0.03 0.00 99.97 17:14:19 17:02:01 7 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:03:01 all 0.02 0.00 0.03 0.00 0.00 99.95 17:14:19 17:03:01 0 0.00 0.00 0.05 0.00 0.00 99.95 17:14:19 17:03:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:14:19 17:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:03:01 5 0.07 0.00 0.05 0.02 0.02 99.85 17:14:19 17:03:01 6 0.03 0.00 0.03 0.02 0.00 99.92 17:14:19 17:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:04:01 all 0.03 0.00 0.01 0.00 0.00 99.96 17:14:19 17:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:04:01 2 0.12 0.00 0.00 0.00 0.00 99.88 17:14:19 17:04:01 3 0.02 0.00 0.00 0.02 0.00 99.97 17:14:19 17:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:04:01 5 0.03 0.00 0.05 0.00 0.02 99.90 17:14:19 17:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:05:01 all 0.02 0.00 0.02 0.01 0.00 99.95 17:14:19 17:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:05:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:05:01 5 0.05 0.00 0.07 0.03 0.02 99.83 17:14:19 17:05:01 6 0.00 0.00 0.02 0.03 0.00 99.95 17:14:19 17:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 17:14:19 17:14:19 17:05:01 CPU %user %nice %system %iowait %steal %idle 17:14:19 17:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 17:14:19 17:06:01 0 0.00 0.00 0.02 0.00 0.02 99.97 17:14:19 17:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:06:01 2 0.03 0.00 0.00 0.00 0.02 99.95 17:14:19 17:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 17:14:19 17:06:01 4 0.05 0.00 0.02 0.00 0.02 99.92 17:14:19 17:06:01 5 0.07 0.00 0.05 0.02 0.02 99.85 17:14:19 17:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:07:01 all 0.01 0.00 0.01 0.01 0.00 99.97 17:14:19 17:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:07:01 3 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:07:01 5 0.05 0.00 0.07 0.02 0.02 99.85 17:14:19 17:07:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:08:01 all 0.03 0.00 0.02 0.01 0.00 99.94 17:14:19 17:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:08:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:14:19 17:08:01 2 0.15 0.00 0.02 0.00 0.00 99.83 17:14:19 17:08:01 3 0.03 0.00 0.02 0.03 0.00 99.92 17:14:19 17:08:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:08:01 5 0.03 0.00 0.07 0.00 0.02 99.88 17:14:19 17:08:01 6 0.00 0.00 0.00 0.03 0.00 99.97 17:14:19 17:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:09:01 all 0.02 0.00 0.01 0.01 0.00 99.95 17:14:19 17:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:09:01 4 0.03 0.00 0.02 0.00 0.00 99.95 17:14:19 17:09:01 5 0.08 0.00 0.03 0.05 0.02 99.82 17:14:19 17:09:01 6 0.00 0.00 0.02 0.03 0.02 99.93 17:14:19 17:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:14:19 17:10:01 all 0.25 0.00 0.03 0.01 0.00 99.71 17:14:19 17:10:01 0 0.10 0.00 0.00 0.00 0.00 99.90 17:14:19 17:10:01 1 0.03 0.00 0.07 0.00 0.00 99.90 17:14:19 17:10:01 2 0.15 0.00 0.00 0.00 0.00 99.85 17:14:19 17:10:01 3 0.10 0.00 0.00 0.03 0.00 99.87 17:14:19 17:10:01 4 0.22 0.00 0.03 0.00 0.00 99.75 17:14:19 17:10:01 5 0.17 0.00 0.08 0.00 0.02 99.73 17:14:19 17:10:01 6 0.07 0.00 0.00 0.02 0.00 99.92 17:14:19 17:10:01 7 1.16 0.00 0.08 0.00 0.02 98.74 17:14:19 17:11:01 all 0.02 0.00 0.02 0.01 0.01 99.95 17:14:19 17:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:14:19 17:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 17:14:19 17:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 17:14:19 17:11:01 3 0.02 0.00 0.02 0.03 0.02 99.92 17:14:19 17:11:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:14:19 17:11:01 5 0.03 0.00 0.03 0.02 0.02 99.90 17:14:19 17:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:11:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 17:14:19 17:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:12:01 1 0.03 0.00 0.00 0.00 0.00 99.97 17:14:19 17:12:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:14:19 17:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:14:19 17:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:12:01 5 0.03 0.00 0.05 0.02 0.02 99.88 17:14:19 17:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:14:19 17:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:14:19 17:13:01 all 1.53 0.00 0.73 0.03 0.01 97.70 17:14:19 17:13:01 0 1.80 0.00 0.67 0.00 0.02 97.51 17:14:19 17:13:01 1 1.49 0.00 0.95 0.02 0.00 97.54 17:14:19 17:13:01 2 1.30 0.00 1.07 0.00 0.00 97.63 17:14:19 17:13:01 3 1.81 0.00 0.87 0.03 0.00 97.29 17:14:19 17:13:01 4 1.59 0.00 0.67 0.00 0.02 97.73 17:14:19 17:13:01 5 1.04 0.00 0.33 0.02 0.02 98.60 17:14:19 17:13:01 6 1.44 0.00 0.59 0.13 0.00 97.84 17:14:19 17:13:01 7 1.78 0.00 0.72 0.00 0.02 97.49 17:14:19 17:14:01 all 7.95 0.00 3.51 1.59 0.04 86.90 17:14:19 17:14:01 0 7.74 0.00 3.23 0.17 0.03 88.82 17:14:19 17:14:01 1 7.90 0.00 2.88 0.96 0.05 88.21 17:14:19 17:14:01 2 8.88 0.00 3.14 0.15 0.05 87.77 17:14:19 17:14:01 3 7.62 0.00 3.93 0.27 0.05 88.12 17:14:19 17:14:01 4 6.78 0.00 3.02 0.57 0.03 89.59 17:14:19 17:14:01 5 8.32 0.00 4.95 9.38 0.05 77.29 17:14:19 17:14:01 6 9.91 0.00 3.13 0.91 0.05 86.00 17:14:19 17:14:01 7 6.47 0.00 3.81 0.27 0.03 89.42 17:14:19 Average: all 8.10 0.00 2.07 0.86 0.03 88.94 17:14:19 Average: 0 7.97 0.00 2.05 0.88 0.02 89.08 17:14:19 Average: 1 8.36 0.00 2.08 0.89 0.02 88.66 17:14:19 Average: 2 7.95 0.00 2.12 0.84 0.02 89.06 17:14:19 Average: 3 7.89 0.00 2.17 0.58 0.03 89.33 17:14:19 Average: 4 8.37 0.00 1.98 0.54 0.02 89.08 17:14:19 Average: 5 8.05 0.00 2.10 1.42 0.03 88.39 17:14:19 Average: 6 7.99 0.00 2.07 0.98 0.02 88.93 17:14:19 Average: 7 8.25 0.00 2.01 0.73 0.02 88.99 17:14:19 17:14:19 17:14:19