Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a23f936fb69ac20a7cf7db96067897b5bcb7663c 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-ssh3369803470283483518.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-ssh214704962592485151.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-ssh2412748080593163933.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-ssh4152666208336972881.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-ssh7471119376449307403.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-1656 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/367 [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/367 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a23f936fb69ac20a7cf7db96067897b5bcb7663c (main) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4271)" > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a23f936fb69ac20a7cf7db96067897b5bcb7663c # timeout=10 > git rev-list --no-walk 1c8abb91c27dee0361322f6c8e5a904aaca59bd3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:33:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:33:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:33:40 ========================================================= 20:33:40 EdgeX Global Pipelines Version Info 20:33:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:33:41 ------------------- 20:33:41 stable info: 20:33:41 ------------------- 20:33:41 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:33:41 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:33:41 Message: update stable to v1.0.244 20:33:41 ------------------- 20:33:41 experimental info: 20:33:41 ------------------- 20:33:41 Commited By: **** collab-it+edgex@linuxfoundation.org 20:33:41 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 20:33:41 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:33:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:33:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:33:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:33:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:33:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a23f936 [Pipeline] echo 20:33:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:33:42 provisioning config files... 20:33:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config3600497394859094988tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:33:42 ---> docker-login.sh 20:33:42 nexus3.edgexfoundry.org:10001 20:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:42 Configure a credential helper to remove this warning. See 20:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:42 20:33:42 Login Succeeded 20:33:42 nexus3.edgexfoundry.org:10002 20:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:42 Configure a credential helper to remove this warning. See 20:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:42 20:33:42 Login Succeeded 20:33:42 nexus3.edgexfoundry.org:10003 20:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:43 Configure a credential helper to remove this warning. See 20:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:43 20:33:43 Login Succeeded 20:33:43 nexus3.edgexfoundry.org:10004 20:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:43 Configure a credential helper to remove this warning. See 20:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:43 20:33:43 Login Succeeded 20:33:43 docker.io 20:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:33:43 Configure a credential helper to remove this warning. See 20:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:33:43 20:33:43 Login Succeeded 20:33:43 ---> docker-login.sh ends [Pipeline] } 20:33:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:33:43 + 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:33:43 + dirname cmd/core-command/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo core-command,cmd/core-command/Dockerfile 20:33:43 + + cut -d/ -f2 20:33:43 dirname cmd/core-data/Dockerfile 20:33:43 + echo core-data,cmd/core-data/Dockerfile 20:33:43 + dirname cmd/core-metadata/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo core-metadata,cmd/core-metadata/Dockerfile 20:33:43 + dirname cmd/security-bootstrapper/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:33:43 + dirname cmd/security-proxy-setup/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:33:43 + dirname cmd/security-secretstore-setup/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:33:43 + dirname cmd/security-spiffe-token-provider/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 20:33:43 + dirname cmd/security-spire-agent/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 20:33:43 + dirname cmd/security-spire-config/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-spire-config,cmd/security-spire-config/Dockerfile 20:33:43 + dirname cmd/security-spire-server/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo security-spire-server,cmd/security-spire-server/Dockerfile 20:33:43 + dirname cmd/support-notifications/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo support-notifications,cmd/support-notifications/Dockerfile 20:33:43 + dirname cmd/support-scheduler/Dockerfile 20:33:43 + cut -d/ -f2 20:33:43 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 20:33:43 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:33:44 + git rev-list -1 --merges a23f936fb69ac20a7cf7db96067897b5bcb7663c~1..a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo 20:33:44 -----------> git rev-list -1 --merges a23f936fb69ac20a7cf7db96067897b5bcb7663c~1..a23f936fb69ac20a7cf7db96067897b5bcb7663c a23f936fb69ac20a7cf7db96067897b5bcb7663c [false] [Pipeline] sh 20:33:44 + git log --format=format:%s -1 a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] echo 20:33:44 ========================================================= 20:33:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:33:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 20:33:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:33:44 + grep -v github /etc/ssh/ssh_known_hosts 20:33:44 + [ -e /tmp/ssh_known_hosts ] 20:33:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:33:44 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:33:44 + sudo tee -a /etc/ssh/ssh_known_hosts 20:33:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:33:45 20:33:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:33:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:33:45 0.1.4: Pulling from edgex-devops/py-git-semver 20:33:45 b85a868b505f: Pulling fs layer 20:33:45 e2be974225ed: Pulling fs layer 20:33:45 339a4e72a1f5: Pulling fs layer 20:33:45 988bab9f4d93: Pulling fs layer 20:33:45 1469e6f7b9e6: Pulling fs layer 20:33:45 988bab9f4d93: Waiting 20:33:45 eaf3925da568: Pulling fs layer 20:33:45 1469e6f7b9e6: Waiting 20:33:45 bab4dde63d76: Pulling fs layer 20:33:45 bde34c3a00c8: Pulling fs layer 20:33:45 eaf3925da568: Waiting 20:33:45 b352a97aabf1: Pulling fs layer 20:33:45 4872d77fe225: Pulling fs layer 20:33:45 5851b861e8e6: Pulling fs layer 20:33:45 5851b861e8e6: Waiting 20:33:45 4872d77fe225: Waiting 20:33:45 e2be974225ed: Verifying Checksum 20:33:45 e2be974225ed: Download complete 20:33:45 988bab9f4d93: Verifying Checksum 20:33:45 988bab9f4d93: Download complete 20:33:45 1469e6f7b9e6: Verifying Checksum 20:33:45 1469e6f7b9e6: Download complete 20:33:45 339a4e72a1f5: Verifying Checksum 20:33:45 339a4e72a1f5: Download complete 20:33:45 eaf3925da568: Verifying Checksum 20:33:45 eaf3925da568: Download complete 20:33:45 bde34c3a00c8: Download complete 20:33:45 b352a97aabf1: Download complete 20:33:45 4872d77fe225: Verifying Checksum 20:33:45 4872d77fe225: Download complete 20:33:45 5851b861e8e6: Download complete 20:33:45 b85a868b505f: Verifying Checksum 20:33:45 b85a868b505f: Download complete 20:33:46 bab4dde63d76: Verifying Checksum 20:33:46 bab4dde63d76: Download complete 20:33:46 b85a868b505f: Pull complete 20:33:47 e2be974225ed: Pull complete 20:33:47 339a4e72a1f5: Pull complete 20:33:47 988bab9f4d93: Pull complete 20:33:47 1469e6f7b9e6: Pull complete 20:33:47 eaf3925da568: Pull complete 20:33:49 bab4dde63d76: Pull complete 20:33:49 bde34c3a00c8: Pull complete 20:33:50 b352a97aabf1: Pull complete 20:33:50 4872d77fe225: Pull complete 20:33:50 5851b861e8e6: Pull complete 20:33:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:33:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:33:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:33:50 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 20:33:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:33:51 $ docker top f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 -eo pid,comm 20:33:51 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:33:51 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:33:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:51 [ssh-agent] Looking for ssh-agent implementation... 20:33:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:51 $ docker exec f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent 20:33:51 SSH_AUTH_SOCK=/tmp/ssh-yl4WIPTe1Ow7/agent.32 20:33:51 SSH_AGENT_PID=38 20:33:51 Running ssh-add (command line suppressed) 20:33:51 Identity added: /w/workspace/edgex-go/367@tmp/private_key_4910484886173960539.key (/w/workspace/edgex-go/367@tmp/private_key_4910484886173960539.key) 20:33:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:52 + git tag --points-at HEAD [Pipeline] } 20:33:52 $ docker exec --env ******** --env ******** f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent -k 20:33:52 unset SSH_AUTH_SOCK; 20:33:52 unset SSH_AGENT_PID; 20:33:52 echo Agent pid 38 killed; 20:33:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:33:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:33:52 [ssh-agent] Looking for ssh-agent implementation... 20:33:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:33:52 $ docker exec f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent 20:33:52 SSH_AUTH_SOCK=/tmp/ssh-D0URYa7W3ohw/agent.70 20:33:52 SSH_AGENT_PID=76 20:33:52 Running ssh-add (command line suppressed) 20:33:52 Identity added: /w/workspace/edgex-go/367@tmp/private_key_9332253477035543957.key (/w/workspace/edgex-go/367@tmp/private_key_9332253477035543957.key) 20:33:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:33:53 + git semver init 20:33:53 2023-01-10 20:33:53,203 [run_init] DEBUG init version:0.0.0 force:False 20:33:53 2023-01-10 20:33:53,204 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/367/.semver 20:33:53 2023-01-10 20:33:53,205 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/367/.semver 20:33:53 2023-01-10 20:33:53,205 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/367/.semver'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) 20:34:01 2023-01-10 20:34:01,002 [append_file] DEBUG append to file:/w/workspace/edgex-go/367/.git/info/exclude 20:34:01 2023-01-10 20:34:01,002 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/367/.semver/main with force:False 20:34:01 2023-01-10 20:34:01,002 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 20:34:01 2023-01-10 20:34:01,003 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 20:34:01 3.0.0-dev.13 [Pipeline] } 20:34:01 $ docker exec --env ******** --env ******** f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 ssh-agent -k 20:34:01 unset SSH_AUTH_SOCK; 20:34:01 unset SSH_AGENT_PID; 20:34:01 echo Agent pid 76 killed; 20:34:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:34:01 + git semver [Pipeline] } 20:34:02 $ docker stop --time=1 f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 20:34:03 $ docker rm -f --volumes f1aca9600253f8680d30aa628c3eef2239e46139239cf2c8d3d126270af7a9b9 [Pipeline] // withDockerContainer [Pipeline] sh 20:34:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:34:03 Stashed 1 file(s) [Pipeline] echo 20:34:03 [edgeXSemver]: initialized semver on version 3.0.0-dev.13 [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:34:04 + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] echo 20:34:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:34:04 ========================================================= 20:34:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:34:04 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:34:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:34:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:34:04 213ec9aee27d: Pulling fs layer 20:34:04 4583459ba037: Pulling fs layer 20:34:04 93c1e223e6f2: Pulling fs layer 20:34:04 53926ce57604: Pulling fs layer 20:34:04 21b2b0c7a3f4: Pulling fs layer 20:34:04 22ff95d597cd: Pulling fs layer 20:34:04 21b2b0c7a3f4: Waiting 20:34:04 53926ce57604: Waiting 20:34:04 12d6caf4c0d1: Pulling fs layer 20:34:04 96b7cbca73a9: Pulling fs layer 20:34:04 12d6caf4c0d1: Waiting 20:34:04 22ff95d597cd: Waiting 20:34:04 a7acece74701: Pulling fs layer 20:34:04 96b7cbca73a9: Waiting 20:34:04 a7acece74701: Waiting 20:34:04 93c1e223e6f2: Verifying Checksum 20:34:04 93c1e223e6f2: Download complete 20:34:04 4583459ba037: Verifying Checksum 20:34:04 4583459ba037: Download complete 20:34:04 21b2b0c7a3f4: Verifying Checksum 20:34:04 21b2b0c7a3f4: Download complete 20:34:04 22ff95d597cd: Verifying Checksum 20:34:04 22ff95d597cd: Download complete 20:34:04 12d6caf4c0d1: Download complete 20:34:04 213ec9aee27d: Verifying Checksum 20:34:04 213ec9aee27d: Download complete 20:34:04 213ec9aee27d: Pull complete 20:34:05 4583459ba037: Pull complete 20:34:05 93c1e223e6f2: Pull complete 20:34:05 a7acece74701: Verifying Checksum 20:34:05 a7acece74701: Download complete 20:34:05 96b7cbca73a9: Verifying Checksum 20:34:05 96b7cbca73a9: Download complete 20:34:05 53926ce57604: Verifying Checksum 20:34:05 53926ce57604: Download complete 20:34:09 53926ce57604: Pull complete 20:34:09 21b2b0c7a3f4: Pull complete 20:34:09 22ff95d597cd: Pull complete 20:34:09 12d6caf4c0d1: Pull complete 20:34:12 96b7cbca73a9: Pull complete 20:34:12 a7acece74701: Pull complete 20:34:12 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 20:34:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:34:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:34:12 + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:34:12 WORKDIR /edgex 20:34:12 COPY go.mod . 20:34:12 RUN go mod download build 20:34:12 -t ci-base-image-x86_64 -f - . 20:34:13 Sending build context to Docker daemon 170.1MB 20:34:13 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:34:13 ---> db6d94c90886 20:34:13 Step 2/4 : WORKDIR /edgex 20:34:15 ---> Running in f6de7147a8c3 20:34:15 Removing intermediate container f6de7147a8c3 20:34:15 ---> b642f2eddaa9 20:34:15 Step 3/4 : COPY go.mod . 20:34:15 ---> 962d3233084e 20:34:15 Step 4/4 : RUN go mod download 20:34:15 ---> Running in 019bcc396fa8 20:34:19 Still waiting to schedule task 20:34:19 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 20:34:25 Removing intermediate container 019bcc396fa8 20:34:25 ---> e0324446142e 20:34:25 Successfully built e0324446142e 20:34:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:25 + docker inspect -f . ci-base-image-x86_64 20:34:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:25 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 20:34:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:34:26 $ docker top 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:26 + go version 20:34:26 go version go1.18.7 linux/amd64 [Pipeline] } 20:34:26 $ docker stop --time=1 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 20:34:27 $ docker rm -f --volumes 8d2a7b0b6d09c7f54591da205ab180357eaed3b79a700abee2256f8b739089d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:34:28 + docker inspect -f . ci-base-image-x86_64 20:34:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:34:28 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 20:34:28 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:34:28 $ docker top b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 -eo pid,comm [Pipeline] { [Pipeline] echo 20:34:28 ========================================================= 20:34:28 [edgeXBuildGoParallel] Running Tests and Build... 20:34:28 ========================================================= [Pipeline] sh 20:34:29 + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] fileExists [Pipeline] sh 20:34:29 + make test 20:34:29 go test -race -coverprofile=coverage.out ./... 20:34:35 ? github.com/edgexfoundry/edgex-go [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.060s coverage: 28.7% of statements 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.096s coverage: 98.5% of statements 20:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 0.126s coverage: 43.0% of statements 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:34:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.093s coverage: 54.2% of statements 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:34:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.292s coverage: 89.2% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.100s coverage: 2.2% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.496s coverage: 95.6% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/io 0.089s coverage: 72.2% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.064s coverage: 60.0% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.068s coverage: 0.9% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.075s coverage: 29.6% of statements 20:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.066s coverage: 94.1% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 20:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 20:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 20:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 20:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.195s coverage: 79.9% of statements 20:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.088s coverage: 92.9% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.029s coverage: 65.1% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.064s coverage: 86.9% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 58.8% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.0% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.2% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 64.7% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 65.8% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 41.8% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.052s coverage: 84.8% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.079s coverage: 17.7% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.146s coverage: 92.3% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.069s coverage: 63.2% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.108s coverage: 97.7% of statements 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:35:13 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:35:31 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:35:31 go vet ./... 20:35:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:35:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:35:32 ./bin/test-attribution-txt.sh 20:35:32 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 20:35:32 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 20:35:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:35:33 + ls -al . 20:35:33 total 752 20:35:33 drwxrwxr-x 11 1001 1001 4096 Jan 10 20:34 . 20:35:33 drwxr-xr-x 4 root root 4096 Jan 10 20:34 .. 20:35:33 drwxrwxr-x 2 1001 1001 4096 Jan 10 20:33 .blubracket 20:35:33 -rw-rw-r-- 1 1001 1001 16 Jan 10 20:33 .dockerignore 20:35:33 drwxrwxr-x 8 1001 1001 4096 Jan 10 20:35 .git 20:35:33 drwxrwxr-x 3 1001 1001 4096 Jan 10 20:33 .github 20:35:33 -rw-rw-r-- 1 1001 1001 956 Jan 10 20:33 .gitignore 20:35:33 -rw-rw-r-- 1 1001 1001 42 Jan 10 20:33 .golangci.yml 20:35:33 -rw-rw-r-- 1 1001 1001 87 Jan 10 20:33 .hadolint.yml 20:35:33 drwxr-xr-x 3 1001 1001 4096 Jan 10 20:34 .semver 20:35:33 -rw-rw-r-- 1 1001 1001 166 Jan 10 20:33 .sonarcloud.properties 20:35:33 -rw-rw-r-- 1 1001 1001 1171 Jan 10 20:33 ADOPTERS.md 20:35:33 -rw-rw-r-- 1 1001 1001 10618 Jan 10 20:33 Attribution.txt 20:35:33 -rw-rw-r-- 1 1001 1001 73765 Jan 10 20:33 CHANGELOG.md 20:35:33 -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:33 CONTRIBUTING.md 20:35:33 -rw-rw-r-- 1 1001 1001 677 Jan 10 20:33 GOVERNANCE.md 20:35:33 -rw-rw-r-- 1 1001 1001 850 Jan 10 20:33 Jenkinsfile 20:35:33 -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:33 LICENSE 20:35:33 -rw-rw-r-- 1 1001 1001 12513 Jan 10 20:33 Makefile 20:35:33 -rw-rw-r-- 1 1001 1001 582 Jan 10 20:33 OWNERS.md 20:35:33 -rw-rw-r-- 1 1001 1001 9403 Jan 10 20:33 README.md 20:35:33 -rw-rw-r-- 1 1001 1001 6912 Jan 10 20:33 SECURITY.md 20:35:33 -rw-rw-r-- 1 1001 1001 12 Jan 10 20:34 VERSION 20:35:33 drwxrwxr-x 2 1001 1001 4096 Jan 10 20:33 bin 20:35:33 drwxrwxr-x 16 1001 1001 4096 Jan 10 20:33 cmd 20:35:33 -rw-r--r-- 1 root root 494833 Jan 10 20:35 coverage.out 20:35:33 -rw-rw-r-- 1 1001 1001 3376 Jan 10 20:33 go.mod 20:35:33 -rw-rw-r-- 1 1001 1001 34949 Jan 10 20:33 go.sum 20:35:33 drwxrwxr-x 7 1001 1001 4096 Jan 10 20:33 internal 20:35:33 drwxrwxr-x 3 1001 1001 4096 Jan 10 20:33 openapi 20:35:33 drwxrwxr-x 4 1001 1001 4096 Jan 10 20:33 snap 20:35:33 -rw-rw-r-- 1 1001 1001 204 Jan 10 20:33 version.go [Pipeline] sh 20:35:33 + '[' -e coverage.out ] 20:35:33 + chown 1001:1001 coverage.out [Pipeline] stash 20:35:33 Stashed 1 file(s) [Pipeline] sh 20:35:33 + make build 20:35:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:35:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:35:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:35:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:35:54 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:35:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:35:57 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:35:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:35:59 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:36:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:36:02 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 20:36:03 $ docker stop --time=1 b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 20:36:05 $ docker rm -f --volumes b3fc38a4c8ef46f7503ffed77d87b39f6c5444ffb4f78b18e1cefee45136af56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:36:06 20:36:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:36:06 latest: Pulling from edgex-devops/edgex-compose 20:36:06 cbdbe7a5bc2a: Pulling fs layer 20:36:06 ca9280d653b3: Pulling fs layer 20:36:06 7e9c9ca2126c: Pulling fs layer 20:36:06 cbdbe7a5bc2a: Download complete 20:36:07 cbdbe7a5bc2a: Pull complete 20:36:07 ca9280d653b3: Verifying Checksum 20:36:07 ca9280d653b3: Download complete 20:36:07 7e9c9ca2126c: Verifying Checksum 20:36:07 7e9c9ca2126c: Download complete 20:36:07 ca9280d653b3: Pull complete 20:36:10 7e9c9ca2126c: Pull complete 20:36:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:36:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:36:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:11 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 20:36:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:36:12 $ docker top c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:12 + docker-compose build --help 20:36:12 + grep parallel 20:36:13 --parallel Build images in parallel. [Pipeline] } 20:36:13 $ docker stop --time=1 c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c 20:36:14 $ docker rm -f --volumes c1ecd17474ee205d29af9c0c0f8444398e7304ffb9a67912a4f45de550fa653c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:36:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:36:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:36:14 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 20:36:14 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:36:15 $ docker top 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:15 + docker-compose -f ./docker-compose-build.yml build --parallel 20:36:16 Building core-command ... 20:36:16 Building core-data ... 20:36:16 Building core-metadata ... 20:36:16 Building security-bootstrapper ... 20:36:16 Building security-proxy-setup ... 20:36:16 Building security-secretstore-setup ... 20:36:16 Building security-spiffe-token-provider ... 20:36:16 Building security-spire-agent ... 20:36:16 Building security-spire-config ... 20:36:16 Building security-spire-server ... 20:36:16 Building support-notifications ... 20:36:16 Building support-scheduler ... 20:36:16 Building security-secretstore-setup 20:36:16 Building support-scheduler 20:36:16 Building security-bootstrapper 20:36:16 Building security-spiffe-token-provider 20:36:16 Building security-spire-server 20:36:28 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:36:28 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:36:28 ---> e0324446142e 20:36:28 Step 3/32 : WORKDIR /edgex-go 20:36:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:36:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:36:28 ---> e0324446142e 20:36:28 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:36:28 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:36:28 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:36:28 ---> e0324446142e 20:36:28 Step 3/19 : WORKDIR /edgex-go 20:36:28 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:36:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:36:28 ---> e0324446142e 20:36:28 Step 3/23 : WORKDIR /edgex-go 20:36:28 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:36:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:36:28 ---> e0324446142e 20:36:28 Step 3/24 : WORKDIR /edgex-go 20:36:29 ---> Running in c9cc64d08252 20:36:29 ---> Running in b2d1e5cc82c1 20:36:29 ---> Running in 213d144bcbbc 20:36:29 ---> Running in e9aa1fd5c55b 20:36:29 ---> Running in 50492703a806 20:36:29 Removing intermediate container 213d144bcbbc 20:36:29 ---> 8ffecaf538f4 20:36:29 Step 4/32 : RUN apk add --update --no-cache make git 20:36:29 Removing intermediate container e9aa1fd5c55b 20:36:29 ---> dc03bbe9dde3 20:36:29 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:36:29 Removing intermediate container b2d1e5cc82c1 20:36:29 ---> 549cdda76a08 20:36:29 Step 4/22 : WORKDIR /edgex-go 20:36:29 Removing intermediate container c9cc64d08252 20:36:29 ---> fe7494ff030f 20:36:29 Step 4/24 : RUN apk add --update --no-cache make git 20:36:29 Removing intermediate container 50492703a806 20:36:29 ---> 45f84d4b40cc 20:36:29 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:36:29 ---> Running in c68946e8226d 20:36:29 ---> Running in 90418ca4f0c2 20:36:29 ---> Running in 3a39261b4e92 20:36:29 ---> Running in 6446941d8f13 20:36:29 ---> Running in 07157f6d2cda 20:36:29 Removing intermediate container 3a39261b4e92 20:36:29 ---> 26c73831e152 20:36:29 Step 5/22 : RUN apk add --update --no-cache make git 20:36:29 ---> Running in a50ca2297000 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:30 OK: 211 MiB in 51 packages 20:36:30 OK: 211 MiB in 51 packages 20:36:30 OK: 211 MiB in 51 packages 20:36:30 OK: 211 MiB in 51 packages 20:36:30 v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:36:30 v3.16.3-102-g79afc08688 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:36:30 OK: 17042 distinct packages available 20:36:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:36:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:36:31 Removing intermediate container c68946e8226d 20:36:31 ---> 6a9132c47344 20:36:31 Step 5/32 : COPY go.mod vendor* ./ 20:36:31 OK: 211 MiB in 51 packages 20:36:31 Removing intermediate container 6446941d8f13 20:36:31 ---> 97592fa34eb3 20:36:31 Step 5/24 : COPY go.mod vendor* ./ 20:36:31 Removing intermediate container 90418ca4f0c2 20:36:31 ---> a91094211cd8 20:36:31 Step 5/23 : COPY go.mod vendor* ./ 20:36:31 ---> 0c0476e2f9b7 20:36:31 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:31 ---> 9d15c9cf725a 20:36:31 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:31 ---> Running in 3793516963d4 20:36:31 Removing intermediate container a50ca2297000 20:36:31 ---> 3c110520dfa1 20:36:31 Step 6/22 : COPY go.mod vendor* ./ 20:36:31 ---> Running in a5aed2d445f4 20:36:31 ---> ea036fa3262c 20:36:31 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:31 ---> Running in 2966353808f5 20:36:31 Removing intermediate container 07157f6d2cda 20:36:31 ---> c9d121fa465d 20:36:31 Step 5/19 : COPY go.mod vendor* ./ 20:36:31 ---> 5ca1aadc2aad 20:36:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:31 ---> Running in 0e6c1d39ffe1 20:36:31 ---> c67f5f24c7d6 20:36:31 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:36:31 ---> Running in 2e5e754bf4c3 20:36:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1659 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 20:36:49 Running in /w/workspace/edgex-go/367 [Pipeline] { [Pipeline] checkout 20:36:49 The recommended git tool is: git 20:36:55 using credential edgex-jenkins-ssh 20:36:55 Cloning the remote Git repository 20:36:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:36:56 > git init /w/workspace/edgex-go/367 # timeout=10 20:36:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:36:56 > git --version # timeout=10 20:36:56 > git --version # 'git version 2.25.1' 20:36:56 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:58 Removing intermediate container 3793516963d4 20:36:58 ---> a582f7c9a6cf 20:36:58 Step 7/32 : COPY . . 20:36:58 Removing intermediate container 2e5e754bf4c3 20:36:58 ---> b3dd14859649 20:36:58 Step 7/19 : COPY . . 20:36:58 Removing intermediate container a5aed2d445f4 20:36:58 ---> 3dde2b63f49a 20:36:58 Step 7/24 : COPY . . 20:36:58 Removing intermediate container 2966353808f5 20:36:58 ---> bc7b1118a114 20:36:58 Step 7/23 : COPY . . 20:36:58 Removing intermediate container 0e6c1d39ffe1 20:36:58 ---> f8eb1c6e00c1 20:36:58 Step 8/22 : COPY . . 20:37:06 ---> a337cf06f022 20:37:06 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:37:06 ---> 38c0645f2bfa 20:37:06 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:37:06 ---> 88f2b20cff60 20:37:06 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:37:06 ---> f95c62a240bb 20:37:06 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:37:06 ---> 8696746609ca 20:37:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:37:06 ---> Running in fbbe242c4be5 20:37:06 ---> Running in 5660625bab3e 20:37:06 ---> Running in 32ef312e5e1b 20:37:06 ---> Running in 3ce651f817f4 20:37:06 ---> Running in d97826af7818 20:37:06 Removing intermediate container 3ce651f817f4 20:37:06 ---> 6e8fbe76a903 20:37:06 Step 9/23 : WORKDIR /edgex-go/spire-build 20:37:06 ---> Running in a4ea125dda02 20:37:06 Removing intermediate container a4ea125dda02 20:37:06 ---> 7bb2d74115c8 20:37:06 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:37:06 ---> Running in 3348ccaba607 20:37:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:37:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:37:06 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:37:06 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:37:06 Removing intermediate container 3348ccaba607 20:37:06 ---> e2083caf28cb 20:37:06 Step 11/23 : WORKDIR /edgex-go 20:37:06 ---> Running in 14e62876c96c 20:37:06 Removing intermediate container 14e62876c96c 20:37:06 ---> 138aa6bde602 20:37:06 20:37:06 Step 12/23 : FROM alpine:3.15 20:37:06 3.15: Pulling from library/alpine 20:37:06 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:37:06 Status: Downloaded newer image for alpine:3.15 20:37:06 ---> c4fc93816858 20:37:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:37:07 ---> Running in 7cf674e5dace 20:37:07 Removing intermediate container 7cf674e5dace 20:37:07 ---> e7c3fa8b44b2 20:37:07 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:37:07 ---> Running in 9068d560bd06 20:37:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:37:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:37:08 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:37:08 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:37:08 OK: 15859 distinct packages available 20:37:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:37:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:37:08 (1/5) Installing dumb-init (1.2.5-r1) 20:37:08 (2/5) Installing musl-obstack (1.2.3-r0) 20:37:08 (3/5) Installing libucontext (1.1-r0) 20:37:08 (4/5) Installing gcompat (1.0.0-r4) 20:37:08 (5/5) Installing openssl (1.1.1s-r1) 20:37:08 Executing busybox-1.34.1-r7.trigger 20:37:08 OK: 7 MiB in 19 packages 20:37:09 Removing intermediate container 9068d560bd06 20:37:09 ---> 7a2599bc79ea 20:37:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:37:11 ---> 72187159ccd3 20:37:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:37:11 ---> 2a6c84cadddc 20:37:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:37:12 ---> 2df81712d0e4 20:37:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:37:12 ---> 6b21d74ea9b1 20:37:12 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:37:12 ---> Running in 6bb6356c693d 20:37:13 Removing intermediate container 6bb6356c693d 20:37:13 ---> d137f0a8b605 20:37:13 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:37:13 ---> Running in 8eb361befde9 20:37:13 Removing intermediate container 8eb361befde9 20:37:13 ---> 071ed227c73d 20:37:13 Step 21/23 : LABEL arch=x86_64 20:37:13 ---> Running in e796f9647082 20:37:13 Removing intermediate container e796f9647082 20:37:13 ---> ef43f854f42e 20:37:13 Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:37:14 ---> Running in 49e764ded8be 20:37:14 Removing intermediate container 49e764ded8be 20:37:14 ---> 40748262472f 20:37:14 Step 23/23 : LABEL version=3.0.0-dev.13 20:37:14 ---> Running in d48411a3f0bc 20:37:15 Removing intermediate container d48411a3f0bc 20:37:15 ---> 80a861602e15 20:37:15 20:37:15 Successfully built 80a861602e15 20:37:15 Successfully tagged security-spire-server:latest 20:37:15 Building security-spire-agent 20:37:18 Avoid second fetch 20:37:18 Checking out Revision a23f936fb69ac20a7cf7db96067897b5bcb7663c (main) 20:37:18  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:37:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:37:18 ---> e0324446142e 20:37:18 Step 3/24 : WORKDIR /edgex-go 20:37:18 ---> Using cache 20:37:18 ---> 45f84d4b40cc 20:37:18 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:37:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:37:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:37:18 > git config core.sparsecheckout # timeout=10 20:37:18 > git checkout -f a23f936fb69ac20a7cf7db96067897b5bcb7663c # timeout=10 20:37:18 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v3 (#4271)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:37:19 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:37:19 % Total % Received % Xferd Average Speed Time Time Time Current 20:37:19 Dload Upload Total Spent Left Speed 20:37:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 185k 0 --:--:-- --:--:-- --:--:-- 185k [Pipeline] sh 20:37:20 ---> Running in ee0ba4dc4465 20:37:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:37:20 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:37:20 + sudo tee /etc/docker/daemon.new 20:37:20 { 20:37:20 "registry-mirrors": [ 20:37:20 "https://nexus3.edgexfoundry.org:10001" 20:37:20 ], 20:37:20 "bip": "10.250.0.254/24", 20:37:20 "hosts": [ 20:37:20 "tcp://0.0.0.0:5555", 20:37:20 "unix:///var/run/docker.sock" 20:37:20 ], 20:37:20 "mtu": 1458, 20:37:20 "selinux-enabled": true, 20:37:20 "seccomp-profile": "/etc/docker/seccomp.json" 20:37:20 } [Pipeline] sh 20:37:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:37:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:21 + sudo service docker restart 20:37:21 OK: 211 MiB in 51 packages 20:37:23 Removing intermediate container ee0ba4dc4465 20:37:23 ---> 9308e1c4f2d1 20:37:23 Step 5/24 : COPY go.mod vendor* ./ 20:37:24 ---> c7492ff5d6fc 20:37:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:37:24 ---> Running in 9dade93bbce3 20:37:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:37:37 Removing intermediate container 5660625bab3e 20:37:37 ---> ada335bfa985 20:37:37 20:37:37 Step 9/24 : FROM alpine:3.16 20:37:37 Removing intermediate container 32ef312e5e1b 20:37:37 ---> ab6de1def730 20:37:37 20:37:37 Step 9/32 : FROM alpine:3.16 20:37:37 3.16: Pulling from library/alpine 20:37:37 3.16: Pulling from library/alpine 20:37:38 Removing intermediate container fbbe242c4be5 20:37:38 ---> ef5083032ce8 20:37:38 20:37:38 Step 9/19 : FROM alpine:3.15 20:37:38 ---> c4fc93816858 20:37:38 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:37:38 ---> Using cache 20:37:38 ---> e7c3fa8b44b2 20:37:38 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:37:38 ---> Running in 1c0931bbd243 20:37:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:37:38 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:37:38 Status: Downloaded newer image for alpine:3.16 20:37:38 Status: Image is up to date for alpine:3.16 20:37:38 ---> bfe296a52501 20:37:38 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:37:38 ---> bfe296a52501 20:37:38 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:37:39 ---> Running in 303c9831fecd 20:37:39 ---> Running in 16790f1f0e9c 20:37:39 Removing intermediate container 16790f1f0e9c 20:37:39 ---> fe7a68bfcd7c 20:37:39 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:39 ---> Running in eace4c270d44 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:39 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:37:39 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:37:39 OK: 15859 distinct packages available [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:37:39 provisioning config files... 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:37:39 (1/3) Installing ca-certificates (20220614-r0) 20:37:39 (2/3) Installing dumb-init (1.2.5-r1) 20:37:39 (3/3) Installing su-exec (0.2-r1) 20:37:39 Executing busybox-1.35.0-r17.trigger 20:37:39 Executing ca-certificates-20220614-r0.trigger 20:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:37:39 OK: 6 MiB in 17 packages 20:37:39 (1/2) Installing dumb-init (1.2.5-r1) 20:37:39 (2/2) Installing su-exec (0.2-r1) 20:37:39 Executing busybox-1.35.0-r17.trigger 20:37:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config7749265930356353630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:37:40 OK: 6 MiB in 16 packages 20:37:40 (1/9) Installing ca-certificates (20220614-r0) 20:37:40 (2/9) Installing brotli-libs (1.0.9-r5) 20:37:40 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:37:40 (4/9) Installing libcurl (7.80.0-r5) 20:37:40 (5/9) Installing curl (7.80.0-r5) 20:37:40 (6/9) Installing dumb-init (1.2.5-r1) 20:37:40 (7/9) Installing musl-obstack (1.2.3-r0) 20:37:40 (8/9) Installing libucontext (1.1-r0) 20:37:40 (9/9) Installing gcompat (1.0.0-r4) 20:37:40 Executing busybox-1.34.1-r7.trigger 20:37:40 Executing ca-certificates-20220614-r0.trigger 20:37:40 OK: 8 MiB in 23 packages 20:37:40 ---> docker-login.sh 20:37:40 nexus3.edgexfoundry.org:10001 20:37:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:40 Configure a credential helper to remove this warning. See 20:37:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:40 20:37:40 Login Succeeded 20:37:40 nexus3.edgexfoundry.org:10002 20:37:41 Removing intermediate container 303c9831fecd 20:37:41 ---> 655a2bb7e183 20:37:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:37:41 Removing intermediate container eace4c270d44 20:37:41 ---> bfeded66e42d 20:37:41 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:37:41 Removing intermediate container d97826af7818 20:37:41 ---> 0cf1f8c9e37f 20:37:41 20:37:41 Step 10/22 : FROM alpine:3.16 20:37:41 ---> bfe296a52501 20:37:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:37:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:41 ---> Running in 8cab681dc615 20:37:41 ---> Running in 7eac64da1069 20:37:41 ---> Running in 0f74c0cb6a7c 20:37:41 Removing intermediate container 1c0931bbd243 20:37:41 ---> 6f1a774809ef 20:37:41 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:41 Removing intermediate container 8cab681dc615 20:37:41 ---> 7adf66c3098b 20:37:41 Step 12/24 : WORKDIR / 20:37:41 Removing intermediate container 7eac64da1069 20:37:41 ---> 25fe67a68660 20:37:41 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:37:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:41 Configure a credential helper to remove this warning. See 20:37:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:41 20:37:41 Login Succeeded 20:37:41 nexus3.edgexfoundry.org:10003 20:37:41 ---> Running in 1ed96437cb76 20:37:41 ---> Running in 24234a87e400 20:37:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:41 ---> 1fed85f30807 20:37:41 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:37:41 Removing intermediate container 24234a87e400 20:37:41 ---> 3a1a119156b4 20:37:41 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:37:41 Removing intermediate container 1ed96437cb76 20:37:41 ---> eca5783e6371 20:37:41 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:37:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:41 ---> Running in 55e7d77eb099 20:37:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:41 Configure a credential helper to remove this warning. See 20:37:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:41 20:37:41 Login Succeeded 20:37:41 nexus3.edgexfoundry.org:10004 20:37:41 (1/1) Installing dumb-init (1.2.5-r1) 20:37:41 Executing busybox-1.35.0-r17.trigger 20:37:41 OK: 6 MiB in 15 packages 20:37:41 Removing intermediate container 55e7d77eb099 20:37:41 ---> ed0821b87e5e 20:37:41 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:37:41 ---> a85d1a269960 20:37:41 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:37:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:42 ---> Running in 903bb8dd95c0 20:37:42 ---> 852df1c0b7d2 20:37:42 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:37:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:42 Configure a credential helper to remove this warning. See 20:37:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:42 20:37:42 Login Succeeded 20:37:42 docker.io 20:37:42 Removing intermediate container 903bb8dd95c0 20:37:42 ---> ddd560512353 20:37:42 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:37:42 ---> a87cc85c7e63 20:37:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:37:42 ---> Running in 789be0a4ac9b 20:37:42 ---> 59545bd15494 20:37:42 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:37:42 Removing intermediate container 0f74c0cb6a7c 20:37:42 ---> 8568f7dfd42a 20:37:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:37:42 ---> Running in dbbb0ca5a199 20:37:42 ---> Running in af1f17ac5f25 20:37:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:37:42 ---> f91e4b66a998 20:37:42 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:37:42 Removing intermediate container af1f17ac5f25 20:37:42 ---> b445b2306857 20:37:42 Step 13/22 : ENV APP_PORT=59861 20:37:42 Removing intermediate container dbbb0ca5a199 20:37:42 ---> 3470f5dd90c1 20:37:42 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:37:42 ---> Running in 50e114224d96 20:37:42 ---> Running in 67084fd3ae7f 20:37:42 ---> c203852fa01b 20:37:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:37:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:37:42 Configure a credential helper to remove this warning. See 20:37:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:37:42 20:37:42 Login Succeeded 20:37:42 ---> docker-login.sh ends [Pipeline] } 20:37:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 20:37:42 Removing intermediate container 67084fd3ae7f 20:37:42 ---> ecf9cbdd8388 20:37:42 Step 14/22 : EXPOSE $APP_PORT 20:37:42 Removing intermediate container 50e114224d96 20:37:42 ---> 7bbed35955ad 20:37:42 Step 17/19 : LABEL arch=x86_64 20:37:42 ---> Running in 7342b3ee470a 20:37:42 ---> Running in 33124ec19f85 [Pipeline] sh 20:37:43 Removing intermediate container 7342b3ee470a 20:37:43 ---> dc6d835f109a 20:37:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:43 Removing intermediate container 33124ec19f85 20:37:43 ---> 860ecadb8f4e 20:37:43 Step 18/19 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:37:43 Removing intermediate container 789be0a4ac9b 20:37:43 ---> a4d7a18d67f9 20:37:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:37:43 ---> Running in 18ec7f9e601f 20:37:43 ---> 3350424895a0 20:37:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:37:43 ---> Running in 366eb575b745 20:37:43 + git config --global --add safe.directory /w/workspace/edgex-go/367 [Pipeline] echo 20:37:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:37:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:37:43 ========================================================= 20:37:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 20:37:43 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:37:43 ---> cf04689da3c1 20:37:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:37:43 Removing intermediate container 18ec7f9e601f 20:37:43 ---> ee1e44c20649 20:37:43 Step 19/19 : LABEL version=3.0.0-dev.13 20:37:43 ---> Running in 6f3cbf55bb76 20:37:43 Removing intermediate container 366eb575b745 20:37:43 ---> eddbf44b710e 20:37:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:37:43 Removing intermediate container 6f3cbf55bb76 20:37:43 ---> d2fe0cb596a1 20:37:43 20:37:43 Successfully built d2fe0cb596a1 20:37:43 ---> 987be468ce90 20:37:43 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:37:43 Successfully tagged security-spiffe-token-provider:latest 20:37:43  Building security-spiffe-token-provider ... done Building core-data 20:37:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:37:43 ---> fbedc54d04a2 20:37:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:37:43 ---> Running in 412e995bc42d 20:37:43 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:37:43 9b18e9b68314: Pulling fs layer 20:37:43 35d82f9e3411: Pulling fs layer 20:37:43 e16973657156: Pulling fs layer 20:37:43 fc693d55d65f: Pulling fs layer 20:37:43 7e9fc2657dce: Pulling fs layer 20:37:43 dda99020689f: Pulling fs layer 20:37:43 db1c61fa0a46: Pulling fs layer 20:37:43 891c053d2c06: Pulling fs layer 20:37:43 fc693d55d65f: Waiting 20:37:43 7e9fc2657dce: Waiting 20:37:43 dda99020689f: Waiting 20:37:43 db1c61fa0a46: Waiting 20:37:43 891c053d2c06: Waiting 20:37:43 e16973657156: Verifying Checksum 20:37:43 e16973657156: Download complete 20:37:43 35d82f9e3411: Verifying Checksum 20:37:43 35d82f9e3411: Download complete 20:37:43 7e9fc2657dce: Download complete 20:37:43 dda99020689f: Verifying Checksum 20:37:43 dda99020689f: Download complete 20:37:43 9b18e9b68314: Verifying Checksum 20:37:44 ---> 3c5cf7dcc5fb 20:37:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:37:44 9b18e9b68314: Pull complete 20:37:45 ---> 36bc8934a24f 20:37:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:37:45 891c053d2c06: Verifying Checksum 20:37:45 ---> 7ec718a1d6ec 20:37:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:37:45 ---> Running in 6bb73ccebf85 20:37:45 ---> Running in 7d370990bbe5 20:37:45 35d82f9e3411: Pull complete 20:37:45 Removing intermediate container 7d370990bbe5 20:37:45 ---> ae861cf414b1 20:37:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:37:45 ---> Running in 3157cdfb16ab 20:37:45 e16973657156: Pull complete 20:37:45 Removing intermediate container 3157cdfb16ab 20:37:45 ---> 5bb22e4e6960 20:37:45 Step 20/22 : LABEL arch=x86_64 20:37:45 ---> Running in 91d9815aeaf6 20:37:45 Removing intermediate container 412e995bc42d 20:37:45 ---> 0cbed9c22298 20:37:45 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:46 db1c61fa0a46: Verifying Checksum 20:37:46 db1c61fa0a46: Download complete 20:37:46 Removing intermediate container 91d9815aeaf6 20:37:46 ---> dac1914a1850 20:37:46 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:37:46 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:37:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:37:46 ---> e0324446142e 20:37:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:37:46 ---> Using cache 20:37:46 ---> 549cdda76a08 20:37:46 Step 4/22 : WORKDIR /edgex-go 20:37:46 ---> Using cache 20:37:46 ---> 26c73831e152 20:37:46 Step 5/22 : RUN apk add --update --no-cache make git 20:37:46 ---> Using cache 20:37:46 ---> 3c110520dfa1 20:37:46 Step 6/22 : COPY go.mod vendor* ./ 20:37:46 ---> Using cache 20:37:46 ---> 5ca1aadc2aad 20:37:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:37:46 ---> Using cache 20:37:46 ---> f8eb1c6e00c1 20:37:46 Step 8/22 : COPY . . 20:37:46 ---> Using cache 20:37:46 ---> 8696746609ca 20:37:46 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:37:46 ---> 112615cb507c 20:37:46 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:37:46 ---> Running in 9722d683b036 20:37:46 ---> Running in cfe402e18b6c 20:37:46 Removing intermediate container 6bb73ccebf85 20:37:46 ---> 0e9f63cdbb38 20:37:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:37:46 Removing intermediate container 9722d683b036 20:37:46 ---> 9d8b2a2bfae3 20:37:46 Step 22/22 : LABEL version=3.0.0-dev.13 20:37:46 ---> Running in 3e22dc5b734c 20:37:46 ---> Running in a46d3dfba7b8 20:37:46 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:37:46 Removing intermediate container 3e22dc5b734c 20:37:46 ---> 57229acb7f2c 20:37:46 Step 22/24 : LABEL arch=x86_64 20:37:46 fc693d55d65f: Verifying Checksum 20:37:46 fc693d55d65f: Download complete 20:37:46 Removing intermediate container a46d3dfba7b8 20:37:46 ---> d74a1a6bd59e 20:37:46 20:37:46 ---> 30035839dfc5 20:37:46 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:37:46 ---> Running in 82f6a0c1fe5b 20:37:46 Successfully built d74a1a6bd59e 20:37:46 Successfully tagged support-scheduler:latest 20:37:46 Building support-notifications 20:37:46  Building support-scheduler ... done Removing intermediate container 82f6a0c1fe5b 20:37:46 ---> 06fbc7103f46 20:37:46 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:37:48 ---> Running in 724a123c3b00 20:37:48 ---> b4630415531e 20:37:48 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:37:48 Removing intermediate container 724a123c3b00 20:37:48 ---> aa5677c16f7d 20:37:48 Step 24/24 : LABEL version=3.0.0-dev.13 20:37:48 ---> Running in 16ae428cf66f 20:37:48 ---> a7ee28de7c82 20:37:48 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:37:49 Removing intermediate container 16ae428cf66f 20:37:49 ---> 758f375bd0f1 20:37:49 20:37:49 Successfully built 758f375bd0f1 20:37:49 Successfully tagged security-secretstore-setup:latest 20:37:49 Building security-proxy-setup 20:37:49  Building security-secretstore-setup ... done  ---> c70b288c1f36 20:37:49 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:37:49 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:37:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:37:49 ---> e0324446142e 20:37:49 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:37:49 ---> Using cache 20:37:49 ---> 549cdda76a08 20:37:49 Step 4/22 : WORKDIR /edgex-go 20:37:49 ---> Using cache 20:37:49 ---> 26c73831e152 20:37:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:37:51 ---> c9e6f4e15634 20:37:51 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:37:51 ---> Running in e220674b4630 20:37:51 ---> b4b35599beb3 20:37:51 Step 27/32 : RUN chmod +x /entrypoint.sh 20:37:51 ---> Running in 22627528346e 20:37:52 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:37:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:37:52 ---> e0324446142e 20:37:52 Step 3/21 : WORKDIR /edgex-go 20:37:52 ---> Using cache 20:37:52 ---> 45f84d4b40cc 20:37:52 Step 4/21 : RUN apk add --update --no-cache make git 20:37:52 ---> Running in 576aaf078cc8 20:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:52 OK: 211 MiB in 51 packages 20:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:37:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:37:52 Removing intermediate container 22627528346e 20:37:52 ---> 8311655cb298 20:37:52 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:37:52 ---> Running in c34f1e337505 20:37:52 OK: 211 MiB in 51 packages 20:37:53 Removing intermediate container c34f1e337505 20:37:53 ---> ee2249e954f0 20:37:53 Step 29/32 : CMD ["gate"] 20:37:53 ---> Running in 36bf8a2c88f0 20:37:53 Removing intermediate container e220674b4630 20:37:53 ---> b02c7e6fb716 20:37:53 Step 6/22 : COPY go.mod vendor* ./ 20:37:53 Removing intermediate container 36bf8a2c88f0 20:37:53 ---> cec54b3b474c 20:37:53 Step 30/32 : LABEL arch=x86_64 20:37:53 ---> Running in 358615f065d3 20:37:53 Removing intermediate container 576aaf078cc8 20:37:53 ---> ab87986723f3 20:37:53 Step 5/21 : COPY go.mod vendor* ./ 20:37:54 ---> 9ae70d6b15a0 20:37:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:37:54 ---> Running in b1b048820e59 20:37:54 ---> d3bc89fdf0f8 20:37:54 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:37:54 Removing intermediate container 358615f065d3 20:37:54 ---> 5ea3ba3c03ab 20:37:54 Step 31/32 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:37:55 ---> Running in e976127e6213 20:37:55 ---> Running in 335d00d9b5b7 20:37:55 Removing intermediate container e976127e6213 20:37:55 ---> 601ca9ca301b 20:37:55 Step 32/32 : LABEL version=3.0.0-dev.13 20:37:55 ---> Running in c2acb6117a71 20:37:56 Removing intermediate container c2acb6117a71 20:37:56 ---> 646dca16e0df 20:37:56 20:37:56 Successfully built 646dca16e0df 20:37:56 Successfully tagged security-bootstrapper:latest 20:37:56 Building core-command 20:37:58  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:37:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:37:58 ---> e0324446142e 20:37:58 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:37:58 ---> Using cache 20:37:58 ---> 549cdda76a08 20:37:58 Step 4/23 : WORKDIR /edgex-go 20:37:58 ---> Using cache 20:37:58 ---> 26c73831e152 20:37:58 Step 5/23 : RUN apk add --update --no-cache make git 20:37:58 ---> Using cache 20:37:58 ---> 3c110520dfa1 20:37:58 Step 6/23 : COPY go.mod vendor* ./ 20:37:58 ---> Using cache 20:37:58 ---> 5ca1aadc2aad 20:37:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:37:58 ---> Using cache 20:37:58 ---> f8eb1c6e00c1 20:37:58 Step 8/23 : COPY . . 20:37:58 ---> Using cache 20:37:58 ---> 8696746609ca 20:37:58 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:37:59 fc693d55d65f: Pull complete 20:37:59 7e9fc2657dce: Pull complete 20:37:59 dda99020689f: Pull complete 20:38:00 ---> Running in 95c7b5b45f23 20:38:00 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:38:05 db1c61fa0a46: Pull complete 20:38:07 891c053d2c06: Pull complete 20:38:07 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:38:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:38:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:38:07 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:38:07 WORKDIR /edgex 20:38:07 COPY go.mod . 20:38:07 RUN go mod download 20:38:07 + docker build -t ci-base-image-arm64 -f - . 20:38:08 Sending build context to Docker daemon 3.136MB 20:38:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:38:08 ---> f96f9c87975a 20:38:08 Step 2/4 : WORKDIR /edgex 20:38:10 ---> Running in 81caa99291c1 20:38:10 Removing intermediate container 9dade93bbce3 20:38:10 ---> 99bdaec37121 20:38:10 Step 7/24 : COPY . . 20:38:10 Removing intermediate container 81caa99291c1 20:38:10 ---> 1971ffcd337d 20:38:10 Step 3/4 : COPY go.mod . 20:38:11 ---> 85f8517b4b61 20:38:11 Step 4/4 : RUN go mod download 20:38:11 ---> Running in 908d49630571 20:38:15 Removing intermediate container cfe402e18b6c 20:38:15 ---> 3cb2b0eb391d 20:38:15 20:38:15 Step 10/22 : FROM alpine:3.16 20:38:15 ---> bfe296a52501 20:38:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:38:17 ---> Running in 3a1902c6ea4e 20:38:17 ---> 31dc3b9ff607 20:38:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:38:17 Removing intermediate container 3a1902c6ea4e 20:38:17 ---> 4c8f20dd31db 20:38:17 Step 12/22 : ENV APP_PORT=59880 20:38:17 ---> Running in 092756d9d229 20:38:17 ---> Running in b4bc13ce4f27 20:38:18 Removing intermediate container 092756d9d229 20:38:18 ---> 623b1315e162 20:38:18 Step 9/24 : WORKDIR /edgex-go/spire-build 20:38:18 Removing intermediate container b4bc13ce4f27 20:38:18 ---> 4351b89f6811 20:38:18 Step 13/22 : EXPOSE $APP_PORT 20:38:18 ---> Running in c496de2d2f02 20:38:18 ---> Running in 4d63bd652f32 20:38:18 Removing intermediate container c496de2d2f02 20:38:18 ---> d375452592ac 20:38:18 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:38:18 Removing intermediate container 4d63bd652f32 20:38:18 ---> f935962f6db2 20:38:18 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:38:18 ---> Running in 12f0970c4359 20:38:18 ---> Running in 15f1557eac54 20:38:19 Removing intermediate container 335d00d9b5b7 20:38:19 ---> cf0e859dc816 20:38:19 Step 7/21 : COPY . . 20:38:19 Removing intermediate container b1b048820e59 20:38:19 ---> 8dbd0c6adac2 20:38:19 Step 8/22 : COPY . . 20:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:38:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:38:19 (1/1) Installing dumb-init (1.2.5-r1) 20:38:19 Executing busybox-1.35.0-r17.trigger 20:38:19 OK: 6 MiB in 15 packages 20:38:22 Removing intermediate container 95c7b5b45f23 20:38:22 ---> 35a87021d78b 20:38:22 20:38:22 Step 10/23 : FROM alpine:3.16 20:38:22 ---> bfe296a52501 20:38:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:38:22 ---> Using cache 20:38:22 ---> 8568f7dfd42a 20:38:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:38:22 ---> Using cache 20:38:22 ---> b445b2306857 20:38:22 Step 13/23 : ENV APP_PORT=59882 20:38:22 Removing intermediate container 12f0970c4359 20:38:22 ---> da1cd07d67aa 20:38:22 Step 11/24 : WORKDIR /edgex-go 20:38:22 ---> Running in 091323f0ca57 20:38:22 Removing intermediate container 15f1557eac54 20:38:22 ---> f9babfbf55a2 20:38:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:22 ---> Running in 7709b2305f75 20:38:23 ---> 6b47c1ff137a 20:38:23 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:38:23 Removing intermediate container 091323f0ca57 20:38:23 ---> 7c18a34f1be7 20:38:23 Step 14/23 : EXPOSE $APP_PORT 20:38:23 ---> Running in 7e93f7362fab 20:38:23 ---> e825d58dd093 20:38:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:38:23 Removing intermediate container 7709b2305f75 20:38:23 ---> 6997cfb28f6d 20:38:23 20:38:23 Step 12/24 : FROM alpine:3.15 20:38:23 ---> c4fc93816858 20:38:23 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:38:23 ---> Using cache 20:38:23 ---> e7c3fa8b44b2 20:38:23 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:38:23 ---> Using cache 20:38:23 ---> 7a2599bc79ea 20:38:23 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:38:23 ---> b6a5a549d403 20:38:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:38:23 ---> Running in 88fc8b4f720f 20:38:23 ---> Running in b4c8baf24d13 20:38:23 Removing intermediate container 88fc8b4f720f 20:38:23 ---> 9399ef3ce815 20:38:23 Step 15/23 : WORKDIR / 20:38:23 ---> Running in 1ecb2294654e 20:38:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:38:23 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:38:24 ---> 5f1f4c7b0a25 20:38:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:38:24 ---> 473a9492d6f6 20:38:24 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:38:24 Removing intermediate container 1ecb2294654e 20:38:24 ---> 0cde5bec9578 20:38:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:24 ---> 1a743119079f 20:38:24 Step 18/22 : ENTRYPOINT ["/core-data"] 20:38:24 ---> Running in 44c275046849 20:38:24 ---> 86b9071b51f9 20:38:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:38:24 Removing intermediate container 44c275046849 20:38:24 ---> 343d18165b30 20:38:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:24 ---> Running in a455505a146c 20:38:25 Removing intermediate container a455505a146c 20:38:25 ---> 5646717be949 20:38:25 Step 20/22 : LABEL arch=x86_64 20:38:25 ---> 0d1a1d516baa 20:38:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:38:25 ---> Running in fca98740b0da 20:38:25 Removing intermediate container fca98740b0da 20:38:25 ---> 6b358cb7d420 20:38:25 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:25 ---> b7424d02c966 20:38:25 Step 19/23 : ENTRYPOINT ["/core-command"] 20:38:25 ---> Running in c2c667757dae 20:38:25 ---> a64134eb7dbd 20:38:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:38:25 ---> Running in b35a23a84c20 20:38:26 Removing intermediate container c2c667757dae 20:38:26 ---> 45c88eb5b959 20:38:26 Step 22/22 : LABEL version=3.0.0-dev.13 20:38:26 ---> Running in feb13d8548eb 20:38:26 Removing intermediate container b35a23a84c20 20:38:26 ---> 032a6f4072e1 20:38:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:26 ---> Running in a08749703fbe 20:38:26 ---> 9bfee40a19bb 20:38:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:38:26 Removing intermediate container feb13d8548eb 20:38:26 ---> e13729c9239a 20:38:26 20:38:26 Removing intermediate container a08749703fbe 20:38:26 ---> 55b80840ceef 20:38:26 Step 21/23 : LABEL arch=x86_64 20:38:26 Successfully built e13729c9239a 20:38:26 Successfully tagged core-data:latest 20:38:26  Building core-data ... done Building security-spire-config 20:38:26 ---> Running in ce66cf2f3e0a 20:38:26 ---> 1d16bb4d07c2 20:38:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:38:27 Removing intermediate container ce66cf2f3e0a 20:38:27 ---> 80859047e054 20:38:27 Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:28 ---> 60f5b1f5ca3a 20:38:28 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:38:28 ---> Running in 763daeb921bf 20:38:28 ---> Running in 138d60a2e780 20:38:28 Removing intermediate container 763daeb921bf 20:38:28 ---> 3db4191fbbfe 20:38:28 Step 23/23 : LABEL version=3.0.0-dev.13 20:38:28 ---> Running in 5681551ba79f 20:38:28 Removing intermediate container 138d60a2e780 20:38:28 ---> 460f3128106e 20:38:28 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:38:28 ---> Running in b4048e98d3f6 20:38:28 Removing intermediate container 5681551ba79f 20:38:28 ---> be4c87f20544 20:38:28 20:38:28 Successfully built be4c87f20544 20:38:28 Successfully tagged core-command:latest 20:38:28  Building core-command ... done Building core-metadata 20:38:29 Removing intermediate container b4048e98d3f6 20:38:29 ---> db5de8713bfb 20:38:29 Step 22/24 : LABEL arch=x86_64 20:38:30 ---> Running in 6286537b7839 20:38:30 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:38:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:38:30 ---> e0324446142e 20:38:30 Step 3/24 : WORKDIR /edgex-go 20:38:30 ---> Using cache 20:38:30 ---> 45f84d4b40cc 20:38:30 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:38:30 ---> Using cache 20:38:30 ---> 9308e1c4f2d1 20:38:30 Step 5/24 : COPY go.mod vendor* ./ 20:38:30 ---> Using cache 20:38:30 ---> c7492ff5d6fc 20:38:30 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:30 ---> Using cache 20:38:30 ---> 99bdaec37121 20:38:30 Step 7/24 : COPY . . 20:38:30 ---> Using cache 20:38:30 ---> 31dc3b9ff607 20:38:30 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:38:30 ---> Using cache 20:38:30 ---> 623b1315e162 20:38:30 Step 9/24 : WORKDIR /edgex-go/spire-build 20:38:30 ---> Using cache 20:38:30 ---> d375452592ac 20:38:30 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:38:30 ---> Using cache 20:38:30 ---> da1cd07d67aa 20:38:30 Step 11/24 : WORKDIR /edgex-go 20:38:30 ---> Using cache 20:38:30 ---> 6997cfb28f6d 20:38:30 20:38:30 Step 12/24 : FROM alpine:3.15 20:38:30 ---> c4fc93816858 20:38:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:38:30 ---> Using cache 20:38:30 ---> e7c3fa8b44b2 20:38:30 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:38:31 ---> Running in d3a18374a60c 20:38:31 Removing intermediate container 6286537b7839 20:38:31 ---> 97af01fe6192 20:38:31 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:31 ---> Running in 246ebeb09af5 20:38:31 Removing intermediate container 246ebeb09af5 20:38:31 ---> 1c943bfcc1d0 20:38:31 Step 24/24 : LABEL version=3.0.0-dev.13 20:38:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:38:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:38:32 ---> Running in e382eca3a29c 20:38:32 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:38:32 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:38:32 OK: 15859 distinct packages available 20:38:32 Removing intermediate container e382eca3a29c 20:38:32 ---> c6d0f2169340 20:38:32 20:38:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:38:32 Successfully built c6d0f2169340 20:38:32 Successfully tagged security-spire-agent:latest 20:38:32  Building security-spire-agent ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:38:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:38:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:38:32 ---> e0324446142e 20:38:32 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:38:32 ---> Using cache 20:38:32 ---> 549cdda76a08 20:38:32 Step 4/24 : WORKDIR /edgex-go 20:38:32 ---> Using cache 20:38:32 ---> 26c73831e152 20:38:32 Step 5/24 : RUN apk add --update --no-cache make git 20:38:32 ---> Using cache 20:38:32 ---> 3c110520dfa1 20:38:32 Step 6/24 : COPY go.mod vendor* ./ 20:38:32 ---> Using cache 20:38:32 ---> 5ca1aadc2aad 20:38:32 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:38:32 ---> Using cache 20:38:32 ---> f8eb1c6e00c1 20:38:32 Step 8/24 : COPY . . 20:38:32 ---> Using cache 20:38:32 ---> 8696746609ca 20:38:32 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:38:32 (1/4) Installing dumb-init (1.2.5-r1) 20:38:32 (2/4) Installing musl-obstack (1.2.3-r0) 20:38:32 (3/4) Installing libucontext (1.1-r0) 20:38:32 (4/4) Installing gcompat (1.0.0-r4) 20:38:32 Executing busybox-1.34.1-r7.trigger 20:38:32 OK: 6 MiB in 18 packages 20:38:33 ---> Running in 4c2d5a7596b4 20:38:33 Removing intermediate container d3a18374a60c 20:38:33 ---> 96252d7069f9 20:38:33 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:38:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:38:35 ---> 816a3d4b0f22 20:38:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:38:36 ---> d44d12f4e269 20:38:36 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:38:36 ---> Running in 7c42fc2761c9 20:38:36 Removing intermediate container 7c42fc2761c9 20:38:36 ---> 3a672ca42b8d 20:38:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:38:36 ---> fb5782c2b688 20:38:36 Step 19/24 : WORKDIR / 20:38:36 ---> Running in 8af636e05334 20:38:37 Removing intermediate container 8af636e05334 20:38:37 ---> e2858ecec32b 20:38:37 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:38:37 ---> Running in 3fec67540660 20:38:37 Removing intermediate container 3fec67540660 20:38:37 ---> 3e3eebdc4bb6 20:38:37 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:38:37 ---> Running in db086ea35ef4 20:38:37 Removing intermediate container db086ea35ef4 20:38:37 ---> 3a76b4932162 20:38:37 Step 22/24 : LABEL arch=x86_64 20:38:37 ---> Running in e4ffb585ccd7 20:38:38 Removing intermediate container e4ffb585ccd7 20:38:38 ---> 28f4b16f45e8 20:38:38 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:38 ---> Running in cce800df0899 20:38:38 Removing intermediate container cce800df0899 20:38:38 ---> 85f7f0650cf9 20:38:38 Step 24/24 : LABEL version=3.0.0-dev.13 20:38:38 ---> Running in e29775fe7c33 20:38:38 Removing intermediate container e29775fe7c33 20:38:38 ---> 83fc9b10addd 20:38:38 20:38:38 Successfully built 83fc9b10addd 20:38:38 Successfully tagged security-spire-config:latest 20:38:43 Removing intermediate container 908d49630571 20:38:43 ---> 86b0b7e64176 20:38:43 Successfully built 86b0b7e64176 20:38:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:44 + docker inspect -f . ci-base-image-arm64 20:38:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:38:44 prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container 20:38:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:38:45 $ docker top 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:46 + go version 20:38:46 go version go1.18.7 linux/arm64 [Pipeline] } 20:38:46 $ docker stop --time=1 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 20:38:47  Building security-spire-config ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:38:48 $ docker rm -f --volumes 252ee9a247d30045b3c9c99d1fec330f3627d9db043dd51464ab6168a5862484 [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:38:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:38:48 20:38:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:38:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:38:49 latest: Pulling from edgex-devops/edgex-compose-arm64 20:38:49 29e5d40040c1: Pulling fs layer 20:38:49 1ce36da41761: Pulling fs layer 20:38:49 25b303627fd3: Pulling fs layer 20:38:49 29e5d40040c1: Download complete 20:38:49 1ce36da41761: Verifying Checksum 20:38:49 1ce36da41761: Download complete 20:38:49 29e5d40040c1: Pull complete 20:38:51 1ce36da41761: Pull complete 20:38:51 25b303627fd3: Verifying Checksum 20:38:51 25b303627fd3: Download complete 20:38:52 Removing intermediate container 7e93f7362fab 20:38:52 ---> c7a22cf8c0b5 20:38:52 20:38:52 Step 9/21 : FROM alpine:3.16 20:38:52 ---> bfe296a52501 20:38:52 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:38:52 ---> Running in c38d41dbfcfb 20:38:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:38:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:38:52 (1/6) Installing ca-certificates (20220614-r0) 20:38:52 (2/6) Installing brotli-libs (1.0.9-r6) 20:38:52 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:38:52 (4/6) Installing libcurl (7.83.1-r5) 20:38:52 (5/6) Installing curl (7.83.1-r5) 20:38:52 (6/6) Installing dumb-init (1.2.5-r1) 20:38:52 Executing busybox-1.35.0-r17.trigger 20:38:52 Executing ca-certificates-20220614-r0.trigger 20:38:52 OK: 8 MiB in 20 packages 20:38:53 Removing intermediate container c38d41dbfcfb 20:38:53 ---> e75d7182fdc0 20:38:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:38:53 ---> Running in 30e3657cf48e 20:38:53 Removing intermediate container 30e3657cf48e 20:38:53 ---> e3c7fd16d5fe 20:38:53 Step 12/21 : WORKDIR /edgex 20:38:53 ---> Running in 14f6995b9ca9 20:38:54 Removing intermediate container 14f6995b9ca9 20:38:54 ---> b930a9eb9062 20:38:54 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:38:54 ---> 76b80047b949 20:38:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:38:55 ---> cf843a8d7772 20:38:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:38:55 Removing intermediate container b4c8baf24d13 20:38:55 ---> f987c6f224ce 20:38:55 20:38:55 Step 10/22 : FROM alpine:3.16 20:38:55 ---> bfe296a52501 20:38:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:38:55 ---> Running in dbe8c254a232 20:38:56 ---> 5a09d00d251c 20:38:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:38:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:38:56 ---> 374d21a80b39 20:38:56 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:38:56 ---> Running in 15d42dc01953 20:38:56 Removing intermediate container 4c2d5a7596b4 20:38:56 ---> c556cfbd08f6 20:38:56 20:38:56 Step 10/24 : FROM alpine:3.16 20:38:56 ---> bfe296a52501 20:38:56 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:38:56 ---> Using cache 20:38:56 ---> 8568f7dfd42a 20:38:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:38:56 ---> Using cache 20:38:56 ---> b445b2306857 20:38:56 Step 13/24 : ENV APP_PORT=59881 20:38:56 (1/2) Installing ca-certificates (20220614-r0) 20:38:56 (2/2) Installing dumb-init (1.2.5-r1) 20:38:56 Executing busybox-1.35.0-r17.trigger 20:38:56 Executing ca-certificates-20220614-r0.trigger 20:38:56 OK: 6 MiB in 16 packages 20:38:56 ---> Running in 87f5bc930a55 20:38:56 Removing intermediate container 87f5bc930a55 20:38:56 ---> 4e22f42e1227 20:38:56 Step 14/24 : EXPOSE $APP_PORT 20:38:57 ---> Running in 2b65e0ab7752 20:38:57 Removing intermediate container 2b65e0ab7752 20:38:57 ---> d37f5b4691f3 20:38:57 Step 15/24 : WORKDIR / 20:38:57 ---> Running in ed1102872a58 20:38:57 Removing intermediate container 15d42dc01953 20:38:57 ---> 7136d9afbb0b 20:38:57 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:38:57 Removing intermediate container ed1102872a58 20:38:57 ---> a37c96b7ab68 20:38:57 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:57 ---> Running in 0f52a0f67d27 20:38:57 Removing intermediate container dbe8c254a232 20:38:57 ---> 60e42b3e959f 20:38:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:38:57 ---> Running in 5893196f8a51 20:38:57 Removing intermediate container 0f52a0f67d27 20:38:57 ---> 0a33dcd43647 20:38:57 Step 19/21 : LABEL arch=x86_64 20:38:57 ---> Running in afca31d596d3 20:38:57 ---> db47753daf19 20:38:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:38:57 Removing intermediate container 5893196f8a51 20:38:57 ---> 0d34996d89f1 20:38:57 Step 13/22 : ENV APP_PORT=59860 20:38:57 ---> Running in 1fc221b0ffef 20:38:57 Removing intermediate container afca31d596d3 20:38:57 ---> b2a3014e5590 20:38:57 Step 20/21 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:57 ---> Running in 2b191789be7e 20:38:57 Removing intermediate container 1fc221b0ffef 20:38:57 ---> 837e1c515a25 20:38:57 Step 14/22 : EXPOSE $APP_PORT 20:38:57 ---> Running in ba7cebe58271 20:38:57 Removing intermediate container 2b191789be7e 20:38:57 ---> 5e508c9652fa 20:38:57 Step 21/21 : LABEL version=3.0.0-dev.13 20:38:57 Removing intermediate container ba7cebe58271 20:38:57 ---> e9d535c1b35b 20:38:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:38:57 ---> Running in e4e80bf83a8a 20:38:57 ---> e9e1be90201a 20:38:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:38:58 Removing intermediate container e4e80bf83a8a 20:38:58 ---> bdb399540497 20:38:58 20:38:58 ---> d0f2ee9f695b 20:38:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:38:58 Successfully built bdb399540497 20:38:58 Successfully tagged security-proxy-setup:latest 20:38:58  Building security-proxy-setup ... done  ---> d6facd78a18e 20:38:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:38:58 ---> 86df117f089a 20:38:58 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:38:58 ---> Running in 3a5444319fc7 20:38:58 ---> 3c6ff9f42afc 20:38:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:38:58 Removing intermediate container 3a5444319fc7 20:38:58 ---> 3f8c29a84545 20:38:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:58 ---> Running in aa583cb4603e 20:38:58 Removing intermediate container aa583cb4603e 20:38:58 ---> d80e688e0e3c 20:38:58 Step 22/24 : LABEL arch=x86_64 20:38:58 ---> 49e55a502720 20:38:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:38:58 ---> Running in 743c923123e5 20:38:58 ---> Running in 559450c405ca 20:38:58 Removing intermediate container 743c923123e5 20:38:58 ---> 650962146c3f 20:38:58 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:58 Removing intermediate container 559450c405ca 20:38:58 ---> fb22fbf6af13 20:38:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:38:58 ---> Running in d35cc9067221 20:38:58 ---> Running in 144e8009e70e 20:38:59 Removing intermediate container d35cc9067221 20:38:59 ---> c58c4b9dcf22 20:38:59 Step 24/24 : LABEL version=3.0.0-dev.13 20:38:59 Removing intermediate container 144e8009e70e 20:38:59 ---> 8a0d51612ba3 20:38:59 Step 20/22 : LABEL arch=x86_64 20:38:59 ---> Running in 3f08294dc9ce 20:38:59 ---> Running in d65393e2f22f 20:38:59 Removing intermediate container 3f08294dc9ce 20:38:59 ---> 2ac2f1c3717e 20:38:59 20:38:59 Removing intermediate container d65393e2f22f 20:38:59 ---> 48bffc41eeb0 20:38:59 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:38:59 ---> Running in c20de275b969 20:38:59 Successfully built 2ac2f1c3717e 20:38:59 Successfully tagged core-metadata:latest 20:38:59  Building core-metadata ... done Removing intermediate container c20de275b969 20:38:59 ---> b02a97fabe27 20:38:59 Step 22/22 : LABEL version=3.0.0-dev.13 20:38:59 ---> Running in c6e885cc7b8e 20:38:59 Removing intermediate container c6e885cc7b8e 20:38:59 ---> ba17f4491542 20:38:59 20:38:59 Successfully built ba17f4491542 20:38:59 Successfully tagged support-notifications:latest 20:38:59  Building support-notifications ... done  [Pipeline] } 20:38:59 $ docker stop --time=1 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d 20:39:00 $ docker rm -f --volumes 5ec2ccb2137083ffce9a6ef53fe4742a54c48579cce823b7a0fb9c93366ebb8d [Pipeline] // withDockerContainer [Pipeline] sh 20:39:01 + docker images 20:39:01 REPOSITORY TAG IMAGE ID CREATED SIZE 20:39:01 core-metadata latest 2ac2f1c3717e 2 seconds ago 18.5MB 20:39:01 support-notifications latest ba17f4491542 2 seconds ago 30.6MB 20:39:01 security-proxy-setup latest bdb399540497 4 seconds ago 27.7MB 20:39:01 c556cfbd08f6 5 seconds ago 1.68GB 20:39:01 f987c6f224ce 6 seconds ago 1.74GB 20:39:01 c7a22cf8c0b5 11 seconds ago 1.66GB 20:39:01 security-spire-config latest 83fc9b10addd 23 seconds ago 85.8MB 20:39:01 security-spire-agent latest c6d0f2169340 29 seconds ago 125MB 20:39:01 core-command latest be4c87f20544 33 seconds ago 17.7MB 20:39:01 core-data latest e13729c9239a 35 seconds ago 17.9MB 20:39:01 6997cfb28f6d 38 seconds ago 1.54GB 20:39:01 35a87021d78b 40 seconds ago 1.67GB 20:39:01 3cb2b0eb391d 50 seconds ago 1.68GB 20:39:01 security-bootstrapper latest 646dca16e0df About a minute ago 20.3MB 20:39:01 security-secretstore-setup latest 758f375bd0f1 About a minute ago 29.9MB 20:39:01 support-scheduler latest d74a1a6bd59e About a minute ago 30MB 20:39:01 security-spiffe-token-provider latest d2fe0cb596a1 About a minute ago 29.8MB 20:39:01 0cf1f8c9e37f About a minute ago 1.74GB 20:39:01 ef5083032ce8 About a minute ago 1.71GB 20:39:01 ab6de1def730 About a minute ago 1.66GB 20:39:01 ada335bfa985 About a minute ago 1.67GB 20:39:01 security-spire-server latest 80a861602e15 About a minute ago 86.5MB 20:39:01 138aa6bde602 About a minute ago 1.54GB 20:39:01 ci-base-image-x86_64 latest e0324446142e 4 minutes ago 904MB 20:39:01 alpine 3.16 bfe296a52501 8 weeks ago 5.54MB 20:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 2 months ago 683MB 20:39:01 alpine 3.15 c4fc93816858 5 months ago 5.59MB 20:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 6 months ago 253MB 20:39:01 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) 20:39:01 25b303627fd3: Pull complete 20:39:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:39:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:39:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:39:01 prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container 20:39:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:39:03 $ docker top 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:39:04 provisioning config files... 20:39:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config6994338753714275001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:04 ---> docker-login.sh 20:39:04 nexus3.edgexfoundry.org:10001 20:39:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:04 Configure a credential helper to remove this warning. See 20:39:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:04 20:39:04 Login Succeeded 20:39:04 nexus3.edgexfoundry.org:10002 20:39:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:04 Configure a credential helper to remove this warning. See 20:39:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:04 20:39:04 Login Succeeded 20:39:04 nexus3.edgexfoundry.org:10003 20:39:04 + docker-compose build --help 20:39:04 + grep parallel 20:39:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:04 Configure a credential helper to remove this warning. See 20:39:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:04 20:39:04 Login Succeeded 20:39:04 nexus3.edgexfoundry.org:10004 20:39:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:04 Configure a credential helper to remove this warning. See 20:39:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:04 20:39:04 Login Succeeded 20:39:04 docker.io 20:39:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:05 Configure a credential helper to remove this warning. See 20:39:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:05 20:39:05 Login Succeeded 20:39:05 ---> docker-login.sh ends [Pipeline] } 20:39:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:39:05 [edgeXDocker.push] Tagging docker image core-command with the following tags: 20:39:05 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:05 latest 20:39:05 3.0.0-dev.13 20:39:05 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:05 main 20:39:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:05 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:05 + docker push nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:39:05 6a76a2ce0ca7: Preparing 20:39:05 8d39a2d71550: Preparing 20:39:05 c480c8f1d0a8: Preparing 20:39:05 cc7ce0f706c1: Preparing 20:39:05 e5e13b0c77cb: Preparing 20:39:05 e5e13b0c77cb: Layer already exists 20:39:05 6a76a2ce0ca7: Pushed 20:39:05 c480c8f1d0a8: Pushed 20:39:05 cc7ce0f706c1: Pushed 20:39:07 8d39a2d71550: Pushed 20:39:07 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:07 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:08 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 20:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:39:08 6a76a2ce0ca7: Preparing 20:39:08 8d39a2d71550: Preparing 20:39:08 c480c8f1d0a8: Preparing 20:39:08 cc7ce0f706c1: Preparing 20:39:08 e5e13b0c77cb: Preparing 20:39:08 cc7ce0f706c1: Layer already exists 20:39:08 6a76a2ce0ca7: Layer already exists 20:39:08 8d39a2d71550: Layer already exists 20:39:08 e5e13b0c77cb: Layer already exists 20:39:08 c480c8f1d0a8: Layer already exists 20:39:08 latest: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:08 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 20:39:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:39:08 6a76a2ce0ca7: Preparing 20:39:08 8d39a2d71550: Preparing 20:39:08 c480c8f1d0a8: Preparing 20:39:08 cc7ce0f706c1: Preparing 20:39:08 e5e13b0c77cb: Preparing 20:39:08 6a76a2ce0ca7: Layer already exists 20:39:08 c480c8f1d0a8: Layer already exists 20:39:08 cc7ce0f706c1: Layer already exists 20:39:08 8d39a2d71550: Layer already exists 20:39:08 e5e13b0c77cb: Layer already exists 20:39:08 3.0.0-dev.13: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:08 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:09 + docker push nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:39:09 6a76a2ce0ca7: Preparing 20:39:09 8d39a2d71550: Preparing 20:39:09 c480c8f1d0a8: Preparing 20:39:09 cc7ce0f706c1: Preparing 20:39:09 e5e13b0c77cb: Preparing 20:39:09 c480c8f1d0a8: Layer already exists 20:39:09 cc7ce0f706c1: Layer already exists 20:39:09 8d39a2d71550: Layer already exists 20:39:09 6a76a2ce0ca7: Layer already exists 20:39:09 e5e13b0c77cb: Layer already exists 20:39:09 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:09 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:09 + docker push nexus3.edgexfoundry.org:10004/core-command:main 20:39:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 20:39:09 6a76a2ce0ca7: Preparing 20:39:09 8d39a2d71550: Preparing 20:39:09 c480c8f1d0a8: Preparing 20:39:09 cc7ce0f706c1: Preparing 20:39:09 e5e13b0c77cb: Preparing 20:39:09 e5e13b0c77cb: Layer already exists 20:39:09 cc7ce0f706c1: Layer already exists 20:39:09 c480c8f1d0a8: Layer already exists 20:39:09 6a76a2ce0ca7: Layer already exists 20:39:09 8d39a2d71550: Layer already exists 20:39:09 main: digest: sha256:71d529a5fe19eaf15eeb7f1155412af58596a3b1ef8f56150d3c9a229db874eb size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:09 ===================================================== [Pipeline] echo 20:39:09 taggedImages: 20:39:09 - nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:09 - nexus3.edgexfoundry.org:10004/core-command:latest 20:39:09 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.13 20:39:09 - nexus3.edgexfoundry.org:10004/core-command:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:09 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 20:39:09 [edgeXDocker.push] Tagging docker image core-data with the following tags: 20:39:09 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:09 latest 20:39:09 3.0.0-dev.13 20:39:09 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:09 main 20:39:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:10 --parallel Build images in parallel. [Pipeline] } 20:39:10 $ docker stop --time=1 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 20:39:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:11 $ docker rm -f --volumes 46b675d05fbad57e350b2d0b365c6f9cc35b7ad4ec3158a5829025327db82bf1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:12 + docker push nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:39:12 6eb7306ff87a: Preparing 20:39:12 0dff9597b28d: Preparing 20:39:12 c480c8f1d0a8: Preparing 20:39:12 7329ab58659c: Preparing 20:39:12 e5e13b0c77cb: Preparing 20:39:12 c480c8f1d0a8: Layer already exists 20:39:12 e5e13b0c77cb: Layer already exists 20:39:12 6eb7306ff87a: Pushed 20:39:12 7329ab58659c: Pushed 20:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:39:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:39:12 prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container 20:39:12 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:39:13 0dff9597b28d: Pushed 20:39:13 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 20:39:13 $ docker top c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:39:14 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 20:39:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:39:14 6eb7306ff87a: Preparing 20:39:14 0dff9597b28d: Preparing 20:39:14 c480c8f1d0a8: Preparing 20:39:14 7329ab58659c: Preparing 20:39:14 e5e13b0c77cb: Preparing 20:39:14 e5e13b0c77cb: Layer already exists 20:39:14 c480c8f1d0a8: Layer already exists 20:39:14 7329ab58659c: Layer already exists 20:39:14 0dff9597b28d: Layer already exists 20:39:14 6eb7306ff87a: Layer already exists 20:39:14 latest: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:14 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:15 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 20:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:39:15 6eb7306ff87a: Preparing 20:39:15 0dff9597b28d: Preparing 20:39:15 c480c8f1d0a8: Preparing 20:39:15 7329ab58659c: Preparing 20:39:15 e5e13b0c77cb: Preparing 20:39:15 7329ab58659c: Layer already exists 20:39:15 e5e13b0c77cb: Layer already exists 20:39:15 6eb7306ff87a: Layer already exists 20:39:15 c480c8f1d0a8: Layer already exists 20:39:15 0dff9597b28d: Layer already exists 20:39:15 3.0.0-dev.13: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:15 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:15 + docker push nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:39:15 6eb7306ff87a: Preparing 20:39:15 0dff9597b28d: Preparing 20:39:15 c480c8f1d0a8: Preparing 20:39:15 7329ab58659c: Preparing 20:39:15 e5e13b0c77cb: Preparing 20:39:15 c480c8f1d0a8: Layer already exists 20:39:15 0dff9597b28d: Layer already exists 20:39:15 6eb7306ff87a: Layer already exists 20:39:15 e5e13b0c77cb: Layer already exists 20:39:15 7329ab58659c: Layer already exists 20:39:15 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:16 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:16 + docker push nexus3.edgexfoundry.org:10004/core-data:main 20:39:16 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 20:39:16 6eb7306ff87a: Preparing 20:39:16 0dff9597b28d: Preparing 20:39:16 c480c8f1d0a8: Preparing 20:39:16 7329ab58659c: Preparing 20:39:16 e5e13b0c77cb: Preparing 20:39:16 6eb7306ff87a: Layer already exists 20:39:16 0dff9597b28d: Layer already exists 20:39:16 7329ab58659c: Layer already exists 20:39:16 c480c8f1d0a8: Layer already exists 20:39:16 e5e13b0c77cb: Layer already exists 20:39:16 main: digest: sha256:53234aeb57d2f0f81155335b4bb04a999313cf0b49c292b5e806d4d53bd2408b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:16 ===================================================== [Pipeline] echo 20:39:16 taggedImages: 20:39:16 - nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:16 - nexus3.edgexfoundry.org:10004/core-data:latest 20:39:16 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.13 20:39:16 - nexus3.edgexfoundry.org:10004/core-data:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:16 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 20:39:16 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 20:39:16 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:16 latest 20:39:16 3.0.0-dev.13 20:39:16 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:16 main 20:39:16 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:16 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:17 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:39:17 906eb625584b: Preparing 20:39:17 7038696ec2b6: Preparing 20:39:17 d7bf16c13ed9: Preparing 20:39:17 c480c8f1d0a8: Preparing 20:39:17 cc7ce0f706c1: Preparing 20:39:17 e5e13b0c77cb: Preparing 20:39:17 e5e13b0c77cb: Waiting 20:39:17 cc7ce0f706c1: Layer already exists 20:39:17 c480c8f1d0a8: Layer already exists 20:39:17 e5e13b0c77cb: Layer already exists 20:39:17 906eb625584b: Pushed 20:39:17 7038696ec2b6: Pushed 20:39:18 d7bf16c13ed9: Pushed 20:39:18 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:18 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 20:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:39:19 906eb625584b: Preparing 20:39:19 7038696ec2b6: Preparing 20:39:19 d7bf16c13ed9: Preparing 20:39:19 c480c8f1d0a8: Preparing 20:39:19 cc7ce0f706c1: Preparing 20:39:19 e5e13b0c77cb: Preparing 20:39:19 e5e13b0c77cb: Waiting 20:39:19 906eb625584b: Layer already exists 20:39:19 c480c8f1d0a8: Layer already exists 20:39:19 cc7ce0f706c1: Layer already exists 20:39:19 d7bf16c13ed9: Layer already exists 20:39:19 7038696ec2b6: Layer already exists 20:39:19 e5e13b0c77cb: Layer already exists 20:39:19 latest: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:19 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 20:39:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:39:19 906eb625584b: Preparing 20:39:19 7038696ec2b6: Preparing 20:39:19 d7bf16c13ed9: Preparing 20:39:19 c480c8f1d0a8: Preparing 20:39:19 cc7ce0f706c1: Preparing 20:39:19 e5e13b0c77cb: Preparing 20:39:19 e5e13b0c77cb: Waiting 20:39:19 7038696ec2b6: Layer already exists 20:39:19 d7bf16c13ed9: Layer already exists 20:39:19 906eb625584b: Layer already exists 20:39:19 c480c8f1d0a8: Layer already exists 20:39:19 cc7ce0f706c1: Layer already exists 20:39:19 e5e13b0c77cb: Layer already exists 20:39:19 3.0.0-dev.13: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:19 Building core-command ... 20:39:19 Building core-data ... 20:39:19 Building core-metadata ... 20:39:19 Building security-bootstrapper ... 20:39:19 Building security-proxy-setup ... 20:39:19 Building security-secretstore-setup ... 20:39:19 Building security-spiffe-token-provider ... 20:39:19 Building security-spire-agent ... 20:39:19 Building security-spire-config ... 20:39:19 Building security-spire-server ... 20:39:19 Building support-notifications ... 20:39:19 Building support-scheduler ... 20:39:19 Building support-scheduler 20:39:19 Building security-secretstore-setup 20:39:19 Building security-spire-config 20:39:19 Building core-metadata 20:39:19 Building support-notifications 20:39:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:39:20 906eb625584b: Preparing 20:39:20 7038696ec2b6: Preparing 20:39:20 d7bf16c13ed9: Preparing 20:39:20 c480c8f1d0a8: Preparing 20:39:20 cc7ce0f706c1: Preparing 20:39:20 e5e13b0c77cb: Preparing 20:39:20 c480c8f1d0a8: Layer already exists 20:39:20 7038696ec2b6: Layer already exists 20:39:20 906eb625584b: Layer already exists 20:39:20 cc7ce0f706c1: Layer already exists 20:39:20 d7bf16c13ed9: Layer already exists 20:39:20 e5e13b0c77cb: Layer already exists 20:39:20 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:20 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 20:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 20:39:21 906eb625584b: Preparing 20:39:21 7038696ec2b6: Preparing 20:39:21 d7bf16c13ed9: Preparing 20:39:21 c480c8f1d0a8: Preparing 20:39:21 cc7ce0f706c1: Preparing 20:39:21 e5e13b0c77cb: Preparing 20:39:21 e5e13b0c77cb: Waiting 20:39:21 c480c8f1d0a8: Layer already exists 20:39:21 d7bf16c13ed9: Layer already exists 20:39:21 7038696ec2b6: Layer already exists 20:39:21 906eb625584b: Layer already exists 20:39:21 cc7ce0f706c1: Layer already exists 20:39:21 e5e13b0c77cb: Layer already exists 20:39:21 main: digest: sha256:317fd7eec8ad5a27cc68b905b5847e2826c6102f1a61fc78a7dd302c22e7c98e size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:21 ===================================================== [Pipeline] echo 20:39:21 taggedImages: 20:39:21 - nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:21 - nexus3.edgexfoundry.org:10004/core-metadata:latest 20:39:21 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.13 20:39:21 - nexus3.edgexfoundry.org:10004/core-metadata:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:21 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 20:39:21 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 20:39:21 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:21 latest 20:39:21 3.0.0-dev.13 20:39:21 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:21 main 20:39:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:21 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:21 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:39:21 87a92e0e708e: Preparing 20:39:21 87a92e0e708e: Preparing 20:39:21 beb4af35ac9c: Preparing 20:39:21 7cecd55c4d06: Preparing 20:39:21 c09b23b341b7: Preparing 20:39:21 e4a64e0b4309: Preparing 20:39:21 1929e8522787: Preparing 20:39:21 c480c8f1d0a8: Preparing 20:39:21 d37d54cf474c: Preparing 20:39:21 58d4a2c0efd4: Preparing 20:39:21 14d70d82e3ed: Preparing 20:39:21 60de5dff966c: Preparing 20:39:21 e5e13b0c77cb: Preparing 20:39:21 1929e8522787: Waiting 20:39:21 14d70d82e3ed: Waiting 20:39:21 c480c8f1d0a8: Waiting 20:39:21 e5e13b0c77cb: Waiting 20:39:21 60de5dff966c: Waiting 20:39:21 d37d54cf474c: Waiting 20:39:21 58d4a2c0efd4: Waiting 20:39:21 beb4af35ac9c: Pushed 20:39:21 e4a64e0b4309: Pushed 20:39:21 c09b23b341b7: Pushed 20:39:21 7cecd55c4d06: Pushed 20:39:21 87a92e0e708e: Pushed 20:39:21 c480c8f1d0a8: Layer already exists 20:39:22 60de5dff966c: Pushed 20:39:22 d37d54cf474c: Pushed 20:39:22 14d70d82e3ed: Pushed 20:39:22 58d4a2c0efd4: Pushed 20:39:22 e5e13b0c77cb: Layer already exists 20:39:23 1929e8522787: Pushed 20:39:23 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:23 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:39:24 87a92e0e708e: Preparing 20:39:24 87a92e0e708e: Preparing 20:39:24 beb4af35ac9c: Preparing 20:39:24 7cecd55c4d06: Preparing 20:39:24 c09b23b341b7: Preparing 20:39:24 e4a64e0b4309: Preparing 20:39:24 1929e8522787: Preparing 20:39:24 c480c8f1d0a8: Preparing 20:39:24 d37d54cf474c: Preparing 20:39:24 1929e8522787: Waiting 20:39:24 58d4a2c0efd4: Preparing 20:39:24 14d70d82e3ed: Preparing 20:39:24 d37d54cf474c: Waiting 20:39:24 60de5dff966c: Preparing 20:39:24 14d70d82e3ed: Waiting 20:39:24 e5e13b0c77cb: Preparing 20:39:24 60de5dff966c: Waiting 20:39:24 e5e13b0c77cb: Waiting 20:39:24 beb4af35ac9c: Layer already exists 20:39:24 e4a64e0b4309: Layer already exists 20:39:24 c09b23b341b7: Layer already exists 20:39:24 7cecd55c4d06: Layer already exists 20:39:24 87a92e0e708e: Layer already exists 20:39:24 1929e8522787: Layer already exists 20:39:24 58d4a2c0efd4: Layer already exists 20:39:24 d37d54cf474c: Layer already exists 20:39:24 14d70d82e3ed: Layer already exists 20:39:24 c480c8f1d0a8: Layer already exists 20:39:24 60de5dff966c: Layer already exists 20:39:24 e5e13b0c77cb: Layer already exists 20:39:24 latest: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:24 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:24 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 20:39:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:39:24 87a92e0e708e: Preparing 20:39:24 87a92e0e708e: Preparing 20:39:24 beb4af35ac9c: Preparing 20:39:24 7cecd55c4d06: Preparing 20:39:24 c09b23b341b7: Preparing 20:39:24 e4a64e0b4309: Preparing 20:39:24 1929e8522787: Preparing 20:39:24 c480c8f1d0a8: Preparing 20:39:24 d37d54cf474c: Preparing 20:39:24 58d4a2c0efd4: Preparing 20:39:24 14d70d82e3ed: Preparing 20:39:24 60de5dff966c: Preparing 20:39:24 e5e13b0c77cb: Preparing 20:39:24 d37d54cf474c: Waiting 20:39:24 58d4a2c0efd4: Waiting 20:39:24 14d70d82e3ed: Waiting 20:39:24 60de5dff966c: Waiting 20:39:24 1929e8522787: Waiting 20:39:24 c480c8f1d0a8: Waiting 20:39:24 e5e13b0c77cb: Waiting 20:39:24 e4a64e0b4309: Layer already exists 20:39:24 7cecd55c4d06: Layer already exists 20:39:24 beb4af35ac9c: Layer already exists 20:39:24 c09b23b341b7: Layer already exists 20:39:24 87a92e0e708e: Layer already exists 20:39:24 1929e8522787: Layer already exists 20:39:24 d37d54cf474c: Layer already exists 20:39:24 c480c8f1d0a8: Layer already exists 20:39:24 58d4a2c0efd4: Layer already exists 20:39:24 14d70d82e3ed: Layer already exists 20:39:24 60de5dff966c: Layer already exists 20:39:24 e5e13b0c77cb: Layer already exists 20:39:24 3.0.0-dev.13: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:25 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:39:25 87a92e0e708e: Preparing 20:39:25 87a92e0e708e: Preparing 20:39:25 beb4af35ac9c: Preparing 20:39:25 7cecd55c4d06: Preparing 20:39:25 c09b23b341b7: Preparing 20:39:25 e4a64e0b4309: Preparing 20:39:25 1929e8522787: Preparing 20:39:25 c480c8f1d0a8: Preparing 20:39:25 d37d54cf474c: Preparing 20:39:25 58d4a2c0efd4: Preparing 20:39:25 14d70d82e3ed: Preparing 20:39:25 60de5dff966c: Preparing 20:39:25 e5e13b0c77cb: Preparing 20:39:25 d37d54cf474c: Waiting 20:39:25 58d4a2c0efd4: Waiting 20:39:25 14d70d82e3ed: Waiting 20:39:25 60de5dff966c: Waiting 20:39:25 e5e13b0c77cb: Waiting 20:39:25 1929e8522787: Waiting 20:39:25 c480c8f1d0a8: Waiting 20:39:25 beb4af35ac9c: Layer already exists 20:39:25 87a92e0e708e: Layer already exists 20:39:25 c09b23b341b7: Layer already exists 20:39:25 e4a64e0b4309: Layer already exists 20:39:25 7cecd55c4d06: Layer already exists 20:39:25 1929e8522787: Layer already exists 20:39:25 c480c8f1d0a8: Layer already exists 20:39:25 d37d54cf474c: Layer already exists 20:39:25 14d70d82e3ed: Layer already exists 20:39:25 58d4a2c0efd4: Layer already exists 20:39:25 60de5dff966c: Layer already exists 20:39:25 e5e13b0c77cb: Layer already exists 20:39:25 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:25 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 20:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 20:39:26 87a92e0e708e: Preparing 20:39:26 87a92e0e708e: Preparing 20:39:26 beb4af35ac9c: Preparing 20:39:26 7cecd55c4d06: Preparing 20:39:26 c09b23b341b7: Preparing 20:39:26 e4a64e0b4309: Preparing 20:39:26 1929e8522787: Preparing 20:39:26 c480c8f1d0a8: Preparing 20:39:26 d37d54cf474c: Preparing 20:39:26 58d4a2c0efd4: Preparing 20:39:26 14d70d82e3ed: Preparing 20:39:26 60de5dff966c: Preparing 20:39:26 e5e13b0c77cb: Preparing 20:39:26 d37d54cf474c: Waiting 20:39:26 60de5dff966c: Waiting 20:39:26 58d4a2c0efd4: Waiting 20:39:26 14d70d82e3ed: Waiting 20:39:26 e5e13b0c77cb: Waiting 20:39:26 1929e8522787: Waiting 20:39:26 c09b23b341b7: Layer already exists 20:39:26 e4a64e0b4309: Layer already exists 20:39:26 beb4af35ac9c: Layer already exists 20:39:26 87a92e0e708e: Layer already exists 20:39:26 7cecd55c4d06: Layer already exists 20:39:26 1929e8522787: Layer already exists 20:39:26 c480c8f1d0a8: Layer already exists 20:39:26 14d70d82e3ed: Layer already exists 20:39:26 58d4a2c0efd4: Layer already exists 20:39:26 d37d54cf474c: Layer already exists 20:39:26 e5e13b0c77cb: Layer already exists 20:39:26 60de5dff966c: Layer already exists 20:39:26 main: digest: sha256:2a4c42409bc1b5ca183a7460981441a04caef0bfe5c8f82a02c71ef72e8ec9b7 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:26 ===================================================== [Pipeline] echo 20:39:26 taggedImages: 20:39:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 20:39:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.13 20:39:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:26 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 20:39:26 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 20:39:26 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:26 latest 20:39:26 3.0.0-dev.13 20:39:26 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:26 main 20:39:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:39:26 9f0f3dfb39ac: Preparing 20:39:26 1130b32b3694: Preparing 20:39:26 caee131babe6: Preparing 20:39:26 fa7b5908e69d: Preparing 20:39:26 4750431d878b: Preparing 20:39:26 a65f04c0eccd: Preparing 20:39:26 feb2682a81b2: Preparing 20:39:26 e5e13b0c77cb: Preparing 20:39:26 a65f04c0eccd: Waiting 20:39:26 feb2682a81b2: Waiting 20:39:26 e5e13b0c77cb: Waiting 20:39:26 9f0f3dfb39ac: Pushed 20:39:26 4750431d878b: Pushed 20:39:26 1130b32b3694: Pushed 20:39:26 e5e13b0c77cb: Layer already exists 20:39:27 a65f04c0eccd: Pushed 20:39:27 feb2682a81b2: Pushed 20:39:27 caee131babe6: Pushed 20:39:27 fa7b5908e69d: Pushed 20:39:28 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:39:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:39:28 9f0f3dfb39ac: Preparing 20:39:28 1130b32b3694: Preparing 20:39:28 caee131babe6: Preparing 20:39:28 fa7b5908e69d: Preparing 20:39:28 4750431d878b: Preparing 20:39:28 a65f04c0eccd: Preparing 20:39:28 feb2682a81b2: Preparing 20:39:28 e5e13b0c77cb: Preparing 20:39:28 feb2682a81b2: Waiting 20:39:28 a65f04c0eccd: Waiting 20:39:28 e5e13b0c77cb: Waiting 20:39:28 4750431d878b: Layer already exists 20:39:28 caee131babe6: Layer already exists 20:39:28 9f0f3dfb39ac: Layer already exists 20:39:28 1130b32b3694: Layer already exists 20:39:28 fa7b5908e69d: Layer already exists 20:39:28 a65f04c0eccd: Layer already exists 20:39:28 feb2682a81b2: Layer already exists 20:39:28 e5e13b0c77cb: Layer already exists 20:39:28 latest: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:29 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 20:39:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:39:29 9f0f3dfb39ac: Preparing 20:39:29 1130b32b3694: Preparing 20:39:29 caee131babe6: Preparing 20:39:29 fa7b5908e69d: Preparing 20:39:29 4750431d878b: Preparing 20:39:29 a65f04c0eccd: Preparing 20:39:29 feb2682a81b2: Preparing 20:39:29 e5e13b0c77cb: Preparing 20:39:29 a65f04c0eccd: Waiting 20:39:29 feb2682a81b2: Waiting 20:39:29 e5e13b0c77cb: Waiting 20:39:29 4750431d878b: Layer already exists 20:39:29 9f0f3dfb39ac: Layer already exists 20:39:29 1130b32b3694: Layer already exists 20:39:29 caee131babe6: Layer already exists 20:39:29 fa7b5908e69d: Layer already exists 20:39:29 a65f04c0eccd: Layer already exists 20:39:29 e5e13b0c77cb: Layer already exists 20:39:29 feb2682a81b2: Layer already exists 20:39:29 3.0.0-dev.13: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:29 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:39:30 9f0f3dfb39ac: Preparing 20:39:30 1130b32b3694: Preparing 20:39:30 caee131babe6: Preparing 20:39:30 fa7b5908e69d: Preparing 20:39:30 4750431d878b: Preparing 20:39:30 a65f04c0eccd: Preparing 20:39:30 feb2682a81b2: Preparing 20:39:30 e5e13b0c77cb: Preparing 20:39:30 a65f04c0eccd: Waiting 20:39:30 feb2682a81b2: Waiting 20:39:30 4750431d878b: Layer already exists 20:39:30 1130b32b3694: Layer already exists 20:39:30 caee131babe6: Layer already exists 20:39:30 fa7b5908e69d: Layer already exists 20:39:30 9f0f3dfb39ac: Layer already exists 20:39:30 a65f04c0eccd: Layer already exists 20:39:30 feb2682a81b2: Layer already exists 20:39:30 e5e13b0c77cb: Layer already exists 20:39:30 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:30 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 20:39:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 20:39:30 9f0f3dfb39ac: Preparing 20:39:30 1130b32b3694: Preparing 20:39:30 caee131babe6: Preparing 20:39:30 fa7b5908e69d: Preparing 20:39:30 4750431d878b: Preparing 20:39:30 a65f04c0eccd: Preparing 20:39:30 feb2682a81b2: Preparing 20:39:30 e5e13b0c77cb: Preparing 20:39:30 a65f04c0eccd: Waiting 20:39:30 feb2682a81b2: Waiting 20:39:30 e5e13b0c77cb: Waiting 20:39:30 1130b32b3694: Layer already exists 20:39:30 9f0f3dfb39ac: Layer already exists 20:39:30 caee131babe6: Layer already exists 20:39:30 4750431d878b: Layer already exists 20:39:30 fa7b5908e69d: Layer already exists 20:39:30 a65f04c0eccd: Layer already exists 20:39:30 e5e13b0c77cb: Layer already exists 20:39:30 feb2682a81b2: Layer already exists 20:39:30 main: digest: sha256:4d7db1393655593ba2af54c6fbcd816404b8d33081048a713d1487584c1ae274 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:30 ===================================================== [Pipeline] echo 20:39:30 taggedImages: 20:39:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 20:39:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.13 20:39:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:30 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 20:39:30 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 20:39:30 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:30 latest 20:39:30 3.0.0-dev.13 20:39:30 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:30 main 20:39:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:39:31 92df85c8420d: Preparing 20:39:31 d967815acc57: Preparing 20:39:31 026b9bf470cf: Preparing 20:39:31 4de9f5338263: Preparing 20:39:31 7f9741857ab7: Preparing 20:39:31 3f617fe7daba: Preparing 20:39:31 cacd4bcdfca6: Preparing 20:39:31 4507296f1ff8: Preparing 20:39:31 e5191d4fec15: Preparing 20:39:31 e5e13b0c77cb: Preparing 20:39:31 3f617fe7daba: Waiting 20:39:31 cacd4bcdfca6: Waiting 20:39:31 4507296f1ff8: Waiting 20:39:31 e5191d4fec15: Waiting 20:39:31 e5e13b0c77cb: Waiting 20:39:31 92df85c8420d: Pushed 20:39:31 7f9741857ab7: Pushed 20:39:31 d967815acc57: Pushed 20:39:31 3f617fe7daba: Pushed 20:39:31 cacd4bcdfca6: Pushed 20:39:31 4507296f1ff8: Pushed 20:39:31 e5e13b0c77cb: Layer already exists 20:39:31 e5191d4fec15: Pushed 20:39:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:39:32 ---> 86b0b7e64176 20:39:32 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:39:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:39:32 ---> 86b0b7e64176 20:39:32 Step 3/24 : WORKDIR /edgex-go 20:39:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:39:32 ---> 86b0b7e64176 20:39:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:39:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:39:32 ---> 86b0b7e64176 20:39:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:39:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:39:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:39:32 ---> 86b0b7e64176 20:39:32 Step 3/24 : WORKDIR /edgex-go 20:39:32 ---> Running in 3642d0591463 20:39:32 ---> Running in a74d3a61f93b 20:39:32 ---> Running in e4f65cdb1e5d 20:39:32 ---> Running in c46315262d97 20:39:32 ---> Running in 01e8ceffbb17 20:39:32 Removing intermediate container 3642d0591463 20:39:32 ---> e36decd1da58 20:39:32 Step 4/24 : WORKDIR /edgex-go 20:39:32 Removing intermediate container a74d3a61f93b 20:39:32 ---> 7f10482ec18b 20:39:32 Step 4/22 : WORKDIR /edgex-go 20:39:32 ---> Running in b76b64609d44 20:39:32 Removing intermediate container c46315262d97 20:39:32 ---> 3286d8b70b66 20:39:32 Step 4/22 : WORKDIR /edgex-go 20:39:32 Removing intermediate container e4f65cdb1e5d 20:39:32 ---> 93f8a5881df6 20:39:32 Step 4/24 : RUN apk add --update --no-cache make git 20:39:32 ---> Running in 567a2fd5a262 20:39:32 Removing intermediate container 01e8ceffbb17 20:39:32 ---> 64fffed64946 20:39:32 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:39:32 ---> Running in 9cc9cea9a1cf 20:39:32 ---> Running in 8faec9f5181f 20:39:32 ---> Running in c1ef509a0e34 20:39:32 4de9f5338263: Pushed 20:39:32 026b9bf470cf: Pushed 20:39:32 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:33 Removing intermediate container b76b64609d44 20:39:33 ---> 6a975419045f 20:39:33 Step 5/24 : RUN apk add --update --no-cache make git 20:39:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:33 Removing intermediate container 567a2fd5a262 20:39:33 ---> 3a4b699fef11 20:39:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:39:33 Removing intermediate container 8faec9f5181f 20:39:33 ---> 777dda01b698 20:39:33 Step 5/22 : RUN apk add --update --no-cache make git 20:39:33 ---> Running in 4813efdeeacb 20:39:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:39:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:39:33 92df85c8420d: Preparing 20:39:33 d967815acc57: Preparing 20:39:33 026b9bf470cf: Preparing 20:39:33 4de9f5338263: Preparing 20:39:33 7f9741857ab7: Preparing 20:39:33 3f617fe7daba: Preparing 20:39:33 cacd4bcdfca6: Preparing 20:39:33 4507296f1ff8: Preparing 20:39:33 e5191d4fec15: Preparing 20:39:33 e5e13b0c77cb: Preparing 20:39:33 4507296f1ff8: Waiting 20:39:33 cacd4bcdfca6: Waiting 20:39:33 e5191d4fec15: Waiting 20:39:33 3f617fe7daba: Waiting 20:39:33 e5e13b0c77cb: Waiting 20:39:33 4de9f5338263: Layer already exists 20:39:33 026b9bf470cf: Layer already exists 20:39:33 d967815acc57: Layer already exists 20:39:33 92df85c8420d: Layer already exists 20:39:33 7f9741857ab7: Layer already exists 20:39:33 cacd4bcdfca6: Layer already exists 20:39:33 e5191d4fec15: Layer already exists 20:39:33 4507296f1ff8: Layer already exists 20:39:33 e5e13b0c77cb: Layer already exists 20:39:33 3f617fe7daba: Layer already exists 20:39:33 latest: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:33 ---> Running in 671dce76deb2 20:39:33 ---> Running in 260ab147bdec 20:39:33 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 20:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:39:34 92df85c8420d: Preparing 20:39:34 d967815acc57: Preparing 20:39:34 026b9bf470cf: Preparing 20:39:34 4de9f5338263: Preparing 20:39:34 7f9741857ab7: Preparing 20:39:34 3f617fe7daba: Preparing 20:39:34 cacd4bcdfca6: Preparing 20:39:34 4507296f1ff8: Preparing 20:39:34 e5191d4fec15: Preparing 20:39:34 e5e13b0c77cb: Preparing 20:39:34 3f617fe7daba: Waiting 20:39:34 cacd4bcdfca6: Waiting 20:39:34 4507296f1ff8: Waiting 20:39:34 e5191d4fec15: Waiting 20:39:34 e5e13b0c77cb: Waiting 20:39:34 92df85c8420d: Layer already exists 20:39:34 4de9f5338263: Layer already exists 20:39:34 026b9bf470cf: Layer already exists 20:39:34 d967815acc57: Layer already exists 20:39:34 7f9741857ab7: Layer already exists 20:39:34 3f617fe7daba: Layer already exists 20:39:34 4507296f1ff8: Layer already exists 20:39:34 e5191d4fec15: Layer already exists 20:39:34 cacd4bcdfca6: Layer already exists 20:39:34 e5e13b0c77cb: Layer already exists 20:39:34 3.0.0-dev.13: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:34 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:34 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:39:34 92df85c8420d: Preparing 20:39:34 d967815acc57: Preparing 20:39:34 026b9bf470cf: Preparing 20:39:34 4de9f5338263: Preparing 20:39:34 7f9741857ab7: Preparing 20:39:34 3f617fe7daba: Preparing 20:39:34 cacd4bcdfca6: Preparing 20:39:34 4507296f1ff8: Preparing 20:39:34 e5191d4fec15: Preparing 20:39:34 e5e13b0c77cb: Preparing 20:39:34 3f617fe7daba: Waiting 20:39:34 cacd4bcdfca6: Waiting 20:39:34 e5191d4fec15: Waiting 20:39:34 4507296f1ff8: Waiting 20:39:34 e5e13b0c77cb: Waiting 20:39:34 7f9741857ab7: Layer already exists 20:39:34 d967815acc57: Layer already exists 20:39:34 026b9bf470cf: Layer already exists 20:39:34 92df85c8420d: Layer already exists 20:39:34 4de9f5338263: Layer already exists 20:39:34 cacd4bcdfca6: Layer already exists 20:39:34 4507296f1ff8: Layer already exists 20:39:34 3f617fe7daba: Layer already exists 20:39:34 e5191d4fec15: Layer already exists 20:39:34 e5e13b0c77cb: Layer already exists 20:39:34 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:35 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:35 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 20:39:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 20:39:35 92df85c8420d: Preparing 20:39:35 d967815acc57: Preparing 20:39:35 026b9bf470cf: Preparing 20:39:35 4de9f5338263: Preparing 20:39:35 7f9741857ab7: Preparing 20:39:35 3f617fe7daba: Preparing 20:39:35 cacd4bcdfca6: Preparing 20:39:35 4507296f1ff8: Preparing 20:39:35 e5191d4fec15: Preparing 20:39:35 e5e13b0c77cb: Preparing 20:39:35 3f617fe7daba: Waiting 20:39:35 cacd4bcdfca6: Waiting 20:39:35 4507296f1ff8: Waiting 20:39:35 e5191d4fec15: Waiting 20:39:35 e5e13b0c77cb: Waiting 20:39:35 d967815acc57: Layer already exists 20:39:35 7f9741857ab7: Layer already exists 20:39:35 026b9bf470cf: Layer already exists 20:39:35 4de9f5338263: Layer already exists 20:39:35 92df85c8420d: Layer already exists 20:39:35 3f617fe7daba: Layer already exists 20:39:35 4507296f1ff8: Layer already exists 20:39:35 e5e13b0c77cb: Layer already exists 20:39:35 e5191d4fec15: Layer already exists 20:39:35 cacd4bcdfca6: Layer already exists 20:39:35 main: digest: sha256:1c7b5d9f9d04ef695fb56d0881977a71f061bbbd9f7cdcedfeda9f7c2a4df7a3 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:35 ===================================================== [Pipeline] echo 20:39:35 taggedImages: 20:39:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 20:39:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.13 20:39:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:35 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 20:39:35 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 20:39:35 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:35 latest 20:39:35 3.0.0-dev.13 20:39:35 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:35 main 20:39:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:35 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } 20:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:39:36 f8dd0002c7cc: Preparing 20:39:36 71be53b8c2ef: Preparing 20:39:36 c480c8f1d0a8: Preparing 20:39:36 c346bf3d2ba2: Preparing 20:39:36 34d5ebaa5410: Preparing 20:39:36 c480c8f1d0a8: Layer already exists 20:39:36 34d5ebaa5410: Layer already exists 20:39:36 f8dd0002c7cc: Pushed 20:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:39:36 OK: 221 MiB in 51 packages 20:39:36 c346bf3d2ba2: Pushed 20:39:36 OK: 221 MiB in 51 packages 20:39:37 OK: 221 MiB in 51 packages 20:39:38 OK: 221 MiB in 51 packages 20:39:38 OK: 221 MiB in 51 packages 20:39:38 Removing intermediate container 9cc9cea9a1cf 20:39:38 ---> 00d6833a262b 20:39:38 Step 5/24 : COPY go.mod vendor* ./ 20:39:38 71be53b8c2ef: Pushed 20:39:38 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:38 + 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:39:39 Removing intermediate container c1ef509a0e34 20:39:39 ---> 2895f9e887b7 20:39:39 Step 5/24 : COPY go.mod vendor* ./ 20:39:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:39:39 f8dd0002c7cc: Preparing 20:39:39 71be53b8c2ef: Preparing 20:39:39 c480c8f1d0a8: Preparing 20:39:39 c346bf3d2ba2: Preparing 20:39:39 34d5ebaa5410: Preparing 20:39:39 34d5ebaa5410: Layer already exists 20:39:39 c480c8f1d0a8: Layer already exists 20:39:39 71be53b8c2ef: Layer already exists 20:39:39 c346bf3d2ba2: Layer already exists 20:39:39 f8dd0002c7cc: Layer already exists 20:39:39 latest: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:39 Removing intermediate container 4813efdeeacb 20:39:39 ---> a13bc3328696 20:39:39 Step 6/24 : COPY go.mod vendor* ./ 20:39:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:39 ---> 0bbbfc3ed4a7 20:39:39 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:39 Removing intermediate container 260ab147bdec 20:39:39 ---> fe88dc53d602 20:39:39 Step 6/22 : COPY go.mod vendor* ./ 20:39:39 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 20:39:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:39:39 f8dd0002c7cc: Preparing 20:39:39 71be53b8c2ef: Preparing 20:39:39 c480c8f1d0a8: Preparing 20:39:39 c346bf3d2ba2: Preparing 20:39:39 34d5ebaa5410: Preparing 20:39:39 c346bf3d2ba2: Layer already exists 20:39:39 71be53b8c2ef: Layer already exists 20:39:39 f8dd0002c7cc: Layer already exists 20:39:39 34d5ebaa5410: Layer already exists 20:39:39 c480c8f1d0a8: Layer already exists 20:39:39 3.0.0-dev.13: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:39 ---> Running in 20775195fcfd 20:39:39 Removing intermediate container 671dce76deb2 20:39:39 ---> b64dd1325555 20:39:39 Step 6/22 : COPY go.mod vendor* ./ 20:39:39 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:40 ---> 72d67e9b8bec 20:39:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:39:40 f8dd0002c7cc: Preparing 20:39:40 71be53b8c2ef: Preparing 20:39:40 c480c8f1d0a8: Preparing 20:39:40 c346bf3d2ba2: Preparing 20:39:40 34d5ebaa5410: Preparing 20:39:40 71be53b8c2ef: Layer already exists 20:39:40 34d5ebaa5410: Layer already exists 20:39:40 c480c8f1d0a8: Layer already exists 20:39:40 f8dd0002c7cc: Layer already exists 20:39:40 c346bf3d2ba2: Layer already exists 20:39:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:40 ---> Running in 21c56e807cda 20:39:40 + 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:39:40 ---> f86e97bf551c 20:39:40 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:40 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 20:39:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 20:39:40 f8dd0002c7cc: Preparing 20:39:40 71be53b8c2ef: Preparing 20:39:40 c480c8f1d0a8: Preparing 20:39:40 c346bf3d2ba2: Preparing 20:39:40 34d5ebaa5410: Preparing 20:39:40 c480c8f1d0a8: Layer already exists 20:39:40 34d5ebaa5410: Layer already exists 20:39:40 c346bf3d2ba2: Layer already exists 20:39:40 f8dd0002c7cc: Layer already exists 20:39:40 71be53b8c2ef: Layer already exists 20:39:40 main: digest: sha256:5fe93e097b42a1c23fce32074dd3ba4ea179d05ce298b9eff8e4a22a3dbfa082 size: 1367 [Pipeline] } 20:39:40 ---> Running in ebf07c72f329 [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:40 ===================================================== [Pipeline] echo 20:39:40 taggedImages: 20:39:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 20:39:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.13 20:39:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:40 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 20:39:40 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 20:39:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:40 latest 20:39:40 3.0.0-dev.13 20:39:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:40 main 20:39:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:41 ---> a1a437ec7c18 20:39:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:41 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:41 ---> d1c3b1a6e851 20:39:41 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:39:41 ---> Running in a027a54daa09 20:39:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:39:41 8aaa929302a8: Preparing 20:39:41 7cf4dc565cef: Preparing 20:39:41 26fcdc312b1c: Preparing 20:39:41 cc9d61f19ab8: Preparing 20:39:41 f84bf1e1bf9d: Preparing 20:39:41 a868d5b02395: Preparing 20:39:41 34d5ebaa5410: Preparing 20:39:41 a868d5b02395: Waiting 20:39:41 34d5ebaa5410: Waiting 20:39:41 8aaa929302a8: Pushed 20:39:41 7cf4dc565cef: Pushed 20:39:41 26fcdc312b1c: Pushed 20:39:41 34d5ebaa5410: Layer already exists 20:39:41 ---> Running in 00bd90e3ed40 20:39:42 a868d5b02395: Pushed 20:39:45 f84bf1e1bf9d: Pushed 20:39:47 cc9d61f19ab8: Pushed 20:39:47 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:39:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:39:48 8aaa929302a8: Preparing 20:39:48 7cf4dc565cef: Preparing 20:39:48 26fcdc312b1c: Preparing 20:39:48 cc9d61f19ab8: Preparing 20:39:48 f84bf1e1bf9d: Preparing 20:39:48 a868d5b02395: Preparing 20:39:48 34d5ebaa5410: Preparing 20:39:48 a868d5b02395: Waiting 20:39:48 34d5ebaa5410: Waiting 20:39:48 7cf4dc565cef: Layer already exists 20:39:48 cc9d61f19ab8: Layer already exists 20:39:48 8aaa929302a8: Layer already exists 20:39:48 26fcdc312b1c: Layer already exists 20:39:48 f84bf1e1bf9d: Layer already exists 20:39:48 a868d5b02395: Layer already exists 20:39:48 34d5ebaa5410: Layer already exists 20:39:48 latest: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:48 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 20:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:39:49 8aaa929302a8: Preparing 20:39:49 7cf4dc565cef: Preparing 20:39:49 26fcdc312b1c: Preparing 20:39:49 cc9d61f19ab8: Preparing 20:39:49 f84bf1e1bf9d: Preparing 20:39:49 a868d5b02395: Preparing 20:39:49 34d5ebaa5410: Preparing 20:39:49 a868d5b02395: Waiting 20:39:49 34d5ebaa5410: Waiting 20:39:49 f84bf1e1bf9d: Layer already exists 20:39:49 26fcdc312b1c: Layer already exists 20:39:49 cc9d61f19ab8: Layer already exists 20:39:49 8aaa929302a8: Layer already exists 20:39:49 7cf4dc565cef: Layer already exists 20:39:49 a868d5b02395: Layer already exists 20:39:49 34d5ebaa5410: Layer already exists 20:39:49 3.0.0-dev.13: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:49 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:49 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:39:49 8aaa929302a8: Preparing 20:39:49 7cf4dc565cef: Preparing 20:39:49 26fcdc312b1c: Preparing 20:39:49 cc9d61f19ab8: Preparing 20:39:49 f84bf1e1bf9d: Preparing 20:39:49 a868d5b02395: Preparing 20:39:49 34d5ebaa5410: Preparing 20:39:49 a868d5b02395: Waiting 20:39:49 34d5ebaa5410: Waiting 20:39:49 26fcdc312b1c: Layer already exists 20:39:49 cc9d61f19ab8: Layer already exists 20:39:49 f84bf1e1bf9d: Layer already exists 20:39:49 8aaa929302a8: Layer already exists 20:39:49 7cf4dc565cef: Layer already exists 20:39:49 a868d5b02395: Layer already exists 20:39:49 34d5ebaa5410: Layer already exists 20:39:49 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:50 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:50 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 20:39:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 20:39:50 8aaa929302a8: Preparing 20:39:50 7cf4dc565cef: Preparing 20:39:50 26fcdc312b1c: Preparing 20:39:50 cc9d61f19ab8: Preparing 20:39:50 f84bf1e1bf9d: Preparing 20:39:50 a868d5b02395: Preparing 20:39:50 34d5ebaa5410: Preparing 20:39:50 34d5ebaa5410: Waiting 20:39:50 a868d5b02395: Waiting 20:39:50 cc9d61f19ab8: Layer already exists 20:39:50 7cf4dc565cef: Layer already exists 20:39:50 26fcdc312b1c: Layer already exists 20:39:50 8aaa929302a8: Layer already exists 20:39:50 f84bf1e1bf9d: Layer already exists 20:39:50 a868d5b02395: Layer already exists 20:39:50 34d5ebaa5410: Layer already exists 20:39:50 main: digest: sha256:42ff2301b038c6253f059074eb1d2f0a3cb889dcb3da0e287f4f962d51c3ebda size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:39:50 ===================================================== [Pipeline] echo 20:39:50 taggedImages: 20:39:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 20:39:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.13 20:39:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:50 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 20:39:50 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 20:39:50 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:50 latest 20:39:50 3.0.0-dev.13 20:39:50 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:39:50 main 20:39:50 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:50 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:51 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:39:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:39:51 527a019f3cb1: Preparing 20:39:51 b7ba255c289e: Preparing 20:39:51 56fc4836babf: Preparing 20:39:51 74d821d28854: Preparing 20:39:51 9fa6b2d31bd9: Preparing 20:39:51 34d5ebaa5410: Preparing 20:39:51 34d5ebaa5410: Waiting 20:39:51 527a019f3cb1: Pushed 20:39:51 b7ba255c289e: Pushed 20:39:51 56fc4836babf: Pushed 20:39:51 34d5ebaa5410: Layer already exists 20:39:51 9fa6b2d31bd9: Pushed 20:39:59 74d821d28854: Pushed 20:39:59 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:39:59 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:40:00 527a019f3cb1: Preparing 20:40:00 b7ba255c289e: Preparing 20:40:00 56fc4836babf: Preparing 20:40:00 74d821d28854: Preparing 20:40:00 9fa6b2d31bd9: Preparing 20:40:00 34d5ebaa5410: Preparing 20:40:00 34d5ebaa5410: Waiting 20:40:00 b7ba255c289e: Layer already exists 20:40:00 9fa6b2d31bd9: Layer already exists 20:40:00 527a019f3cb1: Layer already exists 20:40:00 56fc4836babf: Layer already exists 20:40:00 74d821d28854: Layer already exists 20:40:00 34d5ebaa5410: Layer already exists 20:40:00 latest: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 20:40:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:40:00 527a019f3cb1: Preparing 20:40:00 b7ba255c289e: Preparing 20:40:00 56fc4836babf: Preparing 20:40:00 74d821d28854: Preparing 20:40:00 9fa6b2d31bd9: Preparing 20:40:00 34d5ebaa5410: Preparing 20:40:00 34d5ebaa5410: Waiting 20:40:00 56fc4836babf: Layer already exists 20:40:00 9fa6b2d31bd9: Layer already exists 20:40:00 b7ba255c289e: Layer already exists 20:40:00 527a019f3cb1: Layer already exists 20:40:00 74d821d28854: Layer already exists 20:40:00 34d5ebaa5410: Layer already exists 20:40:00 3.0.0-dev.13: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:00 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:40:01 527a019f3cb1: Preparing 20:40:01 b7ba255c289e: Preparing 20:40:01 56fc4836babf: Preparing 20:40:01 74d821d28854: Preparing 20:40:01 9fa6b2d31bd9: Preparing 20:40:01 34d5ebaa5410: Preparing 20:40:01 74d821d28854: Layer already exists 20:40:01 b7ba255c289e: Layer already exists 20:40:01 56fc4836babf: Layer already exists 20:40:01 9fa6b2d31bd9: Layer already exists 20:40:01 527a019f3cb1: Layer already exists 20:40:01 34d5ebaa5410: Layer already exists 20:40:01 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:01 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 20:40:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 20:40:01 527a019f3cb1: Preparing 20:40:01 b7ba255c289e: Preparing 20:40:01 56fc4836babf: Preparing 20:40:01 74d821d28854: Preparing 20:40:01 9fa6b2d31bd9: Preparing 20:40:01 34d5ebaa5410: Preparing 20:40:01 34d5ebaa5410: Waiting 20:40:01 74d821d28854: Layer already exists 20:40:01 b7ba255c289e: Layer already exists 20:40:01 527a019f3cb1: Layer already exists 20:40:01 56fc4836babf: Layer already exists 20:40:01 9fa6b2d31bd9: Layer already exists 20:40:01 34d5ebaa5410: Layer already exists 20:40:01 main: digest: sha256:c4bd272beb78c9fba8cbf8e1d458fa44e051c1faa943c3cd511e933a2b349791 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:01 ===================================================== [Pipeline] echo 20:40:01 taggedImages: 20:40:01 - nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:01 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 20:40:01 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.13 20:40:01 - nexus3.edgexfoundry.org:10004/security-spire-config:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:01 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 20:40:01 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 20:40:01 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:01 latest 20:40:01 3.0.0-dev.13 20:40:01 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:01 main 20:40:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:02 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:40:02 cd6f3f835d32: Preparing 20:40:02 3851bd229820: Preparing 20:40:02 9a3d112a9fe0: Preparing 20:40:02 8026cda68884: Preparing 20:40:02 a868d5b02395: Preparing 20:40:02 34d5ebaa5410: Preparing 20:40:02 34d5ebaa5410: Waiting 20:40:02 a868d5b02395: Layer already exists 20:40:02 34d5ebaa5410: Layer already exists 20:40:02 cd6f3f835d32: Pushed 20:40:02 3851bd229820: Pushed 20:40:02 9a3d112a9fe0: Pushed 20:40:09 8026cda68884: Pushed 20:40:09 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:09 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:40:10 cd6f3f835d32: Preparing 20:40:10 3851bd229820: Preparing 20:40:10 9a3d112a9fe0: Preparing 20:40:10 8026cda68884: Preparing 20:40:10 a868d5b02395: Preparing 20:40:10 34d5ebaa5410: Preparing 20:40:10 34d5ebaa5410: Waiting 20:40:10 8026cda68884: Layer already exists 20:40:10 9a3d112a9fe0: Layer already exists 20:40:10 cd6f3f835d32: Layer already exists 20:40:10 3851bd229820: Layer already exists 20:40:10 a868d5b02395: Layer already exists 20:40:10 34d5ebaa5410: Layer already exists 20:40:10 latest: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:10 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 20:40:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:40:10 cd6f3f835d32: Preparing 20:40:10 3851bd229820: Preparing 20:40:10 9a3d112a9fe0: Preparing 20:40:10 8026cda68884: Preparing 20:40:10 a868d5b02395: Preparing 20:40:10 34d5ebaa5410: Preparing 20:40:10 34d5ebaa5410: Waiting 20:40:10 cd6f3f835d32: Layer already exists 20:40:10 a868d5b02395: Layer already exists 20:40:10 3851bd229820: Layer already exists 20:40:10 8026cda68884: Layer already exists 20:40:10 9a3d112a9fe0: Layer already exists 20:40:10 34d5ebaa5410: Layer already exists 20:40:10 3.0.0-dev.13: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:10 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:40:11 cd6f3f835d32: Preparing 20:40:11 3851bd229820: Preparing 20:40:11 9a3d112a9fe0: Preparing 20:40:11 8026cda68884: Preparing 20:40:11 a868d5b02395: Preparing 20:40:11 34d5ebaa5410: Preparing 20:40:11 34d5ebaa5410: Waiting 20:40:11 3851bd229820: Layer already exists 20:40:11 a868d5b02395: Layer already exists 20:40:11 cd6f3f835d32: Layer already exists 20:40:11 8026cda68884: Layer already exists 20:40:11 9a3d112a9fe0: Layer already exists 20:40:11 34d5ebaa5410: Layer already exists 20:40:11 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:11 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:11 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 20:40:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 20:40:11 cd6f3f835d32: Preparing 20:40:11 3851bd229820: Preparing 20:40:11 9a3d112a9fe0: Preparing 20:40:11 8026cda68884: Preparing 20:40:11 a868d5b02395: Preparing 20:40:11 34d5ebaa5410: Preparing 20:40:11 34d5ebaa5410: Waiting 20:40:11 9a3d112a9fe0: Layer already exists 20:40:11 8026cda68884: Layer already exists 20:40:11 a868d5b02395: Layer already exists 20:40:11 cd6f3f835d32: Layer already exists 20:40:11 3851bd229820: Layer already exists 20:40:11 34d5ebaa5410: Layer already exists 20:40:11 main: digest: sha256:89f0dca4ab949896f9e24049d9a91cbb31e06e3dac11261af9f4cbad4f425084 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:11 ===================================================== [Pipeline] echo 20:40:11 taggedImages: 20:40:11 - nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:11 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 20:40:11 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.13 20:40:11 - nexus3.edgexfoundry.org:10004/security-spire-server:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:11 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 20:40:11 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 20:40:11 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:11 latest 20:40:11 3.0.0-dev.13 20:40:11 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:11 main 20:40:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:40:12 7eaaec12c439: Preparing 20:40:12 5129def98441: Preparing 20:40:12 c480c8f1d0a8: Preparing 20:40:12 023738be34b9: Preparing 20:40:12 e5e13b0c77cb: Preparing 20:40:12 e5e13b0c77cb: Layer already exists 20:40:12 c480c8f1d0a8: Layer already exists 20:40:12 7eaaec12c439: Pushed 20:40:13 023738be34b9: Pushed 20:40:15 5129def98441: Pushed 20:40:15 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:15 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:15 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 20:40:15 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:40:15 7eaaec12c439: Preparing 20:40:15 5129def98441: Preparing 20:40:15 c480c8f1d0a8: Preparing 20:40:15 023738be34b9: Preparing 20:40:15 e5e13b0c77cb: Preparing 20:40:15 023738be34b9: Layer already exists 20:40:15 c480c8f1d0a8: Layer already exists 20:40:15 5129def98441: Layer already exists 20:40:15 e5e13b0c77cb: Layer already exists 20:40:15 7eaaec12c439: Layer already exists 20:40:15 latest: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:16 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:16 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 20:40:16 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:40:16 7eaaec12c439: Preparing 20:40:16 5129def98441: Preparing 20:40:16 c480c8f1d0a8: Preparing 20:40:16 023738be34b9: Preparing 20:40:16 e5e13b0c77cb: Preparing 20:40:16 e5e13b0c77cb: Layer already exists 20:40:16 c480c8f1d0a8: Layer already exists 20:40:16 023738be34b9: Layer already exists 20:40:16 7eaaec12c439: Layer already exists 20:40:16 5129def98441: Layer already exists 20:40:16 3.0.0-dev.13: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:16 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:40:17 7eaaec12c439: Preparing 20:40:17 5129def98441: Preparing 20:40:17 c480c8f1d0a8: Preparing 20:40:17 023738be34b9: Preparing 20:40:17 e5e13b0c77cb: Preparing 20:40:17 c480c8f1d0a8: Layer already exists 20:40:17 e5e13b0c77cb: Layer already exists 20:40:17 7eaaec12c439: Layer already exists 20:40:17 5129def98441: Layer already exists 20:40:17 023738be34b9: Layer already exists 20:40:17 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:17 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 20:40:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 20:40:18 7eaaec12c439: Preparing 20:40:18 5129def98441: Preparing 20:40:18 c480c8f1d0a8: Preparing 20:40:18 023738be34b9: Preparing 20:40:18 e5e13b0c77cb: Preparing 20:40:18 e5e13b0c77cb: Layer already exists 20:40:18 c480c8f1d0a8: Layer already exists 20:40:18 7eaaec12c439: Layer already exists 20:40:18 023738be34b9: Layer already exists 20:40:18 5129def98441: Layer already exists 20:40:18 main: digest: sha256:494b39c38860ddf655897e65073a90fe5313863a3e4249ea19f7b5713128e58e size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:18 ===================================================== [Pipeline] echo 20:40:18 taggedImages: 20:40:18 - nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:18 - nexus3.edgexfoundry.org:10004/support-notifications:latest 20:40:18 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.13 20:40:18 - nexus3.edgexfoundry.org:10004/support-notifications:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:18 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 20:40:18 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 20:40:18 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:18 latest 20:40:18 3.0.0-dev.13 20:40:18 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:18 main 20:40:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:40:19 c76129e184c9: Preparing 20:40:19 b044d4a33a88: Preparing 20:40:19 c480c8f1d0a8: Preparing 20:40:19 cc7ce0f706c1: Preparing 20:40:19 e5e13b0c77cb: Preparing 20:40:19 e5e13b0c77cb: Layer already exists 20:40:19 c480c8f1d0a8: Layer already exists 20:40:19 cc7ce0f706c1: Layer already exists 20:40:19 c76129e184c9: Pushed 20:40:21 b044d4a33a88: Pushed 20:40:21 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:40:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:40:22 c76129e184c9: Preparing 20:40:22 b044d4a33a88: Preparing 20:40:22 c480c8f1d0a8: Preparing 20:40:22 cc7ce0f706c1: Preparing 20:40:22 e5e13b0c77cb: Preparing 20:40:22 c480c8f1d0a8: Layer already exists 20:40:22 b044d4a33a88: Layer already exists 20:40:22 c76129e184c9: Layer already exists 20:40:22 e5e13b0c77cb: Layer already exists 20:40:22 cc7ce0f706c1: Layer already exists 20:40:22 latest: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:22 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 20:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:40:23 c76129e184c9: Preparing 20:40:23 b044d4a33a88: Preparing 20:40:23 c480c8f1d0a8: Preparing 20:40:23 cc7ce0f706c1: Preparing 20:40:23 e5e13b0c77cb: Preparing 20:40:23 b044d4a33a88: Layer already exists 20:40:23 c76129e184c9: Layer already exists 20:40:23 e5e13b0c77cb: Layer already exists 20:40:23 cc7ce0f706c1: Layer already exists 20:40:23 c480c8f1d0a8: Layer already exists 20:40:23 3.0.0-dev.13: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:23 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:23 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:23 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:40:23 c76129e184c9: Preparing 20:40:23 b044d4a33a88: Preparing 20:40:23 c480c8f1d0a8: Preparing 20:40:23 cc7ce0f706c1: Preparing 20:40:23 e5e13b0c77cb: Preparing 20:40:23 e5e13b0c77cb: Layer already exists 20:40:23 b044d4a33a88: Layer already exists 20:40:23 cc7ce0f706c1: Layer already exists 20:40:23 c76129e184c9: Layer already exists 20:40:23 c480c8f1d0a8: Layer already exists 20:40:23 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:24 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:24 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 20:40:24 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 20:40:24 c76129e184c9: Preparing 20:40:24 b044d4a33a88: Preparing 20:40:24 c480c8f1d0a8: Preparing 20:40:24 cc7ce0f706c1: Preparing 20:40:24 e5e13b0c77cb: Preparing 20:40:24 c76129e184c9: Layer already exists 20:40:24 cc7ce0f706c1: Layer already exists 20:40:24 b044d4a33a88: Layer already exists 20:40:24 e5e13b0c77cb: Layer already exists 20:40:24 c480c8f1d0a8: Layer already exists 20:40:24 main: digest: sha256:e9f0054d88c447f33a705d5ce401292b7a63204670a01c35e863aa182f306d6e size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:40:24 ===================================================== [Pipeline] echo 20:40:24 taggedImages: 20:40:24 - nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:40:24 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 20:40:24 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.13 20:40:24 - nexus3.edgexfoundry.org:10004/support-scheduler:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:40:24 - 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] } 20:41:33 Removing intermediate container 00bd90e3ed40 20:41:33 ---> 23eb9d94a346 20:41:33 Step 8/22 : COPY . . 20:41:33 Removing intermediate container 20775195fcfd 20:41:33 ---> c8cbdc57ba8c 20:41:33 Step 7/24 : COPY . . 20:41:33 Removing intermediate container 21c56e807cda 20:41:33 ---> 1155cec62954 20:41:33 Step 7/24 : COPY . . 20:41:33 Removing intermediate container ebf07c72f329 20:41:33 ---> e29f31f30ea9 20:41:33 Step 8/24 : COPY . . 20:41:33 Removing intermediate container a027a54daa09 20:41:33 ---> 9e4affcfca50 20:41:33 Step 8/22 : COPY . . 20:41:33 ---> c83a758ff22f 20:41:33 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:41:33 ---> 0b40a58fb99f 20:41:33 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:41:33 ---> 19ee52aa58e8 20:41:33 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:41:33 ---> Running in c92ca86b7203 20:41:33 ---> 761b574fccfe 20:41:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:41:33 ---> Running in 5caa7511a51f 20:41:33 ---> 3d7ba1fda812 20:41:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:41:33 ---> Running in 68b1cfe8c617 20:41:33 ---> Running in fd32a1a20ed5 20:41:33 ---> Running in e16695970b5c 20:41:33 Removing intermediate container e16695970b5c 20:41:33 ---> 7784558ff3aa 20:41:33 Step 9/24 : WORKDIR /edgex-go/spire-build 20:41:33 ---> Running in 61ca1e21c0a0 20:41:33 Removing intermediate container 61ca1e21c0a0 20:41:33 ---> a2a877646640 20:41:33 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:41:33 ---> Running in e408818ee88e 20:41:33 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:41:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:41:33 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:41:33 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:41:33 Removing intermediate container e408818ee88e 20:41:33 ---> 763b80e63fb4 20:41:33 Step 11/24 : WORKDIR /edgex-go 20:41:33 ---> Running in 17d01656f259 20:41:34 Removing intermediate container 17d01656f259 20:41:34 ---> 066ec3d37539 20:41:34 20:41:34 Step 12/24 : FROM alpine:3.15 20:41:34 3.15: Pulling from library/alpine 20:41:36 Digest: sha256:cf34c62ee8eb3fe8aa24c1fab45d7e9d12768d945c3f5a6fd6a63d901e898479 20:41:36 Status: Downloaded newer image for alpine:3.15 20:41:36 ---> 8aa73fd46299 20:41:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:41:36 ---> Running in b21420d26ede 20:41:37 Removing intermediate container b21420d26ede 20:41:37 ---> 6cab684e9d88 20:41:37 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:41:37 ---> Running in 38f83281699d 20:41:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:41:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:41:42 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:41:42 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:41:42 OK: 15736 distinct packages available 20:41:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:41:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:41:45 (1/4) Installing dumb-init (1.2.5-r1) 20:41:45 (2/4) Installing musl-obstack (1.2.3-r0) 20:41:45 (3/4) Installing libucontext (1.1-r0) 20:41:45 (4/4) Installing gcompat (1.0.0-r4) 20:41:45 Executing busybox-1.34.1-r7.trigger 20:41:45 OK: 6 MiB in 18 packages 20:41:48 Removing intermediate container 38f83281699d 20:41:48 ---> 7224befc074a 20:41:48 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:41:54 ---> fa74e677890b 20:41:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:41:56 ---> 37b18da6bdd6 20:41:56 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:41:56 ---> Running in 4f1cc78c5b46 20:41:56 Removing intermediate container 4f1cc78c5b46 20:41:56 ---> d6782dbac81c 20:41:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:42:00 ---> 2bb3dd5e6764 20:42:00 Step 19/24 : WORKDIR / 20:42:00 ---> Running in 6a9559a61192 20:42:00 Removing intermediate container 6a9559a61192 20:42:00 ---> cb12fb11936f 20:42:00 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:42:00 ---> Running in fc8cabf1f929 20:42:01 Removing intermediate container fc8cabf1f929 20:42:01 ---> 5552a5b86da4 20:42:01 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:42:01 ---> Running in cfe8579cf8cc 20:42:02 Removing intermediate container cfe8579cf8cc 20:42:02 ---> 3273b2b78f17 20:42:02 Step 22/24 : LABEL arch=arm64 20:42:02 ---> Running in 2bc3b4f907ef 20:42:02 Removing intermediate container 2bc3b4f907ef 20:42:02 ---> 2efbc2555424 20:42:02 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:42:03 ---> Running in b3743128b964 20:42:03 Removing intermediate container b3743128b964 20:42:03 ---> 82ab16476732 20:42:03 Step 24/24 : LABEL version=3.0.0-dev.13 20:42:03 ---> Running in 4f4dadcb0acc 20:42:06 Removing intermediate container 4f4dadcb0acc 20:42:06 ---> 15dd2b415fb6 20:42:06 20:42:06 Successfully built 15dd2b415fb6 20:42:06 Successfully tagged security-spire-config-arm64:latest 20:42:06 Building core-command 20:42:13  Building security-spire-config ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:42:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:42:13 ---> 86b0b7e64176 20:42:13 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:42:13 ---> Using cache 20:42:13 ---> 3286d8b70b66 20:42:13 Step 4/23 : WORKDIR /edgex-go 20:42:13 ---> Using cache 20:42:13 ---> 777dda01b698 20:42:13 Step 5/23 : RUN apk add --update --no-cache make git 20:42:13 ---> Using cache 20:42:13 ---> fe88dc53d602 20:42:13 Step 6/23 : COPY go.mod vendor* ./ 20:42:13 ---> Using cache 20:42:13 ---> a1a437ec7c18 20:42:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:42:13 ---> Using cache 20:42:13 ---> 9e4affcfca50 20:42:13 Step 8/23 : COPY . . 20:42:13 ---> Using cache 20:42:13 ---> 19ee52aa58e8 20:42:13 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:42:13 ---> Running in 500eb5e94ba7 20:42:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 20:47:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:48:05 Removing intermediate container c92ca86b7203 20:48:05 ---> cd72d13e90c4 20:48:05 20:48:05 Step 9/24 : FROM alpine:3.16 20:48:05 3.16: Pulling from library/alpine 20:48:06 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 20:48:06 Status: Downloaded newer image for alpine:3.16 20:48:06 ---> 2b4661558fb8 20:48:06 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:48:06 ---> Running in 7e6f97c617dd 20:48:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:48:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:48:10 (1/3) Installing ca-certificates (20220614-r0) 20:48:10 (2/3) Installing dumb-init (1.2.5-r1) 20:48:10 (3/3) Installing su-exec (0.2-r1) 20:48:10 Executing busybox-1.35.0-r17.trigger 20:48:10 Executing ca-certificates-20220614-r0.trigger 20:48:10 OK: 6 MiB in 17 packages 20:48:12 Removing intermediate container 7e6f97c617dd 20:48:12 ---> 3beb983917fa 20:48:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:48:13 ---> Running in 0c30c8722ba7 20:48:13 Removing intermediate container 0c30c8722ba7 20:48:13 ---> a0561159108a 20:48:13 Step 12/24 : WORKDIR / 20:48:13 ---> Running in c51e2e79ea8d 20:48:14 Removing intermediate container c51e2e79ea8d 20:48:14 ---> 05b894daf9f6 20:48:14 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:48:15 ---> 6c01f32184d7 20:48:15 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:48:15 ---> 74ebf897112b 20:48:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:48:16 ---> fbcc84aa57b7 20:48:16 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:48:17 ---> 7873405e6d1a 20:48:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:48:19 ---> eb56325180c2 20:48:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:48:21 ---> 7faf60670e1c 20:48:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:48:22 ---> 0636d290c99f 20:48:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:48:22 ---> Running in 2e12855cfc28 20:48:25 Removing intermediate container 2e12855cfc28 20:48:25 ---> c105cf41898c 20:48:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:48:25 ---> Running in cb4d3ec50ed1 20:48:26 Removing intermediate container cb4d3ec50ed1 20:48:26 ---> b6cb5a98d412 20:48:26 Step 22/24 : LABEL arch=arm64 20:48:26 ---> Running in ecc69fae62ed 20:48:26 Removing intermediate container ecc69fae62ed 20:48:26 ---> 2b6a2e5edfd8 20:48:26 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:48:26 ---> Running in b9ee3e5bdd17 20:48:27 Removing intermediate container b9ee3e5bdd17 20:48:27 ---> d1991addc46e 20:48:27 Step 24/24 : LABEL version=3.0.0-dev.13 20:48:27 ---> Running in fa3526bceb97 20:48:28 Removing intermediate container fa3526bceb97 20:48:28 ---> 8765513ae86d 20:48:28 20:48:28 Successfully built 8765513ae86d 20:48:28 Successfully tagged security-secretstore-setup-arm64:latest 20:48:28 Building security-spiffe-token-provider 20:48:32  Building security-secretstore-setup ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:48:32 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:48:32 ---> 86b0b7e64176 20:48:32 Step 3/19 : WORKDIR /edgex-go 20:48:32 ---> Using cache 20:48:32 ---> 64fffed64946 20:48:32 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:48:32 ---> Running in 4fb45772d1e3 20:48:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:48:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:48:37 v3.16.3-99-g1016b47723 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:48:37 v3.16.3-102-g79afc08688 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:48:37 OK: 16899 distinct packages available 20:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:48:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:48:39 OK: 221 MiB in 51 packages 20:48:40 Removing intermediate container 4fb45772d1e3 20:48:40 ---> 1baa5991dd35 20:48:40 Step 5/19 : COPY go.mod vendor* ./ 20:48:41 ---> cdc32947d13c 20:48:41 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:48:41 ---> Running in ba70c7e6e0a5 20:49:08 Removing intermediate container 5caa7511a51f 20:49:08 ---> e9a9c366c70a 20:49:08 20:49:08 Step 10/24 : FROM alpine:3.16 20:49:08 ---> 2b4661558fb8 20:49:08 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:49:08 ---> Running in c997891d5e5a 20:49:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:49:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:49:11 (1/1) Installing dumb-init (1.2.5-r1) 20:49:11 Executing busybox-1.35.0-r17.trigger 20:49:11 OK: 5 MiB in 15 packages 20:49:13 Removing intermediate container c997891d5e5a 20:49:13 ---> d0bec86c4b8a 20:49:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:49:13 ---> Running in f2e22901676f 20:49:14 Removing intermediate container f2e22901676f 20:49:14 ---> 739b984dd84b 20:49:14 Step 13/24 : ENV APP_PORT=59881 20:49:15 ---> Running in 38ab07451c72 20:49:16 Removing intermediate container 38ab07451c72 20:49:16 ---> abb75e1c8edb 20:49:16 Step 14/24 : EXPOSE $APP_PORT 20:49:16 ---> Running in b21fab2927a2 20:49:17 Removing intermediate container b21fab2927a2 20:49:17 ---> b4d343761207 20:49:17 Step 15/24 : WORKDIR / 20:49:17 ---> Running in 0ca707fe9a3b 20:49:18 Removing intermediate container 0ca707fe9a3b 20:49:18 ---> cdfa470d3139 20:49:18 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:19 Removing intermediate container 500eb5e94ba7 20:49:19 ---> 988d0d468ddd 20:49:19 20:49:19 Step 10/23 : FROM alpine:3.16 20:49:19 ---> 2b4661558fb8 20:49:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:49:19 ---> Using cache 20:49:19 ---> d0bec86c4b8a 20:49:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:49:19 ---> Using cache 20:49:19 ---> 739b984dd84b 20:49:19 Step 13/23 : ENV APP_PORT=59882 20:49:19 ---> Running in 174840f06e88 20:49:20 ---> d98392c7c738 20:49:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:49:20 Removing intermediate container 174840f06e88 20:49:20 ---> 808038c4bc78 20:49:20 Step 14/23 : EXPOSE $APP_PORT 20:49:20 ---> Running in c946fc60089a 20:49:21 Removing intermediate container c946fc60089a 20:49:21 ---> 9a719747deaf 20:49:21 Step 15/23 : WORKDIR / 20:49:21 ---> Running in 684e572a80db 20:49:22 Removing intermediate container 684e572a80db 20:49:22 ---> 263194207f65 20:49:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:22 ---> 23d556e9ab07 20:49:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:49:24 ---> 6538ab25aa90 20:49:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:49:24 ---> 5bd03a72eb26 20:49:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:49:26 ---> dd84bcc52069 20:49:26 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:49:26 ---> Running in ce749523c628 20:49:26 ---> 7f31e2afd08e 20:49:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:49:27 Removing intermediate container ce749523c628 20:49:27 ---> 3563d9e83584 20:49:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:49:27 ---> Running in d4cf975afab0 20:49:27 ---> 265821e92f3b 20:49:27 Step 19/23 : ENTRYPOINT ["/core-command"] 20:49:28 ---> Running in 8d5f255c7d1f 20:49:28 Removing intermediate container d4cf975afab0 20:49:28 ---> 978710a8e5cb 20:49:28 Step 22/24 : LABEL arch=arm64 20:49:28 ---> Running in a78c8c732dac 20:49:28 Removing intermediate container 8d5f255c7d1f 20:49:28 ---> 67ca80f091b3 20:49:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:49:29 Removing intermediate container a78c8c732dac 20:49:29 ---> 2311d7ae23ad 20:49:29 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:49:29 ---> Running in cc39033014d7 20:49:29 ---> Running in dfb67657c3c9 20:49:29 Removing intermediate container cc39033014d7 20:49:29 ---> 27dc86300f6f 20:49:29 Step 21/23 : LABEL arch=arm64 20:49:29 Removing intermediate container dfb67657c3c9 20:49:29 ---> 56edc5c31996 20:49:29 Step 24/24 : LABEL version=3.0.0-dev.13 20:49:29 ---> Running in 5b698ab15fc8 20:49:30 ---> Running in d2e08606c5f3 20:49:30 Removing intermediate container 5b698ab15fc8 20:49:30 ---> 431e496b0347 20:49:30 Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:49:30 Removing intermediate container d2e08606c5f3 20:49:30 ---> 9a906e2c9809 20:49:30 20:49:30 ---> Running in 375f9dbc8ec0 20:49:30 Successfully built 9a906e2c9809 20:49:30 Successfully tagged core-metadata-arm64:latest 20:49:30 Building security-spire-server 20:49:31  Building core-metadata ... done Removing intermediate container 375f9dbc8ec0 20:49:31 ---> 22cace1c996b 20:49:31 Step 23/23 : LABEL version=3.0.0-dev.13 20:49:31 ---> Running in 05ec426d48d1 20:49:31 Removing intermediate container 05ec426d48d1 20:49:31 ---> d4d7848adf81 20:49:31 20:49:32 Successfully built d4d7848adf81 20:49:32 Successfully tagged core-command-arm64:latest 20:49:32  Building core-command ... done Building security-proxy-setup 20:49:37 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:49:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:49:37 ---> 86b0b7e64176 20:49:37 Step 3/23 : WORKDIR /edgex-go 20:49:37 ---> Using cache 20:49:37 ---> 64fffed64946 20:49:37 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:49:37 ---> Using cache 20:49:37 ---> 2895f9e887b7 20:49:37 Step 5/23 : COPY go.mod vendor* ./ 20:49:37 ---> Using cache 20:49:37 ---> 72d67e9b8bec 20:49:37 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:49:37 ---> Using cache 20:49:37 ---> 1155cec62954 20:49:37 Step 7/23 : COPY . . 20:49:37 ---> Using cache 20:49:37 ---> 3d7ba1fda812 20:49:37 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:49:37 ---> Using cache 20:49:37 ---> 7784558ff3aa 20:49:37 Step 9/23 : WORKDIR /edgex-go/spire-build 20:49:37 ---> Using cache 20:49:37 ---> a2a877646640 20:49:37 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:49:38 ---> Running in 88d4377f8830 20:49:39 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:49:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:49:39 ---> 86b0b7e64176 20:49:39 Step 3/21 : WORKDIR /edgex-go 20:49:39 ---> Using cache 20:49:39 ---> 64fffed64946 20:49:39 Step 4/21 : RUN apk add --update --no-cache make git 20:49:39 ---> Running in 8512a5bfeccc 20:49:42 Removing intermediate container 88d4377f8830 20:49:42 ---> b93cf842ab7c 20:49:42 Step 11/23 : WORKDIR /edgex-go 20:49:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:49:42 ---> Running in 60a1b4e55108 20:49:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:49:42 Removing intermediate container 60a1b4e55108 20:49:42 ---> 9257cbe6110a 20:49:42 20:49:42 Step 12/23 : FROM alpine:3.15 20:49:42 ---> 8aa73fd46299 20:49:42 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:49:42 ---> Using cache 20:49:42 ---> 6cab684e9d88 20:49:42 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:49:43 ---> Running in ed90ecc0b65c 20:49:45 OK: 221 MiB in 51 packages 20:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:49:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:49:46 Removing intermediate container 8512a5bfeccc 20:49:46 ---> a25ac2d9ca6b 20:49:46 Step 5/21 : COPY go.mod vendor* ./ 20:49:47 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:49:47 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:49:47 OK: 15736 distinct packages available 20:49:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:49:48 ---> 02703390ed39 20:49:48 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:49:48 ---> Running in c212311a55e4 20:49:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:49:50 (1/5) Installing dumb-init (1.2.5-r1) 20:49:50 (2/5) Installing musl-obstack (1.2.3-r0) 20:49:50 (3/5) Installing libucontext (1.1-r0) 20:49:50 (4/5) Installing gcompat (1.0.0-r4) 20:49:50 (5/5) Installing openssl (1.1.1s-r1) 20:49:50 Executing busybox-1.34.1-r7.trigger 20:49:50 OK: 6 MiB in 19 packages 20:49:52 Removing intermediate container ed90ecc0b65c 20:49:52 ---> 3e826d22b92d 20:49:52 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:50:02 ---> 48a6da28136f 20:50:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:50:04 ---> 52ff8cf2a005 20:50:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:50:06 ---> 382012294c94 20:50:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:50:07 ---> f4677f5562f9 20:50:07 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:50:07 ---> Running in 073a03917332 20:50:08 Removing intermediate container 073a03917332 20:50:08 ---> 005ac565b568 20:50:08 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:50:08 ---> Running in 64b2a0d0a083 20:50:09 Removing intermediate container 64b2a0d0a083 20:50:09 ---> a9f39a4140a2 20:50:09 Step 21/23 : LABEL arch=arm64 20:50:10 ---> Running in 3e8672b50f4c 20:50:10 Removing intermediate container 3e8672b50f4c 20:50:10 ---> faacdd9986e8 20:50:10 Step 22/23 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:50:10 ---> Running in dfa4739448a5 20:50:11 Removing intermediate container dfa4739448a5 20:50:11 ---> 938f370825e3 20:50:11 Step 23/23 : LABEL version=3.0.0-dev.13 20:50:12 ---> Running in ea835d0d5ff4 20:50:13 Removing intermediate container ea835d0d5ff4 20:50:13 ---> 3ea7478270fc 20:50:13 20:50:13 Successfully built 3ea7478270fc 20:50:13 Successfully tagged security-spire-server-arm64:latest 20:50:13  Building security-spire-server ... done Building security-bootstrapper 20:50:19 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:50:19 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:50:19 ---> 86b0b7e64176 20:50:19 Step 3/32 : WORKDIR /edgex-go 20:50:19 ---> Using cache 20:50:19 ---> 64fffed64946 20:50:19 Step 4/32 : RUN apk add --update --no-cache make git 20:50:19 ---> Using cache 20:50:19 ---> a25ac2d9ca6b 20:50:19 Step 5/32 : COPY go.mod vendor* ./ 20:50:19 ---> Using cache 20:50:19 ---> 02703390ed39 20:50:19 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:50:19 ---> Running in 952cba4f7d42 20:50:31 Removing intermediate container ba70c7e6e0a5 20:50:31 ---> 14d4d2b31192 20:50:31 Step 7/19 : COPY . . 20:50:34 ---> 95c994118433 20:50:34 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:50:34 ---> Running in 32be9e3a09e9 20:50:37 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 20:51:33 Removing intermediate container c212311a55e4 20:51:33 ---> 2be161e7d7e0 20:51:33 Step 7/21 : COPY . . 20:51:34 ---> 502c018e3451 20:51:34 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:51:34 ---> Running in 7022f4de7209 20:51:38 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:52:17 Removing intermediate container 68b1cfe8c617 20:52:17 ---> 658dfaa40004 20:52:17 20:52:17 Step 10/22 : FROM alpine:3.16 20:52:17 ---> 2b4661558fb8 20:52:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:52:17 ---> Using cache 20:52:17 ---> d0bec86c4b8a 20:52:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:52:17 ---> Using cache 20:52:17 ---> 739b984dd84b 20:52:17 Step 13/22 : ENV APP_PORT=59861 20:52:17 ---> Running in bf54a26bb7a9 20:52:17 Removing intermediate container bf54a26bb7a9 20:52:17 ---> c211d07feb23 20:52:17 Step 14/22 : EXPOSE $APP_PORT 20:52:17 ---> Running in d84e31f17ae6 20:52:17 Removing intermediate container fd32a1a20ed5 20:52:17 ---> eefd1ef44200 20:52:17 20:52:17 Step 10/22 : FROM alpine:3.16 20:52:17 ---> 2b4661558fb8 20:52:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:52:17 ---> Running in 3fb9b5ffe6d1 20:52:17 Removing intermediate container d84e31f17ae6 20:52:17 ---> bce136e9cf94 20:52:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:17 ---> f69eba4579c8 20:52:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:52:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:52:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:52:17 Removing intermediate container 952cba4f7d42 20:52:17 ---> 52b789eba14c 20:52:17 Step 7/32 : COPY . . 20:52:17 (1/2) Installing ca-certificates (20220614-r0) 20:52:17 (2/2) Installing dumb-init (1.2.5-r1) 20:52:17 Executing busybox-1.35.0-r17.trigger 20:52:17 Executing ca-certificates-20220614-r0.trigger 20:52:18 OK: 6 MiB in 16 packages 20:52:19 ---> 8fcf7f011cc0 20:52:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:52:21 ---> c4bbdf1220b3 20:52:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:52:21 ---> Running in cd43b1f3963f 20:52:22 Removing intermediate container 3fb9b5ffe6d1 20:52:22 Removing intermediate container cd43b1f3963f 20:52:22 ---> e5a313d98741 20:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:52:22 ---> 359f41867a3e 20:52:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:52:22 ---> Running in a9fa39126e00 20:52:22 ---> Running in 23a7a9e49007 20:52:23 Removing intermediate container a9fa39126e00 20:52:23 ---> 3258a9986853 20:52:23 Step 13/22 : ENV APP_PORT=59860 20:52:23 Removing intermediate container 23a7a9e49007 20:52:23 ---> a37132643445 20:52:23 Step 20/22 : LABEL arch=arm64 20:52:23 ---> Running in 48dcffd0bcc7 20:52:23 ---> Running in 13c09af461e7 20:52:24 ---> 898a99adfcfe 20:52:24 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:52:24 Removing intermediate container 48dcffd0bcc7 20:52:24 ---> d396d103f7fd 20:52:24 Step 14/22 : EXPOSE $APP_PORT 20:52:24 Removing intermediate container 13c09af461e7 20:52:24 ---> 08c31f549cf2 20:52:24 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:52:24 ---> Running in b9bce091b898 20:52:24 ---> Running in a07c36afad1b 20:52:24 ---> Running in fce8f2c97569 20:52:25 Removing intermediate container a07c36afad1b 20:52:25 ---> eed79f738870 20:52:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:52:25 Removing intermediate container fce8f2c97569 20:52:25 ---> aaa3fdb081ca 20:52:25 Step 22/22 : LABEL version=3.0.0-dev.13 20:52:26 ---> Running in cb604e3c516f 20:52:27 Removing intermediate container cb604e3c516f 20:52:27 ---> 881417958946 20:52:27 20:52:27 ---> 61e310ed977d 20:52:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:52:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:52:27 Successfully built 881417958946 20:52:27 Successfully tagged support-scheduler-arm64:latest 20:52:27  Building support-scheduler ... done Building core-data 20:52:30 ---> a02cb64faf84 20:52:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:52:30 ---> c24b9c497b26 20:52:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:52:30 ---> Running in 34bab5a76077 20:52:31 Removing intermediate container 34bab5a76077 20:52:31 ---> 9ab7d040806d 20:52:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:52:31 ---> Running in 940fa7ed22e7 20:52:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:52:32 ---> 86b0b7e64176 20:52:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:52:32 ---> Using cache 20:52:32 ---> 3286d8b70b66 20:52:32 Step 4/22 : WORKDIR /edgex-go 20:52:32 ---> Using cache 20:52:32 ---> 777dda01b698 20:52:32 Step 5/22 : RUN apk add --update --no-cache make git 20:52:32 ---> Using cache 20:52:32 ---> fe88dc53d602 20:52:32 Step 6/22 : COPY go.mod vendor* ./ 20:52:32 ---> Using cache 20:52:32 ---> a1a437ec7c18 20:52:32 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:32 ---> Using cache 20:52:32 ---> 9e4affcfca50 20:52:32 Step 8/22 : COPY . . 20:52:32 Removing intermediate container 940fa7ed22e7 20:52:32 ---> aa1e824c9806 20:52:32 Step 20/22 : LABEL arch=arm64 20:52:32 ---> Using cache 20:52:32 ---> 19ee52aa58e8 20:52:32 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:52:33 ---> Running in a373d94cdbbd 20:52:33 ---> Running in 83565f67ecac 20:52:34 Removing intermediate container 83565f67ecac 20:52:34 ---> 753d44113d5f 20:52:34 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:52:34 ---> Running in 6ba484ccc067 20:52:35 Removing intermediate container 6ba484ccc067 20:52:35 ---> 08faff16b0c4 20:52:35 Step 22/22 : LABEL version=3.0.0-dev.13 20:52:35 ---> Running in 8734bc5065a3 20:52:35 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 20:52:35 Removing intermediate container 8734bc5065a3 20:52:35 ---> 7e910e41554f 20:52:35 20:52:36 Successfully built 7e910e41554f 20:52:36 Successfully tagged support-notifications-arm64:latest 20:52:36 Building security-spire-agent 20:52:40  Building support-notifications ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:52:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:52:40 ---> 86b0b7e64176 20:52:40 Step 3/24 : WORKDIR /edgex-go 20:52:40 ---> Using cache 20:52:40 ---> 64fffed64946 20:52:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:52:40 ---> Using cache 20:52:40 ---> 2895f9e887b7 20:52:40 Step 5/24 : COPY go.mod vendor* ./ 20:52:40 ---> Using cache 20:52:40 ---> 72d67e9b8bec 20:52:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:52:40 ---> Using cache 20:52:40 ---> 1155cec62954 20:52:40 Step 7/24 : COPY . . 20:52:40 ---> Using cache 20:52:40 ---> 3d7ba1fda812 20:52:40 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:52:40 ---> Using cache 20:52:40 ---> 7784558ff3aa 20:52:40 Step 9/24 : WORKDIR /edgex-go/spire-build 20:52:40 ---> Using cache 20:52:40 ---> a2a877646640 20:52:40 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:52:40 ---> Using cache 20:52:40 ---> 763b80e63fb4 20:52:40 Step 11/24 : WORKDIR /edgex-go 20:52:40 ---> Using cache 20:52:40 ---> 066ec3d37539 20:52:40 20:52:40 Step 12/24 : FROM alpine:3.15 20:52:40 ---> 8aa73fd46299 20:52:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:52:40 ---> Using cache 20:52:40 ---> 6cab684e9d88 20:52:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:52:40 ---> Using cache 20:52:40 ---> 3e826d22b92d 20:52:40 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:52:44 ---> da50b5b37ced 20:52:44 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:52:50 ---> 192bb4425a20 20:52:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:52:50 ---> e3bdf19d75ef 20:52:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:52:51 ---> 039502584e91 20:52:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:52:52 ---> 7b7125cafc4f 20:52:52 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:52:52 ---> Running in 1c70e1376b4a 20:52:53 Removing intermediate container 1c70e1376b4a 20:52:53 ---> d2ea776e6fde 20:52:53 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:52:53 ---> Running in 27fd65c78144 20:52:53 Removing intermediate container 27fd65c78144 20:52:53 ---> 2e549bd5e0cd 20:52:53 Step 22/24 : LABEL arch=arm64 20:52:53 ---> Running in f6c7c3207c23 20:52:54 Removing intermediate container f6c7c3207c23 20:52:54 ---> dc49da6ec834 20:52:54 Step 23/24 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:52:54 ---> Running in cbad8a5fbe58 20:52:55 Removing intermediate container cbad8a5fbe58 20:52:55 ---> 52893666602a 20:52:55 Step 24/24 : LABEL version=3.0.0-dev.13 20:52:55 ---> Running in 737d8781a353 20:52:55 Removing intermediate container 737d8781a353 20:52:55 ---> de7b45547841 20:52:55 20:52:55 Successfully built de7b45547841 20:52:56 Successfully tagged security-spire-agent-arm64:latest 20:56:48  Building security-spire-agent ... done go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.13" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 20:56:58 Removing intermediate container 7022f4de7209 20:56:58 ---> ab28e3e115fc 20:56:58 20:56:58 Step 9/21 : FROM alpine:3.16 20:56:58 ---> 2b4661558fb8 20:56:58 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:56:58 ---> Running in e7609b709916 20:56:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:56:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:57:01 (1/6) Installing ca-certificates (20220614-r0) 20:57:01 (2/6) Installing brotli-libs (1.0.9-r6) 20:57:01 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:57:01 (4/6) Installing libcurl (7.83.1-r5) 20:57:01 (5/6) Installing curl (7.83.1-r5) 20:57:01 (6/6) Installing dumb-init (1.2.5-r1) 20:57:01 Executing busybox-1.35.0-r17.trigger 20:57:01 Executing ca-certificates-20220614-r0.trigger 20:57:01 OK: 8 MiB in 20 packages 20:57:04 Removing intermediate container e7609b709916 20:57:04 ---> ce5421ec7ca7 20:57:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:57:04 ---> Running in 013466a907bb 20:57:04 Removing intermediate container 013466a907bb 20:57:04 ---> 8d232d19583a 20:57:04 Step 12/21 : WORKDIR /edgex 20:57:04 ---> Running in 50e31cd80f5f 20:57:05 Removing intermediate container 50e31cd80f5f 20:57:05 ---> 4322507852d3 20:57:05 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:57:06 ---> 5ea580dd87ea 20:57:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:57:07 ---> c98eb0fde8c0 20:57:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:57:09 ---> a8c577aeb02a 20:57:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:57:10 ---> 04c874d046aa 20:57:10 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:57:10 ---> Running in bc97265592ec 20:57:13 Removing intermediate container bc97265592ec 20:57:13 ---> e3bd673a39cd 20:57:13 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:57:13 ---> Running in 615c6b1d0ec7 20:57:13 Removing intermediate container 615c6b1d0ec7 20:57:13 ---> 0f38388f4480 20:57:13 Step 19/21 : LABEL arch=arm64 20:57:13 ---> Running in c69ebbf599bb 20:57:14 Removing intermediate container c69ebbf599bb 20:57:14 ---> 6b71f04d0707 20:57:14 Step 20/21 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:57:14 ---> Running in 6b9eaae4a95e 20:57:15 Removing intermediate container 6b9eaae4a95e 20:57:15 ---> 7368d2a27094 20:57:15 Step 21/21 : LABEL version=3.0.0-dev.13 20:57:15 ---> Running in 1b4b27938e22 20:57:15 Removing intermediate container 1b4b27938e22 20:57:15 ---> b47e9caa0536 20:57:15 20:57:15 Successfully built b47e9caa0536 20:57:15 Successfully tagged security-proxy-setup-arm64:latest 20:57:54  Building security-proxy-setup ... done Removing intermediate container b9bce091b898 20:57:54 ---> 27b3fc441c16 20:57:54 20:57:54 Step 9/32 : FROM alpine:3.16 20:57:54 ---> 2b4661558fb8 20:57:54 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:57:54 ---> Running in 47618a65b106 20:57:54 Removing intermediate container 32be9e3a09e9 20:57:54 ---> 7931ecb474a1 20:57:54 20:57:54 Step 9/19 : FROM alpine:3.15 20:57:54 ---> 8aa73fd46299 20:57:54 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:57:54 ---> Using cache 20:57:54 ---> 6cab684e9d88 20:57:54 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:57:54 ---> Running in 4f00d8dd6a85 20:57:54 Removing intermediate container 47618a65b106 20:57:54 ---> 92becd51e882 20:57:54 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:57:54 ---> Running in 7e764afecf9c 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:57:54 v3.15.6-242-g9cfdeb1de4 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:57:54 v3.15.6-237-g9ae8855cb5 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:57:54 OK: 15736 distinct packages available 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:57:54 (1/2) Installing dumb-init (1.2.5-r1) 20:57:54 (2/2) Installing su-exec (0.2-r1) 20:57:54 Executing busybox-1.35.0-r17.trigger 20:57:54 OK: 5 MiB in 16 packages 20:57:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:57:55 (1/9) Installing ca-certificates (20220614-r0) 20:57:55 (2/9) Installing brotli-libs (1.0.9-r5) 20:57:55 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:57:55 (4/9) Installing libcurl (7.80.0-r5) 20:57:55 (5/9) Installing curl (7.80.0-r5) 20:57:55 (6/9) Installing dumb-init (1.2.5-r1) 20:57:55 (7/9) Installing musl-obstack (1.2.3-r0) 20:57:55 (8/9) Installing libucontext (1.1-r0) 20:57:55 (9/9) Installing gcompat (1.0.0-r4) 20:57:55 Executing busybox-1.34.1-r7.trigger 20:57:55 Executing ca-certificates-20220614-r0.trigger 20:57:56 Removing intermediate container 7e764afecf9c 20:57:56 ---> 50a3f4df9d1a 20:57:56 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:57:56 OK: 8 MiB in 23 packages 20:57:56 ---> Running in 9dbce606f56a 20:57:56 Removing intermediate container 9dbce606f56a 20:57:56 ---> a81007b7048e 20:57:56 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:57:57 ---> Running in 1164addbef52 20:57:57 Removing intermediate container 1164addbef52 20:57:57 ---> 35383606510d 20:57:57 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:57:57 ---> Running in e2cf4f855f08 20:57:58 Removing intermediate container 4f00d8dd6a85 20:57:58 ---> 09baf3d4389b 20:57:58 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:57:58 Removing intermediate container e2cf4f855f08 20:57:58 ---> 323f610eebf7 20:57:58 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:57:58 ---> Running in 9b5240e4aada 20:57:58 ---> 0c9bf7fcb5df 20:57:58 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:57:58 Removing intermediate container 9b5240e4aada 20:57:58 ---> 697b00fbe224 20:57:58 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:57:58 Removing intermediate container a373d94cdbbd 20:57:58 ---> 18d94984e5f4 20:57:58 20:57:58 Step 10/22 : FROM alpine:3.16 20:57:58 ---> 2b4661558fb8 20:57:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:57:58 ---> Running in 27463c4c139b 20:57:59 ---> Running in 63d089733533 20:57:59 Removing intermediate container 63d089733533 20:57:59 ---> 6d511d721c8f 20:57:59 Step 12/22 : ENV APP_PORT=59880 20:57:59 ---> Running in 4dd2d1be7a5b 20:58:00 Removing intermediate container 4dd2d1be7a5b 20:58:00 ---> 2cb9f8bd16ec 20:58:00 Step 13/22 : EXPOSE $APP_PORT 20:58:00 ---> Running in 2ab6393c47ed 20:58:00 Removing intermediate container 2ab6393c47ed 20:58:00 ---> d3f0a6fa3b67 20:58:00 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:58:01 ---> 7e69630eb362 20:58:01 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:58:01 ---> Running in ad96304c3989 20:58:01 Removing intermediate container 27463c4c139b 20:58:01 ---> d89d6863eb07 20:58:01 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:58:01 ---> Running in 47db1088f95f 20:58:02 ---> 05ccd1e64bfc 20:58:02 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:58:02 ---> Running in 527c0850db2b 20:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:58:02 Removing intermediate container 47db1088f95f 20:58:02 ---> 8b2fd64c5b07 20:58:02 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:58:02 Removing intermediate container 527c0850db2b 20:58:02 ---> f14b5883e7a7 20:58:02 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:58:02 ---> Running in 92b917743f82 20:58:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:58:03 Removing intermediate container 92b917743f82 20:58:03 ---> 294ebdf063f9 20:58:03 Step 17/19 : LABEL arch=arm64 20:58:03 ---> Running in e83d44cc1a60 20:58:03 ---> 69760c5f19c8 20:58:03 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:58:03 ---> Running in afdf551a3969 20:58:03 Removing intermediate container e83d44cc1a60 20:58:03 ---> a04deaa2903a 20:58:03 Step 18/19 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:03 ---> Running in 505a8a0b3407 20:58:03 (1/1) Installing dumb-init (1.2.5-r1) 20:58:03 Executing busybox-1.35.0-r17.trigger 20:58:03 OK: 5 MiB in 15 packages 20:58:04 Removing intermediate container 505a8a0b3407 20:58:04 ---> 3b91f98f5e65 20:58:04 Step 19/19 : LABEL version=3.0.0-dev.13 20:58:04 ---> Running in 8d8203c649c4 20:58:04 Removing intermediate container 8d8203c649c4 20:58:04 ---> f34fd664d216 20:58:04 20:58:04 Successfully built f34fd664d216 20:58:04 Successfully tagged security-spiffe-token-provider-arm64:latest 20:58:05  Building security-spiffe-token-provider ... done Removing intermediate container ad96304c3989 20:58:05 ---> 86b8e2b98484 20:58:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:58:05 ---> 5653ea7b4c26 20:58:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:58:05 Removing intermediate container afdf551a3969 20:58:05 ---> c7d85f237e6b 20:58:05 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:58:08 ---> c3425258f72b 20:58:08 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:58:08 ---> 1962757ad9a5 20:58:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:58:08 ---> 249b1087b0e6 20:58:08 Step 18/22 : ENTRYPOINT ["/core-data"] 20:58:08 ---> Running in 799209c762e6 20:58:09 ---> e1dbc7f06761 20:58:09 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:58:09 Removing intermediate container 799209c762e6 20:58:09 ---> 2c61d2f39240 20:58:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:58:09 ---> Running in 59859f734877 20:58:09 Removing intermediate container 59859f734877 20:58:09 ---> a0ce4ecfe7ad 20:58:09 Step 20/22 : LABEL arch=arm64 20:58:09 ---> Running in 4a12c255beb7 20:58:09 ---> af5abd98f1f2 20:58:09 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:58:09 Removing intermediate container 4a12c255beb7 20:58:09 ---> 3e783adcb8dd 20:58:09 Step 21/22 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:09 ---> Running in 9e5442f70eb5 20:58:10 ---> f1d1781c7cb3 20:58:10 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:58:10 Removing intermediate container 9e5442f70eb5 20:58:10 ---> 8abfb8e0c834 20:58:10 Step 22/22 : LABEL version=3.0.0-dev.13 20:58:10 ---> Running in 49d05a3b8e50 20:58:10 ---> 2737a40bf15f 20:58:10 Removing intermediate container 49d05a3b8e50 20:58:10 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:58:10 ---> 88fa47663873 20:58:10 20:58:10 Successfully built 88fa47663873 20:58:10 Successfully tagged core-data-arm64:latest 20:58:11  Building core-data ... done  ---> c649bee8d2e8 20:58:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:58:11 ---> 1b3424cf942a 20:58:11 Step 27/32 : RUN chmod +x /entrypoint.sh 20:58:12 ---> Running in 33d0650b9acd 20:58:13 Removing intermediate container 33d0650b9acd 20:58:13 ---> 7eaa64bc7a22 20:58:13 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:58:13 ---> Running in e97d5468d64d 20:58:14 Removing intermediate container e97d5468d64d 20:58:14 ---> de05e3c59c59 20:58:14 Step 29/32 : CMD ["gate"] 20:58:14 ---> Running in e2e4dee7e680 20:58:14 Removing intermediate container e2e4dee7e680 20:58:14 ---> 1a7f3e83537d 20:58:14 Step 30/32 : LABEL arch=arm64 20:58:14 ---> Running in 163207dff622 20:58:14 Removing intermediate container 163207dff622 20:58:14 ---> 0c7ded46b439 20:58:14 Step 31/32 : LABEL git_sha=a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:14 ---> Running in f51557bfceff 20:58:15 Removing intermediate container f51557bfceff 20:58:15 ---> 1d91c1fa30f3 20:58:15 Step 32/32 : LABEL version=3.0.0-dev.13 20:58:15 ---> Running in c2a20efb44dd 20:58:15 Removing intermediate container c2a20efb44dd 20:58:15 ---> 3a160b5e3fbb 20:58:15 20:58:15 Successfully built 3a160b5e3fbb 20:58:15 Successfully tagged security-bootstrapper-arm64:latest 20:58:16  Building security-bootstrapper ... done  [Pipeline] } 20:58:16 $ docker stop --time=1 c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d 20:58:17 $ docker rm -f --volumes c5ef5619db11a973e45e0180239ce46e03cd82bcf9dffc53dd314c4f9b892f2d [Pipeline] // withDockerContainer [Pipeline] sh 20:58:18 + docker images 20:58:18 REPOSITORY TAG IMAGE ID CREATED SIZE 20:58:18 security-bootstrapper-arm64 latest 3a160b5e3fbb 3 seconds ago 19.5MB 20:58:18 core-data-arm64 latest 88fa47663873 8 seconds ago 17.2MB 20:58:18 security-spiffe-token-provider-arm64 latest f34fd664d216 14 seconds ago 28.9MB 20:58:18 18d94984e5f4 20 seconds ago 1.35GB 20:58:18 7931ecb474a1 29 seconds ago 1.37GB 20:58:18 27b3fc441c16 30 seconds ago 1.33GB 20:58:18 security-proxy-setup-arm64 latest b47e9caa0536 About a minute ago 26.8MB 20:58:18 ab28e3e115fc About a minute ago 1.33GB 20:58:18 security-spire-agent-arm64 latest de7b45547841 5 minutes ago 122MB 20:58:18 support-notifications-arm64 latest 7e910e41554f 5 minutes ago 29.6MB 20:58:18 support-scheduler-arm64 latest 881417958946 5 minutes ago 29MB 20:58:18 eefd1ef44200 6 minutes ago 1.41GB 20:58:18 658dfaa40004 6 minutes ago 1.4GB 20:58:18 security-spire-server-arm64 latest 3ea7478270fc 8 minutes ago 84.3MB 20:58:18 9257cbe6110a 8 minutes ago 1.21GB 20:58:18 core-command-arm64 latest d4d7848adf81 8 minutes ago 17MB 20:58:18 core-metadata-arm64 latest 9a906e2c9809 8 minutes ago 17.8MB 20:58:18 988d0d468ddd 9 minutes ago 1.34GB 20:58:18 e9a9c366c70a 9 minutes ago 1.35GB 20:58:18 security-secretstore-setup-arm64 latest 8765513ae86d 9 minutes ago 28.7MB 20:58:18 cd72d13e90c4 10 minutes ago 1.33GB 20:58:18 security-spire-config-arm64 latest 15dd2b415fb6 16 minutes ago 83.6MB 20:58:18 066ec3d37539 16 minutes ago 1.21GB 20:58:18 ci-base-image-arm64 latest 86b0b7e64176 19 minutes ago 905MB 20:58:18 alpine 3.16 2b4661558fb8 8 weeks ago 5.29MB 20:58:18 alpine 3.15 8aa73fd46299 2 months ago 5.33MB 20:58:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 2 months ago 685MB 20:58:18 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 20:58:18 provisioning config files... 20:58:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/367@tmp/config8045563817690147049tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:58:18 ---> docker-login.sh 20:58:18 nexus3.edgexfoundry.org:10001 20:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:19 Configure a credential helper to remove this warning. See 20:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:19 20:58:19 Login Succeeded 20:58:19 nexus3.edgexfoundry.org:10002 20:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:19 Configure a credential helper to remove this warning. See 20:58:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:19 20:58:19 Login Succeeded 20:58:19 nexus3.edgexfoundry.org:10003 20:58:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:20 Configure a credential helper to remove this warning. See 20:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:20 20:58:20 Login Succeeded 20:58:20 nexus3.edgexfoundry.org:10004 20:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:20 Configure a credential helper to remove this warning. See 20:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:20 20:58:20 Login Succeeded 20:58:20 docker.io 20:58:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:58:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:58:20 Configure a credential helper to remove this warning. See 20:58:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:58:20 20:58:20 Login Succeeded 20:58:21 ---> docker-login.sh ends [Pipeline] } 20:58:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:58:21 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 20:58:21 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:21 latest 20:58:21 3.0.0-dev.13 20:58:21 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:21 main 20:58:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:21 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:58:21 26a193cf080b: Preparing 20:58:21 53e6b8b82489: Preparing 20:58:21 abba8edabbab: Preparing 20:58:21 7f3655a069ea: Preparing 20:58:21 17bec77d7fdc: Preparing 20:58:21 17bec77d7fdc: Layer already exists 20:58:22 26a193cf080b: Pushed 20:58:22 abba8edabbab: Pushed 20:58:22 7f3655a069ea: Pushed 20:58:25 53e6b8b82489: Pushed 20:58:25 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:25 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:26 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:58:26 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:58:26 26a193cf080b: Preparing 20:58:26 53e6b8b82489: Preparing 20:58:26 abba8edabbab: Preparing 20:58:26 7f3655a069ea: Preparing 20:58:26 17bec77d7fdc: Preparing 20:58:26 7f3655a069ea: Layer already exists 20:58:26 26a193cf080b: Layer already exists 20:58:26 abba8edabbab: Layer already exists 20:58:26 17bec77d7fdc: Layer already exists 20:58:26 53e6b8b82489: Layer already exists 20:58:26 latest: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:26 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 20:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:58:27 26a193cf080b: Preparing 20:58:27 53e6b8b82489: Preparing 20:58:27 abba8edabbab: Preparing 20:58:27 7f3655a069ea: Preparing 20:58:27 17bec77d7fdc: Preparing 20:58:27 17bec77d7fdc: Layer already exists 20:58:27 abba8edabbab: Layer already exists 20:58:27 53e6b8b82489: Layer already exists 20:58:27 26a193cf080b: Layer already exists 20:58:27 7f3655a069ea: Layer already exists 20:58:27 3.0.0-dev.13: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:27 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:27 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:27 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:58:27 26a193cf080b: Preparing 20:58:27 53e6b8b82489: Preparing 20:58:27 abba8edabbab: Preparing 20:58:27 7f3655a069ea: Preparing 20:58:27 17bec77d7fdc: Preparing 20:58:27 17bec77d7fdc: Layer already exists 20:58:27 abba8edabbab: Layer already exists 20:58:27 53e6b8b82489: Layer already exists 20:58:27 7f3655a069ea: Layer already exists 20:58:27 26a193cf080b: Layer already exists 20:58:27 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:28 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:28 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 20:58:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 20:58:28 26a193cf080b: Preparing 20:58:28 53e6b8b82489: Preparing 20:58:28 abba8edabbab: Preparing 20:58:28 7f3655a069ea: Preparing 20:58:28 17bec77d7fdc: Preparing 20:58:28 26a193cf080b: Layer already exists 20:58:28 7f3655a069ea: Layer already exists 20:58:28 abba8edabbab: Layer already exists 20:58:28 53e6b8b82489: Layer already exists 20:58:28 17bec77d7fdc: Layer already exists 20:58:28 main: digest: sha256:f6cbddc5c6b91281da73238096d5df4aa3fe5106cb4cfc3c14f0c8f2ea70f1c4 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:29 ===================================================== [Pipeline] echo 20:58:29 taggedImages: 20:58:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 20:58:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.13 20:58:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:29 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 20:58:29 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 20:58:29 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:29 latest 20:58:29 3.0.0-dev.13 20:58:29 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:29 main 20:58:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:29 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:29 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:58:29 bcb17b75488c: Preparing 20:58:29 c0295c314717: Preparing 20:58:29 abba8edabbab: Preparing 20:58:29 8af058836344: Preparing 20:58:29 17bec77d7fdc: Preparing 20:58:29 abba8edabbab: Layer already exists 20:58:29 17bec77d7fdc: Layer already exists 20:58:29 bcb17b75488c: Pushed 20:58:29 8af058836344: Pushed 20:58:33 c0295c314717: Pushed 20:58:33 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:33 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:58:34 bcb17b75488c: Preparing 20:58:34 c0295c314717: Preparing 20:58:34 abba8edabbab: Preparing 20:58:34 8af058836344: Preparing 20:58:34 17bec77d7fdc: Preparing 20:58:34 bcb17b75488c: Layer already exists 20:58:34 8af058836344: Layer already exists 20:58:34 c0295c314717: Layer already exists 20:58:34 abba8edabbab: Layer already exists 20:58:34 17bec77d7fdc: Layer already exists 20:58:34 latest: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:34 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:34 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 20:58:34 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:58:34 bcb17b75488c: Preparing 20:58:34 c0295c314717: Preparing 20:58:34 abba8edabbab: Preparing 20:58:34 8af058836344: Preparing 20:58:34 17bec77d7fdc: Preparing 20:58:34 17bec77d7fdc: Layer already exists 20:58:34 c0295c314717: Layer already exists 20:58:34 bcb17b75488c: Layer already exists 20:58:34 abba8edabbab: Layer already exists 20:58:34 8af058836344: Layer already exists 20:58:34 3.0.0-dev.13: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:35 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:35 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:35 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:58:35 bcb17b75488c: Preparing 20:58:35 c0295c314717: Preparing 20:58:35 abba8edabbab: Preparing 20:58:35 8af058836344: Preparing 20:58:35 17bec77d7fdc: Preparing 20:58:35 8af058836344: Layer already exists 20:58:35 bcb17b75488c: Layer already exists 20:58:35 17bec77d7fdc: Layer already exists 20:58:35 abba8edabbab: Layer already exists 20:58:35 c0295c314717: Layer already exists 20:58:35 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:36 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 20:58:36 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 20:58:36 bcb17b75488c: Preparing 20:58:36 c0295c314717: Preparing 20:58:36 abba8edabbab: Preparing 20:58:36 8af058836344: Preparing 20:58:36 17bec77d7fdc: Preparing 20:58:36 c0295c314717: Layer already exists 20:58:36 bcb17b75488c: Layer already exists 20:58:36 abba8edabbab: Layer already exists 20:58:36 8af058836344: Layer already exists 20:58:36 17bec77d7fdc: Layer already exists 20:58:36 main: digest: sha256:7c35e2ae0890432a157e3f8a73fa0e7547ca5c8248bda515eae30135eabf92fe size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:37 ===================================================== [Pipeline] echo 20:58:37 taggedImages: 20:58:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 20:58:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.13 20:58:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:37 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 20:58:37 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 20:58:37 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:37 latest 20:58:37 3.0.0-dev.13 20:58:37 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:37 main 20:58:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:37 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:37 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:58:37 577fe17e6d0e: Preparing 20:58:37 edb386ecc319: Preparing 20:58:37 d28e02ae1f6a: Preparing 20:58:37 abba8edabbab: Preparing 20:58:37 7f3655a069ea: Preparing 20:58:37 17bec77d7fdc: Preparing 20:58:37 17bec77d7fdc: Waiting 20:58:37 7f3655a069ea: Layer already exists 20:58:37 abba8edabbab: Layer already exists 20:58:37 17bec77d7fdc: Layer already exists 20:58:38 edb386ecc319: Pushed 20:58:38 577fe17e6d0e: Pushed 20:58:41 d28e02ae1f6a: Pushed 20:58:41 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:41 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:42 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:58:42 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:58:42 577fe17e6d0e: Preparing 20:58:42 edb386ecc319: Preparing 20:58:42 d28e02ae1f6a: Preparing 20:58:42 abba8edabbab: Preparing 20:58:42 7f3655a069ea: Preparing 20:58:42 17bec77d7fdc: Preparing 20:58:42 17bec77d7fdc: Waiting 20:58:42 d28e02ae1f6a: Layer already exists 20:58:42 abba8edabbab: Layer already exists 20:58:42 7f3655a069ea: Layer already exists 20:58:42 edb386ecc319: Layer already exists 20:58:42 577fe17e6d0e: Layer already exists 20:58:42 17bec77d7fdc: Layer already exists 20:58:42 latest: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:42 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 20:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:58:43 577fe17e6d0e: Preparing 20:58:43 edb386ecc319: Preparing 20:58:43 d28e02ae1f6a: Preparing 20:58:43 abba8edabbab: Preparing 20:58:43 7f3655a069ea: Preparing 20:58:43 17bec77d7fdc: Preparing 20:58:43 17bec77d7fdc: Waiting 20:58:43 7f3655a069ea: Layer already exists 20:58:43 edb386ecc319: Layer already exists 20:58:43 577fe17e6d0e: Layer already exists 20:58:43 d28e02ae1f6a: Layer already exists 20:58:43 abba8edabbab: Layer already exists 20:58:43 17bec77d7fdc: Layer already exists 20:58:43 3.0.0-dev.13: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:43 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:43 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:43 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:58:43 577fe17e6d0e: Preparing 20:58:43 edb386ecc319: Preparing 20:58:43 d28e02ae1f6a: Preparing 20:58:43 abba8edabbab: Preparing 20:58:43 7f3655a069ea: Preparing 20:58:43 17bec77d7fdc: Preparing 20:58:43 17bec77d7fdc: Waiting 20:58:43 d28e02ae1f6a: Layer already exists 20:58:43 577fe17e6d0e: Layer already exists 20:58:43 7f3655a069ea: Layer already exists 20:58:43 edb386ecc319: Layer already exists 20:58:43 abba8edabbab: Layer already exists 20:58:43 17bec77d7fdc: Layer already exists 20:58:44 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:44 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 20:58:44 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 20:58:44 577fe17e6d0e: Preparing 20:58:44 edb386ecc319: Preparing 20:58:44 d28e02ae1f6a: Preparing 20:58:44 abba8edabbab: Preparing 20:58:44 7f3655a069ea: Preparing 20:58:44 17bec77d7fdc: Preparing 20:58:44 17bec77d7fdc: Waiting 20:58:44 7f3655a069ea: Layer already exists 20:58:44 d28e02ae1f6a: Layer already exists 20:58:44 577fe17e6d0e: Layer already exists 20:58:44 edb386ecc319: Layer already exists 20:58:44 abba8edabbab: Layer already exists 20:58:44 17bec77d7fdc: Layer already exists 20:58:45 main: digest: sha256:d76157c5ccba48f6170ec809fb92cc7576989b311b35c1d717160c23646fbf2f size: 1571 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:45 ===================================================== [Pipeline] echo 20:58:45 taggedImages: 20:58:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 20:58:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.13 20:58:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:45 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 20:58:45 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 20:58:45 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:45 latest 20:58:45 3.0.0-dev.13 20:58:45 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:45 main 20:58:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:45 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:46 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:58:46 1d2cd10d5eef: Preparing 20:58:46 1d2cd10d5eef: Preparing 20:58:46 ea1ad86366ca: Preparing 20:58:46 b5456d98b16b: Preparing 20:58:46 c4055bccc45d: Preparing 20:58:46 943c0e28775d: Preparing 20:58:46 d614f3f59a93: Preparing 20:58:46 abba8edabbab: Preparing 20:58:46 bf63153ab2de: Preparing 20:58:46 8c583b619670: Preparing 20:58:46 18b24ad099d4: Preparing 20:58:46 a0120bd2f132: Preparing 20:58:46 17bec77d7fdc: Preparing 20:58:46 8c583b619670: Waiting 20:58:46 d614f3f59a93: Waiting 20:58:46 abba8edabbab: Waiting 20:58:46 bf63153ab2de: Waiting 20:58:46 18b24ad099d4: Waiting 20:58:46 a0120bd2f132: Waiting 20:58:46 17bec77d7fdc: Waiting 20:58:46 b5456d98b16b: Pushed 20:58:46 943c0e28775d: Pushed 20:58:46 ea1ad86366ca: Pushed 20:58:46 c4055bccc45d: Pushed 20:58:46 1d2cd10d5eef: Pushed 20:58:46 abba8edabbab: Layer already exists 20:58:46 bf63153ab2de: Pushed 20:58:46 8c583b619670: Pushed 20:58:46 17bec77d7fdc: Layer already exists 20:58:46 18b24ad099d4: Pushed 20:58:46 a0120bd2f132: Pushed 20:58:49 d614f3f59a93: Pushed 20:58:50 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:50 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:50 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:58:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:58:50 1d2cd10d5eef: Preparing 20:58:50 1d2cd10d5eef: Preparing 20:58:50 ea1ad86366ca: Preparing 20:58:50 b5456d98b16b: Preparing 20:58:50 c4055bccc45d: Preparing 20:58:50 943c0e28775d: Preparing 20:58:50 d614f3f59a93: Preparing 20:58:50 abba8edabbab: Preparing 20:58:50 bf63153ab2de: Preparing 20:58:50 8c583b619670: Preparing 20:58:50 18b24ad099d4: Preparing 20:58:50 a0120bd2f132: Preparing 20:58:50 17bec77d7fdc: Preparing 20:58:50 d614f3f59a93: Waiting 20:58:50 8c583b619670: Waiting 20:58:50 abba8edabbab: Waiting 20:58:50 bf63153ab2de: Waiting 20:58:50 18b24ad099d4: Waiting 20:58:50 a0120bd2f132: Waiting 20:58:50 17bec77d7fdc: Waiting 20:58:50 ea1ad86366ca: Layer already exists 20:58:50 943c0e28775d: Layer already exists 20:58:50 c4055bccc45d: Layer already exists 20:58:50 1d2cd10d5eef: Layer already exists 20:58:50 b5456d98b16b: Layer already exists 20:58:50 d614f3f59a93: Layer already exists 20:58:50 8c583b619670: Layer already exists 20:58:50 abba8edabbab: Layer already exists 20:58:50 bf63153ab2de: Layer already exists 20:58:50 18b24ad099d4: Layer already exists 20:58:50 a0120bd2f132: Layer already exists 20:58:50 17bec77d7fdc: Layer already exists 20:58:51 latest: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:51 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:51 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 20:58:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:58:51 1d2cd10d5eef: Preparing 20:58:51 1d2cd10d5eef: Preparing 20:58:51 ea1ad86366ca: Preparing 20:58:51 b5456d98b16b: Preparing 20:58:51 c4055bccc45d: Preparing 20:58:51 943c0e28775d: Preparing 20:58:51 d614f3f59a93: Preparing 20:58:51 abba8edabbab: Preparing 20:58:51 bf63153ab2de: Preparing 20:58:51 8c583b619670: Preparing 20:58:51 18b24ad099d4: Preparing 20:58:51 a0120bd2f132: Preparing 20:58:51 17bec77d7fdc: Preparing 20:58:51 d614f3f59a93: Waiting 20:58:51 abba8edabbab: Waiting 20:58:51 18b24ad099d4: Waiting 20:58:51 bf63153ab2de: Waiting 20:58:51 a0120bd2f132: Waiting 20:58:51 8c583b619670: Waiting 20:58:51 17bec77d7fdc: Waiting 20:58:51 ea1ad86366ca: Layer already exists 20:58:51 b5456d98b16b: Layer already exists 20:58:51 943c0e28775d: Layer already exists 20:58:51 c4055bccc45d: Layer already exists 20:58:51 1d2cd10d5eef: Layer already exists 20:58:51 bf63153ab2de: Layer already exists 20:58:51 abba8edabbab: Layer already exists 20:58:51 18b24ad099d4: Layer already exists 20:58:51 d614f3f59a93: Layer already exists 20:58:51 8c583b619670: Layer already exists 20:58:51 17bec77d7fdc: Layer already exists 20:58:51 a0120bd2f132: Layer already exists 20:58:52 3.0.0-dev.13: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:52 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:52 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:58:52 1d2cd10d5eef: Preparing 20:58:52 1d2cd10d5eef: Preparing 20:58:52 ea1ad86366ca: Preparing 20:58:52 b5456d98b16b: Preparing 20:58:52 c4055bccc45d: Preparing 20:58:52 943c0e28775d: Preparing 20:58:52 d614f3f59a93: Preparing 20:58:52 abba8edabbab: Preparing 20:58:52 bf63153ab2de: Preparing 20:58:52 8c583b619670: Preparing 20:58:52 18b24ad099d4: Preparing 20:58:52 a0120bd2f132: Preparing 20:58:52 17bec77d7fdc: Preparing 20:58:52 bf63153ab2de: Waiting 20:58:52 d614f3f59a93: Waiting 20:58:52 8c583b619670: Waiting 20:58:52 17bec77d7fdc: Waiting 20:58:52 abba8edabbab: Waiting 20:58:52 a0120bd2f132: Waiting 20:58:52 1d2cd10d5eef: Layer already exists 20:58:52 ea1ad86366ca: Layer already exists 20:58:52 943c0e28775d: Layer already exists 20:58:52 b5456d98b16b: Layer already exists 20:58:52 c4055bccc45d: Layer already exists 20:58:52 bf63153ab2de: Layer already exists 20:58:52 d614f3f59a93: Layer already exists 20:58:52 8c583b619670: Layer already exists 20:58:52 abba8edabbab: Layer already exists 20:58:52 18b24ad099d4: Layer already exists 20:58:52 a0120bd2f132: Layer already exists 20:58:52 17bec77d7fdc: Layer already exists 20:58:53 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 20:58:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 20:58:53 1d2cd10d5eef: Preparing 20:58:53 1d2cd10d5eef: Preparing 20:58:53 ea1ad86366ca: Preparing 20:58:53 b5456d98b16b: Preparing 20:58:53 c4055bccc45d: Preparing 20:58:53 943c0e28775d: Preparing 20:58:53 d614f3f59a93: Preparing 20:58:53 abba8edabbab: Preparing 20:58:53 bf63153ab2de: Preparing 20:58:53 d614f3f59a93: Waiting 20:58:53 abba8edabbab: Waiting 20:58:53 8c583b619670: Preparing 20:58:53 18b24ad099d4: Preparing 20:58:53 a0120bd2f132: Preparing 20:58:53 17bec77d7fdc: Preparing 20:58:53 bf63153ab2de: Waiting 20:58:53 8c583b619670: Waiting 20:58:53 17bec77d7fdc: Waiting 20:58:53 18b24ad099d4: Waiting 20:58:53 a0120bd2f132: Waiting 20:58:53 943c0e28775d: Layer already exists 20:58:53 c4055bccc45d: Layer already exists 20:58:53 b5456d98b16b: Layer already exists 20:58:53 1d2cd10d5eef: Layer already exists 20:58:53 ea1ad86366ca: Layer already exists 20:58:53 abba8edabbab: Layer already exists 20:58:53 bf63153ab2de: Layer already exists 20:58:53 d614f3f59a93: Layer already exists 20:58:53 18b24ad099d4: Layer already exists 20:58:53 8c583b619670: Layer already exists 20:58:53 a0120bd2f132: Layer already exists 20:58:53 17bec77d7fdc: Layer already exists 20:58:54 main: digest: sha256:26ba2fcef42aaa53ec206a965402f366d85521140b74a78fd549cd85b03a50d0 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:58:54 ===================================================== [Pipeline] echo 20:58:54 taggedImages: 20:58:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 20:58:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.13 20:58:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:54 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 20:58:54 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 20:58:54 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:54 latest 20:58:54 3.0.0-dev.13 20:58:54 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:58:54 main 20:58:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:54 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:54 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:58:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:58:54 99e41c43ec52: Preparing 20:58:54 65f87f01b3e7: Preparing 20:58:54 8cbe8c578c52: Preparing 20:58:54 ed0df4ed084e: Preparing 20:58:54 6006e5214fe3: Preparing 20:58:54 57bbb856770c: Preparing 20:58:54 940171f90739: Preparing 20:58:54 17bec77d7fdc: Preparing 20:58:54 57bbb856770c: Waiting 20:58:54 940171f90739: Waiting 20:58:54 17bec77d7fdc: Waiting 20:58:55 6006e5214fe3: Pushed 20:58:55 99e41c43ec52: Pushed 20:58:55 65f87f01b3e7: Pushed 20:58:55 17bec77d7fdc: Layer already exists 20:58:55 57bbb856770c: Pushed 20:58:55 940171f90739: Pushed 20:58:57 8cbe8c578c52: Pushed 20:58:57 ed0df4ed084e: Pushed 20:58:57 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:58 + 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 20:58:58 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:58:58 99e41c43ec52: Preparing 20:58:58 65f87f01b3e7: Preparing 20:58:58 8cbe8c578c52: Preparing 20:58:58 ed0df4ed084e: Preparing 20:58:58 6006e5214fe3: Preparing 20:58:58 57bbb856770c: Preparing 20:58:58 940171f90739: Preparing 20:58:58 17bec77d7fdc: Preparing 20:58:58 57bbb856770c: Waiting 20:58:58 940171f90739: Waiting 20:58:58 17bec77d7fdc: Waiting 20:58:58 65f87f01b3e7: Layer already exists 20:58:58 6006e5214fe3: Layer already exists 20:58:58 8cbe8c578c52: Layer already exists 20:58:58 99e41c43ec52: Layer already exists 20:58:58 ed0df4ed084e: Layer already exists 20:58:58 17bec77d7fdc: Layer already exists 20:58:58 940171f90739: Layer already exists 20:58:58 57bbb856770c: Layer already exists 20:58:58 latest: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:58 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:59 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 20:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:58:59 99e41c43ec52: Preparing 20:58:59 65f87f01b3e7: Preparing 20:58:59 8cbe8c578c52: Preparing 20:58:59 ed0df4ed084e: Preparing 20:58:59 6006e5214fe3: Preparing 20:58:59 57bbb856770c: Preparing 20:58:59 940171f90739: Preparing 20:58:59 17bec77d7fdc: Preparing 20:58:59 57bbb856770c: Waiting 20:58:59 17bec77d7fdc: Waiting 20:58:59 ed0df4ed084e: Layer already exists 20:58:59 8cbe8c578c52: Layer already exists 20:58:59 6006e5214fe3: Layer already exists 20:58:59 99e41c43ec52: Layer already exists 20:58:59 65f87f01b3e7: Layer already exists 20:58:59 940171f90739: Layer already exists 20:58:59 57bbb856770c: Layer already exists 20:58:59 17bec77d7fdc: Layer already exists 20:58:59 3.0.0-dev.13: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:58:59 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:00 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:59:00 99e41c43ec52: Preparing 20:59:00 65f87f01b3e7: Preparing 20:59:00 8cbe8c578c52: Preparing 20:59:00 ed0df4ed084e: Preparing 20:59:00 6006e5214fe3: Preparing 20:59:00 57bbb856770c: Preparing 20:59:00 940171f90739: Preparing 20:59:00 17bec77d7fdc: Preparing 20:59:00 940171f90739: Waiting 20:59:00 17bec77d7fdc: Waiting 20:59:00 57bbb856770c: Waiting 20:59:00 8cbe8c578c52: Layer already exists 20:59:00 65f87f01b3e7: Layer already exists 20:59:00 6006e5214fe3: Layer already exists 20:59:00 ed0df4ed084e: Layer already exists 20:59:00 99e41c43ec52: Layer already exists 20:59:00 57bbb856770c: Layer already exists 20:59:00 17bec77d7fdc: Layer already exists 20:59:00 940171f90739: Layer already exists 20:59:00 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:00 + 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 20:59:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 20:59:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 20:59:01 99e41c43ec52: Preparing 20:59:01 65f87f01b3e7: Preparing 20:59:01 8cbe8c578c52: Preparing 20:59:01 ed0df4ed084e: Preparing 20:59:01 6006e5214fe3: Preparing 20:59:01 57bbb856770c: Preparing 20:59:01 940171f90739: Preparing 20:59:01 17bec77d7fdc: Preparing 20:59:01 57bbb856770c: Waiting 20:59:01 940171f90739: Waiting 20:59:01 17bec77d7fdc: Waiting 20:59:01 99e41c43ec52: Layer already exists 20:59:01 6006e5214fe3: Layer already exists 20:59:01 65f87f01b3e7: Layer already exists 20:59:01 ed0df4ed084e: Layer already exists 20:59:01 8cbe8c578c52: Layer already exists 20:59:01 17bec77d7fdc: Layer already exists 20:59:01 57bbb856770c: Layer already exists 20:59:01 940171f90739: Layer already exists 20:59:01 main: digest: sha256:ed778334b7d8db56271e6f5cf2a636988c0afdd10adaf0762237c751b561d3dd size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:01 ===================================================== [Pipeline] echo 20:59:01 taggedImages: 20:59:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 20:59:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.13 20:59:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:01 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 20:59:01 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 20:59:01 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:01 latest 20:59:01 3.0.0-dev.13 20:59:01 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:01 main 20:59:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:01 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:02 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:59:02 7b47e6daecb9: Preparing 20:59:02 c36b57ecfba3: Preparing 20:59:02 56a5ed0f4a3f: Preparing 20:59:02 8eac20bb0000: Preparing 20:59:02 f36fad01e90f: Preparing 20:59:02 c36f1ea7fd20: Preparing 20:59:02 ee74d23713e3: Preparing 20:59:02 cc738dc483c3: Preparing 20:59:02 b2f00ee9e992: Preparing 20:59:02 17bec77d7fdc: Preparing 20:59:02 ee74d23713e3: Waiting 20:59:02 cc738dc483c3: Waiting 20:59:02 b2f00ee9e992: Waiting 20:59:02 17bec77d7fdc: Waiting 20:59:02 c36f1ea7fd20: Waiting 20:59:02 7b47e6daecb9: Pushed 20:59:02 c36b57ecfba3: Pushed 20:59:02 f36fad01e90f: Pushed 20:59:02 cc738dc483c3: Pushed 20:59:02 c36f1ea7fd20: Pushed 20:59:02 ee74d23713e3: Pushed 20:59:02 17bec77d7fdc: Layer already exists 20:59:03 b2f00ee9e992: Pushed 20:59:04 8eac20bb0000: Pushed 20:59:05 56a5ed0f4a3f: Pushed 20:59:06 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:06 + 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 20:59:06 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:59:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:59:06 7b47e6daecb9: Preparing 20:59:06 c36b57ecfba3: Preparing 20:59:06 56a5ed0f4a3f: Preparing 20:59:06 8eac20bb0000: Preparing 20:59:06 f36fad01e90f: Preparing 20:59:06 c36f1ea7fd20: Preparing 20:59:06 ee74d23713e3: Preparing 20:59:06 cc738dc483c3: Preparing 20:59:06 b2f00ee9e992: Preparing 20:59:06 17bec77d7fdc: Preparing 20:59:06 cc738dc483c3: Waiting 20:59:06 c36f1ea7fd20: Waiting 20:59:06 ee74d23713e3: Waiting 20:59:06 b2f00ee9e992: Waiting 20:59:06 17bec77d7fdc: Waiting 20:59:06 56a5ed0f4a3f: Layer already exists 20:59:06 c36b57ecfba3: Layer already exists 20:59:06 8eac20bb0000: Layer already exists 20:59:06 f36fad01e90f: Layer already exists 20:59:06 7b47e6daecb9: Layer already exists 20:59:06 ee74d23713e3: Layer already exists 20:59:06 b2f00ee9e992: Layer already exists 20:59:06 17bec77d7fdc: Layer already exists 20:59:06 cc738dc483c3: Layer already exists 20:59:06 c36f1ea7fd20: Layer already exists 20:59:07 latest: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:07 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:07 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 20:59:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:59:07 7b47e6daecb9: Preparing 20:59:07 c36b57ecfba3: Preparing 20:59:07 56a5ed0f4a3f: Preparing 20:59:07 8eac20bb0000: Preparing 20:59:07 f36fad01e90f: Preparing 20:59:07 c36f1ea7fd20: Preparing 20:59:07 ee74d23713e3: Preparing 20:59:07 cc738dc483c3: Preparing 20:59:07 b2f00ee9e992: Preparing 20:59:07 17bec77d7fdc: Preparing 20:59:07 cc738dc483c3: Waiting 20:59:07 c36f1ea7fd20: Waiting 20:59:07 b2f00ee9e992: Waiting 20:59:07 17bec77d7fdc: Waiting 20:59:07 ee74d23713e3: Waiting 20:59:07 8eac20bb0000: Layer already exists 20:59:07 f36fad01e90f: Layer already exists 20:59:07 7b47e6daecb9: Layer already exists 20:59:07 c36b57ecfba3: Layer already exists 20:59:07 56a5ed0f4a3f: Layer already exists 20:59:07 ee74d23713e3: Layer already exists 20:59:07 c36f1ea7fd20: Layer already exists 20:59:07 cc738dc483c3: Layer already exists 20:59:07 b2f00ee9e992: Layer already exists 20:59:07 17bec77d7fdc: Layer already exists 20:59:08 3.0.0-dev.13: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:08 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:08 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:59:08 7b47e6daecb9: Preparing 20:59:08 c36b57ecfba3: Preparing 20:59:08 56a5ed0f4a3f: Preparing 20:59:08 8eac20bb0000: Preparing 20:59:08 f36fad01e90f: Preparing 20:59:08 c36f1ea7fd20: Preparing 20:59:08 ee74d23713e3: Preparing 20:59:08 cc738dc483c3: Preparing 20:59:08 b2f00ee9e992: Preparing 20:59:08 17bec77d7fdc: Preparing 20:59:08 cc738dc483c3: Waiting 20:59:08 c36f1ea7fd20: Waiting 20:59:08 ee74d23713e3: Waiting 20:59:08 17bec77d7fdc: Waiting 20:59:08 b2f00ee9e992: Waiting 20:59:08 f36fad01e90f: Layer already exists 20:59:08 56a5ed0f4a3f: Layer already exists 20:59:08 7b47e6daecb9: Layer already exists 20:59:08 8eac20bb0000: Layer already exists 20:59:08 c36b57ecfba3: Layer already exists 20:59:08 c36f1ea7fd20: Layer already exists 20:59:08 cc738dc483c3: Layer already exists 20:59:08 ee74d23713e3: Layer already exists 20:59:08 b2f00ee9e992: Layer already exists 20:59:08 17bec77d7fdc: Layer already exists 20:59:09 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:09 + 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 20:59:09 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 20:59:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 20:59:09 7b47e6daecb9: Preparing 20:59:09 c36b57ecfba3: Preparing 20:59:09 56a5ed0f4a3f: Preparing 20:59:09 8eac20bb0000: Preparing 20:59:09 f36fad01e90f: Preparing 20:59:09 c36f1ea7fd20: Preparing 20:59:09 ee74d23713e3: Preparing 20:59:09 c36f1ea7fd20: Waiting 20:59:09 cc738dc483c3: Preparing 20:59:09 b2f00ee9e992: Preparing 20:59:09 17bec77d7fdc: Preparing 20:59:09 ee74d23713e3: Waiting 20:59:09 b2f00ee9e992: Waiting 20:59:09 17bec77d7fdc: Waiting 20:59:09 cc738dc483c3: Waiting 20:59:09 c36b57ecfba3: Layer already exists 20:59:09 7b47e6daecb9: Layer already exists 20:59:09 f36fad01e90f: Layer already exists 20:59:09 8eac20bb0000: Layer already exists 20:59:09 56a5ed0f4a3f: Layer already exists 20:59:09 ee74d23713e3: Layer already exists 20:59:09 c36f1ea7fd20: Layer already exists 20:59:09 cc738dc483c3: Layer already exists 20:59:09 b2f00ee9e992: Layer already exists 20:59:09 17bec77d7fdc: Layer already exists 20:59:09 main: digest: sha256:b1cd3622168d179bdddbf154c0b4cf481558f594ff50b92ee84cc074f020f695 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:10 ===================================================== [Pipeline] echo 20:59:10 taggedImages: 20:59:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 20:59:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.13 20:59:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:10 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 20:59:10 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 20:59:10 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:10 latest 20:59:10 3.0.0-dev.13 20:59:10 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:10 main 20:59:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:10 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:10 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:59:10 db360ed1fbb1: Preparing 20:59:10 c444da3e7af7: Preparing 20:59:10 abba8edabbab: Preparing 20:59:10 cfe4f3bb2d8e: Preparing 20:59:10 9833f26c6bda: Preparing 20:59:10 abba8edabbab: Layer already exists 20:59:10 9833f26c6bda: Layer already exists 20:59:11 db360ed1fbb1: Pushed 20:59:12 cfe4f3bb2d8e: Pushed 20:59:15 c444da3e7af7: Pushed 20:59:15 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:16 + 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 20:59:16 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:59:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:59:16 db360ed1fbb1: Preparing 20:59:16 c444da3e7af7: Preparing 20:59:16 abba8edabbab: Preparing 20:59:16 cfe4f3bb2d8e: Preparing 20:59:16 9833f26c6bda: Preparing 20:59:16 c444da3e7af7: Layer already exists 20:59:16 cfe4f3bb2d8e: Layer already exists 20:59:16 9833f26c6bda: Layer already exists 20:59:16 abba8edabbab: Layer already exists 20:59:16 db360ed1fbb1: Layer already exists 20:59:16 latest: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:17 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 20:59:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:59:17 db360ed1fbb1: Preparing 20:59:17 c444da3e7af7: Preparing 20:59:17 abba8edabbab: Preparing 20:59:17 cfe4f3bb2d8e: Preparing 20:59:17 9833f26c6bda: Preparing 20:59:17 abba8edabbab: Layer already exists 20:59:17 9833f26c6bda: Layer already exists 20:59:17 cfe4f3bb2d8e: Layer already exists 20:59:17 c444da3e7af7: Layer already exists 20:59:17 db360ed1fbb1: Layer already exists 20:59:17 3.0.0-dev.13: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:17 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:59:18 db360ed1fbb1: Preparing 20:59:18 c444da3e7af7: Preparing 20:59:18 abba8edabbab: Preparing 20:59:18 cfe4f3bb2d8e: Preparing 20:59:18 9833f26c6bda: Preparing 20:59:18 9833f26c6bda: Layer already exists 20:59:18 cfe4f3bb2d8e: Layer already exists 20:59:18 abba8edabbab: Layer already exists 20:59:18 c444da3e7af7: Layer already exists 20:59:18 db360ed1fbb1: Layer already exists 20:59:18 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:18 + 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 20:59:18 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 20:59:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 20:59:18 db360ed1fbb1: Preparing 20:59:18 c444da3e7af7: Preparing 20:59:18 abba8edabbab: Preparing 20:59:18 cfe4f3bb2d8e: Preparing 20:59:18 9833f26c6bda: Preparing 20:59:18 9833f26c6bda: Layer already exists 20:59:18 abba8edabbab: Layer already exists 20:59:18 c444da3e7af7: Layer already exists 20:59:18 db360ed1fbb1: Layer already exists 20:59:18 cfe4f3bb2d8e: Layer already exists 20:59:18 main: digest: sha256:99db2d187d7d99218f99d4aa9327660eb3b5d886b1a779d0ca655baf8241d9cb size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:19 ===================================================== [Pipeline] echo 20:59:19 taggedImages: 20:59:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 20:59:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.13 20:59:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:19 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 20:59:19 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 20:59:19 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:19 latest 20:59:19 3.0.0-dev.13 20:59:19 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:19 main 20:59:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:59:19 a04bd368e183: Preparing 20:59:19 286806382468: Preparing 20:59:19 b251c4f8f994: Preparing 20:59:19 acf1b17cd3c1: Preparing 20:59:19 2e51baab81de: Preparing 20:59:19 3f2d1e39995d: Preparing 20:59:19 9833f26c6bda: Preparing 20:59:19 3f2d1e39995d: Waiting 20:59:20 286806382468: Pushed 20:59:20 a04bd368e183: Pushed 20:59:20 b251c4f8f994: Pushed 20:59:20 9833f26c6bda: Layer already exists 20:59:21 3f2d1e39995d: Pushed 20:59:27 2e51baab81de: Pushed 20:59:35 acf1b17cd3c1: Pushed 20:59:35 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:36 + 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 20:59:37 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:59:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:59:37 a04bd368e183: Preparing 20:59:37 286806382468: Preparing 20:59:37 b251c4f8f994: Preparing 20:59:37 acf1b17cd3c1: Preparing 20:59:37 2e51baab81de: Preparing 20:59:37 3f2d1e39995d: Preparing 20:59:37 9833f26c6bda: Preparing 20:59:37 3f2d1e39995d: Waiting 20:59:37 9833f26c6bda: Waiting 20:59:37 2e51baab81de: Layer already exists 20:59:37 b251c4f8f994: Layer already exists 20:59:37 286806382468: Layer already exists 20:59:37 a04bd368e183: Layer already exists 20:59:37 acf1b17cd3c1: Layer already exists 20:59:37 3f2d1e39995d: Layer already exists 20:59:37 9833f26c6bda: Layer already exists 20:59:37 latest: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:37 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 20:59:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:59:38 a04bd368e183: Preparing 20:59:38 286806382468: Preparing 20:59:38 b251c4f8f994: Preparing 20:59:38 acf1b17cd3c1: Preparing 20:59:38 2e51baab81de: Preparing 20:59:38 3f2d1e39995d: Preparing 20:59:38 9833f26c6bda: Preparing 20:59:38 3f2d1e39995d: Waiting 20:59:38 9833f26c6bda: Waiting 20:59:38 286806382468: Layer already exists 20:59:38 acf1b17cd3c1: Layer already exists 20:59:38 b251c4f8f994: Layer already exists 20:59:38 a04bd368e183: Layer already exists 20:59:38 2e51baab81de: Layer already exists 20:59:38 3f2d1e39995d: Layer already exists 20:59:38 9833f26c6bda: Layer already exists 20:59:38 3.0.0-dev.13: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:38 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:59:39 a04bd368e183: Preparing 20:59:39 286806382468: Preparing 20:59:39 b251c4f8f994: Preparing 20:59:39 acf1b17cd3c1: Preparing 20:59:39 2e51baab81de: Preparing 20:59:39 3f2d1e39995d: Preparing 20:59:39 9833f26c6bda: Preparing 20:59:39 3f2d1e39995d: Waiting 20:59:39 9833f26c6bda: Waiting 20:59:39 a04bd368e183: Layer already exists 20:59:39 2e51baab81de: Layer already exists 20:59:39 286806382468: Layer already exists 20:59:39 b251c4f8f994: Layer already exists 20:59:39 acf1b17cd3c1: Layer already exists 20:59:39 3f2d1e39995d: Layer already exists 20:59:39 9833f26c6bda: Layer already exists 20:59:39 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:39 + 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 20:59:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 20:59:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 20:59:40 a04bd368e183: Preparing 20:59:40 286806382468: Preparing 20:59:40 b251c4f8f994: Preparing 20:59:40 acf1b17cd3c1: Preparing 20:59:40 2e51baab81de: Preparing 20:59:40 3f2d1e39995d: Preparing 20:59:40 9833f26c6bda: Preparing 20:59:40 3f2d1e39995d: Waiting 20:59:40 9833f26c6bda: Waiting 20:59:40 b251c4f8f994: Layer already exists 20:59:40 286806382468: Layer already exists 20:59:40 acf1b17cd3c1: Layer already exists 20:59:40 2e51baab81de: Layer already exists 20:59:40 a04bd368e183: Layer already exists 20:59:40 9833f26c6bda: Layer already exists 20:59:40 3f2d1e39995d: Layer already exists 20:59:40 main: digest: sha256:fbafb757131f4d28d810b7d285e1831d1d55dbc1e72cee3a3fc2c169121dc9f2 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:59:40 ===================================================== [Pipeline] echo 20:59:40 taggedImages: 20:59:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 20:59:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.13 20:59:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:40 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 20:59:40 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 20:59:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:40 latest 20:59:40 3.0.0-dev.13 20:59:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:40 main 20:59:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 20:59:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:59:41 bc0d12b6c633: Preparing 20:59:41 c2b545868dc4: Preparing 20:59:41 a0b576c1c7fe: Preparing 20:59:41 ba5721f547fb: Preparing 20:59:41 5c33fae27360: Preparing 20:59:41 9833f26c6bda: Preparing 20:59:41 9833f26c6bda: Waiting 20:59:41 bc0d12b6c633: Pushed 20:59:41 a0b576c1c7fe: Pushed 20:59:41 c2b545868dc4: Pushed 20:59:41 9833f26c6bda: Layer already exists 20:59:41 5c33fae27360: Pushed 20:59:56 ba5721f547fb: Pushed 20:59:56 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:57 + 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 20:59:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 20:59:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:59:57 bc0d12b6c633: Preparing 20:59:57 c2b545868dc4: Preparing 20:59:57 a0b576c1c7fe: Preparing 20:59:57 ba5721f547fb: Preparing 20:59:57 5c33fae27360: Preparing 20:59:57 9833f26c6bda: Preparing 20:59:57 9833f26c6bda: Waiting 20:59:57 5c33fae27360: Layer already exists 20:59:57 bc0d12b6c633: Layer already exists 20:59:57 ba5721f547fb: Layer already exists 20:59:57 a0b576c1c7fe: Layer already exists 20:59:57 c2b545868dc4: Layer already exists 20:59:57 9833f26c6bda: Layer already exists 20:59:57 latest: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:58 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 20:59:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:59:58 bc0d12b6c633: Preparing 20:59:58 c2b545868dc4: Preparing 20:59:58 a0b576c1c7fe: Preparing 20:59:58 ba5721f547fb: Preparing 20:59:58 5c33fae27360: Preparing 20:59:58 9833f26c6bda: Preparing 20:59:58 9833f26c6bda: Waiting 20:59:58 bc0d12b6c633: Layer already exists 20:59:58 c2b545868dc4: Layer already exists 20:59:58 5c33fae27360: Layer already exists 20:59:58 ba5721f547fb: Layer already exists 20:59:58 a0b576c1c7fe: Layer already exists 20:59:58 9833f26c6bda: Layer already exists 20:59:58 3.0.0-dev.13: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:59 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:59:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 20:59:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 20:59:59 bc0d12b6c633: Preparing 20:59:59 c2b545868dc4: Preparing 20:59:59 a0b576c1c7fe: Preparing 20:59:59 ba5721f547fb: Preparing 20:59:59 5c33fae27360: Preparing 20:59:59 9833f26c6bda: Preparing 20:59:59 9833f26c6bda: Waiting 20:59:59 ba5721f547fb: Layer already exists 20:59:59 a0b576c1c7fe: Layer already exists 20:59:59 bc0d12b6c633: Layer already exists 20:59:59 5c33fae27360: Layer already exists 20:59:59 c2b545868dc4: Layer already exists 20:59:59 9833f26c6bda: Layer already exists 20:59:59 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:00 + 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:00:00 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:00:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:00:00 bc0d12b6c633: Preparing 21:00:00 c2b545868dc4: Preparing 21:00:00 a0b576c1c7fe: Preparing 21:00:00 ba5721f547fb: Preparing 21:00:00 5c33fae27360: Preparing 21:00:00 9833f26c6bda: Preparing 21:00:00 9833f26c6bda: Waiting 21:00:00 bc0d12b6c633: Layer already exists 21:00:00 c2b545868dc4: Layer already exists 21:00:00 a0b576c1c7fe: Layer already exists 21:00:00 5c33fae27360: Layer already exists 21:00:00 ba5721f547fb: Layer already exists 21:00:00 9833f26c6bda: Layer already exists 21:00:00 main: digest: sha256:9ecc764b6e288ea88f15471669b0d74f764b6934ccf5f8bd5cbbebe087c67ba1 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:00 ===================================================== [Pipeline] echo 21:00:00 taggedImages: 21:00:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:00:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.13 21:00:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:00 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:00:00 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:00:00 a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:00 latest 21:00:00 3.0.0-dev.13 21:00:00 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:00 main 21:00:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:00:01 9f1dc7e7c6cc: Preparing 21:00:01 3719e4852655: Preparing 21:00:01 ab9cd7fa7187: Preparing 21:00:01 76077961b3d8: Preparing 21:00:01 3f2d1e39995d: Preparing 21:00:01 9833f26c6bda: Preparing 21:00:01 9833f26c6bda: Waiting 21:00:01 3f2d1e39995d: Layer already exists 21:00:01 9833f26c6bda: Layer already exists 21:00:01 3719e4852655: Pushed 21:00:01 9f1dc7e7c6cc: Pushed 21:00:01 ab9cd7fa7187: Pushed 21:00:16 76077961b3d8: Pushed 21:00:16 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:17 + 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:00:17 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:00:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:00:17 9f1dc7e7c6cc: Preparing 21:00:17 3719e4852655: Preparing 21:00:17 ab9cd7fa7187: Preparing 21:00:17 76077961b3d8: Preparing 21:00:17 3f2d1e39995d: Preparing 21:00:17 9833f26c6bda: Preparing 21:00:17 9833f26c6bda: Waiting 21:00:17 ab9cd7fa7187: Layer already exists 21:00:17 9f1dc7e7c6cc: Layer already exists 21:00:17 3f2d1e39995d: Layer already exists 21:00:17 3719e4852655: Layer already exists 21:00:17 76077961b3d8: Layer already exists 21:00:17 9833f26c6bda: Layer already exists 21:00:17 latest: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:18 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:18 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 21:00:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:00:18 9f1dc7e7c6cc: Preparing 21:00:18 3719e4852655: Preparing 21:00:18 ab9cd7fa7187: Preparing 21:00:18 76077961b3d8: Preparing 21:00:18 3f2d1e39995d: Preparing 21:00:18 9833f26c6bda: Preparing 21:00:18 9833f26c6bda: Waiting 21:00:18 3f2d1e39995d: Layer already exists 21:00:18 3719e4852655: Layer already exists 21:00:18 ab9cd7fa7187: Layer already exists 21:00:18 9f1dc7e7c6cc: Layer already exists 21:00:18 76077961b3d8: Layer already exists 21:00:18 9833f26c6bda: Layer already exists 21:00:18 3.0.0-dev.13: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:19 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:00:19 9f1dc7e7c6cc: Preparing 21:00:19 3719e4852655: Preparing 21:00:19 ab9cd7fa7187: Preparing 21:00:19 76077961b3d8: Preparing 21:00:19 3f2d1e39995d: Preparing 21:00:19 9833f26c6bda: Preparing 21:00:19 9833f26c6bda: Waiting 21:00:19 9f1dc7e7c6cc: Layer already exists 21:00:19 3f2d1e39995d: Layer already exists 21:00:19 ab9cd7fa7187: Layer already exists 21:00:19 3719e4852655: Layer already exists 21:00:19 76077961b3d8: Layer already exists 21:00:19 9833f26c6bda: Layer already exists 21:00:19 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:20 + 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:00:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:00:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:00:20 9f1dc7e7c6cc: Preparing 21:00:20 3719e4852655: Preparing 21:00:20 ab9cd7fa7187: Preparing 21:00:20 76077961b3d8: Preparing 21:00:20 3f2d1e39995d: Preparing 21:00:20 9833f26c6bda: Preparing 21:00:20 9833f26c6bda: Waiting 21:00:20 3f2d1e39995d: Layer already exists 21:00:20 9f1dc7e7c6cc: Layer already exists 21:00:20 3719e4852655: Layer already exists 21:00:20 ab9cd7fa7187: Layer already exists 21:00:20 76077961b3d8: Layer already exists 21:00:20 9833f26c6bda: Layer already exists 21:00:20 main: digest: sha256:4a7ff55477801e260f0a7dddacc2662f6729f259a713cc08c846970ba8ad9f70 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:20 ===================================================== [Pipeline] echo 21:00:20 taggedImages: 21:00:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:00:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.13 21:00:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:20 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:00:20 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:00:20 a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:20 latest 21:00:20 3.0.0-dev.13 21:00:20 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:20 main 21:00:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:21 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:21 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:00:21 ffce09a5d90a: Preparing 21:00:21 9f304c6f8d14: Preparing 21:00:21 abba8edabbab: Preparing 21:00:21 c7e70f87bd3e: Preparing 21:00:21 17bec77d7fdc: Preparing 21:00:21 17bec77d7fdc: Layer already exists 21:00:21 abba8edabbab: Layer already exists 21:00:21 ffce09a5d90a: Pushed 21:00:21 c7e70f87bd3e: Pushed 21:00:27 9f304c6f8d14: Pushed 21:00:27 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:27 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:27 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:00:27 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:00:27 ffce09a5d90a: Preparing 21:00:27 9f304c6f8d14: Preparing 21:00:27 abba8edabbab: Preparing 21:00:27 c7e70f87bd3e: Preparing 21:00:27 17bec77d7fdc: Preparing 21:00:27 ffce09a5d90a: Layer already exists 21:00:27 abba8edabbab: Layer already exists 21:00:27 c7e70f87bd3e: Layer already exists 21:00:27 9f304c6f8d14: Layer already exists 21:00:27 17bec77d7fdc: Layer already exists 21:00:27 latest: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:28 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 21:00:28 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:00:28 ffce09a5d90a: Preparing 21:00:28 9f304c6f8d14: Preparing 21:00:28 abba8edabbab: Preparing 21:00:28 c7e70f87bd3e: Preparing 21:00:28 17bec77d7fdc: Preparing 21:00:28 abba8edabbab: Layer already exists 21:00:28 9f304c6f8d14: Layer already exists 21:00:28 17bec77d7fdc: Layer already exists 21:00:28 ffce09a5d90a: Layer already exists 21:00:28 c7e70f87bd3e: Layer already exists 21:00:28 3.0.0-dev.13: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:28 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:00:29 ffce09a5d90a: Preparing 21:00:29 9f304c6f8d14: Preparing 21:00:29 abba8edabbab: Preparing 21:00:29 c7e70f87bd3e: Preparing 21:00:29 17bec77d7fdc: Preparing 21:00:29 17bec77d7fdc: Layer already exists 21:00:29 ffce09a5d90a: Layer already exists 21:00:29 c7e70f87bd3e: Layer already exists 21:00:29 abba8edabbab: Layer already exists 21:00:29 9f304c6f8d14: Layer already exists 21:00:29 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:29 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:29 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:00:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:00:29 ffce09a5d90a: Preparing 21:00:29 9f304c6f8d14: Preparing 21:00:29 abba8edabbab: Preparing 21:00:29 c7e70f87bd3e: Preparing 21:00:29 17bec77d7fdc: Preparing 21:00:29 c7e70f87bd3e: Layer already exists 21:00:29 17bec77d7fdc: Layer already exists 21:00:29 abba8edabbab: Layer already exists 21:00:29 ffce09a5d90a: Layer already exists 21:00:29 9f304c6f8d14: Layer already exists 21:00:30 main: digest: sha256:ce72c37e6773ef11ff76b08ee0baa0631200fd147f4ef84db094c20a9c5d6a05 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:30 ===================================================== [Pipeline] echo 21:00:30 taggedImages: 21:00:30 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:30 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:00:30 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.13 21:00:30 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:30 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:00:30 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:00:30 a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:30 latest 21:00:30 3.0.0-dev.13 21:00:30 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:30 main 21:00:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:00:31 41d5b7d143ac: Preparing 21:00:31 d9570df42ed1: Preparing 21:00:31 abba8edabbab: Preparing 21:00:31 7f3655a069ea: Preparing 21:00:31 17bec77d7fdc: Preparing 21:00:31 abba8edabbab: Layer already exists 21:00:31 7f3655a069ea: Layer already exists 21:00:31 17bec77d7fdc: Layer already exists 21:00:31 41d5b7d143ac: Pushed 21:00:36 d9570df42ed1: Pushed 21:00:36 a23f936fb69ac20a7cf7db96067897b5bcb7663c: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:36 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:37 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:00:37 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:00:37 41d5b7d143ac: Preparing 21:00:37 d9570df42ed1: Preparing 21:00:37 abba8edabbab: Preparing 21:00:37 7f3655a069ea: Preparing 21:00:37 17bec77d7fdc: Preparing 21:00:37 41d5b7d143ac: Layer already exists 21:00:37 17bec77d7fdc: Layer already exists 21:00:37 d9570df42ed1: Layer already exists 21:00:37 abba8edabbab: Layer already exists 21:00:37 7f3655a069ea: Layer already exists 21:00:38 latest: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:38 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:38 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 21:00:38 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:00:38 41d5b7d143ac: Preparing 21:00:38 d9570df42ed1: Preparing 21:00:38 abba8edabbab: Preparing 21:00:38 7f3655a069ea: Preparing 21:00:38 17bec77d7fdc: Preparing 21:00:38 17bec77d7fdc: Layer already exists 21:00:38 41d5b7d143ac: Layer already exists 21:00:38 d9570df42ed1: Layer already exists 21:00:38 abba8edabbab: Layer already exists 21:00:38 7f3655a069ea: Layer already exists 21:00:39 3.0.0-dev.13: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:39 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:39 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:39 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:00:39 41d5b7d143ac: Preparing 21:00:39 d9570df42ed1: Preparing 21:00:39 abba8edabbab: Preparing 21:00:39 7f3655a069ea: Preparing 21:00:39 17bec77d7fdc: Preparing 21:00:39 17bec77d7fdc: Layer already exists 21:00:39 41d5b7d143ac: Layer already exists 21:00:39 d9570df42ed1: Layer already exists 21:00:39 7f3655a069ea: Layer already exists 21:00:39 abba8edabbab: Layer already exists 21:00:40 a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:40 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:40 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:00:40 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:00:40 41d5b7d143ac: Preparing 21:00:40 d9570df42ed1: Preparing 21:00:40 abba8edabbab: Preparing 21:00:40 7f3655a069ea: Preparing 21:00:40 17bec77d7fdc: Preparing 21:00:40 abba8edabbab: Layer already exists 21:00:40 41d5b7d143ac: Layer already exists 21:00:40 d9570df42ed1: Layer already exists 21:00:40 17bec77d7fdc: Layer already exists 21:00:40 7f3655a069ea: Layer already exists 21:00:41 main: digest: sha256:8fc89ded6a5cb20fec2cad5d1bf3893acf805f5a6656c6106e567c38d56ef881 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:00:41 ===================================================== [Pipeline] echo 21:00:41 taggedImages: 21:00:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c 21:00:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:00:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.13 21:00:41 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a23f936fb69ac20a7cf7db96067897b5bcb7663c-3.0.0-dev.13 21:00:41 - 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:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:00:41 21:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:00:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:00:42 arm64: Pulling from edgex-lftools-log-publisher 21:00:42 8998bd30e6a1: Pulling fs layer 21:00:42 04944245beec: Pulling fs layer 21:00:42 699f458cf7ca: Pulling fs layer 21:00:42 765212b225bb: Pulling fs layer 21:00:42 f23df028b6ca: Pulling fs layer 21:00:42 d65c8cfc05b1: Pulling fs layer 21:00:42 2437ff75d9bd: Pulling fs layer 21:00:42 765212b225bb: Waiting 21:00:42 f23df028b6ca: Waiting 21:00:42 d65c8cfc05b1: Waiting 21:00:42 2437ff75d9bd: Waiting 21:00:42 04944245beec: Verifying Checksum 21:00:42 04944245beec: Download complete 21:00:42 765212b225bb: Verifying Checksum 21:00:42 765212b225bb: Download complete 21:00:42 f23df028b6ca: Verifying Checksum 21:00:42 f23df028b6ca: Download complete 21:00:42 d65c8cfc05b1: Verifying Checksum 21:00:42 d65c8cfc05b1: Download complete 21:00:42 699f458cf7ca: Verifying Checksum 21:00:42 699f458cf7ca: Download complete 21:00:42 8998bd30e6a1: Verifying Checksum 21:00:42 8998bd30e6a1: Download complete 21:00:45 2437ff75d9bd: Download complete 21:00:46 8998bd30e6a1: Pull complete 21:00:47 04944245beec: Pull complete 21:00:48 699f458cf7ca: Pull complete 21:00:48 765212b225bb: Pull complete 21:00:49 f23df028b6ca: Pull complete 21:00:49 d65c8cfc05b1: Pull complete 21:01:04 2437ff75d9bd: Pull complete 21:01:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:01:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:04 prd-ubuntu20.04-docker-arm64-4c-16g-1659 does not seem to be running inside a container 21:01:04 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@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:01:06 $ docker top 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:07 ---> job-cost.sh 21:01:07 lf-activate-venv: SKIPPING 21:01:07 INFO: No Stack... 21:01:07 INFO: Retrieving Pricing Info for: v3-standard-4 21:01:08 INFO: Archiving Costs [Pipeline] sh 21:01:09 + cut -d, -f6 21:01:09 + cat /w/workspace/edgex-go/367/archives/cost.csv [Pipeline] lock 21:01:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] 21:01:09 Resource [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] did not exist. Created. 21:01:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:01:10 + echo total: 0.10999999940395355 [Pipeline] stash 21:01:10 Stashed 1 file(s) [Pipeline] } 21:01:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-367-stack-cost] [Pipeline] // lock [Pipeline] } 21:01:10 $ docker stop --time=1 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 21:01:12 $ docker rm -f --volumes 8d7842012305f8372d9786fd1a047f343ca68245b94d054920c69884d9c2a4e0 [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:01:12 provisioning config files... 21:01:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/367@tmp/config12599473427238501914tmp [Pipeline] { [Pipeline] sh 21:01:12 + set +x 21:01:12 + curl -s https://codecov.io/bash 21:01:12 + bash -s -- 21:01:12 21:01:12 _____ _ 21:01:12 / ____| | | 21:01:12 | | ___ __| | ___ ___ _____ __ 21:01:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:01:12 | |___| (_) | (_| | __/ (_| (_) \ V / 21:01:12 \_____\___/ \__,_|\___|\___\___/ \_/ 21:01:12 Bash-1.0.6 21:01:12 21:01:12 21:01:12 ==> git version 2.25.1 found 21:01:12 ==> 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:01:12 Release-Date: 2020-01-08 21:01:12 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:01:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:01:12 ==> Jenkins CI detected. 21:01:12 current dir:  /w/workspace/edgex-go/367 21:01:12 project root: . 21:01:12 --> token set from env 21:01:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:01:12 ==> Running gcov in . (disable via -X gcov) 21:01:12 ==> Python coveragepy not found 21:01:12 ==> Searching for coverage reports in: 21:01:12 + . 21:01:12 -> Found 1 reports 21:01:12 ==> Detecting git/mercurial file structure 21:01:12 ==> Reading reports 21:01:12 + ./coverage.out bytes=494833 21:01:12 ==> Appending adjustments 21:01:12 https://docs.codecov.io/docs/fixing-reports 21:01:14 + Found adjustments 21:01:14 ==> Gzipping contents 21:01:14 64K /tmp/codecov.9Fkbwu.gz 21:01:14 ==> Uploading reports 21:01:14 url: https://codecov.io 21:01:14 query: branch=main&commit=a23f936fb69ac20a7cf7db96067897b5bcb7663c&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:01:14 -> Pinging Codecov 21:01:14 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=a23f936fb69ac20a7cf7db96067897b5bcb7663c&build=367&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F367%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:01:14 -> Uploading to 21:01:14 https://storage.googleapis.com/codecov/v4/raw/2023-01-10/00271124DB129430A58F1EEE437C3FCB/a23f936fb69ac20a7cf7db96067897b5bcb7663c/f4f16ad3-0e44-4913-af42-5ad9d2d23235.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230110T210114Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=003176ac408a2a0721e4dc3297bc15fa9f07e0d5c6b58a9bd3dba5556b5ccb40 21:01:14 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:14 Dload Upload Total Spent Left Speed 21:01:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63810 0 0 100 63810 0 211k --:--:-- --:--:-- --:--:-- 211k 21:01:14 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a23f936fb69ac20a7cf7db96067897b5bcb7663c [Pipeline] } 21:01:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:01:15 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:01:15 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:15 21:01:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:01:15 df9b9388f04a: Pulling fs layer 21:01:15 52dc419b0ee2: Pulling fs layer 21:01:15 25bc292e5bac: Pulling fs layer 21:01:15 114826534d7a: Pulling fs layer 21:01:15 4657fd5d0bcf: Pulling fs layer 21:01:15 6ad1cebc031e: Pulling fs layer 21:01:15 8a3aa393b2d8: Pulling fs layer 21:01:15 114826534d7a: Waiting 21:01:15 8a3aa393b2d8: Waiting 21:01:15 6ad1cebc031e: Waiting 21:01:15 4657fd5d0bcf: Waiting 21:01:15 25bc292e5bac: Verifying Checksum 21:01:15 25bc292e5bac: Download complete 21:01:15 52dc419b0ee2: Download complete 21:01:15 4657fd5d0bcf: Verifying Checksum 21:01:15 4657fd5d0bcf: Download complete 21:01:15 df9b9388f04a: Download complete 21:01:15 df9b9388f04a: Pull complete 21:01:16 52dc419b0ee2: Pull complete 21:01:16 6ad1cebc031e: Verifying Checksum 21:01:16 6ad1cebc031e: Download complete 21:01:16 25bc292e5bac: Pull complete 21:01:16 114826534d7a: Download complete 21:01:16 8a3aa393b2d8: Verifying Checksum 21:01:16 8a3aa393b2d8: Download complete 21:01:20 114826534d7a: Pull complete 21:01:20 4657fd5d0bcf: Pull complete 21:01:20 6ad1cebc031e: Pull complete 21:01:22 8a3aa393b2d8: Pull complete 21:01:22 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:01:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:01:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:22 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:01:22 $ 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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:01:25 $ docker top 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 -eo pid,comm [Pipeline] { [Pipeline] echo 21:01:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:01:25 + set -o pipefail 21:01:25 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:01:30 21:01:30 Monitoring /w/workspace/edgex-go/367 (github.com/edgexfoundry/edgex-go)... 21:01:30 21:01:30 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/48ba9e72-b405-46c1-a3c6-41b4f0c8d930 21:01:30 21:01:30 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:01:30 21:01:30 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:01:30 21:01:31 21:01:31 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:01:31 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:01:31 More details here: https://snyk.co/ue1NS [Pipeline] } 21:01:31 $ docker stop --time=1 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 21:01:33 $ docker rm -f --volumes 7aee045529143f6a32f139468edee72147841b6695e9df05807d8addc276a7e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:01:33 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:01:33 provisioning config files... 21:01:33 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/367@tmp/config1199441747383934625tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:01:33 --> edgex-publish-swagger.sh 21:01:33 === Publish openapi/v2 API === 21:01:33 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 21:01:33 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/367/openapi/v2/core-command.yaml] 21:01:33 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:33 Dload Upload Total Spent Left Speed 21:01:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33860 100 38 100 33822 44 39837 --:--:-- --:--:-- --:--:-- 39835 100 33860 100 38 100 33822 44 39837 --:--:-- --:--:-- --:--:-- 39835 21:01:34 {"code":403,"message":"Access Denied"} 21:01:34 21:01:34 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/367/openapi/v2/core-data.yaml] 21:01:34 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:34 Dload Upload Total Spent Left Speed 21:01:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71623 100 38 100 71585 44 84615 --:--:-- --:--:-- --:--:-- 84660 21:01:35 {"code":403,"message":"Access Denied"} 21:01:35 21:01:35 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/367/openapi/v2/core-metadata.yaml] 21:01:35 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:35 Dload Upload Total Spent Left Speed 21:01:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 144k 0 0 100 144k 0 1270k --:--:-- --:--:-- --:--:-- 1259k 100 144k 100 38 100 144k 46 176k --:--:-- --:--:-- --:--:-- 176k 21:01:36 {"code":403,"message":"Access Denied"} 21:01:36 21:01:36 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/367/openapi/v2/support-notifications.yaml] 21:01:36 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:36 Dload Upload Total Spent Left Speed 21:01:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89347 100 38 100 89309 44 101k --:--:-- --:--:-- --:--:-- 101k 100 89347 100 38 100 89309 44 101k --:--:-- --:--:-- --:--:-- 101k 21:01:37 {"code":403,"message":"Access Denied"} 21:01:37 21:01:37 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/367/openapi/v2/support-scheduler.yaml] 21:01:37 % Total % Received % Xferd Average Speed Time Time Time Current 21:01:37 Dload Upload Total Spent Left Speed 21:01:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39585 100 38 100 39547 45 46967 --:--:-- --:--:-- --:--:-- 46957 100 39585 100 38 100 39547 45 46912 --:--:-- --:--:-- --:--:-- 46957 21:01:37 {"code":403,"message":"Access Denied"} 21:01:37 [Pipeline] } 21:01:37 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:01:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:01:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:01:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:38 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:01:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:01:39 $ docker top 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 -eo pid,comm 21:01:39 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). 21:01:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:01:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:01:39 [ssh-agent] Looking for ssh-agent implementation... 21:01:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:01:39 $ docker exec 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 ssh-agent 21:01:39 SSH_AUTH_SOCK=/tmp/ssh-JLZRhhqN1Dnw/agent.34 21:01:39 SSH_AGENT_PID=40 21:01:39 Running ssh-add (command line suppressed) 21:01:39 Identity added: /w/workspace/edgex-go/367@tmp/private_key_6269665780880565098.key (/w/workspace/edgex-go/367@tmp/private_key_6269665780880565098.key) 21:01:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:01:39 + git semver tag 21:01:40 2023-01-10 21:01:39,974 [run_tag] DEBUG tag force:False 21:01:40 2023-01-10 21:01:39,974 [check_head_tag] DEBUG check head tag 21:01:40 2023-01-10 21:01:39,977 [execute] INFO git cat-file --batch-check 21:01:40 2023-01-10 21:01:39,977 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=) 21:01:40 2023-01-10 21:01:39,982 [execute] INFO git cat-file --batch 21:01:40 2023-01-10 21:01:39,982 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=) 21:01:40 2023-01-10 21:01:40,026 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:01:40 2023-01-10 21:01:40,026 [execute] INFO git tag -a v3.0.0-dev.13 -m v3.0.0-dev.13 21:01:40 2023-01-10 21:01:40,026 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.13', '-m', 'v3.0.0-dev.13'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) 21:01:40 2023-01-10 21:01:40,033 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:01:40 3.0.0-dev.13 [Pipeline] } 21:01:40 $ docker exec --env ******** --env ******** 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 ssh-agent -k 21:01:40 unset SSH_AUTH_SOCK; 21:01:40 unset SSH_AGENT_PID; 21:01:40 echo Agent pid 40 killed; 21:01:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:01:40 + git semver [Pipeline] } 21:01:40 $ docker stop --time=1 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 21:01:42 $ docker rm -f --volumes 995e13ec38779fd3c2db811dceffcdef149e49d652c186a2b742ac8b7561f411 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:01:42 21:01:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:01:42 0.23.1-centos7: Pulling from edgex-lftools 21:01:42 ab5ef0e58194: Pulling fs layer 21:01:42 9712f1f96733: Pulling fs layer 21:01:42 63f879dbbcfc: Pulling fs layer 21:01:42 0d9ebad4ef96: Pulling fs layer 21:01:42 e9a5061849ea: Pulling fs layer 21:01:42 d747dcd14b5f: Pulling fs layer 21:01:42 2de7ff778b66: Pulling fs layer 21:01:42 0d9ebad4ef96: Waiting 21:01:42 e9a5061849ea: Waiting 21:01:42 d747dcd14b5f: Waiting 21:01:42 2de7ff778b66: Waiting 21:01:42 9712f1f96733: Download complete 21:01:43 63f879dbbcfc: Verifying Checksum 21:01:43 63f879dbbcfc: Download complete 21:01:43 0d9ebad4ef96: Verifying Checksum 21:01:43 0d9ebad4ef96: Download complete 21:01:43 d747dcd14b5f: Verifying Checksum 21:01:43 d747dcd14b5f: Download complete 21:01:43 e9a5061849ea: Verifying Checksum 21:01:43 e9a5061849ea: Download complete 21:01:44 ab5ef0e58194: Verifying Checksum 21:01:44 ab5ef0e58194: Download complete 21:01:44 2de7ff778b66: Verifying Checksum 21:01:44 2de7ff778b66: Download complete 21:01:46 ab5ef0e58194: Pull complete 21:01:46 9712f1f96733: Pull complete 21:01:47 63f879dbbcfc: Pull complete 21:01:51 0d9ebad4ef96: Pull complete 21:01:51 e9a5061849ea: Pull complete 21:01:51 d747dcd14b5f: Pull complete 21:01:51 2de7ff778b66: Pull complete 21:01:51 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:01:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:01:51 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:51 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:01:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:01:54 $ docker top 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:01:54 provisioning config files... 21:01:54 copy managed file [sigul-config] to file:/w/workspace/edgex-go/367@tmp/config18268015014672383629tmp 21:01:54 copy managed file [sigul-password] to file:/w/workspace/edgex-go/367@tmp/config11162352705049469705tmp 21:01:54 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/367@tmp/config8148670931455793186tmp [Pipeline] { [Pipeline] echo 21:01:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:01:54 ---> sigul-configuration.sh 21:01:54 gpg: directory `/root/.gnupg' created 21:01:54 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:01:54 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:01:54 gpg: keyring `/root/.gnupg/secring.gpg' created 21:01:54 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:01:54 gpg: CAST5 encrypted data 21:01:54 gpg: encrypted with 1 passphrase 21:01:54 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:01:54 + mkdir /home/jenkins 21:01:54 + mkdir /home/jenkins/sigul [Pipeline] sh 21:01:55 + 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:01:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:01:55 ---> sigul-install.sh 21:01:55 Sigul already installed; skipping installation. [Pipeline] sh 21:01:55 + git tag --list 21:01:55 0.6.0 21:01:55 0.6.1 21:01:55 0.7.0 21:01:55 0.7.1 21:01:55 v1.0.0 21:01:55 v1.0.1 21:01:55 v1.1.0 21:01:55 v1.2.0 21:01:55 v1.2.1 21:01:55 v1.3.0 21:01:55 v1.3.1 21:01:55 v2.0.0 21:01:55 v2.1.0 21:01:55 v2.1.1 21:01:55 v2.1.1-dev.1 21:01:55 v2.1.1-dev.2 21:01:55 v2.1.1-dev.3 21:01:55 v2.1.1-dev.4 21:01:55 v2.1.1-dev.5 21:01:55 v2.1.1-dev.6 21:01:55 v2.1.1-dev.7 21:01:55 v2.1.1-dev.8 21:01:55 v2.1.2-dev.1 21:01:55 v2.2.0 21:01:55 v2.2.1-dev.1 21:01:55 v2.2.1-dev.10 21:01:55 v2.2.1-dev.11 21:01:55 v2.2.1-dev.12 21:01:55 v2.2.1-dev.13 21:01:55 v2.2.1-dev.14 21:01:55 v2.2.1-dev.15 21:01:55 v2.2.1-dev.16 21:01:55 v2.2.1-dev.17 21:01:55 v2.2.1-dev.18 21:01:55 v2.2.1-dev.19 21:01:55 v2.2.1-dev.2 21:01:55 v2.2.1-dev.20 21:01:55 v2.2.1-dev.21 21:01:55 v2.2.1-dev.22 21:01:55 v2.2.1-dev.23 21:01:55 v2.2.1-dev.24 21:01:55 v2.2.1-dev.25 21:01:55 v2.2.1-dev.26 21:01:55 v2.2.1-dev.27 21:01:55 v2.2.1-dev.28 21:01:55 v2.2.1-dev.29 21:01:55 v2.2.1-dev.3 21:01:55 v2.2.1-dev.4 21:01:55 v2.2.1-dev.5 21:01:55 v2.2.1-dev.6 21:01:55 v2.2.1-dev.7 21:01:55 v2.2.1-dev.8 21:01:55 v2.2.1-dev.9 21:01:55 v2.3.0 21:01:55 v2.3.0-dev.100 21:01:55 v2.3.0-dev.101 21:01:55 v2.3.0-dev.102 21:01:55 v2.3.0-dev.103 21:01:55 v2.3.0-dev.104 21:01:55 v2.3.0-dev.105 21:01:55 v2.3.0-dev.106 21:01:55 v2.3.0-dev.29 21:01:55 v2.3.0-dev.30 21:01:55 v2.3.0-dev.31 21:01:55 v2.3.0-dev.32 21:01:55 v2.3.0-dev.33 21:01:55 v2.3.0-dev.34 21:01:55 v2.3.0-dev.35 21:01:55 v2.3.0-dev.36 21:01:55 v2.3.0-dev.37 21:01:55 v2.3.0-dev.38 21:01:55 v2.3.0-dev.39 21:01:55 v2.3.0-dev.40 21:01:55 v2.3.0-dev.41 21:01:55 v2.3.0-dev.42 21:01:55 v2.3.0-dev.43 21:01:55 v2.3.0-dev.44 21:01:55 v2.3.0-dev.45 21:01:55 v2.3.0-dev.46 21:01:55 v2.3.0-dev.47 21:01:55 v2.3.0-dev.48 21:01:55 v2.3.0-dev.49 21:01:55 v2.3.0-dev.50 21:01:55 v2.3.0-dev.51 21:01:55 v2.3.0-dev.52 21:01:55 v2.3.0-dev.53 21:01:55 v2.3.0-dev.54 21:01:55 v2.3.0-dev.55 21:01:55 v2.3.0-dev.56 21:01:55 v2.3.0-dev.57 21:01:55 v2.3.0-dev.58 21:01:55 v2.3.0-dev.59 21:01:55 v2.3.0-dev.60 21:01:55 v2.3.0-dev.61 21:01:55 v2.3.0-dev.62 21:01:55 v2.3.0-dev.63 21:01:55 v2.3.0-dev.64 21:01:55 v2.3.0-dev.65 21:01:55 v2.3.0-dev.66 21:01:55 v2.3.0-dev.67 21:01:55 v2.3.0-dev.68 21:01:55 v2.3.0-dev.69 21:01:55 v2.3.0-dev.70 21:01:55 v2.3.0-dev.71 21:01:55 v2.3.0-dev.72 21:01:55 v2.3.0-dev.73 21:01:55 v2.3.0-dev.74 21:01:55 v2.3.0-dev.75 21:01:55 v2.3.0-dev.76 21:01:55 v2.3.0-dev.77 21:01:55 v2.3.0-dev.78 21:01:55 v2.3.0-dev.79 21:01:55 v2.3.0-dev.80 21:01:55 v2.3.0-dev.81 21:01:55 v2.3.0-dev.82 21:01:55 v2.3.0-dev.83 21:01:55 v2.3.0-dev.84 21:01:55 v2.3.0-dev.85 21:01:55 v2.3.0-dev.86 21:01:55 v2.3.0-dev.87 21:01:55 v2.3.0-dev.88 21:01:55 v2.3.0-dev.89 21:01:55 v2.3.0-dev.90 21:01:55 v2.3.0-dev.91 21:01:55 v2.3.0-dev.92 21:01:55 v2.3.0-dev.93 21:01:55 v2.3.0-dev.94 21:01:55 v2.3.0-dev.95 21:01:55 v2.3.0-dev.96 21:01:55 v2.3.0-dev.97 21:01:55 v2.3.0-dev.98 21:01:55 v2.3.0-dev.99 21:01:55 v2.3.1-dev.1 21:01:55 v2.3.1-dev.2 21:01:55 v2.3.1-dev.3 21:01:55 v2.3.1-dev.4 21:01:55 v2.3.1-dev.5 21:01:55 v3.0.0-dev.1 21:01:55 v3.0.0-dev.10 21:01:55 v3.0.0-dev.11 21:01:55 v3.0.0-dev.12 21:01:55 v3.0.0-dev.13 21:01:55 v3.0.0-dev.2 21:01:55 v3.0.0-dev.3 21:01:55 v3.0.0-dev.4 21:01:55 v3.0.0-dev.5 21:01:55 v3.0.0-dev.6 21:01:55 v3.0.0-dev.7 21:01:55 v3.0.0-dev.8 21:01:55 v3.0.0-dev.9 [Pipeline] sh 21:01:55 + lftools sign git-tag v3.0.0-dev.13 21:01:56 Signing Git tag with Sigul... 21:01:56 Signing v3.0.0-dev.13 [Pipeline] echo 21:01:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:01:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:01:57 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:01:57 $ docker stop --time=1 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 21:01:58 $ docker rm -f --volumes 9ef276048abed463e05c85f241827bf1b666b6db69cb932423f6746e3699b9e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:01:59 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:01:59 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:01:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:01:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:01:59 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:01:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:01:59 $ docker top 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f -eo pid,comm 21:01:59 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:01:59 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:02:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:02:00 [ssh-agent] Looking for ssh-agent implementation... 21:02:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:02:00 $ docker exec 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f ssh-agent 21:02:00 SSH_AUTH_SOCK=/tmp/ssh-Ltvq3gwXuC2v/agent.32 21:02:00 SSH_AGENT_PID=38 21:02:00 Running ssh-add (command line suppressed) 21:02:00 Identity added: /w/workspace/edgex-go/367@tmp/private_key_13176685661173088512.key (/w/workspace/edgex-go/367@tmp/private_key_13176685661173088512.key) 21:02:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:02:00 + git semver bump pre 21:02:00 2023-01-10 21:02:00,850 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:02:00 2023-01-10 21:02:00,850 [bump_version] DEBUG bumping version:3.0.0-dev.13 on axis:pre with prefix:dev 21:02:00 2023-01-10 21:02:00,850 [bump_version] DEBUG bumped version:3.0.0-dev.14 21:02:00 2023-01-10 21:02:00,850 [write_version] DEBUG write version:3.0.0-dev.14 to path:/w/workspace/edgex-go/367/.semver/main with force:True 21:02:00 2023-01-10 21:02:00,850 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:02:00 2023-01-10 21:02:00,851 [write_file] DEBUG write to file:/w/workspace/edgex-go/367/.semver/main 21:02:00 2023-01-10 21:02:00,852 [execute] INFO git cat-file --batch-check 21:02:00 2023-01-10 21:02:00,852 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) 21:02:00 2023-01-10 21:02:00,857 [execute] INFO git cat-file --batch 21:02:00 2023-01-10 21:02:00,857 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) 21:02:00 2023-01-10 21:02:00,864 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:02:00 3.0.0-dev.14 [Pipeline] } 21:02:00 $ docker exec --env ******** --env ******** 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f ssh-agent -k 21:02:01 unset SSH_AUTH_SOCK; 21:02:01 unset SSH_AGENT_PID; 21:02:01 echo Agent pid 38 killed; 21:02:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:02:01 + git semver [Pipeline] } 21:02:01 $ docker stop --time=1 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f 21:02:02 $ docker rm -f --volumes 291f735c7239d491d68743b764efc6a969cfc10e95015fb0578aee3c3208002f [Pipeline] // withDockerContainer [Pipeline] sh 21:02:03 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:02:03 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:02:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:03 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:02:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:02:04 $ docker top daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:02:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:02:04 [ssh-agent] Looking for ssh-agent implementation... 21:02:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:02:04 $ docker exec daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 ssh-agent 21:02:04 SSH_AUTH_SOCK=/tmp/ssh-C5mC2z74GUtQ/agent.32 21:02:04 SSH_AGENT_PID=38 21:02:04 Running ssh-add (command line suppressed) 21:02:04 Identity added: /w/workspace/edgex-go/367@tmp/private_key_1730184585758503973.key (/w/workspace/edgex-go/367@tmp/private_key_1730184585758503973.key) 21:02:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:02:04 + git semver push 21:02:05 2023-01-10 21:02:05,003 [run_push] DEBUG push 21:02:05 2023-01-10 21:02:05,005 [execute] INFO git cat-file --batch-check 21:02:05 2023-01-10 21:02:05,005 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=) 21:02:05 2023-01-10 21:02:05,009 [execute] INFO git rev-list 6a1afa831d47d642deaaa6c50cc49f3c42cd4797 -- 21:02:05 2023-01-10 21:02:05,009 [execute] DEBUG Popen(['git', 'rev-list', '6a1afa831d47d642deaaa6c50cc49f3c42cd4797', '--'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=None) 21:02:05 2023-01-10 21:02:05,022 [execute] INFO git fetch -v origin 21:02:05 2023-01-10 21:02:05,022 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=True, shell=None, istream=None) 21:02:05 2023-01-10 21:02:05,553 [run_push] DEBUG no remote changes detected 21:02:05 2023-01-10 21:02:05,554 [execute] INFO git push origin semver 21:02:05 2023-01-10 21:02:05,554 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/367/.semver, universal_newlines=False, shell=None, istream=None) 21:02:07 2023-01-10 21:02:06,765 [run_push] DEBUG push all version tags 21:02:07 2023-01-10 21:02:06,765 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:02:07 2023-01-10 21:02:06,766 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/367, universal_newlines=False, shell=None, istream=None) 21:02:07 2023-01-10 21:02:07,580 [read_version] DEBUG read version from /w/workspace/edgex-go/367/.semver/main 21:02:07 3.0.0-dev.14 [Pipeline] } 21:02:07 $ docker exec --env ******** --env ******** daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 ssh-agent -k 21:02:07 unset SSH_AUTH_SOCK; 21:02:07 unset SSH_AGENT_PID; 21:02:07 echo Agent pid 38 killed; 21:02:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:02:08 + git semver [Pipeline] } 21:02:08 $ docker stop --time=1 daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 21:02:09 $ docker rm -f --volumes daa577446f6d1a819c6557c34c7834759e782508497dfb7931d66e7bb08fcd15 [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:02:10 + [ -d /w/workspace/edgex-go/367/archives ] [Pipeline] libraryResource [Pipeline] sh 21:02:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:02:11 ---> package-listing.sh 21:02:11 ++ facter osfamily 21:02:11 ++ tr '[:upper:]' '[:lower:]' 21:02:11 + OS_FAMILY=debian 21:02:11 + workspace=/w/workspace/edgex-go/367 21:02:11 + START_PACKAGES=/tmp/packages_start.txt 21:02:11 + END_PACKAGES=/tmp/packages_end.txt 21:02:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:02:11 + PACKAGES=/tmp/packages_start.txt 21:02:11 + '[' /w/workspace/edgex-go/367 ']' 21:02:11 + PACKAGES=/tmp/packages_end.txt 21:02:11 + case "${OS_FAMILY}" in 21:02:11 + dpkg -l 21:02:11 + grep '^ii' 21:02:11 + '[' -f /tmp/packages_start.txt ']' 21:02:11 + '[' -f /tmp/packages_end.txt ']' 21:02:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:02:11 + '[' /w/workspace/edgex-go/367 ']' 21:02:11 + mkdir -p /w/workspace/edgex-go/367/archives/ 21:02:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/367/archives/ [Pipeline] echo 21:02:11 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/367/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:02:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:12 21:02:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:02:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:12 latest: Pulling from edgex-lftools-log-publisher 21:02:12 5eb5b503b376: Pulling fs layer 21:02:12 5c69ac0246d0: Pulling fs layer 21:02:12 ec43610c2a17: Pulling fs layer 21:02:12 3a2ae6a8a46f: Pulling fs layer 21:02:12 33b1e0a273af: Pulling fs layer 21:02:12 5d3b04190fa2: Pulling fs layer 21:02:12 2f39f015ded8: Pulling fs layer 21:02:12 33b1e0a273af: Waiting 21:02:12 5d3b04190fa2: Waiting 21:02:12 3a2ae6a8a46f: Waiting 21:02:12 2f39f015ded8: Waiting 21:02:12 5c69ac0246d0: Download complete 21:02:12 3a2ae6a8a46f: Verifying Checksum 21:02:12 3a2ae6a8a46f: Download complete 21:02:12 33b1e0a273af: Verifying Checksum 21:02:12 33b1e0a273af: Download complete 21:02:12 5d3b04190fa2: Verifying Checksum 21:02:12 5d3b04190fa2: Download complete 21:02:12 ec43610c2a17: Verifying Checksum 21:02:12 ec43610c2a17: Download complete 21:02:12 5eb5b503b376: Verifying Checksum 21:02:12 5eb5b503b376: Download complete 21:02:13 2f39f015ded8: Download complete 21:02:14 5eb5b503b376: Pull complete 21:02:14 5c69ac0246d0: Pull complete 21:02:14 ec43610c2a17: Pull complete 21:02:14 3a2ae6a8a46f: Pull complete 21:02:15 33b1e0a273af: Pull complete 21:02:15 5d3b04190fa2: Pull complete 21:02:19 2f39f015ded8: Pull complete 21:02:19 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:02:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:02:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:02:19 prd-ubuntu20.04-docker-8c-8g-1656 does not seem to be running inside a container 21:02:19 $ 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/367/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/367 -v /w/workspace/edgex-go/367:/w/workspace/edgex-go/367:rw,z -v /w/workspace/edgex-go/367@tmp:/w/workspace/edgex-go/367@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:02:20 $ docker top cea8d0e6ddca358a6ad9ac0595953c3173e65520f050178cdc478407d1a6e0df -eo pid,comm [Pipeline] { [Pipeline] sh 21:02:21 + touch /tmp/pre-build-complete [Pipeline] sh 21:02:21 + mkdir -p /var/log/sysstat [Pipeline] sh 21:02:21 + ls /var/log/sa-host 21:02:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:02:21 provisioning config files... 21:02:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/367@tmp/config15070749993426935461tmp [Pipeline] { [Pipeline] echo 21:02:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:02:22 ---> create-netrc.sh [Pipeline] } 21:02:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:02:22 ---> python-tools-install.sh [Pipeline] echo 21:02:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:02:22 ---> sudo-logs.sh 21:02:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:02:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:02:23 ---> job-cost.sh 21:02:23 lf-activate-venv: SKIPPING 21:02:23 DEBUG: total: 0.10999999940395355 21:02:23 INFO: Retrieving Stack Cost... 21:02:23 INFO: Retrieving Pricing Info for: v3-standard-8 21:02:23 INFO: Archiving Costs [Pipeline] echo 21:02:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:02:24 ---> logs-deploy.sh 21:02:24 lf-activate-venv: SKIPPING 21:02:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/367 21:02:24 INFO: archiving workspace using pattern(s): 21:02:25 Archives upload complete. 21:02:25 INFO: archiving logs to Nexus 21:02:26 ---> uname -a: 21:02:26 Linux prd-ubuntu20-04-docker-8c-8g-1656 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:02:26 21:02:26 21:02:26 ---> lscpu: 21:02:26 Architecture: x86_64 21:02:26 CPU op-mode(s): 32-bit, 64-bit 21:02:26 Byte Order: Little Endian 21:02:26 Address sizes: 40 bits physical, 48 bits virtual 21:02:26 CPU(s): 8 21:02:26 On-line CPU(s) list: 0-7 21:02:26 Thread(s) per core: 1 21:02:26 Core(s) per socket: 1 21:02:26 Socket(s): 8 21:02:26 NUMA node(s): 1 21:02:26 Vendor ID: AuthenticAMD 21:02:26 CPU family: 23 21:02:26 Model: 49 21:02:26 Model name: AMD EPYC-Rome Processor 21:02:26 Stepping: 0 21:02:26 CPU MHz: 2799.976 21:02:26 BogoMIPS: 5599.95 21:02:26 Virtualization: AMD-V 21:02:26 Hypervisor vendor: KVM 21:02:26 Virtualization type: full 21:02:26 L1d cache: 256 KiB 21:02:26 L1i cache: 256 KiB 21:02:26 L2 cache: 4 MiB 21:02:26 L3 cache: 128 MiB 21:02:26 NUMA node0 CPU(s): 0-7 21:02:26 Vulnerability Itlb multihit: Not affected 21:02:26 Vulnerability L1tf: Not affected 21:02:26 Vulnerability Mds: Not affected 21:02:26 Vulnerability Meltdown: Not affected 21:02:26 Vulnerability Mmio stale data: Not affected 21:02:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:02:26 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:02:26 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:02:26 Vulnerability Srbds: Not affected 21:02:26 Vulnerability Tsx async abort: Not affected 21:02:26 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:02:26 21:02:26 21:02:26 ---> nproc: 21:02:26 8 21:02:26 21:02:26 21:02:26 ---> df -h: 21:02:26 Filesystem Size Used Avail Use% Mounted on 21:02:26 overlay 155G 20G 136G 13% / 21:02:26 tmpfs 64M 0 64M 0% /dev 21:02:26 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:02:26 shm 64M 0 64M 0% /dev/shm 21:02:26 /dev/vda1 155G 20G 136G 13% /facter-os 21:02:26 21:02:26 21:02:26 ---> sar -b -r -n DEV: 21:02:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1656) 01/10/23 _x86_64_ (8 CPU) 21:02:26 21:02:26 20:33:00 LINUX RESTART (8 CPU) 21:02:26 21:02:26 20:34:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:02:26 20:35:01 111.00 1.30 109.69 0.00 51.10 51768.89 0.00 21:02:26 20:36:01 50.96 0.27 50.69 0.00 3.33 18988.59 0.00 21:02:26 20:37:01 595.32 9.43 585.89 0.00 92.25 262818.20 0.00 21:02:26 20:38:01 941.71 0.05 941.66 0.00 7.60 269617.99 0.00 21:02:26 20:39:01 1078.26 11.71 1066.54 0.00 3468.58 275065.78 0.00 21:02:26 20:40:01 22.93 0.10 22.83 0.00 15.06 726.68 0.00 21:02:26 20:41:01 10.98 0.00 10.98 0.00 0.00 279.11 0.00 21:02:26 20:42:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 21:02:26 20:43:01 1.37 0.00 1.37 0.00 0.00 15.06 0.00 21:02:26 20:44:01 2.10 0.00 2.10 0.00 0.00 32.39 0.00 21:02:26 20:45:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 21:02:26 20:46:01 3.18 0.63 2.55 0.00 70.52 26.66 0.00 21:02:26 20:47:01 1.10 0.00 1.10 0.00 0.00 14.26 0.00 21:02:26 20:48:01 1.33 0.02 1.32 0.00 0.13 14.66 0.00 21:02:26 20:49:01 1.55 0.00 1.55 0.00 0.00 17.46 0.00 21:02:26 20:50:01 1.33 0.00 1.33 0.00 0.00 15.46 0.00 21:02:26 20:51:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 21:02:26 20:52:01 1.25 0.00 1.25 0.00 0.00 16.00 0.00 21:02:26 20:53:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 21:02:26 20:54:01 1.25 0.00 1.25 0.00 0.00 15.46 0.00 21:02:26 20:55:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 21:02:26 20:56:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 21:02:26 20:57:01 1.00 0.00 1.00 0.00 0.00 10.40 0.00 21:02:26 20:58:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 21:02:26 20:59:01 1.02 0.00 1.02 0.00 0.00 11.73 0.00 21:02:26 21:00:01 1.30 0.00 1.30 0.00 0.00 16.26 0.00 21:02:26 21:01:01 2.83 1.58 1.25 0.00 36.26 15.20 0.00 21:02:26 21:02:01 132.36 0.40 131.96 0.00 18.26 56757.48 0.00 21:02:26 Average: 106.16 0.91 105.25 0.00 134.46 33433.18 0.00 21:02:26 21:02:26 20:34:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:02:26 20:35:01 27812952 31452400 853060 2.59 113728 3723284 2152448 6.34 1595564 3022908 555448 21:02:26 20:36:01 27703168 31567140 736400 2.24 117060 3920608 1876348 5.53 1355176 3350184 328192 21:02:26 20:37:01 20875960 31532804 760564 2.31 286180 10215368 1897644 5.59 1706172 9485160 2123860 21:02:26 20:38:01 20724760 31249476 1027008 3.12 304448 10001068 3003008 8.85 2329836 8921764 132948 21:02:26 20:39:01 19967984 31539164 741004 2.25 388184 10881200 1866472 5.50 2231612 9705944 92 21:02:26 20:40:01 19968200 31541584 737888 2.24 389388 10882236 1812284 5.34 2232228 9705720 512 21:02:26 20:41:01 19970136 31543944 735204 2.24 389692 10882296 1797516 5.30 2227336 9705628 16 21:02:26 20:42:01 19969972 31543820 735456 2.24 389708 10882300 1797516 5.30 2227144 9705632 12 21:02:26 20:43:01 19975720 31549600 729588 2.22 389744 10882296 1797516 5.30 2222352 9705636 4 21:02:26 20:44:01 19976000 31550048 729408 2.22 389800 10882416 1797516 5.30 2222504 9705740 8 21:02:26 20:45:01 19979756 31553816 725592 2.21 389800 10882416 1797516 5.30 2217812 9705752 8 21:02:26 20:46:01 19967000 31543652 735572 2.24 389820 10884520 1842816 5.43 2233336 9707780 284 21:02:26 20:47:01 19977628 31554332 725088 2.21 389828 10884524 1842816 5.43 2217500 9707832 28 21:02:26 20:48:01 19973328 31550068 729468 2.22 389840 10884524 1851152 5.46 2228120 9707832 212 21:02:26 20:49:01 19978440 31555188 724392 2.20 389852 10884528 1851152 5.46 2217516 9707836 28 21:02:26 20:50:01 19978172 31554920 724596 2.20 389864 10884528 1851152 5.46 2217576 9707836 20 21:02:26 20:51:01 19978376 31555132 724308 2.20 389880 10884532 1851152 5.46 2217456 9707840 12 21:02:26 20:52:01 19978028 31554824 724584 2.20 389900 10884540 1851152 5.46 2217484 9707844 40 21:02:26 20:53:01 19978272 31555128 724276 2.20 389912 10884532 1851152 5.46 2217476 9707880 4 21:02:26 20:54:01 19978004 31554892 724448 2.20 389940 10884544 1851152 5.46 2217540 9707904 32 21:02:26 20:55:01 19977920 31554808 724664 2.20 389964 10884544 1835028 5.41 2217472 9707904 8 21:02:26 20:56:01 19977612 31554568 724904 2.20 389988 10884548 1835028 5.41 2217672 9707912 28 21:02:26 20:57:01 19977816 31554800 724624 2.20 390004 10884548 1835028 5.41 2217560 9707916 8 21:02:26 20:58:01 19978020 31555032 724340 2.20 390032 10884540 1835028 5.41 2217568 9707920 12 21:02:26 20:59:01 19978256 31555312 724104 2.20 390056 10884560 1835028 5.41 2217596 9707964 216 21:02:26 21:00:01 19978272 31555512 723928 2.20 390076 10884684 1835028 5.41 2217768 9708104 36 21:02:26 21:01:01 19968036 31547428 731920 2.23 390104 10885780 1853248 5.46 2228392 9708400 8 21:02:26 21:02:01 18436244 31488900 784356 2.39 435796 12194232 1946728 5.74 2386792 10954568 924 21:02:26 Average: 20535144 31534582 746812 2.27 365092 10370846 1894629 5.58 2159734 9250048 112250 21:02:26 21:02:26 20:34:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:02:26 20:35:01 veth1c13ee5 0.44 0.61 0.03 0.06 0.00 0.00 0.00 0.00 21:02:26 20:35:01 lo 1.15 1.15 0.11 0.11 0.00 0.00 0.00 0.00 21:02:26 20:35:01 ens3 313.71 200.71 4808.24 34.11 0.00 0.00 0.00 0.00 21:02:26 20:35:01 docker0 78.55 109.88 6.48 705.31 0.00 0.00 0.00 0.00 21:02:26 20:36:01 veth1c13ee5 1.00 1.03 0.08 0.08 0.00 0.00 0.00 0.00 21:02:26 20:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:36:01 ens3 41.19 41.43 24.58 108.09 0.00 0.00 0.00 0.00 21:02:26 20:36:01 docker0 1.00 1.00 0.06 0.08 0.00 0.00 0.00 0.00 21:02:26 20:37:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:02:26 20:37:01 ens3 846.03 616.70 7789.59 68.46 0.00 0.00 0.00 0.00 21:02:26 20:37:01 veth7aa7919 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 21:02:26 20:37:01 docker0 553.26 746.49 42.84 6087.28 0.00 0.00 0.00 0.00 21:02:26 20:38:01 veth6e7b572 26.89 38.91 2.62 12.23 0.00 0.00 0.00 0.00 21:02:26 20:38:01 lo 1.60 1.60 0.15 0.15 0.00 0.00 0.00 0.00 21:02:26 20:38:01 veth06d65ce 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:38:01 ens3 310.78 189.52 1741.51 34.99 0.00 0.00 0.00 0.00 21:02:26 20:38:01 veth5f4d93c 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 21:02:26 20:38:01 veth7aa7919 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 21:02:26 20:38:01 vethca79416 25.75 37.20 2.51 11.72 0.00 0.00 0.00 0.00 21:02:26 20:38:01 docker0 158.29 259.19 12.84 1612.05 0.00 0.00 0.00 0.00 21:02:26 20:39:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 21:02:26 20:39:01 ens3 321.98 182.34 3936.79 33.53 0.00 0.00 0.00 0.00 21:02:26 20:39:01 docker0 128.76 214.50 10.56 2527.89 0.00 0.00 0.00 0.00 21:02:26 20:40:01 lo 44.66 44.66 4.40 4.40 0.00 0.00 0.00 0.00 21:02:26 20:40:01 ens3 469.27 477.24 222.24 2356.86 0.00 0.00 0.00 0.00 21:02:26 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:41:01 lo 12.60 12.60 1.24 1.24 0.00 0.00 0.00 0.00 21:02:26 20:41:01 ens3 148.35 139.19 81.45 795.77 0.00 0.00 0.00 0.00 21:02:26 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:42:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:43:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:44:01 ens3 1.23 0.18 0.18 0.07 0.00 0.00 0.00 0.00 21:02:26 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:45:01 ens3 1.02 0.63 0.58 0.41 0.00 0.00 0.00 0.00 21:02:26 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:46:01 ens3 1.58 0.48 0.37 0.22 0.00 0.00 0.00 0.00 21:02:26 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:47:01 ens3 0.25 0.12 0.10 0.07 0.00 0.00 0.00 0.00 21:02:26 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:48:01 ens3 0.50 0.38 0.26 0.21 0.00 0.00 0.00 0.00 21:02:26 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:49:01 ens3 0.88 0.12 0.14 0.07 0.00 0.00 0.00 0.00 21:02:26 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:50:01 ens3 0.55 0.45 0.34 0.27 0.00 0.00 0.00 0.00 21:02:26 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:51:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:52:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:53:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:54:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 21:02:26 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:55:01 ens3 0.23 0.10 0.12 0.01 0.00 0.00 0.00 0.00 21:02:26 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:56:01 ens3 0.82 0.42 0.30 0.21 0.00 0.00 0.00 0.00 21:02:26 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:57:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 20:59:01 ens3 1.13 0.10 0.17 0.06 0.00 0.00 0.00 0.00 21:02:26 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 21:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 21:00:01 ens3 1.53 0.83 0.71 0.49 0.00 0.00 0.00 0.00 21:02:26 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 21:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 21:02:26 21:01:01 ens3 36.03 51.11 6.97 119.62 0.00 0.00 0.00 0.00 21:02:26 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 21:02:01 lo 2.47 2.47 0.24 0.24 0.00 0.00 0.00 0.00 21:02:26 21:02:01 ens3 368.76 258.88 7793.12 53.86 0.00 0.00 0.00 0.00 21:02:26 21:02:01 vethda55f9c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:02:26 21:02:01 docker0 33.07 55.61 3.14 587.92 0.00 0.00 0.00 0.00 21:02:26 Average: lo 2.35 2.35 0.23 0.23 0.00 0.00 0.00 0.00 21:02:26 Average: ens3 102.27 77.12 940.90 128.89 0.00 0.00 0.00 0.00 21:02:26 Average: vethda55f9c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:02:26 Average: docker0 34.01 49.49 2.71 411.29 0.00 0.00 0.00 0.00 21:02:26 21:02:26 21:02:26 ---> sar -P ALL: 21:02:26 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1656) 01/10/23 _x86_64_ (8 CPU) 21:02:26 21:02:26 20:33:00 LINUX RESTART (8 CPU) 21:02:26 21:02:26 20:34:02 CPU %user %nice %system %iowait %steal %idle 21:02:26 20:35:01 all 33.84 0.00 7.68 0.71 0.08 57.68 21:02:26 20:35:01 0 31.40 0.00 9.11 0.74 0.07 58.68 21:02:26 20:35:01 1 35.73 0.00 7.93 1.56 0.07 54.70 21:02:26 20:35:01 2 33.40 0.00 7.04 0.09 0.09 59.39 21:02:26 20:35:01 3 35.31 0.00 7.42 2.12 0.09 55.06 21:02:26 20:35:01 4 32.96 0.00 6.51 0.03 0.10 60.38 21:02:26 20:35:01 5 33.12 0.00 7.17 0.02 0.07 59.63 21:02:26 20:35:01 6 34.55 0.00 6.90 0.09 0.07 58.39 21:02:26 20:35:01 7 34.25 0.00 9.34 1.05 0.12 55.24 21:02:26 20:36:01 all 42.37 0.00 5.94 0.13 0.08 51.47 21:02:26 20:36:01 0 42.07 0.00 6.28 0.08 0.08 51.48 21:02:26 20:36:01 1 42.45 0.00 5.84 0.02 0.08 51.61 21:02:26 20:36:01 2 43.16 0.00 5.67 0.00 0.08 51.09 21:02:26 20:36:01 3 42.20 0.00 6.10 0.00 0.08 51.62 21:02:26 20:36:01 4 41.98 0.00 6.14 0.03 0.08 51.76 21:02:26 20:36:01 5 42.66 0.00 6.00 0.02 0.08 51.24 21:02:26 20:36:01 6 41.99 0.00 5.70 0.91 0.08 51.32 21:02:26 20:36:01 7 42.42 0.00 5.82 0.02 0.07 51.67 21:02:26 20:37:01 all 17.76 0.00 11.38 6.27 0.07 64.52 21:02:26 20:37:01 0 18.50 0.00 11.27 3.50 0.07 66.66 21:02:26 20:37:01 1 18.63 0.00 10.69 5.01 0.07 65.60 21:02:26 20:37:01 2 19.14 0.00 12.81 14.83 0.07 53.15 21:02:26 20:37:01 3 17.46 0.00 11.97 7.01 0.07 63.50 21:02:26 20:37:01 4 17.18 0.00 9.62 7.81 0.07 65.32 21:02:26 20:37:01 5 17.28 0.00 12.60 3.33 0.08 66.71 21:02:26 20:37:01 6 15.98 0.00 11.13 4.69 0.07 68.13 21:02:26 20:37:01 7 17.92 0.00 10.92 4.00 0.09 67.08 21:02:26 20:38:01 all 60.01 0.00 12.83 6.08 0.12 20.95 21:02:26 20:38:01 0 58.63 0.00 13.94 4.25 0.10 23.09 21:02:26 20:38:01 1 60.73 0.00 12.65 7.71 0.13 18.78 21:02:26 20:38:01 2 59.65 0.00 12.76 5.73 0.13 21.73 21:02:26 20:38:01 3 60.81 0.00 11.99 3.83 0.10 23.27 21:02:26 20:38:01 4 58.53 0.00 13.00 8.72 0.13 19.61 21:02:26 20:38:01 5 61.30 0.00 11.64 4.39 0.14 22.54 21:02:26 20:38:01 6 60.30 0.00 12.52 10.66 0.14 16.39 21:02:26 20:38:01 7 60.17 0.00 14.16 3.37 0.12 22.18 21:02:26 20:39:01 all 57.70 0.00 14.53 6.68 0.12 20.97 21:02:26 20:39:01 0 57.89 0.00 14.55 6.05 0.12 21.40 21:02:26 20:39:01 1 58.25 0.00 15.20 6.59 0.12 19.83 21:02:26 20:39:01 2 57.29 0.00 14.22 4.68 0.14 23.67 21:02:26 20:39:01 3 55.71 0.00 14.72 4.86 0.10 24.60 21:02:26 20:39:01 4 57.50 0.00 14.59 8.91 0.12 18.88 21:02:26 20:39:01 5 57.82 0.00 15.22 11.34 0.14 15.49 21:02:26 20:39:01 6 60.03 0.00 12.72 4.70 0.14 22.41 21:02:26 20:39:01 7 57.11 0.00 15.01 6.25 0.12 21.51 21:02:26 20:40:01 all 7.61 0.00 1.08 0.11 0.04 91.16 21:02:26 20:40:01 0 6.19 0.00 1.10 0.42 0.03 92.26 21:02:26 20:40:01 1 11.92 0.00 1.07 0.03 0.05 86.93 21:02:26 20:40:01 2 7.44 0.00 0.99 0.03 0.03 91.51 21:02:26 20:40:01 3 6.74 0.00 1.16 0.00 0.05 92.05 21:02:26 20:40:01 4 7.03 0.00 0.92 0.23 0.05 91.77 21:02:26 20:40:01 5 6.79 0.00 0.86 0.03 0.03 92.29 21:02:26 20:40:01 6 6.69 0.00 1.00 0.02 0.05 92.24 21:02:26 20:40:01 7 8.09 0.00 1.56 0.10 0.05 90.20 21:02:26 20:41:01 all 3.06 0.00 0.33 0.04 0.02 96.54 21:02:26 20:41:01 0 2.48 0.00 0.33 0.12 0.02 97.05 21:02:26 20:41:01 1 3.08 0.00 0.25 0.00 0.02 96.65 21:02:26 20:41:01 2 0.68 0.00 0.18 0.00 0.03 99.10 21:02:26 20:41:01 3 4.04 0.00 0.32 0.02 0.03 95.59 21:02:26 20:41:01 4 1.35 0.00 0.20 0.02 0.02 98.41 21:02:26 20:41:01 5 4.02 0.00 0.45 0.05 0.02 95.46 21:02:26 20:41:01 6 3.72 0.00 0.43 0.02 0.02 95.82 21:02:26 20:41:01 7 5.10 0.00 0.45 0.12 0.05 94.29 21:02:26 20:42:01 all 0.28 0.00 0.02 0.00 0.01 99.69 21:02:26 20:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:42:01 1 0.00 0.00 0.03 0.00 0.00 99.97 21:02:26 20:42:01 2 0.07 0.00 0.07 0.00 0.02 99.85 21:02:26 20:42:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:42:01 4 0.02 0.00 0.00 0.02 0.02 99.95 21:02:26 20:42:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:02:26 20:42:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:02:26 20:42:01 7 2.07 0.00 0.02 0.00 0.00 97.92 21:02:26 20:43:01 all 0.27 0.00 0.01 0.01 0.01 99.71 21:02:26 20:43:01 0 0.00 0.00 0.00 0.03 0.02 99.95 21:02:26 20:43:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:02:26 20:43:01 2 0.00 0.00 0.03 0.00 0.00 99.97 21:02:26 20:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:43:01 4 0.03 0.00 0.02 0.00 0.02 99.93 21:02:26 20:43:01 5 0.05 0.00 0.02 0.02 0.02 99.90 21:02:26 20:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:43:01 7 1.97 0.00 0.00 0.00 0.02 98.01 21:02:26 20:44:01 all 0.08 0.00 0.02 0.01 0.00 99.89 21:02:26 20:44:01 0 0.02 0.00 0.03 0.02 0.02 99.92 21:02:26 20:44:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:02:26 20:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:44:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:02:26 20:44:01 4 0.03 0.00 0.00 0.02 0.00 99.95 21:02:26 20:44:01 5 0.02 0.00 0.00 0.03 0.00 99.95 21:02:26 20:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:44:01 7 0.48 0.00 0.08 0.00 0.00 99.43 21:02:26 20:45:01 all 0.03 0.00 0.01 0.00 0.01 99.94 21:02:26 20:45:01 0 0.02 0.00 0.03 0.00 0.02 99.93 21:02:26 20:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:45:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:45:01 4 0.03 0.00 0.02 0.02 0.02 99.92 21:02:26 20:45:01 5 0.02 0.00 0.02 0.02 0.02 99.93 21:02:26 20:45:01 6 0.08 0.00 0.02 0.00 0.02 99.88 21:02:26 20:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 21:02:26 20:45:01 CPU %user %nice %system %iowait %steal %idle 21:02:26 20:46:01 all 0.03 0.00 0.04 0.01 0.01 99.91 21:02:26 20:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 21:02:26 20:46:01 1 0.03 0.00 0.05 0.03 0.00 99.88 21:02:26 20:46:01 2 0.02 0.00 0.05 0.00 0.02 99.92 21:02:26 20:46:01 3 0.00 0.00 0.05 0.00 0.02 99.93 21:02:26 20:46:01 4 0.07 0.00 0.02 0.05 0.02 99.85 21:02:26 20:46:01 5 0.02 0.00 0.03 0.02 0.00 99.93 21:02:26 20:46:01 6 0.07 0.00 0.03 0.00 0.00 99.90 21:02:26 20:46:01 7 0.00 0.00 0.07 0.00 0.02 99.92 21:02:26 20:47:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:02:26 20:47:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:47:01 1 0.03 0.00 0.00 0.00 0.02 99.95 21:02:26 20:47:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:02:26 20:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:47:01 4 0.03 0.00 0.03 0.03 0.02 99.88 21:02:26 20:47:01 5 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:47:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:47:01 7 0.03 0.00 0.00 0.00 0.02 99.95 21:02:26 20:48:01 all 0.08 0.00 0.02 0.00 0.01 99.89 21:02:26 20:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:48:01 2 0.05 0.00 0.03 0.00 0.02 99.90 21:02:26 20:48:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:02:26 20:48:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:02:26 20:48:01 5 0.03 0.00 0.02 0.02 0.00 99.93 21:02:26 20:48:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:48:01 7 0.45 0.00 0.02 0.00 0.02 99.52 21:02:26 20:49:01 all 0.26 0.00 0.01 0.01 0.01 99.71 21:02:26 20:49:01 0 0.02 0.00 0.02 0.02 0.03 99.92 21:02:26 20:49:01 1 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 21:02:26 20:49:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:02:26 20:49:01 4 0.02 0.00 0.03 0.02 0.00 99.93 21:02:26 20:49:01 5 0.00 0.00 0.00 0.02 0.02 99.97 21:02:26 20:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:49:01 7 1.95 0.00 0.00 0.00 0.00 98.05 21:02:26 20:50:01 all 0.25 0.00 0.02 0.00 0.01 99.72 21:02:26 20:50:01 0 0.03 0.00 0.00 0.00 0.02 99.95 21:02:26 20:50:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:02:26 20:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:02:26 20:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:50:01 4 0.00 0.00 0.00 0.02 0.03 99.95 21:02:26 20:50:01 5 0.00 0.00 0.00 0.02 0.00 99.98 21:02:26 20:50:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:50:01 7 1.86 0.00 0.03 0.00 0.02 98.09 21:02:26 20:51:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:02:26 20:51:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:02:26 20:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:51:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:51:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:51:01 4 0.03 0.00 0.02 0.02 0.02 99.92 21:02:26 20:51:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:02:26 20:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 21:02:26 20:51:01 7 0.05 0.00 0.05 0.00 0.02 99.88 21:02:26 20:52:01 all 0.01 0.00 0.01 0.01 0.01 99.96 21:02:26 20:52:01 0 0.02 0.00 0.00 0.00 0.03 99.95 21:02:26 20:52:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:52:01 2 0.00 0.00 0.02 0.00 0.02 99.97 21:02:26 20:52:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:52:01 4 0.02 0.00 0.02 0.03 0.00 99.93 21:02:26 20:52:01 5 0.02 0.00 0.02 0.02 0.02 99.93 21:02:26 20:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:52:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:53:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:02:26 20:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:53:01 4 0.03 0.00 0.02 0.02 0.02 99.92 21:02:26 20:53:01 5 0.03 0.00 0.02 0.02 0.00 99.93 21:02:26 20:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:53:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:54:01 all 0.02 0.00 0.01 0.00 0.01 99.95 21:02:26 20:54:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:02:26 20:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:54:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:02:26 20:54:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:54:01 4 0.05 0.00 0.02 0.02 0.02 99.90 21:02:26 20:54:01 5 0.00 0.00 0.02 0.02 0.00 99.97 21:02:26 20:54:01 6 0.05 0.00 0.00 0.00 0.00 99.95 21:02:26 20:54:01 7 0.00 0.00 0.02 0.00 0.02 99.97 21:02:26 20:55:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:02:26 20:55:01 0 0.02 0.00 0.00 0.00 0.03 99.95 21:02:26 20:55:01 1 0.00 0.00 0.00 0.00 0.02 99.98 21:02:26 20:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:55:01 4 0.03 0.00 0.03 0.02 0.02 99.90 21:02:26 20:55:01 5 0.02 0.00 0.00 0.02 0.00 99.97 21:02:26 20:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:55:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:56:01 all 0.01 0.00 0.01 0.01 0.01 99.96 21:02:26 20:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:02:26 20:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:56:01 2 0.03 0.00 0.05 0.00 0.00 99.92 21:02:26 20:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 21:02:26 20:56:01 4 0.00 0.00 0.00 0.02 0.02 99.97 21:02:26 20:56:01 5 0.03 0.00 0.03 0.03 0.02 99.88 21:02:26 20:56:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 21:02:26 20:56:01 CPU %user %nice %system %iowait %steal %idle 21:02:26 20:57:01 all 0.01 0.00 0.01 0.00 0.01 99.96 21:02:26 20:57:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:57:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:02:26 20:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:02:26 20:57:01 4 0.02 0.00 0.00 0.02 0.02 99.95 21:02:26 20:57:01 5 0.03 0.00 0.02 0.02 0.00 99.93 21:02:26 20:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 21:02:26 20:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:58:01 all 0.02 0.00 0.01 0.01 0.01 99.96 21:02:26 20:58:01 0 0.02 0.00 0.00 0.03 0.02 99.93 21:02:26 20:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:02:26 20:58:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:58:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 20:58:01 5 0.03 0.00 0.00 0.02 0.00 99.95 21:02:26 20:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:58:01 7 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:59:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:02:26 20:59:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:02:26 20:59:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 20:59:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:02:26 20:59:01 3 0.03 0.00 0.00 0.00 0.00 99.97 21:02:26 20:59:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:02:26 20:59:01 5 0.02 0.00 0.02 0.02 0.00 99.95 21:02:26 20:59:01 6 0.08 0.00 0.02 0.00 0.00 99.90 21:02:26 20:59:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 21:00:01 all 0.03 0.00 0.01 0.01 0.01 99.94 21:02:26 21:00:01 0 0.02 0.00 0.03 0.00 0.03 99.92 21:02:26 21:00:01 1 0.00 0.00 0.00 0.00 0.00 100.00 21:02:26 21:00:01 2 0.03 0.00 0.03 0.00 0.02 99.92 21:02:26 21:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:02:26 21:00:01 4 0.02 0.00 0.00 0.03 0.02 99.93 21:02:26 21:00:01 5 0.07 0.00 0.02 0.02 0.02 99.88 21:02:26 21:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:02:26 21:00:01 7 0.03 0.00 0.02 0.00 0.02 99.93 21:02:26 21:01:01 all 0.34 0.00 0.06 0.01 0.01 99.58 21:02:26 21:01:01 0 0.37 0.00 0.13 0.00 0.02 99.48 21:02:26 21:01:01 1 0.17 0.00 0.08 0.00 0.00 99.75 21:02:26 21:01:01 2 0.40 0.00 0.03 0.05 0.00 99.52 21:02:26 21:01:01 3 0.12 0.00 0.03 0.00 0.00 99.85 21:02:26 21:01:01 4 1.28 0.00 0.03 0.02 0.02 98.65 21:02:26 21:01:01 5 0.05 0.00 0.03 0.03 0.02 99.87 21:02:26 21:01:01 6 0.28 0.00 0.12 0.00 0.02 99.58 21:02:26 21:01:01 7 0.07 0.00 0.02 0.00 0.00 99.92 21:02:26 21:02:01 all 8.72 0.00 3.99 1.05 0.04 86.19 21:02:26 21:02:01 0 7.60 0.00 6.77 1.92 0.03 83.67 21:02:26 21:02:01 1 10.67 0.00 3.58 0.03 0.05 85.67 21:02:26 21:02:01 2 9.00 0.00 3.01 0.68 0.05 87.26 21:02:26 21:02:01 3 8.16 0.00 3.85 0.19 0.05 87.75 21:02:26 21:02:01 4 8.64 0.00 4.31 3.37 0.03 83.64 21:02:26 21:02:01 5 9.26 0.00 3.53 0.96 0.05 86.20 21:02:26 21:02:01 6 9.51 0.00 3.31 0.30 0.03 86.84 21:02:26 21:02:01 7 6.92 0.00 3.52 0.98 0.05 88.52 21:02:26 Average: all 8.22 0.00 2.05 0.75 0.03 88.96 21:02:26 Average: 0 7.96 0.00 2.25 0.61 0.03 89.15 21:02:26 Average: 1 8.55 0.00 2.03 0.74 0.02 88.66 21:02:26 Average: 2 8.15 0.00 2.02 0.92 0.03 88.88 21:02:26 Average: 3 8.14 0.00 2.03 0.63 0.03 89.17 21:02:26 Average: 4 8.02 0.00 1.96 1.05 0.03 88.93 21:02:26 Average: 5 8.21 0.00 2.03 0.72 0.03 89.01 21:02:26 Average: 6 8.23 0.00 1.90 0.75 0.02 89.09 21:02:26 Average: 7 8.49 0.00 2.15 0.56 0.03 88.77 21:02:26 21:02:26 21:02:26