Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9123da5ee4a297ce5d9921c004089f9acce55f5e 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-ssh11744980895311325244.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-ssh4394551126995631116.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-ssh4173978822833667437.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-ssh6733681989596443924.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-ssh14309075351698214042.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1950 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/369 [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/369 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9123da5ee4a297ce5d9921c004089f9acce55f5e (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4274)" > git config core.sparsecheckout # timeout=10 > git checkout -f 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 > git rev-list --no-walk 2bbfa6ea0378182ff5edae4544a25ed2e094b0eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:47:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:47:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:47:03 ========================================================= 20:47:03 EdgeX Global Pipelines Version Info 20:47:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:47:04 ------------------- 20:47:04 stable info: 20:47:04 ------------------- 20:47:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:47:04 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:47:04 Message: update stable to v1.0.244 20:47:04 ------------------- 20:47:04 experimental info: 20:47:04 ------------------- 20:47:04 Commited By: **** collab-it+edgex@linuxfoundation.org 20:47:04 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:47:04 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9123da5 [Pipeline] echo 20:47:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:47:05 provisioning config files... 20:47:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config12068599150900669264tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:47:05 ---> docker-login.sh 20:47:05 nexus3.edgexfoundry.org:10001 20:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:05 Configure a credential helper to remove this warning. See 20:47:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:05 20:47:05 Login Succeeded 20:47:05 nexus3.edgexfoundry.org:10002 20:47:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:06 Configure a credential helper to remove this warning. See 20:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:06 20:47:06 Login Succeeded 20:47:06 nexus3.edgexfoundry.org:10003 20:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:06 Configure a credential helper to remove this warning. See 20:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:06 20:47:06 Login Succeeded 20:47:06 nexus3.edgexfoundry.org:10004 20:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:06 Configure a credential helper to remove this warning. See 20:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:06 20:47:06 Login Succeeded 20:47:06 docker.io 20:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:47:06 Configure a credential helper to remove this warning. See 20:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:47:06 20:47:06 Login Succeeded 20:47:06 ---> docker-login.sh ends [Pipeline] } 20:47:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:47:06 + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 20:47:06 + dirname cmd/core-command/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo core-command,cmd/core-command/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + dirname cmd/core-data/Dockerfile 20:47:06 + echo core-data,cmd/core-data/Dockerfile 20:47:06 + + dirname cmd/core-metadata/Dockerfile 20:47:06 cut -d/ -f2 20:47:06 + echo core-metadata,cmd/core-metadata/Dockerfile 20:47:06 + dirname cmd/security-bootstrapper/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:47:06 + dirname cmd/security-proxy-setup/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:47:06 + dirname cmd/security-secretstore-setup/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:47:06 + + cut -d/ -f2 20:47:06 dirname cmd/security-spiffe-token-provider/Dockerfile 20:47:06 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:47:06 + + cut -d/ -f2 20:47:06 dirname cmd/security-spire-agent/Dockerfile 20:47:06 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:47:06 + dirname cmd/security-spire-config/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:47:06 + dirname cmd/security-spire-server/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:47:06 + dirname cmd/support-notifications/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo support-notifications,cmd/support-notifications/Dockerfile 20:47:06 + dirname cmd/support-scheduler/Dockerfile 20:47:06 + cut -d/ -f2 20:47:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:47:06 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:47:07 + git rev-list -1 --merges 9123da5ee4a297ce5d9921c004089f9acce55f5e~1..9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo 20:47:07 -----------> git rev-list -1 --merges 9123da5ee4a297ce5d9921c004089f9acce55f5e~1..9123da5ee4a297ce5d9921c004089f9acce55f5e 9123da5ee4a297ce5d9921c004089f9acce55f5e [false] [Pipeline] sh 20:47:07 + git log --format=format:%s -1 9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] echo 20:47:07 ========================================================= 20:47:07 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:47:07 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:47:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:47:08 + grep -v github /etc/ssh/ssh_known_hosts 20:47:08 + [ -e /tmp/ssh_known_hosts ] 20:47:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:47:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:47:08 + sudo tee -a /etc/ssh/ssh_known_hosts 20:47:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:47:08 20:47:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:47:08 0.1.4: Pulling from edgex-devops/py-git-semver 20:47:08 b85a868b505f: Pulling fs layer 20:47:08 e2be974225ed: Pulling fs layer 20:47:08 339a4e72a1f5: Pulling fs layer 20:47:08 988bab9f4d93: Pulling fs layer 20:47:08 1469e6f7b9e6: Pulling fs layer 20:47:08 eaf3925da568: Pulling fs layer 20:47:08 bab4dde63d76: Pulling fs layer 20:47:08 bde34c3a00c8: Pulling fs layer 20:47:08 b352a97aabf1: Pulling fs layer 20:47:08 4872d77fe225: Pulling fs layer 20:47:08 5851b861e8e6: Pulling fs layer 20:47:08 1469e6f7b9e6: Waiting 20:47:08 eaf3925da568: Waiting 20:47:08 bab4dde63d76: Waiting 20:47:08 bde34c3a00c8: Waiting 20:47:08 b352a97aabf1: Waiting 20:47:08 4872d77fe225: Waiting 20:47:08 5851b861e8e6: Waiting 20:47:08 988bab9f4d93: Waiting 20:47:08 e2be974225ed: Verifying Checksum 20:47:08 e2be974225ed: Download complete 20:47:08 988bab9f4d93: Download complete 20:47:09 1469e6f7b9e6: Verifying Checksum 20:47:09 1469e6f7b9e6: Download complete 20:47:09 339a4e72a1f5: Verifying Checksum 20:47:09 339a4e72a1f5: Download complete 20:47:09 eaf3925da568: Verifying Checksum 20:47:09 eaf3925da568: Download complete 20:47:09 bde34c3a00c8: Verifying Checksum 20:47:09 bde34c3a00c8: Download complete 20:47:09 b352a97aabf1: Download complete 20:47:09 4872d77fe225: Download complete 20:47:09 b85a868b505f: Download complete 20:47:09 5851b861e8e6: Verifying Checksum 20:47:09 5851b861e8e6: Download complete 20:47:09 bab4dde63d76: Verifying Checksum 20:47:09 bab4dde63d76: Download complete 20:47:10 b85a868b505f: Pull complete 20:47:10 e2be974225ed: Pull complete 20:47:10 339a4e72a1f5: Pull complete 20:47:10 988bab9f4d93: Pull complete 20:47:11 1469e6f7b9e6: Pull complete 20:47:11 eaf3925da568: Pull complete 20:47:12 bab4dde63d76: Pull complete 20:47:12 bde34c3a00c8: Pull complete 20:47:12 b352a97aabf1: Pull complete 20:47:12 4872d77fe225: Pull complete 20:47:12 5851b861e8e6: Pull complete 20:47:13 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:47:13 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:47:13 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 20:47:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 20:47:16 $ docker top 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 -eo pid,comm 20:47:16 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 20:47:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:47:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:47:16 [ssh-agent] Looking for ssh-agent implementation... 20:47:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:47:16 $ docker exec 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent 20:47:16 SSH_AUTH_SOCK=/tmp/ssh-skxJa0AVDu3r/agent.32 20:47:16 SSH_AGENT_PID=38 20:47:16 Running ssh-add (command line suppressed) 20:47:16 Identity added: /w/workspace/edgex-go/369@tmp/private_key_3129089577596814346.key (/w/workspace/edgex-go/369@tmp/private_key_3129089577596814346.key) 20:47:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:47:17 + git tag --points-at HEAD [Pipeline] } 20:47:17 $ docker exec --env ******** --env ******** 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent -k 20:47:17 unset SSH_AUTH_SOCK; 20:47:17 unset SSH_AGENT_PID; 20:47:17 echo Agent pid 38 killed; 20:47:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:47:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:47:17 [ssh-agent] Looking for ssh-agent implementation... 20:47:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:47:17 $ docker exec 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent 20:47:17 SSH_AUTH_SOCK=/tmp/ssh-MBSqF4Cc7hul/agent.70 20:47:17 SSH_AGENT_PID=76 20:47:17 Running ssh-add (command line suppressed) 20:47:17 Identity added: /w/workspace/edgex-go/369@tmp/private_key_10753586045642151178.key (/w/workspace/edgex-go/369@tmp/private_key_10753586045642151178.key) 20:47:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:47:17 + git semver init 20:47:18 2023-01-11 20:47:18,006 [run_init] DEBUG init version:0.0.0 force:False 20:47:18 2023-01-11 20:47:18,006 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/369/.semver 20:47:18 2023-01-11 20:47:18,007 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/369/.semver 20:47:18 2023-01-11 20:47:18,007 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/369/.semver'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) 20:47:23 2023-01-11 20:47:22,896 [append_file] DEBUG append to file:/w/workspace/edgex-go/369/.git/info/exclude 20:47:23 2023-01-11 20:47:22,896 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/369/.semver/main with force:False 20:47:23 2023-01-11 20:47:22,896 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 20:47:23 2023-01-11 20:47:22,897 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 20:47:23 3.0.0-dev.15 [Pipeline] } 20:47:23 $ docker exec --env ******** --env ******** 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 ssh-agent -k 20:47:23 unset SSH_AUTH_SOCK; 20:47:23 unset SSH_AGENT_PID; 20:47:23 echo Agent pid 76 killed; 20:47:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:47:23 + git semver [Pipeline] } 20:47:24 $ docker stop --time=1 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 20:47:25 $ docker rm -f --volumes 95d99200c8b8443ae16006fcd3393adda8bdd0f0c114fe90cd9c537a23f4a5d8 [Pipeline] // withDockerContainer [Pipeline] sh 20:47:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:47:25 Stashed 1 file(s) [Pipeline] echo 20:47:25 [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:47:26 + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] echo 20:47:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:47:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:47:26 ========================================================= 20:47:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:47:26 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:47:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:47:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:47:26 213ec9aee27d: Pulling fs layer 20:47:26 4583459ba037: Pulling fs layer 20:47:26 93c1e223e6f2: Pulling fs layer 20:47:26 53926ce57604: Pulling fs layer 20:47:26 21b2b0c7a3f4: Pulling fs layer 20:47:26 22ff95d597cd: Pulling fs layer 20:47:26 12d6caf4c0d1: Pulling fs layer 20:47:26 96b7cbca73a9: Pulling fs layer 20:47:26 a7acece74701: Pulling fs layer 20:47:26 53926ce57604: Waiting 20:47:26 21b2b0c7a3f4: Waiting 20:47:26 22ff95d597cd: Waiting 20:47:26 12d6caf4c0d1: Waiting 20:47:26 96b7cbca73a9: Waiting 20:47:26 a7acece74701: Waiting 20:47:26 93c1e223e6f2: Download complete 20:47:26 4583459ba037: Verifying Checksum 20:47:26 4583459ba037: Download complete 20:47:26 21b2b0c7a3f4: Verifying Checksum 20:47:26 21b2b0c7a3f4: Download complete 20:47:26 22ff95d597cd: Verifying Checksum 20:47:26 22ff95d597cd: Download complete 20:47:26 213ec9aee27d: Verifying Checksum 20:47:26 213ec9aee27d: Download complete 20:47:26 12d6caf4c0d1: Download complete 20:47:26 213ec9aee27d: Pull complete 20:47:27 4583459ba037: Pull complete 20:47:27 93c1e223e6f2: Pull complete 20:47:27 a7acece74701: Verifying Checksum 20:47:27 a7acece74701: Download complete 20:47:27 96b7cbca73a9: Verifying Checksum 20:47:27 96b7cbca73a9: Download complete 20:47:27 53926ce57604: Download complete 20:47:31 53926ce57604: Pull complete 20:47:31 21b2b0c7a3f4: Pull complete 20:47:31 22ff95d597cd: Pull complete 20:47:31 12d6caf4c0d1: Pull complete 20:47:33 96b7cbca73a9: Pull complete 20:47:33 a7acece74701: Pull complete 20:47:33 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:47:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:47:33 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:47:33 WORKDIR /edgex 20:47:33 COPY go.mod . 20:47:33 RUN go mod download 20:47:33 + docker build -t ci-base-image-x86_64 -f - . 20:47:34 Sending build context to Docker daemon 170.2MB 20:47:34 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:47:34 ---> db6d94c90886 20:47:34 Step 2/4 : WORKDIR /edgex 20:47:39 ---> Running in cb8ba61b6dbc 20:47:39 Removing intermediate container cb8ba61b6dbc 20:47:39 ---> c2ccff5e1710 20:47:39 Step 3/4 : COPY go.mod . 20:47:39 ---> e57d20245673 20:47:39 Step 4/4 : RUN go mod download 20:47:39 ---> Running in 75f29b69c7c8 20:47:41 Still waiting to schedule task 20:47:41 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 20:47:54 Removing intermediate container 75f29b69c7c8 20:47:54 ---> ba9b5dd0cb43 20:47:54 Successfully built ba9b5dd0cb43 20:47:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:55 + docker inspect -f . ci-base-image-x86_64 20:47:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:47:55 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 20:47:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 20:47:55 $ docker top 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:55 + go version 20:47:55 go version go1.18.7 linux/amd64 [Pipeline] } 20:47:55 $ docker stop --time=1 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd 20:47:57 $ docker rm -f --volumes 3cde3ff24432f8960ef132fcc16503a2f3f5ff879ff39143c3d215e92d6d0edd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:47:57 + docker inspect -f . ci-base-image-x86_64 20:47:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:47:57 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 20:47:57 $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 20:47:58 $ docker top e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d -eo pid,comm [Pipeline] { [Pipeline] echo 20:47:58 ========================================================= 20:47:58 [edgeXBuildGoParallel] Running Tests and Build... 20:47:58 ========================================================= [Pipeline] sh 20:47:58 + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] fileExists [Pipeline] sh 20:47:58 + make test 20:47:58 go test -race -coverprofile=coverage.out ./... 20:48:05 ? github.com/edgexfoundry/edgex-go [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.061s coverage: 28.7% of statements 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements 20:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.088s coverage: 43.0% of statements 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:48:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.101s coverage: 54.0% of statements 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:48:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.141s coverage: 89.2% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 2.4% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.530s coverage: 95.6% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.054s coverage: 72.2% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.065s coverage: 60.0% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.100s coverage: 0.9% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.054s coverage: 29.6% of statements 20:48:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements 20:48:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements 20:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.082s coverage: 94.4% of statements 20:48:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements 20:48:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.236s coverage: 79.9% of statements 20:48:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.113s coverage: 92.9% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 65.1% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.074s coverage: 86.9% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.083s coverage: 58.8% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.0% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 85.4% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.2% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.7% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 89.4% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.380s coverage: 65.8% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.076s coverage: 89.5% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.086s coverage: 17.7% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.058s coverage: 63.2% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:48:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.114s coverage: 97.7% of statements 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:48:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:48:44 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:49:05 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:49:05 go vet ./... 20:49:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:49:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:49:07 ./bin/test-attribution-txt.sh 20:49:07 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 20:49:07 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 20:49:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:49:07 + ls -al . 20:49:07 total 752 20:49:07 drwxrwxr-x 11 1001 1001 4096 Jan 11 20:47 . 20:49:07 drwxr-xr-x 4 root root 4096 Jan 11 20:47 .. 20:49:07 drwxrwxr-x 2 1001 1001 4096 Jan 11 20:47 .blubracket 20:49:07 -rw-rw-r-- 1 1001 1001 16 Jan 11 20:47 .dockerignore 20:49:07 drwxrwxr-x 8 1001 1001 4096 Jan 11 20:48 .git 20:49:07 drwxrwxr-x 3 1001 1001 4096 Jan 11 20:47 .github 20:49:07 -rw-rw-r-- 1 1001 1001 956 Jan 11 20:47 .gitignore 20:49:07 -rw-rw-r-- 1 1001 1001 42 Jan 11 20:47 .golangci.yml 20:49:07 -rw-rw-r-- 1 1001 1001 87 Jan 11 20:47 .hadolint.yml 20:49:07 drwxr-xr-x 3 1001 1001 4096 Jan 11 20:47 .semver 20:49:07 -rw-rw-r-- 1 1001 1001 166 Jan 11 20:47 .sonarcloud.properties 20:49:07 -rw-rw-r-- 1 1001 1001 1171 Jan 11 20:47 ADOPTERS.md 20:49:07 -rw-rw-r-- 1 1001 1001 10618 Jan 11 20:47 Attribution.txt 20:49:07 -rw-rw-r-- 1 1001 1001 73765 Jan 11 20:47 CHANGELOG.md 20:49:07 -rw-rw-r-- 1 1001 1001 3804 Jan 11 20:47 CONTRIBUTING.md 20:49:07 -rw-rw-r-- 1 1001 1001 677 Jan 11 20:47 GOVERNANCE.md 20:49:07 -rw-rw-r-- 1 1001 1001 850 Jan 11 20:47 Jenkinsfile 20:49:07 -rw-rw-r-- 1 1001 1001 10775 Jan 11 20:47 LICENSE 20:49:07 -rw-rw-r-- 1 1001 1001 12513 Jan 11 20:47 Makefile 20:49:07 -rw-rw-r-- 1 1001 1001 582 Jan 11 20:47 OWNERS.md 20:49:07 -rw-rw-r-- 1 1001 1001 9403 Jan 11 20:47 README.md 20:49:07 -rw-rw-r-- 1 1001 1001 6912 Jan 11 20:47 SECURITY.md 20:49:07 -rw-rw-r-- 1 1001 1001 12 Jan 11 20:47 VERSION 20:49:07 drwxrwxr-x 2 1001 1001 4096 Jan 11 20:47 bin 20:49:07 drwxrwxr-x 16 1001 1001 4096 Jan 11 20:47 cmd 20:49:07 -rw-r--r-- 1 root root 494838 Jan 11 20:48 coverage.out 20:49:07 -rw-rw-r-- 1 1001 1001 3376 Jan 11 20:47 go.mod 20:49:07 -rw-rw-r-- 1 1001 1001 34949 Jan 11 20:47 go.sum 20:49:07 drwxrwxr-x 7 1001 1001 4096 Jan 11 20:47 internal 20:49:07 drwxrwxr-x 3 1001 1001 4096 Jan 11 20:47 openapi 20:49:07 drwxrwxr-x 4 1001 1001 4096 Jan 11 20:47 snap 20:49:07 -rw-rw-r-- 1 1001 1001 204 Jan 11 20:47 version.go [Pipeline] sh 20:49:08 + '[' -e coverage.out ] 20:49:08 + chown 1001:1001 coverage.out [Pipeline] stash 20:49:08 Stashed 1 file(s) [Pipeline] sh 20:49:08 + make build 20:49:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:49:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:49:23 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:49:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:49:31 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:49:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:49:34 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:49:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:49:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:49:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:49:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:49:41 $ docker stop --time=1 e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d 20:49:46 $ docker rm -f --volumes e05093df78a41ce3655d27a3ae1697253713f5715c1dcb916f324d5961fc781d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:47 20:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:49:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:47 latest: Pulling from edgex-devops/edgex-compose 20:49:47 cbdbe7a5bc2a: Pulling fs layer 20:49:47 ca9280d653b3: Pulling fs layer 20:49:47 7e9c9ca2126c: Pulling fs layer 20:49:47 cbdbe7a5bc2a: Download complete 20:49:47 cbdbe7a5bc2a: Pull complete 20:49:47 ca9280d653b3: Download complete 20:49:48 7e9c9ca2126c: Download complete 20:49:48 ca9280d653b3: Pull complete 20:49:51 7e9c9ca2126c: Pull complete 20:49:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:49:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:49:51 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 20:49:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 20:49:54 $ docker top a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:54 + docker-compose build --help 20:49:54 + grep parallel 20:49:55 --parallel Build images in parallel. [Pipeline] } 20:49:55 $ docker stop --time=1 a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 20:49:56 $ docker rm -f --volumes a48e31217a52c2c5eabd1ca41400d6cb4cf082c2716e8292814048402d94cc32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:49:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:49:57 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 20:49:57 $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:49:57 $ docker top 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:57 + docker-compose -f ./docker-compose-build.yml build --parallel 20:49:58 Building core-command ... 20:49:58 Building core-data ... 20:49:58 Building core-metadata ... 20:49:58 Building security-bootstrapper ... 20:49:58 Building security-proxy-setup ... 20:49:58 Building security-secretstore-setup ... 20:49:58 Building security-spiffe-token-provider ... 20:49:58 Building security-spire-agent ... 20:49:58 Building security-spire-config ... 20:49:58 Building security-spire-server ... 20:49:58 Building support-notifications ... 20:49:58 Building support-scheduler ... 20:49:58 Building core-command 20:49:58 Building support-scheduler 20:49:58 Building security-spire-server 20:49:58 Building security-secretstore-setup 20:49:58 Building security-proxy-setup 20:50:10 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:10 ---> ba9b5dd0cb43 20:50:10 Step 3/24 : WORKDIR /edgex-go 20:50:10 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:50:10 ---> ba9b5dd0cb43 20:50:10 Step 3/21 : WORKDIR /edgex-go 20:50:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> ba9b5dd0cb43 20:50:11 Step 3/23 : WORKDIR /edgex-go 20:50:11 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> ba9b5dd0cb43 20:50:11 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:50:12 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:12 ---> ba9b5dd0cb43 20:50:12 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:50:19 ---> Running in 585dd3f065e3 20:50:19 ---> Running in e60e08387a7b 20:50:19 ---> Running in 2deabe24ae95 20:50:19 ---> Running in f4e3a0de38a4 20:50:19 ---> Running in bf58f57d2f54 20:50:19 Removing intermediate container 585dd3f065e3 20:50:19 ---> 1a2ff74df980 20:50:19 Step 4/23 : WORKDIR /edgex-go 20:50:19 Removing intermediate container e60e08387a7b 20:50:19 ---> a0248fbb3f2e 20:50:19 Step 4/21 : RUN apk add --update --no-cache make git 20:50:19 Removing intermediate container 2deabe24ae95 20:50:19 ---> 294ef1041c04 20:50:19 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:50:19 Removing intermediate container bf58f57d2f54 20:50:19 ---> 4c9362576bae 20:50:19 Step 4/24 : RUN apk add --update --no-cache make git 20:50:19 Removing intermediate container f4e3a0de38a4 20:50:19 ---> 88a62b24f127 20:50:19 Step 4/22 : WORKDIR /edgex-go 20:50:19 ---> Running in 1c0c26bc72e2 20:50:19 ---> Running in d2f127d701a4 20:50:19 ---> Running in ffc7ea76d5d5 20:50:19 ---> Running in 0b4e784b7713 20:50:19 ---> Running in 6093c078547e 20:50:19 Removing intermediate container 1c0c26bc72e2 20:50:19 ---> bc7542271fa1 20:50:19 Step 5/23 : RUN apk add --update --no-cache make git 20:50:19 Removing intermediate container 6093c078547e 20:50:19 ---> 1add11975eae 20:50:19 Step 5/22 : RUN apk add --update --no-cache make git 20:50:19 ---> Running in a88330d08fad 20:50:19 ---> Running in 00e85c948da5 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:50:19 OK: 211 MiB in 51 packages 20:50:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:50:19 OK: 211 MiB in 51 packages 20:50:19 OK: 211 MiB in 51 packages 20:50:19 OK: 211 MiB in 51 packages 20:50:19 OK: 211 MiB in 51 packages 20:50:19 Removing intermediate container d2f127d701a4 20:50:19 ---> efe09b2937c5 20:50:19 Step 5/23 : COPY go.mod vendor* ./ 20:50:19 Removing intermediate container ffc7ea76d5d5 20:50:19 ---> 8d0dc67ee79a 20:50:19 Step 5/21 : COPY go.mod vendor* ./ 20:50:19 ---> 2dbaad46fd58 20:50:19 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:20 ---> Running in 4abf29771af6 20:50:20 ---> 3b4e7bbc839c 20:50:20 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:20 ---> Running in eaffb2035266 20:50:20 Removing intermediate container 0b4e784b7713 20:50:20 ---> a1216c4cc51a 20:50:20 Step 5/24 : COPY go.mod vendor* ./ 20:50:20 Removing intermediate container 00e85c948da5 20:50:20 ---> 4c690d10ad31 20:50:20 Step 6/22 : COPY go.mod vendor* ./ 20:50:20 Removing intermediate container a88330d08fad 20:50:20 ---> 1a2e8b446c63 20:50:20 Step 6/23 : COPY go.mod vendor* ./ 20:50:20 ---> 150a03f72270 20:50:20 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:20 ---> Running in 004265b58fdb 20:50:20 ---> b919e51198b7 20:50:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:20 ---> Running in 5fab46e16788 20:50:20 ---> 73a556672fa1 20:50:20 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:20 ---> Running in 54142d07a428 20:50:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1951 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 20:50:58 Running in /w/workspace/edgex-go/369 [Pipeline] { [Pipeline] checkout 20:50:58 The recommended git tool is: git 20:51:03 using credential edgex-jenkins-ssh 20:51:03 Cloning the remote Git repository 20:51:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:51:03 > git init /w/workspace/edgex-go/369 # timeout=10 20:51:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:51:04 > git --version # timeout=10 20:51:04 > git --version # 'git version 2.25.1' 20:51:04 using GIT_SSH to set credentials SSH Credentials for GitHub 20:51:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:21 Avoid second fetch 20:51:21 Checking out Revision 9123da5ee4a297ce5d9921c004089f9acce55f5e (main) 20:51:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:51:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:51:21 > git config core.sparsecheckout # timeout=10 20:51:21 > git checkout -f 9123da5ee4a297ce5d9921c004089f9acce55f5e # timeout=10 20:51:22 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3 (#4274)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:51:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:51:23 % Total % Received % Xferd Average Speed Time Time Time Current 20:51:23 Dload Upload Total Spent Left Speed 20:51:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 94451 0 --:--:-- --:--:-- --:--:-- 95156 [Pipeline] sh 20:51:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:51:24 + sudo tee /etc/docker/daemon.new 20:51:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:51:24 { 20:51:24 "registry-mirrors": [ 20:51:24 "https://nexus3.edgexfoundry.org:10001" 20:51:24 ], 20:51:24 "bip": "10.250.0.254/24", 20:51:24 "hosts": [ 20:51:24 "tcp://0.0.0.0:5555", 20:51:24 "unix:///var/run/docker.sock" 20:51:24 ], 20:51:24 "mtu": 1458, 20:51:24 "selinux-enabled": true, 20:51:24 "seccomp-profile": "/etc/docker/seccomp.json" 20:51:24 } [Pipeline] sh 20:51:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:51:25 + sudo service docker restart 20:51:28 Removing intermediate container 004265b58fdb 20:51:28 ---> b7fc52627f0d 20:51:28 Step 7/24 : COPY . . 20:51:28 Removing intermediate container 5fab46e16788 20:51:28 ---> b8dd64e7283b 20:51:28 Step 8/22 : COPY . . 20:51:28 Removing intermediate container 54142d07a428 20:51:28 ---> ba27997361d6 20:51:28 Step 8/23 : COPY . . 20:51:28 Removing intermediate container 4abf29771af6 20:51:28 ---> b01d5dec6342 20:51:28 Step 7/23 : COPY . . 20:51:28 Removing intermediate container eaffb2035266 20:51:28 ---> ebc9f0962eb1 20:51:28 Step 7/21 : COPY . . 20:51:43 ---> 1a15c7b56844 20:51:43 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:51:43 ---> 16fc82a02759 20:51:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:51:43 ---> Running in 9904a14fb40a 20:51:43 ---> 954f2611a3cc 20:51:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:51:43 ---> Running in 4d60fe67eb45 20:51:43 ---> 7ffe57adeab9 20:51:43 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:51:43 ---> 2685f6c8a1ab 20:51:43 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:51:43 ---> Running in 72bbfaf55d1b 20:51:43 ---> Running in 7cd36df12cac 20:51:43 ---> Running in bd2190971c59 20:51:43 Removing intermediate container bd2190971c59 20:51:43 ---> 0621abcfb5e2 20:51:43 Step 9/23 : WORKDIR /edgex-go/spire-build 20:51:43 ---> Running in 406dc1cb7c80 20:51:43 Removing intermediate container 406dc1cb7c80 20:51:43 ---> 1c1c22e5b3d9 20:51:43 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:51:43 ---> Running in dc47b88d3e64 20:51:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:51:43 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:51:43 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:51:43 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:51:43 provisioning config files... 20:51:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config12183326451546212332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:51:43 Removing intermediate container dc47b88d3e64 20:51:43 ---> b26ccbc41270 20:51:43 Step 11/23 : WORKDIR /edgex-go 20:51:43 ---> Running in 27a72861e00c 20:51:43 Removing intermediate container 27a72861e00c 20:51:43 ---> 68640099b237 20:51:43 20:51:43 Step 12/23 : FROM alpine:3.15 20:51:44 ---> docker-login.sh 20:51:44 nexus3.edgexfoundry.org:10001 20:51:44 3.15: Pulling from library/alpine 20:51:44 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:51:44 Status: Downloaded newer image for alpine:3.15 20:51:44 ---> c4fc93816858 20:51:44 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:44 Configure a credential helper to remove this warning. See 20:51:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:44 20:51:44 Login Succeeded 20:51:44 nexus3.edgexfoundry.org:10002 20:51:44 ---> Running in 66987136d600 20:51:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:45 Removing intermediate container 66987136d600 20:51:45 ---> 203e512d2809 20:51:45 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:51:45 ---> Running in fc38b559ad3e 20:51:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:45 Configure a credential helper to remove this warning. See 20:51:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:45 20:51:45 Login Succeeded 20:51:45 nexus3.edgexfoundry.org:10003 20:51:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:45 Configure a credential helper to remove this warning. See 20:51:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:45 20:51:45 Login Succeeded 20:51:45 nexus3.edgexfoundry.org:10004 20:51:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:45 Configure a credential helper to remove this warning. See 20:51:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:45 20:51:45 Login Succeeded 20:51:45 docker.io 20:51:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:51:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:51:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:51:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:51:46 Configure a credential helper to remove this warning. See 20:51:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:51:46 20:51:46 Login Succeeded 20:51:46 ---> docker-login.sh ends [Pipeline] } 20:51:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:51:46 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:51:46 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:51:46 OK: 15859 distinct packages available 20:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 20:51:46 (1/5) Installing dumb-init (1.2.5-r1) 20:51:46 (2/5) Installing musl-obstack (1.2.3-r0) 20:51:46 (3/5) Installing libucontext (1.1-r0) 20:51:46 (4/5) Installing gcompat (1.0.0-r4) 20:51:46 (5/5) Installing openssl (1.1.1s-r1) 20:51:46 Executing busybox-1.34.1-r7.trigger 20:51:46 OK: 7 MiB in 19 packages 20:51:46 + git config --global --add safe.directory /w/workspace/edgex-go/369 [Pipeline] echo 20:51:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:51:46 ========================================================= 20:51:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:51:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:51:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:51:47 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:51:47 9b18e9b68314: Pulling fs layer 20:51:47 35d82f9e3411: Pulling fs layer 20:51:47 e16973657156: Pulling fs layer 20:51:47 fc693d55d65f: Pulling fs layer 20:51:47 7e9fc2657dce: Pulling fs layer 20:51:47 dda99020689f: Pulling fs layer 20:51:47 db1c61fa0a46: Pulling fs layer 20:51:47 891c053d2c06: Pulling fs layer 20:51:47 dda99020689f: Waiting 20:51:47 db1c61fa0a46: Waiting 20:51:47 891c053d2c06: Waiting 20:51:47 fc693d55d65f: Waiting 20:51:47 7e9fc2657dce: Waiting 20:51:47 e16973657156: Verifying Checksum 20:51:47 e16973657156: Download complete 20:51:47 35d82f9e3411: Verifying Checksum 20:51:47 35d82f9e3411: Download complete 20:51:47 7e9fc2657dce: Verifying Checksum 20:51:47 7e9fc2657dce: Download complete 20:51:47 dda99020689f: Verifying Checksum 20:51:47 dda99020689f: Download complete 20:51:47 9b18e9b68314: Verifying Checksum 20:51:47 9b18e9b68314: Download complete 20:51:48 Removing intermediate container fc38b559ad3e 20:51:48 ---> 302f6b05a629 20:51:48 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:51:48 9b18e9b68314: Pull complete 20:51:48 891c053d2c06: Verifying Checksum 20:51:48 891c053d2c06: Download complete 20:51:49 35d82f9e3411: Pull complete 20:51:49 e16973657156: Pull complete 20:51:50 db1c61fa0a46: Verifying Checksum 20:51:50 db1c61fa0a46: Download complete 20:51:50 fc693d55d65f: Verifying Checksum 20:51:50 fc693d55d65f: Download complete 20:51:54 ---> 39dd86f61c60 20:51:54 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:51:54 ---> 100388ee6979 20:51:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:51:55 ---> c70eedf030cd 20:51:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:51:57 ---> 721841ff5635 20:51:57 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:51:57 ---> Running in 978c4384683f 20:51:57 Removing intermediate container 978c4384683f 20:51:57 ---> bd46c0459a50 20:51:57 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:51:57 ---> Running in caed3967180d 20:51:58 Removing intermediate container caed3967180d 20:51:58 ---> 01dc580cccd0 20:51:58 Step 21/23 : LABEL arch=x86_64 20:51:58 ---> Running in 2e0aab839193 20:51:59 Removing intermediate container 2e0aab839193 20:51:59 ---> 4625ead1a3cd 20:51:59 Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:51:59 ---> Running in ade61a289d3c 20:51:59 Removing intermediate container ade61a289d3c 20:51:59 ---> b82e39c77d74 20:51:59 Step 23/23 : LABEL version=3.0.0-dev.15 20:52:00 ---> Running in d218d9cd7d60 20:52:01 Removing intermediate container d218d9cd7d60 20:52:01 ---> 3bc306c1712a 20:52:01 20:52:01 Successfully built 3bc306c1712a 20:52:01 Successfully tagged security-spire-server:latest 20:52:01 Building security-spire-config 20:52:05 fc693d55d65f: Pull complete 20:52:05 7e9fc2657dce: Pull complete 20:52:05 dda99020689f: Pull complete 20:52:08  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:08 ---> ba9b5dd0cb43 20:52:08 Step 3/24 : WORKDIR /edgex-go 20:52:08 ---> Using cache 20:52:08 ---> 4c9362576bae 20:52:08 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:52:10 db1c61fa0a46: Pull complete 20:52:11 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:52:12 891c053d2c06: Pull complete 20:52:12 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:52:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:52:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:52:12 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:52:12 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:52:12 WORKDIR /edgex 20:52:12 COPY go.mod . 20:52:12 RUN go mod download 20:52:12 + docker build -t ci-base-image-arm64 -f - . 20:52:13 Sending build context to Docker daemon 3.134MB 20:52:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:52:13 ---> f96f9c87975a 20:52:13 Step 2/4 : WORKDIR /edgex 20:52:14 ---> Running in 52fb70eb77e7 20:52:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:16 OK: 211 MiB in 51 packages 20:52:16 ---> Running in 2e75cbb13d50 20:52:16 Removing intermediate container 2e75cbb13d50 20:52:16 ---> 63d012431a00 20:52:16 Step 3/4 : COPY go.mod . 20:52:16 ---> 6d820c98152a 20:52:16 Step 4/4 : RUN go mod download 20:52:16 ---> Running in aba6f45c5bfd 20:52:20 Removing intermediate container 9904a14fb40a 20:52:20 ---> 782dd460b837 20:52:20 20:52:20 Step 9/21 : FROM alpine:3.16 20:52:20 Removing intermediate container 7cd36df12cac 20:52:20 ---> 05799d5a285e 20:52:20 20:52:20 Step 9/24 : FROM alpine:3.16 20:52:20 Removing intermediate container 4d60fe67eb45 20:52:20 ---> c4e502d6725e 20:52:20 20:52:20 Step 10/23 : FROM alpine:3.16 20:52:20 Removing intermediate container 52fb70eb77e7 20:52:20 ---> 579f3737abc3 20:52:20 Step 5/24 : COPY go.mod vendor* ./ 20:52:20 3.16: Pulling from library/alpine 20:52:20 3.16: Pulling from library/alpine 20:52:20 3.16: Pulling from library/alpine 20:52:20 ---> 6221fb6c0bc7 20:52:20 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:52:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:52:21 ---> Running in 78bff75ac4cd 20:52:21 Status: Image is up to date for alpine:3.16 20:52:21 Status: Downloaded newer image for alpine:3.16 20:52:21 ---> bfe296a52501 20:52:21 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:52:21 ---> bfe296a52501 20:52:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:52:21 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:52:21 Status: Image is up to date for alpine:3.16 20:52:21 ---> bfe296a52501 20:52:21 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:52:21 ---> Running in e4a6af62396f 20:52:21 ---> Running in a925d2543f83 20:52:21 ---> Running in 680d6049c938 20:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:21 (1/3) Installing ca-certificates (20220614-r0) 20:52:21 (2/3) Installing dumb-init (1.2.5-r1) 20:52:21 (3/3) Installing su-exec (0.2-r1) 20:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:21 Executing busybox-1.35.0-r17.trigger 20:52:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:21 Executing ca-certificates-20220614-r0.trigger 20:52:22 OK: 6 MiB in 17 packages 20:52:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:22 (1/6) Installing ca-certificates (20220614-r0) 20:52:22 (2/6) Installing brotli-libs (1.0.9-r6) 20:52:22 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:52:22 (4/6) Installing libcurl (7.83.1-r5) 20:52:22 (5/6) Installing curl (7.83.1-r5) 20:52:22 (6/6) Installing dumb-init (1.2.5-r1) 20:52:22 Executing busybox-1.35.0-r17.trigger 20:52:22 Executing ca-certificates-20220614-r0.trigger 20:52:22 OK: 8 MiB in 20 packages 20:52:22 (1/1) Installing dumb-init (1.2.5-r1) 20:52:22 Executing busybox-1.35.0-r17.trigger 20:52:22 OK: 6 MiB in 15 packages 20:52:24 Removing intermediate container 72bbfaf55d1b 20:52:24 ---> 57ef9d4c5fe6 20:52:24 20:52:24 Step 10/22 : FROM alpine:3.16 20:52:24 ---> bfe296a52501 20:52:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:52:24 Removing intermediate container e4a6af62396f 20:52:24 ---> 3f03a8666afd 20:52:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:24 ---> Running in 9aa3f43228d3 20:52:24 Removing intermediate container a925d2543f83 20:52:24 ---> 2dcd7dc5cbd3 20:52:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:24 ---> Running in bc0a5fe8fc47 20:52:24 Removing intermediate container 680d6049c938 20:52:24 ---> eed0b1320639 20:52:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:24 ---> Running in 0adc2ae7cfda 20:52:24 ---> Running in 30debb1d0a6e 20:52:24 Removing intermediate container bc0a5fe8fc47 20:52:24 ---> 3d27217da95c 20:52:24 Step 12/24 : WORKDIR / 20:52:24 ---> Running in 4b4cc15df8cf 20:52:24 Removing intermediate container 0adc2ae7cfda 20:52:24 ---> 4b1ea14fbbbb 20:52:24 Step 13/23 : ENV APP_PORT=59882 20:52:24 Removing intermediate container 30debb1d0a6e 20:52:24 ---> 9c697f5e429e 20:52:24 Step 12/21 : WORKDIR /edgex 20:52:24 ---> Running in 61b4b5b85b67 20:52:24 ---> Running in f7a259d5f416 20:52:24 Removing intermediate container 4b4cc15df8cf 20:52:24 ---> c4c40e83c003 20:52:24 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:52:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:24 Removing intermediate container 61b4b5b85b67 20:52:24 ---> 96033759274c 20:52:24 Step 14/23 : EXPOSE $APP_PORT 20:52:24 Removing intermediate container f7a259d5f416 20:52:24 ---> a56139aac1f0 20:52:24 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:52:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:24 ---> Running in 6a914815ade5 20:52:24 Removing intermediate container 6a914815ade5 20:52:24 ---> 6247111970ee 20:52:24 Step 15/23 : WORKDIR / 20:52:24 ---> 4968129954fd 20:52:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:52:24 ---> Running in ef2dcc6ad95a 20:52:24 ---> c5cae2d53153 20:52:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:52:24 (1/1) Installing dumb-init (1.2.5-r1) 20:52:24 Executing busybox-1.35.0-r17.trigger 20:52:24 OK: 6 MiB in 15 packages 20:52:25 Removing intermediate container ef2dcc6ad95a 20:52:25 ---> 323f8dc46888 20:52:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:25 ---> 0043c7ab2d72 20:52:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:52:25 ---> e6ae29afe173 20:52:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:52:25 ---> 374d9cf4700e 20:52:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:52:25 ---> cec2176b1059 20:52:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:52:25 Removing intermediate container 9aa3f43228d3 20:52:25 ---> 81366ca8bd4e 20:52:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:26 ---> Running in dc4ff0b9b04b 20:52:26 ---> 4dfc77f36a86 20:52:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:52:26 ---> 4fe8e2cb3150 20:52:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:52:26 ---> a4ef9448f86f 20:52:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:52:26 Removing intermediate container dc4ff0b9b04b 20:52:26 ---> 931af98c1c18 20:52:26 Step 13/22 : ENV APP_PORT=59861 20:52:26 ---> Running in 5257bafad96d 20:52:26 Removing intermediate container 5257bafad96d 20:52:26 ---> 814069c1cfa6 20:52:26 Step 14/22 : EXPOSE $APP_PORT 20:52:26 ---> 3cee8de77663 20:52:26 ---> 4cbdd0872209 20:52:26 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh /Step 19/23 : ENTRYPOINT ["/core-command"] 20:52:26 20:52:26 ---> 1ea59428dfcf 20:52:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:52:26 ---> Running in 23c20a096e84 20:52:26 ---> Running in 16e08bd5614e 20:52:26 ---> Running in adb9a05d034f 20:52:26 Removing intermediate container 23c20a096e84 20:52:26 ---> 037f913ff4ca 20:52:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:26 Removing intermediate container adb9a05d034f 20:52:26 ---> 718b8908f517 20:52:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:52:26 ---> Running in e409be06ae50 20:52:27 ---> 550378109098 20:52:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:52:27 Removing intermediate container e409be06ae50 20:52:27 ---> eafe91909d0e 20:52:27 Step 21/23 : LABEL arch=x86_64 20:52:27 ---> Running in 2c90d624cbb2 20:52:27 ---> 8aa0ed1078ab 20:52:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:52:27 ---> 5dd1c336eb39 20:52:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:52:27 Removing intermediate container 2c90d624cbb2 20:52:27 ---> ddb4ed74cca1 20:52:27 Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:52:27 ---> Running in 99cf7ba43b85 20:52:27 Removing intermediate container 16e08bd5614e 20:52:27 ---> 7833bd2ddc49 20:52:27 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:52:27 ---> Running in b9924e67679d 20:52:27 Removing intermediate container 99cf7ba43b85 20:52:27 ---> 9e7e612b3c5f 20:52:27 Step 23/23 : LABEL version=3.0.0-dev.15 20:52:27 ---> 1114ea9c48ee 20:52:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:52:27 ---> Running in 56350492096e 20:52:27 Removing intermediate container b9924e67679d 20:52:27 ---> 7fbbdfa02458 20:52:27 Step 19/21 : LABEL arch=x86_64 20:52:27 ---> Running in 35bdf721cb08 20:52:28 ---> bece9aa0143e 20:52:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:52:28 ---> Running in b94d586ab05a 20:52:28 ---> Running in 405dd697d9ae 20:52:28 Removing intermediate container 56350492096e 20:52:28 ---> 3274a0dc0d89 20:52:28 20:52:28 Removing intermediate container 405dd697d9ae 20:52:28 ---> fda25ebb33c5 20:52:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:52:28 Removing intermediate container b94d586ab05a 20:52:28 ---> bae440d155d4 20:52:28 Step 20/21 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:52:28 ---> Running in c0a1b052349d 20:52:28 ---> Running in 83fa29f8bf79 20:52:28 Successfully built 3274a0dc0d89 20:52:28 Successfully tagged core-command:latest 20:52:28 Building core-data 20:52:28  Building core-command ... done Removing intermediate container c0a1b052349d 20:52:28 ---> 497b6fc567ce 20:52:28 Step 20/22 : LABEL arch=x86_64 20:52:28 Removing intermediate container 83fa29f8bf79 20:52:28 ---> ee9cc8c9aa82 20:52:28 Step 21/21 : LABEL version=3.0.0-dev.15 20:52:29 ---> Running in 9bae795601ad 20:52:29 ---> Running in ac4adb3d8649 20:52:31 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:52:32 ---> ba9b5dd0cb43 20:52:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:52:32 ---> Using cache 20:52:32 ---> 88a62b24f127 20:52:32 Step 4/22 : WORKDIR /edgex-go 20:52:32 ---> Using cache 20:52:32 ---> 1add11975eae 20:52:32 Step 5/22 : RUN apk add --update --no-cache make git 20:52:32 ---> Using cache 20:52:32 ---> 4c690d10ad31 20:52:32 Step 6/22 : COPY go.mod vendor* ./ 20:52:32 ---> Using cache 20:52:32 ---> b919e51198b7 20:52:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..."Removing intermediate container 9bae795601ad 20:52:32 20:52:32 ---> 3427cd245f30 20:52:32 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:52:32 ---> Using cache 20:52:32 ---> b8dd64e7283b 20:52:32 Step 8/22 : COPY . . 20:52:32 Removing intermediate container ac4adb3d8649 20:52:32 ---> 7f988c9eb589 20:52:32 20:52:32 ---> Using cache 20:52:32 ---> 954f2611a3cc 20:52:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:52:32 ---> Running in 9b4ef4930b7f 20:52:32 ---> Running in f01ee9b1f321 20:52:32 Removing intermediate container 35bdf721cb08 20:52:32 ---> 651006c83443 20:52:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:52:32 Successfully built 7f988c9eb589 20:52:32 Successfully tagged security-proxy-setup:latest 20:52:32 Building core-metadata 20:52:32 ---> Running in a73203f4a7e8 20:52:32  Building security-proxy-setup ... done Removing intermediate container 9b4ef4930b7f 20:52:32 ---> dd73d48c4b64 20:52:32 Step 22/22 : LABEL version=3.0.0-dev.15 20:52:32 ---> Running in 51328845c34a 20:52:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:52:33 Removing intermediate container a73203f4a7e8 20:52:33 ---> beacf5f956b8 20:52:33 Step 22/24 : LABEL arch=x86_64 20:52:35 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:35 ---> ba9b5dd0cb43 20:52:35 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:52:35 ---> Using cache 20:52:35 ---> 88a62b24f127 20:52:35 Step 4/24 : WORKDIR /edgex-go 20:52:35 ---> Using cache 20:52:35 ---> 1add11975eae 20:52:35 Step 5/24 : RUN apk add --update --no-cache make git 20:52:35 ---> Using cache 20:52:35 ---> 4c690d10ad31 20:52:35 Step 6/24 : COPY go.mod vendor* ./ 20:52:35 ---> Using cache 20:52:35 ---> b919e51198b7 20:52:35 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:35 ---> Using cache 20:52:35 ---> b8dd64e7283b 20:52:35 Step 8/24 : COPY . . 20:52:35 ---> Using cache 20:52:35 ---> 954f2611a3cc 20:52:35 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:52:36 Removing intermediate container 51328845c34a 20:52:36 ---> df44cde424b1 20:52:36 20:52:36 Successfully built df44cde424b1 20:52:36 Successfully tagged support-scheduler:latest 20:52:36  Building support-scheduler ... done Building security-spiffe-token-provider 20:52:36 ---> Running in c943d50d9a94 20:52:36 ---> Running in 698b805462c5 20:52:39 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:39 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:52:39 ---> ba9b5dd0cb43 20:52:39 Step 3/19 : WORKDIR /edgex-go 20:52:39 ---> Using cache 20:52:39 ---> 4c9362576bae 20:52:39 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:52:40 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:52:40 Removing intermediate container c943d50d9a94 20:52:40 ---> 295aed2896e3 20:52:40 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:52:48 ---> Running in f56e2c64d9a8 20:52:48 ---> Running in 47c46f3d4fc5 20:52:48 Removing intermediate container 47c46f3d4fc5 20:52:48 ---> ac6b09218ddc 20:52:48 Step 24/24 : LABEL version=3.0.0-dev.15 20:52:48 ---> Running in 6ccc46e748f5 20:52:48 Removing intermediate container 6ccc46e748f5 20:52:48 ---> a62eb8c3a72f 20:52:48 20:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:48 Successfully built a62eb8c3a72f 20:52:48 Successfully tagged security-secretstore-setup:latest 20:52:48  Building security-secretstore-setup ... done Building support-notifications 20:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:48 Removing intermediate container aba6f45c5bfd 20:52:48 ---> 2782912ec145 20:52:48 Successfully built 2782912ec145 20:52:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:49 v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:52:49 v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:52:49 OK: 17042 distinct packages available 20:52:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:52:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:52:49 + docker inspect -f . ci-base-image-arm64 20:52:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:52:49 prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container 20:52:49 OK: 211 MiB in 51 packages 20:52:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:52:50 $ docker top d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:51 + go version 20:52:51 go version go1.18.7 linux/arm64 [Pipeline] } 20:52:51 $ docker stop --time=1 d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce 20:52:53 $ docker rm -f --volumes d8d254747a1b667ff36f219b3cf345e99874e196f74b5354300d144c1afa1cce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:52:54 20:52:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:52:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:52:54 latest: Pulling from edgex-devops/edgex-compose-arm64 20:52:54 29e5d40040c1: Pulling fs layer 20:52:54 1ce36da41761: Pulling fs layer 20:52:54 25b303627fd3: Pulling fs layer 20:52:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:52:54 ---> ba9b5dd0cb43 20:52:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:52:54 ---> Using cache 20:52:54 ---> 88a62b24f127 20:52:54 Step 4/22 : WORKDIR /edgex-go 20:52:54 ---> Using cache 20:52:54 ---> 1add11975eae 20:52:54 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:52:54 29e5d40040c1: Download complete 20:52:55 1ce36da41761: Verifying Checksum 20:52:55 1ce36da41761: Download complete 20:52:55 29e5d40040c1: Pull complete 20:52:56 25b303627fd3: Verifying Checksum 20:52:56 25b303627fd3: Download complete 20:52:56 1ce36da41761: Pull complete 20:53:01 ---> Running in 603a7d7ccc77 20:53:01 Removing intermediate container f56e2c64d9a8 20:53:01 ---> 32b59b12e81b 20:53:01 Step 5/19 : COPY go.mod vendor* ./ 20:53:01 ---> 21f057703ae7 20:53:01 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:01 ---> Running in 00625b08a3f2 20:53:01 Removing intermediate container 78bff75ac4cd 20:53:01 ---> 7cfd773a341c 20:53:01 Step 7/24 : COPY . . 20:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:02 OK: 211 MiB in 51 packages 20:53:07 25b303627fd3: Pull complete 20:53:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:53:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:07 prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container 20:53:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:53:08 Removing intermediate container 603a7d7ccc77 20:53:08 ---> e03259527ff8 20:53:08 Step 6/22 : COPY go.mod vendor* ./ 20:53:08 ---> 776a75b6f388 20:53:08 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:53:08 Removing intermediate container f01ee9b1f321 20:53:08 ---> d9ee52ce6bc0 20:53:08 20:53:08 Step 10/22 : FROM alpine:3.16 20:53:08 ---> bfe296a52501 20:53:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:53:08 ---> Running in ae67695f69b6 20:53:08 ---> Running in 589a89c29acd 20:53:08 ---> e6924a41aead 20:53:08 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:08 Removing intermediate container ae67695f69b6 20:53:08 ---> b74f80e8fdb4 20:53:08 Step 9/24 : WORKDIR /edgex-go/spire-build 20:53:08 ---> Running in f27b39e27c99 20:53:09 ---> Running in eeafe8782a54 20:53:09 Removing intermediate container 589a89c29acd 20:53:09 ---> bf37b1e6717a 20:53:09 Step 12/22 : ENV APP_PORT=59880 20:53:09 ---> Running in ff2e4720fe84 20:53:09 $ docker top d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 -eo pid,comm 20:53:09 Removing intermediate container eeafe8782a54 20:53:09 ---> 6c6ddf918587 20:53:09 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:53:09 Removing intermediate container ff2e4720fe84 20:53:09 ---> 4104746b0758 20:53:09 Step 13/22 : EXPOSE $APP_PORT [Pipeline] { [Pipeline] sh 20:53:09 ---> Running in 891a0ce35b64 20:53:09 ---> Running in 9568cc678b89 20:53:09 Removing intermediate container 9568cc678b89 20:53:09 ---> 116888eca06d 20:53:09 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:53:10 + grep parallel 20:53:10 + docker-compose build --help 20:53:10 ---> Running in 60d0bd38551e 20:53:10 Removing intermediate container 891a0ce35b64 20:53:10 ---> 04b19d027028 20:53:10 Step 11/24 : WORKDIR /edgex-go 20:53:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:53:11 ---> Running in 07317d69d305 20:53:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:53:11 Removing intermediate container 698b805462c5 20:53:11 ---> 7edfaa809c7d 20:53:11 20:53:11 Step 10/24 : FROM alpine:3.16 20:53:11 ---> bfe296a52501 20:53:11 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:53:11 ---> Using cache 20:53:11 ---> 81366ca8bd4e 20:53:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:53:11 ---> Using cache 20:53:11 ---> 931af98c1c18 20:53:11 Step 13/24 : ENV APP_PORT=59881 20:53:11 ---> Running in 4cc7412ea107 20:53:11 Removing intermediate container 07317d69d305 20:53:11 ---> fee68eb2475a 20:53:11 20:53:11 Step 12/24 : FROM alpine:3.15 20:53:11 ---> c4fc93816858 20:53:11 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:53:11 ---> Using cache 20:53:11 ---> 203e512d2809 20:53:11 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:53:11 ---> Running in 366224d6c89d 20:53:11 Removing intermediate container 4cc7412ea107 20:53:11 ---> 5169141a8fa5 20:53:11 Step 14/24 : EXPOSE $APP_PORT 20:53:11 ---> Running in 15091dc381b3 20:53:11 (1/1) Installing dumb-init (1.2.5-r1) 20:53:11 Executing busybox-1.35.0-r17.trigger 20:53:11 OK: 6 MiB in 15 packages 20:53:11 Removing intermediate container 15091dc381b3 20:53:11 ---> ac706b6c1ffb 20:53:11 Step 15/24 : WORKDIR / 20:53:11 ---> Running in 1a176c7aaa5a 20:53:11 Removing intermediate container 1a176c7aaa5a 20:53:11 ---> 4f20aa3ba29f 20:53:11 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:53:11 Removing intermediate container 60d0bd38551e 20:53:11 ---> adf0b0850a20 20:53:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:53:11 ---> 38b4847f2343 20:53:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:53:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:53:12 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:53:12 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:53:12 OK: 15859 distinct packages available 20:53:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:53:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:53:12 (1/4) Installing dumb-init (1.2.5-r1) 20:53:12 (2/4) Installing musl-obstack (1.2.3-r0) 20:53:12 (3/4) Installing libucontext (1.1-r0) 20:53:12 (4/4) Installing gcompat (1.0.0-r4) 20:53:12 Executing busybox-1.34.1-r7.trigger 20:53:12 OK: 6 MiB in 18 packages 20:53:12 ---> 03d5189ff5a3 20:53:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:53:13 ---> 9fe9a7850e7d 20:53:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:53:14 --parallel Build images in parallel. [Pipeline] } 20:53:14 $ docker stop --time=1 d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 20:53:15 ---> e7bf2272b733 20:53:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:53:15 ---> 2696adeb0834 20:53:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:53:15 Removing intermediate container 366224d6c89d 20:53:15 ---> f34ad1ad730d 20:53:15 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:53:15 ---> 5d5b368c37c2 20:53:15 Step 18/22 : ENTRYPOINT ["/core-data"] 20:53:15 ---> 842663df2cd3 20:53:15 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:53:15 ---> Running in 7f54879e21b3 20:53:16 $ docker rm -f --volumes d378a681a5a067367d3a88d9547fbf698f3f368142b214d820aa0072415d4816 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:53:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:53:16 prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container 20:53:16 $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:53:16 ---> Running in 3158f17128cc 20:53:17 $ docker top 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 -eo pid,comm [Pipeline] { [Pipeline] sh 20:53:18 Removing intermediate container 7f54879e21b3 20:53:18 ---> 687868757914 20:53:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:53:18 + docker-compose -f ./docker-compose-build.yml build --parallel 20:53:19 ---> 3cc9160b26d4 20:53:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:53:19 Removing intermediate container 3158f17128cc 20:53:19 ---> 2ba8b921e071 20:53:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:53:19 ---> Running in 4fe6d5bf3baf 20:53:22 ---> Running in 8a383d538107 20:53:22 Building core-command ... 20:53:22 Building core-data ... 20:53:22 Building core-metadata ... 20:53:22 Building security-bootstrapper ... 20:53:22 Building security-proxy-setup ... 20:53:22 Building security-secretstore-setup ... 20:53:22 Building security-spiffe-token-provider ... 20:53:22 Building security-spire-agent ... 20:53:22 Building security-spire-config ... 20:53:22 Building security-spire-server ... 20:53:22 Building support-notifications ... 20:53:22 Building support-scheduler ... 20:53:22 Building core-command 20:53:22 Building core-data 20:53:22 Building support-scheduler 20:53:22 Building security-secretstore-setup 20:53:22 Building security-proxy-setup 20:53:23 Removing intermediate container 4fe6d5bf3baf 20:53:23 ---> e40fec127892 20:53:23 Step 20/22 : LABEL arch=x86_64 20:53:24 ---> 838883a33c48 20:53:24 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:53:24 Removing intermediate container 8a383d538107 20:53:24 ---> 50b8eab44ce1 20:53:24 Step 22/24 : LABEL arch=x86_64 20:53:24 ---> Running in 1c3c0fb8c158 20:53:24 ---> Running in 6ca490946afe 20:53:24 ---> Running in e6ce3949b898 20:53:25 Removing intermediate container 1c3c0fb8c158 20:53:25 ---> 6e3e71d9b529 20:53:25 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:53:27 Removing intermediate container e6ce3949b898 20:53:27 ---> 2546c0f00d8a 20:53:27 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:53:27 Removing intermediate container 6ca490946afe 20:53:27 ---> fb8e32c62546 20:53:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:53:28 ---> Running in 19c4a301313f 20:53:28 ---> Running in ce9722be10b4 20:53:28 ---> 87bbf7a8ea93 20:53:28 Step 19/24 : WORKDIR / 20:53:28 Removing intermediate container 19c4a301313f 20:53:28 ---> 835fdf3b7a3f 20:53:28 Step 22/22 : LABEL version=3.0.0-dev.15 20:53:28 Removing intermediate container ce9722be10b4 20:53:28 ---> 1e721397908e 20:53:28 Step 24/24 : LABEL version=3.0.0-dev.15 20:53:28 ---> Running in 26d2d8a94996 20:53:28 ---> Running in 2597d03fe416 20:53:28 ---> Running in cab5ff2b286b 20:53:28 Removing intermediate container 26d2d8a94996 20:53:28 ---> 530204808ce3 20:53:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:53:29 Removing intermediate container cab5ff2b286b 20:53:29 ---> 85197e1e03ee 20:53:29 20:53:29 Removing intermediate container 2597d03fe416 20:53:29 ---> 6defd74fdfdb 20:53:29 20:53:29 ---> Running in af7d05ee1975 20:53:29 Successfully built 85197e1e03ee 20:53:29 Successfully built 6defd74fdfdb 20:53:29 Successfully tagged core-data:latest 20:53:29 Successfully tagged core-metadata:latest 20:53:29  Building core-metadata ... done Building security-bootstrapper 20:53:29  Building core-data ... done Building security-spire-agent 20:53:29 Removing intermediate container 00625b08a3f2 20:53:29 ---> 8426e05324c0 20:53:29 Step 7/19 : COPY . . 20:53:29 Removing intermediate container af7d05ee1975 20:53:29 ---> 887ff9d8a745 20:53:29 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:53:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> ba9b5dd0cb43 20:53:34 Step 3/24 : WORKDIR /edgex-go 20:53:34 ---> Using cache 20:53:34 ---> 4c9362576bae 20:53:34 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:53:34 ---> Using cache 20:53:34 ---> 579f3737abc3 20:53:34 Step 5/24 : COPY go.mod vendor* ./ 20:53:34 ---> Using cache 20:53:34 ---> 6221fb6c0bc7 20:53:34 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:34 ---> Using cache 20:53:34 ---> 7cfd773a341c 20:53:34 Step 7/24 : COPY . . 20:53:34 ---> Using cache 20:53:34 ---> 776a75b6f388 20:53:34 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:53:34 ---> Using cache 20:53:34 ---> b74f80e8fdb4 20:53:34 Step 9/24 : WORKDIR /edgex-go/spire-build 20:53:34 ---> Using cache 20:53:34 ---> 6c6ddf918587 20:53:34 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 20:53:34 ---> Using cache 20:53:34 ---> 04b19d027028 20:53:34 Step 11/24 : WORKDIR /edgex-go 20:53:34 ---> Using cache 20:53:34 ---> fee68eb2475a 20:53:34 20:53:34 Step 12/24 : FROM alpine:3.15 20:53:34 ---> c4fc93816858 20:53:34 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:53:34 ---> Using cache 20:53:34 ---> 203e512d2809 20:53:34 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:53:34 ---> Using cache 20:53:34 ---> 302f6b05a629 20:53:34 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:53:34 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> ba9b5dd0cb43 20:53:34 Step 3/32 : WORKDIR /edgex-go 20:53:34 ---> Using cache 20:53:34 ---> 4c9362576bae 20:53:34 Step 4/32 : RUN apk add --update --no-cache make git 20:53:34 ---> Using cache 20:53:34 ---> a1216c4cc51a 20:53:34 Step 5/32 : COPY go.mod vendor* ./ 20:53:34 ---> Using cache 20:53:34 ---> 150a03f72270 20:53:34 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:34 ---> Using cache 20:53:34 ---> b7fc52627f0d 20:53:34 Step 7/32 : COPY . . 20:53:34 ---> Using cache 20:53:34 ---> 2685f6c8a1ab 20:53:34 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:53:34 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> 2782912ec145 20:53:34 Step 3/21 : WORKDIR /edgex-go 20:53:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> 2782912ec145 20:53:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:53:34 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> 2782912ec145 20:53:34 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:53:34 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> 2782912ec145 20:53:34 Step 3/24 : WORKDIR /edgex-go 20:53:34 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:53:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:34 ---> 2782912ec145 20:53:34 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:53:34 ---> Running in c81873a7c520 20:53:34 ---> Running in dd7297c16bce 20:53:34 ---> Running in defd8ac5fe6d 20:53:34 ---> Running in e682ff0d5e1a 20:53:34 ---> Running in 886d622099f5 20:53:35 Removing intermediate container c81873a7c520 20:53:35 Removing intermediate container e682ff0d5e1a 20:53:35 ---> d7139ced20c2 20:53:35 ---> 0f46a64f2bad 20:53:35 Step 4/23 : WORKDIR /edgex-go 20:53:35 Step 4/22 : WORKDIR /edgex-go 20:53:35 Removing intermediate container dd7297c16bce 20:53:35 ---> bcd14097ff20 20:53:35 Step 4/24 : RUN apk add --update --no-cache make git 20:53:35 ---> Running in 5b161b09acd4 20:53:35 Removing intermediate container 886d622099f5 20:53:35 ---> 578781a54676 20:53:35 Step 4/22 : WORKDIR /edgex-go 20:53:35 Removing intermediate container defd8ac5fe6d 20:53:35 ---> 7d97ca687658 20:53:35 Step 4/21 : RUN apk add --update --no-cache make git 20:53:35 ---> Running in 7844ee1f61ca 20:53:35 ---> Running in dab052feab14 20:53:35 ---> Running in 02f5062a4b21 20:53:35 ---> Running in 78acf58b97f0 20:53:36 Removing intermediate container 5b161b09acd4 20:53:36 ---> 82776fc2e79b 20:53:36 Step 5/22 : RUN apk add --update --no-cache make git 20:53:36 ---> Running in ff11b6003cf5 20:53:36 Removing intermediate container 7844ee1f61ca 20:53:36 ---> 7746ed748734 20:53:36 Step 5/23 : RUN apk add --update --no-cache make git 20:53:36 Removing intermediate container 02f5062a4b21 20:53:36 ---> 14730dcc8d04 20:53:36 Step 5/22 : RUN apk add --update --no-cache make git 20:53:36 ---> Running in 0d4c72b130b2 20:53:36 ---> Running in f746bda2acfd 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:53:39 OK: 221 MiB in 51 packages 20:53:39 OK: 221 MiB in 51 packages 20:53:40 ---> Running in 4f8d174de0c0 20:53:40 ---> Running in 8ba5c60b6221 20:53:40 ---> dd3c4e6d518b 20:53:40 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:53:40 ---> da2d4363997a 20:53:40 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:53:40 Removing intermediate container f27b39e27c99 20:53:40 ---> b5bb86ab76fd 20:53:40 Step 8/22 : COPY . . 20:53:40 OK: 221 MiB in 51 packages 20:53:40 OK: 221 MiB in 51 packages 20:53:40 Removing intermediate container 8ba5c60b6221 20:53:40 ---> b2f401a88574 20:53:40 Step 22/24 : LABEL arch=x86_64 20:53:40 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:53:40 OK: 221 MiB in 51 packages 20:53:41 Removing intermediate container dab052feab14 20:53:41 ---> 489e9f315d10 20:53:41 Step 5/24 : COPY go.mod vendor* ./ 20:53:41 Removing intermediate container 78acf58b97f0 20:53:41 ---> 5f75d9700ef1 20:53:41 Step 5/21 : COPY go.mod vendor* ./ 20:53:41 Removing intermediate container ff11b6003cf5 20:53:41 ---> a9bd85e2ab1d 20:53:41 Step 6/22 : COPY go.mod vendor* ./ 20:53:42 ---> f479251f8f08 20:53:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:42 Removing intermediate container 0d4c72b130b2 20:53:42 ---> f3e7c544128f 20:53:42 Step 6/22 : COPY go.mod vendor* ./ 20:53:42 Removing intermediate container f746bda2acfd 20:53:42 ---> 5deac4a2950e 20:53:42 Step 6/23 : COPY go.mod vendor* ./ 20:53:42 ---> Running in 8b0b93431d9e 20:53:42 ---> 52384f9938e7 20:53:42 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:42 ---> Running in 2a9af2b5c990 20:53:43 ---> c0c45f98ce67 20:53:43 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:43 ---> Running in 5307027d30d8 20:53:43 ---> b55c0df4f5b3 20:53:43 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:43 ---> Running in 528c439b3097 20:53:43 ---> cfbb86742dd9 20:53:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:53:44 ---> Running in 9821eee8fe4a 20:53:44 ---> Running in 798332be533f 20:53:44 ---> Running in 0f07e6720791 20:53:45 ---> 0532d5029401 20:53:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:53:45 Removing intermediate container 0f07e6720791 20:53:45 ---> d258ffd31b61 20:53:45 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:53:45 ---> Running in 6e43de68354f 20:53:45 ---> 8817a67005cf 20:53:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:53:45 ---> Running in 94ff0c262398 20:53:45 ---> d127f401f3c0 20:53:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:53:45 Removing intermediate container 6e43de68354f 20:53:45 ---> b325d3eb6a8d 20:53:45 Step 24/24 : LABEL version=3.0.0-dev.15 20:53:46 ---> Running in 63a1b849f23b 20:53:46 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:53:46 ---> 57062949d7cf 20:53:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:53:46 Removing intermediate container 63a1b849f23b 20:53:46 ---> c367673a3df1 20:53:46 20:53:46 Successfully built c367673a3df1 20:53:46 Successfully tagged security-spire-config:latest 20:53:46  Building security-spire-config ... done go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:53:46 ---> d1ef2a15d09e 20:53:46 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:53:46 ---> Running in 48e8649354e8 20:53:46 Removing intermediate container 48e8649354e8 20:53:46 ---> 391e67d61740 20:53:46 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:53:47 ---> Running in f309a9b27f7c 20:53:47 Removing intermediate container f309a9b27f7c 20:53:47 ---> f6e189789ce4 20:53:47 Step 22/24 : LABEL arch=x86_64 20:53:47 ---> Running in ee8b48b32beb 20:53:47 Removing intermediate container ee8b48b32beb 20:53:47 ---> 7b57efce7e0e 20:53:47 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:53:47 ---> Running in 55b7c334dc41 20:53:48 Removing intermediate container 55b7c334dc41 20:53:48 ---> 1c46ff02d857 20:53:48 Step 24/24 : LABEL version=3.0.0-dev.15 20:53:48 ---> Running in 1e9afdd17b9b 20:53:48 Removing intermediate container 1e9afdd17b9b 20:53:48 ---> 3f06b15ad572 20:53:48 20:53:48 Successfully built 3f06b15ad572 20:53:48 Successfully tagged security-spire-agent:latest 20:54:15  Building security-spire-agent ... done Removing intermediate container 4f8d174de0c0 20:54:15 ---> 301c79a9524d 20:54:15 20:54:15 Step 9/32 : FROM alpine:3.16 20:54:15 ---> bfe296a52501 20:54:15 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:15 ---> Running in 1f676b639b3c 20:54:15 Removing intermediate container 1f676b639b3c 20:54:15 ---> f6e70965dd23 20:54:15 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:54:15 ---> Running in 554cca131867 20:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:15 (1/2) Installing dumb-init (1.2.5-r1) 20:54:15 (2/2) Installing su-exec (0.2-r1) 20:54:15 Executing busybox-1.35.0-r17.trigger 20:54:15 OK: 6 MiB in 16 packages 20:54:18 Removing intermediate container 798332be533f 20:54:18 ---> 57613e676a78 20:54:18 20:54:18 Step 9/19 : FROM alpine:3.15 20:54:18 ---> c4fc93816858 20:54:18 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:54:18 ---> Using cache 20:54:18 ---> 203e512d2809 20:54:18 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:54:18 Removing intermediate container 554cca131867 20:54:18 ---> 554ce0c20b9a 20:54:18 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:54:18 ---> Running in 7ed84dc6edd1 20:54:18 ---> Running in 4a823bdbbebb 20:54:18 Removing intermediate container 4a823bdbbebb 20:54:18 ---> a309f2a8259c 20:54:18 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:18 ---> Running in d1c990bd8aae 20:54:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:18 Removing intermediate container d1c990bd8aae 20:54:18 ---> d73b1d86b1c2 20:54:18 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:54:19 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:54:19 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:54:19 OK: 15859 distinct packages available 20:54:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:54:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:54:19 (1/9) Installing ca-certificates (20220614-r0) 20:54:19 (2/9) Installing brotli-libs (1.0.9-r5) 20:54:19 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:54:19 (4/9) Installing libcurl (7.80.0-r5) 20:54:19 (5/9) Installing curl (7.80.0-r5) 20:54:19 (6/9) Installing dumb-init (1.2.5-r1) 20:54:19 (7/9) Installing musl-obstack (1.2.3-r0) 20:54:19 (8/9) Installing libucontext (1.1-r0) 20:54:19 (9/9) Installing gcompat (1.0.0-r4) 20:54:19 Executing busybox-1.34.1-r7.trigger 20:54:19 Executing ca-certificates-20220614-r0.trigger 20:54:19 OK: 8 MiB in 23 packages 20:54:20 ---> Running in 0124bcf2ea26 20:54:20 Removing intermediate container 0124bcf2ea26 20:54:20 ---> b49d62af5cb9 20:54:20 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:54:20 ---> Running in a1cf33962b9f 20:54:20 Removing intermediate container 94ff0c262398 20:54:20 ---> 2c3aba1a27c4 20:54:20 20:54:20 Step 10/22 : FROM alpine:3.16 20:54:20 ---> bfe296a52501 20:54:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:54:20 Removing intermediate container a1cf33962b9f 20:54:20 ---> 1472b52ed7f2 20:54:20 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:54:20 ---> Running in 57903523437e 20:54:20 Removing intermediate container 7ed84dc6edd1 20:54:20 ---> a6201e0bb863 20:54:20 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:20 ---> Running in 7ce2a89eb7e4 20:54:20 ---> 039e21e3c450 20:54:20 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:54:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:54:21 (1/2) Installing ca-certificates (20220614-r0) 20:54:21 (2/2) Installing dumb-init (1.2.5-r1) 20:54:21 Executing busybox-1.35.0-r17.trigger 20:54:21 Executing ca-certificates-20220614-r0.trigger 20:54:21 OK: 6 MiB in 16 packages 20:54:21 ---> a95b28f09a02 20:54:21 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:54:21 Removing intermediate container 7ce2a89eb7e4 20:54:21 ---> dd9161293800 20:54:21 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:54:21 ---> aca335d2947e 20:54:21 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:54:21 ---> Running in e6ff634a4856 20:54:21 ---> Running in 53723e03bcaa 20:54:21 Removing intermediate container 53723e03bcaa 20:54:21 ---> 339a892a275a 20:54:21 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:21 Removing intermediate container e6ff634a4856 20:54:21 ---> f9be73571f2a 20:54:21 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:54:22 ---> Running in 9cce93791fd4 20:54:22 Removing intermediate container 57903523437e 20:54:22 ---> 2874b8c2d5b3 20:54:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:54:22 Removing intermediate container 9cce93791fd4 20:54:22 ---> 5014aadb9575 20:54:22 Step 17/19 : LABEL arch=x86_64 20:54:22 ---> 6d8129a25a82 20:54:22 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:54:22 ---> Running in 0b3bbbf6036c 20:54:22 ---> Running in 9117da358d2c 20:54:22 ---> Running in 2682c05e9dd8 20:54:22 Removing intermediate container 0b3bbbf6036c 20:54:22 ---> 010441b80d56 20:54:22 Step 13/22 : ENV APP_PORT=59860 20:54:22 ---> Running in b8ab4a88cf2d 20:54:22 Removing intermediate container 9117da358d2c 20:54:22 ---> 3d56eb44f74d 20:54:22 Step 18/19 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:22 ---> Running in d564582e1db5 20:54:22 Removing intermediate container b8ab4a88cf2d 20:54:22 ---> 54e5531cbe38 20:54:22 Step 14/22 : EXPOSE $APP_PORT 20:54:22 ---> Running in 06781ff2b418 20:54:22 Removing intermediate container d564582e1db5 20:54:22 ---> 332e09c978f1 20:54:22 Step 19/19 : LABEL version=3.0.0-dev.15 20:54:22 ---> Running in fef0106cb8a0 20:54:22 Removing intermediate container 06781ff2b418 20:54:22 ---> b612f81cbfcf 20:54:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:22 Removing intermediate container fef0106cb8a0 20:54:22 ---> 67d7a3a0c1c5 20:54:22 20:54:22 Successfully built 67d7a3a0c1c5 20:54:22 Successfully tagged security-spiffe-token-provider:latest 20:54:22  Building security-spiffe-token-provider ... done  ---> ea176148d180 20:54:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:54:23 Removing intermediate container 2682c05e9dd8 20:54:23 ---> 1fcc0d9f9528 20:54:23 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:54:23 ---> 8bad0d246f0b 20:54:23 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:54:23 ---> 98180ba57891 20:54:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:54:23 ---> e88620cae3ad 20:54:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:54:23 ---> Running in 7d09a2c70dd3 20:54:23 ---> e6612921ec38 20:54:23 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:54:23 Removing intermediate container 7d09a2c70dd3 20:54:23 ---> e6ee094e2e31 20:54:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:54:23 ---> Running in 305b4896f17f 20:54:23 ---> 7654c11b3f6d 20:54:23 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:54:23 Removing intermediate container 305b4896f17f 20:54:23 ---> f542c21d9ec2 20:54:23 Step 20/22 : LABEL arch=x86_64 20:54:23 ---> Running in 03eb6da40db5 20:54:24 ---> 89725c97126c 20:54:24 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:54:24 Removing intermediate container 03eb6da40db5 20:54:24 ---> 8d5b5b9e9246 20:54:24 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:24 ---> Running in 42a746b90021 20:54:24 ---> 1ba2bd23e210 20:54:24 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:54:24 Removing intermediate container 42a746b90021 20:54:24 ---> b19f64217652 20:54:24 Step 22/22 : LABEL version=3.0.0-dev.15 20:54:24 ---> Running in 11617029e36d 20:54:24 Removing intermediate container 11617029e36d 20:54:24 ---> 5ef07306b2f9 20:54:24 20:54:24 ---> fe9f9dc57ea2 20:54:24 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:54:24 Successfully built 5ef07306b2f9 20:54:24 Successfully tagged support-notifications:latest 20:54:24  Building support-notifications ... done  ---> f25a013cc220 20:54:24 Step 27/32 : RUN chmod +x /entrypoint.sh 20:54:24 ---> Running in 9584d620bd65 20:54:25 Removing intermediate container 9584d620bd65 20:54:25 ---> d556c76ce85e 20:54:25 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:54:25 ---> Running in 930aadaf43a4 20:54:25 Removing intermediate container 930aadaf43a4 20:54:25 ---> 2f92d419fcd3 20:54:25 Step 29/32 : CMD ["gate"] 20:54:25 ---> Running in 0082f142ea64 20:54:25 Removing intermediate container 0082f142ea64 20:54:25 ---> 9d0cc9c74d90 20:54:25 Step 30/32 : LABEL arch=x86_64 20:54:25 ---> Running in ea4b41bea5bc 20:54:25 Removing intermediate container ea4b41bea5bc 20:54:25 ---> feb16783d4e5 20:54:25 Step 31/32 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:25 ---> Running in 745ac6113e87 20:54:25 Removing intermediate container 745ac6113e87 20:54:25 ---> dc37c323e932 20:54:25 Step 32/32 : LABEL version=3.0.0-dev.15 20:54:25 ---> Running in 872cf590c81b 20:54:25 Removing intermediate container 872cf590c81b 20:54:25 ---> e6a5b947453c 20:54:25 20:54:25 Successfully built e6a5b947453c 20:54:25 Successfully tagged security-bootstrapper:latest 20:54:25  Building security-bootstrapper ... done  [Pipeline] } 20:54:25 $ docker stop --time=1 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 20:54:27 $ docker rm -f --volumes 89adf9e1071101280ff358a73a040d23f32bc77b45cd141769434077107ebd18 [Pipeline] // withDockerContainer [Pipeline] sh 20:54:27 + docker images 20:54:27 REPOSITORY TAG IMAGE ID CREATED SIZE 20:54:27 security-bootstrapper latest e6a5b947453c 2 seconds ago 20.3MB 20:54:27 support-notifications latest 5ef07306b2f9 3 seconds ago 30.6MB 20:54:27 security-spiffe-token-provider latest 67d7a3a0c1c5 5 seconds ago 29.8MB 20:54:27 2c3aba1a27c4 8 seconds ago 1.74GB 20:54:27 57613e676a78 10 seconds ago 1.71GB 20:54:27 301c79a9524d 17 seconds ago 1.66GB 20:54:27 security-spire-agent latest 3f06b15ad572 39 seconds ago 125MB 20:54:27 security-spire-config latest c367673a3df1 41 seconds ago 85.8MB 20:54:27 core-metadata latest 85197e1e03ee 59 seconds ago 18.5MB 20:54:27 core-data latest 6defd74fdfdb 59 seconds ago 17.9MB 20:54:27 7edfaa809c7d About a minute ago 1.68GB 20:54:27 fee68eb2475a About a minute ago 1.54GB 20:54:27 d9ee52ce6bc0 About a minute ago 1.68GB 20:54:27 security-secretstore-setup latest a62eb8c3a72f About a minute ago 29.9MB 20:54:27 support-scheduler latest df44cde424b1 About a minute ago 30MB 20:54:27 security-proxy-setup latest 7f988c9eb589 About a minute ago 27.7MB 20:54:27 core-command latest 3274a0dc0d89 About a minute ago 17.7MB 20:54:27 57ef9d4c5fe6 2 minutes ago 1.74GB 20:54:27 05799d5a285e 2 minutes ago 1.67GB 20:54:27 c4e502d6725e 2 minutes ago 1.67GB 20:54:27 782dd460b837 2 minutes ago 1.66GB 20:54:27 security-spire-server latest 3bc306c1712a 2 minutes ago 86.5MB 20:54:27 68640099b237 2 minutes ago 1.54GB 20:54:27 ci-base-image-x86_64 latest ba9b5dd0cb43 6 minutes ago 904MB 20:54:27 alpine 3.16 bfe296a52501 2 months ago 5.54MB 20:54:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 20:54:27 alpine 3.15 c4fc93816858 5 months ago 5.59MB 20:54:27 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 20:54:27 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 20:54:27 provisioning config files... 20:54:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config2826931777148994397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:54:27 ---> docker-login.sh 20:54:27 nexus3.edgexfoundry.org:10001 20:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:27 Configure a credential helper to remove this warning. See 20:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:27 20:54:27 Login Succeeded 20:54:27 nexus3.edgexfoundry.org:10002 20:54:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:27 Configure a credential helper to remove this warning. See 20:54:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:27 20:54:27 Login Succeeded 20:54:27 nexus3.edgexfoundry.org:10003 20:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:28 Configure a credential helper to remove this warning. See 20:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:28 20:54:28 Login Succeeded 20:54:28 nexus3.edgexfoundry.org:10004 20:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:28 Configure a credential helper to remove this warning. See 20:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:28 20:54:28 Login Succeeded 20:54:28 docker.io 20:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:54:28 Configure a credential helper to remove this warning. See 20:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:54:28 20:54:28 Login Succeeded 20:54:28 ---> docker-login.sh ends [Pipeline] } 20:54:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:54:28 [edgeXDocker.push] Tagging docker image core-command with the following tags: 20:54:28 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:28 latest 20:54:28 3.0.0-dev.15 20:54:28 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:28 main 20:54:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:28 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:29 + docker push nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:54:29 c960c8a3bba8: Preparing 20:54:29 cd12819422fc: Preparing 20:54:29 3b395d893a39: Preparing 20:54:29 32d0eceb38ad: Preparing 20:54:29 e5e13b0c77cb: Preparing 20:54:29 e5e13b0c77cb: Layer already exists 20:54:29 32d0eceb38ad: Pushed 20:54:29 c960c8a3bba8: Pushed 20:54:29 3b395d893a39: Pushed 20:54:30 cd12819422fc: Pushed 20:54:30 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:31 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 20:54:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:54:31 c960c8a3bba8: Preparing 20:54:31 cd12819422fc: Preparing 20:54:31 3b395d893a39: Preparing 20:54:31 32d0eceb38ad: Preparing 20:54:31 e5e13b0c77cb: Preparing 20:54:31 32d0eceb38ad: Layer already exists 20:54:31 c960c8a3bba8: Layer already exists 20:54:31 cd12819422fc: Layer already exists 20:54:31 3b395d893a39: Layer already exists 20:54:31 e5e13b0c77cb: Layer already exists 20:54:31 latest: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:31 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:32 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 20:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:54:32 c960c8a3bba8: Preparing 20:54:32 cd12819422fc: Preparing 20:54:32 3b395d893a39: Preparing 20:54:32 32d0eceb38ad: Preparing 20:54:32 e5e13b0c77cb: Preparing 20:54:32 3b395d893a39: Layer already exists 20:54:32 cd12819422fc: Layer already exists 20:54:32 e5e13b0c77cb: Layer already exists 20:54:32 32d0eceb38ad: Layer already exists 20:54:32 c960c8a3bba8: Layer already exists 20:54:32 3.0.0-dev.15: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:32 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:32 + docker push nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:32 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:54:32 c960c8a3bba8: Preparing 20:54:32 cd12819422fc: Preparing 20:54:32 3b395d893a39: Preparing 20:54:32 32d0eceb38ad: Preparing 20:54:32 e5e13b0c77cb: Preparing 20:54:32 c960c8a3bba8: Layer already exists 20:54:32 e5e13b0c77cb: Layer already exists 20:54:32 cd12819422fc: Layer already exists 20:54:32 3b395d893a39: Layer already exists 20:54:32 32d0eceb38ad: Layer already exists 20:54:32 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:33 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:33 + docker push nexus3.edgexfoundry.org:10004/core-command:main 20:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:54:33 c960c8a3bba8: Preparing 20:54:33 cd12819422fc: Preparing 20:54:33 3b395d893a39: Preparing 20:54:33 32d0eceb38ad: Preparing 20:54:33 e5e13b0c77cb: Preparing 20:54:33 c960c8a3bba8: Layer already exists 20:54:33 e5e13b0c77cb: Layer already exists 20:54:33 cd12819422fc: Layer already exists 20:54:33 3b395d893a39: Layer already exists 20:54:33 32d0eceb38ad: Layer already exists 20:54:33 main: digest: sha256:debe3affcf10d6cd51da98374227e4af9becb2453781349554d30a28a340e991 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:33 ===================================================== [Pipeline] echo 20:54:33 taggedImages: 20:54:33 - nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:33 - nexus3.edgexfoundry.org:10004/core-command:latest 20:54:33 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.15 20:54:33 - nexus3.edgexfoundry.org:10004/core-command:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:33 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 20:54:33 [edgeXDocker.push] Tagging docker image core-data with the following tags: 20:54:33 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:33 latest 20:54:33 3.0.0-dev.15 20:54:33 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:33 main 20:54:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:33 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:34 + docker push nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:54:34 432328dde89d: Preparing 20:54:34 8634917ad2c1: Preparing 20:54:34 3b395d893a39: Preparing 20:54:34 34511afc98a0: Preparing 20:54:34 e5e13b0c77cb: Preparing 20:54:34 e5e13b0c77cb: Layer already exists 20:54:34 3b395d893a39: Layer already exists 20:54:34 34511afc98a0: Pushed 20:54:34 432328dde89d: Pushed 20:54:35 8634917ad2c1: Pushed 20:54:35 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:35 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:36 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 20:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:54:36 432328dde89d: Preparing 20:54:36 8634917ad2c1: Preparing 20:54:36 3b395d893a39: Preparing 20:54:36 34511afc98a0: Preparing 20:54:36 e5e13b0c77cb: Preparing 20:54:36 3b395d893a39: Layer already exists 20:54:36 432328dde89d: Layer already exists 20:54:36 e5e13b0c77cb: Layer already exists 20:54:36 34511afc98a0: Layer already exists 20:54:36 8634917ad2c1: Layer already exists 20:54:36 latest: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:36 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:36 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 20:54:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:54:36 432328dde89d: Preparing 20:54:36 8634917ad2c1: Preparing 20:54:36 3b395d893a39: Preparing 20:54:36 34511afc98a0: Preparing 20:54:36 e5e13b0c77cb: Preparing 20:54:36 34511afc98a0: Layer already exists 20:54:36 8634917ad2c1: Layer already exists 20:54:36 3b395d893a39: Layer already exists 20:54:36 e5e13b0c77cb: Layer already exists 20:54:36 432328dde89d: Layer already exists 20:54:36 3.0.0-dev.15: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:37 + docker push nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:54:37 432328dde89d: Preparing 20:54:37 8634917ad2c1: Preparing 20:54:37 3b395d893a39: Preparing 20:54:37 34511afc98a0: Preparing 20:54:37 e5e13b0c77cb: Preparing 20:54:37 432328dde89d: Layer already exists 20:54:37 3b395d893a39: Layer already exists 20:54:37 8634917ad2c1: Layer already exists 20:54:37 e5e13b0c77cb: Layer already exists 20:54:37 34511afc98a0: Layer already exists 20:54:37 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:37 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:38 + docker push nexus3.edgexfoundry.org:10004/core-data:main 20:54:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:54:38 432328dde89d: Preparing 20:54:38 8634917ad2c1: Preparing 20:54:38 3b395d893a39: Preparing 20:54:38 34511afc98a0: Preparing 20:54:38 e5e13b0c77cb: Preparing 20:54:38 3b395d893a39: Layer already exists 20:54:38 432328dde89d: Layer already exists 20:54:38 8634917ad2c1: Layer already exists 20:54:38 34511afc98a0: Layer already exists 20:54:38 e5e13b0c77cb: Layer already exists 20:54:38 main: digest: sha256:efaa3a4ed29f96c4171a49d655d1266a6fc4aa9d867d68098ae6e208b32f0085 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:38 ===================================================== [Pipeline] echo 20:54:38 taggedImages: 20:54:38 - nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:38 - nexus3.edgexfoundry.org:10004/core-data:latest 20:54:38 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.15 20:54:38 - nexus3.edgexfoundry.org:10004/core-data:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:38 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 20:54:38 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 20:54:38 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:38 latest 20:54:38 3.0.0-dev.15 20:54:38 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:38 main 20:54:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:38 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:39 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:54:39 d6a8d0651dae: Preparing 20:54:39 c46e1ebd37c5: Preparing 20:54:39 8dc48a87c764: Preparing 20:54:39 3b395d893a39: Preparing 20:54:39 4308191f2b30: Preparing 20:54:39 e5e13b0c77cb: Preparing 20:54:39 e5e13b0c77cb: Waiting 20:54:39 3b395d893a39: Layer already exists 20:54:39 e5e13b0c77cb: Layer already exists 20:54:39 d6a8d0651dae: Pushed 20:54:39 4308191f2b30: Pushed 20:54:39 c46e1ebd37c5: Pushed 20:54:40 8dc48a87c764: Pushed 20:54:40 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:41 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 20:54:41 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:54:41 d6a8d0651dae: Preparing 20:54:41 c46e1ebd37c5: Preparing 20:54:41 8dc48a87c764: Preparing 20:54:41 3b395d893a39: Preparing 20:54:41 4308191f2b30: Preparing 20:54:41 e5e13b0c77cb: Preparing 20:54:41 e5e13b0c77cb: Waiting 20:54:41 8dc48a87c764: Layer already exists 20:54:41 d6a8d0651dae: Layer already exists 20:54:41 c46e1ebd37c5: Layer already exists 20:54:41 4308191f2b30: Layer already exists 20:54:41 3b395d893a39: Layer already exists 20:54:41 e5e13b0c77cb: Layer already exists 20:54:41 latest: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:41 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 20:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:54:42 d6a8d0651dae: Preparing 20:54:42 c46e1ebd37c5: Preparing 20:54:42 8dc48a87c764: Preparing 20:54:42 3b395d893a39: Preparing 20:54:42 4308191f2b30: Preparing 20:54:42 e5e13b0c77cb: Preparing 20:54:42 e5e13b0c77cb: Waiting 20:54:42 4308191f2b30: Layer already exists 20:54:42 3b395d893a39: Layer already exists 20:54:42 c46e1ebd37c5: Layer already exists 20:54:42 d6a8d0651dae: Layer already exists 20:54:42 8dc48a87c764: Layer already exists 20:54:42 e5e13b0c77cb: Layer already exists 20:54:42 3.0.0-dev.15: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:42 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:54:42 d6a8d0651dae: Preparing 20:54:42 c46e1ebd37c5: Preparing 20:54:42 8dc48a87c764: Preparing 20:54:42 3b395d893a39: Preparing 20:54:42 4308191f2b30: Preparing 20:54:42 e5e13b0c77cb: Preparing 20:54:42 8dc48a87c764: Layer already exists 20:54:42 d6a8d0651dae: Layer already exists 20:54:42 4308191f2b30: Layer already exists 20:54:42 3b395d893a39: Layer already exists 20:54:42 c46e1ebd37c5: Layer already exists 20:54:42 e5e13b0c77cb: Layer already exists 20:54:42 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:43 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 20:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:54:43 d6a8d0651dae: Preparing 20:54:43 c46e1ebd37c5: Preparing 20:54:43 8dc48a87c764: Preparing 20:54:43 3b395d893a39: Preparing 20:54:43 4308191f2b30: Preparing 20:54:43 e5e13b0c77cb: Preparing 20:54:43 e5e13b0c77cb: Waiting 20:54:43 c46e1ebd37c5: Layer already exists 20:54:43 4308191f2b30: Layer already exists 20:54:43 3b395d893a39: Layer already exists 20:54:43 d6a8d0651dae: Layer already exists 20:54:43 8dc48a87c764: Layer already exists 20:54:43 e5e13b0c77cb: Layer already exists 20:54:43 main: digest: sha256:d05bdb6f466375eec377d0e631ed9fb96637e7255883621a3b710235cb35189a size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:43 ===================================================== [Pipeline] echo 20:54:43 taggedImages: 20:54:43 - nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:43 - nexus3.edgexfoundry.org:10004/core-metadata:latest 20:54:43 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.15 20:54:43 - nexus3.edgexfoundry.org:10004/core-metadata:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:43 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 20:54:43 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 20:54:43 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:43 latest 20:54:43 3.0.0-dev.15 20:54:43 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:43 main 20:54:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:43 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:44 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:54:44 c81fd916de2a: Preparing 20:54:44 c81fd916de2a: Preparing 20:54:44 a7f9c6fd5bda: Preparing 20:54:44 615dd275ef2b: Preparing 20:54:44 2a84bc5affa3: Preparing 20:54:44 8da3e1aa857c: Preparing 20:54:44 160b8221eafb: Preparing 20:54:44 3b395d893a39: Preparing 20:54:44 570cc828a20f: Preparing 20:54:44 82f988044361: Preparing 20:54:44 38af66c72dfc: Preparing 20:54:44 0c805c251634: Preparing 20:54:44 e5e13b0c77cb: Preparing 20:54:44 160b8221eafb: Waiting 20:54:44 3b395d893a39: Waiting 20:54:44 570cc828a20f: Waiting 20:54:44 82f988044361: Waiting 20:54:44 e5e13b0c77cb: Waiting 20:54:44 38af66c72dfc: Waiting 20:54:44 0c805c251634: Waiting 20:54:44 c81fd916de2a: Pushed 20:54:44 8da3e1aa857c: Pushed 20:54:44 2a84bc5affa3: Pushed 20:54:44 a7f9c6fd5bda: Pushed 20:54:44 615dd275ef2b: Pushed 20:54:44 3b395d893a39: Layer already exists 20:54:44 0c805c251634: Pushed 20:54:44 570cc828a20f: Pushed 20:54:44 38af66c72dfc: Pushed 20:54:44 e5e13b0c77cb: Layer already exists 20:54:44 82f988044361: Pushed 20:54:46 160b8221eafb: Pushed 20:54:46 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:46 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:54:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:54:46 c81fd916de2a: Preparing 20:54:46 c81fd916de2a: Preparing 20:54:46 a7f9c6fd5bda: Preparing 20:54:46 615dd275ef2b: Preparing 20:54:46 2a84bc5affa3: Preparing 20:54:46 8da3e1aa857c: Preparing 20:54:46 160b8221eafb: Preparing 20:54:46 3b395d893a39: Preparing 20:54:46 570cc828a20f: Preparing 20:54:46 82f988044361: Preparing 20:54:46 38af66c72dfc: Preparing 20:54:46 0c805c251634: Preparing 20:54:46 e5e13b0c77cb: Preparing 20:54:46 160b8221eafb: Waiting 20:54:46 3b395d893a39: Waiting 20:54:46 570cc828a20f: Waiting 20:54:46 82f988044361: Waiting 20:54:46 38af66c72dfc: Waiting 20:54:46 0c805c251634: Waiting 20:54:46 e5e13b0c77cb: Waiting 20:54:46 a7f9c6fd5bda: Layer already exists 20:54:46 615dd275ef2b: Layer already exists 20:54:46 c81fd916de2a: Layer already exists 20:54:46 8da3e1aa857c: Layer already exists 20:54:46 2a84bc5affa3: Layer already exists 20:54:46 160b8221eafb: Layer already exists 20:54:46 3b395d893a39: Layer already exists 20:54:46 38af66c72dfc: Layer already exists 20:54:46 82f988044361: Layer already exists 20:54:46 570cc828a20f: Layer already exists 20:54:46 0c805c251634: Layer already exists 20:54:46 e5e13b0c77cb: Layer already exists 20:54:46 latest: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:47 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 20:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:54:47 c81fd916de2a: Preparing 20:54:47 c81fd916de2a: Preparing 20:54:47 a7f9c6fd5bda: Preparing 20:54:47 615dd275ef2b: Preparing 20:54:47 2a84bc5affa3: Preparing 20:54:47 8da3e1aa857c: Preparing 20:54:47 160b8221eafb: Preparing 20:54:47 3b395d893a39: Preparing 20:54:47 570cc828a20f: Preparing 20:54:47 82f988044361: Preparing 20:54:47 38af66c72dfc: Preparing 20:54:47 0c805c251634: Preparing 20:54:47 e5e13b0c77cb: Preparing 20:54:47 3b395d893a39: Waiting 20:54:47 38af66c72dfc: Waiting 20:54:47 570cc828a20f: Waiting 20:54:47 82f988044361: Waiting 20:54:47 0c805c251634: Waiting 20:54:47 e5e13b0c77cb: Waiting 20:54:47 c81fd916de2a: Layer already exists 20:54:47 8da3e1aa857c: Layer already exists 20:54:47 2a84bc5affa3: Layer already exists 20:54:47 a7f9c6fd5bda: Layer already exists 20:54:47 615dd275ef2b: Layer already exists 20:54:47 3b395d893a39: Layer already exists 20:54:47 160b8221eafb: Layer already exists 20:54:47 570cc828a20f: Layer already exists 20:54:47 38af66c72dfc: Layer already exists 20:54:47 82f988044361: Layer already exists 20:54:47 0c805c251634: Layer already exists 20:54:47 e5e13b0c77cb: Layer already exists 20:54:47 3.0.0-dev.15: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:47 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:54:48 c81fd916de2a: Preparing 20:54:48 c81fd916de2a: Preparing 20:54:48 a7f9c6fd5bda: Preparing 20:54:48 615dd275ef2b: Preparing 20:54:48 2a84bc5affa3: Preparing 20:54:48 8da3e1aa857c: Preparing 20:54:48 160b8221eafb: Preparing 20:54:48 3b395d893a39: Preparing 20:54:48 570cc828a20f: Preparing 20:54:48 82f988044361: Preparing 20:54:48 38af66c72dfc: Preparing 20:54:48 0c805c251634: Preparing 20:54:48 e5e13b0c77cb: Preparing 20:54:48 570cc828a20f: Waiting 20:54:48 3b395d893a39: Waiting 20:54:48 e5e13b0c77cb: Waiting 20:54:48 82f988044361: Waiting 20:54:48 38af66c72dfc: Waiting 20:54:48 0c805c251634: Waiting 20:54:48 160b8221eafb: Waiting 20:54:48 2a84bc5affa3: Layer already exists 20:54:48 615dd275ef2b: Layer already exists 20:54:48 c81fd916de2a: Layer already exists 20:54:48 8da3e1aa857c: Layer already exists 20:54:48 a7f9c6fd5bda: Layer already exists 20:54:48 160b8221eafb: Layer already exists 20:54:48 3b395d893a39: Layer already exists 20:54:48 38af66c72dfc: Layer already exists 20:54:48 570cc828a20f: Layer already exists 20:54:48 82f988044361: Layer already exists 20:54:48 0c805c251634: Layer already exists 20:54:48 e5e13b0c77cb: Layer already exists 20:54:48 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:48 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:48 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 20:54:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:54:48 c81fd916de2a: Preparing 20:54:48 c81fd916de2a: Preparing 20:54:48 a7f9c6fd5bda: Preparing 20:54:48 615dd275ef2b: Preparing 20:54:48 2a84bc5affa3: Preparing 20:54:48 8da3e1aa857c: Preparing 20:54:48 160b8221eafb: Preparing 20:54:48 3b395d893a39: Preparing 20:54:48 570cc828a20f: Preparing 20:54:48 82f988044361: Preparing 20:54:48 38af66c72dfc: Preparing 20:54:48 0c805c251634: Preparing 20:54:48 e5e13b0c77cb: Preparing 20:54:48 3b395d893a39: Waiting 20:54:48 570cc828a20f: Waiting 20:54:48 82f988044361: Waiting 20:54:48 38af66c72dfc: Waiting 20:54:48 0c805c251634: Waiting 20:54:48 e5e13b0c77cb: Waiting 20:54:48 160b8221eafb: Waiting 20:54:48 615dd275ef2b: Layer already exists 20:54:48 c81fd916de2a: Layer already exists 20:54:48 a7f9c6fd5bda: Layer already exists 20:54:48 2a84bc5affa3: Layer already exists 20:54:48 8da3e1aa857c: Layer already exists 20:54:48 160b8221eafb: Layer already exists 20:54:48 3b395d893a39: Layer already exists 20:54:48 570cc828a20f: Layer already exists 20:54:48 82f988044361: Layer already exists 20:54:48 38af66c72dfc: Layer already exists 20:54:48 0c805c251634: Layer already exists 20:54:48 e5e13b0c77cb: Layer already exists 20:54:48 main: digest: sha256:3b1d14c042dd92609a7c578a782f1c2f1308263631520809fb613c9834897b65 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:48 ===================================================== [Pipeline] echo 20:54:48 taggedImages: 20:54:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:54:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.15 20:54:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:48 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 20:54:48 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 20:54:48 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:48 latest 20:54:48 3.0.0-dev.15 20:54:48 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:48 main 20:54:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:49 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:49 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:54:49 e2d9b0718c1e: Preparing 20:54:49 ab076cb11d09: Preparing 20:54:49 e700d4748391: Preparing 20:54:49 5b3cd9333d3e: Preparing 20:54:49 9c6e9e5f98a2: Preparing 20:54:49 988c3544b5d0: Preparing 20:54:49 7d92096d9e20: Preparing 20:54:49 e5e13b0c77cb: Preparing 20:54:49 e5e13b0c77cb: Waiting 20:54:49 988c3544b5d0: Waiting 20:54:49 ab076cb11d09: Pushed 20:54:49 e2d9b0718c1e: Pushed 20:54:49 9c6e9e5f98a2: Pushed 20:54:49 e5e13b0c77cb: Layer already exists 20:54:49 988c3544b5d0: Pushed 20:54:49 7d92096d9e20: Pushed 20:54:50 e700d4748391: Pushed 20:54:50 5b3cd9333d3e: Pushed 20:54:50 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:54:51 e2d9b0718c1e: Preparing 20:54:51 ab076cb11d09: Preparing 20:54:51 e700d4748391: Preparing 20:54:51 5b3cd9333d3e: Preparing 20:54:51 9c6e9e5f98a2: Preparing 20:54:51 988c3544b5d0: Preparing 20:54:51 7d92096d9e20: Preparing 20:54:51 e5e13b0c77cb: Preparing 20:54:51 988c3544b5d0: Waiting 20:54:51 7d92096d9e20: Waiting 20:54:51 e5e13b0c77cb: Waiting 20:54:51 ab076cb11d09: Layer already exists 20:54:51 e700d4748391: Layer already exists 20:54:51 9c6e9e5f98a2: Layer already exists 20:54:51 5b3cd9333d3e: Layer already exists 20:54:51 e2d9b0718c1e: Layer already exists 20:54:51 988c3544b5d0: Layer already exists 20:54:51 7d92096d9e20: Layer already exists 20:54:51 e5e13b0c77cb: Layer already exists 20:54:51 latest: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:51 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:51 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 20:54:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:54:51 e2d9b0718c1e: Preparing 20:54:51 ab076cb11d09: Preparing 20:54:51 e700d4748391: Preparing 20:54:51 5b3cd9333d3e: Preparing 20:54:51 9c6e9e5f98a2: Preparing 20:54:51 988c3544b5d0: Preparing 20:54:51 7d92096d9e20: Preparing 20:54:51 e5e13b0c77cb: Preparing 20:54:51 988c3544b5d0: Waiting 20:54:51 7d92096d9e20: Waiting 20:54:51 e5e13b0c77cb: Waiting 20:54:51 5b3cd9333d3e: Layer already exists 20:54:51 9c6e9e5f98a2: Layer already exists 20:54:51 ab076cb11d09: Layer already exists 20:54:51 e700d4748391: Layer already exists 20:54:51 e2d9b0718c1e: Layer already exists 20:54:51 988c3544b5d0: Layer already exists 20:54:51 7d92096d9e20: Layer already exists 20:54:51 e5e13b0c77cb: Layer already exists 20:54:51 3.0.0-dev.15: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:52 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:54:52 e2d9b0718c1e: Preparing 20:54:52 ab076cb11d09: Preparing 20:54:52 e700d4748391: Preparing 20:54:52 5b3cd9333d3e: Preparing 20:54:52 9c6e9e5f98a2: Preparing 20:54:52 988c3544b5d0: Preparing 20:54:52 7d92096d9e20: Preparing 20:54:52 e5e13b0c77cb: Preparing 20:54:52 e5e13b0c77cb: Waiting 20:54:52 988c3544b5d0: Waiting 20:54:52 7d92096d9e20: Waiting 20:54:52 e700d4748391: Layer already exists 20:54:52 e2d9b0718c1e: Layer already exists 20:54:52 5b3cd9333d3e: Layer already exists 20:54:52 9c6e9e5f98a2: Layer already exists 20:54:52 ab076cb11d09: Layer already exists 20:54:52 988c3544b5d0: Layer already exists 20:54:52 7d92096d9e20: Layer already exists 20:54:52 e5e13b0c77cb: Layer already exists 20:54:52 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:52 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:53 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 20:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:54:53 e2d9b0718c1e: Preparing 20:54:53 ab076cb11d09: Preparing 20:54:53 e700d4748391: Preparing 20:54:53 5b3cd9333d3e: Preparing 20:54:53 9c6e9e5f98a2: Preparing 20:54:53 988c3544b5d0: Preparing 20:54:53 7d92096d9e20: Preparing 20:54:53 e5e13b0c77cb: Preparing 20:54:53 e5e13b0c77cb: Waiting 20:54:53 988c3544b5d0: Waiting 20:54:53 7d92096d9e20: Waiting 20:54:53 e700d4748391: Layer already exists 20:54:53 9c6e9e5f98a2: Layer already exists 20:54:53 e2d9b0718c1e: Layer already exists 20:54:53 5b3cd9333d3e: Layer already exists 20:54:53 ab076cb11d09: Layer already exists 20:54:53 7d92096d9e20: Layer already exists 20:54:53 988c3544b5d0: Layer already exists 20:54:53 e5e13b0c77cb: Layer already exists 20:54:53 main: digest: sha256:c195fbf1998e17f3e09d2ae6f2278f64dd7805c4adf4bd46049d2c0691add9a4 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:53 ===================================================== [Pipeline] echo 20:54:53 taggedImages: 20:54:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:54:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.15 20:54:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:53 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 20:54:53 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 20:54:53 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:53 latest 20:54:53 3.0.0-dev.15 20:54:53 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:53 main 20:54:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:53 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:54:53 b0b2484a0c87: Preparing 20:54:53 2301303d9d15: Preparing 20:54:53 c94a47b21577: Preparing 20:54:53 90a4f8eaa0b9: Preparing 20:54:53 dbf9d287231d: Preparing 20:54:53 f95d9c2995f4: Preparing 20:54:53 2d9ed34ca338: Preparing 20:54:53 a778ddfb12b3: Preparing 20:54:53 dae478ab59b6: Preparing 20:54:53 e5e13b0c77cb: Preparing 20:54:53 f95d9c2995f4: Waiting 20:54:53 2d9ed34ca338: Waiting 20:54:53 a778ddfb12b3: Waiting 20:54:53 dae478ab59b6: Waiting 20:54:53 e5e13b0c77cb: Waiting 20:54:53 2301303d9d15: Pushed 20:54:53 b0b2484a0c87: Pushed 20:54:53 dbf9d287231d: Pushed 20:54:54 f95d9c2995f4: Pushed 20:54:54 a778ddfb12b3: Pushed 20:54:54 2d9ed34ca338: Pushed 20:54:54 e5e13b0c77cb: Layer already exists 20:54:54 dae478ab59b6: Pushed 20:54:55 90a4f8eaa0b9: Pushed 20:54:55 c94a47b21577: Pushed 20:54:55 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:55 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:54:56 b0b2484a0c87: Preparing 20:54:56 2301303d9d15: Preparing 20:54:56 c94a47b21577: Preparing 20:54:56 90a4f8eaa0b9: Preparing 20:54:56 dbf9d287231d: Preparing 20:54:56 f95d9c2995f4: Preparing 20:54:56 2d9ed34ca338: Preparing 20:54:56 a778ddfb12b3: Preparing 20:54:56 dae478ab59b6: Preparing 20:54:56 e5e13b0c77cb: Preparing 20:54:56 2d9ed34ca338: Waiting 20:54:56 dae478ab59b6: Waiting 20:54:56 f95d9c2995f4: Waiting 20:54:56 a778ddfb12b3: Waiting 20:54:56 e5e13b0c77cb: Waiting 20:54:56 dbf9d287231d: Layer already exists 20:54:56 b0b2484a0c87: Layer already exists 20:54:56 90a4f8eaa0b9: Layer already exists 20:54:56 2301303d9d15: Layer already exists 20:54:56 c94a47b21577: Layer already exists 20:54:56 f95d9c2995f4: Layer already exists 20:54:56 2d9ed34ca338: Layer already exists 20:54:56 a778ddfb12b3: Layer already exists 20:54:56 dae478ab59b6: Layer already exists 20:54:56 e5e13b0c77cb: Layer already exists 20:54:56 latest: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:56 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:56 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 20:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:54:56 b0b2484a0c87: Preparing 20:54:56 2301303d9d15: Preparing 20:54:56 c94a47b21577: Preparing 20:54:56 90a4f8eaa0b9: Preparing 20:54:56 dbf9d287231d: Preparing 20:54:56 f95d9c2995f4: Preparing 20:54:56 2d9ed34ca338: Preparing 20:54:56 a778ddfb12b3: Preparing 20:54:56 dae478ab59b6: Preparing 20:54:56 e5e13b0c77cb: Preparing 20:54:56 a778ddfb12b3: Waiting 20:54:56 dae478ab59b6: Waiting 20:54:56 2d9ed34ca338: Waiting 20:54:56 e5e13b0c77cb: Waiting 20:54:56 f95d9c2995f4: Waiting 20:54:56 dbf9d287231d: Layer already exists 20:54:56 b0b2484a0c87: Layer already exists 20:54:56 2301303d9d15: Layer already exists 20:54:56 90a4f8eaa0b9: Layer already exists 20:54:56 c94a47b21577: Layer already exists 20:54:56 f95d9c2995f4: Layer already exists 20:54:56 2d9ed34ca338: Layer already exists 20:54:56 dae478ab59b6: Layer already exists 20:54:56 a778ddfb12b3: Layer already exists 20:54:56 e5e13b0c77cb: Layer already exists 20:54:56 3.0.0-dev.15: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:57 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:54:57 b0b2484a0c87: Preparing 20:54:57 2301303d9d15: Preparing 20:54:57 c94a47b21577: Preparing 20:54:57 90a4f8eaa0b9: Preparing 20:54:57 dbf9d287231d: Preparing 20:54:57 f95d9c2995f4: Preparing 20:54:57 2d9ed34ca338: Preparing 20:54:57 a778ddfb12b3: Preparing 20:54:57 dae478ab59b6: Preparing 20:54:57 e5e13b0c77cb: Preparing 20:54:57 f95d9c2995f4: Waiting 20:54:57 2d9ed34ca338: Waiting 20:54:57 a778ddfb12b3: Waiting 20:54:57 dae478ab59b6: Waiting 20:54:57 e5e13b0c77cb: Waiting 20:54:57 c94a47b21577: Layer already exists 20:54:57 2301303d9d15: Layer already exists 20:54:57 b0b2484a0c87: Layer already exists 20:54:57 dbf9d287231d: Layer already exists 20:54:57 90a4f8eaa0b9: Layer already exists 20:54:57 a778ddfb12b3: Layer already exists 20:54:57 f95d9c2995f4: Layer already exists 20:54:57 2d9ed34ca338: Layer already exists 20:54:57 dae478ab59b6: Layer already exists 20:54:57 e5e13b0c77cb: Layer already exists 20:54:57 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:57 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:58 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 20:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:54:58 b0b2484a0c87: Preparing 20:54:58 2301303d9d15: Preparing 20:54:58 c94a47b21577: Preparing 20:54:58 90a4f8eaa0b9: Preparing 20:54:58 dbf9d287231d: Preparing 20:54:58 f95d9c2995f4: Preparing 20:54:58 2d9ed34ca338: Preparing 20:54:58 a778ddfb12b3: Preparing 20:54:58 dae478ab59b6: Preparing 20:54:58 e5e13b0c77cb: Preparing 20:54:58 f95d9c2995f4: Waiting 20:54:58 dae478ab59b6: Waiting 20:54:58 e5e13b0c77cb: Waiting 20:54:58 2d9ed34ca338: Waiting 20:54:58 a778ddfb12b3: Waiting 20:54:58 2301303d9d15: Layer already exists 20:54:58 b0b2484a0c87: Layer already exists 20:54:58 dbf9d287231d: Layer already exists 20:54:58 c94a47b21577: Layer already exists 20:54:58 90a4f8eaa0b9: Layer already exists 20:54:58 f95d9c2995f4: Layer already exists 20:54:58 a778ddfb12b3: Layer already exists 20:54:58 2d9ed34ca338: Layer already exists 20:54:58 e5e13b0c77cb: Layer already exists 20:54:58 dae478ab59b6: Layer already exists 20:54:58 main: digest: sha256:f6b334d4ef996993ad8b7d95fa9bd7a230125db882315eba6f27f9b1203618df size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:54:58 ===================================================== [Pipeline] echo 20:54:58 taggedImages: 20:54:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:54:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.15 20:54:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:58 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 20:54:58 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 20:54:58 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:58 latest 20:54:58 3.0.0-dev.15 20:54:58 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:54:58 main 20:54:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:58 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:54:58 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:54:58 cc34c49e0dca: Preparing 20:54:58 7e16a97a3f29: Preparing 20:54:58 3b395d893a39: Preparing 20:54:58 8200fa689b43: Preparing 20:54:58 34d5ebaa5410: Preparing 20:54:58 34d5ebaa5410: Layer already exists 20:54:58 cc34c49e0dca: Pushed 20:54:59 3b395d893a39: Layer already exists 20:54:59 8200fa689b43: Pushed 20:55:00 7e16a97a3f29: Pushed 20:55:00 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:01 + 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 20:55:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:55:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:55:01 cc34c49e0dca: Preparing 20:55:01 7e16a97a3f29: Preparing 20:55:01 3b395d893a39: Preparing 20:55:01 8200fa689b43: Preparing 20:55:01 34d5ebaa5410: Preparing 20:55:01 3b395d893a39: Layer already exists 20:55:01 34d5ebaa5410: Layer already exists 20:55:01 8200fa689b43: Layer already exists 20:55:01 7e16a97a3f29: Layer already exists 20:55:01 cc34c49e0dca: Layer already exists 20:55:01 latest: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:01 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 20:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:55:02 cc34c49e0dca: Preparing 20:55:02 7e16a97a3f29: Preparing 20:55:02 3b395d893a39: Preparing 20:55:02 8200fa689b43: Preparing 20:55:02 34d5ebaa5410: Preparing 20:55:02 8200fa689b43: Layer already exists 20:55:02 7e16a97a3f29: Layer already exists 20:55:02 34d5ebaa5410: Layer already exists 20:55:02 cc34c49e0dca: Layer already exists 20:55:02 3b395d893a39: Layer already exists 20:55:02 3.0.0-dev.15: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:02 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:02 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:55:02 cc34c49e0dca: Preparing 20:55:02 7e16a97a3f29: Preparing 20:55:02 3b395d893a39: Preparing 20:55:02 8200fa689b43: Preparing 20:55:02 34d5ebaa5410: Preparing 20:55:02 3b395d893a39: Layer already exists 20:55:02 7e16a97a3f29: Layer already exists 20:55:02 cc34c49e0dca: Layer already exists 20:55:02 34d5ebaa5410: Layer already exists 20:55:02 8200fa689b43: Layer already exists 20:55:02 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:03 + 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 20:55:03 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 20:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:55:03 cc34c49e0dca: Preparing 20:55:03 7e16a97a3f29: Preparing 20:55:03 3b395d893a39: Preparing 20:55:03 8200fa689b43: Preparing 20:55:03 34d5ebaa5410: Preparing 20:55:03 7e16a97a3f29: Layer already exists 20:55:03 3b395d893a39: Layer already exists 20:55:03 34d5ebaa5410: Layer already exists 20:55:03 cc34c49e0dca: Layer already exists 20:55:03 8200fa689b43: Layer already exists 20:55:03 main: digest: sha256:441accf8ab5df5387d411e412cd2e88d9263affe5aafde644b9c34be1c295fc8 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:03 ===================================================== [Pipeline] echo 20:55:03 taggedImages: 20:55:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:55:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.15 20:55:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:03 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 20:55:03 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 20:55:03 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:03 latest 20:55:03 3.0.0-dev.15 20:55:03 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:03 main 20:55:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:03 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:55:04 9220d2ca8b1b: Preparing 20:55:04 c7d5ef95cbe4: Preparing 20:55:04 8b6459abf43b: Preparing 20:55:04 abf6927f5e9f: Preparing 20:55:04 95145b5bef91: Preparing 20:55:04 58156f77b7a2: Preparing 20:55:04 34d5ebaa5410: Preparing 20:55:04 58156f77b7a2: Waiting 20:55:04 34d5ebaa5410: Waiting 20:55:04 9220d2ca8b1b: Pushed 20:55:04 c7d5ef95cbe4: Pushed 20:55:04 8b6459abf43b: Pushed 20:55:04 34d5ebaa5410: Layer already exists 20:55:04 58156f77b7a2: Pushed 20:55:07 95145b5bef91: Pushed 20:55:11 abf6927f5e9f: Pushed 20:55:11 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:11 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:55:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:55:11 9220d2ca8b1b: Preparing 20:55:11 c7d5ef95cbe4: Preparing 20:55:11 8b6459abf43b: Preparing 20:55:11 abf6927f5e9f: Preparing 20:55:11 95145b5bef91: Preparing 20:55:11 58156f77b7a2: Preparing 20:55:11 34d5ebaa5410: Preparing 20:55:11 58156f77b7a2: Waiting 20:55:11 34d5ebaa5410: Waiting 20:55:11 9220d2ca8b1b: Layer already exists 20:55:11 abf6927f5e9f: Layer already exists 20:55:11 8b6459abf43b: Layer already exists 20:55:11 c7d5ef95cbe4: Layer already exists 20:55:11 95145b5bef91: Layer already exists 20:55:11 34d5ebaa5410: Layer already exists 20:55:11 58156f77b7a2: Layer already exists 20:55:11 latest: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 20:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:55:12 9220d2ca8b1b: Preparing 20:55:12 c7d5ef95cbe4: Preparing 20:55:12 8b6459abf43b: Preparing 20:55:12 abf6927f5e9f: Preparing 20:55:12 95145b5bef91: Preparing 20:55:12 58156f77b7a2: Preparing 20:55:12 34d5ebaa5410: Preparing 20:55:12 58156f77b7a2: Waiting 20:55:12 34d5ebaa5410: Waiting 20:55:12 95145b5bef91: Layer already exists 20:55:12 abf6927f5e9f: Layer already exists 20:55:12 c7d5ef95cbe4: Layer already exists 20:55:12 8b6459abf43b: Layer already exists 20:55:12 9220d2ca8b1b: Layer already exists 20:55:12 58156f77b7a2: Layer already exists 20:55:12 34d5ebaa5410: Layer already exists 20:55:12 3.0.0-dev.15: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:12 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:12 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:55:12 9220d2ca8b1b: Preparing 20:55:12 c7d5ef95cbe4: Preparing 20:55:12 8b6459abf43b: Preparing 20:55:12 abf6927f5e9f: Preparing 20:55:12 95145b5bef91: Preparing 20:55:12 58156f77b7a2: Preparing 20:55:12 34d5ebaa5410: Preparing 20:55:12 58156f77b7a2: Waiting 20:55:12 34d5ebaa5410: Waiting 20:55:12 c7d5ef95cbe4: Layer already exists 20:55:12 abf6927f5e9f: Layer already exists 20:55:12 9220d2ca8b1b: Layer already exists 20:55:12 8b6459abf43b: Layer already exists 20:55:12 95145b5bef91: Layer already exists 20:55:12 58156f77b7a2: Layer already exists 20:55:12 34d5ebaa5410: Layer already exists 20:55:12 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:13 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:13 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 20:55:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:55:13 9220d2ca8b1b: Preparing 20:55:13 c7d5ef95cbe4: Preparing 20:55:13 8b6459abf43b: Preparing 20:55:13 abf6927f5e9f: Preparing 20:55:13 95145b5bef91: Preparing 20:55:13 58156f77b7a2: Preparing 20:55:13 34d5ebaa5410: Preparing 20:55:13 58156f77b7a2: Waiting 20:55:13 34d5ebaa5410: Waiting 20:55:13 abf6927f5e9f: Layer already exists 20:55:13 95145b5bef91: Layer already exists 20:55:13 8b6459abf43b: Layer already exists 20:55:13 9220d2ca8b1b: Layer already exists 20:55:13 c7d5ef95cbe4: Layer already exists 20:55:13 58156f77b7a2: Layer already exists 20:55:13 34d5ebaa5410: Layer already exists 20:55:13 main: digest: sha256:ae08d1a249db9f82d909896e112da5b9042c27bc8414f02d144e0de7e198904c size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:13 ===================================================== [Pipeline] echo 20:55:13 taggedImages: 20:55:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:55:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.15 20:55:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:13 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 20:55:13 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 20:55:13 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:13 latest 20:55:13 3.0.0-dev.15 20:55:13 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:13 main 20:55:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:14 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:14 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:55:14 dec6707b0b02: Preparing 20:55:14 fec041d0344d: Preparing 20:55:14 be53cb871e8d: Preparing 20:55:14 e273a44b8657: Preparing 20:55:14 77769cbb300c: Preparing 20:55:14 34d5ebaa5410: Preparing 20:55:14 34d5ebaa5410: Waiting 20:55:14 be53cb871e8d: Pushed 20:55:14 dec6707b0b02: Pushed 20:55:14 fec041d0344d: Pushed 20:55:14 34d5ebaa5410: Layer already exists 20:55:14 77769cbb300c: Pushed 20:55:22 e273a44b8657: Pushed 20:55:22 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:55:23 dec6707b0b02: Preparing 20:55:23 fec041d0344d: Preparing 20:55:23 be53cb871e8d: Preparing 20:55:23 e273a44b8657: Preparing 20:55:23 77769cbb300c: Preparing 20:55:23 34d5ebaa5410: Preparing 20:55:23 34d5ebaa5410: Waiting 20:55:23 be53cb871e8d: Layer already exists 20:55:23 fec041d0344d: Layer already exists 20:55:23 e273a44b8657: Layer already exists 20:55:23 dec6707b0b02: Layer already exists 20:55:23 77769cbb300c: Layer already exists 20:55:23 34d5ebaa5410: Layer already exists 20:55:23 latest: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:23 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:23 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 20:55:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:55:23 dec6707b0b02: Preparing 20:55:23 fec041d0344d: Preparing 20:55:23 be53cb871e8d: Preparing 20:55:23 e273a44b8657: Preparing 20:55:23 77769cbb300c: Preparing 20:55:23 34d5ebaa5410: Preparing 20:55:23 34d5ebaa5410: Waiting 20:55:23 fec041d0344d: Layer already exists 20:55:23 e273a44b8657: Layer already exists 20:55:23 dec6707b0b02: Layer already exists 20:55:23 be53cb871e8d: Layer already exists 20:55:23 77769cbb300c: Layer already exists 20:55:23 34d5ebaa5410: Layer already exists 20:55:23 3.0.0-dev.15: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:55:24 dec6707b0b02: Preparing 20:55:24 fec041d0344d: Preparing 20:55:24 be53cb871e8d: Preparing 20:55:24 e273a44b8657: Preparing 20:55:24 77769cbb300c: Preparing 20:55:24 34d5ebaa5410: Preparing 20:55:24 34d5ebaa5410: Waiting 20:55:24 e273a44b8657: Layer already exists 20:55:24 77769cbb300c: Layer already exists 20:55:24 dec6707b0b02: Layer already exists 20:55:24 fec041d0344d: Layer already exists 20:55:24 be53cb871e8d: Layer already exists 20:55:24 34d5ebaa5410: Layer already exists 20:55:24 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:24 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 20:55:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:55:25 dec6707b0b02: Preparing 20:55:25 fec041d0344d: Preparing 20:55:25 be53cb871e8d: Preparing 20:55:25 e273a44b8657: Preparing 20:55:25 77769cbb300c: Preparing 20:55:25 34d5ebaa5410: Preparing 20:55:25 34d5ebaa5410: Waiting 20:55:25 fec041d0344d: Layer already exists 20:55:25 dec6707b0b02: Layer already exists 20:55:25 e273a44b8657: Layer already exists 20:55:25 be53cb871e8d: Layer already exists 20:55:25 77769cbb300c: Layer already exists 20:55:25 34d5ebaa5410: Layer already exists 20:55:25 main: digest: sha256:b99568856a9ec97b7224e87558708b4a27edefb4eb35afb8434c53f837c03e7a size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:25 ===================================================== [Pipeline] echo 20:55:25 taggedImages: 20:55:25 - nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:25 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:55:25 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.15 20:55:25 - nexus3.edgexfoundry.org:10004/security-spire-config:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:25 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 20:55:25 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 20:55:25 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:25 latest 20:55:25 3.0.0-dev.15 20:55:25 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:25 main 20:55:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:25 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:25 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:55:25 69d560989367: Preparing 20:55:25 d6c5277a6ec4: Preparing 20:55:25 d589ba225e42: Preparing 20:55:25 b77f64f86db4: Preparing 20:55:25 58156f77b7a2: Preparing 20:55:25 34d5ebaa5410: Preparing 20:55:25 34d5ebaa5410: Waiting 20:55:25 58156f77b7a2: Layer already exists 20:55:25 34d5ebaa5410: Layer already exists 20:55:25 69d560989367: Pushed 20:55:25 d589ba225e42: Pushed 20:55:25 d6c5277a6ec4: Pushed 20:55:33 b77f64f86db4: Pushed 20:55:33 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:34 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:55:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:55:34 69d560989367: Preparing 20:55:34 d6c5277a6ec4: Preparing 20:55:34 d589ba225e42: Preparing 20:55:34 b77f64f86db4: Preparing 20:55:34 58156f77b7a2: Preparing 20:55:34 34d5ebaa5410: Preparing 20:55:34 34d5ebaa5410: Waiting 20:55:34 b77f64f86db4: Layer already exists 20:55:34 69d560989367: Layer already exists 20:55:34 58156f77b7a2: Layer already exists 20:55:34 d6c5277a6ec4: Layer already exists 20:55:34 d589ba225e42: Layer already exists 20:55:34 34d5ebaa5410: Layer already exists 20:55:34 latest: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:34 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 20:55:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:55:35 69d560989367: Preparing 20:55:35 d6c5277a6ec4: Preparing 20:55:35 d589ba225e42: Preparing 20:55:35 b77f64f86db4: Preparing 20:55:35 58156f77b7a2: Preparing 20:55:35 34d5ebaa5410: Preparing 20:55:35 58156f77b7a2: Layer already exists 20:55:35 69d560989367: Layer already exists 20:55:35 b77f64f86db4: Layer already exists 20:55:35 d589ba225e42: Layer already exists 20:55:35 d6c5277a6ec4: Layer already exists 20:55:35 34d5ebaa5410: Layer already exists 20:55:35 3.0.0-dev.15: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:35 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:55:35 69d560989367: Preparing 20:55:35 d6c5277a6ec4: Preparing 20:55:35 d589ba225e42: Preparing 20:55:35 b77f64f86db4: Preparing 20:55:35 58156f77b7a2: Preparing 20:55:35 34d5ebaa5410: Preparing 20:55:35 34d5ebaa5410: Waiting 20:55:35 b77f64f86db4: Layer already exists 20:55:35 d6c5277a6ec4: Layer already exists 20:55:35 d589ba225e42: Layer already exists 20:55:35 58156f77b7a2: Layer already exists 20:55:35 69d560989367: Layer already exists 20:55:35 34d5ebaa5410: Layer already exists 20:55:35 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:35 Removing intermediate container 528c439b3097 20:55:35 ---> ac6961f98955 20:55:35 Step 8/22 : COPY . . 20:55:35 Removing intermediate container 2a9af2b5c990 20:55:35 ---> 75fbe3467964 20:55:35 Step 7/21 : COPY . . 20:55:35 Removing intermediate container 9821eee8fe4a 20:55:35 ---> cb904e5fd90c 20:55:35 Step 8/23 : COPY . . 20:55:35 Removing intermediate container 5307027d30d8 20:55:35 ---> 4a09313648e3 20:55:35 Step 8/22 : COPY . . 20:55:35 Removing intermediate container 8b0b93431d9e 20:55:35 ---> 8a39045dfefe 20:55:35 Step 7/24 : COPY . . 20:55:35 ---> a17b23510259 20:55:35 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:55:35 ---> Running in 14452d643b39 20:55:35 ---> d56892574309 20:55:35 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:55:35 ---> b0d01dc8e2ab 20:55:35 ---> 535baccd17c9 20:55:35 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:55:35 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:55:35 ---> Running in 85926e091471 20:55:35 ---> Running in 20cc38687500 20:55:35 ---> c39faad058ec 20:55:35 ---> Running in a4d63f0b9f1f 20:55:35 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:55:35 ---> Running in c7a23206aa27 20:55:35 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:55:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:55:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:55:35 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:55:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:55:36 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 20:55:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:55:36 69d560989367: Preparing 20:55:36 d6c5277a6ec4: Preparing 20:55:36 d589ba225e42: Preparing 20:55:36 b77f64f86db4: Preparing 20:55:36 58156f77b7a2: Preparing 20:55:36 34d5ebaa5410: Preparing 20:55:36 34d5ebaa5410: Waiting 20:55:36 69d560989367: Layer already exists 20:55:36 d589ba225e42: Layer already exists 20:55:36 d6c5277a6ec4: Layer already exists 20:55:36 58156f77b7a2: Layer already exists 20:55:36 b77f64f86db4: Layer already exists 20:55:36 34d5ebaa5410: Layer already exists 20:55:36 main: digest: sha256:0c54777c9420f8a717606f7e5a6e178f828ba3d8243917cae1bd277a089e6e6d size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:36 ===================================================== [Pipeline] echo 20:55:36 taggedImages: 20:55:36 - nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:36 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:55:36 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.15 20:55:36 - nexus3.edgexfoundry.org:10004/security-spire-server:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:36 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 20:55:36 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 20:55:36 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:36 latest 20:55:36 3.0.0-dev.15 20:55:36 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:36 main 20:55:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:36 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:37 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:55:37 5f691592d6cc: Preparing 20:55:37 ad9c81e9018b: Preparing 20:55:37 3b395d893a39: Preparing 20:55:37 c16f2c4f1177: Preparing 20:55:37 e5e13b0c77cb: Preparing 20:55:37 3b395d893a39: Layer already exists 20:55:37 e5e13b0c77cb: Layer already exists 20:55:37 5f691592d6cc: Pushed 20:55:37 c16f2c4f1177: Pushed 20:55:40 ad9c81e9018b: Pushed 20:55:40 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:40 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 20:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:55:41 5f691592d6cc: Preparing 20:55:41 ad9c81e9018b: Preparing 20:55:41 3b395d893a39: Preparing 20:55:41 c16f2c4f1177: Preparing 20:55:41 e5e13b0c77cb: Preparing 20:55:41 ad9c81e9018b: Layer already exists 20:55:41 5f691592d6cc: Layer already exists 20:55:41 e5e13b0c77cb: Layer already exists 20:55:41 3b395d893a39: Layer already exists 20:55:41 c16f2c4f1177: Layer already exists 20:55:41 latest: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:41 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 20:55:41 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:55:41 5f691592d6cc: Preparing 20:55:41 ad9c81e9018b: Preparing 20:55:41 3b395d893a39: Preparing 20:55:41 c16f2c4f1177: Preparing 20:55:41 e5e13b0c77cb: Preparing 20:55:41 c16f2c4f1177: Layer already exists 20:55:41 ad9c81e9018b: Layer already exists 20:55:41 5f691592d6cc: Layer already exists 20:55:41 3b395d893a39: Layer already exists 20:55:41 e5e13b0c77cb: Layer already exists 20:55:41 3.0.0-dev.15: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:41 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:55:42 5f691592d6cc: Preparing 20:55:42 ad9c81e9018b: Preparing 20:55:42 3b395d893a39: Preparing 20:55:42 c16f2c4f1177: Preparing 20:55:42 e5e13b0c77cb: Preparing 20:55:42 5f691592d6cc: Layer already exists 20:55:42 3b395d893a39: Layer already exists 20:55:42 e5e13b0c77cb: Layer already exists 20:55:42 c16f2c4f1177: Layer already exists 20:55:42 ad9c81e9018b: Layer already exists 20:55:42 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:42 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:42 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 20:55:42 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:55:42 5f691592d6cc: Preparing 20:55:42 ad9c81e9018b: Preparing 20:55:42 3b395d893a39: Preparing 20:55:42 c16f2c4f1177: Preparing 20:55:42 e5e13b0c77cb: Preparing 20:55:42 5f691592d6cc: Layer already exists 20:55:42 e5e13b0c77cb: Layer already exists 20:55:42 3b395d893a39: Layer already exists 20:55:42 ad9c81e9018b: Layer already exists 20:55:42 c16f2c4f1177: Layer already exists 20:55:42 main: digest: sha256:2c89da40f5e679109c31bac3bd970abe1a8bea58cff8fac245148cf7cef8e37c size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:42 ===================================================== [Pipeline] echo 20:55:42 taggedImages: 20:55:42 - nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:42 - nexus3.edgexfoundry.org:10004/support-notifications:latest 20:55:42 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.15 20:55:42 - nexus3.edgexfoundry.org:10004/support-notifications:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:42 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 20:55:42 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 20:55:42 9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:42 latest 20:55:42 3.0.0-dev.15 20:55:42 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:42 main 20:55:42 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:43 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:43 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:43 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:55:43 bf40d875af1f: Preparing 20:55:43 5f17b03350d3: Preparing 20:55:43 3b395d893a39: Preparing 20:55:43 4308191f2b30: Preparing 20:55:43 e5e13b0c77cb: Preparing 20:55:43 3b395d893a39: Layer already exists 20:55:43 4308191f2b30: Layer already exists 20:55:43 e5e13b0c77cb: Layer already exists 20:55:43 bf40d875af1f: Pushed 20:55:46 5f17b03350d3: Pushed 20:55:46 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:47 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:55:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:55:47 bf40d875af1f: Preparing 20:55:47 5f17b03350d3: Preparing 20:55:47 3b395d893a39: Preparing 20:55:47 4308191f2b30: Preparing 20:55:47 e5e13b0c77cb: Preparing 20:55:47 5f17b03350d3: Layer already exists 20:55:47 3b395d893a39: Layer already exists 20:55:47 e5e13b0c77cb: Layer already exists 20:55:47 bf40d875af1f: Layer already exists 20:55:47 4308191f2b30: Layer already exists 20:55:47 latest: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:47 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 20:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:55:48 bf40d875af1f: Preparing 20:55:48 5f17b03350d3: Preparing 20:55:48 3b395d893a39: Preparing 20:55:48 4308191f2b30: Preparing 20:55:48 e5e13b0c77cb: Preparing 20:55:48 e5e13b0c77cb: Layer already exists 20:55:48 bf40d875af1f: Layer already exists 20:55:48 5f17b03350d3: Layer already exists 20:55:48 4308191f2b30: Layer already exists 20:55:48 3b395d893a39: Layer already exists 20:55:48 3.0.0-dev.15: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:48 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:48 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:55:48 bf40d875af1f: Preparing 20:55:48 5f17b03350d3: Preparing 20:55:48 3b395d893a39: Preparing 20:55:48 4308191f2b30: Preparing 20:55:48 e5e13b0c77cb: Preparing 20:55:48 bf40d875af1f: Layer already exists 20:55:48 5f17b03350d3: Layer already exists 20:55:48 e5e13b0c77cb: Layer already exists 20:55:48 3b395d893a39: Layer already exists 20:55:48 4308191f2b30: Layer already exists 20:55:48 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:49 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:55:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 20:55:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:55:49 bf40d875af1f: Preparing 20:55:49 5f17b03350d3: Preparing 20:55:49 3b395d893a39: Preparing 20:55:49 4308191f2b30: Preparing 20:55:49 e5e13b0c77cb: Preparing 20:55:49 bf40d875af1f: Layer already exists 20:55:49 3b395d893a39: Layer already exists 20:55:49 e5e13b0c77cb: Layer already exists 20:55:49 5f17b03350d3: Layer already exists 20:55:49 4308191f2b30: Layer already exists 20:55:49 main: digest: sha256:6cc450cfe9fa97ed97ea81365b2fb1fa9fb339554181866c33c4400ef9baa8db size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:55:49 ===================================================== [Pipeline] echo 20:55:49 taggedImages: 20:55:49 - nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e 20:55:49 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:55:49 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.15 20:55:49 - nexus3.edgexfoundry.org:10004/support-scheduler:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 20:55:49 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:01:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:01:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:01:42 Removing intermediate container 20cc38687500 21:01:42 ---> ef57cdfbe794 21:01:42 21:01:42 Step 9/21 : FROM alpine:3.16 21:01:42 3.16: Pulling from library/alpine 21:01:42 Removing intermediate container a4d63f0b9f1f 21:01:42 ---> 1486ed7f4739 21:01:42 21:01:42 Step 9/24 : FROM alpine:3.16 21:01:42 3.16: Pulling from library/alpine 21:01:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:01:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 21:01:43 Status: Image is up to date for alpine:3.16 21:01:43 Status: Downloaded newer image for alpine:3.16 21:01:43 ---> 2b4661558fb8 21:01:43 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:01:43 ---> 2b4661558fb8 21:01:43 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:01:43 ---> Running in f730e6dce9cc 21:01:43 ---> Running in 3cd2b41ce68f 21:01:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:01:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:01:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:01:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:01:48 (1/3) Installing ca-certificates (20220614-r0) 21:01:48 (1/6) Installing ca-certificates (20220614-r0) 21:01:48 (2/3) Installing dumb-init (1.2.5-r1) 21:01:48 (3/3) Installing su-exec (0.2-r1) 21:01:48 Executing busybox-1.35.0-r17.trigger 21:01:48 Executing ca-certificates-20220614-r0.trigger 21:01:48 (2/6) Installing brotli-libs (1.0.9-r6) 21:01:48 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:01:48 (4/6) Installing libcurl (7.83.1-r5) 21:01:48 (5/6) Installing curl (7.83.1-r5) 21:01:48 (6/6) Installing dumb-init (1.2.5-r1) 21:01:48 Executing busybox-1.35.0-r17.trigger 21:01:48 Executing ca-certificates-20220614-r0.trigger 21:01:48 OK: 6 MiB in 17 packages 21:01:48 OK: 8 MiB in 20 packages 21:01:52 Removing intermediate container 3cd2b41ce68f 21:01:52 ---> f5a86d3c2f43 21:01:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:01:52 ---> Running in b44f76c6ea91 21:01:52 Removing intermediate container f730e6dce9cc 21:01:52 ---> 3ae1447bad87 21:01:52 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:01:52 ---> Running in 606858d8d1ac 21:01:53 Removing intermediate container b44f76c6ea91 21:01:53 ---> de07d4e6ceb5 21:01:53 Step 12/24 : WORKDIR / 21:01:53 ---> Running in 5e76df56e978 21:01:53 Removing intermediate container 606858d8d1ac 21:01:53 ---> c930e3c7c628 21:01:53 Step 12/21 : WORKDIR /edgex 21:01:53 ---> Running in 9e28f2e3ad10 21:01:54 Removing intermediate container 5e76df56e978 21:01:54 ---> 1ef39a54dd70 21:01:54 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:01:54 Removing intermediate container 9e28f2e3ad10 21:01:54 ---> 78beab0966a3 21:01:54 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:01:56 ---> a4a580022441 21:01:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:01:56 ---> f171b11a0427 21:01:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:01:58 ---> c0bc1c56df97 21:01:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:01:59 ---> 3d676249abe8 21:01:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:01:59 ---> 1bed8a39f351 21:01:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:02:01 ---> 3fb70539aa63 21:02:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:02:03 ---> f5f53e291f6a 21:02:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:02:04 ---> 754217d0c17d 21:02:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:02:05 ---> d675ffee96ee 21:02:05 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:02:05 ---> Running in 7d3e161d29f8 21:02:06 Removing intermediate container c7a23206aa27 21:02:06 ---> 428e035c4d95 21:02:06 21:02:06 Step 10/23 : FROM alpine:3.16 21:02:06 ---> 2b4661558fb8 21:02:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:02:06 ---> Running in 86ff20dcb9f6 21:02:08 ---> b3bdb903180e 21:02:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:02:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:09 ---> b00595ca65f9 21:02:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:02:09 ---> Running in aa1e6ec74cdd 21:02:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:10 Removing intermediate container 7d3e161d29f8 21:02:10 ---> e77a06f23144 21:02:10 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:02:10 ---> Running in 00e3f0141bbd 21:02:10 (1/1) Installing dumb-init (1.2.5-r1) 21:02:10 Executing busybox-1.35.0-r17.trigger 21:02:10 OK: 5 MiB in 15 packages 21:02:11 Removing intermediate container 00e3f0141bbd 21:02:11 ---> 572ebad881c3 21:02:11 Step 19/21 : LABEL arch=arm64 21:02:11 ---> Running in d92e53df3ef4 21:02:12 Removing intermediate container d92e53df3ef4 21:02:12 ---> 69cb9ffc5a35 21:02:12 Step 20/21 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:02:12 ---> Running in 5d14319caaf5 21:02:13 Removing intermediate container 86ff20dcb9f6 21:02:13 ---> ae353066b83f 21:02:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:02:13 ---> Running in df093685c3bc 21:02:13 Removing intermediate container 5d14319caaf5 21:02:13 ---> 2434d278d975 21:02:13 Step 21/21 : LABEL version=3.0.0-dev.15 21:02:13 ---> Running in f657fdc8af6a 21:02:17 Removing intermediate container aa1e6ec74cdd 21:02:17 ---> ecb373a51736 21:02:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:02:17 Removing intermediate container df093685c3bc 21:02:17 ---> 142e15918073 21:02:17 Step 13/23 : ENV APP_PORT=59882 21:02:17 Removing intermediate container f657fdc8af6a 21:02:17 ---> e0bb38aa213c 21:02:17 21:02:17 ---> Running in 3c7e42a58384 21:02:17 ---> Running in 6a57c916166c 21:02:18 Successfully built e0bb38aa213c 21:02:18 Successfully tagged security-proxy-setup-arm64:latest 21:02:18 Building security-spiffe-token-provider 21:02:18  Building security-proxy-setup ... done Removing intermediate container 6a57c916166c 21:02:18 ---> c7d1c4a1d27e 21:02:18 Step 22/24 : LABEL arch=arm64 21:02:18 Removing intermediate container 3c7e42a58384 21:02:18 ---> 2b16c5ba00fe 21:02:18 Step 14/23 : EXPOSE $APP_PORT 21:02:18 ---> Running in 1d0ca646e144 21:02:18 ---> Running in 396d786af33b 21:02:19 Removing intermediate container 1d0ca646e144 21:02:19 ---> 05a35f972c3d 21:02:19 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:02:19 Removing intermediate container 396d786af33b 21:02:19 ---> 2b3842a16030 21:02:19 Step 15/23 : WORKDIR / 21:02:19 ---> Running in 3959a9cf7086 21:02:19 ---> Running in cc495eec652b 21:02:20 Removing intermediate container 3959a9cf7086 21:02:20 ---> 40da1d20f7c3 21:02:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:20 Removing intermediate container cc495eec652b 21:02:20 ---> 92d8277d5f30 21:02:20 Step 24/24 : LABEL version=3.0.0-dev.15 21:02:20 ---> Running in 9a9f77bf014f 21:02:22 Removing intermediate container 9a9f77bf014f 21:02:22 ---> 1ffe0008a61f 21:02:22 21:02:22 Successfully built 1ffe0008a61f 21:02:22 Successfully tagged security-secretstore-setup-arm64:latest 21:02:22  Building security-secretstore-setup ... done Building support-notifications 21:02:22 ---> 208263d71fef 21:02:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:02:22 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:02:22 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:02:22 ---> 2782912ec145 21:02:22 Step 3/19 : WORKDIR /edgex-go 21:02:22 ---> Using cache 21:02:22 ---> 7d97ca687658 21:02:22 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:02:22 ---> Running in 81de301f3eaf 21:02:23 Removing intermediate container 85926e091471 21:02:23 ---> 33d6e6e6f042 21:02:23 21:02:23 Step 10/22 : FROM alpine:3.16 21:02:23 ---> 2b4661558fb8 21:02:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:02:23 ---> Running in 1fbf74330177 21:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:24 Removing intermediate container 1fbf74330177 21:02:24 ---> e40f1c7dfa7c 21:02:24 Step 12/22 : ENV APP_PORT=59880 21:02:25 ---> Running in 5ca4dcc09a3f 21:02:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:25 ---> 643e3359f707 21:02:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:02:25 Removing intermediate container 5ca4dcc09a3f 21:02:25 ---> 0ca02b08fd38 21:02:25 Step 13/22 : EXPOSE $APP_PORT 21:02:25 ---> Running in fffc973f0b9b 21:02:26 v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:02:26 v3.16.3-104-g68a75e0e6d [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:02:26 OK: 16899 distinct packages available 21:02:26 Removing intermediate container fffc973f0b9b 21:02:26 ---> a7b377d2269f 21:02:26 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:02:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:26 ---> Running in 54a74ad70083 21:02:27 ---> a478f96790d8 21:02:27 Step 19/23 : ENTRYPOINT ["/core-command"] 21:02:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:02:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:02:27 ---> 2782912ec145 21:02:27 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:02:27 ---> Using cache 21:02:27 ---> 578781a54676 21:02:27 Step 4/22 : WORKDIR /edgex-go 21:02:27 ---> Using cache 21:02:27 ---> 14730dcc8d04 21:02:27 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:02:27 ---> Running in fcb184b25070 21:02:27 ---> Running in 87a105135e18 21:02:28 OK: 221 MiB in 51 packages 21:02:28 Removing intermediate container fcb184b25070 21:02:28 ---> 0f2fda50243e 21:02:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:02:28 ---> Running in 4ac110344d8b 21:02:29 Removing intermediate container 4ac110344d8b 21:02:29 ---> 659545137a50 21:02:29 Step 21/23 : LABEL arch=arm64 21:02:29 ---> Running in 0f45bcdd38d2 21:02:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:30 Removing intermediate container 0f45bcdd38d2 21:02:30 ---> 7ecc504c967d 21:02:30 Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:02:30 Removing intermediate container 81de301f3eaf 21:02:30 ---> cedf53b2f3b9 21:02:30 Step 5/19 : COPY go.mod vendor* ./ 21:02:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:30 ---> Running in 8a660840dcf6 21:02:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:31 Removing intermediate container 8a660840dcf6 21:02:31 ---> 626d484a83f6 21:02:31 Step 23/23 : LABEL version=3.0.0-dev.15 21:02:31 ---> Running in 81be0e3f1a08 21:02:32 ---> 341462d34b08 21:02:32 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:32 ---> Running in 6d6ddf44170a 21:02:32 Removing intermediate container 81be0e3f1a08 21:02:32 ---> 49758a466154 21:02:32 OK: 221 MiB in 51 packages 21:02:32 21:02:32 (1/1) Installing dumb-init (1.2.5-r1) 21:02:32 Executing busybox-1.35.0-r17.trigger 21:02:32 OK: 5 MiB in 15 packages 21:02:32 Successfully built 49758a466154 21:02:32 Successfully tagged core-command-arm64:latest 21:02:32 Building security-spire-agent 21:02:34  Building core-command ... done Removing intermediate container 87a105135e18 21:02:34 ---> 9c6296cfb339 21:02:34 Step 6/22 : COPY go.mod vendor* ./ 21:02:34 Removing intermediate container 54a74ad70083 21:02:34 ---> 12bd8556f11b 21:02:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:02:35 ---> bb60d4157d3b 21:02:35 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:35 ---> Running in f1da38432056 21:02:35 ---> b6f5d044b8a3 21:02:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:02:37 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:02:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:02:37 ---> 2782912ec145 21:02:37 Step 3/24 : WORKDIR /edgex-go 21:02:37 ---> Using cache 21:02:37 ---> 7d97ca687658 21:02:37 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:02:37 ---> Running in f2c5095695a5 21:02:38 ---> 5762c6d059c3 21:02:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:02:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:02:39 ---> fc206ec2ab93 21:02:39 Step 18/22 : ENTRYPOINT ["/core-data"] 21:02:40 ---> Running in f11f45da157d 21:02:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:02:40 Removing intermediate container f11f45da157d 21:02:40 ---> 8a1d6d3a9697 21:02:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:02:40 ---> Running in 7487f707321c 21:02:41 Removing intermediate container 7487f707321c 21:02:41 ---> 89ee0636a45a 21:02:41 Step 20/22 : LABEL arch=arm64 21:02:41 ---> Running in 4776f98704dc 21:02:41 OK: 221 MiB in 51 packages 21:02:41 Removing intermediate container 4776f98704dc 21:02:41 ---> 61fe0c887af8 21:02:41 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:02:41 ---> Running in 60025cd68f12 21:02:42 Removing intermediate container 60025cd68f12 21:02:42 ---> 36fc813e23af 21:02:42 Step 22/22 : LABEL version=3.0.0-dev.15 21:02:42 ---> Running in 497a91ad0a0c 21:02:43 Removing intermediate container f2c5095695a5 21:02:43 ---> 025349c7ff9d 21:02:43 Step 5/24 : COPY go.mod vendor* ./ 21:02:43 Removing intermediate container 497a91ad0a0c 21:02:43 ---> dc51d3165458 21:02:43 21:02:43 Successfully built dc51d3165458 21:02:43 Successfully tagged core-data-arm64:latest 21:02:43  Building core-data ... done Building core-metadata 21:02:44 ---> abae8b7fd017 21:02:44 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:44 ---> Running in a5fd01adbf58 21:02:47 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:02:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:02:47 ---> 2782912ec145 21:02:47 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:02:47 ---> Using cache 21:02:47 ---> 578781a54676 21:02:47 Step 4/24 : WORKDIR /edgex-go 21:02:47 ---> Using cache 21:02:47 ---> 14730dcc8d04 21:02:47 Step 5/24 : RUN apk add --update --no-cache make git 21:02:47 ---> Using cache 21:02:47 ---> f3e7c544128f 21:02:47 Step 6/24 : COPY go.mod vendor* ./ 21:02:47 ---> Using cache 21:02:47 ---> b55c0df4f5b3 21:02:47 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:02:47 ---> Using cache 21:02:47 ---> ac6961f98955 21:02:47 Step 8/24 : COPY . . 21:02:47 ---> Using cache 21:02:47 ---> b0d01dc8e2ab 21:02:47 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:02:48 ---> Running in 5bb5ae97f3d8 21:02:50 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:04:27 Removing intermediate container 14452d643b39 21:04:27 ---> 1c0e94f18c64 21:04:27 21:04:27 Step 10/22 : FROM alpine:3.16 21:04:27 ---> 2b4661558fb8 21:04:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:04:27 ---> Using cache 21:04:27 ---> ae353066b83f 21:04:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:04:27 ---> Using cache 21:04:27 ---> 142e15918073 21:04:27 Step 13/22 : ENV APP_PORT=59861 21:04:27 ---> Running in c3e28b541bda 21:04:27 Removing intermediate container c3e28b541bda 21:04:27 ---> cbebc12dc860 21:04:27 Step 14/22 : EXPOSE $APP_PORT 21:04:27 ---> Running in 525f1ffc68e3 21:04:27 Removing intermediate container 525f1ffc68e3 21:04:27 ---> 87cbe231cb5b 21:04:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:04:27 ---> 749bf6f3db0e 21:04:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:04:27 ---> b07b1463da16 21:04:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:04:28 ---> d4b20fd2dbd2 21:04:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:04:28 ---> Running in 53ddb3adb3b5 21:04:30 Removing intermediate container 53ddb3adb3b5 21:04:30 ---> 144a48276b64 21:04:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:04:30 ---> Running in 0f07495cb5bd 21:04:31 Removing intermediate container 0f07495cb5bd 21:04:31 ---> d54b31e35673 21:04:31 Step 20/22 : LABEL arch=arm64 21:04:31 ---> Running in 0c23b977cdfd 21:04:36 Removing intermediate container 0c23b977cdfd 21:04:36 ---> 86d0177e2098 21:04:36 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:04:36 ---> Running in 764f194cc010 21:04:36 Removing intermediate container 764f194cc010 21:04:36 ---> bd001a073a95 21:04:36 Step 22/22 : LABEL version=3.0.0-dev.15 21:04:36 ---> Running in 0bf49c63bfea 21:04:37 Removing intermediate container 0bf49c63bfea 21:04:37 ---> 52789133182c 21:04:37 21:04:38 Successfully built 52789133182c 21:04:38 Successfully tagged support-scheduler-arm64:latest 21:04:38  Building support-scheduler ... done Building security-bootstrapper 21:04:42 Removing intermediate container f1da38432056 21:04:42 ---> faae475da0b3 21:04:42 Step 8/22 : COPY . . 21:04:42 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:04:42 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:04:42 ---> 2782912ec145 21:04:42 Step 3/32 : WORKDIR /edgex-go 21:04:42 ---> Using cache 21:04:42 ---> 7d97ca687658 21:04:42 Step 4/32 : RUN apk add --update --no-cache make git 21:04:42 ---> Using cache 21:04:42 ---> 5f75d9700ef1 21:04:42 Step 5/32 : COPY go.mod vendor* ./ 21:04:42 ---> Using cache 21:04:42 ---> 52384f9938e7 21:04:42 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:04:42 ---> Using cache 21:04:42 ---> 75fbe3467964 21:04:42 Step 7/32 : COPY . . 21:04:42 ---> Using cache 21:04:42 ---> 535baccd17c9 21:04:42 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:04:43 ---> Running in 13c85ac9f1eb 21:04:44 Removing intermediate container 6d6ddf44170a 21:04:44 ---> 9369f99ec65d 21:04:44 Step 7/19 : COPY . . 21:04:45 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:04:49 Removing intermediate container a5fd01adbf58 21:04:49 ---> 84c856e6fe39 21:04:49 Step 7/24 : COPY . . 21:04:49 ---> e156925e221d 21:04:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:04:49 ---> Running in a3fef2d5f206 21:04:49 ---> bef25a001ad4 21:04:49 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:04:49 ---> Running in aa3fb4e34e9e 21:04:51 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:04:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:04:53 ---> 1da585430a05 21:04:53 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:04:53 ---> Running in 75e32bc17e53 21:04:53 Removing intermediate container 75e32bc17e53 21:04:53 ---> c5181ab3cb99 21:04:53 Step 9/24 : WORKDIR /edgex-go/spire-build 21:04:53 ---> Running in 2183fab7e723 21:04:54 Removing intermediate container 2183fab7e723 21:04:54 ---> 8d64f288ea3c 21:04:54 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:04:54 ---> Running in 39be624ed438 21:04:57 Removing intermediate container 39be624ed438 21:04:57 ---> 90416502a03e 21:04:57 Step 11/24 : WORKDIR /edgex-go 21:04:57 ---> Running in f04e534f7473 21:04:57 Removing intermediate container f04e534f7473 21:04:57 ---> b81bff61378b 21:04:57 21:04:57 Step 12/24 : FROM alpine:3.15 21:04:57 3.15: Pulling from library/alpine 21:04:59 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 21:04:59 Status: Downloaded newer image for alpine:3.15 21:04:59 ---> 8aa73fd46299 21:04:59 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:05:00 ---> Running in 7f9c97bc8ede 21:05:01 Removing intermediate container 7f9c97bc8ede 21:05:01 ---> 426f99a83a53 21:05:01 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:05:01 ---> Running in d3a144d38afd 21:05:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:05:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:05:04 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:05:04 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:05:04 OK: 15736 distinct packages available 21:05:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:05:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:05:06 (1/5) Installing dumb-init (1.2.5-r1) 21:05:06 (2/5) Installing musl-obstack (1.2.3-r0) 21:05:06 (3/5) Installing libucontext (1.1-r0) 21:05:06 (4/5) Installing gcompat (1.0.0-r4) 21:05:06 (5/5) Installing openssl (1.1.1s-r1) 21:05:06 Executing busybox-1.34.1-r7.trigger 21:05:06 OK: 6 MiB in 19 packages 21:05:08 Removing intermediate container d3a144d38afd 21:05:08 ---> 13c294637380 21:05:08 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:05:11 ---> c44b037fbc97 21:05:11 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:05:16 ---> 2b75ac6d9248 21:05:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:05:17 ---> b04b8578bd83 21:05:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:05:17 ---> 09f56bc435fa 21:05:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:05:18 ---> 0cc8648bc550 21:05:18 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:05:18 ---> Running in 55a17b6004b8 21:05:19 Removing intermediate container 55a17b6004b8 21:05:19 ---> f7568ee7c381 21:05:19 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:05:19 ---> Running in 0e7f594ce5de 21:05:19 Removing intermediate container 0e7f594ce5de 21:05:19 ---> 108ce30936cd 21:05:19 Step 22/24 : LABEL arch=arm64 21:05:20 ---> Running in 1b475e95daf6 21:05:20 Removing intermediate container 1b475e95daf6 21:05:20 ---> 7639df17913d 21:05:20 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:05:20 ---> Running in 6853e4974d8c 21:05:20 Removing intermediate container 6853e4974d8c 21:05:20 ---> a327c2f2fb18 21:05:20 Step 24/24 : LABEL version=3.0.0-dev.15 21:05:21 ---> Running in d5f33b07fe4b 21:05:21 Removing intermediate container d5f33b07fe4b 21:05:21 ---> 04834b91b5d2 21:05:21 21:05:21 Successfully built 04834b91b5d2 21:05:21 Successfully tagged security-spire-agent-arm64:latest 21:05:21  Building security-spire-agent ... done Building security-spire-server 21:05:25 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:05:25 ---> 2782912ec145 21:05:25 Step 3/23 : WORKDIR /edgex-go 21:05:25 ---> Using cache 21:05:25 ---> 7d97ca687658 21:05:25 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:05:25 ---> Using cache 21:05:25 ---> 025349c7ff9d 21:05:25 Step 5/23 : COPY go.mod vendor* ./ 21:05:25 ---> Using cache 21:05:25 ---> abae8b7fd017 21:05:25 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:25 ---> Using cache 21:05:25 ---> 84c856e6fe39 21:05:25 Step 7/23 : COPY . . 21:05:25 ---> Using cache 21:05:25 ---> 1da585430a05 21:05:25 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:05:25 ---> Using cache 21:05:25 ---> c5181ab3cb99 21:05:25 Step 9/23 : WORKDIR /edgex-go/spire-build 21:05:25 ---> Using cache 21:05:25 ---> 8d64f288ea3c 21:05:25 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 21:05:25 ---> Running in a57e8ff9db20 21:05:28 Removing intermediate container a57e8ff9db20 21:05:28 ---> 0282504a9e4a 21:05:28 Step 11/23 : WORKDIR /edgex-go 21:05:28 ---> Running in 9f2e2f49a84e 21:05:29 Removing intermediate container 9f2e2f49a84e 21:05:29 ---> 08be96f9c139 21:05:29 21:05:29 Step 12/23 : FROM alpine:3.15 21:05:29 ---> 8aa73fd46299 21:05:29 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:05:29 ---> Using cache 21:05:29 ---> 426f99a83a53 21:05:29 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:05:29 ---> Using cache 21:05:29 ---> 13c294637380 21:05:29 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:05:34 ---> 6a3878fa1849 21:05:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:05:35 ---> b4f05810db82 21:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:05:35 ---> 13d68dc72183 21:05:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:05:37 ---> a1a3fa4ea6ab 21:05:37 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:05:38 ---> Running in 1b0f005e74e7 21:05:38 Removing intermediate container 1b0f005e74e7 21:05:38 ---> 2318a415ec04 21:05:38 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:05:38 ---> Running in 6571282db959 21:05:39 Removing intermediate container 6571282db959 21:05:39 ---> dc22b6a867f3 21:05:39 Step 21/23 : LABEL arch=arm64 21:05:39 ---> Running in 03d7604008a7 21:05:39 Removing intermediate container 03d7604008a7 21:05:39 ---> a39fa08c7df4 21:05:39 Step 22/23 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:05:39 ---> Running in 039714d3ac01 21:05:40 Removing intermediate container 039714d3ac01 21:05:40 ---> b81eff0edbbd 21:05:40 Step 23/23 : LABEL version=3.0.0-dev.15 21:05:40 ---> Running in 60def705192b 21:05:41 Removing intermediate container 60def705192b 21:05:41 ---> 80bd6bc25063 21:05:41 21:05:41 Successfully built 80bd6bc25063 21:05:41 Successfully tagged security-spire-server-arm64:latest 21:05:41  Building security-spire-server ... done Building security-spire-config 21:05:44 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:05:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:05:44 ---> 2782912ec145 21:05:44 Step 3/24 : WORKDIR /edgex-go 21:05:44 ---> Using cache 21:05:44 ---> 7d97ca687658 21:05:44 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:05:44 ---> Using cache 21:05:44 ---> 025349c7ff9d 21:05:44 Step 5/24 : COPY go.mod vendor* ./ 21:05:44 ---> Using cache 21:05:44 ---> abae8b7fd017 21:05:44 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:05:44 ---> Using cache 21:05:44 ---> 84c856e6fe39 21:05:44 Step 7/24 : COPY . . 21:05:44 ---> Using cache 21:05:44 ---> 1da585430a05 21:05:44 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:05:44 ---> Using cache 21:05:44 ---> c5181ab3cb99 21:05:44 Step 9/24 : WORKDIR /edgex-go/spire-build 21:05:44 ---> Using cache 21:05:44 ---> 8d64f288ea3c 21:05:44 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:05:44 ---> Using cache 21:05:44 ---> 90416502a03e 21:05:44 Step 11/24 : WORKDIR /edgex-go 21:05:44 ---> Using cache 21:05:44 ---> b81bff61378b 21:05:44 21:05:44 Step 12/24 : FROM alpine:3.15 21:05:44 ---> 8aa73fd46299 21:05:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:05:44 ---> Using cache 21:05:44 ---> 426f99a83a53 21:05:44 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:05:44 ---> Running in 2673acfa6f87 21:05:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:05:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:05:48 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:05:48 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:05:48 OK: 15736 distinct packages available 21:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:05:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:05:49 (1/4) Installing dumb-init (1.2.5-r1) 21:05:49 (2/4) Installing musl-obstack (1.2.3-r0) 21:05:49 (3/4) Installing libucontext (1.1-r0) 21:05:49 (4/4) Installing gcompat (1.0.0-r4) 21:05:49 Executing busybox-1.34.1-r7.trigger 21:05:49 OK: 6 MiB in 18 packages 21:05:51 Removing intermediate container 2673acfa6f87 21:05:51 ---> 9e61a6ad8465 21:05:51 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:05:57 ---> 8269cfce0073 21:05:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:05:57 ---> f433afaadc0b 21:05:57 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:05:57 ---> Running in 7269c580290a 21:05:57 Removing intermediate container 7269c580290a 21:05:57 ---> bccbe6ca5483 21:05:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:05:58 ---> 9539aa29b3f3 21:05:58 Step 19/24 : WORKDIR / 21:05:58 ---> Running in c86f40fad1b6 21:05:59 Removing intermediate container c86f40fad1b6 21:05:59 ---> a549a1d2aeed 21:05:59 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:05:59 ---> Running in 0ee85a8fd08a 21:06:00 Removing intermediate container 0ee85a8fd08a 21:06:00 ---> 66643f09a1f4 21:06:00 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:06:00 ---> Running in cc55b09fdac9 21:06:00 Removing intermediate container cc55b09fdac9 21:06:00 ---> ff7a4d03a58b 21:06:00 Step 22/24 : LABEL arch=arm64 21:06:00 ---> Running in 1bbe501429a7 21:06:01 Removing intermediate container 1bbe501429a7 21:06:01 ---> c82b375c1fc5 21:06:01 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:06:01 ---> Running in 5c4341f7e594 21:06:01 Removing intermediate container 5c4341f7e594 21:06:01 ---> f32bec52fcf0 21:06:01 Step 24/24 : LABEL version=3.0.0-dev.15 21:06:01 ---> Running in 8b7c696598d9 21:06:02 Removing intermediate container 8b7c696598d9 21:06:02 ---> b443649db9dc 21:06:02 21:06:02 Successfully built b443649db9dc 21:06:02 Successfully tagged security-spire-config-arm64:latest 21:07:24  Building security-spire-config ... done Removing intermediate container 5bb5ae97f3d8 21:07:24 ---> f93e511a8d12 21:07:24 21:07:24 Step 10/24 : FROM alpine:3.16 21:07:24 ---> 2b4661558fb8 21:07:24 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:07:24 ---> Using cache 21:07:24 ---> ae353066b83f 21:07:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:07:24 ---> Using cache 21:07:24 ---> 142e15918073 21:07:24 Step 13/24 : ENV APP_PORT=59881 21:07:24 ---> Running in 425219c47975 21:07:24 Removing intermediate container 425219c47975 21:07:24 ---> e15813ac3366 21:07:24 Step 14/24 : EXPOSE $APP_PORT 21:07:24 ---> Running in 8ee69b96e7bb 21:07:24 Removing intermediate container 8ee69b96e7bb 21:07:24 ---> 065b30d99868 21:07:24 Step 15/24 : WORKDIR / 21:07:24 ---> Running in dad09c3ebf57 21:07:24 Removing intermediate container dad09c3ebf57 21:07:24 ---> d138f33c592a 21:07:24 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:07:24 ---> 479ec32a608e 21:07:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:07:24 ---> c9b8e6f1b9ad 21:07:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:07:24 ---> 3aa868ef6a3c 21:07:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:07:24 ---> 54b7a683c11f 21:07:24 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:07:24 ---> Running in ea9d6e3f34e7 21:07:24 Removing intermediate container ea9d6e3f34e7 21:07:24 ---> 065dc424e4f4 21:07:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:07:24 ---> Running in 59e4775e4bb8 21:07:24 Removing intermediate container 59e4775e4bb8 21:07:24 ---> 8b9a5da2d9e9 21:07:24 Step 22/24 : LABEL arch=arm64 21:07:24 ---> Running in c68d5ae01796 21:07:24 Removing intermediate container c68d5ae01796 21:07:24 ---> d5ec986dd008 21:07:24 Step 23/24 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:07:24 ---> Running in 6be706f108d8 21:07:24 Removing intermediate container 6be706f108d8 21:07:24 ---> f491ed000513 21:07:24 Step 24/24 : LABEL version=3.0.0-dev.15 21:07:24 ---> Running in 1976ea1a75e4 21:07:24 Removing intermediate container 1976ea1a75e4 21:07:24 ---> 52bc9c9edf01 21:07:24 21:07:24 Successfully built 52bc9c9edf01 21:07:24 Successfully tagged core-metadata-arm64:latest 21:09:31  Building core-metadata ... done Removing intermediate container 13c85ac9f1eb 21:09:31 ---> b49c67c58e0e 21:09:31 21:09:31 Step 9/32 : FROM alpine:3.16 21:09:31 ---> 2b4661558fb8 21:09:31 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:09:31 ---> Running in 0fc274abcd1c 21:09:31 Removing intermediate container 0fc274abcd1c 21:09:31 ---> 13074bb28ce4 21:09:31 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:09:31 ---> Running in 31315fba37be 21:09:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:09:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:09:31 (1/2) Installing dumb-init (1.2.5-r1) 21:09:31 (2/2) Installing su-exec (0.2-r1) 21:09:31 Executing busybox-1.35.0-r17.trigger 21:09:31 OK: 5 MiB in 16 packages 21:09:31 Removing intermediate container 31315fba37be 21:09:31 ---> 0f8a13449138 21:09:31 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:09:31 ---> Running in f7f2666cb0d8 21:09:31 Removing intermediate container f7f2666cb0d8 21:09:31 ---> a4dbfa07263c 21:09:31 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:09:31 ---> Running in f548665c8212 21:09:31 Removing intermediate container f548665c8212 21:09:31 ---> 80bcb1c67595 21:09:31 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:09:31 ---> Running in 9fb660246c6b 21:09:31 Removing intermediate container 9fb660246c6b 21:09:31 ---> b60c26e65006 21:09:31 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:09:31 ---> Running in 6de9512f816b 21:09:31 Removing intermediate container 6de9512f816b 21:09:31 ---> fb63b4ba15dc 21:09:31 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:09:31 ---> Running in 9df30a4cd286 21:09:31 Removing intermediate container 9df30a4cd286 21:09:31 ---> 20d1390e3768 21:09:31 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:09:31 ---> Running in 490d67884026 21:09:31 Removing intermediate container 490d67884026 21:09:31 ---> 1e5d636f4127 21:09:31 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:09:31 ---> 97641db7ac38 21:09:31 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:09:31 ---> Running in 66608c837a9b 21:09:32 Removing intermediate container 66608c837a9b 21:09:32 ---> 456bfe3c0e6e 21:09:32 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:09:33 ---> f1b3fa589854 21:09:33 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:09:35 ---> d9a0cf817277 21:09:35 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:09:37 ---> de9513bd4119 21:09:37 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:09:38 ---> 14601a133cbf 21:09:38 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:09:39 ---> 3646fa6e071b 21:09:39 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:09:40 ---> c6cdf48306bd 21:09:40 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:09:41 ---> 3b34ac35c6f3 21:09:41 Step 27/32 : RUN chmod +x /entrypoint.sh 21:09:41 ---> Running in 81bc47e26b2e 21:09:44 Removing intermediate container 81bc47e26b2e 21:09:44 ---> a474707066b6 21:09:44 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:09:44 ---> Running in 6b77a01d0674 21:09:44 Removing intermediate container 6b77a01d0674 21:09:44 ---> 31c5f3234a05 21:09:44 Step 29/32 : CMD ["gate"] 21:09:44 ---> Running in 6e5e3e09f030 21:09:45 Removing intermediate container 6e5e3e09f030 21:09:45 ---> f849f5bc4f9a 21:09:45 Step 30/32 : LABEL arch=arm64 21:09:45 ---> Running in 2e632c2adb86 21:09:46 Removing intermediate container 2e632c2adb86 21:09:46 ---> 1055034be290 21:09:46 Step 31/32 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:09:46 ---> Running in a1c3efcb9378 21:09:46 Removing intermediate container a1c3efcb9378 21:09:46 ---> 5ab134be152f 21:09:46 Step 32/32 : LABEL version=3.0.0-dev.15 21:09:46 ---> Running in d13d2e4f240f 21:09:47 Removing intermediate container d13d2e4f240f 21:09:47 ---> d692aa09a4e0 21:09:47 21:09:47 Successfully built d692aa09a4e0 21:09:47 Successfully tagged security-bootstrapper-arm64:latest 21:10:13  Building security-bootstrapper ... done Removing intermediate container aa3fb4e34e9e 21:10:13 ---> 0ee6a3c28d36 21:10:13 21:10:13 Step 9/19 : FROM alpine:3.15 21:10:13 ---> 8aa73fd46299 21:10:13 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:10:13 ---> Using cache 21:10:13 ---> 426f99a83a53 21:10:13 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:10:13 ---> Running in 9cdddd71e534 21:10:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:15 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:10:15 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:10:15 OK: 15736 distinct packages available 21:10:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:10:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:10:17 (1/9) Installing ca-certificates (20220614-r0) 21:10:17 (2/9) Installing brotli-libs (1.0.9-r5) 21:10:17 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:10:17 (4/9) Installing libcurl (7.80.0-r5) 21:10:17 (5/9) Installing curl (7.80.0-r5) 21:10:17 (6/9) Installing dumb-init (1.2.5-r1) 21:10:17 (7/9) Installing musl-obstack (1.2.3-r0) 21:10:17 (8/9) Installing libucontext (1.1-r0) 21:10:17 (9/9) Installing gcompat (1.0.0-r4) 21:10:17 Executing busybox-1.34.1-r7.trigger 21:10:17 Executing ca-certificates-20220614-r0.trigger 21:10:17 OK: 8 MiB in 23 packages 21:10:18 Removing intermediate container 9cdddd71e534 21:10:18 ---> d83a0654537a 21:10:18 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:19 ---> 32d32f785799 21:10:19 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:10:20 ---> af441745de50 21:10:20 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:10:21 ---> b4fa849f98ef 21:10:21 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:10:21 ---> Running in 5e7ceb991043 21:10:22 Removing intermediate container 5e7ceb991043 21:10:22 ---> 830c4a292d1f 21:10:22 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:10:22 ---> Running in c6f23acd2235 21:10:22 Removing intermediate container c6f23acd2235 21:10:22 ---> e69d54d69029 21:10:22 Step 17/19 : LABEL arch=arm64 21:10:22 ---> Running in bdf4026121b3 21:10:22 Removing intermediate container bdf4026121b3 21:10:22 ---> 2eb5f918e1ea 21:10:22 Step 18/19 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:22 ---> Running in ab08f394e75a 21:10:23 Removing intermediate container ab08f394e75a 21:10:23 ---> 235964a2ea41 21:10:23 Step 19/19 : LABEL version=3.0.0-dev.15 21:10:23 ---> Running in 58d54a671cb2 21:10:23 Removing intermediate container 58d54a671cb2 21:10:23 ---> 20dcd96e0d61 21:10:23 21:10:23 Successfully built 20dcd96e0d61 21:10:23 Successfully tagged security-spiffe-token-provider-arm64:latest 21:10:29  Building security-spiffe-token-provider ... done Removing intermediate container a3fef2d5f206 21:10:29 ---> 6e10789ffad4 21:10:29 21:10:29 Step 10/22 : FROM alpine:3.16 21:10:29 ---> 2b4661558fb8 21:10:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:10:29 ---> Running in 076c8989b64e 21:10:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:10:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:10:31 (1/2) Installing ca-certificates (20220614-r0) 21:10:31 (2/2) Installing dumb-init (1.2.5-r1) 21:10:31 Executing busybox-1.35.0-r17.trigger 21:10:31 Executing ca-certificates-20220614-r0.trigger 21:10:31 OK: 6 MiB in 16 packages 21:10:33 Removing intermediate container 076c8989b64e 21:10:33 ---> bd3fe097969a 21:10:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:10:33 ---> Running in d451fda21922 21:10:33 Removing intermediate container d451fda21922 21:10:33 ---> 77b164ca2eac 21:10:33 Step 13/22 : ENV APP_PORT=59860 21:10:33 ---> Running in d35ce0cd3d0f 21:10:33 Removing intermediate container d35ce0cd3d0f 21:10:33 ---> ff7ed806fd52 21:10:33 Step 14/22 : EXPOSE $APP_PORT 21:10:33 ---> Running in ae695468e509 21:10:34 Removing intermediate container ae695468e509 21:10:34 ---> 869c3889a58e 21:10:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:10:34 ---> 9c0257904e36 21:10:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:10:36 ---> c7f926edf2b4 21:10:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:10:36 ---> ec169b2d7810 21:10:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:10:36 ---> Running in 63a9c6728a4a 21:10:36 Removing intermediate container 63a9c6728a4a 21:10:36 ---> ba675682fa66 21:10:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:10:37 ---> Running in f115d2f567c1 21:10:37 Removing intermediate container f115d2f567c1 21:10:37 ---> 27c31add4b68 21:10:37 Step 20/22 : LABEL arch=arm64 21:10:37 ---> Running in 7b47e905f6c3 21:10:37 Removing intermediate container 7b47e905f6c3 21:10:37 ---> 450bb09e19f0 21:10:37 Step 21/22 : LABEL git_sha=9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:37 ---> Running in 05e1e22a576a 21:10:37 Removing intermediate container 05e1e22a576a 21:10:37 ---> 9756cfdeb37d 21:10:37 Step 22/22 : LABEL version=3.0.0-dev.15 21:10:37 ---> Running in f36d44661299 21:10:38 Removing intermediate container f36d44661299 21:10:38 ---> 866a1ba9cac5 21:10:38 21:10:38 Successfully built 866a1ba9cac5 21:10:38 Successfully tagged support-notifications-arm64:latest 21:10:38  Building support-notifications ... done  [Pipeline] } 21:10:38 $ docker stop --time=1 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 21:10:40 $ docker rm -f --volumes 6231037c0479e7d58a4a5926129624861c614ba5539a1323b8d8105ad4f3cde5 [Pipeline] // withDockerContainer [Pipeline] sh 21:10:41 + docker images 21:10:41 REPOSITORY TAG IMAGE ID CREATED SIZE 21:10:41 support-notifications-arm64 latest 866a1ba9cac5 4 seconds ago 29.6MB 21:10:41 6e10789ffad4 14 seconds ago 1.41GB 21:10:41 security-spiffe-token-provider-arm64 latest 20dcd96e0d61 18 seconds ago 28.9MB 21:10:41 0ee6a3c28d36 29 seconds ago 1.37GB 21:10:41 security-bootstrapper-arm64 latest d692aa09a4e0 54 seconds ago 19.5MB 21:10:41 b49c67c58e0e About a minute ago 1.33GB 21:10:41 core-metadata-arm64 latest 52bc9c9edf01 3 minutes ago 17.8MB 21:10:41 f93e511a8d12 3 minutes ago 1.35GB 21:10:41 security-spire-config-arm64 latest b443649db9dc 4 minutes ago 83.6MB 21:10:41 security-spire-server-arm64 latest 80bd6bc25063 5 minutes ago 84.3MB 21:10:41 08be96f9c139 5 minutes ago 1.21GB 21:10:41 security-spire-agent-arm64 latest 04834b91b5d2 5 minutes ago 122MB 21:10:41 b81bff61378b 5 minutes ago 1.21GB 21:10:41 support-scheduler-arm64 latest 52789133182c 6 minutes ago 29MB 21:10:41 1c0e94f18c64 6 minutes ago 1.4GB 21:10:41 core-data-arm64 latest dc51d3165458 7 minutes ago 17.2MB 21:10:41 core-command-arm64 latest 49758a466154 8 minutes ago 17MB 21:10:41 33d6e6e6f042 8 minutes ago 1.35GB 21:10:41 security-secretstore-setup-arm64 latest 1ffe0008a61f 8 minutes ago 28.7MB 21:10:41 security-proxy-setup-arm64 latest e0bb38aa213c 8 minutes ago 26.8MB 21:10:41 428e035c4d95 8 minutes ago 1.34GB 21:10:41 1486ed7f4739 9 minutes ago 1.33GB 21:10:41 ef57cdfbe794 9 minutes ago 1.33GB 21:10:41 ci-base-image-arm64 latest 2782912ec145 17 minutes ago 905MB 21:10:41 alpine 3.16 2b4661558fb8 2 months ago 5.29MB 21:10:41 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 21:10:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 21:10:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:10:41 provisioning config files... 21:10:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/369@tmp/config1373399809304040307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:10:41 ---> docker-login.sh 21:10:41 nexus3.edgexfoundry.org:10001 21:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 nexus3.edgexfoundry.org:10002 21:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 nexus3.edgexfoundry.org:10003 21:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:42 Configure a credential helper to remove this warning. See 21:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:42 21:10:42 Login Succeeded 21:10:42 nexus3.edgexfoundry.org:10004 21:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:43 Configure a credential helper to remove this warning. See 21:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:43 21:10:43 Login Succeeded 21:10:43 docker.io 21:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:10:43 Configure a credential helper to remove this warning. See 21:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:10:43 21:10:43 Login Succeeded 21:10:43 ---> docker-login.sh ends [Pipeline] } 21:10:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:10:43 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 21:10:43 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:43 latest 21:10:43 3.0.0-dev.15 21:10:43 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:43 main 21:10:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:44 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:44 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:10:44 4efe6eaf3b63: Preparing 21:10:44 cd2818e26410: Preparing 21:10:44 abcd459623bf: Preparing 21:10:44 84e9af287172: Preparing 21:10:44 17bec77d7fdc: Preparing 21:10:44 17bec77d7fdc: Layer already exists 21:10:44 4efe6eaf3b63: Pushed 21:10:44 84e9af287172: Pushed 21:10:44 abcd459623bf: Pushed 21:10:47 cd2818e26410: Pushed 21:10:47 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:47 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:10:48 4efe6eaf3b63: Preparing 21:10:48 cd2818e26410: Preparing 21:10:48 abcd459623bf: Preparing 21:10:48 84e9af287172: Preparing 21:10:48 17bec77d7fdc: Preparing 21:10:48 4efe6eaf3b63: Layer already exists 21:10:48 17bec77d7fdc: Layer already exists 21:10:48 abcd459623bf: Layer already exists 21:10:48 cd2818e26410: Layer already exists 21:10:48 84e9af287172: Layer already exists 21:10:48 latest: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:48 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:48 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 21:10:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:10:48 4efe6eaf3b63: Preparing 21:10:48 cd2818e26410: Preparing 21:10:48 abcd459623bf: Preparing 21:10:48 84e9af287172: Preparing 21:10:48 17bec77d7fdc: Preparing 21:10:48 17bec77d7fdc: Layer already exists 21:10:48 abcd459623bf: Layer already exists 21:10:48 84e9af287172: Layer already exists 21:10:48 cd2818e26410: Layer already exists 21:10:48 4efe6eaf3b63: Layer already exists 21:10:48 3.0.0-dev.15: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:49 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:10:49 4efe6eaf3b63: Preparing 21:10:49 cd2818e26410: Preparing 21:10:49 abcd459623bf: Preparing 21:10:49 84e9af287172: Preparing 21:10:49 17bec77d7fdc: Preparing 21:10:49 4efe6eaf3b63: Layer already exists 21:10:49 84e9af287172: Layer already exists 21:10:49 abcd459623bf: Layer already exists 21:10:49 cd2818e26410: Layer already exists 21:10:49 17bec77d7fdc: Layer already exists 21:10:49 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:49 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:50 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 21:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:10:50 4efe6eaf3b63: Preparing 21:10:50 cd2818e26410: Preparing 21:10:50 abcd459623bf: Preparing 21:10:50 84e9af287172: Preparing 21:10:50 17bec77d7fdc: Preparing 21:10:50 4efe6eaf3b63: Layer already exists 21:10:50 84e9af287172: Layer already exists 21:10:50 17bec77d7fdc: Layer already exists 21:10:50 abcd459623bf: Layer already exists 21:10:50 cd2818e26410: Layer already exists 21:10:50 main: digest: sha256:2408db920bcc6543574fa0dbbafcb29c99bc9a2aaadd8fbe225b3e277a854896 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:50 ===================================================== [Pipeline] echo 21:10:50 taggedImages: 21:10:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:10:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.15 21:10:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:50 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 21:10:50 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 21:10:50 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:50 latest 21:10:50 3.0.0-dev.15 21:10:50 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:50 main 21:10:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:50 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:50 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:10:50 cd37c835328b: Preparing 21:10:50 acb42cc2e71e: Preparing 21:10:50 abcd459623bf: Preparing 21:10:50 9dceae43c226: Preparing 21:10:50 17bec77d7fdc: Preparing 21:10:50 17bec77d7fdc: Layer already exists 21:10:50 abcd459623bf: Layer already exists 21:10:51 cd37c835328b: Pushed 21:10:51 9dceae43c226: Pushed 21:10:53 acb42cc2e71e: Pushed 21:10:53 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:54 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:10:54 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:10:54 cd37c835328b: Preparing 21:10:54 acb42cc2e71e: Preparing 21:10:54 abcd459623bf: Preparing 21:10:54 9dceae43c226: Preparing 21:10:54 17bec77d7fdc: Preparing 21:10:54 cd37c835328b: Layer already exists 21:10:54 abcd459623bf: Layer already exists 21:10:54 9dceae43c226: Layer already exists 21:10:54 acb42cc2e71e: Layer already exists 21:10:54 17bec77d7fdc: Layer already exists 21:10:54 latest: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:54 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:55 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 21:10:55 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:10:55 cd37c835328b: Preparing 21:10:55 acb42cc2e71e: Preparing 21:10:55 abcd459623bf: Preparing 21:10:55 9dceae43c226: Preparing 21:10:55 17bec77d7fdc: Preparing 21:10:55 17bec77d7fdc: Layer already exists 21:10:55 cd37c835328b: Layer already exists 21:10:55 acb42cc2e71e: Layer already exists 21:10:55 abcd459623bf: Layer already exists 21:10:55 9dceae43c226: Layer already exists 21:10:55 3.0.0-dev.15: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:55 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:10:56 cd37c835328b: Preparing 21:10:56 acb42cc2e71e: Preparing 21:10:56 abcd459623bf: Preparing 21:10:56 9dceae43c226: Preparing 21:10:56 17bec77d7fdc: Preparing 21:10:56 17bec77d7fdc: Layer already exists 21:10:56 abcd459623bf: Layer already exists 21:10:56 cd37c835328b: Layer already exists 21:10:56 9dceae43c226: Layer already exists 21:10:56 acb42cc2e71e: Layer already exists 21:10:56 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:56 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:56 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 21:10:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:10:56 cd37c835328b: Preparing 21:10:56 acb42cc2e71e: Preparing 21:10:56 abcd459623bf: Preparing 21:10:56 9dceae43c226: Preparing 21:10:56 17bec77d7fdc: Preparing 21:10:56 abcd459623bf: Layer already exists 21:10:56 acb42cc2e71e: Layer already exists 21:10:56 9dceae43c226: Layer already exists 21:10:56 17bec77d7fdc: Layer already exists 21:10:56 cd37c835328b: Layer already exists 21:10:56 main: digest: sha256:3711d610273d17dbf3d77f0107d5706e57231302c58d583d51350a147dc3e1e1 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:10:57 ===================================================== [Pipeline] echo 21:10:57 taggedImages: 21:10:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:10:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.15 21:10:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:57 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 21:10:57 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 21:10:57 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:57 latest 21:10:57 3.0.0-dev.15 21:10:57 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:10:57 main 21:10:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:57 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:10:57 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:10:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:10:57 7a9905bce6b3: Preparing 21:10:57 5b4cfa9edf7d: Preparing 21:10:57 3f51394a6e4c: Preparing 21:10:57 abcd459623bf: Preparing 21:10:57 84e9af287172: Preparing 21:10:57 17bec77d7fdc: Preparing 21:10:57 17bec77d7fdc: Waiting 21:10:57 84e9af287172: Layer already exists 21:10:57 abcd459623bf: Layer already exists 21:10:57 17bec77d7fdc: Layer already exists 21:10:57 7a9905bce6b3: Pushed 21:10:57 5b4cfa9edf7d: Pushed 21:11:01 3f51394a6e4c: Pushed 21:11:01 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:01 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:11:02 7a9905bce6b3: Preparing 21:11:02 5b4cfa9edf7d: Preparing 21:11:02 3f51394a6e4c: Preparing 21:11:02 abcd459623bf: Preparing 21:11:02 84e9af287172: Preparing 21:11:02 17bec77d7fdc: Preparing 21:11:02 7a9905bce6b3: Layer already exists 21:11:02 84e9af287172: Layer already exists 21:11:02 abcd459623bf: Layer already exists 21:11:02 5b4cfa9edf7d: Layer already exists 21:11:02 3f51394a6e4c: Layer already exists 21:11:02 17bec77d7fdc: Layer already exists 21:11:02 latest: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:02 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:02 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 21:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:11:02 7a9905bce6b3: Preparing 21:11:02 5b4cfa9edf7d: Preparing 21:11:02 3f51394a6e4c: Preparing 21:11:02 abcd459623bf: Preparing 21:11:02 84e9af287172: Preparing 21:11:02 17bec77d7fdc: Preparing 21:11:02 17bec77d7fdc: Waiting 21:11:02 3f51394a6e4c: Layer already exists 21:11:02 abcd459623bf: Layer already exists 21:11:02 5b4cfa9edf7d: Layer already exists 21:11:02 7a9905bce6b3: Layer already exists 21:11:02 84e9af287172: Layer already exists 21:11:02 17bec77d7fdc: Layer already exists 21:11:03 3.0.0-dev.15: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:03 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:03 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:11:03 7a9905bce6b3: Preparing 21:11:03 5b4cfa9edf7d: Preparing 21:11:03 3f51394a6e4c: Preparing 21:11:03 abcd459623bf: Preparing 21:11:03 84e9af287172: Preparing 21:11:03 17bec77d7fdc: Preparing 21:11:03 17bec77d7fdc: Waiting 21:11:03 3f51394a6e4c: Layer already exists 21:11:03 84e9af287172: Layer already exists 21:11:03 7a9905bce6b3: Layer already exists 21:11:03 abcd459623bf: Layer already exists 21:11:03 5b4cfa9edf7d: Layer already exists 21:11:03 17bec77d7fdc: Layer already exists 21:11:03 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:04 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:04 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 21:11:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:11:04 7a9905bce6b3: Preparing 21:11:04 5b4cfa9edf7d: Preparing 21:11:04 3f51394a6e4c: Preparing 21:11:04 abcd459623bf: Preparing 21:11:04 84e9af287172: Preparing 21:11:04 17bec77d7fdc: Preparing 21:11:04 17bec77d7fdc: Waiting 21:11:04 5b4cfa9edf7d: Layer already exists 21:11:04 7a9905bce6b3: Layer already exists 21:11:04 3f51394a6e4c: Layer already exists 21:11:04 84e9af287172: Layer already exists 21:11:04 abcd459623bf: Layer already exists 21:11:04 17bec77d7fdc: Layer already exists 21:11:05 main: digest: sha256:980f1e04944480b5a7a1eda8faf11e288a9bd982c76ee34c99b026a215b5bc78 size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:05 ===================================================== [Pipeline] echo 21:11:05 taggedImages: 21:11:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:11:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.15 21:11:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:05 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 21:11:05 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 21:11:05 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:05 latest 21:11:05 3.0.0-dev.15 21:11:05 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:05 main 21:11:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:05 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:05 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:11:05 aaabf6f0332a: Preparing 21:11:05 aaabf6f0332a: Preparing 21:11:05 065c5edb6574: Preparing 21:11:05 f1c6767a5407: Preparing 21:11:05 e963e29393c4: Preparing 21:11:05 cd71ecd232d0: Preparing 21:11:05 ecc6ad285892: Preparing 21:11:05 abcd459623bf: Preparing 21:11:05 4ac58acd9aa7: Preparing 21:11:05 4d1c1de5ed4c: Preparing 21:11:05 17018738873b: Preparing 21:11:05 1b973f935d7d: Preparing 21:11:05 17bec77d7fdc: Preparing 21:11:05 abcd459623bf: Waiting 21:11:05 4ac58acd9aa7: Waiting 21:11:05 4d1c1de5ed4c: Waiting 21:11:05 17018738873b: Waiting 21:11:05 1b973f935d7d: Waiting 21:11:05 17bec77d7fdc: Waiting 21:11:05 ecc6ad285892: Waiting 21:11:06 f1c6767a5407: Pushed 21:11:06 065c5edb6574: Pushed 21:11:06 e963e29393c4: Pushed 21:11:06 cd71ecd232d0: Pushed 21:11:06 aaabf6f0332a: Pushed 21:11:06 abcd459623bf: Layer already exists 21:11:06 4d1c1de5ed4c: Pushed 21:11:06 4ac58acd9aa7: Pushed 21:11:06 17018738873b: Pushed 21:11:06 1b973f935d7d: Pushed 21:11:06 17bec77d7fdc: Layer already exists 21:11:09 ecc6ad285892: Pushed 21:11:09 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:10 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:10 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:11:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:11:10 aaabf6f0332a: Preparing 21:11:10 aaabf6f0332a: Preparing 21:11:10 065c5edb6574: Preparing 21:11:10 f1c6767a5407: Preparing 21:11:10 e963e29393c4: Preparing 21:11:10 cd71ecd232d0: Preparing 21:11:10 ecc6ad285892: Preparing 21:11:10 abcd459623bf: Preparing 21:11:10 4ac58acd9aa7: Preparing 21:11:10 4d1c1de5ed4c: Preparing 21:11:10 17018738873b: Preparing 21:11:10 1b973f935d7d: Preparing 21:11:10 17bec77d7fdc: Preparing 21:11:10 ecc6ad285892: Waiting 21:11:10 4d1c1de5ed4c: Waiting 21:11:10 abcd459623bf: Waiting 21:11:10 4ac58acd9aa7: Waiting 21:11:10 17018738873b: Waiting 21:11:10 1b973f935d7d: Waiting 21:11:10 17bec77d7fdc: Waiting 21:11:10 cd71ecd232d0: Layer already exists 21:11:10 e963e29393c4: Layer already exists 21:11:10 aaabf6f0332a: Layer already exists 21:11:10 f1c6767a5407: Layer already exists 21:11:10 065c5edb6574: Layer already exists 21:11:10 4d1c1de5ed4c: Layer already exists 21:11:10 abcd459623bf: Layer already exists 21:11:10 4ac58acd9aa7: Layer already exists 21:11:10 ecc6ad285892: Layer already exists 21:11:10 17018738873b: Layer already exists 21:11:10 1b973f935d7d: Layer already exists 21:11:10 17bec77d7fdc: Layer already exists 21:11:10 latest: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:11 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:11 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 21:11:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:11:11 aaabf6f0332a: Preparing 21:11:11 aaabf6f0332a: Preparing 21:11:11 065c5edb6574: Preparing 21:11:11 f1c6767a5407: Preparing 21:11:11 e963e29393c4: Preparing 21:11:11 cd71ecd232d0: Preparing 21:11:11 ecc6ad285892: Preparing 21:11:11 abcd459623bf: Preparing 21:11:11 4ac58acd9aa7: Preparing 21:11:11 4d1c1de5ed4c: Preparing 21:11:11 17018738873b: Preparing 21:11:11 1b973f935d7d: Preparing 21:11:11 17bec77d7fdc: Preparing 21:11:11 ecc6ad285892: Waiting 21:11:11 abcd459623bf: Waiting 21:11:11 4ac58acd9aa7: Waiting 21:11:11 4d1c1de5ed4c: Waiting 21:11:11 17018738873b: Waiting 21:11:11 1b973f935d7d: Waiting 21:11:11 17bec77d7fdc: Waiting 21:11:11 cd71ecd232d0: Layer already exists 21:11:11 aaabf6f0332a: Layer already exists 21:11:11 065c5edb6574: Layer already exists 21:11:11 e963e29393c4: Layer already exists 21:11:11 f1c6767a5407: Layer already exists 21:11:11 abcd459623bf: Layer already exists 21:11:11 ecc6ad285892: Layer already exists 21:11:11 17018738873b: Layer already exists 21:11:11 4ac58acd9aa7: Layer already exists 21:11:11 4d1c1de5ed4c: Layer already exists 21:11:11 17bec77d7fdc: Layer already exists 21:11:11 1b973f935d7d: Layer already exists 21:11:11 3.0.0-dev.15: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:12 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:11:12 aaabf6f0332a: Preparing 21:11:12 aaabf6f0332a: Preparing 21:11:12 065c5edb6574: Preparing 21:11:12 f1c6767a5407: Preparing 21:11:12 e963e29393c4: Preparing 21:11:12 cd71ecd232d0: Preparing 21:11:12 ecc6ad285892: Preparing 21:11:12 abcd459623bf: Preparing 21:11:12 4ac58acd9aa7: Preparing 21:11:12 4d1c1de5ed4c: Preparing 21:11:12 17018738873b: Preparing 21:11:12 1b973f935d7d: Preparing 21:11:12 17bec77d7fdc: Preparing 21:11:12 4d1c1de5ed4c: Waiting 21:11:12 ecc6ad285892: Waiting 21:11:12 abcd459623bf: Waiting 21:11:12 17018738873b: Waiting 21:11:12 4ac58acd9aa7: Waiting 21:11:12 1b973f935d7d: Waiting 21:11:12 17bec77d7fdc: Waiting 21:11:12 aaabf6f0332a: Layer already exists 21:11:12 f1c6767a5407: Layer already exists 21:11:12 065c5edb6574: Layer already exists 21:11:12 cd71ecd232d0: Layer already exists 21:11:12 e963e29393c4: Layer already exists 21:11:12 abcd459623bf: Layer already exists 21:11:12 17018738873b: Layer already exists 21:11:12 4d1c1de5ed4c: Layer already exists 21:11:12 ecc6ad285892: Layer already exists 21:11:12 4ac58acd9aa7: Layer already exists 21:11:12 1b973f935d7d: Layer already exists 21:11:12 17bec77d7fdc: Layer already exists 21:11:12 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:12 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:13 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 21:11:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:11:13 aaabf6f0332a: Preparing 21:11:13 aaabf6f0332a: Preparing 21:11:13 065c5edb6574: Preparing 21:11:13 f1c6767a5407: Preparing 21:11:13 e963e29393c4: Preparing 21:11:13 cd71ecd232d0: Preparing 21:11:13 ecc6ad285892: Preparing 21:11:13 abcd459623bf: Preparing 21:11:13 4ac58acd9aa7: Preparing 21:11:13 4d1c1de5ed4c: Preparing 21:11:13 17018738873b: Preparing 21:11:13 1b973f935d7d: Preparing 21:11:13 17bec77d7fdc: Preparing 21:11:13 4d1c1de5ed4c: Waiting 21:11:13 17018738873b: Waiting 21:11:13 1b973f935d7d: Waiting 21:11:13 ecc6ad285892: Waiting 21:11:13 4ac58acd9aa7: Waiting 21:11:13 abcd459623bf: Waiting 21:11:13 17bec77d7fdc: Waiting 21:11:13 aaabf6f0332a: Layer already exists 21:11:13 065c5edb6574: Layer already exists 21:11:13 cd71ecd232d0: Layer already exists 21:11:13 e963e29393c4: Layer already exists 21:11:13 f1c6767a5407: Layer already exists 21:11:13 ecc6ad285892: Layer already exists 21:11:13 abcd459623bf: Layer already exists 21:11:13 4ac58acd9aa7: Layer already exists 21:11:13 17018738873b: Layer already exists 21:11:13 4d1c1de5ed4c: Layer already exists 21:11:13 1b973f935d7d: Layer already exists 21:11:13 17bec77d7fdc: Layer already exists 21:11:13 main: digest: sha256:504082b366c7b252282f99785b083149ed4fc968abbea2b4d4c1a88b4d6b0f38 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:13 ===================================================== [Pipeline] echo 21:11:13 taggedImages: 21:11:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:11:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.15 21:11:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:13 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 21:11:13 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 21:11:13 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:13 latest 21:11:13 3.0.0-dev.15 21:11:13 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:13 main 21:11:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:14 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:14 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:11:14 52b2f77010c3: Preparing 21:11:14 217609f36ffc: Preparing 21:11:14 83d3892c1953: Preparing 21:11:14 a4e3d2c3fbfe: Preparing 21:11:14 8c9b4e71a6c5: Preparing 21:11:14 cf7c6ef5cbca: Preparing 21:11:14 050f280c63bd: Preparing 21:11:14 17bec77d7fdc: Preparing 21:11:14 cf7c6ef5cbca: Waiting 21:11:14 050f280c63bd: Waiting 21:11:14 17bec77d7fdc: Waiting 21:11:14 8c9b4e71a6c5: Pushed 21:11:14 52b2f77010c3: Pushed 21:11:14 217609f36ffc: Pushed 21:11:14 17bec77d7fdc: Layer already exists 21:11:14 cf7c6ef5cbca: Pushed 21:11:15 050f280c63bd: Pushed 21:11:17 a4e3d2c3fbfe: Pushed 21:11:17 83d3892c1953: Pushed 21:11:17 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:17 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:18 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:11:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:11:18 52b2f77010c3: Preparing 21:11:18 217609f36ffc: Preparing 21:11:18 83d3892c1953: Preparing 21:11:18 a4e3d2c3fbfe: Preparing 21:11:18 8c9b4e71a6c5: Preparing 21:11:18 cf7c6ef5cbca: Preparing 21:11:18 050f280c63bd: Preparing 21:11:18 17bec77d7fdc: Preparing 21:11:18 cf7c6ef5cbca: Waiting 21:11:18 050f280c63bd: Waiting 21:11:18 17bec77d7fdc: Waiting 21:11:18 83d3892c1953: Layer already exists 21:11:18 52b2f77010c3: Layer already exists 21:11:18 217609f36ffc: Layer already exists 21:11:18 a4e3d2c3fbfe: Layer already exists 21:11:18 8c9b4e71a6c5: Layer already exists 21:11:18 cf7c6ef5cbca: Layer already exists 21:11:18 050f280c63bd: Layer already exists 21:11:18 17bec77d7fdc: Layer already exists 21:11:18 latest: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:18 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 21:11:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:11:19 52b2f77010c3: Preparing 21:11:19 217609f36ffc: Preparing 21:11:19 83d3892c1953: Preparing 21:11:19 a4e3d2c3fbfe: Preparing 21:11:19 8c9b4e71a6c5: Preparing 21:11:19 cf7c6ef5cbca: Preparing 21:11:19 050f280c63bd: Preparing 21:11:19 17bec77d7fdc: Preparing 21:11:19 cf7c6ef5cbca: Waiting 21:11:19 050f280c63bd: Waiting 21:11:19 17bec77d7fdc: Waiting 21:11:19 a4e3d2c3fbfe: Layer already exists 21:11:19 8c9b4e71a6c5: Layer already exists 21:11:19 83d3892c1953: Layer already exists 21:11:19 217609f36ffc: Layer already exists 21:11:19 52b2f77010c3: Layer already exists 21:11:19 17bec77d7fdc: Layer already exists 21:11:19 cf7c6ef5cbca: Layer already exists 21:11:19 050f280c63bd: Layer already exists 21:11:19 3.0.0-dev.15: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:19 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:11:20 52b2f77010c3: Preparing 21:11:20 217609f36ffc: Preparing 21:11:20 83d3892c1953: Preparing 21:11:20 a4e3d2c3fbfe: Preparing 21:11:20 8c9b4e71a6c5: Preparing 21:11:20 cf7c6ef5cbca: Preparing 21:11:20 050f280c63bd: Preparing 21:11:20 17bec77d7fdc: Preparing 21:11:20 cf7c6ef5cbca: Waiting 21:11:20 050f280c63bd: Waiting 21:11:20 17bec77d7fdc: Waiting 21:11:20 83d3892c1953: Layer already exists 21:11:20 217609f36ffc: Layer already exists 21:11:20 a4e3d2c3fbfe: Layer already exists 21:11:20 8c9b4e71a6c5: Layer already exists 21:11:20 52b2f77010c3: Layer already exists 21:11:20 050f280c63bd: Layer already exists 21:11:20 17bec77d7fdc: Layer already exists 21:11:20 cf7c6ef5cbca: Layer already exists 21:11:20 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:20 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 21:11:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:11:21 52b2f77010c3: Preparing 21:11:21 217609f36ffc: Preparing 21:11:21 83d3892c1953: Preparing 21:11:21 a4e3d2c3fbfe: Preparing 21:11:21 8c9b4e71a6c5: Preparing 21:11:21 cf7c6ef5cbca: Preparing 21:11:21 050f280c63bd: Preparing 21:11:21 17bec77d7fdc: Preparing 21:11:21 cf7c6ef5cbca: Waiting 21:11:21 050f280c63bd: Waiting 21:11:21 17bec77d7fdc: Waiting 21:11:21 217609f36ffc: Layer already exists 21:11:21 a4e3d2c3fbfe: Layer already exists 21:11:21 52b2f77010c3: Layer already exists 21:11:21 83d3892c1953: Layer already exists 21:11:21 8c9b4e71a6c5: Layer already exists 21:11:21 17bec77d7fdc: Layer already exists 21:11:21 050f280c63bd: Layer already exists 21:11:21 cf7c6ef5cbca: Layer already exists 21:11:21 main: digest: sha256:e89d089abd54437f76454b1248f6a9319b901fe2ec6f972a8211a167c20f69ff size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:21 ===================================================== [Pipeline] echo 21:11:21 taggedImages: 21:11:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:11:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.15 21:11:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:21 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 21:11:21 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 21:11:21 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:21 latest 21:11:21 3.0.0-dev.15 21:11:21 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:21 main 21:11:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:21 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:22 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:11:22 c1751daae769: Preparing 21:11:22 7a1ad2a91501: Preparing 21:11:22 328d1bb1d938: Preparing 21:11:22 ec9b71ac6823: Preparing 21:11:22 edd6aafe2f94: Preparing 21:11:22 e5cae2eee3d7: Preparing 21:11:22 5a92d27822c5: Preparing 21:11:22 339e7ee1afab: Preparing 21:11:22 2acb08732bcf: Preparing 21:11:22 17bec77d7fdc: Preparing 21:11:22 e5cae2eee3d7: Waiting 21:11:22 5a92d27822c5: Waiting 21:11:22 339e7ee1afab: Waiting 21:11:22 17bec77d7fdc: Waiting 21:11:22 2acb08732bcf: Waiting 21:11:22 edd6aafe2f94: Pushed 21:11:22 7a1ad2a91501: Pushed 21:11:22 c1751daae769: Pushed 21:11:22 e5cae2eee3d7: Pushed 21:11:22 5a92d27822c5: Pushed 21:11:22 339e7ee1afab: Pushed 21:11:22 17bec77d7fdc: Layer already exists 21:11:22 2acb08732bcf: Pushed 21:11:24 ec9b71ac6823: Pushed 21:11:25 328d1bb1d938: Pushed 21:11:25 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:26 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:11:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:11:26 c1751daae769: Preparing 21:11:26 7a1ad2a91501: Preparing 21:11:26 328d1bb1d938: Preparing 21:11:26 ec9b71ac6823: Preparing 21:11:26 edd6aafe2f94: Preparing 21:11:26 e5cae2eee3d7: Preparing 21:11:26 5a92d27822c5: Preparing 21:11:26 339e7ee1afab: Preparing 21:11:26 2acb08732bcf: Preparing 21:11:26 17bec77d7fdc: Preparing 21:11:26 339e7ee1afab: Waiting 21:11:26 2acb08732bcf: Waiting 21:11:26 17bec77d7fdc: Waiting 21:11:26 e5cae2eee3d7: Waiting 21:11:26 5a92d27822c5: Waiting 21:11:26 ec9b71ac6823: Layer already exists 21:11:26 c1751daae769: Layer already exists 21:11:26 7a1ad2a91501: Layer already exists 21:11:26 328d1bb1d938: Layer already exists 21:11:26 edd6aafe2f94: Layer already exists 21:11:26 e5cae2eee3d7: Layer already exists 21:11:26 5a92d27822c5: Layer already exists 21:11:26 339e7ee1afab: Layer already exists 21:11:26 17bec77d7fdc: Layer already exists 21:11:26 2acb08732bcf: Layer already exists 21:11:26 latest: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:27 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 21:11:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:11:27 c1751daae769: Preparing 21:11:27 7a1ad2a91501: Preparing 21:11:27 328d1bb1d938: Preparing 21:11:27 ec9b71ac6823: Preparing 21:11:27 edd6aafe2f94: Preparing 21:11:27 e5cae2eee3d7: Preparing 21:11:27 5a92d27822c5: Preparing 21:11:27 339e7ee1afab: Preparing 21:11:27 2acb08732bcf: Preparing 21:11:27 17bec77d7fdc: Preparing 21:11:27 339e7ee1afab: Waiting 21:11:27 17bec77d7fdc: Waiting 21:11:27 2acb08732bcf: Waiting 21:11:27 e5cae2eee3d7: Waiting 21:11:27 5a92d27822c5: Waiting 21:11:27 7a1ad2a91501: Layer already exists 21:11:27 ec9b71ac6823: Layer already exists 21:11:27 edd6aafe2f94: Layer already exists 21:11:27 328d1bb1d938: Layer already exists 21:11:27 c1751daae769: Layer already exists 21:11:27 5a92d27822c5: Layer already exists 21:11:27 339e7ee1afab: Layer already exists 21:11:27 e5cae2eee3d7: Layer already exists 21:11:27 2acb08732bcf: Layer already exists 21:11:27 17bec77d7fdc: Layer already exists 21:11:27 3.0.0-dev.15: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:28 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:11:28 c1751daae769: Preparing 21:11:28 7a1ad2a91501: Preparing 21:11:28 328d1bb1d938: Preparing 21:11:28 ec9b71ac6823: Preparing 21:11:28 edd6aafe2f94: Preparing 21:11:28 e5cae2eee3d7: Preparing 21:11:28 5a92d27822c5: Preparing 21:11:28 339e7ee1afab: Preparing 21:11:28 2acb08732bcf: Preparing 21:11:28 17bec77d7fdc: Preparing 21:11:28 e5cae2eee3d7: Waiting 21:11:28 339e7ee1afab: Waiting 21:11:28 2acb08732bcf: Waiting 21:11:28 17bec77d7fdc: Waiting 21:11:28 5a92d27822c5: Waiting 21:11:28 328d1bb1d938: Layer already exists 21:11:28 ec9b71ac6823: Layer already exists 21:11:28 edd6aafe2f94: Layer already exists 21:11:28 c1751daae769: Layer already exists 21:11:28 7a1ad2a91501: Layer already exists 21:11:28 339e7ee1afab: Layer already exists 21:11:28 e5cae2eee3d7: Layer already exists 21:11:28 2acb08732bcf: Layer already exists 21:11:28 17bec77d7fdc: Layer already exists 21:11:28 5a92d27822c5: Layer already exists 21:11:28 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:28 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 21:11:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:11:29 c1751daae769: Preparing 21:11:29 7a1ad2a91501: Preparing 21:11:29 328d1bb1d938: Preparing 21:11:29 ec9b71ac6823: Preparing 21:11:29 edd6aafe2f94: Preparing 21:11:29 e5cae2eee3d7: Preparing 21:11:29 5a92d27822c5: Preparing 21:11:29 339e7ee1afab: Preparing 21:11:29 2acb08732bcf: Preparing 21:11:29 17bec77d7fdc: Preparing 21:11:29 e5cae2eee3d7: Waiting 21:11:29 5a92d27822c5: Waiting 21:11:29 339e7ee1afab: Waiting 21:11:29 17bec77d7fdc: Waiting 21:11:29 2acb08732bcf: Waiting 21:11:29 7a1ad2a91501: Layer already exists 21:11:29 c1751daae769: Layer already exists 21:11:29 328d1bb1d938: Layer already exists 21:11:29 ec9b71ac6823: Layer already exists 21:11:29 edd6aafe2f94: Layer already exists 21:11:29 e5cae2eee3d7: Layer already exists 21:11:29 2acb08732bcf: Layer already exists 21:11:29 5a92d27822c5: Layer already exists 21:11:29 339e7ee1afab: Layer already exists 21:11:29 17bec77d7fdc: Layer already exists 21:11:29 main: digest: sha256:d14350b14d65d733f5a3fcaad9f420ec818cacf25d820a32f41dd559e13bc706 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:29 ===================================================== [Pipeline] echo 21:11:29 taggedImages: 21:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.15 21:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:29 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 21:11:29 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 21:11:29 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:29 latest 21:11:29 3.0.0-dev.15 21:11:29 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:29 main 21:11:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:29 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:30 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:11:30 944b8c7c7c51: Preparing 21:11:30 df2665c20eae: Preparing 21:11:30 abcd459623bf: Preparing 21:11:30 b95662d179df: Preparing 21:11:30 9833f26c6bda: Preparing 21:11:30 abcd459623bf: Layer already exists 21:11:30 9833f26c6bda: Layer already exists 21:11:30 944b8c7c7c51: Pushed 21:11:31 b95662d179df: Pushed 21:11:34 df2665c20eae: Pushed 21:11:35 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:35 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:35 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:11:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:11:35 944b8c7c7c51: Preparing 21:11:35 df2665c20eae: Preparing 21:11:35 abcd459623bf: Preparing 21:11:35 b95662d179df: Preparing 21:11:35 9833f26c6bda: Preparing 21:11:35 df2665c20eae: Layer already exists 21:11:35 9833f26c6bda: Layer already exists 21:11:35 944b8c7c7c51: Layer already exists 21:11:35 abcd459623bf: Layer already exists 21:11:35 b95662d179df: Layer already exists 21:11:35 latest: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:36 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 21:11:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:11:36 944b8c7c7c51: Preparing 21:11:36 df2665c20eae: Preparing 21:11:36 abcd459623bf: Preparing 21:11:36 b95662d179df: Preparing 21:11:36 9833f26c6bda: Preparing 21:11:36 b95662d179df: Layer already exists 21:11:36 9833f26c6bda: Layer already exists 21:11:36 abcd459623bf: Layer already exists 21:11:36 944b8c7c7c51: Layer already exists 21:11:36 df2665c20eae: Layer already exists 21:11:36 3.0.0-dev.15: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:11:37 944b8c7c7c51: Preparing 21:11:37 df2665c20eae: Preparing 21:11:37 abcd459623bf: Preparing 21:11:37 b95662d179df: Preparing 21:11:37 9833f26c6bda: Preparing 21:11:37 b95662d179df: Layer already exists 21:11:37 df2665c20eae: Layer already exists 21:11:37 944b8c7c7c51: Layer already exists 21:11:37 9833f26c6bda: Layer already exists 21:11:37 abcd459623bf: Layer already exists 21:11:37 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:37 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 21:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:11:38 944b8c7c7c51: Preparing 21:11:38 df2665c20eae: Preparing 21:11:38 abcd459623bf: Preparing 21:11:38 b95662d179df: Preparing 21:11:38 9833f26c6bda: Preparing 21:11:38 944b8c7c7c51: Layer already exists 21:11:38 9833f26c6bda: Layer already exists 21:11:38 abcd459623bf: Layer already exists 21:11:38 b95662d179df: Layer already exists 21:11:38 df2665c20eae: Layer already exists 21:11:38 main: digest: sha256:81cc6d85e4ca740087ee8877d0498e48ef3660ec8085a2bcc9e946e07bca565e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:38 ===================================================== [Pipeline] echo 21:11:38 taggedImages: 21:11:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:11:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.15 21:11:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 21:11:38 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 21:11:38 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:38 latest 21:11:38 3.0.0-dev.15 21:11:38 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:38 main 21:11:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:11:38 7c78e3773b89: Preparing 21:11:38 91420df9ea95: Preparing 21:11:38 70652bb25d45: Preparing 21:11:38 e043e2045b61: Preparing 21:11:38 1a6246be66e2: Preparing 21:11:38 e07e396dd9a9: Preparing 21:11:38 9833f26c6bda: Preparing 21:11:38 e07e396dd9a9: Waiting 21:11:38 9833f26c6bda: Waiting 21:11:39 7c78e3773b89: Pushed 21:11:39 91420df9ea95: Pushed 21:11:39 70652bb25d45: Pushed 21:11:39 9833f26c6bda: Layer already exists 21:11:40 e07e396dd9a9: Pushed 21:11:46 1a6246be66e2: Pushed 21:11:54 e043e2045b61: Pushed 21:11:54 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:55 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:11:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:11:55 7c78e3773b89: Preparing 21:11:55 91420df9ea95: Preparing 21:11:55 70652bb25d45: Preparing 21:11:55 e043e2045b61: Preparing 21:11:55 1a6246be66e2: Preparing 21:11:55 e07e396dd9a9: Preparing 21:11:55 9833f26c6bda: Preparing 21:11:55 e07e396dd9a9: Waiting 21:11:55 9833f26c6bda: Waiting 21:11:55 91420df9ea95: Layer already exists 21:11:55 1a6246be66e2: Layer already exists 21:11:55 7c78e3773b89: Layer already exists 21:11:55 70652bb25d45: Layer already exists 21:11:55 e043e2045b61: Layer already exists 21:11:55 e07e396dd9a9: Layer already exists 21:11:55 9833f26c6bda: Layer already exists 21:11:55 latest: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:56 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 21:11:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:11:56 7c78e3773b89: Preparing 21:11:56 91420df9ea95: Preparing 21:11:56 70652bb25d45: Preparing 21:11:56 e043e2045b61: Preparing 21:11:56 1a6246be66e2: Preparing 21:11:56 e07e396dd9a9: Preparing 21:11:56 9833f26c6bda: Preparing 21:11:56 e07e396dd9a9: Waiting 21:11:56 9833f26c6bda: Waiting 21:11:56 7c78e3773b89: Layer already exists 21:11:56 70652bb25d45: Layer already exists 21:11:56 1a6246be66e2: Layer already exists 21:11:56 e043e2045b61: Layer already exists 21:11:56 91420df9ea95: Layer already exists 21:11:56 e07e396dd9a9: Layer already exists 21:11:56 9833f26c6bda: Layer already exists 21:11:56 3.0.0-dev.15: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:11:57 7c78e3773b89: Preparing 21:11:57 91420df9ea95: Preparing 21:11:57 70652bb25d45: Preparing 21:11:57 e043e2045b61: Preparing 21:11:57 1a6246be66e2: Preparing 21:11:57 e07e396dd9a9: Preparing 21:11:57 9833f26c6bda: Preparing 21:11:57 e07e396dd9a9: Waiting 21:11:57 9833f26c6bda: Waiting 21:11:57 e043e2045b61: Layer already exists 21:11:57 70652bb25d45: Layer already exists 21:11:57 7c78e3773b89: Layer already exists 21:11:57 1a6246be66e2: Layer already exists 21:11:57 91420df9ea95: Layer already exists 21:11:57 9833f26c6bda: Layer already exists 21:11:57 e07e396dd9a9: Layer already exists 21:11:57 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:57 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 21:11:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:11:58 7c78e3773b89: Preparing 21:11:58 91420df9ea95: Preparing 21:11:58 70652bb25d45: Preparing 21:11:58 e043e2045b61: Preparing 21:11:58 1a6246be66e2: Preparing 21:11:58 e07e396dd9a9: Preparing 21:11:58 9833f26c6bda: Preparing 21:11:58 e07e396dd9a9: Waiting 21:11:58 9833f26c6bda: Waiting 21:11:58 e043e2045b61: Layer already exists 21:11:58 91420df9ea95: Layer already exists 21:11:58 1a6246be66e2: Layer already exists 21:11:58 7c78e3773b89: Layer already exists 21:11:58 70652bb25d45: Layer already exists 21:11:58 e07e396dd9a9: Layer already exists 21:11:58 9833f26c6bda: Layer already exists 21:11:58 main: digest: sha256:1abbc06e7320f0ca93f0b3342b4c66fffddd18aba9c3691a4acd368d82e62289 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:11:58 ===================================================== [Pipeline] echo 21:11:58 taggedImages: 21:11:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:11:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.15 21:11:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:58 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 21:11:58 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 21:11:58 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:58 latest 21:11:58 3.0.0-dev.15 21:11:58 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:11:58 main 21:11:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:11:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:11:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:11:59 c097bad296df: Preparing 21:11:59 4469ef3a8fe9: Preparing 21:11:59 7e7a4af45153: Preparing 21:11:59 21438783d183: Preparing 21:11:59 4293a578c648: Preparing 21:11:59 9833f26c6bda: Preparing 21:11:59 9833f26c6bda: Waiting 21:11:59 7e7a4af45153: Pushed 21:11:59 c097bad296df: Pushed 21:11:59 4469ef3a8fe9: Pushed 21:11:59 9833f26c6bda: Layer already exists 21:12:00 4293a578c648: Pushed 21:12:15 21438783d183: Pushed 21:12:15 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:15 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:15 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:12:15 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:12:15 c097bad296df: Preparing 21:12:15 4469ef3a8fe9: Preparing 21:12:15 7e7a4af45153: Preparing 21:12:15 21438783d183: Preparing 21:12:15 4293a578c648: Preparing 21:12:15 9833f26c6bda: Preparing 21:12:15 9833f26c6bda: Waiting 21:12:15 7e7a4af45153: Layer already exists 21:12:15 4469ef3a8fe9: Layer already exists 21:12:15 21438783d183: Layer already exists 21:12:15 4293a578c648: Layer already exists 21:12:15 c097bad296df: Layer already exists 21:12:15 9833f26c6bda: Layer already exists 21:12:16 latest: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:16 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:16 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 21:12:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:12:16 c097bad296df: Preparing 21:12:16 4469ef3a8fe9: Preparing 21:12:16 7e7a4af45153: Preparing 21:12:16 21438783d183: Preparing 21:12:16 4293a578c648: Preparing 21:12:16 9833f26c6bda: Preparing 21:12:16 21438783d183: Layer already exists 21:12:16 4293a578c648: Layer already exists 21:12:16 7e7a4af45153: Layer already exists 21:12:16 4469ef3a8fe9: Layer already exists 21:12:16 c097bad296df: Layer already exists 21:12:16 9833f26c6bda: Layer already exists 21:12:17 3.0.0-dev.15: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:17 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:12:17 c097bad296df: Preparing 21:12:17 4469ef3a8fe9: Preparing 21:12:17 7e7a4af45153: Preparing 21:12:17 21438783d183: Preparing 21:12:17 4293a578c648: Preparing 21:12:17 9833f26c6bda: Preparing 21:12:17 9833f26c6bda: Waiting 21:12:17 4293a578c648: Layer already exists 21:12:17 c097bad296df: Layer already exists 21:12:17 7e7a4af45153: Layer already exists 21:12:17 4469ef3a8fe9: Layer already exists 21:12:17 21438783d183: Layer already exists 21:12:17 9833f26c6bda: Layer already exists 21:12:18 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:18 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:12:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:12:18 c097bad296df: Preparing 21:12:18 4469ef3a8fe9: Preparing 21:12:18 7e7a4af45153: Preparing 21:12:18 21438783d183: Preparing 21:12:18 4293a578c648: Preparing 21:12:18 9833f26c6bda: Preparing 21:12:18 9833f26c6bda: Waiting 21:12:18 c097bad296df: Layer already exists 21:12:18 4293a578c648: Layer already exists 21:12:18 7e7a4af45153: Layer already exists 21:12:18 4469ef3a8fe9: Layer already exists 21:12:18 21438783d183: Layer already exists 21:12:18 9833f26c6bda: Layer already exists 21:12:18 main: digest: sha256:c6a32af7777833f0c876c7864089e028ff1f8c9b31a2ac3511fe9108d676c698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:12:18 ===================================================== [Pipeline] echo 21:12:19 taggedImages: 21:12:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:12:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.15 21:12:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:19 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:12:19 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:12:19 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:19 latest 21:12:19 3.0.0-dev.15 21:12:19 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:19 main 21:12:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:12:19 74219bda8a44: Preparing 21:12:19 896e66087b2d: Preparing 21:12:19 ba1d293b5a1c: Preparing 21:12:19 ffac42b63c13: Preparing 21:12:19 e07e396dd9a9: Preparing 21:12:19 9833f26c6bda: Preparing 21:12:19 9833f26c6bda: Waiting 21:12:19 ba1d293b5a1c: Pushed 21:12:19 896e66087b2d: Pushed 21:12:19 74219bda8a44: Pushed 21:12:20 e07e396dd9a9: Layer already exists 21:12:20 9833f26c6bda: Layer already exists 21:12:35 ffac42b63c13: Pushed 21:12:35 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:36 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:36 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:12:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:12:36 74219bda8a44: Preparing 21:12:36 896e66087b2d: Preparing 21:12:36 ba1d293b5a1c: Preparing 21:12:36 ffac42b63c13: Preparing 21:12:36 e07e396dd9a9: Preparing 21:12:36 9833f26c6bda: Preparing 21:12:36 9833f26c6bda: Waiting 21:12:36 74219bda8a44: Layer already exists 21:12:36 ba1d293b5a1c: Layer already exists 21:12:36 ffac42b63c13: Layer already exists 21:12:36 e07e396dd9a9: Layer already exists 21:12:36 896e66087b2d: Layer already exists 21:12:36 9833f26c6bda: Layer already exists 21:12:36 latest: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 21:12:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:12:37 74219bda8a44: Preparing 21:12:37 896e66087b2d: Preparing 21:12:37 ba1d293b5a1c: Preparing 21:12:37 ffac42b63c13: Preparing 21:12:37 e07e396dd9a9: Preparing 21:12:37 9833f26c6bda: Preparing 21:12:37 9833f26c6bda: Waiting 21:12:37 ffac42b63c13: Layer already exists 21:12:37 ba1d293b5a1c: Layer already exists 21:12:37 e07e396dd9a9: Layer already exists 21:12:37 74219bda8a44: Layer already exists 21:12:37 896e66087b2d: Layer already exists 21:12:37 9833f26c6bda: Layer already exists 21:12:37 3.0.0-dev.15: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:37 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:12:38 74219bda8a44: Preparing 21:12:38 896e66087b2d: Preparing 21:12:38 ba1d293b5a1c: Preparing 21:12:38 ffac42b63c13: Preparing 21:12:38 e07e396dd9a9: Preparing 21:12:38 9833f26c6bda: Preparing 21:12:38 9833f26c6bda: Waiting 21:12:38 e07e396dd9a9: Layer already exists 21:12:38 ba1d293b5a1c: Layer already exists 21:12:38 ffac42b63c13: Layer already exists 21:12:38 896e66087b2d: Layer already exists 21:12:38 74219bda8a44: Layer already exists 21:12:38 9833f26c6bda: Layer already exists 21:12:38 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:38 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:12:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:12:39 74219bda8a44: Preparing 21:12:39 896e66087b2d: Preparing 21:12:39 ba1d293b5a1c: Preparing 21:12:39 ffac42b63c13: Preparing 21:12:39 e07e396dd9a9: Preparing 21:12:39 9833f26c6bda: Preparing 21:12:39 9833f26c6bda: Waiting 21:12:39 74219bda8a44: Layer already exists 21:12:39 ba1d293b5a1c: Layer already exists 21:12:39 896e66087b2d: Layer already exists 21:12:39 ffac42b63c13: Layer already exists 21:12:39 e07e396dd9a9: Layer already exists 21:12:39 9833f26c6bda: Layer already exists 21:12:39 main: digest: sha256:f7da2e3847be77a2b98f526d9a8d9af0da3c8192de5510b2fcf5beb19146d000 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:12:39 ===================================================== [Pipeline] echo 21:12:39 taggedImages: 21:12:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:12:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.15 21:12:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:39 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:12:39 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:12:39 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:39 latest 21:12:39 3.0.0-dev.15 21:12:39 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:39 main 21:12:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:39 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:40 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:12:40 dbedd6d3d55a: Preparing 21:12:40 886babda05e7: Preparing 21:12:40 abcd459623bf: Preparing 21:12:40 2a709f037fbd: Preparing 21:12:40 17bec77d7fdc: Preparing 21:12:40 17bec77d7fdc: Layer already exists 21:12:40 abcd459623bf: Layer already exists 21:12:40 dbedd6d3d55a: Pushed 21:12:40 2a709f037fbd: Pushed 21:12:46 886babda05e7: Pushed 21:12:46 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:46 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:46 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:12:46 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:12:46 dbedd6d3d55a: Preparing 21:12:46 886babda05e7: Preparing 21:12:46 abcd459623bf: Preparing 21:12:46 2a709f037fbd: Preparing 21:12:46 17bec77d7fdc: Preparing 21:12:46 abcd459623bf: Layer already exists 21:12:46 dbedd6d3d55a: Layer already exists 21:12:46 886babda05e7: Layer already exists 21:12:46 17bec77d7fdc: Layer already exists 21:12:46 2a709f037fbd: Layer already exists 21:12:46 latest: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:47 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:47 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 21:12:47 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:12:47 dbedd6d3d55a: Preparing 21:12:47 886babda05e7: Preparing 21:12:47 abcd459623bf: Preparing 21:12:47 2a709f037fbd: Preparing 21:12:47 17bec77d7fdc: Preparing 21:12:47 2a709f037fbd: Layer already exists 21:12:47 abcd459623bf: Layer already exists 21:12:47 17bec77d7fdc: Layer already exists 21:12:47 dbedd6d3d55a: Layer already exists 21:12:47 886babda05e7: Layer already exists 21:12:47 3.0.0-dev.15: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:48 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:48 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:12:48 dbedd6d3d55a: Preparing 21:12:48 886babda05e7: Preparing 21:12:48 abcd459623bf: Preparing 21:12:48 2a709f037fbd: Preparing 21:12:48 17bec77d7fdc: Preparing 21:12:48 17bec77d7fdc: Layer already exists 21:12:48 2a709f037fbd: Layer already exists 21:12:48 dbedd6d3d55a: Layer already exists 21:12:48 abcd459623bf: Layer already exists 21:12:48 886babda05e7: Layer already exists 21:12:48 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:48 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:49 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:12:49 dbedd6d3d55a: Preparing 21:12:49 886babda05e7: Preparing 21:12:49 abcd459623bf: Preparing 21:12:49 2a709f037fbd: Preparing 21:12:49 17bec77d7fdc: Preparing 21:12:49 886babda05e7: Layer already exists 21:12:49 abcd459623bf: Layer already exists 21:12:49 17bec77d7fdc: Layer already exists 21:12:49 2a709f037fbd: Layer already exists 21:12:49 dbedd6d3d55a: Layer already exists 21:12:49 main: digest: sha256:d6dc510371cee8b783c14975180dd43580b7939dc2242ced0ad6162569a7ec51 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:12:49 ===================================================== [Pipeline] echo 21:12:49 taggedImages: 21:12:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:12:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.15 21:12:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:49 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:12:49 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:12:49 9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:49 latest 21:12:49 3.0.0-dev.15 21:12:49 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:49 main 21:12:49 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:49 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:49 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:49 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:12:49 fbca08c5eca0: Preparing 21:12:49 bf95b8ee737c: Preparing 21:12:49 abcd459623bf: Preparing 21:12:49 84e9af287172: Preparing 21:12:49 17bec77d7fdc: Preparing 21:12:49 17bec77d7fdc: Layer already exists 21:12:49 84e9af287172: Layer already exists 21:12:49 abcd459623bf: Layer already exists 21:12:50 fbca08c5eca0: Pushed 21:12:55 bf95b8ee737c: Pushed 21:12:55 9123da5ee4a297ce5d9921c004089f9acce55f5e: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:55 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:55 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:12:55 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:12:55 fbca08c5eca0: Preparing 21:12:55 bf95b8ee737c: Preparing 21:12:55 abcd459623bf: Preparing 21:12:55 84e9af287172: Preparing 21:12:55 17bec77d7fdc: Preparing 21:12:55 17bec77d7fdc: Layer already exists 21:12:55 fbca08c5eca0: Layer already exists 21:12:55 84e9af287172: Layer already exists 21:12:55 bf95b8ee737c: Layer already exists 21:12:55 abcd459623bf: Layer already exists 21:12:55 latest: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:56 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 21:12:56 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:12:56 fbca08c5eca0: Preparing 21:12:56 bf95b8ee737c: Preparing 21:12:56 abcd459623bf: Preparing 21:12:56 84e9af287172: Preparing 21:12:56 17bec77d7fdc: Preparing 21:12:56 17bec77d7fdc: Layer already exists 21:12:56 fbca08c5eca0: Layer already exists 21:12:56 bf95b8ee737c: Layer already exists 21:12:56 abcd459623bf: Layer already exists 21:12:56 84e9af287172: Layer already exists 21:12:56 3.0.0-dev.15: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:56 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:57 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:57 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:12:57 fbca08c5eca0: Preparing 21:12:57 bf95b8ee737c: Preparing 21:12:57 abcd459623bf: Preparing 21:12:57 84e9af287172: Preparing 21:12:57 17bec77d7fdc: Preparing 21:12:57 bf95b8ee737c: Layer already exists 21:12:57 fbca08c5eca0: Layer already exists 21:12:57 84e9af287172: Layer already exists 21:12:57 17bec77d7fdc: Layer already exists 21:12:57 abcd459623bf: Layer already exists 21:12:57 9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:57 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:58 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:12:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:12:58 fbca08c5eca0: Preparing 21:12:58 bf95b8ee737c: Preparing 21:12:58 abcd459623bf: Preparing 21:12:58 84e9af287172: Preparing 21:12:58 17bec77d7fdc: Preparing 21:12:58 17bec77d7fdc: Layer already exists 21:12:58 fbca08c5eca0: Layer already exists 21:12:58 bf95b8ee737c: Layer already exists 21:12:58 84e9af287172: Layer already exists 21:12:58 abcd459623bf: Layer already exists 21:12:58 main: digest: sha256:ab8582e3b0533db849d6efa867f05eba58bcef7b5cec38f974cacea74cd0f66c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:12:58 ===================================================== [Pipeline] echo 21:12:58 taggedImages: 21:12:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e 21:12:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:12:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.15 21:12:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:9123da5ee4a297ce5d9921c004089f9acce55f5e-3.0.0-dev.15 21:12:58 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:12:58 21:12:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:12:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:12:58 arm64: Pulling from edgex-lftools-log-publisher 21:12:58 8998bd30e6a1: Pulling fs layer 21:12:58 04944245beec: Pulling fs layer 21:12:58 699f458cf7ca: Pulling fs layer 21:12:58 765212b225bb: Pulling fs layer 21:12:58 f23df028b6ca: Pulling fs layer 21:12:58 d65c8cfc05b1: Pulling fs layer 21:12:58 2437ff75d9bd: Pulling fs layer 21:12:58 f23df028b6ca: Waiting 21:12:58 d65c8cfc05b1: Waiting 21:12:58 2437ff75d9bd: Waiting 21:12:58 04944245beec: Verifying Checksum 21:12:58 04944245beec: Download complete 21:12:58 765212b225bb: Verifying Checksum 21:12:58 765212b225bb: Download complete 21:12:58 f23df028b6ca: Verifying Checksum 21:12:58 f23df028b6ca: Download complete 21:12:58 d65c8cfc05b1: Verifying Checksum 21:12:58 d65c8cfc05b1: Download complete 21:12:58 699f458cf7ca: Verifying Checksum 21:12:58 699f458cf7ca: Download complete 21:12:59 8998bd30e6a1: Verifying Checksum 21:12:59 8998bd30e6a1: Download complete 21:13:01 2437ff75d9bd: Verifying Checksum 21:13:01 2437ff75d9bd: Download complete 21:13:02 8998bd30e6a1: Pull complete 21:13:03 04944245beec: Pull complete 21:13:04 699f458cf7ca: Pull complete 21:13:04 765212b225bb: Pull complete 21:13:05 f23df028b6ca: Pull complete 21:13:05 d65c8cfc05b1: Pull complete 21:13:20 2437ff75d9bd: Pull complete 21:13:20 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:13:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:13:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:20 prd-ubuntu20.04-docker-arm64-4c-16g-1951 does not seem to be running inside a container 21:13:20 $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:13:24 $ docker top d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:13:24 ---> job-cost.sh 21:13:25 lf-activate-venv: SKIPPING 21:13:25 INFO: No Stack... 21:13:25 INFO: Retrieving Pricing Info for: v3-standard-4 21:13:26 INFO: Archiving Costs [Pipeline] sh 21:13:26 + cat /w/workspace/edgex-go/369/archives/cost.csv 21:13:26 + cut -d, -f6 [Pipeline] lock 21:13:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] 21:13:27 Resource [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] did not exist. Created. 21:13:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:13:27 + echo total: 0.10999999940395355 [Pipeline] stash 21:13:28 Stashed 1 file(s) [Pipeline] } 21:13:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-369-stack-cost] [Pipeline] // lock [Pipeline] } 21:13:28 $ docker stop --time=1 d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 21:13:29 $ docker rm -f --volumes d2f0118ef36ef4031994ccb94398107e9d25117d917122d640d96291a8e28ac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:13:30 provisioning config files... 21:13:30 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/369@tmp/config17207687380658115756tmp [Pipeline] { [Pipeline] sh 21:13:30 + set +x 21:13:30 + bash -s -- 21:13:30 + curl -s https://codecov.io/bash 21:13:30 21:13:30 _____ _ 21:13:30 / ____| | | 21:13:30 | | ___ __| | ___ ___ _____ __ 21:13:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:13:30 | |___| (_) | (_| | __/ (_| (_) \ V / 21:13:30 \_____\___/ \__,_|\___|\___\___/ \_/ 21:13:30 Bash-1.0.6 21:13:30 21:13:30 21:13:30 ==> git version 2.25.1 found 21:13:30 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:13:30 Release-Date: 2020-01-08 21:13:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:13:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:13:30 ==> Jenkins CI detected. 21:13:30 current dir:  /w/workspace/edgex-go/369 21:13:30 project root: . 21:13:30 --> token set from env 21:13:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:13:30 ==> Running gcov in . (disable via -X gcov) 21:13:30 ==> Python coveragepy not found 21:13:30 ==> Searching for coverage reports in: 21:13:30 + . 21:13:30 -> Found 1 reports 21:13:30 ==> Detecting git/mercurial file structure 21:13:30 ==> Reading reports 21:13:30 + ./coverage.out bytes=494838 21:13:30 ==> Appending adjustments 21:13:30 https://docs.codecov.io/docs/fixing-reports 21:13:31 + Found adjustments 21:13:31 ==> Gzipping contents 21:13:31 64K /tmp/codecov.4FwCtY.gz 21:13:31 ==> Uploading reports 21:13:31 url: https://codecov.io 21:13:31 query: branch=main&commit=9123da5ee4a297ce5d9921c004089f9acce55f5e&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:13:31 -> Pinging Codecov 21:13:31 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=9123da5ee4a297ce5d9921c004089f9acce55f5e&build=369&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F369%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:13:31 -> Uploading to 21:13:31 https://storage.googleapis.com/codecov/v4/raw/2023-01-11/00271124DB129430A58F1EEE437C3FCB/9123da5ee4a297ce5d9921c004089f9acce55f5e/1135b507-88b5-45af-8cbf-6867bcda0801.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230111T211331Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1bc3ed73641e50c32a0a5d15e819a2a1d3b69ee4d83b88da24d04b0877b5e381 21:13:31 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:31 Dload Upload Total Spent Left Speed 21:13:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63947 0 0 100 63947 0 161k --:--:-- --:--:-- --:--:-- 161k 21:13:32 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9123da5ee4a297ce5d9921c004089f9acce55f5e [Pipeline] } 21:13:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:13:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:13:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:13:33 21:13:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:13:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:13:33 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:13:33 df9b9388f04a: Pulling fs layer 21:13:33 52dc419b0ee2: Pulling fs layer 21:13:33 25bc292e5bac: Pulling fs layer 21:13:33 114826534d7a: Pulling fs layer 21:13:33 4657fd5d0bcf: Pulling fs layer 21:13:33 6ad1cebc031e: Pulling fs layer 21:13:33 8a3aa393b2d8: Pulling fs layer 21:13:33 4657fd5d0bcf: Waiting 21:13:33 6ad1cebc031e: Waiting 21:13:33 8a3aa393b2d8: Waiting 21:13:33 114826534d7a: Waiting 21:13:33 25bc292e5bac: Verifying Checksum 21:13:33 25bc292e5bac: Download complete 21:13:33 52dc419b0ee2: Verifying Checksum 21:13:33 52dc419b0ee2: Download complete 21:13:33 4657fd5d0bcf: Verifying Checksum 21:13:33 4657fd5d0bcf: Download complete 21:13:33 df9b9388f04a: Verifying Checksum 21:13:33 df9b9388f04a: Download complete 21:13:33 6ad1cebc031e: Verifying Checksum 21:13:33 6ad1cebc031e: Download complete 21:13:33 df9b9388f04a: Pull complete 21:13:33 52dc419b0ee2: Pull complete 21:13:33 25bc292e5bac: Pull complete 21:13:34 114826534d7a: Verifying Checksum 21:13:34 114826534d7a: Download complete 21:13:34 8a3aa393b2d8: Verifying Checksum 21:13:34 8a3aa393b2d8: Download complete 21:13:38 114826534d7a: Pull complete 21:13:38 4657fd5d0bcf: Pull complete 21:13:38 6ad1cebc031e: Pull complete 21:13:40 8a3aa393b2d8: Pull complete 21:13:40 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:13:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:13:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:13:40 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:13:40 $ 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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:13:45 $ docker top 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 -eo pid,comm [Pipeline] { [Pipeline] echo 21:13:45 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:13:46 + set -o pipefail 21:13:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:13:52 21:13:52 Monitoring /w/workspace/edgex-go/369 (github.com/edgexfoundry/edgex-go)... 21:13:52 21:13:52 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/aca46f49-c0f6-44be-9f66-c84c19d77683 21:13:52 21:13:52 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:13:52 21:13:52 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:13:52 21:13:52 21:13:52 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:13:52 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:13:52 More details here: https://snyk.co/ue1NS [Pipeline] } 21:13:52 $ docker stop --time=1 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 21:13:55 $ docker rm -f --volumes 68aeae4e948f40b26a989afd41de6cc01fdcdf3cd9b8ef6d65efeb5f4d395398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:13:56 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:13:56 provisioning config files... 21:13:56 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/369@tmp/config14636728670466400930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:13:56 --> edgex-publish-swagger.sh 21:13:56 === Publish openapi/v2 API === 21:13:56 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:13:56 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/369/openapi/v2/core-command.yaml] 21:13:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:56 Dload Upload Total Spent Left Speed 21:13:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33822 0 0 100 33822 0 141k --:--:-- --:--:-- --:--:-- 140k 100 33860 100 38 100 33822 38 34198 0:00:01 --:--:-- 0:00:01 34236 21:13:57 {"code":403,"message":"Access Denied"} 21:13:57 21:13:57 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/369/openapi/v2/core-data.yaml] 21:13:57 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:57 Dload Upload Total Spent Left Speed 21:13:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71710 0 0 100 71710 0 300k --:--:-- --:--:-- --:--:-- 299k 100 71748 100 38 100 71710 40 77190 --:--:-- --:--:-- --:--:-- 77148 21:13:58 {"code":403,"message":"Access Denied"} 21:13:58 21:13:58 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/369/openapi/v2/core-metadata.yaml] 21:13:58 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:58 Dload Upload Total Spent Left Speed 21:13:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 540k --:--:-- --:--:-- --:--:-- 538k 100 144k 100 38 100 144k 38 146k 0:00:01 --:--:-- 0:00:01 146k 21:13:59 {"code":403,"message":"Access Denied"} 21:13:59 21:13:59 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/369/openapi/v2/support-notifications.yaml] 21:13:59 % Total % Received % Xferd Average Speed Time Time Time Current 21:13:59 Dload Upload Total Spent Left Speed 21:14:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 37 89219 0:00:01 0:00:01 --:--:-- 89257 100 89347 100 38 100 89309 37 89219 0:00:01 0:00:01 --:--:-- 89257 21:14:00 {"code":403,"message":"Access Denied"} 21:14:00 21:14:00 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/369/openapi/v2/support-scheduler.yaml] 21:14:00 % Total % Received % Xferd Average Speed Time Time Time Current 21:14:00 Dload Upload Total Spent Left Speed 21:14:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 42 44484 --:--:-- --:--:-- --:--:-- 44477 100 39585 100 38 100 39547 42 44384 --:--:-- --:--:-- --:--:-- 44377 21:14:01 {"code":403,"message":"Access Denied"} 21:14:01 [Pipeline] } 21:14:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 21:14:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:14:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:14:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:02 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:14:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:14:02 $ docker top db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:14:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:14:02 [ssh-agent] Looking for ssh-agent implementation... 21:14:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:14:02 $ docker exec db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 ssh-agent 21:14:02 SSH_AUTH_SOCK=/tmp/ssh-hZvqH4Pvhf51/agent.32 21:14:02 SSH_AGENT_PID=37 21:14:02 Running ssh-add (command line suppressed) 21:14:02 Identity added: /w/workspace/edgex-go/369@tmp/private_key_12727065190725875363.key (/w/workspace/edgex-go/369@tmp/private_key_12727065190725875363.key) 21:14:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:03 + git semver tag 21:14:03 2023-01-11 21:14:03,449 [run_tag] DEBUG tag force:False 21:14:03 2023-01-11 21:14:03,449 [check_head_tag] DEBUG check head tag 21:14:03 2023-01-11 21:14:03,451 [execute] INFO git cat-file --batch-check 21:14:03 2023-01-11 21:14:03,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=) 21:14:03 2023-01-11 21:14:03,454 [execute] INFO git cat-file --batch 21:14:03 2023-01-11 21:14:03,454 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=) 21:14:03 2023-01-11 21:14:03,490 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:03 2023-01-11 21:14:03,491 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 21:14:03 2023-01-11 21:14:03,491 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) 21:14:03 2023-01-11 21:14:03,494 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:03 3.0.0-dev.15 [Pipeline] } 21:14:03 $ docker exec --env ******** --env ******** db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 ssh-agent -k 21:14:03 unset SSH_AUTH_SOCK; 21:14:03 unset SSH_AGENT_PID; 21:14:03 echo Agent pid 37 killed; 21:14:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:03 + git semver [Pipeline] } 21:14:04 $ docker stop --time=1 db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 21:14:05 $ docker rm -f --volumes db281f07bdf5120e8b226c81eef72b2930d7083cfe17745016a9d1e4b1098e36 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:14:05 21:14:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:14:06 0.23.1-centos7: Pulling from edgex-lftools 21:14:06 ab5ef0e58194: Pulling fs layer 21:14:06 9712f1f96733: Pulling fs layer 21:14:06 63f879dbbcfc: Pulling fs layer 21:14:06 0d9ebad4ef96: Pulling fs layer 21:14:06 e9a5061849ea: Pulling fs layer 21:14:06 d747dcd14b5f: Pulling fs layer 21:14:06 2de7ff778b66: Pulling fs layer 21:14:06 0d9ebad4ef96: Waiting 21:14:06 e9a5061849ea: Waiting 21:14:06 d747dcd14b5f: Waiting 21:14:06 2de7ff778b66: Waiting 21:14:06 9712f1f96733: Download complete 21:14:06 63f879dbbcfc: Verifying Checksum 21:14:06 63f879dbbcfc: Download complete 21:14:06 e9a5061849ea: Verifying Checksum 21:14:06 e9a5061849ea: Download complete 21:14:06 d747dcd14b5f: Verifying Checksum 21:14:06 d747dcd14b5f: Download complete 21:14:06 0d9ebad4ef96: Verifying Checksum 21:14:06 0d9ebad4ef96: Download complete 21:14:06 2de7ff778b66: Verifying Checksum 21:14:06 2de7ff778b66: Download complete 21:14:06 ab5ef0e58194: Verifying Checksum 21:14:06 ab5ef0e58194: Download complete 21:14:09 ab5ef0e58194: Pull complete 21:14:09 9712f1f96733: Pull complete 21:14:10 63f879dbbcfc: Pull complete 21:14:14 0d9ebad4ef96: Pull complete 21:14:14 e9a5061849ea: Pull complete 21:14:14 d747dcd14b5f: Pull complete 21:14:15 2de7ff778b66: Pull complete 21:14:15 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:14:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:14:15 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:15 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:14:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:14:20 $ docker top ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:14:20 provisioning config files... 21:14:20 copy managed file [sigul-config] to file:/w/workspace/edgex-go/369@tmp/config6776593775402744453tmp 21:14:20 copy managed file [sigul-password] to file:/w/workspace/edgex-go/369@tmp/config9875904100169107043tmp 21:14:20 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/369@tmp/config14924892308132817600tmp [Pipeline] { [Pipeline] echo 21:14:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:14:20 ---> sigul-configuration.sh 21:14:20 gpg: directory `/root/.gnupg' created 21:14:20 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:14:20 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:14:20 gpg: keyring `/root/.gnupg/secring.gpg' created 21:14:20 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:14:20 gpg: CAST5 encrypted data 21:14:20 gpg: encrypted with 1 passphrase 21:14:20 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:14:21 + mkdir /home/jenkins 21:14:21 + mkdir /home/jenkins/sigul [Pipeline] sh 21:14:21 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:14:21 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:14:21 ---> sigul-install.sh 21:14:21 Sigul already installed; skipping installation. [Pipeline] sh 21:14:22 + git tag --list 21:14:22 0.6.0 21:14:22 0.6.1 21:14:22 0.7.0 21:14:22 0.7.1 21:14:22 v1.0.0 21:14:22 v1.0.1 21:14:22 v1.1.0 21:14:22 v1.2.0 21:14:22 v1.2.1 21:14:22 v1.3.0 21:14:22 v1.3.1 21:14:22 v2.0.0 21:14:22 v2.1.0 21:14:22 v2.1.1 21:14:22 v2.1.1-dev.1 21:14:22 v2.1.1-dev.2 21:14:22 v2.1.1-dev.3 21:14:22 v2.1.1-dev.4 21:14:22 v2.1.1-dev.5 21:14:22 v2.1.1-dev.6 21:14:22 v2.1.1-dev.7 21:14:22 v2.1.1-dev.8 21:14:22 v2.1.2-dev.1 21:14:22 v2.2.0 21:14:22 v2.2.1-dev.1 21:14:22 v2.2.1-dev.10 21:14:22 v2.2.1-dev.11 21:14:22 v2.2.1-dev.12 21:14:22 v2.2.1-dev.13 21:14:22 v2.2.1-dev.14 21:14:22 v2.2.1-dev.15 21:14:22 v2.2.1-dev.16 21:14:22 v2.2.1-dev.17 21:14:22 v2.2.1-dev.18 21:14:22 v2.2.1-dev.19 21:14:22 v2.2.1-dev.2 21:14:22 v2.2.1-dev.20 21:14:22 v2.2.1-dev.21 21:14:22 v2.2.1-dev.22 21:14:22 v2.2.1-dev.23 21:14:22 v2.2.1-dev.24 21:14:22 v2.2.1-dev.25 21:14:22 v2.2.1-dev.26 21:14:22 v2.2.1-dev.27 21:14:22 v2.2.1-dev.28 21:14:22 v2.2.1-dev.29 21:14:22 v2.2.1-dev.3 21:14:22 v2.2.1-dev.4 21:14:22 v2.2.1-dev.5 21:14:22 v2.2.1-dev.6 21:14:22 v2.2.1-dev.7 21:14:22 v2.2.1-dev.8 21:14:22 v2.2.1-dev.9 21:14:22 v2.3.0 21:14:22 v2.3.0-dev.100 21:14:22 v2.3.0-dev.101 21:14:22 v2.3.0-dev.102 21:14:22 v2.3.0-dev.103 21:14:22 v2.3.0-dev.104 21:14:22 v2.3.0-dev.105 21:14:22 v2.3.0-dev.106 21:14:22 v2.3.0-dev.29 21:14:22 v2.3.0-dev.30 21:14:22 v2.3.0-dev.31 21:14:22 v2.3.0-dev.32 21:14:22 v2.3.0-dev.33 21:14:22 v2.3.0-dev.34 21:14:22 v2.3.0-dev.35 21:14:22 v2.3.0-dev.36 21:14:22 v2.3.0-dev.37 21:14:22 v2.3.0-dev.38 21:14:22 v2.3.0-dev.39 21:14:22 v2.3.0-dev.40 21:14:22 v2.3.0-dev.41 21:14:22 v2.3.0-dev.42 21:14:22 v2.3.0-dev.43 21:14:22 v2.3.0-dev.44 21:14:22 v2.3.0-dev.45 21:14:22 v2.3.0-dev.46 21:14:22 v2.3.0-dev.47 21:14:22 v2.3.0-dev.48 21:14:22 v2.3.0-dev.49 21:14:22 v2.3.0-dev.50 21:14:22 v2.3.0-dev.51 21:14:22 v2.3.0-dev.52 21:14:22 v2.3.0-dev.53 21:14:22 v2.3.0-dev.54 21:14:22 v2.3.0-dev.55 21:14:22 v2.3.0-dev.56 21:14:22 v2.3.0-dev.57 21:14:22 v2.3.0-dev.58 21:14:22 v2.3.0-dev.59 21:14:22 v2.3.0-dev.60 21:14:22 v2.3.0-dev.61 21:14:22 v2.3.0-dev.62 21:14:22 v2.3.0-dev.63 21:14:22 v2.3.0-dev.64 21:14:22 v2.3.0-dev.65 21:14:22 v2.3.0-dev.66 21:14:22 v2.3.0-dev.67 21:14:22 v2.3.0-dev.68 21:14:22 v2.3.0-dev.69 21:14:22 v2.3.0-dev.70 21:14:22 v2.3.0-dev.71 21:14:22 v2.3.0-dev.72 21:14:22 v2.3.0-dev.73 21:14:22 v2.3.0-dev.74 21:14:22 v2.3.0-dev.75 21:14:22 v2.3.0-dev.76 21:14:22 v2.3.0-dev.77 21:14:22 v2.3.0-dev.78 21:14:22 v2.3.0-dev.79 21:14:22 v2.3.0-dev.80 21:14:22 v2.3.0-dev.81 21:14:22 v2.3.0-dev.82 21:14:22 v2.3.0-dev.83 21:14:22 v2.3.0-dev.84 21:14:22 v2.3.0-dev.85 21:14:22 v2.3.0-dev.86 21:14:22 v2.3.0-dev.87 21:14:22 v2.3.0-dev.88 21:14:22 v2.3.0-dev.89 21:14:22 v2.3.0-dev.90 21:14:22 v2.3.0-dev.91 21:14:22 v2.3.0-dev.92 21:14:22 v2.3.0-dev.93 21:14:22 v2.3.0-dev.94 21:14:22 v2.3.0-dev.95 21:14:22 v2.3.0-dev.96 21:14:22 v2.3.0-dev.97 21:14:22 v2.3.0-dev.98 21:14:22 v2.3.0-dev.99 21:14:22 v2.3.1-dev.1 21:14:22 v2.3.1-dev.2 21:14:22 v2.3.1-dev.3 21:14:22 v2.3.1-dev.4 21:14:22 v2.3.1-dev.5 21:14:22 v3.0.0-dev.1 21:14:22 v3.0.0-dev.10 21:14:22 v3.0.0-dev.11 21:14:22 v3.0.0-dev.12 21:14:22 v3.0.0-dev.13 21:14:22 v3.0.0-dev.14 21:14:22 v3.0.0-dev.15 21:14:22 v3.0.0-dev.2 21:14:22 v3.0.0-dev.3 21:14:22 v3.0.0-dev.4 21:14:22 v3.0.0-dev.5 21:14:22 v3.0.0-dev.6 21:14:22 v3.0.0-dev.7 21:14:22 v3.0.0-dev.8 21:14:22 v3.0.0-dev.9 [Pipeline] sh 21:14:22 + lftools sign git-tag v3.0.0-dev.15 21:14:22 Signing Git tag with Sigul... 21:14:22 Signing v3.0.0-dev.15 [Pipeline] echo 21:14:23 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:14:23 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:14:23 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:14:23 $ docker stop --time=1 ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 21:14:25 $ docker rm -f --volumes ba994f5eee8e70a445d17cc26aa28226dd2d2e36b7e59b970ac175f4e428e148 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:14:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:14:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:14:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:25 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:14:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:14:26 $ docker top 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:14:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:14:26 [ssh-agent] Looking for ssh-agent implementation... 21:14:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:14:26 $ docker exec 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b ssh-agent 21:14:26 SSH_AUTH_SOCK=/tmp/ssh-RRiPvvzn5FEW/agent.32 21:14:26 SSH_AGENT_PID=38 21:14:26 Running ssh-add (command line suppressed) 21:14:26 Identity added: /w/workspace/edgex-go/369@tmp/private_key_4857122664916073930.key (/w/workspace/edgex-go/369@tmp/private_key_4857122664916073930.key) 21:14:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:26 + git semver bump pre 21:14:27 2023-01-11 21:14:27,151 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:27 2023-01-11 21:14:27,151 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev 21:14:27 2023-01-11 21:14:27,151 [bump_version] DEBUG bumped version:3.0.0-dev.16 21:14:27 2023-01-11 21:14:27,151 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/edgex-go/369/.semver/main with force:True 21:14:27 2023-01-11 21:14:27,151 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:27 2023-01-11 21:14:27,151 [write_file] DEBUG write to file:/w/workspace/edgex-go/369/.semver/main 21:14:27 2023-01-11 21:14:27,153 [execute] INFO git cat-file --batch-check 21:14:27 2023-01-11 21:14:27,153 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) 21:14:27 2023-01-11 21:14:27,159 [execute] INFO git cat-file --batch 21:14:27 2023-01-11 21:14:27,160 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) 21:14:27 2023-01-11 21:14:27,165 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:27 3.0.0-dev.16 [Pipeline] } 21:14:27 $ docker exec --env ******** --env ******** 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b ssh-agent -k 21:14:27 unset SSH_AUTH_SOCK; 21:14:27 unset SSH_AGENT_PID; 21:14:27 echo Agent pid 38 killed; 21:14:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:27 + git semver [Pipeline] } 21:14:27 $ docker stop --time=1 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b 21:14:29 $ docker rm -f --volumes 602bc1720b2e3e08a067d19242fb1d5cf0f0e51c152239fb43c55a810964013b [Pipeline] // withDockerContainer [Pipeline] sh 21:14:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:14:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:14:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:29 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:14:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:14:30 $ docker top 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:14:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:14:30 [ssh-agent] Looking for ssh-agent implementation... 21:14:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:14:30 $ docker exec 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 ssh-agent 21:14:30 SSH_AUTH_SOCK=/tmp/ssh-cqjrCoJjf5UJ/agent.32 21:14:30 SSH_AGENT_PID=38 21:14:30 Running ssh-add (command line suppressed) 21:14:30 Identity added: /w/workspace/edgex-go/369@tmp/private_key_8216901865676068389.key (/w/workspace/edgex-go/369@tmp/private_key_8216901865676068389.key) 21:14:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:14:30 + git semver push 21:14:31 2023-01-11 21:14:31,116 [run_push] DEBUG push 21:14:31 2023-01-11 21:14:31,116 [execute] INFO git cat-file --batch-check 21:14:31 2023-01-11 21:14:31,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=) 21:14:31 2023-01-11 21:14:31,121 [execute] INFO git rev-list 612c1970b78e192ed4a5b59a94704cef10c93954 -- 21:14:31 2023-01-11 21:14:31,121 [execute] DEBUG Popen(['git', 'rev-list', '612c1970b78e192ed4a5b59a94704cef10c93954', '--'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=None) 21:14:31 2023-01-11 21:14:31,136 [execute] INFO git fetch -v origin 21:14:31 2023-01-11 21:14:31,137 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=True, shell=None, istream=None) 21:14:31 2023-01-11 21:14:31,743 [run_push] DEBUG no remote changes detected 21:14:31 2023-01-11 21:14:31,744 [execute] INFO git push origin semver 21:14:31 2023-01-11 21:14:31,745 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/369/.semver, universal_newlines=False, shell=None, istream=None) 21:14:33 2023-01-11 21:14:32,825 [run_push] DEBUG push all version tags 21:14:33 2023-01-11 21:14:32,825 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:14:33 2023-01-11 21:14:32,826 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/369, universal_newlines=False, shell=None, istream=None) 21:14:34 2023-01-11 21:14:33,958 [read_version] DEBUG read version from /w/workspace/edgex-go/369/.semver/main 21:14:34 3.0.0-dev.16 [Pipeline] } 21:14:34 $ docker exec --env ******** --env ******** 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 ssh-agent -k 21:14:34 unset SSH_AUTH_SOCK; 21:14:34 unset SSH_AGENT_PID; 21:14:34 echo Agent pid 38 killed; 21:14:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:14:34 + git semver [Pipeline] } 21:14:34 $ docker stop --time=1 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 21:14:36 $ docker rm -f --volumes 7a54bdc991338775206cf5f82de65cd6803b0d6c0d58f5c70ec5c92d4cfc54b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:14:36 + [ -d /w/workspace/edgex-go/369/archives ] [Pipeline] libraryResource [Pipeline] sh 21:14:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:14:37 ---> package-listing.sh 21:14:37 ++ facter osfamily 21:14:37 ++ tr '[:upper:]' '[:lower:]' 21:14:37 + OS_FAMILY=debian 21:14:37 + workspace=/w/workspace/edgex-go/369 21:14:37 + START_PACKAGES=/tmp/packages_start.txt 21:14:37 + END_PACKAGES=/tmp/packages_end.txt 21:14:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:14:37 + PACKAGES=/tmp/packages_start.txt 21:14:37 + '[' /w/workspace/edgex-go/369 ']' 21:14:37 + PACKAGES=/tmp/packages_end.txt 21:14:37 + case "${OS_FAMILY}" in 21:14:37 + dpkg -l 21:14:37 + grep '^ii' 21:14:37 + '[' -f /tmp/packages_start.txt ']' 21:14:37 + '[' -f /tmp/packages_end.txt ']' 21:14:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:14:37 + '[' /w/workspace/edgex-go/369 ']' 21:14:37 + mkdir -p /w/workspace/edgex-go/369/archives/ 21:14:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/369/archives/ [Pipeline] echo 21:14:37 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/369/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:14:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:38 21:14:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:14:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:39 latest: Pulling from edgex-lftools-log-publisher 21:14:39 5eb5b503b376: Pulling fs layer 21:14:39 5c69ac0246d0: Pulling fs layer 21:14:39 ec43610c2a17: Pulling fs layer 21:14:39 3a2ae6a8a46f: Pulling fs layer 21:14:39 33b1e0a273af: Pulling fs layer 21:14:39 5d3b04190fa2: Pulling fs layer 21:14:39 2f39f015ded8: Pulling fs layer 21:14:39 3a2ae6a8a46f: Waiting 21:14:39 2f39f015ded8: Waiting 21:14:39 33b1e0a273af: Waiting 21:14:39 5d3b04190fa2: Waiting 21:14:39 5c69ac0246d0: Verifying Checksum 21:14:39 5c69ac0246d0: Download complete 21:14:39 3a2ae6a8a46f: Verifying Checksum 21:14:39 33b1e0a273af: Verifying Checksum 21:14:39 33b1e0a273af: Download complete 21:14:39 ec43610c2a17: Verifying Checksum 21:14:39 ec43610c2a17: Download complete 21:14:39 5d3b04190fa2: Download complete 21:14:39 5eb5b503b376: Download complete 21:14:39 2f39f015ded8: Verifying Checksum 21:14:39 2f39f015ded8: Download complete 21:14:40 5eb5b503b376: Pull complete 21:14:40 5c69ac0246d0: Pull complete 21:14:41 ec43610c2a17: Pull complete 21:14:41 3a2ae6a8a46f: Pull complete 21:14:41 33b1e0a273af: Pull complete 21:14:41 5d3b04190fa2: Pull complete 21:14:45 2f39f015ded8: Pull complete 21:14:45 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:14:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:14:45 prd-ubuntu20.04-docker-8c-8g-1950 does not seem to be running inside a container 21:14:45 $ 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/369/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/369 -v /w/workspace/edgex-go/369:/w/workspace/edgex-go/369:rw,z -v /w/workspace/edgex-go/369@tmp:/w/workspace/edgex-go/369@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 21:14:49 $ docker top 85c078c67f0503f49e5e1d7342d175a9f62863682fdfe0174b226d2755471f0f -eo pid,comm [Pipeline] { [Pipeline] sh 21:14:49 + touch /tmp/pre-build-complete [Pipeline] sh 21:14:49 + mkdir -p /var/log/sysstat [Pipeline] sh 21:14:50 + ls /var/log/sa-host 21:14:50 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:14:50 provisioning config files... 21:14:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/369@tmp/config14533551760752652149tmp [Pipeline] { [Pipeline] echo 21:14:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:14:50 ---> create-netrc.sh [Pipeline] } 21:14:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:14:50 ---> python-tools-install.sh [Pipeline] echo 21:14:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:14:51 ---> sudo-logs.sh 21:14:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:14:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:14:51 ---> job-cost.sh 21:14:51 lf-activate-venv: SKIPPING 21:14:51 DEBUG: total: 0.10999999940395355 21:14:51 INFO: Retrieving Stack Cost... 21:14:52 INFO: Retrieving Pricing Info for: v3-standard-8 21:14:52 INFO: Archiving Costs [Pipeline] echo 21:14:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:14:52 ---> logs-deploy.sh 21:14:52 lf-activate-venv: SKIPPING 21:14:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/369 21:14:52 INFO: archiving workspace using pattern(s): 21:14:53 Archives upload complete. 21:14:53 INFO: archiving logs to Nexus 21:14:54 ---> uname -a: 21:14:54 Linux prd-ubuntu20-04-docker-8c-8g-1950 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:14:54 21:14:54 21:14:54 ---> lscpu: 21:14:54 Architecture: x86_64 21:14:54 CPU op-mode(s): 32-bit, 64-bit 21:14:54 Byte Order: Little Endian 21:14:54 Address sizes: 40 bits physical, 48 bits virtual 21:14:54 CPU(s): 8 21:14:54 On-line CPU(s) list: 0-7 21:14:54 Thread(s) per core: 1 21:14:54 Core(s) per socket: 1 21:14:54 Socket(s): 8 21:14:54 NUMA node(s): 1 21:14:54 Vendor ID: AuthenticAMD 21:14:54 CPU family: 23 21:14:54 Model: 49 21:14:54 Model name: AMD EPYC-Rome Processor 21:14:54 Stepping: 0 21:14:54 CPU MHz: 2799.988 21:14:54 BogoMIPS: 5599.97 21:14:54 Virtualization: AMD-V 21:14:54 Hypervisor vendor: KVM 21:14:54 Virtualization type: full 21:14:54 L1d cache: 256 KiB 21:14:54 L1i cache: 256 KiB 21:14:54 L2 cache: 4 MiB 21:14:54 L3 cache: 128 MiB 21:14:54 NUMA node0 CPU(s): 0-7 21:14:54 Vulnerability Itlb multihit: Not affected 21:14:54 Vulnerability L1tf: Not affected 21:14:54 Vulnerability Mds: Not affected 21:14:54 Vulnerability Meltdown: Not affected 21:14:54 Vulnerability Mmio stale data: Not affected 21:14:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:14:54 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:14:54 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:14:54 Vulnerability Srbds: Not affected 21:14:54 Vulnerability Tsx async abort: Not affected 21:14:54 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 21:14:54 21:14:54 21:14:54 ---> nproc: 21:14:54 8 21:14:54 21:14:54 21:14:54 ---> df -h: 21:14:54 Filesystem Size Used Avail Use% Mounted on 21:14:54 overlay 155G 20G 136G 13% / 21:14:54 tmpfs 64M 0 64M 0% /dev 21:14:54 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:14:54 shm 64M 0 64M 0% /dev/shm 21:14:54 /dev/vda1 155G 20G 136G 13% /facter-os 21:14:54 21:14:54 21:14:54 ---> sar -b -r -n DEV: 21:14:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1950) 01/11/23 _x86_64_ (8 CPU) 21:14:54 21:14:54 20:46:22 LINUX RESTART (8 CPU) 21:14:54 21:14:54 20:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:14:54 20:48:01 155.41 11.48 143.93 0.00 1760.77 87151.21 0.00 21:14:54 20:49:01 30.68 0.08 30.59 0.00 0.67 13634.53 0.00 21:14:54 20:50:01 79.21 0.30 78.91 0.00 20.79 30407.35 0.00 21:14:54 20:51:01 347.52 6.78 340.74 0.00 57.05 134307.10 0.00 21:14:54 20:52:01 489.27 13.13 476.15 0.00 2929.74 204994.84 0.00 21:14:54 20:53:01 666.69 0.20 666.49 0.00 16.26 206469.84 0.00 21:14:54 20:54:01 694.84 3.10 691.74 0.00 2284.31 204225.79 0.00 21:14:54 20:55:01 407.37 0.10 407.27 0.00 5.20 52368.34 0.00 21:14:54 20:56:01 20.83 0.00 20.83 0.00 0.00 489.65 0.00 21:14:54 20:57:01 1.63 0.00 1.63 0.00 0.00 17.99 0.00 21:14:54 20:58:01 1.08 0.00 1.08 0.00 0.00 11.46 0.00 21:14:54 20:59:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 21:14:54 21:00:01 1.08 0.00 1.08 0.00 0.00 11.06 0.00 21:14:54 21:01:01 1.13 0.00 1.13 0.00 0.00 13.46 0.00 21:14:54 21:02:01 1.60 0.02 1.58 0.00 0.13 23.06 0.00 21:14:54 21:03:01 1.63 0.00 1.63 0.00 0.00 18.26 0.00 21:14:54 21:04:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 21:14:54 21:05:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 21:14:54 21:06:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 21:14:54 21:07:01 3.22 1.62 1.60 0.00 36.39 19.86 0.00 21:14:54 21:08:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 21:14:54 21:09:01 1.53 0.00 1.53 0.00 0.00 17.33 0.00 21:14:54 21:10:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 21:14:54 21:11:01 1.47 0.00 1.47 0.00 0.00 16.66 0.00 21:14:54 21:12:01 2.05 0.18 1.87 0.00 18.53 19.46 0.00 21:14:54 21:13:01 2.02 0.00 2.02 0.00 0.00 23.86 0.00 21:14:54 21:14:01 61.81 0.27 61.54 0.00 9.47 33354.31 0.00 21:14:54 Average: 110.34 1.38 108.97 0.00 264.45 35842.98 0.00 21:14:54 21:14:54 20:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:14:54 20:48:01 28364896 31424108 882676 2.68 112180 3176220 2030332 5.98 1290004 2811684 6584 21:14:54 20:49:01 27526536 31052960 1250432 3.80 114864 3600876 2354136 6.94 1724068 3172332 177656 21:14:54 20:50:01 26683728 31512924 790508 2.40 116644 4874740 1877108 5.53 1479348 4233772 1216004 21:14:54 20:51:01 23040348 31359996 931272 2.83 233880 7961128 2734116 8.06 2177540 6874356 1056296 21:14:54 20:52:01 21021188 30965924 1289040 3.92 305844 9467700 3912356 11.53 2642636 8333212 1676 21:14:54 20:53:01 20439940 31366264 901560 2.74 322580 10371332 2375200 7.00 2265608 9256000 2728 21:14:54 20:54:01 18270052 31058472 1194084 3.63 390464 12049688 3245536 9.56 2984580 10572132 401928 21:14:54 20:55:01 19690080 31513320 756188 2.30 395640 11131980 1879464 5.54 2395140 9816344 1032 21:14:54 20:56:01 19690732 31514464 754608 2.29 396276 11132140 1880044 5.54 2394120 9816288 12 21:14:54 20:57:01 19684876 31508848 760492 2.31 396312 11132136 1880044 5.54 2401564 9816480 24 21:14:54 20:58:01 19684244 31508260 761100 2.31 396332 11132144 1880044 5.54 2401512 9816508 4 21:14:54 20:59:01 19688304 31512564 757072 2.30 396344 11132276 1880044 5.54 2396624 9816632 56 21:14:54 21:00:01 19688288 31512548 757060 2.30 396348 11132276 1880044 5.54 2396608 9816632 8 21:14:54 21:01:01 19691856 31516140 753472 2.29 396364 11132280 1880044 5.54 2391732 9816644 56 21:14:54 21:02:01 19690488 31514880 754400 2.29 396404 11132248 1928544 5.68 2391864 9816612 52 21:14:54 21:03:01 19690520 31514936 754292 2.29 396432 11132264 1928544 5.68 2391860 9816616 12 21:14:54 21:04:01 19690916 31515336 754028 2.29 396452 11132268 1928544 5.68 2391868 9816620 8 21:14:54 21:05:01 19690904 31515504 753860 2.29 396476 11132396 1928544 5.68 2392184 9816740 44 21:14:54 21:06:01 19690832 31515452 753832 2.29 396492 11132400 1928544 5.68 2392196 9816752 8 21:14:54 21:07:01 19681076 31507976 761300 2.32 396512 11133492 1928544 5.68 2402832 9817044 80 21:14:54 21:08:01 19680720 31507620 761532 2.32 396524 11133492 1928544 5.68 2402708 9817044 4 21:14:54 21:09:01 19680420 31507348 761748 2.32 396544 11133496 1928544 5.68 2402608 9817048 44 21:14:54 21:10:01 19680320 31507256 761972 2.32 396564 11133500 1928544 5.68 2402676 9817048 76 21:14:54 21:11:01 19680344 31507316 761904 2.32 396580 11133508 1928544 5.68 2402824 9817052 208 21:14:54 21:12:01 19668620 31496264 772716 2.35 396600 11134068 1931532 5.69 2414044 9817556 276 21:14:54 21:13:01 19677460 31505124 764044 2.32 396628 11134068 1931532 5.69 2402612 9817556 16 21:14:54 21:14:01 18883976 31492640 775720 2.36 422928 11837940 1938768 5.71 2481924 10480248 3300 21:14:54 Average: 20675988 31442016 830775 2.53 353748 10180076 2102807 6.20 2319011 8972332 106229 21:14:54 21:14:54 20:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:14:54 20:48:01 lo 4.73 4.73 0.46 0.46 0.00 0.00 0.00 0.00 21:14:54 20:48:01 ens3 690.13 603.80 9189.21 81.06 0.00 0.00 0.00 0.00 21:14:54 20:48:01 vethfc40361 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:48:01 docker0 400.42 381.89 30.79 3417.24 0.00 0.00 0.00 0.00 21:14:54 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:49:01 ens3 20.33 11.55 15.71 8.69 0.00 0.00 0.00 0.00 21:14:54 20:49:01 vethfc40361 1.50 1.55 0.12 0.13 0.00 0.00 0.00 0.00 21:14:54 20:49:01 docker0 1.50 1.50 0.10 0.13 0.00 0.00 0.00 0.00 21:14:54 20:50:01 vethc37d93b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:50:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:14:54 20:50:01 ens3 116.84 92.87 1701.60 123.55 0.00 0.00 0.00 0.00 21:14:54 20:50:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:51:01 vethc37d93b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:51:01 ens3 899.03 681.02 6074.85 65.70 0.00 0.00 0.00 0.00 21:14:54 20:51:01 docker0 669.23 881.54 50.19 6051.19 0.00 0.00 0.00 0.00 21:14:54 20:52:01 vethc37d93b 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:52:01 vethd655681 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:52:01 veth0f1eb8d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:52:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 21:14:54 20:52:01 veth2441b77 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:52:01 veth121caa4 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:52:01 ens3 131.48 68.73 1523.41 12.54 0.00 0.00 0.00 0.00 21:14:54 20:52:01 docker0 4.10 7.33 0.26 81.07 0.00 0.00 0.00 0.00 21:14:54 20:53:01 vethc37d93b 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 21:14:54 20:53:01 veth2ecb51c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:53:01 vethb01d3f9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:53:01 lo 1.60 1.60 0.15 0.15 0.00 0.00 0.00 0.00 21:14:54 20:53:01 veth809481e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:53:01 ens3 595.40 229.94 2819.18 33.53 0.00 0.00 0.00 0.00 21:14:54 20:53:01 docker0 99.67 181.54 8.21 1472.02 0.00 0.00 0.00 0.00 21:14:54 20:54:01 vethaa72bfe 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:54:01 vethc37d93b 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:54:01 vethca01ee6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:54:01 vetha765276 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:14:54 20:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:54:01 ens3 410.30 222.61 2651.57 35.38 0.00 0.00 0.00 0.00 21:14:54 20:54:01 docker0 181.99 304.68 15.04 2493.76 0.00 0.00 0.00 0.00 21:14:54 20:55:01 lo 33.93 33.93 3.34 3.34 0.00 0.00 0.00 0.00 21:14:54 20:55:01 ens3 342.71 334.48 345.34 1327.67 0.00 0.00 0.00 0.00 21:14:54 20:55:01 docker0 8.08 14.98 0.52 176.51 0.00 0.00 0.00 0.00 21:14:54 20:56:01 lo 23.86 23.86 2.35 2.35 0.00 0.00 0.00 0.00 21:14:54 20:56:01 ens3 290.47 279.94 134.12 1829.98 0.00 0.00 0.00 0.00 21:14:54 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:57:01 ens3 4.00 7.25 12.43 32.58 0.00 0.00 0.00 0.00 21:14:54 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 20:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:59:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:00:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:02:01 ens3 1.15 1.87 0.14 6.64 0.00 0.00 0.00 0.00 21:14:54 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:03:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:04:01 ens3 0.55 0.05 0.05 0.00 0.00 0.00 0.00 0.00 21:14:54 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:05:01 ens3 9.12 16.90 0.90 15.00 0.00 0.00 0.00 0.00 21:14:54 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:07:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 21:14:54 21:07:01 ens3 35.74 47.88 6.97 77.37 0.00 0.00 0.00 0.00 21:14:54 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:10:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:12:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:12:01 ens3 0.47 0.42 0.40 0.10 0.00 0.00 0.00 0.00 21:14:54 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:14:54 21:13:01 ens3 0.17 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:14:54 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:14:54 21:14:01 lo 1.40 1.40 0.15 0.15 0.00 0.00 0.00 0.00 21:14:54 21:14:01 ens3 225.36 168.76 4573.82 30.30 0.00 0.00 0.00 0.00 21:14:54 21:14:01 docker0 44.56 54.06 3.57 587.69 0.00 0.00 0.00 0.00 21:14:54 Average: lo 2.57 2.57 0.25 0.25 0.00 0.00 0.00 0.00 21:14:54 Average: ens3 139.78 102.54 1075.93 136.29 0.00 0.00 0.00 0.00 21:14:54 Average: docker0 52.21 67.69 4.03 528.90 0.00 0.00 0.00 0.00 21:14:54 21:14:54 21:14:54 ---> sar -P ALL: 21:14:54 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1950) 01/11/23 _x86_64_ (8 CPU) 21:14:54 21:14:54 20:46:22 LINUX RESTART (8 CPU) 21:14:54 21:14:54 20:47:01 CPU %user %nice %system %iowait %steal %idle 21:14:54 20:48:01 all 9.66 0.00 3.91 3.36 0.05 83.02 21:14:54 20:48:01 0 7.81 0.00 4.17 0.27 0.05 87.70 21:14:54 20:48:01 1 9.23 0.00 3.91 2.48 0.05 84.34 21:14:54 20:48:01 2 9.34 0.00 4.04 0.25 0.07 86.30 21:14:54 20:48:01 3 8.69 0.00 4.72 6.23 0.05 80.31 21:14:54 20:48:01 4 9.03 0.00 3.53 12.64 0.03 74.77 21:14:54 20:48:01 5 11.10 0.00 2.99 0.20 0.05 85.66 21:14:54 20:48:01 6 13.59 0.00 4.64 4.23 0.07 77.48 21:14:54 20:48:01 7 8.56 0.00 3.27 0.57 0.07 87.52 21:14:54 20:49:01 all 49.13 0.00 6.80 0.83 0.08 43.16 21:14:54 20:49:01 0 48.26 0.00 6.31 0.44 0.08 44.91 21:14:54 20:49:01 1 49.78 0.00 6.98 4.09 0.08 39.06 21:14:54 20:49:01 2 48.69 0.00 6.50 0.13 0.07 44.61 21:14:54 20:49:01 3 48.35 0.00 7.10 0.15 0.08 44.31 21:14:54 20:49:01 4 49.51 0.00 5.99 0.56 0.08 43.86 21:14:54 20:49:01 5 49.35 0.00 7.05 0.24 0.08 43.27 21:14:54 20:49:01 6 49.40 0.00 6.80 0.69 0.10 43.01 21:14:54 20:49:01 7 49.73 0.00 7.67 0.32 0.07 42.21 21:14:54 20:50:01 all 31.44 0.00 6.24 1.47 0.08 60.76 21:14:54 20:50:01 0 31.80 0.00 6.40 0.15 0.08 61.56 21:14:54 20:50:01 1 31.63 0.00 6.53 9.94 0.07 51.83 21:14:54 20:50:01 2 30.42 0.00 6.31 0.03 0.07 63.16 21:14:54 20:50:01 3 31.83 0.00 6.86 0.17 0.08 61.05 21:14:54 20:50:01 4 31.30 0.00 5.34 0.00 0.07 63.30 21:14:54 20:50:01 5 31.24 0.00 5.85 0.13 0.07 62.70 21:14:54 20:50:01 6 32.48 0.00 6.79 1.26 0.07 59.40 21:14:54 20:50:01 7 30.84 0.00 5.81 0.15 0.17 63.03 21:14:54 20:51:01 all 12.22 0.00 7.73 9.36 0.07 70.62 21:14:54 20:51:01 0 11.75 0.00 6.52 5.04 0.05 76.63 21:14:54 20:51:01 1 11.75 0.00 7.29 3.38 0.07 77.51 21:14:54 20:51:01 2 13.45 0.00 8.23 3.59 0.05 74.68 21:14:54 20:51:01 3 12.60 0.00 9.16 16.85 0.09 61.29 21:14:54 20:51:01 4 11.19 0.00 5.72 7.75 0.07 75.27 21:14:54 20:51:01 5 12.06 0.00 8.35 14.06 0.07 65.46 21:14:54 20:51:01 6 12.55 0.00 8.43 16.17 0.08 62.77 21:14:54 20:51:01 7 12.40 0.00 8.20 8.11 0.09 71.20 21:14:54 20:52:01 all 30.39 0.00 8.35 13.42 0.08 47.76 21:14:54 20:52:01 0 31.06 0.00 8.49 26.63 0.07 33.76 21:14:54 20:52:01 1 32.06 0.00 6.50 4.82 0.08 56.54 21:14:54 20:52:01 2 30.45 0.00 7.47 29.76 0.10 32.22 21:14:54 20:52:01 3 30.38 0.00 8.77 3.92 0.08 56.85 21:14:54 20:52:01 4 28.55 0.00 9.41 3.89 0.07 58.08 21:14:54 20:52:01 5 30.01 0.00 9.73 24.13 0.08 36.04 21:14:54 20:52:01 6 30.58 0.00 7.64 4.66 0.07 57.06 21:14:54 20:52:01 7 30.05 0.00 8.77 9.71 0.10 51.38 21:14:54 20:53:01 all 48.45 0.00 13.03 14.39 0.19 23.94 21:14:54 20:53:01 0 49.33 0.00 14.38 13.79 0.21 22.28 21:14:54 20:53:01 1 46.41 0.00 10.96 14.72 0.14 27.77 21:14:54 20:53:01 2 53.12 0.00 14.76 9.48 0.19 22.44 21:14:54 20:53:01 3 46.11 0.00 11.93 15.68 0.18 26.10 21:14:54 20:53:01 4 49.48 0.00 15.34 11.04 0.23 23.91 21:14:54 20:53:01 5 46.23 0.00 11.00 16.71 0.19 25.86 21:14:54 20:53:01 6 46.71 0.00 12.38 22.71 0.14 18.07 21:14:54 20:53:01 7 50.30 0.00 13.61 10.79 0.24 25.06 21:14:54 20:54:01 all 38.43 0.00 11.71 18.68 0.16 31.01 21:14:54 20:54:01 0 39.80 0.00 12.54 24.90 0.14 22.63 21:14:54 20:54:01 1 38.52 0.00 12.03 17.04 0.12 32.29 21:14:54 20:54:01 2 41.92 0.00 13.75 19.63 0.24 24.46 21:14:54 20:54:01 3 37.43 0.00 10.78 9.18 0.14 42.48 21:14:54 20:54:01 4 36.12 0.00 10.53 9.17 0.12 44.05 21:14:54 20:54:01 5 38.53 0.00 10.79 26.42 0.14 24.13 21:14:54 20:54:01 6 38.15 0.00 11.94 16.96 0.20 32.75 21:14:54 20:54:01 7 37.02 0.00 11.37 26.29 0.22 25.10 21:14:54 20:55:01 all 22.20 0.00 4.83 3.41 0.08 69.48 21:14:54 20:55:01 0 24.09 0.00 5.47 8.87 0.12 61.46 21:14:54 20:55:01 1 22.31 0.00 5.12 6.60 0.07 65.90 21:14:54 20:55:01 2 22.69 0.00 5.03 0.85 0.07 71.37 21:14:54 20:55:01 3 22.58 0.00 4.75 3.23 0.10 69.34 21:14:54 20:55:01 4 19.01 0.00 4.38 0.64 0.05 75.93 21:14:54 20:55:01 5 22.83 0.00 5.05 1.23 0.08 70.80 21:14:54 20:55:01 6 21.53 0.00 4.25 0.88 0.12 73.22 21:14:54 20:55:01 7 22.57 0.00 4.56 4.91 0.07 67.89 21:14:54 20:56:01 all 7.21 0.00 0.66 0.06 0.04 92.03 21:14:54 20:56:01 0 8.20 0.00 0.80 0.05 0.03 90.92 21:14:54 20:56:01 1 4.87 0.00 0.58 0.00 0.03 94.51 21:14:54 20:56:01 2 10.55 0.00 0.63 0.10 0.05 88.66 21:14:54 20:56:01 3 6.09 0.00 0.89 0.17 0.03 92.82 21:14:54 20:56:01 4 6.23 0.00 0.59 0.02 0.03 93.13 21:14:54 20:56:01 5 7.87 0.00 0.75 0.02 0.05 91.31 21:14:54 20:56:01 6 7.98 0.00 0.52 0.00 0.03 91.47 21:14:54 20:56:01 7 5.88 0.00 0.53 0.13 0.03 93.42 21:14:54 20:57:01 all 0.06 0.00 0.03 0.01 0.00 99.90 21:14:54 20:57:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 20:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 20:57:01 2 0.02 0.00 0.03 0.02 0.00 99.93 21:14:54 20:57:01 3 0.08 0.00 0.05 0.02 0.00 99.85 21:14:54 20:57:01 4 0.05 0.00 0.03 0.00 0.02 99.90 21:14:54 20:57:01 5 0.10 0.00 0.03 0.00 0.00 99.87 21:14:54 20:57:01 6 0.05 0.00 0.05 0.00 0.02 99.88 21:14:54 20:57:01 7 0.10 0.00 0.02 0.02 0.00 99.87 21:14:54 20:58:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:14:54 20:58:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 20:58:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 20:58:01 2 0.02 0.00 0.02 0.02 0.00 99.95 21:14:54 20:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 20:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 20:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 20:58:01 6 0.07 0.00 0.05 0.00 0.02 99.87 21:14:54 20:58:01 7 0.03 0.00 0.02 0.02 0.00 99.93 21:14:54 21:14:54 20:58:01 CPU %user %nice %system %iowait %steal %idle 21:14:54 20:59:01 all 0.03 0.00 0.01 0.00 0.00 99.95 21:14:54 20:59:01 0 0.02 0.00 0.02 0.02 0.02 99.93 21:14:54 20:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 20:59:01 2 0.05 0.00 0.00 0.00 0.00 99.95 21:14:54 20:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 20:59:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 20:59:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 20:59:01 6 0.10 0.00 0.02 0.00 0.02 99.87 21:14:54 20:59:01 7 0.05 0.00 0.02 0.00 0.00 99.93 21:14:54 21:00:01 all 0.04 0.00 0.02 0.00 0.01 99.93 21:14:54 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:00:01 1 0.08 0.00 0.02 0.00 0.02 99.88 21:14:54 21:00:01 2 0.03 0.00 0.03 0.02 0.00 99.92 21:14:54 21:00:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:00:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:00:01 6 0.10 0.00 0.07 0.00 0.02 99.82 21:14:54 21:00:01 7 0.08 0.00 0.00 0.00 0.02 99.90 21:14:54 21:01:01 all 0.04 0.00 0.02 0.00 0.01 99.94 21:14:54 21:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 21:01:01 1 0.05 0.00 0.00 0.00 0.00 99.95 21:14:54 21:01:01 2 0.05 0.00 0.02 0.00 0.02 99.92 21:14:54 21:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:14:54 21:01:01 4 0.03 0.00 0.03 0.00 0.02 99.92 21:14:54 21:01:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 21:01:01 6 0.05 0.00 0.05 0.00 0.02 99.88 21:14:54 21:01:01 7 0.03 0.00 0.03 0.02 0.00 99.92 21:14:54 21:02:01 all 0.03 0.00 0.05 0.00 0.00 99.92 21:14:54 21:02:01 0 0.00 0.00 0.08 0.00 0.00 99.92 21:14:54 21:02:01 1 0.02 0.00 0.05 0.00 0.00 99.93 21:14:54 21:02:01 2 0.03 0.00 0.08 0.02 0.00 99.87 21:14:54 21:02:01 3 0.03 0.00 0.02 0.02 0.00 99.93 21:14:54 21:02:01 4 0.02 0.00 0.03 0.00 0.00 99.95 21:14:54 21:02:01 5 0.00 0.00 0.03 0.00 0.00 99.97 21:14:54 21:02:01 6 0.07 0.00 0.05 0.00 0.02 99.87 21:14:54 21:02:01 7 0.05 0.00 0.05 0.00 0.00 99.90 21:14:54 21:03:01 all 0.03 0.00 0.02 0.01 0.00 99.94 21:14:54 21:03:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:14:54 21:03:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:03:01 2 0.05 0.00 0.02 0.02 0.00 99.92 21:14:54 21:03:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:03:01 4 0.05 0.00 0.02 0.00 0.00 99.93 21:14:54 21:03:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:03:01 6 0.03 0.00 0.05 0.02 0.02 99.88 21:14:54 21:03:01 7 0.05 0.00 0.03 0.02 0.00 99.90 21:14:54 21:04:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:14:54 21:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:04:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:04:01 2 0.02 0.00 0.02 0.02 0.00 99.95 21:14:54 21:04:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:04:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:14:54 21:04:01 5 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:04:01 6 0.05 0.00 0.03 0.00 0.02 99.90 21:14:54 21:04:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:05:01 all 0.04 0.00 0.03 0.00 0.00 99.92 21:14:54 21:05:01 0 0.05 0.00 0.02 0.00 0.02 99.92 21:14:54 21:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:05:01 2 0.05 0.00 0.02 0.00 0.00 99.93 21:14:54 21:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:05:01 5 0.05 0.00 0.03 0.00 0.00 99.92 21:14:54 21:05:01 6 0.12 0.00 0.08 0.03 0.02 99.75 21:14:54 21:05:01 7 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 21:06:01 all 0.01 0.00 0.01 0.00 0.01 99.96 21:14:54 21:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:06:01 2 0.02 0.00 0.00 0.02 0.02 99.95 21:14:54 21:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:06:01 4 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:06:01 5 0.00 0.00 0.02 0.00 0.02 99.97 21:14:54 21:06:01 6 0.02 0.00 0.02 0.02 0.02 99.93 21:14:54 21:06:01 7 0.02 0.00 0.03 0.00 0.02 99.93 21:14:54 21:07:01 all 0.51 0.00 0.07 0.01 0.00 99.41 21:14:54 21:07:01 0 0.07 0.00 0.13 0.00 0.00 99.80 21:14:54 21:07:01 1 0.45 0.00 0.05 0.03 0.00 99.47 21:14:54 21:07:01 2 1.70 0.00 0.03 0.00 0.00 98.27 21:14:54 21:07:01 3 1.06 0.00 0.05 0.00 0.02 98.88 21:14:54 21:07:01 4 0.15 0.00 0.05 0.00 0.00 99.80 21:14:54 21:07:01 5 0.18 0.00 0.10 0.02 0.00 99.70 21:14:54 21:07:01 6 0.13 0.00 0.03 0.02 0.02 99.80 21:14:54 21:07:01 7 0.30 0.00 0.10 0.00 0.00 99.60 21:14:54 21:08:01 all 0.26 0.00 0.01 0.00 0.01 99.72 21:14:54 21:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:14:54 21:08:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:14:54 21:08:01 2 0.00 0.00 0.02 0.02 0.00 99.97 21:14:54 21:08:01 3 1.97 0.00 0.00 0.00 0.00 98.03 21:14:54 21:08:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:14:54 21:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:08:01 6 0.05 0.00 0.03 0.00 0.02 99.90 21:14:54 21:08:01 7 0.00 0.00 0.03 0.00 0.00 99.97 21:14:54 21:09:01 all 0.20 0.00 0.01 0.00 0.00 99.79 21:14:54 21:09:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 21:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:14:54 21:09:01 2 0.08 0.00 0.02 0.00 0.00 99.90 21:14:54 21:09:01 3 1.26 0.00 0.02 0.02 0.00 98.71 21:14:54 21:09:01 4 0.05 0.00 0.00 0.00 0.00 99.95 21:14:54 21:09:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 21:09:01 6 0.07 0.00 0.03 0.00 0.02 99.88 21:14:54 21:09:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:14:54 21:09:01 CPU %user %nice %system %iowait %steal %idle 21:14:54 21:10:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:14:54 21:10:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:10:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:10:01 2 0.02 0.00 0.00 0.02 0.00 99.97 21:14:54 21:10:01 3 0.02 0.00 0.02 0.02 0.00 99.95 21:14:54 21:10:01 4 0.00 0.00 0.03 0.00 0.00 99.97 21:14:54 21:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 21:14:54 21:10:01 6 0.07 0.00 0.03 0.00 0.00 99.90 21:14:54 21:10:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:11:01 all 0.02 0.00 0.02 0.00 0.00 99.95 21:14:54 21:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 21:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:14:54 21:11:01 4 0.02 0.00 0.02 0.02 0.00 99.95 21:14:54 21:11:01 5 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:11:01 6 0.05 0.00 0.02 0.00 0.02 99.92 21:14:54 21:11:01 7 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 21:12:01 all 0.10 0.00 0.05 0.01 0.01 99.84 21:14:54 21:12:01 0 0.03 0.00 0.03 0.02 0.02 99.90 21:14:54 21:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:14:54 21:12:01 2 0.10 0.00 0.07 0.02 0.00 99.82 21:14:54 21:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:14:54 21:12:01 4 0.55 0.00 0.10 0.02 0.02 99.32 21:14:54 21:12:01 5 0.02 0.00 0.05 0.00 0.00 99.93 21:14:54 21:12:01 6 0.05 0.00 0.05 0.00 0.02 99.88 21:14:54 21:12:01 7 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 21:13:01 all 0.04 0.00 0.02 0.01 0.01 99.93 21:14:54 21:13:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:14:54 21:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:13:01 2 0.12 0.00 0.05 0.02 0.02 99.80 21:14:54 21:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:14:54 21:13:01 4 0.03 0.00 0.03 0.03 0.02 99.88 21:14:54 21:13:01 5 0.03 0.00 0.00 0.00 0.00 99.97 21:14:54 21:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:14:54 21:13:01 7 0.07 0.00 0.00 0.00 0.02 99.92 21:14:54 21:14:01 all 4.56 0.00 1.93 1.34 0.02 92.15 21:14:54 21:14:01 0 2.48 0.00 2.57 6.14 0.03 88.78 21:14:54 21:14:01 1 6.06 0.00 2.13 2.86 0.02 88.93 21:14:54 21:14:01 2 4.87 0.00 1.78 0.89 0.02 92.45 21:14:54 21:14:01 3 4.90 0.00 1.81 0.30 0.02 92.97 21:14:54 21:14:01 4 5.44 0.00 2.24 0.02 0.02 92.28 21:14:54 21:14:01 5 4.73 0.00 1.58 0.37 0.03 93.30 21:14:54 21:14:01 6 3.50 0.00 1.59 0.03 0.02 94.86 21:14:54 21:14:01 7 4.47 0.00 1.77 0.15 0.02 93.59 21:14:54 Average: all 9.31 0.00 2.39 2.41 0.03 85.85 21:14:54 Average: 0 9.29 0.00 2.47 3.14 0.03 85.06 21:14:54 Average: 1 9.26 0.00 2.27 2.40 0.03 86.03 21:14:54 Average: 2 9.76 0.00 2.51 2.36 0.04 85.33 21:14:54 Average: 3 9.25 0.00 2.44 2.03 0.03 86.25 21:14:54 Average: 4 8.98 0.00 2.30 1.66 0.03 87.03 21:14:54 Average: 5 9.28 0.00 2.31 3.03 0.03 85.34 21:14:54 Average: 6 9.44 0.00 2.40 2.46 0.04 85.66 21:14:54 Average: 7 9.23 0.00 2.41 2.22 0.04 86.11 21:14:54 21:14:54 21:14:54