Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from affa4ba333889d31d83cf76b7d2a18a0230584e6 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-ssh9437229894024798611.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-ssh10114008398964517490.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-ssh10826092704418832940.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-ssh1962944948869400068.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-ssh15729280513318522286.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6743 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/420 [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/420 # 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 affa4ba333889d31d83cf76b7d2a18a0230584e6 (main) Commit message: "Merge pull request #4340 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.6.0" > 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 affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 > git rev-list --no-walk 69b2f2fc042d3f207e021d84ed91ae79e073eaae # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:47:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:47:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:47:57 ========================================================= 15:47:57 EdgeX Global Pipelines Version Info 15:47:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:47:58 ------------------- 15:47:58 stable info: 15:47:58 ------------------- 15:47:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:47:58 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:47:58 Message: update stable to v1.0.244 15:47:59 ------------------- 15:47:59 experimental info: 15:47:59 ------------------- 15:47:59 Commited By: **** collab-it+edgex@linuxfoundation.org 15:47:59 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 15:47:59 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = affa4ba [Pipeline] echo 15:47:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:59 provisioning config files... 15:47:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config17297583012222433619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:00 ---> docker-login.sh 15:48:00 nexus3.edgexfoundry.org:10001 15:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:00 Configure a credential helper to remove this warning. See 15:48:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:00 15:48:00 Login Succeeded 15:48:00 nexus3.edgexfoundry.org:10002 15:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:00 Configure a credential helper to remove this warning. See 15:48:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:00 15:48:00 Login Succeeded 15:48:00 nexus3.edgexfoundry.org:10003 15:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:00 Configure a credential helper to remove this warning. See 15:48:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:00 15:48:00 Login Succeeded 15:48:00 nexus3.edgexfoundry.org:10004 15:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:00 Configure a credential helper to remove this warning. See 15:48:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:00 15:48:00 Login Succeeded 15:48:00 docker.io 15:48:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:48:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:48:01 Configure a credential helper to remove this warning. See 15:48:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:48:01 15:48:01 Login Succeeded 15:48:01 ---> docker-login.sh ends [Pipeline] } 15:48:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:01 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 15:48:01 + dirname cmd/core-command/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo core-command,cmd/core-command/Dockerfile 15:48:01 + dirname cmd/core-common-config-bootstrapper/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 15:48:01 + dirname cmd/core-data/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo core-data,cmd/core-data/Dockerfile 15:48:01 + + cut -d/ -f2 15:48:01 dirname cmd/core-metadata/Dockerfile 15:48:01 + echo core-metadata,cmd/core-metadata/Dockerfile 15:48:01 + dirname cmd/security-bootstrapper/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:48:01 + dirname cmd/security-proxy-setup/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:48:01 + dirname cmd/security-secretstore-setup/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:48:01 + dirname cmd/security-spiffe-token-provider/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + dirname cmd/security-spire-agent/Dockerfile 15:48:01 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 15:48:01 + dirname cmd/security-spire-config/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-spire-config,cmd/security-spire-config/Dockerfile 15:48:01 + dirname cmd/security-spire-server/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo security-spire-server,cmd/security-spire-server/Dockerfile 15:48:01 + dirname cmd/support-notifications/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo support-notifications,cmd/support-notifications/Dockerfile 15:48:01 + dirname cmd/support-scheduler/Dockerfile 15:48:01 + cut -d/ -f2 15:48:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 15:48:01 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:48:01 + git rev-list -1 --merges affa4ba333889d31d83cf76b7d2a18a0230584e6~1..affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo 15:48:01 -----------> git rev-list -1 --merges affa4ba333889d31d83cf76b7d2a18a0230584e6~1..affa4ba333889d31d83cf76b7d2a18a0230584e6 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:48:01 affa4ba333889d31d83cf76b7d2a18a0230584e6 [false] [Pipeline] sh 15:48:02 + git log --format=format:%s -1 affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] echo 15:48:02 ========================================================= 15:48:02 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:48:02 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 15:48:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:48:02 + grep -v github /etc/ssh/ssh_known_hosts 15:48:02 + [ -e /tmp/ssh_known_hosts ] 15:48:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:48:02 + + echosudo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= tee 15:48:02 -a /etc/ssh/ssh_known_hosts 15:48:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:02 15:48:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:03 0.1.4: Pulling from edgex-devops/py-git-semver 15:48:03 b85a868b505f: Pulling fs layer 15:48:03 e2be974225ed: Pulling fs layer 15:48:03 339a4e72a1f5: Pulling fs layer 15:48:03 988bab9f4d93: Pulling fs layer 15:48:03 1469e6f7b9e6: Pulling fs layer 15:48:03 988bab9f4d93: Waiting 15:48:03 eaf3925da568: Pulling fs layer 15:48:03 1469e6f7b9e6: Waiting 15:48:03 bab4dde63d76: Pulling fs layer 15:48:03 bde34c3a00c8: Pulling fs layer 15:48:03 b352a97aabf1: Pulling fs layer 15:48:03 4872d77fe225: Pulling fs layer 15:48:03 5851b861e8e6: Pulling fs layer 15:48:03 eaf3925da568: Waiting 15:48:03 bab4dde63d76: Waiting 15:48:03 bde34c3a00c8: Waiting 15:48:03 b352a97aabf1: Waiting 15:48:03 4872d77fe225: Waiting 15:48:03 5851b861e8e6: Waiting 15:48:03 e2be974225ed: Verifying Checksum 15:48:03 e2be974225ed: Download complete 15:48:03 988bab9f4d93: Verifying Checksum 15:48:03 988bab9f4d93: Download complete 15:48:03 1469e6f7b9e6: Verifying Checksum 15:48:03 1469e6f7b9e6: Download complete 15:48:03 eaf3925da568: Verifying Checksum 15:48:03 eaf3925da568: Download complete 15:48:03 339a4e72a1f5: Verifying Checksum 15:48:03 339a4e72a1f5: Download complete 15:48:03 bde34c3a00c8: Download complete 15:48:03 b352a97aabf1: Verifying Checksum 15:48:03 b352a97aabf1: Download complete 15:48:03 4872d77fe225: Download complete 15:48:03 5851b861e8e6: Download complete 15:48:03 b85a868b505f: Verifying Checksum 15:48:03 b85a868b505f: Download complete 15:48:03 bab4dde63d76: Verifying Checksum 15:48:03 bab4dde63d76: Download complete 15:48:04 b85a868b505f: Pull complete 15:48:04 e2be974225ed: Pull complete 15:48:05 339a4e72a1f5: Pull complete 15:48:05 988bab9f4d93: Pull complete 15:48:05 1469e6f7b9e6: Pull complete 15:48:05 eaf3925da568: Pull complete 15:48:07 bab4dde63d76: Pull complete 15:48:07 bde34c3a00c8: Pull complete 15:48:07 b352a97aabf1: Pull complete 15:48:07 4872d77fe225: Pull complete 15:48:07 5851b861e8e6: Pull complete 15:48:07 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:48:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:48:08 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:08 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 15:48:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:48:09 $ docker top 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 -eo pid,comm 15:48:09 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). 15:48:09 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:48:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:09 [ssh-agent] Looking for ssh-agent implementation... 15:48:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:10 $ docker exec 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent 15:48:10 SSH_AUTH_SOCK=/tmp/ssh-kyNOcPOVQNJ3/agent.32 15:48:10 SSH_AGENT_PID=38 15:48:10 Running ssh-add (command line suppressed) 15:48:10 Identity added: /w/workspace/edgex-go/420@tmp/private_key_17730679721659344226.key (/w/workspace/edgex-go/420@tmp/private_key_17730679721659344226.key) 15:48:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:10 + git tag --points-at HEAD [Pipeline] } 15:48:10 $ docker exec --env ******** --env ******** 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent -k 15:48:10 unset SSH_AUTH_SOCK; 15:48:10 unset SSH_AGENT_PID; 15:48:10 echo Agent pid 38 killed; 15:48:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:48:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:48:10 [ssh-agent] Looking for ssh-agent implementation... 15:48:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:48:10 $ docker exec 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent 15:48:11 SSH_AUTH_SOCK=/tmp/ssh-f3mMdB9qsyVt/agent.70 15:48:11 SSH_AGENT_PID=76 15:48:11 Running ssh-add (command line suppressed) 15:48:11 Identity added: /w/workspace/edgex-go/420@tmp/private_key_15676234263753703825.key (/w/workspace/edgex-go/420@tmp/private_key_15676234263753703825.key) 15:48:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:48:11 + git semver init 15:48:11 2023-02-20 15:48:11,628 [run_init] DEBUG init version:0.0.0 force:False 15:48:11 2023-02-20 15:48:11,629 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/420/.semver 15:48:11 2023-02-20 15:48:11,629 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/420/.semver 15:48:11 2023-02-20 15:48:11,630 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/420/.semver'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) 15:48:16 2023-02-20 15:48:15,909 [append_file] DEBUG append to file:/w/workspace/edgex-go/420/.git/info/exclude 15:48:16 2023-02-20 15:48:15,910 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/420/.semver/main with force:False 15:48:16 2023-02-20 15:48:15,910 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 15:48:16 2023-02-20 15:48:15,910 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 15:48:16 3.0.0-dev.59 [Pipeline] } 15:48:16 $ docker exec --env ******** --env ******** 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 ssh-agent -k 15:48:17 unset SSH_AUTH_SOCK; 15:48:17 unset SSH_AGENT_PID; 15:48:17 echo Agent pid 76 killed; 15:48:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:48:17 + git semver [Pipeline] } 15:48:17 $ docker stop --time=1 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 15:48:18 $ docker rm -f --volumes 9c3e3bc51b9f2bc1935313d612f600b7b25d5c5337d7c14eb175718811caaf48 [Pipeline] // withDockerContainer [Pipeline] sh 15:48:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:48:19 Stashed 1 file(s) [Pipeline] echo 15:48:19 [edgeXSemver]: initialized semver on version 3.0.0-dev.59 [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 15:48:19 + git config --global --add safe.directory /w/workspace/edgex-go/420 [Pipeline] echo 15:48:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:48:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:48:19 ========================================================= 15:48:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 15:48:19 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:48:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:48:20 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 15:48:20 213ec9aee27d: Pulling fs layer 15:48:20 4583459ba037: Pulling fs layer 15:48:20 93c1e223e6f2: Pulling fs layer 15:48:20 53926ce57604: Pulling fs layer 15:48:20 21b2b0c7a3f4: Pulling fs layer 15:48:20 22ff95d597cd: Pulling fs layer 15:48:20 12d6caf4c0d1: Pulling fs layer 15:48:20 96b7cbca73a9: Pulling fs layer 15:48:20 a7acece74701: Pulling fs layer 15:48:20 21b2b0c7a3f4: Waiting 15:48:20 22ff95d597cd: Waiting 15:48:20 12d6caf4c0d1: Waiting 15:48:20 96b7cbca73a9: Waiting 15:48:20 53926ce57604: Waiting 15:48:20 a7acece74701: Waiting 15:48:20 93c1e223e6f2: Verifying Checksum 15:48:20 93c1e223e6f2: Download complete 15:48:20 4583459ba037: Verifying Checksum 15:48:20 4583459ba037: Download complete 15:48:20 21b2b0c7a3f4: Download complete 15:48:20 22ff95d597cd: Download complete 15:48:20 213ec9aee27d: Verifying Checksum 15:48:20 213ec9aee27d: Download complete 15:48:20 12d6caf4c0d1: Verifying Checksum 15:48:20 12d6caf4c0d1: Download complete 15:48:20 213ec9aee27d: Pull complete 15:48:21 a7acece74701: Verifying Checksum 15:48:21 a7acece74701: Download complete 15:48:21 4583459ba037: Pull complete 15:48:21 96b7cbca73a9: Verifying Checksum 15:48:21 96b7cbca73a9: Download complete 15:48:21 93c1e223e6f2: Pull complete 15:48:21 53926ce57604: Verifying Checksum 15:48:21 53926ce57604: Download complete 15:48:25 53926ce57604: Pull complete 15:48:25 21b2b0c7a3f4: Pull complete 15:48:25 22ff95d597cd: Pull complete 15:48:25 12d6caf4c0d1: Pull complete 15:48:28 96b7cbca73a9: Pull complete 15:48:28 a7acece74701: Pull complete 15:48:28 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 15:48:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:48:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:48:29 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:48:29 WORKDIR /edgex 15:48:29 COPY go.mod . 15:48:29 RUN go mod download 15:48:29 + docker build -t ci-base-image-x86_64 -f - . 15:48:29 Sending build context to Docker daemon 170.3MB 15:48:29 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 15:48:29 ---> db6d94c90886 15:48:29 Step 2/4 : WORKDIR /edgex 15:48:32 ---> Running in f75df79994a0 15:48:32 Removing intermediate container f75df79994a0 15:48:32 ---> 56f47e788c6e 15:48:32 Step 3/4 : COPY go.mod . 15:48:32 ---> 6338b4c154f7 15:48:32 Step 4/4 : RUN go mod download 15:48:32 ---> Running in 965d332650db 15:48:34 Still waiting to schedule task 15:48:34 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:48:47 Removing intermediate container 965d332650db 15:48:47 ---> 27286dbf341a 15:48:47 Successfully built 27286dbf341a 15:48:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:47 + docker inspect -f . ci-base-image-x86_64 15:48:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:47 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 15:48:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:48:48 $ docker top c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:48 + go version 15:48:48 go version go1.18.7 linux/amd64 [Pipeline] } 15:48:48 $ docker stop --time=1 c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa 15:48:49 $ docker rm -f --volumes c9462359e26a94fb5ff6aba219ab7a538865918ef11eb5d0076969ee6e24cdfa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:48:50 + docker inspect -f . ci-base-image-x86_64 15:48:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:48:50 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 15:48:50 $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:48:50 $ docker top 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 -eo pid,comm [Pipeline] { [Pipeline] echo 15:48:50 ========================================================= 15:48:50 [edgeXBuildGoParallel] Running Tests and Build... 15:48:50 ========================================================= [Pipeline] sh 15:48:51 + git config --global --add safe.directory /w/workspace/edgex-go/420 [Pipeline] fileExists [Pipeline] sh 15:48:51 + make test 15:48:51 go test -race -coverprofile=coverage.out ./... 15:48:57 ? github.com/edgexfoundry/edgex-go [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 15:49:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.081s coverage: 28.7% of statements 15:49:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:49:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:49:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.113s coverage: 98.5% of statements 15:49:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.110s coverage: 73.7% of statements 15:49:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 15:49:14 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 15:49:14 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 15:49:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.118s coverage: 54.0% of statements 15:49:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:49:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 4.508s coverage: 88.5% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.092s coverage: 3.9% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.493s coverage: 95.6% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/io 0.067s coverage: 72.2% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.076s coverage: 65.9% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.078s coverage: 0.9% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.061s coverage: 29.6% of statements 15:49:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 82.9% of statements 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 15:49:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 15:49:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.100s coverage: 94.4% of statements 15:49:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.376s coverage: 79.9% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 64.4% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.068s coverage: 86.9% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.052s coverage: 20.0% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.073s coverage: 77.4% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.2% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.1% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.023s coverage: 73.7% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.402s coverage: 65.3% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.176s coverage: 41.0% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.063s coverage: 84.8% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.084s coverage: 17.7% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.170s coverage: 92.3% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:49:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 15:49:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 15:49:37 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 15:49:55 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." 15:49:55 go vet ./... 15:49:59 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:50:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 15:50:00 ./bin/test-attribution-txt.sh [Pipeline] echo 15:50:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 15:50:00 + ls -al . 15:50:00 total 744 15:50:00 drwxrwxr-x 11 1001 1001 4096 Feb 20 15:48 . 15:50:00 drwxr-xr-x 4 root root 4096 Feb 20 15:48 .. 15:50:00 drwxrwxr-x 2 1001 1001 4096 Feb 20 15:47 .blubracket 15:50:00 -rw-rw-r-- 1 1001 1001 16 Feb 20 15:47 .dockerignore 15:50:00 drwxrwxr-x 8 1001 1001 4096 Feb 20 15:49 .git 15:50:00 drwxrwxr-x 3 1001 1001 4096 Feb 20 15:47 .github 15:50:00 -rw-rw-r-- 1 1001 1001 1024 Feb 20 15:47 .gitignore 15:50:00 -rw-rw-r-- 1 1001 1001 42 Feb 20 15:47 .golangci.yml 15:50:00 -rw-rw-r-- 1 1001 1001 87 Feb 20 15:47 .hadolint.yml 15:50:00 drwxr-xr-x 3 1001 1001 4096 Feb 20 15:48 .semver 15:50:00 -rw-rw-r-- 1 1001 1001 166 Feb 20 15:47 .sonarcloud.properties 15:50:00 -rw-rw-r-- 1 1001 1001 1171 Feb 20 15:47 ADOPTERS.md 15:50:00 -rw-rw-r-- 1 1001 1001 10825 Feb 20 15:47 Attribution.txt 15:50:00 -rw-rw-r-- 1 1001 1001 73765 Feb 20 15:47 CHANGELOG.md 15:50:00 -rw-rw-r-- 1 1001 1001 3804 Feb 20 15:47 CONTRIBUTING.md 15:50:00 -rw-rw-r-- 1 1001 1001 677 Feb 20 15:47 GOVERNANCE.md 15:50:00 -rw-rw-r-- 1 1001 1001 883 Feb 20 15:47 Jenkinsfile 15:50:00 -rw-rw-r-- 1 1001 1001 10775 Feb 20 15:47 LICENSE 15:50:00 -rw-rw-r-- 1 1001 1001 13375 Feb 20 15:47 Makefile 15:50:00 -rw-rw-r-- 1 1001 1001 582 Feb 20 15:47 OWNERS.md 15:50:00 -rw-rw-r-- 1 1001 1001 9403 Feb 20 15:47 README.md 15:50:00 -rw-rw-r-- 1 1001 1001 6912 Feb 20 15:47 SECURITY.md 15:50:00 -rw-rw-r-- 1 1001 1001 12 Feb 20 15:48 VERSION 15:50:00 drwxrwxr-x 2 1001 1001 4096 Feb 20 15:47 bin 15:50:00 drwxrwxr-x 17 1001 1001 4096 Feb 20 15:47 cmd 15:50:00 -rw-r--r-- 1 root root 487323 Feb 20 15:49 coverage.out 15:50:00 -rw-rw-r-- 1 1001 1001 3295 Feb 20 15:47 go.mod 15:50:00 -rw-rw-r-- 1 1001 1001 33318 Feb 20 15:47 go.sum 15:50:00 drwxrwxr-x 7 1001 1001 4096 Feb 20 15:47 internal 15:50:00 drwxrwxr-x 3 1001 1001 4096 Feb 20 15:47 openapi 15:50:00 drwxrwxr-x 4 1001 1001 4096 Feb 20 15:47 snap 15:50:00 -rw-rw-r-- 1 1001 1001 204 Feb 20 15:47 version.go [Pipeline] sh 15:50:00 + '[' -e coverage.out ] 15:50:00 + chown 1001:1001 coverage.out [Pipeline] stash 15:50:01 Stashed 1 file(s) [Pipeline] sh 15:50:01 + make build 15:50:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:50:10 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6745 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 15:50:10 Running in /w/workspace/edgex-go/420 [Pipeline] { [Pipeline] checkout 15:50:10 The recommended git tool is: git 15:50:13 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:50:15 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:50:16 using credential edgex-jenkins-ssh 15:50:16 Cloning the remote Git repository 15:50:16 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:50:17 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:50:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:50:16 > git init /w/workspace/edgex-go/420 # timeout=10 15:50:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:50:16 > git --version # timeout=10 15:50:16 > git --version # 'git version 2.25.1' 15:50:16 using GIT_SSH to set credentials SSH Credentials for GitHub 15:50:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:50:25 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:50:25 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:50:26 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:50:27 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:50:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:50:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:50:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 15:50:32 $ docker stop --time=1 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 15:50:35 $ docker rm -f --volumes 27b11cf26ee98d09bfa458fcc77e3dd7979e843382ca86d1a38b16e5888edd74 15:50:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:50:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:35 Avoid second fetch 15:50:35 Checking out Revision affa4ba333889d31d83cf76b7d2a18a0230584e6 (main) 15:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:50:35 15:50:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:50:36 latest: Pulling from edgex-devops/edgex-compose 15:50:36 cbdbe7a5bc2a: Pulling fs layer 15:50:36 ca9280d653b3: Pulling fs layer 15:50:36 7e9c9ca2126c: Pulling fs layer 15:50:36 cbdbe7a5bc2a: Download complete 15:50:36 cbdbe7a5bc2a: Pull complete 15:50:36 ca9280d653b3: Verifying Checksum 15:50:36 ca9280d653b3: Download complete 15:50:36 Commit message: "Merge pull request #4340 from edgexfoundry/dependabot/go_modules/golang.org/x/crypto-0.6.0" 15:50:36 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 15:50:37 ca9280d653b3: Pull complete [Pipeline] script [Pipeline] { [Pipeline] sh 15:50:35 > git config core.sparsecheckout # timeout=10 15:50:35 > git checkout -f affa4ba333889d31d83cf76b7d2a18a0230584e6 # timeout=10 15:50:37 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:50:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:50:37 Dload Upload Total Spent Left Speed 15:50:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh 15:50:38 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:50:38 + sudo tee /etc/docker/daemon.new 15:50:38 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:50:38 { 15:50:38 "registry-mirrors": [ 15:50:38 "https://nexus3.edgexfoundry.org:10001" 15:50:38 ], 15:50:38 "bip": "10.250.0.254/24", 15:50:38 "hosts": [ 15:50:38 "tcp://0.0.0.0:5555", 15:50:38 "unix:///var/run/docker.sock" 15:50:38 ], 15:50:38 "mtu": 1458, 15:50:38 "selinux-enabled": true, 15:50:38 "seccomp-profile": "/etc/docker/seccomp.json" 15:50:38 } [Pipeline] sh 15:50:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:50:39 + sudo service docker restart 15:50:40 7e9c9ca2126c: Pull complete 15:50:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:50:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:50:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:40 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 15:50:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:50:41 $ docker top 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:42 + docker-compose build --help 15:50:42 + grep parallel 15:50:42 --parallel Build images in parallel. [Pipeline] } 15:50:42 $ docker stop --time=1 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f 15:50:44 $ docker rm -f --volumes 2f8765977b34f29a281e8972df5dfca17911c00ef7ce65bd92ad7a81a940ca5f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:50:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:50:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:50:44 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 15:50:44 $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:50:44 $ docker top ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:45 + docker-compose -f ./docker-compose-build.yml build --parallel 15:50:45 Building core-command ... 15:50:45 Building core-common-config-bootstrapper ... 15:50:45 Building core-data ... 15:50:45 Building core-metadata ... 15:50:45 Building security-bootstrapper ... 15:50:45 Building security-proxy-setup ... 15:50:45 Building security-secretstore-setup ... 15:50:45 Building security-spiffe-token-provider ... 15:50:45 Building security-spire-agent ... 15:50:45 Building security-spire-config ... 15:50:45 Building security-spire-server ... 15:50:45 Building support-notifications ... 15:50:45 Building support-scheduler ... 15:50:45 Building support-scheduler 15:50:45 Building security-spire-config 15:50:45 Building security-spire-server 15:50:45 Building core-metadata 15:50:45 Building support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:50:57 provisioning config files... 15:50:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config11093546321671875317tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:50:57 ---> docker-login.sh 15:50:57 nexus3.edgexfoundry.org:10001 15:50:57 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:50:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> 27286dbf341a 15:50:57 Step 3/23 : WORKDIR /edgex-go 15:50:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:50:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> 27286dbf341a 15:50:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:50:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:50:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> 27286dbf341a 15:50:57 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:50:57 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:50:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> 27286dbf341a 15:50:57 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:50:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:50:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> 27286dbf341a 15:50:57 Step 3/24 : WORKDIR /edgex-go 15:50:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:58 Configure a credential helper to remove this warning. See 15:50:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:58 15:50:58 Login Succeeded 15:50:58 nexus3.edgexfoundry.org:10002 15:50:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:59 Configure a credential helper to remove this warning. See 15:50:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:59 15:50:59 Login Succeeded 15:50:59 nexus3.edgexfoundry.org:10003 15:50:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:59 Configure a credential helper to remove this warning. See 15:50:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:59 15:50:59 Login Succeeded 15:50:59 nexus3.edgexfoundry.org:10004 15:50:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:50:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:50:59 Configure a credential helper to remove this warning. See 15:50:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:50:59 15:50:59 Login Succeeded 15:50:59 docker.io 15:51:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:00 Configure a credential helper to remove this warning. See 15:51:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:00 15:51:00 Login Succeeded 15:51:00 ---> docker-login.sh ends [Pipeline] } 15:51:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 15:51:00 ---> Running in 4c77e449ed78 15:51:00 ---> Running in 14ead59758eb 15:51:00 ---> Running in 6077a1bb4344 15:51:00 ---> Running in 1da856dc97fb 15:51:00 ---> Running in 688b817c428f 15:51:00 Removing intermediate container 6077a1bb4344 15:51:00 ---> 69cc7f4e8e5f 15:51:00 Step 4/24 : WORKDIR /edgex-go 15:51:00 Removing intermediate container 688b817c428f 15:51:00 ---> f0eb270bec05 15:51:00 Step 4/22 : WORKDIR /edgex-go 15:51:00 Removing intermediate container 1da856dc97fb 15:51:00 ---> 97c93be58c3d 15:51:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:51:00 Removing intermediate container 14ead59758eb 15:51:00 ---> b82ff7c60df0 15:51:00 Step 4/22 : WORKDIR /edgex-go 15:51:00 ---> Running in 72214c26a0eb 15:51:00 Removing intermediate container 4c77e449ed78 15:51:00 ---> fc878d514080 15:51:00 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:51:00 ---> Running in 1f89cba68afd 15:51:00 ---> Running in b4c46e635df5 15:51:00 ---> Running in 90b86a0617d9 15:51:00 ---> Running in 6198b72a864d 15:51:00 Removing intermediate container 72214c26a0eb 15:51:00 ---> 6a7f42febcfd 15:51:00 Step 5/24 : RUN apk add --update --no-cache make git 15:51:00 Removing intermediate container b4c46e635df5 15:51:00 ---> 0b6c9ccdf0ad 15:51:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:51:00 ---> Running in 153f37059141 15:51:00 Removing intermediate container 90b86a0617d9 15:51:00 ---> e9e9a382e940 15:51:00 Step 5/22 : RUN apk add --update --no-cache make git 15:51:00 ---> Running in dcfde83b7103 15:51:00 ---> Running in 319a08e9787d [Pipeline] sh 15:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:01 + git config --global --add safe.directory /w/workspace/edgex-go/420 15:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:01 OK: 211 MiB in 51 packages 15:51:01 OK: 211 MiB in 51 packages 15:51:01 OK: 211 MiB in 51 packages 15:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [Pipeline] echo 15:51:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:51:01 ========================================================= 15:51:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 15:51:01 ========================================================= [Pipeline] fileExists [Pipeline] sh 15:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:51:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:51:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:01 Removing intermediate container 1f89cba68afd 15:51:01 ---> 60a325d1ef78 15:51:01 Step 5/24 : COPY go.mod vendor* ./ 15:51:01 Removing intermediate container 6198b72a864d 15:51:01 ---> 4a53b6bde432 15:51:01 Step 5/23 : COPY go.mod vendor* ./ 15:51:01 Removing intermediate container 153f37059141 15:51:01 ---> a08a6acefdac 15:51:01 Step 6/24 : COPY go.mod vendor* ./ 15:51:01 OK: 211 MiB in 51 packages 15:51:01 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:51:01 9b18e9b68314: Pulling fs layer 15:51:01 35d82f9e3411: Pulling fs layer 15:51:01 e16973657156: Pulling fs layer 15:51:01 fc693d55d65f: Pulling fs layer 15:51:01 7e9fc2657dce: Pulling fs layer 15:51:01 dda99020689f: Pulling fs layer 15:51:01 db1c61fa0a46: Pulling fs layer 15:51:01 891c053d2c06: Pulling fs layer 15:51:01 fc693d55d65f: Waiting 15:51:01 7e9fc2657dce: Waiting 15:51:01 dda99020689f: Waiting 15:51:01 db1c61fa0a46: Waiting 15:51:01 891c053d2c06: Waiting 15:51:01 e16973657156: Download complete 15:51:01 35d82f9e3411: Download complete 15:51:01 7e9fc2657dce: Verifying Checksum 15:51:01 7e9fc2657dce: Download complete 15:51:01 dda99020689f: Verifying Checksum 15:51:01 dda99020689f: Download complete 15:51:01 9b18e9b68314: Verifying Checksum 15:51:01 9b18e9b68314: Download complete 15:51:01 ---> e3540bb058e8 15:51:01 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:01 ---> e60ed2dbe50e 15:51:01 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:01 ---> a8b3f50cb62b 15:51:01 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:01 ---> Running in 7622e805a320 15:51:01 ---> Running in 822beb2d91cb 15:51:01 ---> Running in 0360a702a5f9 15:51:02 Removing intermediate container 319a08e9787d 15:51:02 ---> 71ea6c4c07d9 15:51:02 Step 6/22 : COPY go.mod vendor* ./ 15:51:02 ---> f2d720ae54c7 15:51:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:51:02 ---> Running in 5ba4503c2c5b 15:51:02 OK: 211 MiB in 51 packages 15:51:02 9b18e9b68314: Pull complete 15:51:02 891c053d2c06: Verifying Checksum 15:51:02 891c053d2c06: Download complete 15:51:02 Removing intermediate container dcfde83b7103 15:51:02 ---> e4d9b0d4f835 15:51:02 Step 6/22 : COPY go.mod vendor* ./ 15:51:03 ---> a8fe64386fc7 15:51:03 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:51:03 ---> Running in 01094b280f84 15:51:03 35d82f9e3411: Pull complete 15:51:03 e16973657156: Pull complete 15:51:03 db1c61fa0a46: Verifying Checksum 15:51:03 db1c61fa0a46: Download complete 15:51:04 fc693d55d65f: Verifying Checksum 15:51:04 fc693d55d65f: Download complete 15:51:16 fc693d55d65f: Pull complete 15:51:16 7e9fc2657dce: Pull complete 15:51:16 dda99020689f: Pull complete 15:51:24 db1c61fa0a46: Pull complete 15:51:25 891c053d2c06: Pull complete 15:51:25 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 15:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:51:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 15:51:26 + docker build -t ci-base-image-arm64 -f - . 15:51:26 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:51:26 WORKDIR /edgex 15:51:26 COPY go.mod . 15:51:26 RUN go mod download 15:51:26 Sending build context to Docker daemon 3.091MB 15:51:26 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 15:51:26 ---> f96f9c87975a 15:51:26 Step 2/4 : WORKDIR /edgex 15:51:28 ---> Running in d016370647a5 15:51:29 Removing intermediate container d016370647a5 15:51:29 ---> 370420b957d9 15:51:29 Step 3/4 : COPY go.mod . 15:51:29 ---> 29751f9fdbc2 15:51:29 Step 4/4 : RUN go mod download 15:51:29 ---> Running in 9f882f8c3556 15:51:49 Removing intermediate container 822beb2d91cb 15:51:49 ---> 0f76791df4a3 15:51:49 Step 7/23 : COPY . . 15:51:49 Removing intermediate container 7622e805a320 15:51:49 ---> 549873e75be6 15:51:49 Step 7/24 : COPY . . 15:51:49 Removing intermediate container 5ba4503c2c5b 15:51:49 ---> 1e4b6c62995f 15:51:49 Step 8/22 : COPY . . 15:51:49 Removing intermediate container 0360a702a5f9 15:51:49 ---> 37e8fd288320 15:51:49 Step 8/24 : COPY . . 15:51:49 Removing intermediate container 01094b280f84 15:51:49 ---> 8a65ed612907 15:51:49 Step 8/22 : COPY . . 15:52:01 ---> 7fcd3ded083a 15:52:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:52:01 ---> 0508130da0d5 15:52:01 ---> f2b9b4959591 15:52:01 Step 9/22 : RUN make cmd/support-notifications/support-notificationsStep 8/23 : ARG SPIRE_RELEASE=1.2.1 15:52:01 15:52:01 ---> 666ef99631ae 15:52:01 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:52:01 ---> 1acd5ed3e641 15:52:01 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:52:01 ---> Running in 182e198fc5e3 15:52:01 ---> Running in 1d8cfa630056 15:52:01 ---> Running in ccc0904cff1f 15:52:01 ---> Running in 55a30406c05c 15:52:01 ---> Running in 04f9ea730fcb 15:52:01 Removing intermediate container 1d8cfa630056 15:52:01 ---> 69faf7daa038 15:52:01 Step 9/23 : WORKDIR /edgex-go/spire-build 15:52:01 Removing intermediate container 04f9ea730fcb 15:52:01 ---> cd7bb4332898 15:52:01 Step 9/24 : WORKDIR /edgex-go/spire-build 15:52:01 ---> Running in 8c4862a7ed85 15:52:01 ---> Running in d56fe125987c 15:52:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:52:01 Removing intermediate container 8c4862a7ed85 15:52:01 ---> 19697c51c2a0 15:52:01 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 15:52:01 Removing intermediate container d56fe125987c 15:52:01 ---> e9024df44f47 15:52:01 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 15:52:01 ---> Running in efa1b8867836 15:52:01 ---> Running in 8deefd06ecd5 15:52:01 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:52:01 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:52:03 Removing intermediate container 9f882f8c3556 15:52:03 ---> c9290be95c5c 15:52:03 Successfully built c9290be95c5c 15:52:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:03 + docker inspect -f . ci-base-image-arm64 15:52:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:03 prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container 15:52:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:52:03 Removing intermediate container efa1b8867836 15:52:03 ---> 1bb21470bd10 15:52:03 Step 11/23 : WORKDIR /edgex-go 15:52:04 Removing intermediate container 8deefd06ecd5 15:52:04 ---> 83e9e9afa117 15:52:04 Step 11/24 : WORKDIR /edgex-go 15:52:04 ---> Running in 16d002886a49 15:52:04 ---> Running in 85fc2cee78f0 15:52:04 Removing intermediate container 16d002886a49 15:52:04 ---> 2a060df00573 15:52:04 15:52:04 Step 12/23 : FROM alpine:3.15 15:52:04 Removing intermediate container 85fc2cee78f0 15:52:04 ---> d3904f8678e1 15:52:04 15:52:04 Step 12/24 : FROM alpine:3.15 15:52:04 3.15: Pulling from library/alpine 15:52:04 3.15: Pulling from library/alpine 15:52:05 $ docker top 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:05 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:52:05 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:52:05 Status: Downloaded newer image for alpine:3.15 15:52:05 Status: Image is up to date for alpine:3.15 15:52:05 ---> 5ce65d7b0fde 15:52:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:52:05 ---> 5ce65d7b0fde 15:52:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:52:06 ---> Running in 3207b8d43310 15:52:06 ---> Running in eb3f2edaa41a 15:52:06 + go version 15:52:06 go version go1.18.7 linux/arm64 [Pipeline] } 15:52:06 $ docker stop --time=1 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f 15:52:06 Removing intermediate container eb3f2edaa41a 15:52:06 ---> b093ecb59633 15:52:06 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:52:06 Removing intermediate container 3207b8d43310 15:52:06 ---> 985a8b41be07 15:52:06 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:52:06 ---> Running in f05ce4ef1449 15:52:06 ---> Running in 89ec3530088c 15:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:52:07 $ docker rm -f --volumes 4c4cd7724b7565097d4d24d9d6bbe7a1ed0a2e3a9b762cf5d5d159cf1ec3927f 15:52:07 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:52:07 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:52:07 OK: 15857 distinct packages available 15:52:07 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:52:07 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:52:07 OK: 15857 distinct packages available 15:52:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [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) 15:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:52:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:08 (1/4) Installing dumb-init (1.2.5-r1) 15:52:08 (2/4) Installing musl-obstack (1.2.3-r0) 15:52:08 (3/4) Installing libucontext (1.1-r0) 15:52:08 (4/4) Installing gcompat (1.0.0-r4) 15:52:08 Executing busybox-1.34.1-r7.trigger 15:52:08 OK: 6 MiB in 18 packages 15:52:08 (1/5) Installing dumb-init (1.2.5-r1) 15:52:08 (2/5) Installing musl-obstack (1.2.3-r0) 15:52:08 (3/5) Installing libucontext (1.1-r0) 15:52:08 (4/5) Installing gcompat (1.0.0-r4) 15:52:08 (5/5) Installing openssl (1.1.1t-r1) 15:52:08 Executing busybox-1.34.1-r7.trigger 15:52:08 OK: 7 MiB in 19 packages 15:52:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:08 15:52:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:08 latest: Pulling from edgex-devops/edgex-compose-arm64 15:52:08 29e5d40040c1: Pulling fs layer 15:52:08 1ce36da41761: Pulling fs layer 15:52:08 25b303627fd3: Pulling fs layer 15:52:09 29e5d40040c1: Verifying Checksum 15:52:09 29e5d40040c1: Download complete 15:52:09 Removing intermediate container f05ce4ef1449 15:52:09 ---> 970cce9e3766 15:52:09 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:52:09 Removing intermediate container 89ec3530088c 15:52:09 ---> ab24dcd8279c 15:52:09 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:52:09 1ce36da41761: Verifying Checksum 15:52:09 1ce36da41761: Download complete 15:52:09 29e5d40040c1: Pull complete 15:52:11 25b303627fd3: Verifying Checksum 15:52:11 25b303627fd3: Download complete 15:52:11 1ce36da41761: Pull complete 15:52:14 ---> edcd9957059a 15:52:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:52:14 ---> 694bdd415386 15:52:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:52:14 ---> fe877756e933 15:52:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:52:15 ---> b4c804938d3a 15:52:15 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:52:15 ---> Running in 0a3d1004299b 15:52:15 Removing intermediate container 0a3d1004299b 15:52:15 ---> 03c8d4ff4db8 15:52:15 ---> 7ddf39c7b501 15:52:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:52:15 15:52:15 ---> 7bc1b13f03c6 15:52:15 Step 19/24 : WORKDIR / 15:52:15 ---> 4d44920ea3ed 15:52:15 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:52:15 ---> Running in 0763e875fdce 15:52:15 ---> Running in 9be52500aa8f 15:52:16 Removing intermediate container 0763e875fdce 15:52:16 ---> c971a8497626 15:52:16 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:52:16 Removing intermediate container 9be52500aa8f 15:52:16 ---> bd22553de7e0 15:52:16 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:52:16 ---> Running in 02b52658fa54 15:52:16 ---> Running in ffbfec8dc9ad 15:52:16 Removing intermediate container 02b52658fa54 15:52:16 ---> 93fd75cedf7d 15:52:16 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:52:16 Removing intermediate container ffbfec8dc9ad 15:52:16 ---> 88d269ab30e2 15:52:16 Step 21/23 : LABEL arch=x86_64 15:52:16 ---> Running in 60eb48f7c85d 15:52:16 ---> Running in dcd0731f667b 15:52:16 Removing intermediate container dcd0731f667b 15:52:16 ---> c1e4fd3aa42a 15:52:16 Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:16 Removing intermediate container 60eb48f7c85d 15:52:16 ---> 711a522d74d0 15:52:16 Step 22/24 : LABEL arch=x86_64 15:52:16 ---> Running in 29cbaea0b92e 15:52:16 ---> Running in da7b750c777b 15:52:17 Removing intermediate container 29cbaea0b92e 15:52:17 ---> ca74a609180d 15:52:17 Step 23/23 : LABEL version=3.0.0-dev.59 15:52:17 Removing intermediate container da7b750c777b 15:52:17 ---> a259afcf2971 15:52:17 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:17 ---> Running in ec4f97a468bb 15:52:17 ---> Running in 31b14449124f 15:52:17 Removing intermediate container 31b14449124f 15:52:17 ---> f4289907078d 15:52:17 Step 24/24 : LABEL version=3.0.0-dev.59 15:52:17 Removing intermediate container ec4f97a468bb 15:52:17 ---> 0e9cac0cbf4a 15:52:17 15:52:17 ---> Running in c1febe9836d5 15:52:17 Successfully built 0e9cac0cbf4a 15:52:17 Successfully tagged security-spire-server:latest 15:52:17  Building security-spire-server ... done Building core-data 15:52:17 Removing intermediate container c1febe9836d5 15:52:17 ---> cc69d3f2e3bd 15:52:17 15:52:17 Successfully built cc69d3f2e3bd 15:52:18 Successfully tagged security-spire-config:latest 15:52:18 Building security-proxy-setup 15:52:21 25b303627fd3: Pull complete 15:52:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:21 prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container 15:52:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:52:23  Building security-spire-config ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:52:23 ---> 27286dbf341a 15:52:23 Step 3/21 : WORKDIR /edgex-go 15:52:23 ---> Using cache 15:52:23 ---> fc878d514080 15:52:23 Step 4/21 : RUN apk add --update --no-cache make git 15:52:23 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:52:23 ---> 27286dbf341a 15:52:23 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:52:23 ---> Using cache 15:52:23 ---> b82ff7c60df0 15:52:23 Step 4/22 : WORKDIR /edgex-go 15:52:23 ---> Using cache 15:52:23 ---> e9e9a382e940 15:52:23 Step 5/22 : RUN apk add --update --no-cache make git 15:52:23 ---> Using cache 15:52:23 ---> 71ea6c4c07d9 15:52:23 Step 6/22 : COPY go.mod vendor* ./ 15:52:23 ---> Using cache 15:52:23 ---> f2d720ae54c7 15:52:23 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:52:23 ---> Using cache 15:52:23 ---> 1e4b6c62995f 15:52:23 Step 8/22 : COPY . . 15:52:23 ---> Using cache 15:52:23 ---> 7fcd3ded083a 15:52:23 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 15:52:23 $ docker top 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:24 + docker-compose build --help 15:52:24 + grep parallel 15:52:24 ---> Running in d20e224ff10c 15:52:24 ---> Running in 2ab1f556bb3f 15:52:25 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 15:52:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:26 OK: 211 MiB in 51 packages 15:52:27 Removing intermediate container d20e224ff10c 15:52:27 ---> fbc15b6166ac 15:52:27 Step 5/21 : COPY go.mod vendor* ./ 15:52:27 ---> 52615b4a945a 15:52:27 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:52:28 ---> Running in 7e4ff15e328d 15:52:29 --parallel Build images in parallel. [Pipeline] } 15:52:30 $ docker stop --time=1 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 15:52:31 Removing intermediate container 55a30406c05c 15:52:31 ---> 1b025ebb9aaf 15:52:31 15:52:31 Step 10/24 : FROM alpine:3.16 15:52:31 3.16: Pulling from library/alpine 15:52:31 $ docker rm -f --volumes 902b7db4c138e223e62b0090fdaf6858cc3b4d6857d179a064d544ed61943a30 15:52:32 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 15:52:32 Status: Downloaded newer image for alpine:3.16 15:52:32 ---> dfd21b5a31f5 15:52:32 Step 11/24 : RUN apk add --update --no-cache dumb-init [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 15:52:32 ---> Running in c4c5c4035993 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:52:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:52:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:52:32 prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container 15:52:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:32 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 15:52:33 (1/1) Installing dumb-init (1.2.5-r1) 15:52:33 Executing busybox-1.35.0-r17.trigger 15:52:33 OK: 6 MiB in 15 packages 15:52:33 Removing intermediate container c4c5c4035993 15:52:33 ---> 5f9ed5c71639 15:52:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:33 ---> Running in e1bb4b1fa727 15:52:34 Removing intermediate container e1bb4b1fa727 15:52:34 ---> 9218f16c8bea 15:52:34 Step 13/24 : ENV APP_PORT=59881 15:52:34 ---> Running in f880833f3abc 15:52:34 Removing intermediate container f880833f3abc 15:52:34 ---> 339225901719 15:52:34 Step 14/24 : EXPOSE $APP_PORT 15:52:34 ---> Running in c90c68ae2c9b 15:52:34 $ docker top 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 -eo pid,comm [Pipeline] { [Pipeline] sh 15:52:34 Removing intermediate container c90c68ae2c9b 15:52:34 ---> cc07c548ad95 15:52:34 Step 15/24 : WORKDIR / 15:52:34 ---> Running in 2559aa0eacee 15:52:35 + docker-compose -f ./docker-compose-build.yml build --parallel 15:52:35 Removing intermediate container 2559aa0eacee 15:52:35 ---> a23760ba348a 15:52:35 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:36 ---> f45749ecd8cd 15:52:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:52:38 ---> b9e289ce8f2f 15:52:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:52:38 Removing intermediate container 182e198fc5e3 15:52:38 ---> d61e14c6684b 15:52:38 15:52:38 Step 10/22 : FROM alpine:3.16 15:52:38 ---> dfd21b5a31f5 15:52:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:52:38 ---> Using cache 15:52:38 ---> 5f9ed5c71639 15:52:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:38 ---> Using cache 15:52:38 ---> 9218f16c8bea 15:52:38 Step 13/22 : ENV APP_PORT=59861 15:52:38 Removing intermediate container ccc0904cff1f 15:52:38 ---> cfa63a8b49de 15:52:38 15:52:38 Step 10/22 : FROM alpine:3.16 15:52:38 ---> dfd21b5a31f5 15:52:38 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:52:38 ---> Running in cebe84778b33 15:52:38 ---> 12f2b1f9ea37 15:52:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 15:52:38 ---> Running in 39936fa9e55b 15:52:38 Removing intermediate container cebe84778b33 15:52:38 ---> 083b3cf170f0 15:52:38 Step 14/22 : EXPOSE $APP_PORT 15:52:38 ---> 06968317c375 15:52:38 Step 20/24 : ENTRYPOINT ["/core-metadata"] 15:52:38 ---> Running in 58761f163a90 15:52:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:39 ---> Running in 05f0d2ddddd6 15:52:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:39 Removing intermediate container 58761f163a90 15:52:39 ---> 50a64a2d2c92 15:52:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:39 (1/2) Installing ca-certificates (20220614-r0) 15:52:39 (2/2) Installing dumb-init (1.2.5-r1) 15:52:39 Executing busybox-1.35.0-r17.trigger 15:52:39 Executing ca-certificates-20220614-r0.trigger 15:52:39 Removing intermediate container 05f0d2ddddd6 15:52:39 ---> f48df8bada7a 15:52:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:52:39 OK: 6 MiB in 16 packages 15:52:39 ---> Running in 14176ae17bf9 15:52:39 Removing intermediate container 14176ae17bf9 15:52:39 ---> 446088bc8ce3 15:52:39 Step 22/24 : LABEL arch=x86_64 15:52:39 ---> e65635fb2348 15:52:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:52:39 ---> Running in b11547774808 15:52:39 Removing intermediate container b11547774808 15:52:39 ---> 7818d3faa023 15:52:39 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:39 ---> Running in a22f7c389b30 15:52:40 Removing intermediate container 39936fa9e55b 15:52:40 ---> d4f4577ab4c1 15:52:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:52:40 ---> Running in 6e0d6754a4a2 15:52:40 Removing intermediate container a22f7c389b30 15:52:40 ---> 28ff339ecf27 15:52:40 Step 24/24 : LABEL version=3.0.0-dev.59 15:52:40 ---> Running in 2a4ea0cb3a50 15:52:40 Removing intermediate container 6e0d6754a4a2 15:52:40 ---> efca1271bfa2 15:52:40 Step 13/22 : ENV APP_PORT=59860 15:52:40 ---> Running in b9d98e840752 15:52:40 ---> b51d9207bc3e 15:52:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:52:40 Removing intermediate container 2a4ea0cb3a50 15:52:40 ---> 4620c8a994b5 15:52:40 15:52:40 Removing intermediate container b9d98e840752 15:52:40 ---> c55ddbfe31e6 15:52:40 Step 14/22 : EXPOSE $APP_PORT 15:52:40 ---> Running in 185cbb79c6ee 15:52:40 Successfully built 4620c8a994b5 15:52:40 Successfully tagged core-metadata:latest 15:52:40  Building core-metadata ... done Building security-spire-agent 15:52:40 ---> d1b70f3d05f8 15:52:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:52:41 Removing intermediate container 185cbb79c6ee 15:52:41 ---> e3388b08c5ea 15:52:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:41 ---> Running in 665531c401d4 15:52:42 Building core-command ... 15:52:42 Building core-common-config-bootstrapper ... 15:52:42 Building core-data ... 15:52:42 Building core-metadata ... 15:52:42 Building security-bootstrapper ... 15:52:42 Building security-proxy-setup ... 15:52:42 Building security-secretstore-setup ... 15:52:42 Building security-spiffe-token-provider ... 15:52:42 Building security-spire-agent ... 15:52:42 Building security-spire-config ... 15:52:42 Building security-spire-server ... 15:52:42 Building support-notifications ... 15:52:42 Building support-scheduler ... 15:52:42 Building security-spire-agent 15:52:42 Building core-command 15:52:42 Building security-spire-config 15:52:42 Building security-proxy-setup 15:52:42 Building security-spire-server 15:52:42 Removing intermediate container 665531c401d4 15:52:42 ---> 58bf9eb6f713 15:52:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:52:42 ---> 2d0906769a7e 15:52:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:52:42 ---> Running in 87e8af4ffee0 15:52:43 Removing intermediate container 87e8af4ffee0 15:52:43 ---> b5536b197bac 15:52:43 Step 20/22 : LABEL arch=x86_64 15:52:43 ---> Running in 1939b3caf8a9 15:52:43 ---> f331618a9a21 15:52:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:52:43 Removing intermediate container 1939b3caf8a9 15:52:43 ---> 65bf4d097a48 15:52:43 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:43 ---> Running in 4340d2143d3b 15:52:43 ---> 88627005bafc 15:52:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:52:43 ---> Running in 284828b0722b 15:52:43 Removing intermediate container 4340d2143d3b 15:52:43 ---> 0dc44363bf3f 15:52:43 Step 22/22 : LABEL version=3.0.0-dev.59 15:52:44 ---> Running in bff70e647ead 15:52:44 Removing intermediate container 284828b0722b 15:52:44 ---> d232402d35ef 15:52:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:52:44 ---> Running in 495ee9f67317 15:52:44 Removing intermediate container bff70e647ead 15:52:44 ---> ea47afde8e48 15:52:44 15:52:44 Successfully built ea47afde8e48 15:52:44 Successfully tagged support-scheduler:latest 15:52:44  Building support-scheduler ... done Building security-bootstrapper 15:52:44 Removing intermediate container 495ee9f67317 15:52:44 ---> 2531c540aed4 15:52:44 Step 20/22 : LABEL arch=x86_64 15:52:44 ---> Running in 887f63478d4c 15:52:45 Removing intermediate container 887f63478d4c 15:52:45 ---> 46a9f43a5552 15:52:45 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:52:45 ---> 27286dbf341a 15:52:45 Step 3/24 : WORKDIR /edgex-go 15:52:45 ---> Using cache 15:52:45 ---> fc878d514080 15:52:45 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:52:45 ---> Using cache 15:52:45 ---> 4a53b6bde432 15:52:45 Step 5/24 : COPY go.mod vendor* ./ 15:52:45 ---> Using cache 15:52:45 ---> e60ed2dbe50e 15:52:45 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:52:45 ---> Using cache 15:52:45 ---> 0f76791df4a3 15:52:45 Step 7/24 : COPY . . 15:52:45 ---> Using cache 15:52:45 ---> f2b9b4959591 15:52:45 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:52:45 ---> Using cache 15:52:45 ---> 69faf7daa038 15:52:45 Step 9/24 : WORKDIR /edgex-go/spire-build 15:52:45 ---> Using cache 15:52:45 ---> 19697c51c2a0 15:52:45 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 15:52:45 ---> Running in cf104ef9783c 15:52:45 ---> Running in 5c87d5519b76 15:52:46 Removing intermediate container cf104ef9783c 15:52:46 ---> 74c0fd059958 15:52:46 Step 22/22 : LABEL version=3.0.0-dev.59 15:52:46 Removing intermediate container 2ab1f556bb3f 15:52:46 ---> f952f11072ad 15:52:46 15:52:46 Step 10/22 : FROM alpine:3.16 15:52:46 ---> dfd21b5a31f5 15:52:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:52:46 ---> Running in 43bdac4e6fc7 15:52:46 ---> Running in aaa11e313ab7 15:52:46 Removing intermediate container aaa11e313ab7 15:52:46 ---> 7e1caaf9acbe 15:52:46 Step 12/22 : ENV APP_PORT=59880 15:52:46 Removing intermediate container 43bdac4e6fc7 15:52:46 ---> 900076f9896e 15:52:46 15:52:46 Removing intermediate container 5c87d5519b76 15:52:46 ---> 29f9f46541d3 15:52:46 Step 11/24 : WORKDIR /edgex-go 15:52:46 Successfully built 900076f9896e 15:52:47 Successfully tagged support-notifications:latest 15:52:47  Building support-notifications ... done Building core-command 15:52:47 ---> Running in 291e16604dc3 15:52:47 ---> Running in 63e4f7214b52 15:52:47 Removing intermediate container 291e16604dc3 15:52:47 ---> f2b71590bf72 15:52:47 Step 13/22 : EXPOSE $APP_PORT 15:52:47 Removing intermediate container 63e4f7214b52 15:52:47 ---> 0ed149af8726 15:52:47 15:52:47 Step 12/24 : FROM alpine:3.15 15:52:47 ---> 5ce65d7b0fde 15:52:47 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:52:47 ---> Using cache 15:52:47 ---> b093ecb59633 15:52:47 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:52:47 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:47 Step 2/32 : FROM ${BUILDER_BASE} AS builder 15:52:47 ---> 27286dbf341a 15:52:47 Step 3/32 : WORKDIR /edgex-go 15:52:47 ---> Using cache 15:52:47 ---> fc878d514080 15:52:47 Step 4/32 : RUN apk add --update --no-cache make git 15:52:47 ---> Using cache 15:52:47 ---> fbc15b6166ac 15:52:47 Step 5/32 : COPY go.mod vendor* ./ 15:52:47 ---> Using cache 15:52:47 ---> 52615b4a945a 15:52:47 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:52:48 ---> Running in b0a4d3790429 15:52:48 ---> Running in f0aeef17469a 15:52:48 ---> Running in 6874ce99412b 15:52:48 Removing intermediate container b0a4d3790429 15:52:48 ---> b711e22941c9 15:52:48 Step 14/22 : RUN apk add --update --no-cache dumb-init 15:52:48 ---> Running in bf610fc32fd7 15:52:48 Removing intermediate container 7e4ff15e328d 15:52:48 ---> 8a1f687fac54 15:52:48 Step 7/21 : COPY . . 15:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:52:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:49 (1/1) Installing dumb-init (1.2.5-r1) 15:52:49 Executing busybox-1.35.0-r17.trigger 15:52:49 OK: 6 MiB in 15 packages 15:52:49 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:52:49 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:52:49 OK: 15857 distinct packages available 15:52:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:52:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:52:49 (1/5) Installing dumb-init (1.2.5-r1) 15:52:49 (2/5) Installing musl-obstack (1.2.3-r0) 15:52:49 (3/5) Installing libucontext (1.1-r0) 15:52:49 (4/5) Installing gcompat (1.0.0-r4) 15:52:49 (5/5) Installing openssl (1.1.1t-r1) 15:52:49 Executing busybox-1.34.1-r7.trigger 15:52:49 OK: 7 MiB in 19 packages 15:52:50 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:52:50 ---> 27286dbf341a 15:52:50 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:52:50 ---> Using cache 15:52:50 ---> b82ff7c60df0 15:52:50 Step 4/23 : WORKDIR /edgex-go 15:52:50 ---> Using cache 15:52:50 ---> e9e9a382e940 15:52:50 Step 5/23 : RUN apk add --update --no-cache make git 15:52:50 ---> Using cache 15:52:50 ---> 71ea6c4c07d9 15:52:50 Step 6/23 : COPY go.mod vendor* ./ 15:52:50 ---> Using cache 15:52:50 ---> f2d720ae54c7 15:52:50 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:52:50 ---> Using cache 15:52:50 ---> 1e4b6c62995f 15:52:50 Step 8/23 : COPY . . 15:52:50 ---> Using cache 15:52:50 ---> 7fcd3ded083a 15:52:50 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:52:51 ---> Running in 8396a69d8e91 15:52:51 Removing intermediate container bf610fc32fd7 15:52:51 ---> 6487a3bed3ff 15:52:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:51 Removing intermediate container f0aeef17469a 15:52:51 ---> 5c0ada2e31cf 15:52:51 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:52:51 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:52:51 ---> 542040e2a2c9 15:52:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:52:52 ---> 11d4d63b300d 15:52:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:52:52 ---> b6f30d75654a 15:52:52 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:52:52 ---> 80e187bb6e08 15:52:52 Step 18/22 : ENTRYPOINT ["/core-data"] 15:52:52 ---> Running in 217999406dd4 15:52:52 Removing intermediate container 217999406dd4 15:52:52 ---> 12b6f746ec45 15:52:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:52:52 ---> 27e136f2225f 15:52:52 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:52:52 ---> Running in a81bb36246c0 15:52:52 ---> Running in b44fecb26f97 15:52:53 Removing intermediate container a81bb36246c0 15:52:53 ---> 50bf17af31ac 15:52:53 Step 20/22 : LABEL arch=x86_64 15:52:53 ---> Running in a2f7c58dccba 15:52:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:52:53 Removing intermediate container a2f7c58dccba 15:52:53 ---> dfd3b47f5140 15:52:53 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:53 ---> Running in e4cd2ce1bb47 15:52:53 Removing intermediate container e4cd2ce1bb47 15:52:53 ---> e740fa7645ab 15:52:53 Step 22/22 : LABEL version=3.0.0-dev.59 15:52:53 ---> Running in e7adb8c51a4f 15:52:53 Removing intermediate container e7adb8c51a4f 15:52:53 ---> 8a459a0d762b 15:52:53 15:52:53 ---> 26c4bcaaecce 15:52:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:52:53 Successfully built 8a459a0d762b 15:52:53 Successfully tagged core-data:latest 15:52:53  Building core-data ... done Building security-spiffe-token-provider 15:52:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:52:54 ---> c9290be95c5c 15:52:54 Step 3/23 : WORKDIR /edgex-go 15:52:54 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:52:54 ---> c9290be95c5c 15:52:54 Step 3/21 : WORKDIR /edgex-go 15:52:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:52:54 ---> c9290be95c5c 15:52:54 Step 3/24 : WORKDIR /edgex-go 15:52:54 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:52:54 ---> c9290be95c5c 15:52:54 Step 3/23 : ARG ADD_BUILD_TAGS="" 15:52:54 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:52:54 ---> c9290be95c5c 15:52:54 Step 3/24 : WORKDIR /edgex-go 15:52:54 ---> Running in 2f0fee68d7b4 15:52:54 ---> Running in 48348dc5ecca 15:52:54 ---> Running in 06619aaf9721 15:52:54 ---> Running in 603022dc0f45 15:52:54 ---> Running in 60ac86127dde 15:52:54 ---> 44549a7aa97b 15:52:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:52:55 ---> 9815334c3a22 15:52:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:52:55 Removing intermediate container 2f0fee68d7b4 15:52:55 ---> 4d32a96b68b6 15:52:55 Step 4/23 : WORKDIR /edgex-go 15:52:55 Removing intermediate container 60ac86127dde 15:52:55 ---> a36722ca3a53 15:52:55 Step 4/21 : RUN apk add --update --no-cache make git 15:52:55 Removing intermediate container 603022dc0f45 15:52:55 ---> db5fc2b6a1ca 15:52:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:52:55 ---> 30f9f2530ec9 15:52:55 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:52:55 Removing intermediate container 06619aaf9721 15:52:55 ---> 42fcd3269a55 15:52:55 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 15:52:55 ---> Running in ede49dcb751a 15:52:55 Removing intermediate container 48348dc5ecca 15:52:55 ---> 6d7e012c34df 15:52:55 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 15:52:55 ---> Running in f5b2f8525bc5 15:52:56 ---> Running in 35bf80ca87f2 15:52:56 Removing intermediate container 35bf80ca87f2 15:52:56 ---> 73c69901f71b 15:52:56 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:52:56 ---> Running in de4fd7ee2fbb 15:52:56 ---> Running in ebf51e0e5b86 15:52:56 ---> Running in 3d2318220046 15:52:56 ---> Running in 4984075761e9 15:52:56 Removing intermediate container ede49dcb751a 15:52:56 ---> 2532427c6693 15:52:56 Step 5/23 : RUN apk add --update --no-cache make git 15:52:56 Removing intermediate container 4984075761e9 15:52:56 ---> e9ea32fda288 15:52:56 Step 22/24 : LABEL arch=x86_64 15:52:56 ---> Running in 56deecf41970 15:52:56 ---> Running in 479d70d4cc26 15:52:56 Removing intermediate container 56deecf41970 15:52:56 ---> 9413900589b0 15:52:56 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:52:56 ---> Running in 19beceb4eecb 15:52:57 Removing intermediate container 19beceb4eecb 15:52:57 ---> 20c0ee310d27 15:52:57 Step 24/24 : LABEL version=3.0.0-dev.59 15:52:57 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:52:57 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:52:57 ---> 27286dbf341a 15:52:57 Step 3/19 : WORKDIR /edgex-go 15:52:57 ---> Using cache 15:52:57 ---> fc878d514080 15:52:57 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:52:57 ---> Running in 8949baf7ce7a 15:52:57 ---> Running in 00e99cc74077 15:52:57 Removing intermediate container 00e99cc74077 15:52:57 ---> 6e7344b1bd91 15:52:57 15:52:57 Successfully built 6e7344b1bd91 15:52:57 Successfully tagged security-spire-agent:latest 15:52:57  Building security-spire-agent ... done Building security-secretstore-setup 15:52:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:57 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:52:57 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:52:57 OK: 17046 distinct packages available 15:52:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:52:58 OK: 211 MiB in 51 packages 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:52:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:53:00 OK: 221 MiB in 51 packages 15:53:00 OK: 221 MiB in 51 packages 15:53:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:53:00 ---> 27286dbf341a 15:53:00 Step 3/24 : WORKDIR /edgex-go 15:53:00 ---> Using cache 15:53:00 ---> fc878d514080 15:53:00 Step 4/24 : RUN apk add --update --no-cache make git 15:53:00 ---> Using cache 15:53:00 ---> fbc15b6166ac 15:53:00 Step 5/24 : COPY go.mod vendor* ./ 15:53:00 ---> Using cache 15:53:00 ---> 52615b4a945a 15:53:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:00 ---> Using cache 15:53:00 ---> 8a1f687fac54 15:53:00 Step 7/24 : COPY . . 15:53:00 ---> Using cache 15:53:00 ---> 27e136f2225f 15:53:00 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:53:00 OK: 221 MiB in 51 packages 15:53:00 ---> Running in d0b245907768 15:53:00 OK: 221 MiB in 51 packages 15:53:01 Removing intermediate container 8949baf7ce7a 15:53:01 ---> 3970cb8dd02d 15:53:01 Step 5/19 : COPY go.mod vendor* ./ 15:53:01 OK: 221 MiB in 51 packages 15:53:01 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:53:01 ---> e67ad2bad169 15:53:01 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:01 ---> Running in 417ecbbd6d8c 15:53:02 Removing intermediate container f5b2f8525bc5 15:53:02 ---> fb81111beebb 15:53:02 Step 5/24 : COPY go.mod vendor* ./ 15:53:02 Removing intermediate container 3d2318220046 15:53:02 ---> e2a622e5de62 15:53:02 Step 5/23 : COPY go.mod vendor* ./ 15:53:02 Removing intermediate container de4fd7ee2fbb 15:53:02 ---> 5a662f047925 15:53:03 Step 5/24 : COPY go.mod vendor* ./ 15:53:03 Removing intermediate container 479d70d4cc26 15:53:03 ---> 743568f98da0 15:53:03 Step 6/23 : COPY go.mod vendor* ./ 15:53:03 Removing intermediate container ebf51e0e5b86 15:53:03 ---> dc14390696fb 15:53:03 Step 5/21 : COPY go.mod vendor* ./ 15:53:03 ---> e33eddb183ed 15:53:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:03 ---> Running in c9960b44090c 15:53:04 ---> ccd625c1b1a9 15:53:04 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:04 ---> 5be648c96b97 15:53:04 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:04 ---> 88e562213aad 15:53:04 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:04 ---> f9d04e556493 15:53:04 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:04 ---> Running in 59ead61f3c7d 15:53:04 ---> Running in 53bf5bf36bc7 15:53:04 ---> Running in 72beee438e5f 15:53:04 ---> Running in 751c1b76b3eb 15:53:09 Removing intermediate container 6874ce99412b 15:53:09 ---> b53e8209a2ea 15:53:09 Step 7/32 : COPY . . 15:53:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 15:53:15 ---> ee0eea6160c5 15:53:15 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:53:15 ---> Running in 06592c29767c 15:53:15 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:53:17 Removing intermediate container 8396a69d8e91 15:53:17 ---> 56582d9ca8d3 15:53:17 15:53:17 Step 10/23 : FROM alpine:3.16 15:53:17 ---> dfd21b5a31f5 15:53:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:53:17 ---> Using cache 15:53:17 ---> 5f9ed5c71639 15:53:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:53:17 ---> Using cache 15:53:17 ---> 9218f16c8bea 15:53:17 Step 13/23 : ENV APP_PORT=59882 15:53:17 ---> Running in 09b0aa185219 15:53:18 Removing intermediate container 09b0aa185219 15:53:18 ---> 2b26a3b24d74 15:53:18 Step 14/23 : EXPOSE $APP_PORT 15:53:18 ---> Running in cfcc222bbf11 15:53:18 Removing intermediate container cfcc222bbf11 15:53:18 ---> 2722988c724c 15:53:18 Step 15/23 : WORKDIR / 15:53:18 ---> Running in b437d92c9bd9 15:53:19 Removing intermediate container b437d92c9bd9 15:53:19 ---> adbcc3c91bd0 15:53:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:53:20 ---> 80786f127490 15:53:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:53:20 Removing intermediate container b44fecb26f97 15:53:20 ---> 25cffbe54200 15:53:20 15:53:20 Step 9/21 : FROM alpine:3.16 15:53:20 ---> dfd21b5a31f5 15:53:20 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 15:53:20 ---> Running in 5f33e434b2bb 15:53:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:20 ---> f246b9a5fc5c 15:53:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:53:21 (1/6) Installing ca-certificates (20220614-r0) 15:53:21 (2/6) Installing brotli-libs (1.0.9-r6) 15:53:21 (3/6) Installing nghttp2-libs (1.47.0-r0) 15:53:21 (4/6) Installing libcurl (7.83.1-r6) 15:53:21 (5/6) Installing curl (7.83.1-r6) 15:53:21 (6/6) Installing dumb-init (1.2.5-r1) 15:53:21 Executing busybox-1.35.0-r17.trigger 15:53:21 Executing ca-certificates-20220614-r0.trigger 15:53:21 OK: 8 MiB in 20 packages 15:53:21 ---> 9e060f3250e7 15:53:21 Step 19/23 : ENTRYPOINT ["/core-command"] 15:53:21 ---> Running in 5adc65059985 15:53:21 Removing intermediate container 5adc65059985 15:53:21 ---> c01f0ff7994a 15:53:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:53:21 ---> Running in 2aa6bd109725 15:53:21 Removing intermediate container 5f33e434b2bb 15:53:21 ---> 5b7910812661 15:53:21 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:53:22 ---> Running in 75e3a40dea5c 15:53:22 Removing intermediate container 2aa6bd109725 15:53:22 ---> fb264be97a91 15:53:22 Step 21/23 : LABEL arch=x86_64 15:53:22 ---> Running in 87d2dfbe28dc 15:53:22 Removing intermediate container 75e3a40dea5c 15:53:22 ---> f25246e2f5e6 15:53:22 Step 12/21 : WORKDIR /edgex 15:53:22 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:53:22 Removing intermediate container 417ecbbd6d8c 15:53:22 ---> 7a1d30438518 15:53:22 Step 7/19 : COPY . . 15:53:22 ---> Running in 858af2cd72f6 15:53:22 Removing intermediate container 87d2dfbe28dc 15:53:22 ---> e005b90e2024 15:53:22 Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:22 ---> Running in 6e5884bccc44 15:53:22 Removing intermediate container 6e5884bccc44 15:53:22 ---> ca860c2e2af1 15:53:22 Step 23/23 : LABEL version=3.0.0-dev.59 15:53:23 Removing intermediate container 858af2cd72f6 15:53:23 ---> b5a8d20adbea 15:53:23 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:53:23 ---> Running in 44e01e9adf7c 15:53:23 Removing intermediate container 44e01e9adf7c 15:53:23 ---> 85f654fcfe50 15:53:23 15:53:23 Successfully built 85f654fcfe50 15:53:23 Successfully tagged core-command:latest 15:53:23  Building core-command ... done Building core-common-config-bootstrapper 15:53:23 ---> 3499f01b9732 15:53:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:53:25 ---> 48acd31abff3 15:53:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:53:26 ---> 41943c10e802 15:53:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 15:53:26 ---> 194d5a5f13aa 15:53:26 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:26 ---> Running in a9c110f1fc41 15:53:26 Removing intermediate container d0b245907768 15:53:26 ---> 92404f3dcd9c 15:53:26 15:53:26 Step 9/24 : FROM alpine:3.16 15:53:26 ---> dfd21b5a31f5 15:53:26 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 15:53:26 ---> Running in 5c1abf76091a 15:53:27 ---> f0f4e00d4449 15:53:27 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:53:27 ---> Running in b5c74a806c9d 15:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:27 (1/3) Installing ca-certificates (20220614-r0) 15:53:27 (2/3) Installing dumb-init (1.2.5-r1) 15:53:27 (3/3) Installing su-exec (0.2-r1) 15:53:27 Executing busybox-1.35.0-r17.trigger 15:53:27 Executing ca-certificates-20220614-r0.trigger 15:53:27 OK: 6 MiB in 17 packages 15:53:27 Removing intermediate container a9c110f1fc41 15:53:27 ---> 305d938ee9a5 15:53:27 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 15:53:28 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 15:53:28 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:53:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:53:28 ---> 27286dbf341a 15:53:28 Step 3/22 : ARG ADD_BUILD_TAGS="" 15:53:28 ---> Using cache 15:53:28 ---> b82ff7c60df0 15:53:28 Step 4/22 : WORKDIR /edgex-go 15:53:28 ---> Using cache 15:53:28 ---> e9e9a382e940 15:53:28 Step 5/22 : RUN apk add --update --no-cache make git 15:53:28 ---> Using cache 15:53:28 ---> 71ea6c4c07d9 15:53:28 Step 6/22 : COPY go.mod vendor* ./ 15:53:28 ---> Using cache 15:53:28 ---> f2d720ae54c7 15:53:28 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:53:28 ---> Using cache 15:53:28 ---> 1e4b6c62995f 15:53:28 Step 8/22 : COPY . . 15:53:28 ---> Using cache 15:53:28 ---> 7fcd3ded083a 15:53:28 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 15:53:28 ---> Running in 073f0c7f0047 15:53:28 ---> Running in 60900b437759 15:53:28 Removing intermediate container 073f0c7f0047 15:53:28 ---> cefe0a91a03b 15:53:28 Step 19/21 : LABEL arch=x86_64 15:53:28 ---> Running in 081d88f9cfad 15:53:28 Removing intermediate container 5c1abf76091a 15:53:28 ---> 7f74c188aae9 15:53:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:53:28 ---> Running in 07e9477fa9f5 15:53:28 Removing intermediate container 081d88f9cfad 15:53:28 ---> 02dc3eb3da5f 15:53:28 Step 20/21 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:28 ---> Running in d117db52297a 15:53:28 Removing intermediate container 07e9477fa9f5 15:53:28 ---> a7882a38221b 15:53:28 Step 12/24 : WORKDIR / 15:53:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 15:53:28 ---> Running in f8d170e80fb9 15:53:28 Removing intermediate container d117db52297a 15:53:28 ---> 340991470629 15:53:28 Step 21/21 : LABEL version=3.0.0-dev.59 15:53:28 ---> Running in 099f4a4d4219 15:53:28 Removing intermediate container f8d170e80fb9 15:53:28 ---> 681929212b7a 15:53:28 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:53:28 Removing intermediate container 099f4a4d4219 15:53:28 ---> 094d57318c5b 15:53:28 15:53:29 Successfully built 094d57318c5b 15:53:29 Successfully tagged security-proxy-setup:latest 15:53:29  Building security-proxy-setup ... done  ---> 284d72419112 15:53:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:53:29 ---> 1d364e44d287 15:53:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:53:29 ---> 69f0a5ecec61 15:53:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 15:53:29 ---> 651ea91248f7 15:53:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:53:30 ---> 9587eaa57c09 15:53:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:53:30 ---> 2a2a7cc738cd 15:53:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:53:30 ---> fcde3caa9fc8 15:53:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:30 ---> Running in e98b1028d306 15:53:31 Removing intermediate container e98b1028d306 15:53:31 ---> f2796ffd1ec1 15:53:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:53:31 ---> Running in 582364320bdf 15:53:31 Removing intermediate container 582364320bdf 15:53:31 ---> fc262c71f207 15:53:31 Step 22/24 : LABEL arch=x86_64 15:53:32 ---> Running in 578732de817f 15:53:32 Removing intermediate container 578732de817f 15:53:32 ---> abd28b9d69ac 15:53:32 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:32 ---> Running in 9400bb799702 15:53:32 Removing intermediate container 9400bb799702 15:53:32 ---> ca39b1dffb81 15:53:32 Step 24/24 : LABEL version=3.0.0-dev.59 15:53:32 ---> Running in 23fe1065c0e6 15:53:33 Removing intermediate container 23fe1065c0e6 15:53:33 ---> 396be348c2c9 15:53:33 15:53:33 Successfully built 396be348c2c9 15:53:33 Successfully tagged security-secretstore-setup:latest 15:53:34  Building security-secretstore-setup ... done Removing intermediate container 06592c29767c 15:53:34 ---> 16529a854ce6 15:53:34 15:53:34 Step 9/32 : FROM alpine:3.16 15:53:34 ---> dfd21b5a31f5 15:53:34 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:34 ---> Running in 35a0cc412387 15:53:34 Removing intermediate container 35a0cc412387 15:53:34 ---> 09fdafaa55c6 15:53:34 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 15:53:34 ---> Running in 529a2a7de092 15:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:35 (1/2) Installing dumb-init (1.2.5-r1) 15:53:35 (2/2) Installing su-exec (0.2-r1) 15:53:35 Executing busybox-1.35.0-r17.trigger 15:53:35 OK: 6 MiB in 16 packages 15:53:36 Removing intermediate container 529a2a7de092 15:53:36 ---> 777e64463643 15:53:36 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 15:53:36 ---> Running in 9511da3487e1 15:53:36 Removing intermediate container 9511da3487e1 15:53:36 ---> 03f81ff8393f 15:53:36 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 15:53:36 ---> Running in c20bface0161 15:53:36 Removing intermediate container c20bface0161 15:53:36 ---> 3d4049d06ed8 15:53:36 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 15:53:36 ---> Running in f6647a26625b 15:53:37 Removing intermediate container f6647a26625b 15:53:37 ---> 1c33fe916150 15:53:37 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 15:53:37 ---> Running in c12ff1366ba4 15:53:37 Removing intermediate container c12ff1366ba4 15:53:37 ---> 2e5c7880b322 15:53:37 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 15:53:37 ---> Running in ad676509ed90 15:53:38 Removing intermediate container ad676509ed90 15:53:38 ---> b96d391b8472 15:53:38 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 15:53:38 ---> Running in 7ae30c74c4d0 15:53:38 Removing intermediate container 7ae30c74c4d0 15:53:38 ---> b93a88d438e1 15:53:38 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 15:53:39 ---> a0cdcd5bd81d 15:53:39 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 15:53:39 ---> Running in b579bf133431 15:53:40 Removing intermediate container b579bf133431 15:53:40 ---> 02907aab4695 15:53:40 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 15:53:40 ---> a9b86e0b36a3 15:53:40 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:53:41 ---> 02ebe3311956 15:53:41 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:53:41 ---> e250038af60f 15:53:41 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:53:41 ---> 29e43750df9c 15:53:41 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 15:53:41 ---> 2e2445a582a3 15:53:41 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 15:53:42 ---> 156267287c9b 15:53:42 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:53:42 ---> 20c7924f9d7d 15:53:42 Step 27/32 : RUN chmod +x /entrypoint.sh 15:53:42 ---> Running in 51f68754f49d 15:53:43 Removing intermediate container 51f68754f49d 15:53:43 ---> af54d79b8444 15:53:43 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 15:53:43 ---> Running in 2604788fe919 15:53:43 Removing intermediate container 2604788fe919 15:53:43 ---> c46e8e42661b 15:53:43 Step 29/32 : CMD ["gate"] 15:53:43 ---> Running in 6dd7f52a3d5d 15:53:44 Removing intermediate container 6dd7f52a3d5d 15:53:44 ---> 1fa31fdc2da0 15:53:44 Step 30/32 : LABEL arch=x86_64 15:53:44 ---> Running in faeacf76d7ba 15:53:44 Removing intermediate container faeacf76d7ba 15:53:44 ---> 97a50d24db8c 15:53:44 Step 31/32 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:44 ---> Running in bb297987ce79 15:53:44 Removing intermediate container bb297987ce79 15:53:44 ---> 70aa121b2b36 15:53:44 Step 32/32 : LABEL version=3.0.0-dev.59 15:53:44 ---> Running in b12f0ce284b8 15:53:44 Removing intermediate container b12f0ce284b8 15:53:44 ---> 1b02724fd059 15:53:44 15:53:44 Successfully built 1b02724fd059 15:53:44 Successfully tagged security-bootstrapper:latest 15:53:48  Building security-bootstrapper ... done Removing intermediate container 60900b437759 15:53:48 ---> 32095190de5c 15:53:48 15:53:48 Step 10/22 : FROM alpine:3.16 15:53:48 ---> dfd21b5a31f5 15:53:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 15:53:48 ---> Running in bac49ee2aae5 15:53:48 Removing intermediate container bac49ee2aae5 15:53:48 ---> 37e1ee4c9aef 15:53:48 Step 12/22 : RUN apk add --update --no-cache dumb-init 15:53:48 ---> Running in 8324938ab989 15:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 15:53:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 15:53:48 (1/1) Installing dumb-init (1.2.5-r1) 15:53:48 Executing busybox-1.35.0-r17.trigger 15:53:48 OK: 6 MiB in 15 packages 15:53:49 Removing intermediate container 8324938ab989 15:53:49 ---> 9ab16d38d08a 15:53:49 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:53:49 ---> 1824c6159d51 15:53:49 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 15:53:49 ---> 18e8186ffc09 15:53:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 15:53:50 Removing intermediate container b5c74a806c9d 15:53:50 ---> ffba48442b91 15:53:50 15:53:50 Step 9/19 : FROM alpine:3.15 15:53:50 ---> 5ce65d7b0fde 15:53:50 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:53:50 ---> Using cache 15:53:50 ---> b093ecb59633 15:53:50 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 15:53:50 ---> Running in a821fa479cf2 15:53:50 ---> 9cf6e31da51a 15:53:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 15:53:50 ---> ee9e22ec7f94 15:53:50 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:53:50 ---> Running in d300642f43cd 15:53:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:50 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:53:50 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:53:50 OK: 15857 distinct packages available 15:53:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 15:53:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 15:53:50 Removing intermediate container d300642f43cd 15:53:50 ---> 70906d9ca80b 15:53:50 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 15:53:50 ---> Running in 6b6e24376f4d 15:53:51 Removing intermediate container 6b6e24376f4d 15:53:51 ---> f4213b593779 15:53:51 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 15:53:51 ---> Running in 0e5a3eee20b3 15:53:51 (1/9) Installing ca-certificates (20220614-r0) 15:53:51 (2/9) Installing brotli-libs (1.0.9-r5) 15:53:51 (3/9) Installing nghttp2-libs (1.46.0-r0) 15:53:51 (4/9) Installing libcurl (7.80.0-r6) 15:53:51 (5/9) Installing curl (7.80.0-r6) 15:53:51 (6/9) Installing dumb-init (1.2.5-r1) 15:53:51 (7/9) Installing musl-obstack (1.2.3-r0) 15:53:51 (8/9) Installing libucontext (1.1-r0) 15:53:51 (9/9) Installing gcompat (1.0.0-r4) 15:53:51 Removing intermediate container 0e5a3eee20b3 15:53:51 ---> 417d233d3eb0 15:53:51 Step 20/22 : LABEL arch=x86_64 15:53:51 Executing busybox-1.34.1-r7.trigger 15:53:51 Executing ca-certificates-20220614-r0.trigger 15:53:51 ---> Running in c6fdad7b038d 15:53:51 OK: 8 MiB in 23 packages 15:53:51 Removing intermediate container c6fdad7b038d 15:53:51 ---> f79036dc2985 15:53:51 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:51 ---> Running in b2d20e8c2994 15:53:51 Removing intermediate container b2d20e8c2994 15:53:51 ---> a747a0cb5d8f 15:53:51 Step 22/22 : LABEL version=3.0.0-dev.59 15:53:51 ---> Running in 0e7ec011e5c2 15:53:51 Removing intermediate container 0e7ec011e5c2 15:53:51 ---> 9a0afcf7f3cc 15:53:51 15:53:51 Removing intermediate container a821fa479cf2 15:53:51 ---> 62e13b01421a 15:53:51 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 15:53:51 Successfully built 9a0afcf7f3cc 15:53:51 Successfully tagged core-common-config-bootstrapper:latest 15:53:51  Building core-common-config-bootstrapper ... done  ---> 2bd2e173a8ed 15:53:51 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 15:53:52 ---> 0f8d4fe23e2b 15:53:52 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 15:53:52 ---> 8916215561c0 15:53:52 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 15:53:52 ---> Running in 27689db696a7 15:53:52 Removing intermediate container 27689db696a7 15:53:52 ---> ce5ad855196f 15:53:52 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 15:53:52 ---> Running in f35da8eab9bc 15:53:52 Removing intermediate container f35da8eab9bc 15:53:52 ---> 526412f7a4fa 15:53:52 Step 17/19 : LABEL arch=x86_64 15:53:52 ---> Running in 9fc0ae18c4ce 15:53:52 Removing intermediate container 9fc0ae18c4ce 15:53:52 ---> a99647017e4f 15:53:52 Step 18/19 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:52 ---> Running in 4c70db33d2c4 15:53:52 Removing intermediate container 4c70db33d2c4 15:53:52 ---> ec1f2f7c54d5 15:53:52 Step 19/19 : LABEL version=3.0.0-dev.59 15:53:52 ---> Running in 1528f1d89c78 15:53:53 Removing intermediate container 1528f1d89c78 15:53:53 ---> 44a92201dad9 15:53:53 15:53:53 Successfully built 44a92201dad9 15:53:53 Successfully tagged security-spiffe-token-provider:latest 15:53:53  Building security-spiffe-token-provider ... done  [Pipeline] } 15:53:53 $ docker stop --time=1 ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 15:53:54 $ docker rm -f --volumes ea9b8baa920580dedfb9bf939ed81c598fffa7eb7e9109a4f15d341f84a67539 [Pipeline] // withDockerContainer [Pipeline] sh 15:53:54 + docker images 15:53:54 REPOSITORY TAG IMAGE ID CREATED SIZE 15:53:54 security-spiffe-token-provider latest 44a92201dad9 2 seconds ago 30MB 15:53:54 core-common-config-bootstrapper latest 9a0afcf7f3cc 3 seconds ago 15.5MB 15:53:54 ffba48442b91 5 seconds ago 1.72GB 15:53:54 32095190de5c 7 seconds ago 1.67GB 15:53:54 security-bootstrapper latest 1b02724fd059 10 seconds ago 20.4MB 15:53:54 16529a854ce6 21 seconds ago 1.67GB 15:53:54 security-secretstore-setup latest 396be348c2c9 22 seconds ago 30MB 15:53:54 security-proxy-setup latest 094d57318c5b 26 seconds ago 27.8MB 15:53:54 92404f3dcd9c 28 seconds ago 1.67GB 15:53:54 core-command latest 85f654fcfe50 31 seconds ago 17.7MB 15:53:54 25cffbe54200 35 seconds ago 1.67GB 15:53:54 56582d9ca8d3 37 seconds ago 1.68GB 15:53:54 security-spire-agent latest 6e7344b1bd91 57 seconds ago 125MB 15:53:54 core-data latest 8a459a0d762b About a minute ago 17.9MB 15:53:54 0ed149af8726 About a minute ago 1.55GB 15:53:54 f952f11072ad About a minute ago 1.68GB 15:53:54 support-notifications latest 900076f9896e About a minute ago 30.7MB 15:53:54 support-scheduler latest ea47afde8e48 About a minute ago 30MB 15:53:54 core-metadata latest 4620c8a994b5 About a minute ago 18.5MB 15:53:54 d61e14c6684b About a minute ago 1.74GB 15:53:54 cfa63a8b49de About a minute ago 1.74GB 15:53:54 1b025ebb9aaf About a minute ago 1.69GB 15:53:54 security-spire-config latest cc69d3f2e3bd About a minute ago 85.8MB 15:53:54 security-spire-server latest 0e9cac0cbf4a About a minute ago 86.5MB 15:53:54 2a060df00573 About a minute ago 1.55GB 15:53:54 d3904f8678e1 About a minute ago 1.55GB 15:53:54 ci-base-image-x86_64 latest 27286dbf341a 5 minutes ago 904MB 15:53:54 alpine 3.15 5ce65d7b0fde 9 days ago 5.59MB 15:53:54 alpine 3.16 dfd21b5a31f5 9 days ago 5.55MB 15:53:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 15:53:54 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 15:53:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:53:54 provisioning config files... 15:53:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config1035873261752209613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:53:55 ---> docker-login.sh 15:53:55 nexus3.edgexfoundry.org:10001 15:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:55 Configure a credential helper to remove this warning. See 15:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:55 15:53:55 Login Succeeded 15:53:55 nexus3.edgexfoundry.org:10002 15:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:55 Configure a credential helper to remove this warning. See 15:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:55 15:53:55 Login Succeeded 15:53:55 nexus3.edgexfoundry.org:10003 15:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:55 Configure a credential helper to remove this warning. See 15:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:55 15:53:55 Login Succeeded 15:53:55 nexus3.edgexfoundry.org:10004 15:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:55 Configure a credential helper to remove this warning. See 15:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:55 15:53:55 Login Succeeded 15:53:55 docker.io 15:53:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:55 Configure a credential helper to remove this warning. See 15:53:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:55 15:53:55 Login Succeeded 15:53:55 ---> docker-login.sh ends [Pipeline] } 15:53:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:53:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:53:55 [edgeXDocker.push] Tagging docker image core-command with the following tags: 15:53:55 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:55 latest 15:53:55 3.0.0-dev.59 15:53:55 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:53:55 main 15:53:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:56 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:56 + docker push nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:53:56 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:53:56 bae3ff722591: Preparing 15:53:56 7248909e79d5: Preparing 15:53:56 f33d187ed3c2: Preparing 15:53:56 4f5d1748fcff: Preparing 15:53:56 aa5968d388b8: Preparing 15:53:56 aa5968d388b8: Layer already exists 15:53:56 4f5d1748fcff: Pushed 15:53:56 f33d187ed3c2: Pushed 15:53:56 bae3ff722591: Pushed 15:53:57 7248909e79d5: Pushed 15:53:57 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:58 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 15:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:53:58 bae3ff722591: Preparing 15:53:58 7248909e79d5: Preparing 15:53:58 f33d187ed3c2: Preparing 15:53:58 4f5d1748fcff: Preparing 15:53:58 aa5968d388b8: Preparing 15:53:58 aa5968d388b8: Layer already exists 15:53:58 4f5d1748fcff: Layer already exists 15:53:58 bae3ff722591: Layer already exists 15:53:58 f33d187ed3c2: Layer already exists 15:53:58 7248909e79d5: Layer already exists 15:53:58 latest: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:58 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:58 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 15:53:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:53:58 bae3ff722591: Preparing 15:53:58 7248909e79d5: Preparing 15:53:58 f33d187ed3c2: Preparing 15:53:58 4f5d1748fcff: Preparing 15:53:58 aa5968d388b8: Preparing 15:53:58 7248909e79d5: Layer already exists 15:53:58 4f5d1748fcff: Layer already exists 15:53:58 f33d187ed3c2: Layer already exists 15:53:58 bae3ff722591: Layer already exists 15:53:58 aa5968d388b8: Layer already exists 15:53:58 3.0.0-dev.59: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:59 + docker push nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:53:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:53:59 bae3ff722591: Preparing 15:53:59 7248909e79d5: Preparing 15:53:59 f33d187ed3c2: Preparing 15:53:59 4f5d1748fcff: Preparing 15:53:59 aa5968d388b8: Preparing 15:53:59 bae3ff722591: Layer already exists 15:53:59 7248909e79d5: Layer already exists 15:53:59 4f5d1748fcff: Layer already exists 15:53:59 f33d187ed3c2: Layer already exists 15:53:59 aa5968d388b8: Layer already exists 15:53:59 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:53:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:00 + docker push nexus3.edgexfoundry.org:10004/core-command:main 15:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 15:54:00 bae3ff722591: Preparing 15:54:00 7248909e79d5: Preparing 15:54:00 f33d187ed3c2: Preparing 15:54:00 4f5d1748fcff: Preparing 15:54:00 aa5968d388b8: Preparing 15:54:00 aa5968d388b8: Layer already exists 15:54:00 7248909e79d5: Layer already exists 15:54:00 4f5d1748fcff: Layer already exists 15:54:00 bae3ff722591: Layer already exists 15:54:00 f33d187ed3c2: Layer already exists 15:54:00 main: digest: sha256:7804625f619195770ff725d624efc263e595bb84163fb4d1584052256ccb9f5a size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:00 ===================================================== [Pipeline] echo 15:54:00 taggedImages: 15:54:00 - nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:00 - nexus3.edgexfoundry.org:10004/core-command:latest 15:54:00 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.59 15:54:00 - nexus3.edgexfoundry.org:10004/core-command:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:00 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 15:54:00 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 15:54:00 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:00 latest 15:54:00 3.0.0-dev.59 15:54:00 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:00 main 15:54:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:00 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:00 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:00 098e4053c6f5: Preparing 15:54:00 3dd9b4dac8a0: Preparing 15:54:00 bded5ec4e6e4: Preparing 15:54:00 f14e867ae018: Preparing 15:54:00 f33d187ed3c2: Preparing 15:54:00 a0e2ec6b6c19: Preparing 15:54:00 aa5968d388b8: Preparing 15:54:00 a0e2ec6b6c19: Waiting 15:54:00 aa5968d388b8: Waiting 15:54:00 f33d187ed3c2: Layer already exists 15:54:00 bded5ec4e6e4: Pushed 15:54:00 3dd9b4dac8a0: Pushed 15:54:00 aa5968d388b8: Layer already exists 15:54:00 098e4053c6f5: Pushed 15:54:00 a0e2ec6b6c19: Pushed 15:54:01 f14e867ae018: Pushed 15:54:02 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:02 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:02 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:54:02 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:02 098e4053c6f5: Preparing 15:54:02 3dd9b4dac8a0: Preparing 15:54:02 bded5ec4e6e4: Preparing 15:54:02 f14e867ae018: Preparing 15:54:02 f33d187ed3c2: Preparing 15:54:02 a0e2ec6b6c19: Preparing 15:54:02 aa5968d388b8: Preparing 15:54:02 a0e2ec6b6c19: Waiting 15:54:02 aa5968d388b8: Waiting 15:54:02 3dd9b4dac8a0: Layer already exists 15:54:02 f14e867ae018: Layer already exists 15:54:02 f33d187ed3c2: Layer already exists 15:54:02 098e4053c6f5: Layer already exists 15:54:02 bded5ec4e6e4: Layer already exists 15:54:02 a0e2ec6b6c19: Layer already exists 15:54:02 aa5968d388b8: Layer already exists 15:54:02 latest: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 15:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:03 098e4053c6f5: Preparing 15:54:03 3dd9b4dac8a0: Preparing 15:54:03 bded5ec4e6e4: Preparing 15:54:03 f14e867ae018: Preparing 15:54:03 f33d187ed3c2: Preparing 15:54:03 a0e2ec6b6c19: Preparing 15:54:03 aa5968d388b8: Preparing 15:54:03 a0e2ec6b6c19: Waiting 15:54:03 aa5968d388b8: Waiting 15:54:03 098e4053c6f5: Layer already exists 15:54:03 f14e867ae018: Layer already exists 15:54:03 3dd9b4dac8a0: Layer already exists 15:54:03 bded5ec4e6e4: Layer already exists 15:54:03 f33d187ed3c2: Layer already exists 15:54:03 a0e2ec6b6c19: Layer already exists 15:54:03 aa5968d388b8: Layer already exists 15:54:03 3.0.0-dev.59: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:03 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:03 098e4053c6f5: Preparing 15:54:03 3dd9b4dac8a0: Preparing 15:54:03 bded5ec4e6e4: Preparing 15:54:03 f14e867ae018: Preparing 15:54:03 f33d187ed3c2: Preparing 15:54:03 a0e2ec6b6c19: Preparing 15:54:03 aa5968d388b8: Preparing 15:54:03 a0e2ec6b6c19: Waiting 15:54:03 aa5968d388b8: Waiting 15:54:03 098e4053c6f5: Layer already exists 15:54:03 f33d187ed3c2: Layer already exists 15:54:03 3dd9b4dac8a0: Layer already exists 15:54:03 bded5ec4e6e4: Layer already exists 15:54:03 f14e867ae018: Layer already exists 15:54:03 a0e2ec6b6c19: Layer already exists 15:54:03 aa5968d388b8: Layer already exists 15:54:03 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:04 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 15:54:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 15:54:04 098e4053c6f5: Preparing 15:54:04 3dd9b4dac8a0: Preparing 15:54:04 bded5ec4e6e4: Preparing 15:54:04 f14e867ae018: Preparing 15:54:04 f33d187ed3c2: Preparing 15:54:04 a0e2ec6b6c19: Preparing 15:54:04 aa5968d388b8: Preparing 15:54:04 a0e2ec6b6c19: Waiting 15:54:04 aa5968d388b8: Waiting 15:54:04 bded5ec4e6e4: Layer already exists 15:54:04 f14e867ae018: Layer already exists 15:54:04 098e4053c6f5: Layer already exists 15:54:04 3dd9b4dac8a0: Layer already exists 15:54:04 f33d187ed3c2: Layer already exists 15:54:04 aa5968d388b8: Layer already exists 15:54:04 a0e2ec6b6c19: Layer already exists 15:54:04 main: digest: sha256:60101638bc02057b383b6c41647fc5cd35e6f3c6ad7907d12a9d1c2c2009040f size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:04 ===================================================== [Pipeline] echo 15:54:04 taggedImages: 15:54:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 15:54:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.59 15:54:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:04 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 15:54:04 [edgeXDocker.push] Tagging docker image core-data with the following tags: 15:54:04 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:04 latest 15:54:04 3.0.0-dev.59 15:54:04 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:04 main 15:54:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:04 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:05 + docker push nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:05 9a898315d0f0: Preparing 15:54:05 ca151ebd2a4c: Preparing 15:54:05 f33d187ed3c2: Preparing 15:54:05 37775650fef4: Preparing 15:54:05 aa5968d388b8: Preparing 15:54:05 aa5968d388b8: Layer already exists 15:54:05 f33d187ed3c2: Layer already exists 15:54:05 9a898315d0f0: Pushed 15:54:05 37775650fef4: Pushed 15:54:06 ca151ebd2a4c: Pushed 15:54:06 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:06 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:07 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 15:54:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:07 9a898315d0f0: Preparing 15:54:07 ca151ebd2a4c: Preparing 15:54:07 f33d187ed3c2: Preparing 15:54:07 37775650fef4: Preparing 15:54:07 aa5968d388b8: Preparing 15:54:07 aa5968d388b8: Layer already exists 15:54:07 9a898315d0f0: Layer already exists 15:54:07 f33d187ed3c2: Layer already exists 15:54:07 37775650fef4: Layer already exists 15:54:07 ca151ebd2a4c: Layer already exists 15:54:07 latest: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:07 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:08 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 15:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:08 9a898315d0f0: Preparing 15:54:08 ca151ebd2a4c: Preparing 15:54:08 f33d187ed3c2: Preparing 15:54:08 37775650fef4: Preparing 15:54:08 aa5968d388b8: Preparing 15:54:08 9a898315d0f0: Layer already exists 15:54:08 f33d187ed3c2: Layer already exists 15:54:08 ca151ebd2a4c: Layer already exists 15:54:08 aa5968d388b8: Layer already exists 15:54:08 37775650fef4: Layer already exists 15:54:08 3.0.0-dev.59: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:08 + docker push nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:08 9a898315d0f0: Preparing 15:54:08 ca151ebd2a4c: Preparing 15:54:08 f33d187ed3c2: Preparing 15:54:08 37775650fef4: Preparing 15:54:08 aa5968d388b8: Preparing 15:54:08 aa5968d388b8: Layer already exists 15:54:08 f33d187ed3c2: Layer already exists 15:54:08 9a898315d0f0: Layer already exists 15:54:08 ca151ebd2a4c: Layer already exists 15:54:08 37775650fef4: Layer already exists 15:54:08 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:09 + docker push nexus3.edgexfoundry.org:10004/core-data:main 15:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 15:54:09 9a898315d0f0: Preparing 15:54:09 ca151ebd2a4c: Preparing 15:54:09 f33d187ed3c2: Preparing 15:54:09 37775650fef4: Preparing 15:54:09 aa5968d388b8: Preparing 15:54:09 f33d187ed3c2: Layer already exists 15:54:09 37775650fef4: Layer already exists 15:54:09 aa5968d388b8: Layer already exists 15:54:09 ca151ebd2a4c: Layer already exists 15:54:09 9a898315d0f0: Layer already exists 15:54:09 main: digest: sha256:de2bb4bac3d3e5e9ba4645ca39cb304a3783df129638a550db5619fdc89dee1e size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:09 ===================================================== [Pipeline] echo 15:54:09 taggedImages: 15:54:09 - nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:09 - nexus3.edgexfoundry.org:10004/core-data:latest 15:54:09 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.59 15:54:09 - nexus3.edgexfoundry.org:10004/core-data:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:09 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 15:54:09 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 15:54:09 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:09 latest 15:54:09 3.0.0-dev.59 15:54:09 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:09 main 15:54:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:09 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:09 + docker push nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:09 3edfd3809a0c: Preparing 15:54:09 10b413f77971: Preparing 15:54:09 aebdeb1597c2: Preparing 15:54:09 f33d187ed3c2: Preparing 15:54:09 4f5d1748fcff: Preparing 15:54:09 aa5968d388b8: Preparing 15:54:09 aa5968d388b8: Waiting 15:54:09 f33d187ed3c2: Layer already exists 15:54:09 4f5d1748fcff: Layer already exists 15:54:09 aa5968d388b8: Layer already exists 15:54:09 10b413f77971: Pushed 15:54:09 3edfd3809a0c: Pushed 15:54:11 aebdeb1597c2: Pushed 15:54:11 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:11 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 15:54:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:11 3edfd3809a0c: Preparing 15:54:11 10b413f77971: Preparing 15:54:11 aebdeb1597c2: Preparing 15:54:11 f33d187ed3c2: Preparing 15:54:11 4f5d1748fcff: Preparing 15:54:11 aa5968d388b8: Preparing 15:54:11 aa5968d388b8: Waiting 15:54:11 f33d187ed3c2: Layer already exists 15:54:11 10b413f77971: Layer already exists 15:54:11 4f5d1748fcff: Layer already exists 15:54:11 3edfd3809a0c: Layer already exists 15:54:11 aebdeb1597c2: Layer already exists 15:54:11 aa5968d388b8: Layer already exists 15:54:11 latest: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:12 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 15:54:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:12 3edfd3809a0c: Preparing 15:54:12 10b413f77971: Preparing 15:54:12 aebdeb1597c2: Preparing 15:54:12 f33d187ed3c2: Preparing 15:54:12 4f5d1748fcff: Preparing 15:54:12 aa5968d388b8: Preparing 15:54:12 aa5968d388b8: Waiting 15:54:12 10b413f77971: Layer already exists 15:54:12 f33d187ed3c2: Layer already exists 15:54:12 aebdeb1597c2: Layer already exists 15:54:12 4f5d1748fcff: Layer already exists 15:54:12 3edfd3809a0c: Layer already exists 15:54:12 aa5968d388b8: Layer already exists 15:54:12 3.0.0-dev.59: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:13 3edfd3809a0c: Preparing 15:54:13 10b413f77971: Preparing 15:54:13 aebdeb1597c2: Preparing 15:54:13 f33d187ed3c2: Preparing 15:54:13 4f5d1748fcff: Preparing 15:54:13 aa5968d388b8: Preparing 15:54:13 aa5968d388b8: Waiting 15:54:13 f33d187ed3c2: Layer already exists 15:54:13 10b413f77971: Layer already exists 15:54:13 4f5d1748fcff: Layer already exists 15:54:13 3edfd3809a0c: Layer already exists 15:54:13 aebdeb1597c2: Layer already exists 15:54:13 aa5968d388b8: Layer already exists 15:54:13 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 15:54:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 15:54:13 3edfd3809a0c: Preparing 15:54:13 10b413f77971: Preparing 15:54:13 aebdeb1597c2: Preparing 15:54:13 f33d187ed3c2: Preparing 15:54:13 4f5d1748fcff: Preparing 15:54:13 aa5968d388b8: Preparing 15:54:13 aa5968d388b8: Waiting 15:54:13 f33d187ed3c2: Layer already exists 15:54:13 3edfd3809a0c: Layer already exists 15:54:13 aebdeb1597c2: Layer already exists 15:54:13 4f5d1748fcff: Layer already exists 15:54:13 10b413f77971: Layer already exists 15:54:13 aa5968d388b8: Layer already exists 15:54:13 main: digest: sha256:c831b1df80486c4367176fc6ee807ad82c77287c83f0a31d9de7544945b24f25 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:13 ===================================================== [Pipeline] echo 15:54:13 taggedImages: 15:54:13 - nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:13 - nexus3.edgexfoundry.org:10004/core-metadata:latest 15:54:13 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.59 15:54:13 - nexus3.edgexfoundry.org:10004/core-metadata:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:13 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 15:54:13 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 15:54:13 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:13 latest 15:54:13 3.0.0-dev.59 15:54:13 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:13 main 15:54:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:14 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:14 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:14 17ba31b5c1aa: Preparing 15:54:14 17ba31b5c1aa: Preparing 15:54:14 c309ce4ce9d6: Preparing 15:54:14 527d5595f868: Preparing 15:54:14 6b643910e1f7: Preparing 15:54:14 1b08a366fd48: Preparing 15:54:14 4c9c536516ce: Preparing 15:54:14 f33d187ed3c2: Preparing 15:54:14 aa8d6b7a352c: Preparing 15:54:14 eee2ac584cc8: Preparing 15:54:14 a251711dc258: Preparing 15:54:14 946f167c13ef: Preparing 15:54:14 aa5968d388b8: Preparing 15:54:14 aa8d6b7a352c: Waiting 15:54:14 eee2ac584cc8: Waiting 15:54:14 4c9c536516ce: Waiting 15:54:14 f33d187ed3c2: Waiting 15:54:14 946f167c13ef: Waiting 15:54:14 aa5968d388b8: Waiting 15:54:14 a251711dc258: Waiting 15:54:14 6b643910e1f7: Pushed 15:54:14 c309ce4ce9d6: Pushed 15:54:14 1b08a366fd48: Pushed 15:54:14 527d5595f868: Pushed 15:54:14 17ba31b5c1aa: Pushed 15:54:14 f33d187ed3c2: Layer already exists 15:54:14 aa8d6b7a352c: Pushed 15:54:14 a251711dc258: Pushed 15:54:14 eee2ac584cc8: Pushed 15:54:14 aa5968d388b8: Layer already exists 15:54:14 946f167c13ef: Pushed 15:54:16 4c9c536516ce: Pushed 15:54:16 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:16 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:17 17ba31b5c1aa: Preparing 15:54:17 17ba31b5c1aa: Preparing 15:54:17 c309ce4ce9d6: Preparing 15:54:17 527d5595f868: Preparing 15:54:17 6b643910e1f7: Preparing 15:54:17 1b08a366fd48: Preparing 15:54:17 4c9c536516ce: Preparing 15:54:17 f33d187ed3c2: Preparing 15:54:17 aa8d6b7a352c: Preparing 15:54:17 eee2ac584cc8: Preparing 15:54:17 a251711dc258: Preparing 15:54:17 946f167c13ef: Preparing 15:54:17 aa5968d388b8: Preparing 15:54:17 4c9c536516ce: Waiting 15:54:17 f33d187ed3c2: Waiting 15:54:17 eee2ac584cc8: Waiting 15:54:17 a251711dc258: Waiting 15:54:17 aa8d6b7a352c: Waiting 15:54:17 946f167c13ef: Waiting 15:54:17 aa5968d388b8: Waiting 15:54:17 1b08a366fd48: Layer already exists 15:54:17 6b643910e1f7: Layer already exists 15:54:17 17ba31b5c1aa: Layer already exists 15:54:17 527d5595f868: Layer already exists 15:54:17 c309ce4ce9d6: Layer already exists 15:54:17 4c9c536516ce: Layer already exists 15:54:17 aa8d6b7a352c: Layer already exists 15:54:17 a251711dc258: Layer already exists 15:54:17 eee2ac584cc8: Layer already exists 15:54:17 f33d187ed3c2: Layer already exists 15:54:17 946f167c13ef: Layer already exists 15:54:17 aa5968d388b8: Layer already exists 15:54:17 latest: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:17 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 15:54:17 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:17 17ba31b5c1aa: Preparing 15:54:17 17ba31b5c1aa: Preparing 15:54:17 c309ce4ce9d6: Preparing 15:54:17 527d5595f868: Preparing 15:54:17 6b643910e1f7: Preparing 15:54:17 1b08a366fd48: Preparing 15:54:17 4c9c536516ce: Preparing 15:54:17 f33d187ed3c2: Preparing 15:54:17 aa8d6b7a352c: Preparing 15:54:17 eee2ac584cc8: Preparing 15:54:17 a251711dc258: Preparing 15:54:17 946f167c13ef: Preparing 15:54:17 aa5968d388b8: Preparing 15:54:17 4c9c536516ce: Waiting 15:54:17 f33d187ed3c2: Waiting 15:54:17 aa8d6b7a352c: Waiting 15:54:17 eee2ac584cc8: Waiting 15:54:17 a251711dc258: Waiting 15:54:17 946f167c13ef: Waiting 15:54:17 aa5968d388b8: Waiting 15:54:17 c309ce4ce9d6: Layer already exists 15:54:17 17ba31b5c1aa: Layer already exists 15:54:17 527d5595f868: Layer already exists 15:54:17 6b643910e1f7: Layer already exists 15:54:17 1b08a366fd48: Layer already exists 15:54:17 f33d187ed3c2: Layer already exists 15:54:17 aa8d6b7a352c: Layer already exists 15:54:17 eee2ac584cc8: Layer already exists 15:54:17 4c9c536516ce: Layer already exists 15:54:17 a251711dc258: Layer already exists 15:54:17 946f167c13ef: Layer already exists 15:54:17 aa5968d388b8: Layer already exists 15:54:17 3.0.0-dev.59: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:17 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:18 17ba31b5c1aa: Preparing 15:54:18 17ba31b5c1aa: Preparing 15:54:18 c309ce4ce9d6: Preparing 15:54:18 527d5595f868: Preparing 15:54:18 6b643910e1f7: Preparing 15:54:18 1b08a366fd48: Preparing 15:54:18 4c9c536516ce: Preparing 15:54:18 f33d187ed3c2: Preparing 15:54:18 aa8d6b7a352c: Preparing 15:54:18 eee2ac584cc8: Preparing 15:54:18 a251711dc258: Preparing 15:54:18 946f167c13ef: Preparing 15:54:18 aa5968d388b8: Preparing 15:54:18 a251711dc258: Waiting 15:54:18 946f167c13ef: Waiting 15:54:18 aa5968d388b8: Waiting 15:54:18 f33d187ed3c2: Waiting 15:54:18 aa8d6b7a352c: Waiting 15:54:18 eee2ac584cc8: Waiting 15:54:18 6b643910e1f7: Layer already exists 15:54:18 1b08a366fd48: Layer already exists 15:54:18 527d5595f868: Layer already exists 15:54:18 c309ce4ce9d6: Layer already exists 15:54:18 17ba31b5c1aa: Layer already exists 15:54:18 4c9c536516ce: Layer already exists 15:54:18 f33d187ed3c2: Layer already exists 15:54:18 a251711dc258: Layer already exists 15:54:18 eee2ac584cc8: Layer already exists 15:54:18 aa8d6b7a352c: Layer already exists 15:54:18 aa5968d388b8: Layer already exists 15:54:18 946f167c13ef: Layer already exists 15:54:18 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 15:54:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 15:54:18 17ba31b5c1aa: Preparing 15:54:18 17ba31b5c1aa: Preparing 15:54:18 c309ce4ce9d6: Preparing 15:54:18 527d5595f868: Preparing 15:54:18 6b643910e1f7: Preparing 15:54:18 1b08a366fd48: Preparing 15:54:18 4c9c536516ce: Preparing 15:54:18 f33d187ed3c2: Preparing 15:54:18 aa8d6b7a352c: Preparing 15:54:18 eee2ac584cc8: Preparing 15:54:18 a251711dc258: Preparing 15:54:18 946f167c13ef: Preparing 15:54:18 aa5968d388b8: Preparing 15:54:18 946f167c13ef: Waiting 15:54:18 f33d187ed3c2: Waiting 15:54:18 aa8d6b7a352c: Waiting 15:54:18 a251711dc258: Waiting 15:54:18 4c9c536516ce: Waiting 15:54:18 eee2ac584cc8: Waiting 15:54:18 aa5968d388b8: Waiting 15:54:18 c309ce4ce9d6: Layer already exists 15:54:18 6b643910e1f7: Layer already exists 15:54:18 527d5595f868: Layer already exists 15:54:18 17ba31b5c1aa: Layer already exists 15:54:18 1b08a366fd48: Layer already exists 15:54:18 4c9c536516ce: Layer already exists 15:54:18 f33d187ed3c2: Layer already exists 15:54:18 a251711dc258: Layer already exists 15:54:18 aa8d6b7a352c: Layer already exists 15:54:18 eee2ac584cc8: Layer already exists 15:54:18 aa5968d388b8: Layer already exists 15:54:18 946f167c13ef: Layer already exists 15:54:18 main: digest: sha256:3e3553dac4c1e2a47f43f49015357d5fdc02d38526f29c4eb434f33466f63c24 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:18 ===================================================== [Pipeline] echo 15:54:18 taggedImages: 15:54:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 15:54:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.59 15:54:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:18 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 15:54:18 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 15:54:18 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:18 latest 15:54:18 3.0.0-dev.59 15:54:18 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:18 main 15:54:18 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:19 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:19 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:54:19 c8786770d4fa: Preparing 15:54:19 4cccbac031df: Preparing 15:54:19 aba4c227d238: Preparing 15:54:19 989e8413cc04: Preparing 15:54:19 705a9789b4fb: Preparing 15:54:19 a193d50df53e: Preparing 15:54:19 22457669f936: Preparing 15:54:19 aa5968d388b8: Preparing 15:54:19 a193d50df53e: Waiting 15:54:19 22457669f936: Waiting 15:54:19 aa5968d388b8: Waiting 15:54:19 c8786770d4fa: Pushed 15:54:19 705a9789b4fb: Pushed 15:54:19 4cccbac031df: Pushed 15:54:19 aa5968d388b8: Layer already exists 15:54:19 a193d50df53e: Pushed 15:54:20 22457669f936: Pushed 15:54:20 989e8413cc04: Pushed 15:54:20 aba4c227d238: Pushed 15:54:20 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:21 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:54:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:54:21 c8786770d4fa: Preparing 15:54:21 4cccbac031df: Preparing 15:54:21 aba4c227d238: Preparing 15:54:21 989e8413cc04: Preparing 15:54:21 705a9789b4fb: Preparing 15:54:21 a193d50df53e: Preparing 15:54:21 22457669f936: Preparing 15:54:21 aa5968d388b8: Preparing 15:54:21 22457669f936: Waiting 15:54:21 aa5968d388b8: Waiting 15:54:21 4cccbac031df: Layer already exists 15:54:21 705a9789b4fb: Layer already exists 15:54:21 c8786770d4fa: Layer already exists 15:54:21 aba4c227d238: Layer already exists 15:54:21 989e8413cc04: Layer already exists 15:54:21 a193d50df53e: Layer already exists 15:54:21 22457669f936: Layer already exists 15:54:21 aa5968d388b8: Layer already exists 15:54:21 latest: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:21 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 15:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:54:22 c8786770d4fa: Preparing 15:54:22 4cccbac031df: Preparing 15:54:22 aba4c227d238: Preparing 15:54:22 989e8413cc04: Preparing 15:54:22 705a9789b4fb: Preparing 15:54:22 a193d50df53e: Preparing 15:54:22 22457669f936: Preparing 15:54:22 aa5968d388b8: Preparing 15:54:22 22457669f936: Waiting 15:54:22 a193d50df53e: Waiting 15:54:22 aa5968d388b8: Waiting 15:54:22 aba4c227d238: Layer already exists 15:54:22 705a9789b4fb: Layer already exists 15:54:22 989e8413cc04: Layer already exists 15:54:22 c8786770d4fa: Layer already exists 15:54:22 4cccbac031df: Layer already exists 15:54:22 a193d50df53e: Layer already exists 15:54:22 22457669f936: Layer already exists 15:54:22 aa5968d388b8: Layer already exists 15:54:22 3.0.0-dev.59: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:22 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:54:22 c8786770d4fa: Preparing 15:54:22 4cccbac031df: Preparing 15:54:22 aba4c227d238: Preparing 15:54:22 989e8413cc04: Preparing 15:54:22 705a9789b4fb: Preparing 15:54:22 a193d50df53e: Preparing 15:54:22 22457669f936: Preparing 15:54:22 aa5968d388b8: Preparing 15:54:22 a193d50df53e: Waiting 15:54:22 aa5968d388b8: Waiting 15:54:22 22457669f936: Waiting 15:54:22 705a9789b4fb: Layer already exists 15:54:22 aba4c227d238: Layer already exists 15:54:22 989e8413cc04: Layer already exists 15:54:22 c8786770d4fa: Layer already exists 15:54:22 4cccbac031df: Layer already exists 15:54:22 a193d50df53e: Layer already exists 15:54:22 22457669f936: Layer already exists 15:54:22 aa5968d388b8: Layer already exists 15:54:22 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:23 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 15:54:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 15:54:23 c8786770d4fa: Preparing 15:54:23 4cccbac031df: Preparing 15:54:23 aba4c227d238: Preparing 15:54:23 989e8413cc04: Preparing 15:54:23 705a9789b4fb: Preparing 15:54:23 a193d50df53e: Preparing 15:54:23 22457669f936: Preparing 15:54:23 aa5968d388b8: Preparing 15:54:23 a193d50df53e: Waiting 15:54:23 22457669f936: Waiting 15:54:23 aa5968d388b8: Waiting 15:54:23 705a9789b4fb: Layer already exists 15:54:23 989e8413cc04: Layer already exists 15:54:23 aba4c227d238: Layer already exists 15:54:23 c8786770d4fa: Layer already exists 15:54:23 4cccbac031df: Layer already exists 15:54:23 a193d50df53e: Layer already exists 15:54:23 22457669f936: Layer already exists 15:54:23 aa5968d388b8: Layer already exists 15:54:23 main: digest: sha256:6366ed388a5fd7f669dbdc314feed8d2de784c6684dd0048ca3d24eccf075165 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:23 ===================================================== [Pipeline] echo 15:54:23 taggedImages: 15:54:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 15:54:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.59 15:54:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:23 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 15:54:23 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 15:54:23 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:23 latest 15:54:23 3.0.0-dev.59 15:54:23 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:23 main 15:54:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:23 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:24 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:54:24 8e40b8fd7969: Preparing 15:54:24 a6ce47a86b39: Preparing 15:54:24 94a7f7f34abf: Preparing 15:54:24 d55aaf7d7c52: Preparing 15:54:24 76e94a4cc6b4: Preparing 15:54:24 5ea6b8a3c7d3: Preparing 15:54:24 d36ad07011a6: Preparing 15:54:24 ab90a69a91f6: Preparing 15:54:24 c4946e370836: Preparing 15:54:24 5ea6b8a3c7d3: Waiting 15:54:24 ab90a69a91f6: Waiting 15:54:24 aa5968d388b8: Preparing 15:54:24 aa5968d388b8: Waiting 15:54:24 a6ce47a86b39: Pushed 15:54:24 76e94a4cc6b4: Pushed 15:54:24 8e40b8fd7969: Pushed 15:54:24 5ea6b8a3c7d3: Pushed 15:54:24 ab90a69a91f6: Pushed 15:54:24 d36ad07011a6: Pushed 15:54:24 aa5968d388b8: Layer already exists 15:54:24 c4946e370836: Pushed 15:54:25 d55aaf7d7c52: Pushed 15:54:25 94a7f7f34abf: Pushed 15:54:25 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:25 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:54:26 8e40b8fd7969: Preparing 15:54:26 a6ce47a86b39: Preparing 15:54:26 94a7f7f34abf: Preparing 15:54:26 d55aaf7d7c52: Preparing 15:54:26 76e94a4cc6b4: Preparing 15:54:26 5ea6b8a3c7d3: Preparing 15:54:26 d36ad07011a6: Preparing 15:54:26 ab90a69a91f6: Preparing 15:54:26 c4946e370836: Preparing 15:54:26 aa5968d388b8: Preparing 15:54:26 5ea6b8a3c7d3: Waiting 15:54:26 d36ad07011a6: Waiting 15:54:26 c4946e370836: Waiting 15:54:26 aa5968d388b8: Waiting 15:54:26 ab90a69a91f6: Waiting 15:54:26 d55aaf7d7c52: Layer already exists 15:54:26 a6ce47a86b39: Layer already exists 15:54:26 76e94a4cc6b4: Layer already exists 15:54:26 8e40b8fd7969: Layer already exists 15:54:26 94a7f7f34abf: Layer already exists 15:54:26 ab90a69a91f6: Layer already exists 15:54:26 5ea6b8a3c7d3: Layer already exists 15:54:26 d36ad07011a6: Layer already exists 15:54:26 c4946e370836: Layer already exists 15:54:26 aa5968d388b8: Layer already exists 15:54:26 latest: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:26 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 15:54:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:54:26 8e40b8fd7969: Preparing 15:54:26 a6ce47a86b39: Preparing 15:54:26 94a7f7f34abf: Preparing 15:54:26 d55aaf7d7c52: Preparing 15:54:26 76e94a4cc6b4: Preparing 15:54:26 5ea6b8a3c7d3: Preparing 15:54:26 d36ad07011a6: Preparing 15:54:26 ab90a69a91f6: Preparing 15:54:26 c4946e370836: Preparing 15:54:26 aa5968d388b8: Preparing 15:54:26 5ea6b8a3c7d3: Waiting 15:54:26 d36ad07011a6: Waiting 15:54:26 c4946e370836: Waiting 15:54:26 ab90a69a91f6: Waiting 15:54:26 aa5968d388b8: Waiting 15:54:26 76e94a4cc6b4: Layer already exists 15:54:26 8e40b8fd7969: Layer already exists 15:54:26 d55aaf7d7c52: Layer already exists 15:54:26 a6ce47a86b39: Layer already exists 15:54:26 94a7f7f34abf: Layer already exists 15:54:26 5ea6b8a3c7d3: Layer already exists 15:54:26 d36ad07011a6: Layer already exists 15:54:26 c4946e370836: Layer already exists 15:54:26 ab90a69a91f6: Layer already exists 15:54:26 aa5968d388b8: Layer already exists 15:54:26 3.0.0-dev.59: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:26 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:54:27 8e40b8fd7969: Preparing 15:54:27 a6ce47a86b39: Preparing 15:54:27 94a7f7f34abf: Preparing 15:54:27 d55aaf7d7c52: Preparing 15:54:27 76e94a4cc6b4: Preparing 15:54:27 5ea6b8a3c7d3: Preparing 15:54:27 d36ad07011a6: Preparing 15:54:27 ab90a69a91f6: Preparing 15:54:27 c4946e370836: Preparing 15:54:27 aa5968d388b8: Preparing 15:54:27 d36ad07011a6: Waiting 15:54:27 ab90a69a91f6: Waiting 15:54:27 c4946e370836: Waiting 15:54:27 5ea6b8a3c7d3: Waiting 15:54:27 aa5968d388b8: Waiting 15:54:27 d55aaf7d7c52: Layer already exists 15:54:27 8e40b8fd7969: Layer already exists 15:54:27 76e94a4cc6b4: Layer already exists 15:54:27 a6ce47a86b39: Layer already exists 15:54:27 94a7f7f34abf: Layer already exists 15:54:27 d36ad07011a6: Layer already exists 15:54:27 ab90a69a91f6: Layer already exists 15:54:27 5ea6b8a3c7d3: Layer already exists 15:54:27 aa5968d388b8: Layer already exists 15:54:27 c4946e370836: Layer already exists 15:54:27 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:27 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:27 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 15:54:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 15:54:27 8e40b8fd7969: Preparing 15:54:27 a6ce47a86b39: Preparing 15:54:27 94a7f7f34abf: Preparing 15:54:27 d55aaf7d7c52: Preparing 15:54:27 76e94a4cc6b4: Preparing 15:54:27 5ea6b8a3c7d3: Preparing 15:54:27 d36ad07011a6: Preparing 15:54:27 ab90a69a91f6: Preparing 15:54:27 c4946e370836: Preparing 15:54:27 aa5968d388b8: Preparing 15:54:27 5ea6b8a3c7d3: Waiting 15:54:27 d36ad07011a6: Waiting 15:54:27 ab90a69a91f6: Waiting 15:54:27 c4946e370836: Waiting 15:54:27 aa5968d388b8: Waiting 15:54:27 a6ce47a86b39: Layer already exists 15:54:27 76e94a4cc6b4: Layer already exists 15:54:27 94a7f7f34abf: Layer already exists 15:54:27 8e40b8fd7969: Layer already exists 15:54:27 d55aaf7d7c52: Layer already exists 15:54:27 5ea6b8a3c7d3: Layer already exists 15:54:27 d36ad07011a6: Layer already exists 15:54:27 ab90a69a91f6: Layer already exists 15:54:27 aa5968d388b8: Layer already exists 15:54:27 c4946e370836: Layer already exists 15:54:27 main: digest: sha256:b3503713fce58858e654d8cdd4000444148f344ae89d5d7839cdb65062621ad7 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:27 ===================================================== [Pipeline] echo 15:54:27 taggedImages: 15:54:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 15:54:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.59 15:54:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:27 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 15:54:27 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 15:54:27 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:27 latest 15:54:27 3.0.0-dev.59 15:54:27 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:27 main 15:54:27 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:28 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:28 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:54:28 cd99a450a41b: Preparing 15:54:28 0f5519bf409b: Preparing 15:54:28 f33d187ed3c2: Preparing 15:54:28 c88d54f81c3e: Preparing 15:54:28 4e6476652798: Preparing 15:54:28 f33d187ed3c2: Layer already exists 15:54:28 4e6476652798: Layer already exists 15:54:28 cd99a450a41b: Pushed 15:54:29 c88d54f81c3e: Pushed 15:54:32 0f5519bf409b: Pushed 15:54:32 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:32 + 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 15:54:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:54:33 cd99a450a41b: Preparing 15:54:33 0f5519bf409b: Preparing 15:54:33 f33d187ed3c2: Preparing 15:54:33 c88d54f81c3e: Preparing 15:54:33 4e6476652798: Preparing 15:54:33 4e6476652798: Layer already exists 15:54:33 0f5519bf409b: Layer already exists 15:54:33 f33d187ed3c2: Layer already exists 15:54:33 cd99a450a41b: Layer already exists 15:54:33 c88d54f81c3e: Layer already exists 15:54:33 latest: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 15:54:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:54:33 cd99a450a41b: Preparing 15:54:33 0f5519bf409b: Preparing 15:54:33 f33d187ed3c2: Preparing 15:54:33 c88d54f81c3e: Preparing 15:54:33 4e6476652798: Preparing 15:54:33 f33d187ed3c2: Layer already exists 15:54:33 0f5519bf409b: Layer already exists 15:54:33 c88d54f81c3e: Layer already exists 15:54:33 4e6476652798: Layer already exists 15:54:33 cd99a450a41b: Layer already exists 15:54:33 3.0.0-dev.59: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:34 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:54:34 cd99a450a41b: Preparing 15:54:34 0f5519bf409b: Preparing 15:54:34 f33d187ed3c2: Preparing 15:54:34 c88d54f81c3e: Preparing 15:54:34 4e6476652798: Preparing 15:54:34 f33d187ed3c2: Layer already exists 15:54:34 cd99a450a41b: Layer already exists 15:54:34 4e6476652798: Layer already exists 15:54:34 0f5519bf409b: Layer already exists 15:54:34 c88d54f81c3e: Layer already exists 15:54:34 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:34 + 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 15:54:34 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 15:54:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 15:54:34 cd99a450a41b: Preparing 15:54:34 0f5519bf409b: Preparing 15:54:34 f33d187ed3c2: Preparing 15:54:34 c88d54f81c3e: Preparing 15:54:34 4e6476652798: Preparing 15:54:34 0f5519bf409b: Layer already exists 15:54:34 cd99a450a41b: Layer already exists 15:54:34 c88d54f81c3e: Layer already exists 15:54:34 4e6476652798: Layer already exists 15:54:34 f33d187ed3c2: Layer already exists 15:54:34 main: digest: sha256:736a2e1f7b90fb422644a9a3f295e999d5cb9578c8d09c80d3a3146ebee75870 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:34 ===================================================== [Pipeline] echo 15:54:34 taggedImages: 15:54:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 15:54:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.59 15:54:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:34 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 15:54:34 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 15:54:34 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:34 latest 15:54:34 3.0.0-dev.59 15:54:34 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:34 main 15:54:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:35 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:35 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:54:35 129deea77f02: Preparing 15:54:35 052bf9c99d63: Preparing 15:54:35 4f5c8d8cab6a: Preparing 15:54:35 414073bd21cd: Preparing 15:54:35 edd67b31f058: Preparing 15:54:35 0aa02c1d38b4: Preparing 15:54:35 4e6476652798: Preparing 15:54:35 4e6476652798: Waiting 15:54:35 0aa02c1d38b4: Waiting 15:54:35 4f5c8d8cab6a: Pushed 15:54:35 052bf9c99d63: Pushed 15:54:35 129deea77f02: Pushed 15:54:35 4e6476652798: Layer already exists 15:54:36 0aa02c1d38b4: Pushed 15:54:39 edd67b31f058: Pushed 15:54:42 414073bd21cd: Pushed 15:54:42 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:54:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:54:42 129deea77f02: Preparing 15:54:42 052bf9c99d63: Preparing 15:54:42 4f5c8d8cab6a: Preparing 15:54:42 414073bd21cd: Preparing 15:54:42 edd67b31f058: Preparing 15:54:42 0aa02c1d38b4: Preparing 15:54:42 4e6476652798: Preparing 15:54:42 4e6476652798: Waiting 15:54:42 0aa02c1d38b4: Waiting 15:54:42 414073bd21cd: Layer already exists 15:54:42 edd67b31f058: Layer already exists 15:54:42 129deea77f02: Layer already exists 15:54:42 052bf9c99d63: Layer already exists 15:54:42 4f5c8d8cab6a: Layer already exists 15:54:42 0aa02c1d38b4: Layer already exists 15:54:42 4e6476652798: Layer already exists 15:54:42 latest: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:42 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 15:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:54:43 129deea77f02: Preparing 15:54:43 052bf9c99d63: Preparing 15:54:43 4f5c8d8cab6a: Preparing 15:54:43 414073bd21cd: Preparing 15:54:43 edd67b31f058: Preparing 15:54:43 0aa02c1d38b4: Preparing 15:54:43 4e6476652798: Preparing 15:54:43 0aa02c1d38b4: Waiting 15:54:43 129deea77f02: Layer already exists 15:54:43 414073bd21cd: Layer already exists 15:54:43 edd67b31f058: Layer already exists 15:54:43 4f5c8d8cab6a: Layer already exists 15:54:43 052bf9c99d63: Layer already exists 15:54:43 0aa02c1d38b4: Layer already exists 15:54:43 4e6476652798: Layer already exists 15:54:43 3.0.0-dev.59: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:43 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:54:43 129deea77f02: Preparing 15:54:43 052bf9c99d63: Preparing 15:54:43 4f5c8d8cab6a: Preparing 15:54:43 414073bd21cd: Preparing 15:54:43 edd67b31f058: Preparing 15:54:43 0aa02c1d38b4: Preparing 15:54:43 4e6476652798: Preparing 15:54:43 4e6476652798: Waiting 15:54:43 0aa02c1d38b4: Waiting 15:54:43 4f5c8d8cab6a: Layer already exists 15:54:43 edd67b31f058: Layer already exists 15:54:43 129deea77f02: Layer already exists 15:54:43 052bf9c99d63: Layer already exists 15:54:43 414073bd21cd: Layer already exists 15:54:43 0aa02c1d38b4: Layer already exists 15:54:43 4e6476652798: Layer already exists 15:54:43 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:44 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 15:54:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 15:54:44 129deea77f02: Preparing 15:54:44 052bf9c99d63: Preparing 15:54:44 4f5c8d8cab6a: Preparing 15:54:44 414073bd21cd: Preparing 15:54:44 edd67b31f058: Preparing 15:54:44 0aa02c1d38b4: Preparing 15:54:44 4e6476652798: Preparing 15:54:44 0aa02c1d38b4: Waiting 15:54:44 4e6476652798: Waiting 15:54:44 4f5c8d8cab6a: Layer already exists 15:54:44 129deea77f02: Layer already exists 15:54:44 414073bd21cd: Layer already exists 15:54:44 052bf9c99d63: Layer already exists 15:54:44 edd67b31f058: Layer already exists 15:54:44 0aa02c1d38b4: Layer already exists 15:54:44 4e6476652798: Layer already exists 15:54:44 main: digest: sha256:b11ce950be03ed4335ab85d87f06a4091dfea109dd5c6d04c768af6863c51d03 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:44 ===================================================== [Pipeline] echo 15:54:44 taggedImages: 15:54:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 15:54:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.59 15:54:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:44 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 15:54:44 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 15:54:44 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:44 latest 15:54:44 3.0.0-dev.59 15:54:44 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:44 main 15:54:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:44 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:45 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:54:45 2d98044d0322: Preparing 15:54:45 4d6dd81b9b3d: Preparing 15:54:45 eedd5d388c55: Preparing 15:54:45 4b65fe0467c6: Preparing 15:54:45 68e36794520f: Preparing 15:54:45 4e6476652798: Preparing 15:54:45 4e6476652798: Waiting 15:54:45 2d98044d0322: Pushed 15:54:45 eedd5d388c55: Pushed 15:54:45 4d6dd81b9b3d: Pushed 15:54:45 4e6476652798: Layer already exists 15:54:45 68e36794520f: Pushed 15:54:52 4b65fe0467c6: Pushed 15:54:52 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:54:52 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:54:52 2d98044d0322: Preparing 15:54:52 4d6dd81b9b3d: Preparing 15:54:52 eedd5d388c55: Preparing 15:54:52 4b65fe0467c6: Preparing 15:54:52 68e36794520f: Preparing 15:54:52 4e6476652798: Preparing 15:54:52 4e6476652798: Waiting 15:54:52 4d6dd81b9b3d: Layer already exists 15:54:52 2d98044d0322: Layer already exists 15:54:52 4b65fe0467c6: Layer already exists 15:54:52 68e36794520f: Layer already exists 15:54:52 eedd5d388c55: Layer already exists 15:54:52 4e6476652798: Layer already exists 15:54:52 latest: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:52 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 15:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:54:53 2d98044d0322: Preparing 15:54:53 4d6dd81b9b3d: Preparing 15:54:53 eedd5d388c55: Preparing 15:54:53 4b65fe0467c6: Preparing 15:54:53 68e36794520f: Preparing 15:54:53 4e6476652798: Preparing 15:54:53 4e6476652798: Waiting 15:54:53 eedd5d388c55: Layer already exists 15:54:53 4d6dd81b9b3d: Layer already exists 15:54:53 4b65fe0467c6: Layer already exists 15:54:53 68e36794520f: Layer already exists 15:54:53 2d98044d0322: Layer already exists 15:54:53 4e6476652798: Layer already exists 15:54:53 3.0.0-dev.59: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:53 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:54:53 2d98044d0322: Preparing 15:54:53 4d6dd81b9b3d: Preparing 15:54:53 eedd5d388c55: Preparing 15:54:53 4b65fe0467c6: Preparing 15:54:53 68e36794520f: Preparing 15:54:53 4e6476652798: Preparing 15:54:53 4e6476652798: Waiting 15:54:53 4d6dd81b9b3d: Layer already exists 15:54:53 4b65fe0467c6: Layer already exists 15:54:53 2d98044d0322: Layer already exists 15:54:53 eedd5d388c55: Layer already exists 15:54:53 68e36794520f: Layer already exists 15:54:53 4e6476652798: Layer already exists 15:54:53 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:54 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:54 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 15:54:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 15:54:54 2d98044d0322: Preparing 15:54:54 4d6dd81b9b3d: Preparing 15:54:54 eedd5d388c55: Preparing 15:54:54 4b65fe0467c6: Preparing 15:54:54 68e36794520f: Preparing 15:54:54 4e6476652798: Preparing 15:54:54 4d6dd81b9b3d: Layer already exists 15:54:54 2d98044d0322: Layer already exists 15:54:54 4b65fe0467c6: Layer already exists 15:54:54 eedd5d388c55: Layer already exists 15:54:54 68e36794520f: Layer already exists 15:54:54 4e6476652798: Layer already exists 15:54:54 main: digest: sha256:8a65c41e4586148e1d229def12dd842204bc1f88ed99387320a7b4c3c6cc1698 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:54 ===================================================== [Pipeline] echo 15:54:54 taggedImages: 15:54:54 - nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:54 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 15:54:54 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.59 15:54:54 - nexus3.edgexfoundry.org:10004/security-spire-config:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:54 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 15:54:54 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 15:54:54 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:54 latest 15:54:54 3.0.0-dev.59 15:54:54 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:54 main 15:54:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:54 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:55 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:54:55 61b9696212dc: Preparing 15:54:55 340476c1d7d5: Preparing 15:54:55 aa28c14b2e81: Preparing 15:54:55 4b65fe0467c6: Preparing 15:54:55 2dbc35d2593e: Preparing 15:54:55 4e6476652798: Preparing 15:54:55 4e6476652798: Waiting 15:54:55 4b65fe0467c6: Layer already exists 15:54:55 4e6476652798: Layer already exists 15:54:55 340476c1d7d5: Pushed 15:54:55 61b9696212dc: Pushed 15:54:55 aa28c14b2e81: Pushed 15:54:55 2dbc35d2593e: Pushed 15:54:55 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:54:56 61b9696212dc: Preparing 15:54:56 340476c1d7d5: Preparing 15:54:56 aa28c14b2e81: Preparing 15:54:56 4b65fe0467c6: Preparing 15:54:56 2dbc35d2593e: Preparing 15:54:56 4e6476652798: Preparing 15:54:56 4e6476652798: Waiting 15:54:56 aa28c14b2e81: Layer already exists 15:54:56 340476c1d7d5: Layer already exists 15:54:56 2dbc35d2593e: Layer already exists 15:54:56 61b9696212dc: Layer already exists 15:54:56 4b65fe0467c6: Layer already exists 15:54:56 4e6476652798: Layer already exists 15:54:56 latest: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 15:54:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:54:56 61b9696212dc: Preparing 15:54:56 340476c1d7d5: Preparing 15:54:56 aa28c14b2e81: Preparing 15:54:56 4b65fe0467c6: Preparing 15:54:56 2dbc35d2593e: Preparing 15:54:56 4e6476652798: Preparing 15:54:56 4e6476652798: Waiting 15:54:56 61b9696212dc: Layer already exists 15:54:56 aa28c14b2e81: Layer already exists 15:54:56 340476c1d7d5: Layer already exists 15:54:56 2dbc35d2593e: Layer already exists 15:54:56 4b65fe0467c6: Layer already exists 15:54:56 4e6476652798: Layer already exists 15:54:56 3.0.0-dev.59: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:54:57 61b9696212dc: Preparing 15:54:57 340476c1d7d5: Preparing 15:54:57 aa28c14b2e81: Preparing 15:54:57 4b65fe0467c6: Preparing 15:54:57 2dbc35d2593e: Preparing 15:54:57 4e6476652798: Preparing 15:54:57 4e6476652798: Waiting 15:54:57 4b65fe0467c6: Layer already exists 15:54:57 aa28c14b2e81: Layer already exists 15:54:57 2dbc35d2593e: Layer already exists 15:54:57 340476c1d7d5: Layer already exists 15:54:57 61b9696212dc: Layer already exists 15:54:57 4e6476652798: Layer already exists 15:54:57 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:57 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 15:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 15:54:58 61b9696212dc: Preparing 15:54:58 340476c1d7d5: Preparing 15:54:58 aa28c14b2e81: Preparing 15:54:58 4b65fe0467c6: Preparing 15:54:58 2dbc35d2593e: Preparing 15:54:58 4e6476652798: Preparing 15:54:58 61b9696212dc: Layer already exists 15:54:58 2dbc35d2593e: Layer already exists 15:54:58 aa28c14b2e81: Layer already exists 15:54:58 340476c1d7d5: Layer already exists 15:54:58 4b65fe0467c6: Layer already exists 15:54:58 4e6476652798: Layer already exists 15:54:58 main: digest: sha256:b9390991d21a14922ba91fa8ae2153fd343841edef7e17c3f575f081e04c2f60 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:54:58 ===================================================== [Pipeline] echo 15:54:58 taggedImages: 15:54:58 - nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:58 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 15:54:58 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.59 15:54:58 - nexus3.edgexfoundry.org:10004/security-spire-server:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:58 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 15:54:58 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 15:54:58 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:58 latest 15:54:58 3.0.0-dev.59 15:54:58 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:54:58 main 15:54:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:58 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:54:58 + docker push nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:54:58 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:54:58 2106633c1953: Preparing 15:54:58 b3f956ee4e0e: Preparing 15:54:58 f33d187ed3c2: Preparing 15:54:58 2e947a60b820: Preparing 15:54:58 aa5968d388b8: Preparing 15:54:58 aa5968d388b8: Layer already exists 15:54:58 f33d187ed3c2: Layer already exists 15:54:58 2106633c1953: Pushed 15:54:58 2e947a60b820: Pushed 15:55:01 b3f956ee4e0e: Pushed 15:55:01 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:01 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 15:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:02 2106633c1953: Preparing 15:55:02 b3f956ee4e0e: Preparing 15:55:02 f33d187ed3c2: Preparing 15:55:02 2e947a60b820: Preparing 15:55:02 aa5968d388b8: Preparing 15:55:02 b3f956ee4e0e: Layer already exists 15:55:02 2e947a60b820: Layer already exists 15:55:02 aa5968d388b8: Layer already exists 15:55:02 f33d187ed3c2: Layer already exists 15:55:02 2106633c1953: Layer already exists 15:55:02 latest: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 15:55:02 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:02 2106633c1953: Preparing 15:55:02 b3f956ee4e0e: Preparing 15:55:02 f33d187ed3c2: Preparing 15:55:02 2e947a60b820: Preparing 15:55:02 aa5968d388b8: Preparing 15:55:02 aa5968d388b8: Layer already exists 15:55:02 f33d187ed3c2: Layer already exists 15:55:02 2106633c1953: Layer already exists 15:55:02 b3f956ee4e0e: Layer already exists 15:55:02 2e947a60b820: Layer already exists 15:55:02 3.0.0-dev.59: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:02 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:03 2106633c1953: Preparing 15:55:03 b3f956ee4e0e: Preparing 15:55:03 f33d187ed3c2: Preparing 15:55:03 2e947a60b820: Preparing 15:55:03 aa5968d388b8: Preparing 15:55:03 2106633c1953: Layer already exists 15:55:03 2e947a60b820: Layer already exists 15:55:03 aa5968d388b8: Layer already exists 15:55:03 b3f956ee4e0e: Layer already exists 15:55:03 f33d187ed3c2: Layer already exists 15:55:03 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:03 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 15:55:03 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 15:55:03 2106633c1953: Preparing 15:55:03 b3f956ee4e0e: Preparing 15:55:03 f33d187ed3c2: Preparing 15:55:03 2e947a60b820: Preparing 15:55:03 aa5968d388b8: Preparing 15:55:03 f33d187ed3c2: Layer already exists 15:55:03 2e947a60b820: Layer already exists 15:55:03 b3f956ee4e0e: Layer already exists 15:55:03 2106633c1953: Layer already exists 15:55:03 aa5968d388b8: Layer already exists 15:55:03 main: digest: sha256:85155e5edaf47ecee93a90efd50077dfc1e0e8f7844c3bf265ed5a924add2050 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:03 ===================================================== [Pipeline] echo 15:55:03 taggedImages: 15:55:03 - nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:55:03 - nexus3.edgexfoundry.org:10004/support-notifications:latest 15:55:03 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.59 15:55:03 - nexus3.edgexfoundry.org:10004/support-notifications:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:55:03 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 15:55:03 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 15:55:03 affa4ba333889d31d83cf76b7d2a18a0230584e6 15:55:03 latest 15:55:03 3.0.0-dev.59 15:55:03 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:55:03 main 15:55:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:04 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:04 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:55:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:04 f0aa08d59f86: Preparing 15:55:04 afdfde04f1e5: Preparing 15:55:04 f33d187ed3c2: Preparing 15:55:04 4f5d1748fcff: Preparing 15:55:04 aa5968d388b8: Preparing 15:55:04 f33d187ed3c2: Layer already exists 15:55:04 aa5968d388b8: Layer already exists 15:55:04 4f5d1748fcff: Layer already exists 15:55:04 f0aa08d59f86: Pushed 15:55:06 afdfde04f1e5: Pushed 15:55:06 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:55:07 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:07 f0aa08d59f86: Preparing 15:55:07 afdfde04f1e5: Preparing 15:55:07 f33d187ed3c2: Preparing 15:55:07 4f5d1748fcff: Preparing 15:55:07 aa5968d388b8: Preparing 15:55:07 aa5968d388b8: Layer already exists 15:55:07 4f5d1748fcff: Layer already exists 15:55:07 afdfde04f1e5: Layer already exists 15:55:07 f0aa08d59f86: Layer already exists 15:55:07 f33d187ed3c2: Layer already exists 15:55:07 latest: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:07 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 15:55:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:08 f0aa08d59f86: Preparing 15:55:08 afdfde04f1e5: Preparing 15:55:08 f33d187ed3c2: Preparing 15:55:08 4f5d1748fcff: Preparing 15:55:08 aa5968d388b8: Preparing 15:55:08 4f5d1748fcff: Layer already exists 15:55:08 f33d187ed3c2: Layer already exists 15:55:08 f0aa08d59f86: Layer already exists 15:55:08 aa5968d388b8: Layer already exists 15:55:08 afdfde04f1e5: Layer already exists 15:55:08 3.0.0-dev.59: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:55:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:08 f0aa08d59f86: Preparing 15:55:08 afdfde04f1e5: Preparing 15:55:08 f33d187ed3c2: Preparing 15:55:08 4f5d1748fcff: Preparing 15:55:08 aa5968d388b8: Preparing 15:55:08 afdfde04f1e5: Layer already exists 15:55:08 f0aa08d59f86: Layer already exists 15:55:08 f33d187ed3c2: Layer already exists 15:55:08 aa5968d388b8: Layer already exists 15:55:08 4f5d1748fcff: Layer already exists 15:55:08 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:08 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:55:09 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 15:55:09 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 15:55:09 f0aa08d59f86: Preparing 15:55:09 afdfde04f1e5: Preparing 15:55:09 f33d187ed3c2: Preparing 15:55:09 4f5d1748fcff: Preparing 15:55:09 aa5968d388b8: Preparing 15:55:09 f0aa08d59f86: Layer already exists 15:55:09 afdfde04f1e5: Layer already exists 15:55:09 aa5968d388b8: Layer already exists 15:55:09 4f5d1748fcff: Layer already exists 15:55:09 f33d187ed3c2: Layer already exists 15:55:09 main: digest: sha256:322a824b0150df2137fa4b549d47eeac80bc45ec13f3941582e9e2bd6f090106 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 15:55:09 ===================================================== [Pipeline] echo 15:55:09 taggedImages: 15:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6 15:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 15:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.59 15:55:09 - nexus3.edgexfoundry.org:10004/support-scheduler:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 15:55:09 - 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] } 15:55:11 Removing intermediate container 59ead61f3c7d 15:55:11 ---> aaf309ce1ab3 15:55:11 Step 8/23 : COPY . . 15:55:11 Removing intermediate container c9960b44090c 15:55:11 ---> 45d3ec7ead17 15:55:11 Step 7/24 : COPY . . 15:55:11 Removing intermediate container 751c1b76b3eb 15:55:11 ---> c05dc0753e24 15:55:11 Step 7/21 : COPY . . 15:55:11 Removing intermediate container 53bf5bf36bc7 15:55:11 ---> 9f2e12afbf0b 15:55:11 Step 7/23 : COPY . . 15:55:11 Removing intermediate container 72beee438e5f 15:55:11 ---> 54b39a243b33 15:55:11 Step 7/24 : COPY . . 15:55:17 ---> 19b592e0f3a6 15:55:17 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 15:55:17 ---> Running in ba356c019878 15:55:17 ---> feb5af8d73e0 15:55:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:55:17 ---> 109f0dea1033 15:55:17 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:55:17 ---> Running in 6225b0107f03 15:55:17 ---> Running in 1fdd07c5568e 15:55:18 ---> b0f0d044136e 15:55:18 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 15:55:18 ---> Running in 9f9dbc77b096 15:55:18 ---> f55e64fb2f42 15:55:18 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 15:55:18 ---> Running in fcf55a86c21f 15:55:18 Removing intermediate container 6225b0107f03 15:55:18 ---> 65669f06769c 15:55:18 Step 9/24 : WORKDIR /edgex-go/spire-build 15:55:19 ---> Running in 7048efcfa4fa 15:55:19 Removing intermediate container 9f9dbc77b096 15:55:19 ---> bf5b93533b8e 15:55:19 Step 9/24 : WORKDIR /edgex-go/spire-build 15:55:19 Removing intermediate container fcf55a86c21f 15:55:19 ---> 7a29c7bc3d71 15:55:19 Step 9/23 : WORKDIR /edgex-go/spire-build 15:55:19 ---> Running in 03ebeead1fae 15:55:20 ---> Running in 1d0368a8e5a3 15:55:20 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 15:55:20 Removing intermediate container 7048efcfa4fa 15:55:20 ---> 9ecd4d165f9b 15:55:20 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 15:55:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:55:20 ---> Running in 1ef3e947cd8f 15:55:21 Removing intermediate container 03ebeead1fae 15:55:21 ---> d6b661486b44 15:55:21 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 15:55:21 Removing intermediate container 1d0368a8e5a3 15:55:21 ---> 25925cdf6bfd 15:55:21 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 15:55:21 ---> Running in eea015a68d75 15:55:21 ---> Running in 3efc1f823d6e 15:55:27 Removing intermediate container 1ef3e947cd8f 15:55:27 ---> 45a9dd4aaaea 15:55:27 Step 11/24 : WORKDIR /edgex-go 15:55:27 ---> Running in c8385f359d87 15:55:27 Removing intermediate container eea015a68d75 15:55:27 ---> 7f70b34a2055 15:55:27 Step 11/24 : WORKDIR /edgex-go 15:55:28 ---> Running in 65a5bcd50656 15:55:28 Removing intermediate container 3efc1f823d6e 15:55:28 ---> a51511bbc309 15:55:28 Step 11/23 : WORKDIR /edgex-go 15:55:28 ---> Running in 218b187acdf2 15:55:28 Removing intermediate container c8385f359d87 15:55:28 ---> 3fe9910da251 15:55:28 15:55:28 Step 12/24 : FROM alpine:3.15 15:55:28 3.15: Pulling from library/alpine 15:55:29 Removing intermediate container 65a5bcd50656 15:55:29 ---> 4affb6376836 15:55:29 15:55:29 Step 12/24 : FROM alpine:3.15 15:55:29 3.15: Pulling from library/alpine 15:55:30 Removing intermediate container 218b187acdf2 15:55:30 ---> f63b73b6c9ca 15:55:30 15:55:30 Step 12/23 : FROM alpine:3.15 15:55:30 3.15: Pulling from library/alpine 15:55:31 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:55:31 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:55:31 Status: Downloaded newer image for alpine:3.15 15:55:31 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 15:55:31 Status: Image is up to date for alpine:3.15 15:55:32 Status: Downloaded newer image for alpine:3.15 15:55:32 ---> 354640af7b1b 15:55:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:55:32 ---> 354640af7b1b 15:55:32 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:55:32 ---> 354640af7b1b 15:55:32 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 15:55:32 ---> Running in 39fefcd554cc 15:55:32 ---> Running in dbd52d5814bc 15:55:32 ---> Running in cf6b70a25df5 15:55:33 Removing intermediate container 39fefcd554cc 15:55:33 ---> 68db169d5cfa 15:55:33 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:55:33 Removing intermediate container cf6b70a25df5 15:55:33 ---> 7a21ed8de7b0 15:55:33 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 15:55:33 Removing intermediate container dbd52d5814bc 15:55:33 ---> acf345cb8fd5 15:55:33 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 15:55:33 ---> Running in c6477b367f5d 15:55:34 ---> Running in 3b951bec61a4 15:55:34 ---> Running in 93d340766507 15:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:39 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:55:39 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:55:39 OK: 15734 distinct packages available 15:55:39 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:55:39 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:55:39 OK: 15734 distinct packages available 15:55:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:39 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 15:55:39 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 15:55:39 OK: 15734 distinct packages available 15:55:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 15:55:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 15:55:42 (1/5) Installing dumb-init (1.2.5-r1) 15:55:42 (2/5) Installing musl-obstack (1.2.3-r0) 15:55:42 (3/5) Installing libucontext (1.1-r0) 15:55:42 (4/5) Installing gcompat (1.0.0-r4) 15:55:42 (5/5) Installing openssl (1.1.1t-r1) 15:55:42 Executing busybox-1.34.1-r7.trigger 15:55:42 OK: 6 MiB in 19 packages 15:55:42 (1/4) Installing dumb-init (1.2.5-r1) 15:55:42 (2/4) Installing musl-obstack (1.2.3-r0) 15:55:42 (3/4) Installing libucontext (1.1-r0) 15:55:42 (4/4) Installing gcompat (1.0.0-r4) 15:55:42 Executing busybox-1.34.1-r7.trigger 15:55:42 OK: 6 MiB in 18 packages 15:55:42 (1/5) Installing dumb-init (1.2.5-r1) 15:55:42 (2/5) Installing musl-obstack (1.2.3-r0) 15:55:42 (3/5) Installing libucontext (1.1-r0) 15:55:42 (4/5) Installing gcompat (1.0.0-r4) 15:55:42 (5/5) Installing openssl (1.1.1t-r1) 15:55:42 Executing busybox-1.34.1-r7.trigger 15:55:42 OK: 6 MiB in 19 packages 15:55:45 Removing intermediate container 3b951bec61a4 15:55:45 ---> 703b9222c1db 15:55:45 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:55:45 Removing intermediate container 93d340766507 15:55:45 ---> 4afe9c7ac2a2 15:55:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:55:45 Removing intermediate container c6477b367f5d 15:55:45 ---> 9949088c217e 15:55:45 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 15:55:56 ---> cb66cc5f43ea 15:55:56 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 15:56:00 ---> cb2f632d6d30 15:56:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 15:56:00 ---> 03a6ea0b1536 15:56:00 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 15:56:02 ---> 08d34fc3db52 15:56:02 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 15:56:02 ---> Running in d11204fef011 15:56:02 ---> 9316b7d78806 15:56:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 15:56:03 Removing intermediate container d11204fef011 15:56:03 ---> 57b12a82de9a 15:56:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 15:56:04 ---> 4b89ee137387 15:56:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 15:56:05 ---> 498642955c9b 15:56:05 Step 19/24 : WORKDIR / 15:56:05 ---> Running in 7b6925ca20e4 15:56:06 ---> 43ddaadd63d7 15:56:06 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:56:07 ---> Running in 86c76ffd8d49 15:56:07 Removing intermediate container 7b6925ca20e4 15:56:07 ---> 335084b83543 15:56:07 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:56:07 ---> Running in 9b39700cd8da 15:56:08 Removing intermediate container 86c76ffd8d49 15:56:08 ---> b095680c1eb0 15:56:08 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:56:08 ---> Running in 1960e0b0d134 15:56:08 Removing intermediate container 9b39700cd8da 15:56:08 ---> f429498280d0 15:56:08 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:56:09 ---> Running in 6e96611bfdaf 15:56:10 ---> 9a128f8c7021 15:56:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 15:56:10 Removing intermediate container 1960e0b0d134 15:56:10 ---> 9f308aec6f0e 15:56:10 Step 21/23 : LABEL arch=arm64 15:56:10 ---> Running in 693873e8b877 15:56:10 Removing intermediate container 6e96611bfdaf 15:56:10 ---> 543ef6a83a01 15:56:10 Step 22/24 : LABEL arch=arm64 15:56:10 ---> Running in 6a955ed2c41b 15:56:11 Removing intermediate container 693873e8b877 15:56:11 ---> a05fd55ac69a 15:56:11 Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:56:11 ---> Running in 398d6fe704d2 15:56:12 Removing intermediate container 6a955ed2c41b 15:56:12 ---> ba22434e09e7 15:56:12 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:56:12 ---> Running in ad3eb3134b55 15:56:13 ---> 296592afaf21 15:56:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 15:56:13 Removing intermediate container 398d6fe704d2 15:56:13 ---> 3c3b212a36fa 15:56:13 Step 23/23 : LABEL version=3.0.0-dev.59 15:56:13 ---> Running in 937cf2afd9da 15:56:14 Removing intermediate container ad3eb3134b55 15:56:14 ---> 074552c42770 15:56:14 Step 24/24 : LABEL version=3.0.0-dev.59 15:56:14 ---> Running in efc2fff82ae6 15:56:14 Removing intermediate container 937cf2afd9da 15:56:14 ---> c5eae48ec478 15:56:14 15:56:15 Removing intermediate container efc2fff82ae6 15:56:15 ---> 60db406663b9 15:56:15 15:56:15 ---> 7fcd43e8c605 15:56:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 15:56:15 Successfully built c5eae48ec478 15:56:15 Successfully tagged security-spire-server-arm64:latest 15:56:15 Building security-secretstore-setup 15:56:16  Building security-spire-server ... done Successfully built 60db406663b9 15:56:16 Successfully tagged security-spire-config-arm64:latest 15:56:16  Building security-spire-config ... done Building core-metadata 15:56:17 ---> 485d87478d51 15:56:17 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 15:56:17 ---> Running in e3e47b653b50 15:56:18 Removing intermediate container e3e47b653b50 15:56:18 ---> e63015c9d025 15:56:18 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 15:56:18 ---> Running in 6a100adbb8cf 15:56:18 Removing intermediate container 6a100adbb8cf 15:56:18 ---> 67e6a9384659 15:56:18 Step 22/24 : LABEL arch=arm64 15:56:19 ---> Running in 192ec777d2b5 15:56:19 Removing intermediate container 192ec777d2b5 15:56:19 ---> efc538f9f8f8 15:56:19 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 15:56:21 ---> Running in 91fe655a0a37 15:56:21 Removing intermediate container 91fe655a0a37 15:56:21 ---> fdb93d33ab13 15:56:21 Step 24/24 : LABEL version=3.0.0-dev.59 15:56:21 ---> Running in 66ec0c782a30 15:56:22 Removing intermediate container 66ec0c782a30 15:56:22 ---> 69454c442aa9 15:56:22 15:56:22 Successfully built 69454c442aa9 15:56:22 Successfully tagged security-spire-agent-arm64:latest 15:56:22  Building security-spire-agent ... done Building security-spiffe-token-provider 15:56:25 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:56:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:56:25 ---> c9290be95c5c 15:56:25 Step 3/24 : WORKDIR /edgex-go 15:56:25 ---> Using cache 15:56:25 ---> 6d7e012c34df 15:56:25 Step 4/24 : RUN apk add --update --no-cache make git 15:56:25 ---> Running in 18ab340be05d 15:56:27 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:56:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:56:27 ---> c9290be95c5c 15:56:27 Step 3/24 : ARG ADD_BUILD_TAGS="" 15:56:27 ---> Using cache 15:56:27 ---> 4d32a96b68b6 15:56:27 Step 4/24 : WORKDIR /edgex-go 15:56:27 ---> Using cache 15:56:27 ---> 2532427c6693 15:56:27 Step 5/24 : RUN apk add --update --no-cache make git 15:56:27 ---> Using cache 15:56:27 ---> 743568f98da0 15:56:27 Step 6/24 : COPY go.mod vendor* ./ 15:56:27 ---> Using cache 15:56:27 ---> 5be648c96b97 15:56:27 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:27 ---> Using cache 15:56:27 ---> aaf309ce1ab3 15:56:27 Step 8/24 : COPY . . 15:56:27 ---> Using cache 15:56:27 ---> 19b592e0f3a6 15:56:27 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 15:56:27 ---> Running in 85687f89d603 15:56:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:56:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:30 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 15:56:30 Step 2/19 : FROM ${BUILDER_BASE} AS builder 15:56:30 ---> c9290be95c5c 15:56:30 Step 3/19 : WORKDIR /edgex-go 15:56:30 ---> Using cache 15:56:30 ---> 6d7e012c34df 15:56:30 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 15:56:30 ---> Running in 7d541410261a 15:56:32 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:56:32 OK: 221 MiB in 51 packages 15:56:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:56:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:34 Removing intermediate container 18ab340be05d 15:56:34 ---> 0a032e209808 15:56:34 Step 5/24 : COPY go.mod vendor* ./ 15:56:35 ---> 0d4bc14b34b9 15:56:35 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:35 ---> Running in c93f5cb7625c 15:56:36 v3.16.4-16-g3c16caa8e9c [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 15:56:36 v3.16.4-18-g119e22a0985 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 15:56:36 OK: 16903 distinct packages available 15:56:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 15:56:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 15:56:40 OK: 221 MiB in 51 packages 15:56:41 Removing intermediate container 7d541410261a 15:56:41 ---> 2321d85cff8c 15:56:41 Step 5/19 : COPY go.mod vendor* ./ 15:56:44 ---> 93ef2f6e9219 15:56:44 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:56:44 ---> Running in 257448f7c47d 15:58:51 Removing intermediate container c93f5cb7625c 15:58:51 ---> 73f6c26a4336 15:58:51 Step 7/24 : COPY . . 15:58:51 ---> f4644bcc7200 15:58:51 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:58:51 ---> Running in 1d00b50cf5bd 15:58:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:58:51 Removing intermediate container 257448f7c47d 15:58:51 ---> fba898819a8b 15:58:51 Step 7/19 : COPY . . 15:58:51 ---> 465cb481d2ec 15:58:51 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 15:58:51 ---> Running in 4fbac8276da8 15:58:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 16:01:58 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 16:02:22 Removing intermediate container 1fdd07c5568e 16:02:22 ---> e0106a5af009 16:02:22 16:02:22 Step 9/21 : FROM alpine:3.16 16:02:22 3.16: Pulling from library/alpine 16:02:22 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:02:22 Status: Downloaded newer image for alpine:3.16 16:02:22 ---> 4c81e5bf8899 16:02:22 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 16:02:22 ---> Running in 9eec71a77abd 16:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:02:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:02:27 (1/6) Installing ca-certificates (20220614-r0) 16:02:27 (2/6) Installing brotli-libs (1.0.9-r6) 16:02:27 (3/6) Installing nghttp2-libs (1.47.0-r0) 16:02:27 (4/6) Installing libcurl (7.83.1-r6) 16:02:27 (5/6) Installing curl (7.83.1-r6) 16:02:27 (6/6) Installing dumb-init (1.2.5-r1) 16:02:27 Executing busybox-1.35.0-r17.trigger 16:02:27 Executing ca-certificates-20220614-r0.trigger 16:02:27 OK: 8 MiB in 20 packages 16:02:29 Removing intermediate container 9eec71a77abd 16:02:29 ---> 5fd92b4dd4d2 16:02:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:02:29 ---> Running in e6de77f14af0 16:02:30 Removing intermediate container e6de77f14af0 16:02:30 ---> 91954e52e8bd 16:02:30 Step 12/21 : WORKDIR /edgex 16:02:30 ---> Running in 87163dadc012 16:02:31 Removing intermediate container 87163dadc012 16:02:31 ---> 2286a644a001 16:02:31 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:02:31 ---> 0b7bd1d99eff 16:02:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:02:33 ---> 8af16983923e 16:02:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:02:35 ---> 9c4e79b9a258 16:02:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 16:02:36 ---> 71c7871f66ed 16:02:36 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:02:36 ---> Running in bd3a53c3cbe7 16:02:39 Removing intermediate container bd3a53c3cbe7 16:02:39 ---> 5f8984eea975 16:02:39 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 16:02:39 ---> Running in ad7e1539b1b2 16:02:39 Removing intermediate container ad7e1539b1b2 16:02:39 ---> 0203ea1f2475 16:02:39 Step 19/21 : LABEL arch=arm64 16:02:39 ---> Running in a3d6438dabc5 16:02:40 Removing intermediate container a3d6438dabc5 16:02:40 ---> 525213d18746 16:02:40 Step 20/21 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:02:40 ---> Running in 34d418d15a31 16:02:40 Removing intermediate container 34d418d15a31 16:02:40 ---> a5775b4b47cd 16:02:40 Step 21/21 : LABEL version=3.0.0-dev.59 16:02:41 ---> Running in e07055842e0b 16:02:41 Removing intermediate container e07055842e0b 16:02:41 ---> c78e70f93a4e 16:02:41 16:02:41 Successfully built c78e70f93a4e 16:02:41 Successfully tagged security-proxy-setup-arm64:latest 16:02:41 Building support-scheduler 16:02:46  Building security-proxy-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:02:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:02:46 ---> c9290be95c5c 16:02:46 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:02:46 ---> Using cache 16:02:46 ---> 4d32a96b68b6 16:02:46 Step 4/22 : WORKDIR /edgex-go 16:02:46 ---> Using cache 16:02:46 ---> 2532427c6693 16:02:46 Step 5/22 : RUN apk add --update --no-cache make git 16:02:46 ---> Using cache 16:02:46 ---> 743568f98da0 16:02:46 Step 6/22 : COPY go.mod vendor* ./ 16:02:46 ---> Using cache 16:02:46 ---> 5be648c96b97 16:02:46 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:02:46 ---> Using cache 16:02:46 ---> aaf309ce1ab3 16:02:46 Step 8/22 : COPY . . 16:02:46 ---> Using cache 16:02:46 ---> 19b592e0f3a6 16:02:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:02:46 ---> Running in 4742832cb8c8 16:02:48 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:02:56 Removing intermediate container ba356c019878 16:02:56 ---> 94fb8c13b10d 16:02:56 16:02:56 Step 10/23 : FROM alpine:3.16 16:02:56 ---> 4c81e5bf8899 16:02:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:02:56 ---> Running in d9d665d31b8c 16:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:02:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:03:00 (1/1) Installing dumb-init (1.2.5-r1) 16:03:00 Executing busybox-1.35.0-r17.trigger 16:03:00 OK: 5 MiB in 15 packages 16:03:02 Removing intermediate container d9d665d31b8c 16:03:02 ---> 3a16ad21403c 16:03:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:03:03 ---> Running in 691db80dc9de 16:03:03 Removing intermediate container 691db80dc9de 16:03:03 ---> 6b3630ecc712 16:03:03 Step 13/23 : ENV APP_PORT=59882 16:03:05 ---> Running in 36e2103fd6f3 16:03:05 Removing intermediate container 36e2103fd6f3 16:03:05 ---> a606adbaad80 16:03:05 Step 14/23 : EXPOSE $APP_PORT 16:03:05 ---> Running in 3146458018f3 16:03:06 Removing intermediate container 3146458018f3 16:03:06 ---> 2ace4987aa66 16:03:06 Step 15/23 : WORKDIR / 16:03:06 ---> Running in 8ebe13557516 16:03:07 Removing intermediate container 8ebe13557516 16:03:07 ---> a2b0750fe585 16:03:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:08 ---> 7e104d168e2f 16:03:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:03:10 ---> e0baa9dd4569 16:03:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:03:11 ---> 7460b2dc6737 16:03:11 Step 19/23 : ENTRYPOINT ["/core-command"] 16:03:11 ---> Running in 9261c0036692 16:03:11 Removing intermediate container 9261c0036692 16:03:11 ---> 9937df4afe86 16:03:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:03:11 ---> Running in 60e3959adec6 16:03:12 Removing intermediate container 60e3959adec6 16:03:12 ---> a1656976cf7c 16:03:12 Step 21/23 : LABEL arch=arm64 16:03:12 ---> Running in 1524782a9853 16:03:12 Removing intermediate container 1524782a9853 16:03:12 ---> e1abe1e4fbca 16:03:12 Step 22/23 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:03:13 ---> Running in bc1ea7cd37b7 16:03:13 Removing intermediate container bc1ea7cd37b7 16:03:13 ---> 7b2a2b7663bc 16:03:13 Step 23/23 : LABEL version=3.0.0-dev.59 16:03:13 ---> Running in b0bcbe1c247b 16:03:14 Removing intermediate container b0bcbe1c247b 16:03:14 ---> cda31c92f79b 16:03:14 16:03:14 Successfully built cda31c92f79b 16:03:14 Successfully tagged core-command-arm64:latest 16:03:14  Building core-command ... done Building security-bootstrapper 16:03:18 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:03:18 Step 2/32 : FROM ${BUILDER_BASE} AS builder 16:03:18 ---> c9290be95c5c 16:03:18 Step 3/32 : WORKDIR /edgex-go 16:03:18 ---> Using cache 16:03:18 ---> 6d7e012c34df 16:03:18 Step 4/32 : RUN apk add --update --no-cache make git 16:03:18 ---> Using cache 16:03:18 ---> 0a032e209808 16:03:18 Step 5/32 : COPY go.mod vendor* ./ 16:03:18 ---> Using cache 16:03:18 ---> 0d4bc14b34b9 16:03:18 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:03:18 ---> Using cache 16:03:18 ---> 73f6c26a4336 16:03:18 Step 7/32 : COPY . . 16:03:18 ---> Using cache 16:03:18 ---> f4644bcc7200 16:03:18 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:03:18 ---> Running in 4808f310ee1e 16:03:20 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:04:58 Removing intermediate container 85687f89d603 16:04:58 ---> 542f3c882123 16:04:58 16:04:58 Step 10/24 : FROM alpine:3.16 16:04:58 ---> 4c81e5bf8899 16:04:58 Step 11/24 : RUN apk add --update --no-cache dumb-init 16:04:58 ---> Using cache 16:04:58 ---> 3a16ad21403c 16:04:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:04:58 ---> Using cache 16:04:58 ---> 6b3630ecc712 16:04:58 Step 13/24 : ENV APP_PORT=59881 16:04:58 ---> Running in 15186a89905d 16:04:58 Removing intermediate container 15186a89905d 16:04:58 ---> 43c52ddfc634 16:04:58 Step 14/24 : EXPOSE $APP_PORT 16:04:58 ---> Running in fb85145f4b8c 16:04:58 Removing intermediate container fb85145f4b8c 16:04:58 ---> c48a26a15993 16:04:58 Step 15/24 : WORKDIR / 16:04:58 ---> Running in d6b37626471c 16:04:58 Removing intermediate container d6b37626471c 16:04:58 ---> 906865e671d6 16:04:58 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:58 ---> dd6a3dad605e 16:04:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:04:58 ---> c8874d67fac0 16:04:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:04:58 ---> 3b511219d265 16:04:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 16:04:58 ---> 0e116c825e22 16:04:58 Step 20/24 : ENTRYPOINT ["/core-metadata"] 16:04:58 ---> Running in 393b04aa56e4 16:04:58 Removing intermediate container 393b04aa56e4 16:04:58 ---> 6c8d34512c8e 16:04:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:04:58 ---> Running in 625f8ad565d2 16:04:58 Removing intermediate container 625f8ad565d2 16:04:58 ---> 1a7039a361af 16:04:58 Step 22/24 : LABEL arch=arm64 16:04:58 ---> Running in 6863b899b36e 16:04:58 Removing intermediate container 6863b899b36e 16:04:58 ---> 84997eb105eb 16:04:58 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:04:58 ---> Running in 55efac756ab8 16:04:59 Removing intermediate container 55efac756ab8 16:04:59 ---> b9edc720545b 16:04:59 Step 24/24 : LABEL version=3.0.0-dev.59 16:04:59 ---> Running in 7192c3c8cf6d 16:04:59 Removing intermediate container 7192c3c8cf6d 16:04:59 ---> 8a91f5a8b10f 16:04:59 16:05:00 Successfully built 8a91f5a8b10f 16:05:00 Successfully tagged core-metadata-arm64:latest 16:05:00  Building core-metadata ... done Building core-common-config-bootstrapper 16:05:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:05:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:04 ---> c9290be95c5c 16:05:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:05:04 ---> Using cache 16:05:04 ---> 4d32a96b68b6 16:05:04 Step 4/22 : WORKDIR /edgex-go 16:05:04 ---> Using cache 16:05:04 ---> 2532427c6693 16:05:04 Step 5/22 : RUN apk add --update --no-cache make git 16:05:04 ---> Using cache 16:05:04 ---> 743568f98da0 16:05:04 Step 6/22 : COPY go.mod vendor* ./ 16:05:04 ---> Using cache 16:05:04 ---> 5be648c96b97 16:05:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:05:04 ---> Using cache 16:05:04 ---> aaf309ce1ab3 16:05:04 Step 8/22 : COPY . . 16:05:04 ---> Using cache 16:05:04 ---> 19b592e0f3a6 16:05:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 16:05:04 ---> Running in fa84053da960 16:05:06 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 16:05:32 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:05:54 Removing intermediate container 1d00b50cf5bd 16:05:54 ---> 2e37d88176df 16:05:54 16:05:54 Step 9/24 : FROM alpine:3.16 16:05:54 ---> 4c81e5bf8899 16:05:54 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:05:54 ---> Running in 0bb5835e77cc 16:05:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:05:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:05:57 (1/3) Installing ca-certificates (20220614-r0) 16:05:57 (2/3) Installing dumb-init (1.2.5-r1) 16:05:57 (3/3) Installing su-exec (0.2-r1) 16:05:57 Executing busybox-1.35.0-r17.trigger 16:05:57 Executing ca-certificates-20220614-r0.trigger 16:05:58 OK: 6 MiB in 17 packages 16:06:00 Removing intermediate container 0bb5835e77cc 16:06:00 ---> df62bf520708 16:06:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:06:00 ---> Running in 8bd616989076 16:06:00 Removing intermediate container 8bd616989076 16:06:00 ---> 42c8cf5c69cc 16:06:00 Step 12/24 : WORKDIR / 16:06:00 ---> Running in 37ca54f360be 16:06:01 Removing intermediate container 37ca54f360be 16:06:01 ---> 8338d7e7a923 16:06:01 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:06:02 ---> 708c129a1d89 16:06:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:06:03 ---> 575c468042d0 16:06:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:06:07 ---> 7875f06530c3 16:06:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:06:08 ---> 9311f6fbe44b 16:06:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:06:09 ---> 2d33c396feda 16:06:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:06:11 ---> b02a0932ce82 16:06:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:06:12 ---> 9dbab21efdd4 16:06:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:06:12 ---> Running in 0f04f72988a9 16:06:15 Removing intermediate container 0f04f72988a9 16:06:15 ---> 9d9870c6d786 16:06:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:06:15 ---> Running in 6ace3d39505c 16:06:16 Removing intermediate container 6ace3d39505c 16:06:16 ---> 6ab074c502dd 16:06:16 Step 22/24 : LABEL arch=arm64 16:06:16 ---> Running in 97b869f1b3f6 16:06:16 Removing intermediate container 97b869f1b3f6 16:06:16 ---> 763a44922d9c 16:06:16 Step 23/24 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:06:17 ---> Running in ba403f0df10c 16:06:20 Removing intermediate container ba403f0df10c 16:06:20 ---> 685d96b15076 16:06:20 Step 24/24 : LABEL version=3.0.0-dev.59 16:06:20 ---> Running in 445dd5266772 16:06:20 Removing intermediate container 445dd5266772 16:06:20 ---> eb83a6158a54 16:06:20 16:06:20 Successfully built eb83a6158a54 16:06:20 Successfully tagged security-secretstore-setup-arm64:latest 16:06:20 Building core-data 16:06:22  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:06:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:22 ---> c9290be95c5c 16:06:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:06:22 ---> Using cache 16:06:22 ---> 4d32a96b68b6 16:06:22 Step 4/22 : WORKDIR /edgex-go 16:06:22 ---> Using cache 16:06:22 ---> 2532427c6693 16:06:22 Step 5/22 : RUN apk add --update --no-cache make git 16:06:22 ---> Using cache 16:06:22 ---> 743568f98da0 16:06:22 Step 6/22 : COPY go.mod vendor* ./ 16:06:22 ---> Using cache 16:06:22 ---> 5be648c96b97 16:06:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:22 ---> Using cache 16:06:22 ---> aaf309ce1ab3 16:06:22 Step 8/22 : COPY . . 16:06:22 ---> Using cache 16:06:22 ---> 19b592e0f3a6 16:06:22 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 16:06:22 ---> Running in ce031e386c8d 16:06:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 16:08:46 Removing intermediate container 4fbac8276da8 16:08:46 ---> 66e1948b9311 16:08:46 16:08:46 Step 9/19 : FROM alpine:3.15 16:08:46 ---> 354640af7b1b 16:08:46 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:08:46 ---> Using cache 16:08:46 ---> acf345cb8fd5 16:08:46 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 16:08:46 ---> Running in b0dada7391fb 16:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:08:46 v3.15.7-14-gcfb0d81afed [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 16:08:46 v3.15.7-13-gd738a42a973 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 16:08:46 OK: 15734 distinct packages available 16:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:08:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:08:46 (1/9) Installing ca-certificates (20220614-r0) 16:08:46 (2/9) Installing brotli-libs (1.0.9-r5) 16:08:46 (3/9) Installing nghttp2-libs (1.46.0-r0) 16:08:46 (4/9) Installing libcurl (7.80.0-r6) 16:08:46 (5/9) Installing curl (7.80.0-r6) 16:08:46 (6/9) Installing dumb-init (1.2.5-r1) 16:08:46 (7/9) Installing musl-obstack (1.2.3-r0) 16:08:46 (8/9) Installing libucontext (1.1-r0) 16:08:46 (9/9) Installing gcompat (1.0.0-r4) 16:08:46 Executing busybox-1.34.1-r7.trigger 16:08:46 Executing ca-certificates-20220614-r0.trigger 16:08:46 OK: 8 MiB in 23 packages 16:08:46 Removing intermediate container b0dada7391fb 16:08:46 ---> dfce4b1fff70 16:08:46 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:46 ---> 93b3b98a0af9 16:08:46 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 16:08:47 ---> 5c0770a2cd73 16:08:47 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 16:08:48 ---> 942165b94e3d 16:08:48 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 16:08:48 ---> Running in 1778b0ee50c2 16:08:49 Removing intermediate container 1778b0ee50c2 16:08:49 ---> 2e7130a1e29d 16:08:49 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:08:49 ---> Running in b89554da37eb 16:08:52 Removing intermediate container b89554da37eb 16:08:52 ---> e02219fad95f 16:08:52 Step 17/19 : LABEL arch=arm64 16:08:52 ---> Running in d1fa1782333a 16:08:52 Removing intermediate container d1fa1782333a 16:08:52 ---> 238e46c18a11 16:08:52 Step 18/19 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:08:52 ---> Running in f48bc0b0eff0 16:08:52 Removing intermediate container f48bc0b0eff0 16:08:52 ---> 34be758af19b 16:08:52 Step 19/19 : LABEL version=3.0.0-dev.59 16:08:53 ---> Running in 6be241e0a26a 16:08:53 Removing intermediate container 6be241e0a26a 16:08:53 ---> e3874202bb96 16:08:53 16:08:53 Successfully built e3874202bb96 16:08:53 Successfully tagged security-spiffe-token-provider-arm64:latest 16:08:53  Building security-spiffe-token-provider ... done Building support-notifications 16:08:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 16:08:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:08:58 ---> c9290be95c5c 16:08:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 16:08:58 ---> Using cache 16:08:58 ---> 4d32a96b68b6 16:08:58 Step 4/22 : WORKDIR /edgex-go 16:08:58 ---> Using cache 16:08:58 ---> 2532427c6693 16:08:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:08:58 ---> Running in 6b24621a9313 16:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:09:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:09:02 OK: 221 MiB in 51 packages 16:09:04 Removing intermediate container 6b24621a9313 16:09:04 ---> f544e693e410 16:09:04 Step 6/22 : COPY go.mod vendor* ./ 16:09:05 ---> 72c784d1aeeb 16:09:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:09:05 ---> Running in 2367f337b549 16:10:57 Removing intermediate container 4808f310ee1e 16:10:57 ---> 2acda318f575 16:10:57 16:10:57 Step 9/32 : FROM alpine:3.16 16:10:57 ---> 4c81e5bf8899 16:10:57 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 16:10:57 ---> Running in 767947c0f3c7 16:10:57 Removing intermediate container 767947c0f3c7 16:10:57 ---> 0f2fc2c01075 16:10:57 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 16:10:57 ---> Running in 66c2a21f17fd 16:10:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:10:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:10:57 Removing intermediate container 2367f337b549 16:10:57 ---> 3d179113cd8f 16:10:57 Step 8/22 : COPY . . 16:10:57 (1/2) Installing dumb-init (1.2.5-r1) 16:10:57 (2/2) Installing su-exec (0.2-r1) 16:10:57 Executing busybox-1.35.0-r17.trigger 16:10:57 OK: 5 MiB in 16 packages 16:10:57 Removing intermediate container 66c2a21f17fd 16:10:57 ---> 9ceb4f244a9b 16:10:57 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 16:10:57 ---> Running in e3cc7f2051e0 16:10:57 Removing intermediate container e3cc7f2051e0 16:10:57 ---> 669ff551ef6e 16:10:57 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 16:10:57 ---> Running in c8f1cb47f0b7 16:10:57 ---> 91118432a8ba 16:10:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:10:57 ---> Running in c9c8c8b88b1d 16:10:57 Removing intermediate container c8f1cb47f0b7 16:10:57 ---> 5e844fdb5f6a 16:10:57 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 16:10:57 ---> Running in 03f624cc45b3 16:10:57 Removing intermediate container 03f624cc45b3 16:10:57 ---> e4f298bd78bf 16:10:57 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 16:10:57 ---> Running in dd660dfebca6 16:10:57 Removing intermediate container dd660dfebca6 16:10:57 ---> e7a3d1aae698 16:10:57 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 16:10:57 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.59" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:10:57 ---> Running in dc4d33f9dbb1 16:10:58 Removing intermediate container dc4d33f9dbb1 16:10:59 ---> afcec5df4b0e 16:10:59 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 16:10:59 ---> Running in ac45c47723c1 16:10:59 Removing intermediate container ac45c47723c1 16:10:59 ---> c1a6de2a0987 16:10:59 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 16:11:00 ---> a26bb7d547b4 16:11:00 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 16:11:00 ---> Running in 2216cfc520c4 16:11:04 Removing intermediate container 2216cfc520c4 16:11:04 ---> 8e1ca39c9c93 16:11:04 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:05 ---> 3226943bc9be 16:11:05 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:11:07 ---> 122b0d7d2c7a 16:11:07 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:11:08 ---> 0350de1f535b 16:11:08 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:11:09 ---> 34051197736b 16:11:09 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 16:11:09 ---> 2dc5dc4b7ad0 16:11:09 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 16:11:11 ---> daa988af00c2 16:11:11 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:11:11 ---> ef8be9c9b1b6 16:11:11 Step 27/32 : RUN chmod +x /entrypoint.sh 16:11:11 ---> Running in 3c0f7a44831d 16:11:15 Removing intermediate container 3c0f7a44831d 16:11:15 ---> 973a3b3fc31d 16:11:15 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 16:11:15 ---> Running in fda6e7f01763 16:11:15 Removing intermediate container fda6e7f01763 16:11:15 ---> c5ca91570afc 16:11:15 Step 29/32 : CMD ["gate"] 16:11:15 ---> Running in 38eff7ce015f 16:11:16 Removing intermediate container 38eff7ce015f 16:11:16 ---> b776ef6bb6f8 16:11:16 Step 30/32 : LABEL arch=arm64 16:11:16 ---> Running in cd1aefd2e4ef 16:11:16 Removing intermediate container cd1aefd2e4ef 16:11:16 ---> 4bb3a9e15851 16:11:16 Step 31/32 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:11:17 ---> Running in 9d40571e4a40 16:11:17 Removing intermediate container 9d40571e4a40 16:11:17 ---> 0d8b72cb9e20 16:11:17 Step 32/32 : LABEL version=3.0.0-dev.59 16:11:17 ---> Running in 694db4dbefed 16:11:17 Removing intermediate container 694db4dbefed 16:11:17 ---> 4415ce16aa09 16:11:17 16:11:18 Successfully built 4415ce16aa09 16:11:18 Successfully tagged security-bootstrapper-arm64:latest 16:12:26  Building security-bootstrapper ... done Removing intermediate container fa84053da960 16:12:26 ---> 3509f9c83398 16:12:26 16:12:26 Step 10/22 : FROM alpine:3.16 16:12:26 ---> 4c81e5bf8899 16:12:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 16:12:26 ---> Running in 3ae32957fa67 16:12:26 Removing intermediate container 3ae32957fa67 16:12:26 ---> 1811ba721bda 16:12:26 Step 12/22 : RUN apk add --update --no-cache dumb-init 16:12:26 ---> Running in 1a3854d8fc52 16:12:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:12:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:12:26 (1/1) Installing dumb-init (1.2.5-r1) 16:12:26 Executing busybox-1.35.0-r17.trigger 16:12:26 OK: 5 MiB in 15 packages 16:12:26 Removing intermediate container 1a3854d8fc52 16:12:26 ---> 2c241913fc7b 16:12:26 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:28 ---> 417e52fe2d8f 16:12:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 16:12:29 ---> 34efd06b54e1 16:12:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 16:12:30 ---> 174edf8e37fb 16:12:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 16:12:31 ---> 7dd41c689344 16:12:31 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:12:31 ---> Running in b1e0acc7dca7 16:12:35 Removing intermediate container b1e0acc7dca7 16:12:35 ---> b328e44112fe 16:12:35 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 16:12:35 ---> Running in 13c420e8acdc 16:12:35 Removing intermediate container 13c420e8acdc 16:12:35 ---> 4deb8af7fe85 16:12:35 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 16:12:36 ---> Running in ba36e1089899 16:12:36 Removing intermediate container ba36e1089899 16:12:36 ---> c3ece4aa5431 16:12:36 Step 20/22 : LABEL arch=arm64 16:12:36 ---> Running in 76179ac9dd75 16:12:37 Removing intermediate container 76179ac9dd75 16:12:37 ---> 8c9baacef356 16:12:37 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:12:37 ---> Running in 8d9e0122aaad 16:12:37 Removing intermediate container 8d9e0122aaad 16:12:37 ---> 8770f6f7777e 16:12:37 Step 22/22 : LABEL version=3.0.0-dev.59 16:12:37 ---> Running in 81325c545073 16:12:38 Removing intermediate container 81325c545073 16:12:38 ---> 7f31bc7d38c3 16:12:38 16:12:38 Successfully built 7f31bc7d38c3 16:12:38 Successfully tagged core-common-config-bootstrapper-arm64:latest 16:13:17  Building core-common-config-bootstrapper ... done Removing intermediate container 4742832cb8c8 16:13:17 ---> 05b544027919 16:13:17 16:13:17 Step 10/22 : FROM alpine:3.16 16:13:17 ---> 4c81e5bf8899 16:13:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:13:17 ---> Using cache 16:13:17 ---> 3a16ad21403c 16:13:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:13:17 ---> Using cache 16:13:17 ---> 6b3630ecc712 16:13:17 Step 13/22 : ENV APP_PORT=59861 16:13:17 ---> Running in e4994be39cab 16:13:19 Removing intermediate container e4994be39cab 16:13:19 ---> b7b8c6233b4b 16:13:19 Step 14/22 : EXPOSE $APP_PORT 16:13:19 ---> Running in 8362115248da 16:13:20 Removing intermediate container 8362115248da 16:13:20 ---> b8a8678fc803 16:13:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:21 ---> 93a50fdc5598 16:13:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:13:26 ---> e1081060064d 16:13:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:13:26 ---> 0b14a3689191 16:13:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:13:27 ---> Running in f76a4d6bbcfd 16:13:27 Removing intermediate container f76a4d6bbcfd 16:13:27 ---> e53e7bfaf911 16:13:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:13:28 ---> Running in ae375e0344c3 16:13:29 Removing intermediate container ae375e0344c3 16:13:29 ---> 8011358e5098 16:13:29 Step 20/22 : LABEL arch=arm64 16:13:29 ---> Running in 5ab367d297f6 16:13:30 Removing intermediate container 5ab367d297f6 16:13:30 ---> 2f1aff3e8d01 16:13:30 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:13:30 ---> Running in bdc73b7c1fd9 16:13:30 Removing intermediate container bdc73b7c1fd9 16:13:30 ---> c914b236ecb7 16:13:30 Step 22/22 : LABEL version=3.0.0-dev.59 16:13:31 ---> Running in 2995d00f9297 16:13:31 Removing intermediate container ce031e386c8d 16:13:31 ---> ca499df02c8a 16:13:31 16:13:31 Step 10/22 : FROM alpine:3.16 16:13:31 ---> 4c81e5bf8899 16:13:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:13:31 ---> Running in e935eb2e6e63 16:13:32 Removing intermediate container 2995d00f9297 16:13:32 ---> 1d0f324541d0 16:13:32 16:13:32 Successfully built 1d0f324541d0 16:13:32 Successfully tagged support-scheduler-arm64:latest 16:13:32  Building support-scheduler ... done Removing intermediate container e935eb2e6e63 16:13:32 ---> c2f36923bc0d 16:13:32 Step 12/22 : ENV APP_PORT=59880 16:13:32 ---> Running in 53ee7b76aaa1 16:13:32 Removing intermediate container 53ee7b76aaa1 16:13:32 ---> 6708f42f43e9 16:13:32 Step 13/22 : EXPOSE $APP_PORT 16:13:32 ---> Running in 5a23529e7195 16:13:33 Removing intermediate container 5a23529e7195 16:13:33 ---> b55d6717fcde 16:13:33 Step 14/22 : RUN apk add --update --no-cache dumb-init 16:13:33 ---> Running in f47a72d96510 16:13:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:13:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:13:37 (1/1) Installing dumb-init (1.2.5-r1) 16:13:37 Executing busybox-1.35.0-r17.trigger 16:13:37 OK: 5 MiB in 15 packages 16:13:38 Removing intermediate container f47a72d96510 16:13:38 ---> 4f1c0585ce68 16:13:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:39 ---> 9ced8cb8d979 16:13:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:13:41 ---> b772ba978b6a 16:13:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:13:41 ---> 8d213220e20e 16:13:41 Step 18/22 : ENTRYPOINT ["/core-data"] 16:13:42 ---> Running in 4dfd0e287a42 16:13:44 Removing intermediate container 4dfd0e287a42 16:13:44 ---> e156993c9f17 16:13:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:13:44 ---> Running in 56285783b264 16:13:45 Removing intermediate container 56285783b264 16:13:45 ---> 3c01e75f2d52 16:13:45 Step 20/22 : LABEL arch=arm64 16:13:45 ---> Running in d3654665d9ca 16:13:45 Removing intermediate container d3654665d9ca 16:13:45 ---> 87664e76916c 16:13:45 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:13:45 ---> Running in 2d69a38dacb1 16:13:46 Removing intermediate container 2d69a38dacb1 16:13:46 ---> 690b63988b62 16:13:46 Step 22/22 : LABEL version=3.0.0-dev.59 16:13:46 ---> Running in 4e48ac2e3b3b 16:13:47 Removing intermediate container 4e48ac2e3b3b 16:13:47 ---> 610fe1ec8221 16:13:47 16:13:47 Successfully built 610fe1ec8221 16:13:47 Successfully tagged core-data-arm64:latest 16:15:08  Building core-data ... done Removing intermediate container c9c8c8b88b1d 16:15:08 ---> 55dade8d646b 16:15:08 16:15:08 Step 10/22 : FROM alpine:3.16 16:15:08 ---> 4c81e5bf8899 16:15:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:15:08 ---> Running in c4c0f1e8630c 16:15:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:15:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:15:08 (1/2) Installing ca-certificates (20220614-r0) 16:15:08 (2/2) Installing dumb-init (1.2.5-r1) 16:15:08 Executing busybox-1.35.0-r17.trigger 16:15:08 Executing ca-certificates-20220614-r0.trigger 16:15:08 OK: 6 MiB in 16 packages 16:15:08 Removing intermediate container c4c0f1e8630c 16:15:08 ---> 773252eb5f53 16:15:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:15:08 ---> Running in a5557fa73171 16:15:08 Removing intermediate container a5557fa73171 16:15:08 ---> f881ab24a4a8 16:15:08 Step 13/22 : ENV APP_PORT=59860 16:15:08 ---> Running in 71c39534e9bd 16:15:08 Removing intermediate container 71c39534e9bd 16:15:08 ---> 5ffe3d59d2ae 16:15:08 Step 14/22 : EXPOSE $APP_PORT 16:15:08 ---> Running in bdb6415a6d56 16:15:08 Removing intermediate container bdb6415a6d56 16:15:08 ---> 1abe616244a7 16:15:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:08 ---> c240025a6836 16:15:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:15:08 ---> a99f4c48f7e0 16:15:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:15:08 ---> 152601e88bed 16:15:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:15:08 ---> Running in c154705e54c1 16:15:08 Removing intermediate container c154705e54c1 16:15:08 ---> c9433f250b6f 16:15:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 16:15:08 ---> Running in f76070f7e27f 16:15:08 Removing intermediate container f76070f7e27f 16:15:08 ---> 53c71da7032e 16:15:08 Step 20/22 : LABEL arch=arm64 16:15:08 ---> Running in 24d75b33c423 16:15:09 Removing intermediate container 24d75b33c423 16:15:09 ---> 0f34a61fbff3 16:15:09 Step 21/22 : LABEL git_sha=affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:09 ---> Running in 801526eb55f4 16:15:09 Removing intermediate container 801526eb55f4 16:15:09 ---> df06507d1163 16:15:09 Step 22/22 : LABEL version=3.0.0-dev.59 16:15:09 ---> Running in 55f83fc22ecf 16:15:10 Removing intermediate container 55f83fc22ecf 16:15:10 ---> 80849f4455ef 16:15:10 16:15:10 Successfully built 80849f4455ef 16:15:10 Successfully tagged support-notifications-arm64:latest 16:15:10  Building support-notifications ... done  [Pipeline] } 16:15:10 $ docker stop --time=1 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 16:15:13 $ docker rm -f --volumes 262a9e6d6e8d44858252b46fd7ad11a69623311198034211ec5ed8ebb5e23237 [Pipeline] // withDockerContainer [Pipeline] sh 16:15:14 + docker images 16:15:14 REPOSITORY TAG IMAGE ID CREATED SIZE 16:15:14 support-notifications-arm64 latest 80849f4455ef 5 seconds ago 29.7MB 16:15:14 55dade8d646b 15 seconds ago 1.4GB 16:15:14 core-data-arm64 latest 610fe1ec8221 About a minute ago 17.2MB 16:15:14 support-scheduler-arm64 latest 1d0f324541d0 About a minute ago 29MB 16:15:14 ca499df02c8a About a minute ago 1.34GB 16:15:14 05b544027919 About a minute ago 1.4GB 16:15:14 core-common-config-bootstrapper-arm64 latest 7f31bc7d38c3 2 minutes ago 14.9MB 16:15:14 3509f9c83398 2 minutes ago 1.33GB 16:15:14 security-bootstrapper-arm64 latest 4415ce16aa09 3 minutes ago 19.6MB 16:15:14 2acda318f575 4 minutes ago 1.33GB 16:15:14 security-spiffe-token-provider-arm64 latest e3874202bb96 6 minutes ago 29.1MB 16:15:14 66e1948b9311 6 minutes ago 1.37GB 16:15:14 security-secretstore-setup-arm64 latest eb83a6158a54 8 minutes ago 29MB 16:15:14 2e37d88176df 9 minutes ago 1.33GB 16:15:14 core-metadata-arm64 latest 8a91f5a8b10f 10 minutes ago 17.7MB 16:15:14 542f3c882123 10 minutes ago 1.34GB 16:15:14 core-command-arm64 latest cda31c92f79b 12 minutes ago 17MB 16:15:14 94fb8c13b10d 12 minutes ago 1.34GB 16:15:14 security-proxy-setup-arm64 latest c78e70f93a4e 12 minutes ago 26.9MB 16:15:14 e0106a5af009 12 minutes ago 1.33GB 16:15:14 security-spire-agent-arm64 latest 69454c442aa9 18 minutes ago 122MB 16:15:14 security-spire-config-arm64 latest 60db406663b9 18 minutes ago 83.6MB 16:15:14 security-spire-server-arm64 latest c5eae48ec478 19 minutes ago 84.3MB 16:15:14 4affb6376836 19 minutes ago 1.21GB 16:15:14 f63b73b6c9ca 19 minutes ago 1.21GB 16:15:14 3fe9910da251 19 minutes ago 1.21GB 16:15:14 ci-base-image-arm64 latest c9290be95c5c 23 minutes ago 905MB 16:15:14 alpine 3.15 354640af7b1b 9 days ago 5.34MB 16:15:14 alpine 3.16 4c81e5bf8899 9 days ago 5.3MB 16:15:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 16:15:14 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 16:15:14 provisioning config files... 16:15:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/420@tmp/config13785319905271925615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:14 ---> docker-login.sh 16:15:14 nexus3.edgexfoundry.org:10001 16:15:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:15 Configure a credential helper to remove this warning. See 16:15:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:15 16:15:15 Login Succeeded 16:15:15 nexus3.edgexfoundry.org:10002 16:15:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:15 Configure a credential helper to remove this warning. See 16:15:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:15 16:15:15 Login Succeeded 16:15:15 nexus3.edgexfoundry.org:10003 16:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:16 Configure a credential helper to remove this warning. See 16:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:16 16:15:16 Login Succeeded 16:15:16 nexus3.edgexfoundry.org:10004 16:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:16 Configure a credential helper to remove this warning. See 16:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:16 16:15:16 Login Succeeded 16:15:16 docker.io 16:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:17 Configure a credential helper to remove this warning. See 16:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:17 16:15:17 Login Succeeded 16:15:17 ---> docker-login.sh ends [Pipeline] } 16:15:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:15:17 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 16:15:17 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:17 latest 16:15:17 3.0.0-dev.59 16:15:17 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:17 main 16:15:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:17 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:17 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:17 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:15:17 18774e5ad246: Preparing 16:15:17 35118731e3f4: Preparing 16:15:17 682c30e4f6c7: Preparing 16:15:17 4dfec9ab70b7: Preparing 16:15:17 f70ee36035b9: Preparing 16:15:17 f70ee36035b9: Layer already exists 16:15:18 18774e5ad246: Pushed 16:15:18 4dfec9ab70b7: Pushed 16:15:18 682c30e4f6c7: Pushed 16:15:21 35118731e3f4: Pushed 16:15:21 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:21 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:22 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:15:22 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:15:22 18774e5ad246: Preparing 16:15:22 35118731e3f4: Preparing 16:15:22 682c30e4f6c7: Preparing 16:15:22 4dfec9ab70b7: Preparing 16:15:22 f70ee36035b9: Preparing 16:15:22 f70ee36035b9: Layer already exists 16:15:22 682c30e4f6c7: Layer already exists 16:15:22 35118731e3f4: Layer already exists 16:15:22 18774e5ad246: Layer already exists 16:15:22 4dfec9ab70b7: Layer already exists 16:15:22 latest: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:22 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 16:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:15:23 18774e5ad246: Preparing 16:15:23 35118731e3f4: Preparing 16:15:23 682c30e4f6c7: Preparing 16:15:23 4dfec9ab70b7: Preparing 16:15:23 f70ee36035b9: Preparing 16:15:23 18774e5ad246: Layer already exists 16:15:23 4dfec9ab70b7: Layer already exists 16:15:23 35118731e3f4: Layer already exists 16:15:23 f70ee36035b9: Layer already exists 16:15:23 682c30e4f6c7: Layer already exists 16:15:23 3.0.0-dev.59: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:23 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:23 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:23 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:15:23 18774e5ad246: Preparing 16:15:23 35118731e3f4: Preparing 16:15:23 682c30e4f6c7: Preparing 16:15:23 4dfec9ab70b7: Preparing 16:15:23 f70ee36035b9: Preparing 16:15:23 4dfec9ab70b7: Layer already exists 16:15:23 18774e5ad246: Layer already exists 16:15:23 f70ee36035b9: Layer already exists 16:15:23 35118731e3f4: Layer already exists 16:15:23 682c30e4f6c7: Layer already exists 16:15:23 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:24 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:24 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 16:15:24 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 16:15:24 18774e5ad246: Preparing 16:15:24 35118731e3f4: Preparing 16:15:24 682c30e4f6c7: Preparing 16:15:24 4dfec9ab70b7: Preparing 16:15:24 f70ee36035b9: Preparing 16:15:24 18774e5ad246: Layer already exists 16:15:24 f70ee36035b9: Layer already exists 16:15:24 682c30e4f6c7: Layer already exists 16:15:24 4dfec9ab70b7: Layer already exists 16:15:24 35118731e3f4: Layer already exists 16:15:24 main: digest: sha256:67eaf8154cb9585fd1b087136a00ff8474dc0b1c2bd27ac01fae25873e11b652 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:24 ===================================================== [Pipeline] echo 16:15:24 taggedImages: 16:15:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 16:15:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.59 16:15:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:24 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 16:15:24 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 16:15:24 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:24 latest 16:15:24 3.0.0-dev.59 16:15:24 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:24 main 16:15:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:24 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:25 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:25 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:15:25 e161e33baa1d: Preparing 16:15:25 4d25e5d26357: Preparing 16:15:25 1713aa217a52: Preparing 16:15:25 96735ccbe6c7: Preparing 16:15:25 682c30e4f6c7: Preparing 16:15:25 1ac3cec85fd7: Preparing 16:15:25 f70ee36035b9: Preparing 16:15:25 1ac3cec85fd7: Waiting 16:15:25 f70ee36035b9: Waiting 16:15:25 682c30e4f6c7: Layer already exists 16:15:25 4d25e5d26357: Pushed 16:15:25 e161e33baa1d: Pushed 16:15:25 1713aa217a52: Pushed 16:15:25 1ac3cec85fd7: Pushed 16:15:25 f70ee36035b9: Layer already exists 16:15:28 96735ccbe6c7: Pushed 16:15:28 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:28 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:28 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 16:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:15:28 e161e33baa1d: Preparing 16:15:28 4d25e5d26357: Preparing 16:15:28 1713aa217a52: Preparing 16:15:28 96735ccbe6c7: Preparing 16:15:28 682c30e4f6c7: Preparing 16:15:28 1ac3cec85fd7: Preparing 16:15:28 f70ee36035b9: Preparing 16:15:28 1ac3cec85fd7: Waiting 16:15:28 f70ee36035b9: Waiting 16:15:28 682c30e4f6c7: Layer already exists 16:15:28 e161e33baa1d: Layer already exists 16:15:28 4d25e5d26357: Layer already exists 16:15:28 1713aa217a52: Layer already exists 16:15:28 96735ccbe6c7: Layer already exists 16:15:28 f70ee36035b9: Layer already exists 16:15:28 1ac3cec85fd7: Layer already exists 16:15:29 latest: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:29 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:29 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 16:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:15:29 e161e33baa1d: Preparing 16:15:29 4d25e5d26357: Preparing 16:15:29 1713aa217a52: Preparing 16:15:29 96735ccbe6c7: Preparing 16:15:29 682c30e4f6c7: Preparing 16:15:29 1ac3cec85fd7: Preparing 16:15:29 f70ee36035b9: Preparing 16:15:29 1ac3cec85fd7: Waiting 16:15:29 f70ee36035b9: Waiting 16:15:29 682c30e4f6c7: Layer already exists 16:15:29 96735ccbe6c7: Layer already exists 16:15:29 4d25e5d26357: Layer already exists 16:15:29 1713aa217a52: Layer already exists 16:15:29 e161e33baa1d: Layer already exists 16:15:29 f70ee36035b9: Layer already exists 16:15:29 1ac3cec85fd7: Layer already exists 16:15:29 3.0.0-dev.59: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:30 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:30 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:15:30 e161e33baa1d: Preparing 16:15:30 4d25e5d26357: Preparing 16:15:30 1713aa217a52: Preparing 16:15:30 96735ccbe6c7: Preparing 16:15:30 682c30e4f6c7: Preparing 16:15:30 1ac3cec85fd7: Preparing 16:15:30 f70ee36035b9: Preparing 16:15:30 1ac3cec85fd7: Waiting 16:15:30 f70ee36035b9: Waiting 16:15:30 4d25e5d26357: Layer already exists 16:15:30 1713aa217a52: Layer already exists 16:15:30 96735ccbe6c7: Layer already exists 16:15:30 e161e33baa1d: Layer already exists 16:15:30 682c30e4f6c7: Layer already exists 16:15:30 f70ee36035b9: Layer already exists 16:15:30 1ac3cec85fd7: Layer already exists 16:15:31 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:31 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:31 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 16:15:31 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 16:15:32 e161e33baa1d: Preparing 16:15:32 4d25e5d26357: Preparing 16:15:32 1713aa217a52: Preparing 16:15:32 96735ccbe6c7: Preparing 16:15:32 682c30e4f6c7: Preparing 16:15:32 1ac3cec85fd7: Preparing 16:15:32 f70ee36035b9: Preparing 16:15:32 1ac3cec85fd7: Waiting 16:15:32 f70ee36035b9: Waiting 16:15:32 682c30e4f6c7: Layer already exists 16:15:32 96735ccbe6c7: Layer already exists 16:15:32 e161e33baa1d: Layer already exists 16:15:32 1713aa217a52: Layer already exists 16:15:32 4d25e5d26357: Layer already exists 16:15:32 f70ee36035b9: Layer already exists 16:15:32 1ac3cec85fd7: Layer already exists 16:15:32 main: digest: sha256:c43b5981b12f08cb61a311759678519563d927b1532639647c00f3890ef243b8 size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:32 ===================================================== [Pipeline] echo 16:15:32 taggedImages: 16:15:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 16:15:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.59 16:15:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:32 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 16:15:32 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 16:15:32 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:32 latest 16:15:32 3.0.0-dev.59 16:15:32 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:32 main 16:15:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:32 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:33 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:33 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:15:33 0322ddcacb0d: Preparing 16:15:33 af79e0d22e76: Preparing 16:15:33 682c30e4f6c7: Preparing 16:15:33 5b6bc995f842: Preparing 16:15:33 f70ee36035b9: Preparing 16:15:33 682c30e4f6c7: Layer already exists 16:15:33 f70ee36035b9: Layer already exists 16:15:33 0322ddcacb0d: Pushed 16:15:33 5b6bc995f842: Pushed 16:15:36 af79e0d22e76: Pushed 16:15:36 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:36 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:37 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:15:37 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:15:37 0322ddcacb0d: Preparing 16:15:37 af79e0d22e76: Preparing 16:15:37 682c30e4f6c7: Preparing 16:15:37 5b6bc995f842: Preparing 16:15:37 f70ee36035b9: Preparing 16:15:37 682c30e4f6c7: Layer already exists 16:15:37 5b6bc995f842: Layer already exists 16:15:37 f70ee36035b9: Layer already exists 16:15:37 0322ddcacb0d: Layer already exists 16:15:37 af79e0d22e76: Layer already exists 16:15:37 latest: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:37 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:38 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 16:15:38 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:15:38 0322ddcacb0d: Preparing 16:15:38 af79e0d22e76: Preparing 16:15:38 682c30e4f6c7: Preparing 16:15:38 5b6bc995f842: Preparing 16:15:38 f70ee36035b9: Preparing 16:15:38 f70ee36035b9: Layer already exists 16:15:38 5b6bc995f842: Layer already exists 16:15:38 af79e0d22e76: Layer already exists 16:15:38 0322ddcacb0d: Layer already exists 16:15:38 682c30e4f6c7: Layer already exists 16:15:38 3.0.0-dev.59: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:38 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:15:39 0322ddcacb0d: Preparing 16:15:39 af79e0d22e76: Preparing 16:15:39 682c30e4f6c7: Preparing 16:15:39 5b6bc995f842: Preparing 16:15:39 f70ee36035b9: Preparing 16:15:39 f70ee36035b9: Layer already exists 16:15:39 682c30e4f6c7: Layer already exists 16:15:39 5b6bc995f842: Layer already exists 16:15:39 0322ddcacb0d: Layer already exists 16:15:39 af79e0d22e76: Layer already exists 16:15:39 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:39 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:39 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 16:15:39 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 16:15:39 0322ddcacb0d: Preparing 16:15:39 af79e0d22e76: Preparing 16:15:39 682c30e4f6c7: Preparing 16:15:39 5b6bc995f842: Preparing 16:15:39 f70ee36035b9: Preparing 16:15:39 f70ee36035b9: Layer already exists 16:15:39 af79e0d22e76: Layer already exists 16:15:39 682c30e4f6c7: Layer already exists 16:15:39 0322ddcacb0d: Layer already exists 16:15:39 5b6bc995f842: Layer already exists 16:15:40 main: digest: sha256:2aa17fd1a27348031f41f8b4a28b5fbf13a257d4c42e4a778fb8f20c1c21c671 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:40 ===================================================== [Pipeline] echo 16:15:40 taggedImages: 16:15:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 16:15:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.59 16:15:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:40 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 16:15:40 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 16:15:40 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:40 latest 16:15:40 3.0.0-dev.59 16:15:40 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:40 main 16:15:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:40 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:40 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:40 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:15:40 8d00fdb3abfc: Preparing 16:15:40 cd32c2fde662: Preparing 16:15:40 2ce9e160b9fe: Preparing 16:15:40 682c30e4f6c7: Preparing 16:15:40 4dfec9ab70b7: Preparing 16:15:40 f70ee36035b9: Preparing 16:15:40 f70ee36035b9: Waiting 16:15:40 4dfec9ab70b7: Layer already exists 16:15:41 682c30e4f6c7: Layer already exists 16:15:41 f70ee36035b9: Layer already exists 16:15:41 cd32c2fde662: Pushed 16:15:41 8d00fdb3abfc: Pushed 16:15:44 2ce9e160b9fe: Pushed 16:15:44 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:44 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:45 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:15:45 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:15:45 8d00fdb3abfc: Preparing 16:15:45 cd32c2fde662: Preparing 16:15:45 2ce9e160b9fe: Preparing 16:15:45 682c30e4f6c7: Preparing 16:15:45 4dfec9ab70b7: Preparing 16:15:45 f70ee36035b9: Preparing 16:15:45 f70ee36035b9: Waiting 16:15:45 682c30e4f6c7: Layer already exists 16:15:45 4dfec9ab70b7: Layer already exists 16:15:45 cd32c2fde662: Layer already exists 16:15:45 8d00fdb3abfc: Layer already exists 16:15:45 2ce9e160b9fe: Layer already exists 16:15:45 f70ee36035b9: Layer already exists 16:15:45 latest: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:45 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:46 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 16:15:46 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:15:46 8d00fdb3abfc: Preparing 16:15:46 cd32c2fde662: Preparing 16:15:46 2ce9e160b9fe: Preparing 16:15:46 682c30e4f6c7: Preparing 16:15:46 4dfec9ab70b7: Preparing 16:15:46 f70ee36035b9: Preparing 16:15:46 f70ee36035b9: Waiting 16:15:46 682c30e4f6c7: Layer already exists 16:15:46 8d00fdb3abfc: Layer already exists 16:15:46 cd32c2fde662: Layer already exists 16:15:46 2ce9e160b9fe: Layer already exists 16:15:46 4dfec9ab70b7: Layer already exists 16:15:46 f70ee36035b9: Layer already exists 16:15:46 3.0.0-dev.59: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:46 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:47 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:47 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:15:47 8d00fdb3abfc: Preparing 16:15:47 cd32c2fde662: Preparing 16:15:47 2ce9e160b9fe: Preparing 16:15:47 682c30e4f6c7: Preparing 16:15:47 4dfec9ab70b7: Preparing 16:15:47 f70ee36035b9: Preparing 16:15:47 f70ee36035b9: Waiting 16:15:47 8d00fdb3abfc: Layer already exists 16:15:47 682c30e4f6c7: Layer already exists 16:15:47 cd32c2fde662: Layer already exists 16:15:47 4dfec9ab70b7: Layer already exists 16:15:47 2ce9e160b9fe: Layer already exists 16:15:47 f70ee36035b9: Layer already exists 16:15:47 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:47 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:48 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 16:15:48 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 16:15:48 8d00fdb3abfc: Preparing 16:15:48 cd32c2fde662: Preparing 16:15:48 2ce9e160b9fe: Preparing 16:15:48 682c30e4f6c7: Preparing 16:15:48 4dfec9ab70b7: Preparing 16:15:48 f70ee36035b9: Preparing 16:15:48 f70ee36035b9: Waiting 16:15:48 4dfec9ab70b7: Layer already exists 16:15:48 8d00fdb3abfc: Layer already exists 16:15:48 2ce9e160b9fe: Layer already exists 16:15:48 cd32c2fde662: Layer already exists 16:15:48 682c30e4f6c7: Layer already exists 16:15:48 f70ee36035b9: Layer already exists 16:15:48 main: digest: sha256:457de6ef14e70fb150d87dcb61bf6e3792f67e6d9222795090f368f22d406823 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:48 ===================================================== [Pipeline] echo 16:15:48 taggedImages: 16:15:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 16:15:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.59 16:15:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:48 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 16:15:48 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 16:15:48 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:48 latest 16:15:48 3.0.0-dev.59 16:15:48 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:48 main 16:15:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:48 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:49 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:15:49 f32021ba8dd9: Preparing 16:15:49 f32021ba8dd9: Preparing 16:15:49 34b591f46ac2: Preparing 16:15:49 46beb846e882: Preparing 16:15:49 9e24987a11f2: Preparing 16:15:49 1ef2d408564e: Preparing 16:15:49 75f92151ba5c: Preparing 16:15:49 682c30e4f6c7: Preparing 16:15:49 5318e90e1f1b: Preparing 16:15:49 0ed8df05194a: Preparing 16:15:49 404b55e91df2: Preparing 16:15:49 867755010d1d: Preparing 16:15:49 f70ee36035b9: Preparing 16:15:49 75f92151ba5c: Waiting 16:15:49 682c30e4f6c7: Waiting 16:15:49 5318e90e1f1b: Waiting 16:15:49 0ed8df05194a: Waiting 16:15:49 404b55e91df2: Waiting 16:15:49 867755010d1d: Waiting 16:15:49 f70ee36035b9: Waiting 16:15:49 34b591f46ac2: Pushed 16:15:49 9e24987a11f2: Pushed 16:15:49 46beb846e882: Pushed 16:15:49 f32021ba8dd9: Pushed 16:15:49 1ef2d408564e: Pushed 16:15:49 682c30e4f6c7: Layer already exists 16:15:49 5318e90e1f1b: Pushed 16:15:49 0ed8df05194a: Pushed 16:15:49 867755010d1d: Pushed 16:15:49 404b55e91df2: Pushed 16:15:49 f70ee36035b9: Layer already exists 16:15:53 75f92151ba5c: Pushed 16:15:53 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:53 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:53 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:15:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:15:53 f32021ba8dd9: Preparing 16:15:53 f32021ba8dd9: Preparing 16:15:53 34b591f46ac2: Preparing 16:15:53 46beb846e882: Preparing 16:15:53 9e24987a11f2: Preparing 16:15:53 1ef2d408564e: Preparing 16:15:53 75f92151ba5c: Preparing 16:15:53 682c30e4f6c7: Preparing 16:15:53 5318e90e1f1b: Preparing 16:15:53 75f92151ba5c: Waiting 16:15:53 682c30e4f6c7: Waiting 16:15:53 0ed8df05194a: Preparing 16:15:53 404b55e91df2: Preparing 16:15:53 5318e90e1f1b: Waiting 16:15:53 867755010d1d: Preparing 16:15:53 f70ee36035b9: Preparing 16:15:53 0ed8df05194a: Waiting 16:15:53 404b55e91df2: Waiting 16:15:53 867755010d1d: Waiting 16:15:53 f70ee36035b9: Waiting 16:15:53 1ef2d408564e: Layer already exists 16:15:53 f32021ba8dd9: Layer already exists 16:15:53 9e24987a11f2: Layer already exists 16:15:53 46beb846e882: Layer already exists 16:15:53 34b591f46ac2: Layer already exists 16:15:53 682c30e4f6c7: Layer already exists 16:15:53 75f92151ba5c: Layer already exists 16:15:53 5318e90e1f1b: Layer already exists 16:15:53 0ed8df05194a: Layer already exists 16:15:53 404b55e91df2: Layer already exists 16:15:53 f70ee36035b9: Layer already exists 16:15:53 867755010d1d: Layer already exists 16:15:54 latest: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:54 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:54 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 16:15:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:15:54 f32021ba8dd9: Preparing 16:15:54 f32021ba8dd9: Preparing 16:15:54 34b591f46ac2: Preparing 16:15:54 46beb846e882: Preparing 16:15:54 9e24987a11f2: Preparing 16:15:54 1ef2d408564e: Preparing 16:15:54 75f92151ba5c: Preparing 16:15:54 682c30e4f6c7: Preparing 16:15:54 5318e90e1f1b: Preparing 16:15:54 0ed8df05194a: Preparing 16:15:54 404b55e91df2: Preparing 16:15:54 867755010d1d: Preparing 16:15:54 f70ee36035b9: Preparing 16:15:54 75f92151ba5c: Waiting 16:15:54 682c30e4f6c7: Waiting 16:15:54 5318e90e1f1b: Waiting 16:15:54 0ed8df05194a: Waiting 16:15:54 404b55e91df2: Waiting 16:15:54 867755010d1d: Waiting 16:15:54 f70ee36035b9: Waiting 16:15:54 34b591f46ac2: Layer already exists 16:15:54 46beb846e882: Layer already exists 16:15:54 1ef2d408564e: Layer already exists 16:15:54 f32021ba8dd9: Layer already exists 16:15:54 9e24987a11f2: Layer already exists 16:15:54 75f92151ba5c: Layer already exists 16:15:54 0ed8df05194a: Layer already exists 16:15:54 682c30e4f6c7: Layer already exists 16:15:54 5318e90e1f1b: Layer already exists 16:15:54 404b55e91df2: Layer already exists 16:15:54 f70ee36035b9: Layer already exists 16:15:54 867755010d1d: Layer already exists 16:15:54 3.0.0-dev.59: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:55 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:55 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:55 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:15:55 f32021ba8dd9: Preparing 16:15:55 f32021ba8dd9: Preparing 16:15:55 34b591f46ac2: Preparing 16:15:55 46beb846e882: Preparing 16:15:55 9e24987a11f2: Preparing 16:15:55 1ef2d408564e: Preparing 16:15:55 75f92151ba5c: Preparing 16:15:55 682c30e4f6c7: Preparing 16:15:55 5318e90e1f1b: Preparing 16:15:55 0ed8df05194a: Preparing 16:15:55 404b55e91df2: Preparing 16:15:55 867755010d1d: Preparing 16:15:55 f70ee36035b9: Preparing 16:15:55 75f92151ba5c: Waiting 16:15:55 682c30e4f6c7: Waiting 16:15:55 5318e90e1f1b: Waiting 16:15:55 0ed8df05194a: Waiting 16:15:55 404b55e91df2: Waiting 16:15:55 867755010d1d: Waiting 16:15:55 f70ee36035b9: Waiting 16:15:55 34b591f46ac2: Layer already exists 16:15:55 9e24987a11f2: Layer already exists 16:15:55 1ef2d408564e: Layer already exists 16:15:55 46beb846e882: Layer already exists 16:15:55 f32021ba8dd9: Layer already exists 16:15:55 682c30e4f6c7: Layer already exists 16:15:55 5318e90e1f1b: Layer already exists 16:15:55 0ed8df05194a: Layer already exists 16:15:55 404b55e91df2: Layer already exists 16:15:55 75f92151ba5c: Layer already exists 16:15:55 f70ee36035b9: Layer already exists 16:15:55 867755010d1d: Layer already exists 16:15:55 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:56 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:56 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 16:15:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 16:15:56 f32021ba8dd9: Preparing 16:15:56 f32021ba8dd9: Preparing 16:15:56 34b591f46ac2: Preparing 16:15:56 46beb846e882: Preparing 16:15:56 9e24987a11f2: Preparing 16:15:56 1ef2d408564e: Preparing 16:15:56 75f92151ba5c: Preparing 16:15:56 682c30e4f6c7: Preparing 16:15:56 5318e90e1f1b: Preparing 16:15:56 0ed8df05194a: Preparing 16:15:56 404b55e91df2: Preparing 16:15:56 867755010d1d: Preparing 16:15:56 f70ee36035b9: Preparing 16:15:56 75f92151ba5c: Waiting 16:15:56 682c30e4f6c7: Waiting 16:15:56 0ed8df05194a: Waiting 16:15:56 404b55e91df2: Waiting 16:15:56 867755010d1d: Waiting 16:15:56 f70ee36035b9: Waiting 16:15:56 5318e90e1f1b: Waiting 16:15:56 1ef2d408564e: Layer already exists 16:15:56 34b591f46ac2: Layer already exists 16:15:56 9e24987a11f2: Layer already exists 16:15:56 f32021ba8dd9: Layer already exists 16:15:56 46beb846e882: Layer already exists 16:15:56 5318e90e1f1b: Layer already exists 16:15:56 75f92151ba5c: Layer already exists 16:15:56 682c30e4f6c7: Layer already exists 16:15:56 404b55e91df2: Layer already exists 16:15:56 0ed8df05194a: Layer already exists 16:15:56 f70ee36035b9: Layer already exists 16:15:57 867755010d1d: Layer already exists 16:15:57 main: digest: sha256:034731680076e24792294af9971858a9a73caa5dca5594c1e020a62cf5c6eef8 size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:57 ===================================================== [Pipeline] echo 16:15:57 taggedImages: 16:15:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 16:15:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.59 16:15:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:57 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 16:15:57 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 16:15:57 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:57 latest 16:15:57 3.0.0-dev.59 16:15:57 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:15:57 main 16:15:57 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:57 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:15:57 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:15:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:15:57 13a816dc0471: Preparing 16:15:57 85ac77747bce: Preparing 16:15:57 8ed73868cd21: Preparing 16:15:57 9e6865d08d82: Preparing 16:15:57 6601f6ea1cbf: Preparing 16:15:57 5b5036cc4133: Preparing 16:15:57 b7f02b5f1c01: Preparing 16:15:57 f70ee36035b9: Preparing 16:15:57 5b5036cc4133: Waiting 16:15:57 b7f02b5f1c01: Waiting 16:15:57 f70ee36035b9: Waiting 16:15:58 6601f6ea1cbf: Pushed 16:15:58 85ac77747bce: Pushed 16:15:58 13a816dc0471: Pushed 16:15:58 f70ee36035b9: Layer already exists 16:15:58 5b5036cc4133: Pushed 16:15:59 b7f02b5f1c01: Pushed 16:16:00 8ed73868cd21: Pushed 16:16:00 9e6865d08d82: Pushed 16:16:00 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:01 + 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 16:16:01 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:16:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:16:01 13a816dc0471: Preparing 16:16:01 85ac77747bce: Preparing 16:16:01 8ed73868cd21: Preparing 16:16:01 9e6865d08d82: Preparing 16:16:01 6601f6ea1cbf: Preparing 16:16:01 5b5036cc4133: Preparing 16:16:01 b7f02b5f1c01: Preparing 16:16:01 f70ee36035b9: Preparing 16:16:01 b7f02b5f1c01: Waiting 16:16:01 5b5036cc4133: Waiting 16:16:01 f70ee36035b9: Waiting 16:16:01 85ac77747bce: Layer already exists 16:16:01 6601f6ea1cbf: Layer already exists 16:16:01 13a816dc0471: Layer already exists 16:16:01 9e6865d08d82: Layer already exists 16:16:01 8ed73868cd21: Layer already exists 16:16:01 b7f02b5f1c01: Layer already exists 16:16:01 f70ee36035b9: Layer already exists 16:16:01 5b5036cc4133: Layer already exists 16:16:01 latest: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:02 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 16:16:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:16:02 13a816dc0471: Preparing 16:16:02 85ac77747bce: Preparing 16:16:02 8ed73868cd21: Preparing 16:16:02 9e6865d08d82: Preparing 16:16:02 6601f6ea1cbf: Preparing 16:16:02 5b5036cc4133: Preparing 16:16:02 b7f02b5f1c01: Preparing 16:16:02 f70ee36035b9: Preparing 16:16:02 b7f02b5f1c01: Waiting 16:16:02 f70ee36035b9: Waiting 16:16:02 5b5036cc4133: Waiting 16:16:02 9e6865d08d82: Layer already exists 16:16:02 13a816dc0471: Layer already exists 16:16:02 85ac77747bce: Layer already exists 16:16:02 8ed73868cd21: Layer already exists 16:16:02 6601f6ea1cbf: Layer already exists 16:16:02 b7f02b5f1c01: Layer already exists 16:16:02 5b5036cc4133: Layer already exists 16:16:02 f70ee36035b9: Layer already exists 16:16:02 3.0.0-dev.59: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:03 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:16:03 13a816dc0471: Preparing 16:16:03 85ac77747bce: Preparing 16:16:03 8ed73868cd21: Preparing 16:16:03 9e6865d08d82: Preparing 16:16:03 6601f6ea1cbf: Preparing 16:16:03 5b5036cc4133: Preparing 16:16:03 b7f02b5f1c01: Preparing 16:16:03 f70ee36035b9: Preparing 16:16:03 5b5036cc4133: Waiting 16:16:03 b7f02b5f1c01: Waiting 16:16:03 f70ee36035b9: Waiting 16:16:03 8ed73868cd21: Layer already exists 16:16:03 9e6865d08d82: Layer already exists 16:16:03 13a816dc0471: Layer already exists 16:16:03 85ac77747bce: Layer already exists 16:16:03 6601f6ea1cbf: Layer already exists 16:16:03 5b5036cc4133: Layer already exists 16:16:03 f70ee36035b9: Layer already exists 16:16:03 b7f02b5f1c01: Layer already exists 16:16:03 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:04 + 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 16:16:04 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 16:16:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 16:16:04 13a816dc0471: Preparing 16:16:04 85ac77747bce: Preparing 16:16:04 8ed73868cd21: Preparing 16:16:04 9e6865d08d82: Preparing 16:16:04 6601f6ea1cbf: Preparing 16:16:04 5b5036cc4133: Preparing 16:16:04 b7f02b5f1c01: Preparing 16:16:04 f70ee36035b9: Preparing 16:16:04 5b5036cc4133: Waiting 16:16:04 f70ee36035b9: Waiting 16:16:04 b7f02b5f1c01: Waiting 16:16:04 85ac77747bce: Layer already exists 16:16:04 6601f6ea1cbf: Layer already exists 16:16:04 8ed73868cd21: Layer already exists 16:16:04 13a816dc0471: Layer already exists 16:16:04 9e6865d08d82: Layer already exists 16:16:04 f70ee36035b9: Layer already exists 16:16:04 5b5036cc4133: Layer already exists 16:16:04 b7f02b5f1c01: Layer already exists 16:16:04 main: digest: sha256:8e3d859bfb65424626dbbaf00f3a7d1d41f6aea51cea23fee5dd0ff70988f8a7 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:04 ===================================================== [Pipeline] echo 16:16:04 taggedImages: 16:16:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 16:16:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.59 16:16:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:04 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 16:16:04 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 16:16:04 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:04 latest 16:16:04 3.0.0-dev.59 16:16:04 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:04 main 16:16:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:05 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:05 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:16:05 2acb3342d083: Preparing 16:16:05 fde0831cb487: Preparing 16:16:05 2e25546115c6: Preparing 16:16:05 0648ed7fbc7a: Preparing 16:16:05 9a045b6b79b7: Preparing 16:16:05 dbfe95c9d292: Preparing 16:16:05 1261e2c4e1a2: Preparing 16:16:05 af0028cc1f8c: Preparing 16:16:05 52f7c7dc3cd7: Preparing 16:16:05 f70ee36035b9: Preparing 16:16:05 52f7c7dc3cd7: Waiting 16:16:05 af0028cc1f8c: Waiting 16:16:05 dbfe95c9d292: Waiting 16:16:05 1261e2c4e1a2: Waiting 16:16:05 f70ee36035b9: Waiting 16:16:05 2acb3342d083: Pushed 16:16:05 fde0831cb487: Pushed 16:16:05 9a045b6b79b7: Pushed 16:16:06 dbfe95c9d292: Pushed 16:16:06 1261e2c4e1a2: Pushed 16:16:06 af0028cc1f8c: Pushed 16:16:06 f70ee36035b9: Layer already exists 16:16:06 52f7c7dc3cd7: Pushed 16:16:08 0648ed7fbc7a: Pushed 16:16:09 2e25546115c6: Pushed 16:16:09 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:09 + 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 16:16:10 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:16:10 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:16:10 2acb3342d083: Preparing 16:16:10 fde0831cb487: Preparing 16:16:10 2e25546115c6: Preparing 16:16:10 0648ed7fbc7a: Preparing 16:16:10 9a045b6b79b7: Preparing 16:16:10 dbfe95c9d292: Preparing 16:16:10 1261e2c4e1a2: Preparing 16:16:10 af0028cc1f8c: Preparing 16:16:10 52f7c7dc3cd7: Preparing 16:16:10 f70ee36035b9: Preparing 16:16:10 dbfe95c9d292: Waiting 16:16:10 1261e2c4e1a2: Waiting 16:16:10 af0028cc1f8c: Waiting 16:16:10 52f7c7dc3cd7: Waiting 16:16:10 f70ee36035b9: Waiting 16:16:10 2e25546115c6: Layer already exists 16:16:10 0648ed7fbc7a: Layer already exists 16:16:10 2acb3342d083: Layer already exists 16:16:10 9a045b6b79b7: Layer already exists 16:16:10 fde0831cb487: Layer already exists 16:16:10 1261e2c4e1a2: Layer already exists 16:16:10 af0028cc1f8c: Layer already exists 16:16:10 dbfe95c9d292: Layer already exists 16:16:10 f70ee36035b9: Layer already exists 16:16:10 52f7c7dc3cd7: Layer already exists 16:16:10 latest: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:10 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:11 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 16:16:11 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:16:11 2acb3342d083: Preparing 16:16:11 fde0831cb487: Preparing 16:16:11 2e25546115c6: Preparing 16:16:11 0648ed7fbc7a: Preparing 16:16:11 9a045b6b79b7: Preparing 16:16:11 dbfe95c9d292: Preparing 16:16:11 1261e2c4e1a2: Preparing 16:16:11 af0028cc1f8c: Preparing 16:16:11 52f7c7dc3cd7: Preparing 16:16:11 f70ee36035b9: Preparing 16:16:11 dbfe95c9d292: Waiting 16:16:11 1261e2c4e1a2: Waiting 16:16:11 af0028cc1f8c: Waiting 16:16:11 52f7c7dc3cd7: Waiting 16:16:11 f70ee36035b9: Waiting 16:16:11 fde0831cb487: Layer already exists 16:16:11 9a045b6b79b7: Layer already exists 16:16:11 0648ed7fbc7a: Layer already exists 16:16:11 2e25546115c6: Layer already exists 16:16:11 2acb3342d083: Layer already exists 16:16:11 af0028cc1f8c: Layer already exists 16:16:11 1261e2c4e1a2: Layer already exists 16:16:11 52f7c7dc3cd7: Layer already exists 16:16:11 f70ee36035b9: Layer already exists 16:16:11 dbfe95c9d292: Layer already exists 16:16:11 3.0.0-dev.59: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:11 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:12 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:12 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:16:12 2acb3342d083: Preparing 16:16:12 fde0831cb487: Preparing 16:16:12 2e25546115c6: Preparing 16:16:12 0648ed7fbc7a: Preparing 16:16:12 9a045b6b79b7: Preparing 16:16:12 dbfe95c9d292: Preparing 16:16:12 1261e2c4e1a2: Preparing 16:16:12 af0028cc1f8c: Preparing 16:16:12 52f7c7dc3cd7: Preparing 16:16:12 f70ee36035b9: Preparing 16:16:12 1261e2c4e1a2: Waiting 16:16:12 af0028cc1f8c: Waiting 16:16:12 52f7c7dc3cd7: Waiting 16:16:12 f70ee36035b9: Waiting 16:16:12 dbfe95c9d292: Waiting 16:16:12 2acb3342d083: Layer already exists 16:16:12 0648ed7fbc7a: Layer already exists 16:16:12 2e25546115c6: Layer already exists 16:16:12 fde0831cb487: Layer already exists 16:16:12 9a045b6b79b7: Layer already exists 16:16:12 1261e2c4e1a2: Layer already exists 16:16:12 dbfe95c9d292: Layer already exists 16:16:12 f70ee36035b9: Layer already exists 16:16:12 52f7c7dc3cd7: Layer already exists 16:16:12 af0028cc1f8c: Layer already exists 16:16:12 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:12 + 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 16:16:13 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 16:16:13 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 16:16:13 2acb3342d083: Preparing 16:16:13 fde0831cb487: Preparing 16:16:13 2e25546115c6: Preparing 16:16:13 0648ed7fbc7a: Preparing 16:16:13 9a045b6b79b7: Preparing 16:16:13 dbfe95c9d292: Preparing 16:16:13 1261e2c4e1a2: Preparing 16:16:13 af0028cc1f8c: Preparing 16:16:13 52f7c7dc3cd7: Preparing 16:16:13 f70ee36035b9: Preparing 16:16:13 dbfe95c9d292: Waiting 16:16:13 1261e2c4e1a2: Waiting 16:16:13 af0028cc1f8c: Waiting 16:16:13 52f7c7dc3cd7: Waiting 16:16:13 f70ee36035b9: Waiting 16:16:13 0648ed7fbc7a: Layer already exists 16:16:13 9a045b6b79b7: Layer already exists 16:16:13 fde0831cb487: Layer already exists 16:16:13 2e25546115c6: Layer already exists 16:16:13 2acb3342d083: Layer already exists 16:16:13 dbfe95c9d292: Layer already exists 16:16:13 af0028cc1f8c: Layer already exists 16:16:13 1261e2c4e1a2: Layer already exists 16:16:13 f70ee36035b9: Layer already exists 16:16:13 52f7c7dc3cd7: Layer already exists 16:16:13 main: digest: sha256:e9f62d720512e0abf530688c29955913c41b74e7af3bac3a1d635e1857891121 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:13 ===================================================== [Pipeline] echo 16:16:13 taggedImages: 16:16:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 16:16:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.59 16:16:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:13 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 16:16:13 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 16:16:13 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:13 latest 16:16:13 3.0.0-dev.59 16:16:13 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:13 main 16:16:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:13 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:14 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:14 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:16:14 c1bfc9b68738: Preparing 16:16:14 af18bb310d41: Preparing 16:16:14 682c30e4f6c7: Preparing 16:16:14 1220bcb6cbf5: Preparing 16:16:14 a8cfdf0cc8ec: Preparing 16:16:14 a8cfdf0cc8ec: Layer already exists 16:16:14 682c30e4f6c7: Layer already exists 16:16:14 c1bfc9b68738: Pushed 16:16:16 1220bcb6cbf5: Pushed 16:16:19 af18bb310d41: Pushed 16:16:19 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:19 + 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 16:16:20 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:16:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:16:20 c1bfc9b68738: Preparing 16:16:20 af18bb310d41: Preparing 16:16:20 682c30e4f6c7: Preparing 16:16:20 1220bcb6cbf5: Preparing 16:16:20 a8cfdf0cc8ec: Preparing 16:16:20 af18bb310d41: Layer already exists 16:16:20 c1bfc9b68738: Layer already exists 16:16:20 a8cfdf0cc8ec: Layer already exists 16:16:20 1220bcb6cbf5: Layer already exists 16:16:20 682c30e4f6c7: Layer already exists 16:16:20 latest: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:20 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:21 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 16:16:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:16:21 c1bfc9b68738: Preparing 16:16:21 af18bb310d41: Preparing 16:16:21 682c30e4f6c7: Preparing 16:16:21 1220bcb6cbf5: Preparing 16:16:21 a8cfdf0cc8ec: Preparing 16:16:21 a8cfdf0cc8ec: Layer already exists 16:16:21 af18bb310d41: Layer already exists 16:16:21 c1bfc9b68738: Layer already exists 16:16:21 682c30e4f6c7: Layer already exists 16:16:21 1220bcb6cbf5: Layer already exists 16:16:21 3.0.0-dev.59: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:21 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:16:22 c1bfc9b68738: Preparing 16:16:22 af18bb310d41: Preparing 16:16:22 682c30e4f6c7: Preparing 16:16:22 1220bcb6cbf5: Preparing 16:16:22 a8cfdf0cc8ec: Preparing 16:16:22 682c30e4f6c7: Layer already exists 16:16:22 a8cfdf0cc8ec: Layer already exists 16:16:22 c1bfc9b68738: Layer already exists 16:16:22 1220bcb6cbf5: Layer already exists 16:16:22 af18bb310d41: Layer already exists 16:16:22 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:22 + 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 16:16:22 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 16:16:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 16:16:22 c1bfc9b68738: Preparing 16:16:22 af18bb310d41: Preparing 16:16:22 682c30e4f6c7: Preparing 16:16:22 1220bcb6cbf5: Preparing 16:16:22 a8cfdf0cc8ec: Preparing 16:16:22 682c30e4f6c7: Layer already exists 16:16:22 af18bb310d41: Layer already exists 16:16:22 c1bfc9b68738: Layer already exists 16:16:22 a8cfdf0cc8ec: Layer already exists 16:16:22 1220bcb6cbf5: Layer already exists 16:16:22 main: digest: sha256:80e7b0920b260093c9315c138c38c9ae0e3c0e6a9eef8ea66464a47dfdde0d31 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:23 ===================================================== [Pipeline] echo 16:16:23 taggedImages: 16:16:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 16:16:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.59 16:16:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:23 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 16:16:23 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 16:16:23 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:23 latest 16:16:23 3.0.0-dev.59 16:16:23 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:23 main 16:16:23 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:23 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:24 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:16:24 eeea2b1185e7: Preparing 16:16:24 d44985d11fe3: Preparing 16:16:24 692cc386f5fa: Preparing 16:16:24 1cb76f97c5b0: Preparing 16:16:24 e8e154a41ce2: Preparing 16:16:24 4e6858cb24a0: Preparing 16:16:24 a8cfdf0cc8ec: Preparing 16:16:24 4e6858cb24a0: Waiting 16:16:24 a8cfdf0cc8ec: Waiting 16:16:24 692cc386f5fa: Pushed 16:16:24 eeea2b1185e7: Pushed 16:16:24 d44985d11fe3: Pushed 16:16:24 a8cfdf0cc8ec: Layer already exists 16:16:25 4e6858cb24a0: Pushed 16:16:31 e8e154a41ce2: Pushed 16:16:39 1cb76f97c5b0: Pushed 16:16:39 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:40 + 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 16:16:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:16:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:16:40 eeea2b1185e7: Preparing 16:16:40 d44985d11fe3: Preparing 16:16:40 692cc386f5fa: Preparing 16:16:40 1cb76f97c5b0: Preparing 16:16:40 e8e154a41ce2: Preparing 16:16:40 4e6858cb24a0: Preparing 16:16:40 a8cfdf0cc8ec: Preparing 16:16:40 4e6858cb24a0: Waiting 16:16:40 a8cfdf0cc8ec: Waiting 16:16:40 1cb76f97c5b0: Layer already exists 16:16:40 eeea2b1185e7: Layer already exists 16:16:40 d44985d11fe3: Layer already exists 16:16:40 692cc386f5fa: Layer already exists 16:16:40 e8e154a41ce2: Layer already exists 16:16:40 a8cfdf0cc8ec: Layer already exists 16:16:40 4e6858cb24a0: Layer already exists 16:16:40 latest: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:41 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 16:16:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:16:41 eeea2b1185e7: Preparing 16:16:41 d44985d11fe3: Preparing 16:16:41 692cc386f5fa: Preparing 16:16:41 1cb76f97c5b0: Preparing 16:16:41 e8e154a41ce2: Preparing 16:16:41 4e6858cb24a0: Preparing 16:16:41 a8cfdf0cc8ec: Preparing 16:16:41 4e6858cb24a0: Waiting 16:16:41 a8cfdf0cc8ec: Waiting 16:16:41 eeea2b1185e7: Layer already exists 16:16:41 e8e154a41ce2: Layer already exists 16:16:41 692cc386f5fa: Layer already exists 16:16:41 1cb76f97c5b0: Layer already exists 16:16:41 d44985d11fe3: Layer already exists 16:16:41 4e6858cb24a0: Layer already exists 16:16:41 a8cfdf0cc8ec: Layer already exists 16:16:41 3.0.0-dev.59: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:42 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:42 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:16:42 eeea2b1185e7: Preparing 16:16:42 d44985d11fe3: Preparing 16:16:42 692cc386f5fa: Preparing 16:16:42 1cb76f97c5b0: Preparing 16:16:42 e8e154a41ce2: Preparing 16:16:42 4e6858cb24a0: Preparing 16:16:42 a8cfdf0cc8ec: Preparing 16:16:42 4e6858cb24a0: Waiting 16:16:42 a8cfdf0cc8ec: Waiting 16:16:42 e8e154a41ce2: Layer already exists 16:16:42 692cc386f5fa: Layer already exists 16:16:42 eeea2b1185e7: Layer already exists 16:16:42 d44985d11fe3: Layer already exists 16:16:42 1cb76f97c5b0: Layer already exists 16:16:42 a8cfdf0cc8ec: Layer already exists 16:16:42 4e6858cb24a0: Layer already exists 16:16:42 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:43 + 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 16:16:43 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 16:16:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 16:16:43 eeea2b1185e7: Preparing 16:16:43 d44985d11fe3: Preparing 16:16:43 692cc386f5fa: Preparing 16:16:43 1cb76f97c5b0: Preparing 16:16:43 e8e154a41ce2: Preparing 16:16:43 4e6858cb24a0: Preparing 16:16:43 a8cfdf0cc8ec: Preparing 16:16:43 4e6858cb24a0: Waiting 16:16:43 a8cfdf0cc8ec: Waiting 16:16:43 1cb76f97c5b0: Layer already exists 16:16:43 eeea2b1185e7: Layer already exists 16:16:43 d44985d11fe3: Layer already exists 16:16:43 692cc386f5fa: Layer already exists 16:16:43 e8e154a41ce2: Layer already exists 16:16:43 4e6858cb24a0: Layer already exists 16:16:43 a8cfdf0cc8ec: Layer already exists 16:16:43 main: digest: sha256:6d2a9a721068e47c89260fd41cdd3d3c2ba658b7d637edd9e2cc01d30e5104ec size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:43 ===================================================== [Pipeline] echo 16:16:43 taggedImages: 16:16:43 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:43 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 16:16:43 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.59 16:16:43 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:43 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 16:16:43 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 16:16:43 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:43 latest 16:16:43 3.0.0-dev.59 16:16:43 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:16:43 main 16:16:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:44 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:44 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:16:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:16:44 2dbaf40e1fc7: Preparing 16:16:44 01f37f8d1915: Preparing 16:16:44 4f8ac0a7d828: Preparing 16:16:44 1a1251b557a9: Preparing 16:16:44 62c9ab04fc5f: Preparing 16:16:44 a8cfdf0cc8ec: Preparing 16:16:44 a8cfdf0cc8ec: Waiting 16:16:44 4f8ac0a7d828: Pushed 16:16:44 2dbaf40e1fc7: Pushed 16:16:44 01f37f8d1915: Pushed 16:16:44 a8cfdf0cc8ec: Layer already exists 16:16:45 62c9ab04fc5f: Pushed 16:17:00 1a1251b557a9: Pushed 16:17:00 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:00 + 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 16:17:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:17:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:17:01 2dbaf40e1fc7: Preparing 16:17:01 01f37f8d1915: Preparing 16:17:01 4f8ac0a7d828: Preparing 16:17:01 1a1251b557a9: Preparing 16:17:01 62c9ab04fc5f: Preparing 16:17:01 a8cfdf0cc8ec: Preparing 16:17:01 a8cfdf0cc8ec: Waiting 16:17:01 01f37f8d1915: Layer already exists 16:17:01 1a1251b557a9: Layer already exists 16:17:01 62c9ab04fc5f: Layer already exists 16:17:01 2dbaf40e1fc7: Layer already exists 16:17:01 4f8ac0a7d828: Layer already exists 16:17:01 a8cfdf0cc8ec: Layer already exists 16:17:01 latest: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:01 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 16:17:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:17:02 2dbaf40e1fc7: Preparing 16:17:02 01f37f8d1915: Preparing 16:17:02 4f8ac0a7d828: Preparing 16:17:02 1a1251b557a9: Preparing 16:17:02 62c9ab04fc5f: Preparing 16:17:02 a8cfdf0cc8ec: Preparing 16:17:02 a8cfdf0cc8ec: Waiting 16:17:02 1a1251b557a9: Layer already exists 16:17:02 62c9ab04fc5f: Layer already exists 16:17:02 2dbaf40e1fc7: Layer already exists 16:17:02 4f8ac0a7d828: Layer already exists 16:17:02 01f37f8d1915: Layer already exists 16:17:02 a8cfdf0cc8ec: Layer already exists 16:17:02 3.0.0-dev.59: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:02 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:17:03 2dbaf40e1fc7: Preparing 16:17:03 01f37f8d1915: Preparing 16:17:03 4f8ac0a7d828: Preparing 16:17:03 1a1251b557a9: Preparing 16:17:03 62c9ab04fc5f: Preparing 16:17:03 a8cfdf0cc8ec: Preparing 16:17:03 a8cfdf0cc8ec: Waiting 16:17:03 1a1251b557a9: Layer already exists 16:17:03 4f8ac0a7d828: Layer already exists 16:17:03 62c9ab04fc5f: Layer already exists 16:17:03 01f37f8d1915: Layer already exists 16:17:03 2dbaf40e1fc7: Layer already exists 16:17:03 a8cfdf0cc8ec: Layer already exists 16:17:03 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:03 + 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 16:17:04 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 16:17:04 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 16:17:04 2dbaf40e1fc7: Preparing 16:17:04 01f37f8d1915: Preparing 16:17:04 4f8ac0a7d828: Preparing 16:17:04 1a1251b557a9: Preparing 16:17:04 62c9ab04fc5f: Preparing 16:17:04 a8cfdf0cc8ec: Preparing 16:17:04 a8cfdf0cc8ec: Waiting 16:17:04 62c9ab04fc5f: Layer already exists 16:17:04 4f8ac0a7d828: Layer already exists 16:17:04 01f37f8d1915: Layer already exists 16:17:04 2dbaf40e1fc7: Layer already exists 16:17:04 1a1251b557a9: Layer already exists 16:17:04 a8cfdf0cc8ec: Layer already exists 16:17:04 main: digest: sha256:7ae51560044274052971c64f03a9153c412a41e3609c70d803f8d506f4f86c4e size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:17:04 ===================================================== [Pipeline] echo 16:17:04 taggedImages: 16:17:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 16:17:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.59 16:17:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:04 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 16:17:04 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 16:17:04 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:04 latest 16:17:04 3.0.0-dev.59 16:17:04 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:04 main 16:17:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:04 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:05 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:05 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:17:05 bc8fea4c8071: Preparing 16:17:05 3751d7c4d7d8: Preparing 16:17:05 45d6f5a8864d: Preparing 16:17:05 1a1251b557a9: Preparing 16:17:05 9cfd23f2214c: Preparing 16:17:05 a8cfdf0cc8ec: Preparing 16:17:05 a8cfdf0cc8ec: Waiting 16:17:05 1a1251b557a9: Layer already exists 16:17:05 a8cfdf0cc8ec: Layer already exists 16:17:05 3751d7c4d7d8: Pushed 16:17:05 bc8fea4c8071: Pushed 16:17:05 45d6f5a8864d: Pushed 16:17:06 9cfd23f2214c: Pushed 16:17:06 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:06 + 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 16:17:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:17:07 bc8fea4c8071: Preparing 16:17:07 3751d7c4d7d8: Preparing 16:17:07 45d6f5a8864d: Preparing 16:17:07 1a1251b557a9: Preparing 16:17:07 9cfd23f2214c: Preparing 16:17:07 a8cfdf0cc8ec: Preparing 16:17:07 a8cfdf0cc8ec: Waiting 16:17:07 3751d7c4d7d8: Layer already exists 16:17:07 1a1251b557a9: Layer already exists 16:17:07 9cfd23f2214c: Layer already exists 16:17:07 bc8fea4c8071: Layer already exists 16:17:07 45d6f5a8864d: Layer already exists 16:17:07 a8cfdf0cc8ec: Layer already exists 16:17:07 latest: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:07 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 16:17:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:17:07 bc8fea4c8071: Preparing 16:17:07 3751d7c4d7d8: Preparing 16:17:07 45d6f5a8864d: Preparing 16:17:07 1a1251b557a9: Preparing 16:17:07 9cfd23f2214c: Preparing 16:17:07 a8cfdf0cc8ec: Preparing 16:17:07 a8cfdf0cc8ec: Waiting 16:17:07 1a1251b557a9: Layer already exists 16:17:07 bc8fea4c8071: Layer already exists 16:17:07 9cfd23f2214c: Layer already exists 16:17:07 45d6f5a8864d: Layer already exists 16:17:07 3751d7c4d7d8: Layer already exists 16:17:07 a8cfdf0cc8ec: Layer already exists 16:17:08 3.0.0-dev.59: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:08 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:17:08 bc8fea4c8071: Preparing 16:17:08 3751d7c4d7d8: Preparing 16:17:08 45d6f5a8864d: Preparing 16:17:08 1a1251b557a9: Preparing 16:17:08 9cfd23f2214c: Preparing 16:17:08 a8cfdf0cc8ec: Preparing 16:17:08 a8cfdf0cc8ec: Waiting 16:17:08 3751d7c4d7d8: Layer already exists 16:17:08 bc8fea4c8071: Layer already exists 16:17:08 9cfd23f2214c: Layer already exists 16:17:08 45d6f5a8864d: Layer already exists 16:17:08 1a1251b557a9: Layer already exists 16:17:08 a8cfdf0cc8ec: Layer already exists 16:17:09 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:09 + 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 16:17:09 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 16:17:09 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 16:17:09 bc8fea4c8071: Preparing 16:17:09 3751d7c4d7d8: Preparing 16:17:09 45d6f5a8864d: Preparing 16:17:09 1a1251b557a9: Preparing 16:17:09 9cfd23f2214c: Preparing 16:17:09 a8cfdf0cc8ec: Preparing 16:17:09 3751d7c4d7d8: Layer already exists 16:17:09 bc8fea4c8071: Layer already exists 16:17:09 9cfd23f2214c: Layer already exists 16:17:09 1a1251b557a9: Layer already exists 16:17:09 45d6f5a8864d: Layer already exists 16:17:09 a8cfdf0cc8ec: Layer already exists 16:17:10 main: digest: sha256:71896c9fb1d322d28636af34dfe4ddcf73a2d1e4d556994aed509995ec1d0c97 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:17:10 ===================================================== [Pipeline] echo 16:17:10 taggedImages: 16:17:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 16:17:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.59 16:17:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:10 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 16:17:10 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 16:17:10 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:10 latest 16:17:10 3.0.0-dev.59 16:17:10 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:10 main 16:17:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:17:10 055fed710c54: Preparing 16:17:10 adf6340e7bd2: Preparing 16:17:10 682c30e4f6c7: Preparing 16:17:10 ca5c1ae7201c: Preparing 16:17:10 f70ee36035b9: Preparing 16:17:11 f70ee36035b9: Layer already exists 16:17:11 682c30e4f6c7: Layer already exists 16:17:11 055fed710c54: Pushed 16:17:11 ca5c1ae7201c: Pushed 16:17:16 adf6340e7bd2: Pushed 16:17:17 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:17 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:17 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:17:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:17:17 055fed710c54: Preparing 16:17:17 adf6340e7bd2: Preparing 16:17:17 682c30e4f6c7: Preparing 16:17:17 ca5c1ae7201c: Preparing 16:17:17 f70ee36035b9: Preparing 16:17:17 682c30e4f6c7: Layer already exists 16:17:17 ca5c1ae7201c: Layer already exists 16:17:17 f70ee36035b9: Layer already exists 16:17:17 055fed710c54: Layer already exists 16:17:17 adf6340e7bd2: Layer already exists 16:17:18 latest: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:18 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:18 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 16:17:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:17:18 055fed710c54: Preparing 16:17:18 adf6340e7bd2: Preparing 16:17:18 682c30e4f6c7: Preparing 16:17:18 ca5c1ae7201c: Preparing 16:17:18 f70ee36035b9: Preparing 16:17:18 f70ee36035b9: Layer already exists 16:17:18 055fed710c54: Layer already exists 16:17:18 682c30e4f6c7: Layer already exists 16:17:18 ca5c1ae7201c: Layer already exists 16:17:18 adf6340e7bd2: Layer already exists 16:17:19 3.0.0-dev.59: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:19 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:17:19 055fed710c54: Preparing 16:17:19 adf6340e7bd2: Preparing 16:17:19 682c30e4f6c7: Preparing 16:17:19 ca5c1ae7201c: Preparing 16:17:19 f70ee36035b9: Preparing 16:17:19 682c30e4f6c7: Layer already exists 16:17:19 f70ee36035b9: Layer already exists 16:17:19 055fed710c54: Layer already exists 16:17:19 adf6340e7bd2: Layer already exists 16:17:19 ca5c1ae7201c: Layer already exists 16:17:19 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:20 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:20 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 16:17:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 16:17:20 055fed710c54: Preparing 16:17:20 adf6340e7bd2: Preparing 16:17:20 682c30e4f6c7: Preparing 16:17:20 ca5c1ae7201c: Preparing 16:17:20 f70ee36035b9: Preparing 16:17:20 ca5c1ae7201c: Layer already exists 16:17:20 682c30e4f6c7: Layer already exists 16:17:20 055fed710c54: Layer already exists 16:17:20 f70ee36035b9: Layer already exists 16:17:20 adf6340e7bd2: Layer already exists 16:17:20 main: digest: sha256:590d4fad5568b35b875e2d892b10a6e5dbe1e44ac1db9f4e9d36ee9ef4a0db8b size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:17:20 ===================================================== [Pipeline] echo 16:17:20 taggedImages: 16:17:20 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:20 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 16:17:20 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.59 16:17:20 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:20 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 16:17:20 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 16:17:20 affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:20 latest 16:17:20 3.0.0-dev.59 16:17:20 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:20 main 16:17:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:17:21 961fdc5b6d83: Preparing 16:17:21 5a3d86e7418d: Preparing 16:17:21 682c30e4f6c7: Preparing 16:17:21 4dfec9ab70b7: Preparing 16:17:21 f70ee36035b9: Preparing 16:17:21 4dfec9ab70b7: Layer already exists 16:17:21 682c30e4f6c7: Layer already exists 16:17:21 f70ee36035b9: Layer already exists 16:17:21 961fdc5b6d83: Pushed 16:17:28 5a3d86e7418d: Pushed 16:17:28 affa4ba333889d31d83cf76b7d2a18a0230584e6: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:28 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:29 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:17:29 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:17:29 961fdc5b6d83: Preparing 16:17:29 5a3d86e7418d: Preparing 16:17:29 682c30e4f6c7: Preparing 16:17:29 4dfec9ab70b7: Preparing 16:17:29 f70ee36035b9: Preparing 16:17:29 5a3d86e7418d: Layer already exists 16:17:29 682c30e4f6c7: Layer already exists 16:17:29 f70ee36035b9: Layer already exists 16:17:29 4dfec9ab70b7: Layer already exists 16:17:29 961fdc5b6d83: Layer already exists 16:17:29 latest: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:29 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:30 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 16:17:30 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:17:30 961fdc5b6d83: Preparing 16:17:30 5a3d86e7418d: Preparing 16:17:30 682c30e4f6c7: Preparing 16:17:30 4dfec9ab70b7: Preparing 16:17:30 f70ee36035b9: Preparing 16:17:30 5a3d86e7418d: Layer already exists 16:17:30 682c30e4f6c7: Layer already exists 16:17:30 961fdc5b6d83: Layer already exists 16:17:30 f70ee36035b9: Layer already exists 16:17:30 4dfec9ab70b7: Layer already exists 16:17:30 3.0.0-dev.59: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:30 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:31 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:31 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:17:31 961fdc5b6d83: Preparing 16:17:31 5a3d86e7418d: Preparing 16:17:31 682c30e4f6c7: Preparing 16:17:31 4dfec9ab70b7: Preparing 16:17:31 f70ee36035b9: Preparing 16:17:31 5a3d86e7418d: Layer already exists 16:17:31 682c30e4f6c7: Layer already exists 16:17:31 f70ee36035b9: Layer already exists 16:17:31 4dfec9ab70b7: Layer already exists 16:17:31 961fdc5b6d83: Layer already exists 16:17:31 affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:31 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:32 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 16:17:32 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 16:17:32 961fdc5b6d83: Preparing 16:17:32 5a3d86e7418d: Preparing 16:17:32 682c30e4f6c7: Preparing 16:17:32 4dfec9ab70b7: Preparing 16:17:32 f70ee36035b9: Preparing 16:17:32 f70ee36035b9: Layer already exists 16:17:32 4dfec9ab70b7: Layer already exists 16:17:32 961fdc5b6d83: Layer already exists 16:17:32 682c30e4f6c7: Layer already exists 16:17:32 5a3d86e7418d: Layer already exists 16:17:32 main: digest: sha256:cc61346c60509a49366957024cacc6689839ceeaab2c33c6afcfcbe7a40c7859 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:17:32 ===================================================== [Pipeline] echo 16:17:32 taggedImages: 16:17:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6 16:17:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 16:17:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.59 16:17:32 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:affa4ba333889d31d83cf76b7d2a18a0230584e6-3.0.0-dev.59 16:17:32 - 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 16:17:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:17:32 16:17:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:17:33 arm64: Pulling from edgex-lftools-log-publisher 16:17:33 8998bd30e6a1: Pulling fs layer 16:17:33 04944245beec: Pulling fs layer 16:17:33 699f458cf7ca: Pulling fs layer 16:17:33 765212b225bb: Pulling fs layer 16:17:33 f23df028b6ca: Pulling fs layer 16:17:33 d65c8cfc05b1: Pulling fs layer 16:17:33 2437ff75d9bd: Pulling fs layer 16:17:33 f23df028b6ca: Waiting 16:17:33 d65c8cfc05b1: Waiting 16:17:33 2437ff75d9bd: Waiting 16:17:33 765212b225bb: Waiting 16:17:33 04944245beec: Verifying Checksum 16:17:33 04944245beec: Download complete 16:17:33 765212b225bb: Verifying Checksum 16:17:33 765212b225bb: Download complete 16:17:33 f23df028b6ca: Verifying Checksum 16:17:33 f23df028b6ca: Download complete 16:17:33 d65c8cfc05b1: Verifying Checksum 16:17:33 d65c8cfc05b1: Download complete 16:17:33 699f458cf7ca: Verifying Checksum 16:17:33 699f458cf7ca: Download complete 16:17:34 8998bd30e6a1: Verifying Checksum 16:17:34 8998bd30e6a1: Download complete 16:17:36 2437ff75d9bd: Verifying Checksum 16:17:36 2437ff75d9bd: Download complete 16:17:38 8998bd30e6a1: Pull complete 16:17:38 04944245beec: Pull complete 16:17:40 699f458cf7ca: Pull complete 16:17:40 765212b225bb: Pull complete 16:17:41 f23df028b6ca: Pull complete 16:17:41 d65c8cfc05b1: Pull complete 16:17:56 2437ff75d9bd: Pull complete 16:17:56 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:17:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:17:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:56 prd-ubuntu20.04-docker-arm64-4c-16g-6745 does not seem to be running inside a container 16:17:56 $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:17:59 $ docker top d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:00 ---> job-cost.sh 16:18:00 lf-activate-venv: SKIPPING 16:18:00 INFO: No Stack... 16:18:01 INFO: Retrieving Pricing Info for: v3-standard-4 16:18:01 INFO: Archiving Costs [Pipeline] sh 16:18:02 + cut -d, -f6 16:18:02 + cat /w/workspace/edgex-go/420/archives/cost.csv [Pipeline] lock 16:18:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] 16:18:02 Resource [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] did not exist. Created. 16:18:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:18:03 + echo total: 0.10999999940395355 [Pipeline] stash 16:18:04 Stashed 1 file(s) [Pipeline] } 16:18:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-420-stack-cost] [Pipeline] // lock [Pipeline] } 16:18:04 $ docker stop --time=1 d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 16:18:05 $ docker rm -f --volumes d84bb7cd8972db4adba69e0aa4df97bd7f36dd118a64757e75c4d6e9ff2f8b48 [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 16:18:06 provisioning config files... 16:18:06 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/420@tmp/config9988878932616479325tmp [Pipeline] { [Pipeline] sh 16:18:06 + set +x 16:18:06 + curl -s https://codecov.io/bash 16:18:06 + bash -s -- 16:18:06 16:18:06 _____ _ 16:18:06 / ____| | | 16:18:06 | | ___ __| | ___ ___ _____ __ 16:18:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:18:06 | |___| (_) | (_| | __/ (_| (_) \ V / 16:18:06 \_____\___/ \__,_|\___|\___\___/ \_/ 16:18:06 Bash-1.0.6 16:18:06 16:18:06 16:18:06 ==> git version 2.25.1 found 16:18:06 ==> 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 16:18:06 Release-Date: 2020-01-08 16:18:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:18:06 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:18:06 ==> Jenkins CI detected. 16:18:06 current dir:  /w/workspace/edgex-go/420 16:18:06 project root: . 16:18:06 --> token set from env 16:18:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:18:06 ==> Running gcov in . (disable via -X gcov) 16:18:06 ==> Python coveragepy not found 16:18:06 ==> Searching for coverage reports in: 16:18:06 + . 16:18:06 -> Found 1 reports 16:18:06 ==> Detecting git/mercurial file structure 16:18:06 ==> Reading reports 16:18:06 + ./coverage.out bytes=487323 16:18:06 ==> Appending adjustments 16:18:06 https://docs.codecov.io/docs/fixing-reports 16:18:08 + Found adjustments 16:18:08 ==> Gzipping contents 16:18:08 64K /tmp/codecov.XzQ1Y6.gz 16:18:08 ==> Uploading reports 16:18:08 url: https://codecov.io 16:18:08 query: branch=main&commit=affa4ba333889d31d83cf76b7d2a18a0230584e6&build=420&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F420%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:18:08 -> Pinging Codecov 16:18:08 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=affa4ba333889d31d83cf76b7d2a18a0230584e6&build=420&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F420%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:18:08 -> Uploading to 16:18:08 https://storage.googleapis.com/codecov/v4/raw/2023-02-20/00271124DB129430A58F1EEE437C3FCB/affa4ba333889d31d83cf76b7d2a18a0230584e6/3cc1b19c-d1f4-43c9-ba75-44987cd64f2a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230220T161808Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=55b5fdfd9e95524c3ade00a6b6c22aae59f85211ebe522a2f8b3dafb1fe9b013 16:18:08 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:08 Dload Upload Total Spent Left Speed 16:18:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62939 0 0 100 62939 0 189k --:--:-- --:--:-- --:--:-- 189k 16:18:08 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/affa4ba333889d31d83cf76b7d2a18a0230584e6 [Pipeline] } 16:18:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 16:18:08 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:18:08 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:18:08 16:18:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:18:09 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:18:09 df9b9388f04a: Pulling fs layer 16:18:09 52dc419b0ee2: Pulling fs layer 16:18:09 25bc292e5bac: Pulling fs layer 16:18:09 114826534d7a: Pulling fs layer 16:18:09 4657fd5d0bcf: Pulling fs layer 16:18:09 6ad1cebc031e: Pulling fs layer 16:18:09 8a3aa393b2d8: Pulling fs layer 16:18:09 114826534d7a: Waiting 16:18:09 4657fd5d0bcf: Waiting 16:18:09 6ad1cebc031e: Waiting 16:18:09 8a3aa393b2d8: Waiting 16:18:09 25bc292e5bac: Verifying Checksum 16:18:09 25bc292e5bac: Download complete 16:18:09 52dc419b0ee2: Download complete 16:18:09 4657fd5d0bcf: Verifying Checksum 16:18:09 4657fd5d0bcf: Download complete 16:18:09 df9b9388f04a: Verifying Checksum 16:18:09 df9b9388f04a: Download complete 16:18:09 df9b9388f04a: Pull complete 16:18:09 6ad1cebc031e: Verifying Checksum 16:18:09 6ad1cebc031e: Download complete 16:18:09 52dc419b0ee2: Pull complete 16:18:09 25bc292e5bac: Pull complete 16:18:10 114826534d7a: Verifying Checksum 16:18:10 114826534d7a: Download complete 16:18:10 8a3aa393b2d8: Verifying Checksum 16:18:10 8a3aa393b2d8: Download complete 16:18:13 114826534d7a: Pull complete 16:18:13 4657fd5d0bcf: Pull complete 16:18:13 6ad1cebc031e: Pull complete 16:18:17 8a3aa393b2d8: Pull complete 16:18:17 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:18:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:18:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:17 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:18:17 $ 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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:18:20 $ docker top 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b -eo pid,comm [Pipeline] { [Pipeline] echo 16:18:20 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 16:18:20 + set -o pipefail 16:18:20 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 16:18:27 16:18:27 Monitoring /w/workspace/edgex-go/420 (github.com/edgexfoundry/edgex-go)... 16:18:27 16:18:27 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/cdf9ea1c-4996-415e-a4d6-f121c42754aa 16:18:27 16:18:27 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:18:27 16:18:27 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:18:27 16:18:27 16:18:27 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:18:27 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:18:27 More details here: https://snyk.co/ue1NS [Pipeline] } 16:18:27 $ docker stop --time=1 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b 16:18:29 $ docker rm -f --volumes 5566215e727761baf54c1005e86976e4318593794e2343742c6c11f7e5b2261b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 16:18:29 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:29 provisioning config files... 16:18:29 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/420@tmp/config3073851244149937819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:30 --> edgex-publish-swagger.sh 16:18:30 === Publish openapi/v3 API === 16:18:30 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 16:18:30 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/420/openapi/v3/core-command.yaml] 16:18:30 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:30 Dload Upload Total Spent Left Speed 16:18:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 43393 --:--:-- --:--:-- --:--:-- 43328 100 29030 0 0 100 29030 0 43393 --:--:-- --:--:-- --:--:-- 43328 16:18:30 16:18:30 16:18:30 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/420/openapi/v3/core-data.yaml] 16:18:30 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:30 Dload Upload Total Spent Left Speed 16:18:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 105k --:--:-- --:--:-- --:--:-- 105k 16:18:31 16:18:31 16:18:31 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/420/openapi/v3/core-metadata.yaml] 16:18:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:31 Dload Upload Total Spent Left Speed 16:18:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 138k 0 0 100 138k 0 680k --:--:-- --:--:-- --:--:-- 677k 100 138k 0 0 100 138k 0 262k --:--:-- --:--:-- --:--:-- 262k 16:18:31 16:18:31 16:18:31 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/420/openapi/v3/support-notifications.yaml] 16:18:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:31 Dload Upload Total Spent Left Speed 16:18:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 144k --:--:-- --:--:-- --:--:-- 144k 16:18:32 16:18:32 16:18:32 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/420/openapi/v3/support-scheduler.yaml] 16:18:32 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:32 Dload Upload Total Spent Left Speed 16:18:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 71430 --:--:-- --:--:-- --:--:-- 71280 16:18:32 16:18:32 [Pipeline] } 16:18:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 16:18:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:18:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:18:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:33 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:18:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:18:34 $ docker top ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf -eo pid,comm 16:18:34 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:18:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:34 [ssh-agent] Looking for ssh-agent implementation... 16:18:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:34 $ docker exec ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf ssh-agent 16:18:34 SSH_AUTH_SOCK=/tmp/ssh-aGlzUk0anM57/agent.32 16:18:34 SSH_AGENT_PID=38 16:18:34 Running ssh-add (command line suppressed) 16:18:34 Identity added: /w/workspace/edgex-go/420@tmp/private_key_3533264846694948357.key (/w/workspace/edgex-go/420@tmp/private_key_3533264846694948357.key) 16:18:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:34 + git semver tag 16:18:35 2023-02-20 16:18:35,086 [run_tag] DEBUG tag force:False 16:18:35 2023-02-20 16:18:35,086 [check_head_tag] DEBUG check head tag 16:18:35 2023-02-20 16:18:35,089 [execute] INFO git cat-file --batch-check 16:18:35 2023-02-20 16:18:35,089 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=) 16:18:35 2023-02-20 16:18:35,092 [execute] INFO git cat-file --batch 16:18:35 2023-02-20 16:18:35,093 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=) 16:18:35 2023-02-20 16:18:35,152 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:18:35 2023-02-20 16:18:35,152 [execute] INFO git tag -a v3.0.0-dev.59 -m v3.0.0-dev.59 16:18:35 2023-02-20 16:18:35,152 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.59', '-m', 'v3.0.0-dev.59'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) 16:18:35 2023-02-20 16:18:35,157 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:18:35 3.0.0-dev.59 [Pipeline] } 16:18:35 $ docker exec --env ******** --env ******** ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf ssh-agent -k 16:18:35 unset SSH_AUTH_SOCK; 16:18:35 unset SSH_AGENT_PID; 16:18:35 echo Agent pid 38 killed; 16:18:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:35 + git semver [Pipeline] } 16:18:36 $ docker stop --time=1 ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf 16:18:37 $ docker rm -f --volumes ac24c228cf9540754b689a86b67c584f5816b0ee6c61a53f84bb7aadb7b01fcf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:18:37 16:18:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:18:38 0.23.1-centos7: Pulling from edgex-lftools 16:18:38 ab5ef0e58194: Pulling fs layer 16:18:38 9712f1f96733: Pulling fs layer 16:18:38 63f879dbbcfc: Pulling fs layer 16:18:38 0d9ebad4ef96: Pulling fs layer 16:18:38 e9a5061849ea: Pulling fs layer 16:18:38 d747dcd14b5f: Pulling fs layer 16:18:38 2de7ff778b66: Pulling fs layer 16:18:38 d747dcd14b5f: Waiting 16:18:38 e9a5061849ea: Waiting 16:18:38 2de7ff778b66: Waiting 16:18:38 0d9ebad4ef96: Waiting 16:18:38 9712f1f96733: Verifying Checksum 16:18:38 9712f1f96733: Download complete 16:18:38 63f879dbbcfc: Verifying Checksum 16:18:38 63f879dbbcfc: Download complete 16:18:38 0d9ebad4ef96: Verifying Checksum 16:18:38 0d9ebad4ef96: Download complete 16:18:38 ab5ef0e58194: Verifying Checksum 16:18:38 e9a5061849ea: Verifying Checksum 16:18:38 ab5ef0e58194: Download complete 16:18:38 e9a5061849ea: Download complete 16:18:38 d747dcd14b5f: Verifying Checksum 16:18:38 d747dcd14b5f: Download complete 16:18:38 2de7ff778b66: Verifying Checksum 16:18:38 2de7ff778b66: Download complete 16:18:41 ab5ef0e58194: Pull complete 16:18:41 9712f1f96733: Pull complete 16:18:42 63f879dbbcfc: Pull complete 16:18:45 0d9ebad4ef96: Pull complete 16:18:45 e9a5061849ea: Pull complete 16:18:46 d747dcd14b5f: Pull complete 16:18:47 2de7ff778b66: Pull complete 16:18:47 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:18:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:18:47 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:47 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:18:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:18:49 $ docker top ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:18:49 provisioning config files... 16:18:49 copy managed file [sigul-config] to file:/w/workspace/edgex-go/420@tmp/config1127638646120641054tmp 16:18:49 copy managed file [sigul-password] to file:/w/workspace/edgex-go/420@tmp/config14437666118077189886tmp 16:18:49 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/420@tmp/config5144297403134875396tmp [Pipeline] { [Pipeline] echo 16:18:49 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:18:49 ---> sigul-configuration.sh 16:18:49 gpg: directory `/root/.gnupg' created 16:18:49 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:18:49 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:18:49 gpg: keyring `/root/.gnupg/secring.gpg' created 16:18:49 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:18:49 gpg: CAST5 encrypted data 16:18:49 gpg: encrypted with 1 passphrase 16:18:49 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:18:50 + mkdir /home/jenkins 16:18:50 + mkdir /home/jenkins/sigul [Pipeline] sh 16:18:50 + 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 16:18:50 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:50 ---> sigul-install.sh 16:18:50 Sigul already installed; skipping installation. [Pipeline] sh 16:18:51 + git tag --list 16:18:51 0.6.0 16:18:51 0.6.1 16:18:51 0.7.0 16:18:51 0.7.1 16:18:51 v1.0.0 16:18:51 v1.0.1 16:18:51 v1.1.0 16:18:51 v1.2.0 16:18:51 v1.2.1 16:18:51 v1.3.0 16:18:51 v1.3.1 16:18:51 v2.0.0 16:18:51 v2.1.0 16:18:51 v2.1.1 16:18:51 v2.1.1-dev.1 16:18:51 v2.1.1-dev.2 16:18:51 v2.1.1-dev.3 16:18:51 v2.1.1-dev.4 16:18:51 v2.1.1-dev.5 16:18:51 v2.1.1-dev.6 16:18:51 v2.1.1-dev.7 16:18:51 v2.1.1-dev.8 16:18:51 v2.1.2-dev.1 16:18:51 v2.2.0 16:18:51 v2.2.1-dev.1 16:18:51 v2.2.1-dev.10 16:18:51 v2.2.1-dev.11 16:18:51 v2.2.1-dev.12 16:18:51 v2.2.1-dev.13 16:18:51 v2.2.1-dev.14 16:18:51 v2.2.1-dev.15 16:18:51 v2.2.1-dev.16 16:18:51 v2.2.1-dev.17 16:18:51 v2.2.1-dev.18 16:18:51 v2.2.1-dev.19 16:18:51 v2.2.1-dev.2 16:18:51 v2.2.1-dev.20 16:18:51 v2.2.1-dev.21 16:18:51 v2.2.1-dev.22 16:18:51 v2.2.1-dev.23 16:18:51 v2.2.1-dev.24 16:18:51 v2.2.1-dev.25 16:18:51 v2.2.1-dev.26 16:18:51 v2.2.1-dev.27 16:18:51 v2.2.1-dev.28 16:18:51 v2.2.1-dev.29 16:18:51 v2.2.1-dev.3 16:18:51 v2.2.1-dev.4 16:18:51 v2.2.1-dev.5 16:18:51 v2.2.1-dev.6 16:18:51 v2.2.1-dev.7 16:18:51 v2.2.1-dev.8 16:18:51 v2.2.1-dev.9 16:18:51 v2.3.0 16:18:51 v2.3.0-dev.100 16:18:51 v2.3.0-dev.101 16:18:51 v2.3.0-dev.102 16:18:51 v2.3.0-dev.103 16:18:51 v2.3.0-dev.104 16:18:51 v2.3.0-dev.105 16:18:51 v2.3.0-dev.106 16:18:51 v2.3.0-dev.29 16:18:51 v2.3.0-dev.30 16:18:51 v2.3.0-dev.31 16:18:51 v2.3.0-dev.32 16:18:51 v2.3.0-dev.33 16:18:51 v2.3.0-dev.34 16:18:51 v2.3.0-dev.35 16:18:51 v2.3.0-dev.36 16:18:51 v2.3.0-dev.37 16:18:51 v2.3.0-dev.38 16:18:51 v2.3.0-dev.39 16:18:51 v2.3.0-dev.40 16:18:51 v2.3.0-dev.41 16:18:51 v2.3.0-dev.42 16:18:51 v2.3.0-dev.43 16:18:51 v2.3.0-dev.44 16:18:51 v2.3.0-dev.45 16:18:51 v2.3.0-dev.46 16:18:51 v2.3.0-dev.47 16:18:51 v2.3.0-dev.48 16:18:51 v2.3.0-dev.49 16:18:51 v2.3.0-dev.50 16:18:51 v2.3.0-dev.51 16:18:51 v2.3.0-dev.52 16:18:51 v2.3.0-dev.53 16:18:51 v2.3.0-dev.54 16:18:51 v2.3.0-dev.55 16:18:51 v2.3.0-dev.56 16:18:51 v2.3.0-dev.57 16:18:51 v2.3.0-dev.58 16:18:51 v2.3.0-dev.59 16:18:51 v2.3.0-dev.60 16:18:51 v2.3.0-dev.61 16:18:51 v2.3.0-dev.62 16:18:51 v2.3.0-dev.63 16:18:51 v2.3.0-dev.64 16:18:51 v2.3.0-dev.65 16:18:51 v2.3.0-dev.66 16:18:51 v2.3.0-dev.67 16:18:51 v2.3.0-dev.68 16:18:51 v2.3.0-dev.69 16:18:51 v2.3.0-dev.70 16:18:51 v2.3.0-dev.71 16:18:51 v2.3.0-dev.72 16:18:51 v2.3.0-dev.73 16:18:51 v2.3.0-dev.74 16:18:51 v2.3.0-dev.75 16:18:51 v2.3.0-dev.76 16:18:51 v2.3.0-dev.77 16:18:51 v2.3.0-dev.78 16:18:51 v2.3.0-dev.79 16:18:51 v2.3.0-dev.80 16:18:51 v2.3.0-dev.81 16:18:51 v2.3.0-dev.82 16:18:51 v2.3.0-dev.83 16:18:51 v2.3.0-dev.84 16:18:51 v2.3.0-dev.85 16:18:51 v2.3.0-dev.86 16:18:51 v2.3.0-dev.87 16:18:51 v2.3.0-dev.88 16:18:51 v2.3.0-dev.89 16:18:51 v2.3.0-dev.90 16:18:51 v2.3.0-dev.91 16:18:51 v2.3.0-dev.92 16:18:51 v2.3.0-dev.93 16:18:51 v2.3.0-dev.94 16:18:51 v2.3.0-dev.95 16:18:51 v2.3.0-dev.96 16:18:51 v2.3.0-dev.97 16:18:51 v2.3.0-dev.98 16:18:51 v2.3.0-dev.99 16:18:51 v2.3.1-dev.1 16:18:51 v2.3.1-dev.2 16:18:51 v2.3.1-dev.3 16:18:51 v2.3.1-dev.4 16:18:51 v2.3.1-dev.5 16:18:51 v3.0.0-dev.1 16:18:51 v3.0.0-dev.10 16:18:51 v3.0.0-dev.11 16:18:51 v3.0.0-dev.12 16:18:51 v3.0.0-dev.13 16:18:51 v3.0.0-dev.14 16:18:51 v3.0.0-dev.15 16:18:51 v3.0.0-dev.16 16:18:51 v3.0.0-dev.17 16:18:51 v3.0.0-dev.18 16:18:51 v3.0.0-dev.19 16:18:51 v3.0.0-dev.2 16:18:51 v3.0.0-dev.20 16:18:51 v3.0.0-dev.21 16:18:51 v3.0.0-dev.22 16:18:51 v3.0.0-dev.23 16:18:51 v3.0.0-dev.24 16:18:51 v3.0.0-dev.25 16:18:51 v3.0.0-dev.26 16:18:51 v3.0.0-dev.27 16:18:51 v3.0.0-dev.28 16:18:51 v3.0.0-dev.29 16:18:51 v3.0.0-dev.3 16:18:51 v3.0.0-dev.30 16:18:51 v3.0.0-dev.31 16:18:51 v3.0.0-dev.32 16:18:51 v3.0.0-dev.33 16:18:51 v3.0.0-dev.34 16:18:51 v3.0.0-dev.35 16:18:51 v3.0.0-dev.36 16:18:51 v3.0.0-dev.37 16:18:51 v3.0.0-dev.38 16:18:51 v3.0.0-dev.39 16:18:51 v3.0.0-dev.4 16:18:51 v3.0.0-dev.40 16:18:51 v3.0.0-dev.41 16:18:51 v3.0.0-dev.42 16:18:51 v3.0.0-dev.43 16:18:51 v3.0.0-dev.44 16:18:51 v3.0.0-dev.45 16:18:51 v3.0.0-dev.46 16:18:51 v3.0.0-dev.47 16:18:51 v3.0.0-dev.48 16:18:51 v3.0.0-dev.49 16:18:51 v3.0.0-dev.5 16:18:51 v3.0.0-dev.50 16:18:51 v3.0.0-dev.51 16:18:51 v3.0.0-dev.52 16:18:51 v3.0.0-dev.53 16:18:51 v3.0.0-dev.54 16:18:51 v3.0.0-dev.55 16:18:51 v3.0.0-dev.56 16:18:51 v3.0.0-dev.57 16:18:51 v3.0.0-dev.58 16:18:51 v3.0.0-dev.59 16:18:51 v3.0.0-dev.6 16:18:51 v3.0.0-dev.7 16:18:51 v3.0.0-dev.8 16:18:51 v3.0.0-dev.9 [Pipeline] sh 16:18:51 + lftools sign git-tag v3.0.0-dev.59 16:18:51 Signing Git tag with Sigul... 16:18:51 Signing v3.0.0-dev.59 [Pipeline] echo 16:18:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:18:52 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:18:52 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:18:52 $ docker stop --time=1 ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e 16:18:53 $ docker rm -f --volumes ba31ff4eed26a9e4c2c5b5c1660c21f418a62cf5594f2ed5fd19327e2869a60e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:18:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:18:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:18:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:54 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:18:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:18:55 $ docker top bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:55 [ssh-agent] Looking for ssh-agent implementation... 16:18:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:55 $ docker exec bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 ssh-agent 16:18:55 SSH_AUTH_SOCK=/tmp/ssh-WBLfJl3SXBTs/agent.32 16:18:55 SSH_AGENT_PID=38 16:18:55 Running ssh-add (command line suppressed) 16:18:55 Identity added: /w/workspace/edgex-go/420@tmp/private_key_6279385326282047600.key (/w/workspace/edgex-go/420@tmp/private_key_6279385326282047600.key) 16:18:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:55 + git semver bump pre 16:18:55 2023-02-20 16:18:55,887 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:18:55 2023-02-20 16:18:55,887 [bump_version] DEBUG bumping version:3.0.0-dev.59 on axis:pre with prefix:dev 16:18:55 2023-02-20 16:18:55,887 [bump_version] DEBUG bumped version:3.0.0-dev.60 16:18:55 2023-02-20 16:18:55,887 [write_version] DEBUG write version:3.0.0-dev.60 to path:/w/workspace/edgex-go/420/.semver/main with force:True 16:18:55 2023-02-20 16:18:55,887 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:18:55 2023-02-20 16:18:55,887 [write_file] DEBUG write to file:/w/workspace/edgex-go/420/.semver/main 16:18:55 2023-02-20 16:18:55,889 [execute] INFO git cat-file --batch-check 16:18:55 2023-02-20 16:18:55,889 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) 16:18:55 2023-02-20 16:18:55,893 [execute] INFO git cat-file --batch 16:18:55 2023-02-20 16:18:55,893 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) 16:18:55 2023-02-20 16:18:55,897 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:18:55 3.0.0-dev.60 [Pipeline] } 16:18:55 $ docker exec --env ******** --env ******** bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 ssh-agent -k 16:18:56 unset SSH_AUTH_SOCK; 16:18:56 unset SSH_AGENT_PID; 16:18:56 echo Agent pid 38 killed; 16:18:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:56 + git semver [Pipeline] } 16:18:56 $ docker stop --time=1 bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 16:18:57 $ docker rm -f --volumes bcfb4df0cfcbc35cfc56ca49a88c6e5002bdd85817e6639f36a18fc35e556151 [Pipeline] // withDockerContainer [Pipeline] sh 16:18:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:18:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:18:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:18:58 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:18:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:18:59 $ docker top acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:59 [ssh-agent] Looking for ssh-agent implementation... 16:18:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:59 $ docker exec acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 ssh-agent 16:18:59 SSH_AUTH_SOCK=/tmp/ssh-LJAQNDGmeZdL/agent.33 16:18:59 SSH_AGENT_PID=39 16:18:59 Running ssh-add (command line suppressed) 16:18:59 Identity added: /w/workspace/edgex-go/420@tmp/private_key_5120091382136583145.key (/w/workspace/edgex-go/420@tmp/private_key_5120091382136583145.key) 16:18:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:59 + git semver push 16:18:59 2023-02-20 16:18:59,968 [run_push] DEBUG push 16:18:59 2023-02-20 16:18:59,969 [execute] INFO git cat-file --batch-check 16:18:59 2023-02-20 16:18:59,970 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=) 16:18:59 2023-02-20 16:18:59,974 [execute] INFO git rev-list cf220f2fa3ccb7080e147f50aa9c1fafb807d802 -- 16:18:59 2023-02-20 16:18:59,975 [execute] DEBUG Popen(['git', 'rev-list', 'cf220f2fa3ccb7080e147f50aa9c1fafb807d802', '--'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=None) 16:18:59 2023-02-20 16:18:59,987 [execute] INFO git fetch -v origin 16:18:59 2023-02-20 16:18:59,987 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=True, shell=None, istream=None) 16:19:00 2023-02-20 16:19:00,575 [run_push] DEBUG no remote changes detected 16:19:00 2023-02-20 16:19:00,575 [execute] INFO git push origin semver 16:19:00 2023-02-20 16:19:00,575 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/420/.semver, universal_newlines=False, shell=None, istream=None) 16:19:01 2023-02-20 16:19:01,568 [run_push] DEBUG push all version tags 16:19:01 2023-02-20 16:19:01,568 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:19:01 2023-02-20 16:19:01,569 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/420, universal_newlines=False, shell=None, istream=None) 16:19:02 2023-02-20 16:19:02,486 [read_version] DEBUG read version from /w/workspace/edgex-go/420/.semver/main 16:19:02 3.0.0-dev.60 [Pipeline] } 16:19:02 $ docker exec --env ******** --env ******** acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 ssh-agent -k 16:19:02 unset SSH_AUTH_SOCK; 16:19:02 unset SSH_AGENT_PID; 16:19:02 echo Agent pid 39 killed; 16:19:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:19:02 + git semver [Pipeline] } 16:19:03 $ docker stop --time=1 acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 16:19:05 $ docker rm -f --volumes acb2d44960d8e5c06ac58bc102da18d2f8513a7b4345be14a729ba50fa1d4292 [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 16:19:05 + [ -d /w/workspace/edgex-go/420/archives ] [Pipeline] libraryResource [Pipeline] sh 16:19:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:19:06 ---> package-listing.sh 16:19:06 ++ facter osfamily 16:19:06 ++ tr '[:upper:]' '[:lower:]' 16:19:07 + OS_FAMILY=debian 16:19:07 + workspace=/w/workspace/edgex-go/420 16:19:07 + START_PACKAGES=/tmp/packages_start.txt 16:19:07 + END_PACKAGES=/tmp/packages_end.txt 16:19:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:19:07 + PACKAGES=/tmp/packages_start.txt 16:19:07 + '[' /w/workspace/edgex-go/420 ']' 16:19:07 + PACKAGES=/tmp/packages_end.txt 16:19:07 + case "${OS_FAMILY}" in 16:19:07 + dpkg -l 16:19:07 + grep '^ii' 16:19:07 + '[' -f /tmp/packages_start.txt ']' 16:19:07 + '[' -f /tmp/packages_end.txt ']' 16:19:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:19:07 + '[' /w/workspace/edgex-go/420 ']' 16:19:07 + mkdir -p /w/workspace/edgex-go/420/archives/ 16:19:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/420/archives/ [Pipeline] echo 16:19:07 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/420/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:19:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:07 16:19:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:19:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:08 latest: Pulling from edgex-lftools-log-publisher 16:19:08 5eb5b503b376: Pulling fs layer 16:19:08 5c69ac0246d0: Pulling fs layer 16:19:08 ec43610c2a17: Pulling fs layer 16:19:08 3a2ae6a8a46f: Pulling fs layer 16:19:08 33b1e0a273af: Pulling fs layer 16:19:08 5d3b04190fa2: Pulling fs layer 16:19:08 2f39f015ded8: Pulling fs layer 16:19:08 33b1e0a273af: Waiting 16:19:08 5d3b04190fa2: Waiting 16:19:08 2f39f015ded8: Waiting 16:19:08 3a2ae6a8a46f: Waiting 16:19:08 5c69ac0246d0: Verifying Checksum 16:19:08 5c69ac0246d0: Download complete 16:19:08 3a2ae6a8a46f: Verifying Checksum 16:19:08 3a2ae6a8a46f: Download complete 16:19:08 33b1e0a273af: Verifying Checksum 16:19:08 33b1e0a273af: Download complete 16:19:08 5d3b04190fa2: Verifying Checksum 16:19:08 5d3b04190fa2: Download complete 16:19:08 ec43610c2a17: Verifying Checksum 16:19:08 ec43610c2a17: Download complete 16:19:08 5eb5b503b376: Verifying Checksum 16:19:08 5eb5b503b376: Download complete 16:19:09 2f39f015ded8: Download complete 16:19:09 5eb5b503b376: Pull complete 16:19:09 5c69ac0246d0: Pull complete 16:19:10 ec43610c2a17: Pull complete 16:19:10 3a2ae6a8a46f: Pull complete 16:19:10 33b1e0a273af: Pull complete 16:19:10 5d3b04190fa2: Pull complete 16:19:14 2f39f015ded8: Pull complete 16:19:14 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:19:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:19:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:19:14 prd-ubuntu20.04-docker-8c-8g-6743 does not seem to be running inside a container 16:19:14 $ 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/420/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/420 -v /w/workspace/edgex-go/420:/w/workspace/edgex-go/420:rw,z -v /w/workspace/edgex-go/420@tmp:/w/workspace/edgex-go/420@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 16:19:16 $ docker top fe2b66eb77b59f4415346069210e5b559ece6b518600c55d30e83d00ad1ca6b5 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:16 + touch /tmp/pre-build-complete [Pipeline] sh 16:19:16 + mkdir -p /var/log/sysstat [Pipeline] sh 16:19:17 + ls /var/log/sa-host 16:19:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:17 provisioning config files... 16:19:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/420@tmp/config13652212347477884248tmp [Pipeline] { [Pipeline] echo 16:19:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:19:17 ---> create-netrc.sh [Pipeline] } 16:19:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:19:17 ---> python-tools-install.sh [Pipeline] echo 16:19:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:19:18 ---> sudo-logs.sh 16:19:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:19:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:19:18 ---> job-cost.sh 16:19:18 lf-activate-venv: SKIPPING 16:19:18 DEBUG: total: 0.10999999940395355 16:19:18 INFO: Retrieving Stack Cost... 16:19:18 INFO: Retrieving Pricing Info for: v3-standard-8 16:19:19 INFO: Archiving Costs [Pipeline] echo 16:19:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:19:19 ---> logs-deploy.sh 16:19:19 lf-activate-venv: SKIPPING 16:19:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/420 16:19:19 INFO: archiving workspace using pattern(s): 16:19:20 Archives upload complete. 16:19:20 INFO: archiving logs to Nexus 16:19:21 ---> uname -a: 16:19:21 Linux prd-ubuntu20-04-docker-8c-8g-6743 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:19:21 16:19:21 16:19:21 ---> lscpu: 16:19:21 Architecture: x86_64 16:19:21 CPU op-mode(s): 32-bit, 64-bit 16:19:21 Byte Order: Little Endian 16:19:21 Address sizes: 40 bits physical, 48 bits virtual 16:19:21 CPU(s): 8 16:19:21 On-line CPU(s) list: 0-7 16:19:21 Thread(s) per core: 1 16:19:21 Core(s) per socket: 1 16:19:21 Socket(s): 8 16:19:21 NUMA node(s): 1 16:19:21 Vendor ID: AuthenticAMD 16:19:21 CPU family: 23 16:19:21 Model: 49 16:19:21 Model name: AMD EPYC-Rome Processor 16:19:21 Stepping: 0 16:19:21 CPU MHz: 2799.998 16:19:21 BogoMIPS: 5599.99 16:19:21 Virtualization: AMD-V 16:19:21 Hypervisor vendor: KVM 16:19:21 Virtualization type: full 16:19:21 L1d cache: 256 KiB 16:19:21 L1i cache: 256 KiB 16:19:21 L2 cache: 4 MiB 16:19:21 L3 cache: 128 MiB 16:19:21 NUMA node0 CPU(s): 0-7 16:19:21 Vulnerability Itlb multihit: Not affected 16:19:21 Vulnerability L1tf: Not affected 16:19:21 Vulnerability Mds: Not affected 16:19:21 Vulnerability Meltdown: Not affected 16:19:21 Vulnerability Mmio stale data: Not affected 16:19:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:19:21 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:19:21 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:19:21 Vulnerability Srbds: Not affected 16:19:21 Vulnerability Tsx async abort: Not affected 16:19:21 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 16:19:21 16:19:21 16:19:21 ---> nproc: 16:19:21 8 16:19:21 16:19:21 16:19:21 ---> df -h: 16:19:21 Filesystem Size Used Avail Use% Mounted on 16:19:21 overlay 155G 20G 135G 13% / 16:19:21 tmpfs 64M 0 64M 0% /dev 16:19:21 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:19:21 shm 64M 0 64M 0% /dev/shm 16:19:21 /dev/vda1 155G 20G 135G 13% /facter-os 16:19:21 16:19:21 16:19:21 ---> sar -b -r -n DEV: 16:19:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6743) 02/20/23 _x86_64_ (8 CPU) 16:19:21 16:19:21 15:47:21 LINUX RESTART (8 CPU) 16:19:21 16:19:21 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:19:21 15:49:01 141.05 4.03 137.02 0.00 471.84 66847.45 0.00 16:19:21 15:50:01 29.83 0.27 29.56 0.00 7.47 13429.25 0.00 16:19:21 15:51:01 162.90 0.13 162.76 0.00 13.86 106591.94 0.00 16:19:21 15:52:01 556.26 9.97 546.29 0.00 91.18 242435.46 0.00 16:19:21 15:53:01 1219.72 11.15 1208.57 0.00 5169.37 331164.71 0.00 16:19:21 15:54:01 1075.60 0.82 1074.79 0.00 25.73 198364.81 0.00 16:19:21 15:55:01 28.56 0.05 28.51 0.00 12.80 831.99 0.00 16:19:21 15:56:01 4.55 0.00 4.55 0.00 0.00 120.09 0.00 16:19:21 15:57:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 16:19:21 15:58:01 1.83 0.00 1.83 0.00 0.00 19.60 0.00 16:19:21 15:59:01 1.03 0.00 1.03 0.00 0.00 11.33 0.00 16:19:21 16:00:01 1.53 0.00 1.53 0.00 0.00 15.99 0.00 16:19:21 16:01:01 1.00 0.00 1.00 0.00 0.00 10.13 0.00 16:19:21 16:02:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 16:19:21 16:03:01 2.07 0.02 2.05 0.00 0.13 26.40 0.00 16:19:21 16:04:01 3.05 1.60 1.45 0.00 36.39 17.86 0.00 16:19:21 16:05:01 1.45 0.00 1.45 0.00 0.00 16.00 0.00 16:19:21 16:06:01 1.47 0.00 1.47 0.00 0.00 16.00 0.00 16:19:21 16:07:01 1.45 0.00 1.45 0.00 0.00 15.86 0.00 16:19:21 16:08:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 16:19:21 16:09:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 16:19:21 16:10:01 1.55 0.00 1.55 0.00 0.00 17.06 0.00 16:19:21 16:11:01 0.92 0.00 0.92 0.00 0.00 9.73 0.00 16:19:21 16:12:01 1.85 0.00 1.85 0.00 0.00 20.13 0.00 16:19:21 16:13:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 16:19:21 16:14:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 16:19:21 16:15:01 1.07 0.00 1.07 0.00 0.00 11.60 0.00 16:19:21 16:16:01 1.47 0.00 1.47 0.00 0.00 16.40 0.00 16:19:21 16:17:01 1.13 0.02 1.12 0.00 0.13 12.40 0.00 16:19:21 16:18:01 1.85 0.00 1.85 0.00 0.00 20.66 0.00 16:19:21 16:19:01 129.28 0.27 129.01 0.00 13.60 56858.66 0.00 16:19:21 Average: 109.07 0.91 108.16 0.00 188.65 32816.74 0.00 16:19:21 16:19:21 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:19:21 15:49:01 28227436 31479140 820448 2.50 112024 3366932 2080720 6.13 1365324 2862192 203504 16:19:21 15:50:01 28060636 31589292 706832 2.15 116656 3602720 1797080 5.30 1207368 3151116 176600 16:19:21 15:51:01 26181812 31511492 779848 2.37 120976 5356220 2012740 5.93 1570772 4613884 0 16:19:21 15:52:01 22379872 31440928 840200 2.56 286032 8668192 2893620 8.53 1799084 7919240 180 16:19:21 15:53:01 19164396 31105944 1150032 3.50 349532 11316492 3467756 10.22 2802612 9931244 120 16:19:21 15:54:01 19473052 31537292 732332 2.23 412552 11334504 1946592 5.74 2409628 9996800 1196 16:19:21 15:55:01 19477576 31543708 725156 2.21 413888 11335484 1821504 5.37 2404960 9997000 264 16:19:21 15:56:01 19480032 31546352 722356 2.20 414024 11335512 1813320 5.34 2400692 9996904 4 16:19:21 15:57:01 19480172 31546520 722060 2.20 414040 11335516 1813320 5.34 2400484 9996908 24 16:19:21 15:58:01 19482272 31548664 720284 2.19 414076 11335516 1813320 5.34 2399056 9996908 12 16:19:21 15:59:01 19482588 31549264 720036 2.19 414096 11335520 1813320 5.34 2398736 9997180 188 16:19:21 16:00:01 19487628 31554328 714968 2.17 414104 11335524 1813320 5.34 2393640 9997200 40 16:19:21 16:01:01 19487840 31554552 714680 2.17 414116 11335524 1813320 5.34 2393616 9997208 20 16:19:21 16:02:01 19488000 31554748 714648 2.17 414136 11335520 1813320 5.34 2393656 9997216 4 16:19:21 16:03:01 19487060 31553956 715804 2.18 414172 11335508 1851372 5.46 2393776 9997192 16 16:19:21 16:04:01 19481092 31550084 719556 2.19 414208 11336600 1867508 5.50 2401184 9997484 80 16:19:21 16:05:01 19481304 31550348 719236 2.19 414252 11336604 1867508 5.50 2400632 9997484 12 16:19:21 16:06:01 19480964 31550016 719488 2.19 414272 11336604 1867508 5.50 2400588 9997484 52 16:19:21 16:07:01 19480892 31550052 719360 2.19 414332 11336608 1867508 5.50 2400660 9997492 8 16:19:21 16:08:01 19480804 31549984 719388 2.19 414360 11336604 1867508 5.50 2400756 9997492 12 16:19:21 16:09:01 19480756 31549956 719360 2.19 414368 11336612 1867508 5.50 2400716 9997492 12 16:19:21 16:10:01 19480488 31549700 719536 2.19 414388 11336616 1867508 5.50 2400716 9997496 12 16:19:21 16:11:01 19480860 31550112 719280 2.19 414400 11336616 1867508 5.50 2401276 9997496 180 16:19:21 16:12:01 19480768 31550060 719488 2.19 414432 11336628 1867508 5.50 2401160 9997504 188 16:19:21 16:13:01 19480800 31550104 719448 2.19 414448 11336628 1867508 5.50 2400836 9997508 16 16:19:21 16:14:01 19480256 31549588 719928 2.19 414460 11336632 1867508 5.50 2400848 9997512 44 16:19:21 16:15:01 19480208 31549544 719908 2.19 414464 11336636 1867508 5.50 2400836 9997516 8 16:19:21 16:16:01 19480184 31549520 719844 2.19 414484 11336636 1867508 5.50 2400864 9997516 48 16:19:21 16:17:01 19479944 31549360 719884 2.19 414512 11336640 1867508 5.50 2401560 9997520 224 16:19:21 16:18:01 19480024 31549464 719780 2.19 414532 11336640 1867508 5.50 2401008 9997524 16 16:19:21 16:19:01 17938556 31484564 777060 2.36 462768 12644872 1989864 5.86 2568476 11241728 964 16:19:21 Average: 20289944 31527375 744201 2.26 380745 10592221 1953778 5.76 2300501 9343627 12389 16:19:21 16:19:21 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:19:21 15:49:01 lo 2.60 2.60 0.26 0.26 0.00 0.00 0.00 0.00 16:19:21 15:49:01 veth3f128d4 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 16:19:21 15:49:01 ens3 802.72 729.06 9114.03 86.56 0.00 0.00 0.00 0.00 16:19:21 15:49:01 docker0 573.38 548.18 42.38 3428.82 0.00 0.00 0.00 0.00 16:19:21 15:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 15:50:01 veth3f128d4 1.30 1.35 0.10 0.11 0.00 0.00 0.00 0.00 16:19:21 15:50:01 ens3 35.74 24.05 28.80 37.21 0.00 0.00 0.00 0.00 16:19:21 15:50:01 docker0 1.30 1.30 0.08 0.10 0.00 0.00 0.00 0.00 16:19:21 15:51:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 16:19:21 15:51:01 ens3 122.83 82.66 1826.98 86.34 0.00 0.00 0.00 0.00 16:19:21 15:51:01 vethdcde804 0.95 0.95 0.07 5.55 0.00 0.00 0.00 0.00 16:19:21 15:51:01 docker0 5.88 11.86 0.35 127.15 0.00 0.00 0.00 0.00 16:19:21 15:51:01 veth5ea34f9 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:51:01 vethe16cbf4 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 16:19:21 15:52:01 veth781718c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 15:52:01 ens3 881.07 551.26 5925.27 55.96 0.00 0.00 0.00 0.00 16:19:21 15:52:01 veth8a2bb89 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 vethf80cc78 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 veth4b91fb2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 docker0 543.29 867.91 43.25 5915.95 0.00 0.00 0.00 0.00 16:19:21 15:52:01 vethf867c7c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 vethec2bdac 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:52:01 vethe16cbf4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:19:21 15:53:01 lo 2.00 2.00 0.19 0.19 0.00 0.00 0.00 0.00 16:19:21 15:53:01 ens3 617.96 311.92 5743.96 47.88 0.00 0.00 0.00 0.00 16:19:21 15:53:01 vethe23522c 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:19:21 15:53:01 docker0 203.23 400.03 16.02 2822.18 0.00 0.00 0.00 0.00 16:19:21 15:53:01 vethd5a2e46 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:53:01 veth0644117 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:19:21 15:53:01 vethe16cbf4 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 16:19:21 15:54:01 lo 7.20 7.20 0.70 0.70 0.00 0.00 0.00 0.00 16:19:21 15:54:01 ens3 279.10 159.17 1508.08 208.68 0.00 0.00 0.00 0.00 16:19:21 15:54:01 docker0 86.90 183.10 7.21 1440.42 0.00 0.00 0.00 0.00 16:19:21 15:55:01 lo 48.39 48.39 4.77 4.77 0.00 0.00 0.00 0.00 16:19:21 15:55:01 ens3 530.04 505.82 253.15 2546.62 0.00 0.00 0.00 0.00 16:19:21 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:56:01 lo 6.26 6.26 0.61 0.61 0.00 0.00 0.00 0.00 16:19:21 15:56:01 ens3 75.69 79.42 37.31 322.02 0.00 0.00 0.00 0.00 16:19:21 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:57:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 15:58:01 ens3 0.25 0.23 0.08 0.07 0.00 0.00 0.00 0.00 16:19:21 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:59:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:00:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:01:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:02:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:03:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:19:21 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:04:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 16:19:21 16:04:01 ens3 8.53 5.91 5.61 6.47 0.00 0.00 0.00 0.00 16:19:21 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:05:01 ens3 0.70 0.50 3.21 0.03 0.00 0.00 0.00 0.00 16:19:21 16:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:06:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:07:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:08:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 16:19:21 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:09:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:10:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:11:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:12:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:13:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:19:21 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:14:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:15:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:16:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:17:01 ens3 0.23 0.18 0.12 0.01 0.00 0.00 0.00 0.00 16:19:21 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:19:21 16:18:01 ens3 0.33 0.23 0.09 0.07 0.00 0.00 0.00 0.00 16:19:21 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:21 16:19:01 lo 2.27 2.27 0.23 0.23 0.00 0.00 0.00 0.00 16:19:21 16:19:01 ens3 363.76 217.26 7808.09 55.26 0.00 0.00 0.00 0.00 16:19:21 16:19:01 vethb224d1b 1.47 1.40 0.24 0.99 0.00 0.00 0.00 0.00 16:19:21 16:19:01 docker0 35.43 58.36 3.20 589.00 0.00 0.00 0.00 0.00 16:19:21 Average: lo 2.32 2.32 0.23 0.23 0.00 0.00 0.00 0.00 16:19:21 Average: ens3 120.05 86.11 1040.68 111.40 0.00 0.00 0.00 0.00 16:19:21 Average: vethb224d1b 0.05 0.05 0.01 0.03 0.00 0.00 0.00 0.00 16:19:21 Average: docker0 46.76 66.81 3.63 462.14 0.00 0.00 0.00 0.00 16:19:21 16:19:21 16:19:21 ---> sar -P ALL: 16:19:21 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6743) 02/20/23 _x86_64_ (8 CPU) 16:19:21 16:19:21 15:47:21 LINUX RESTART (8 CPU) 16:19:21 16:19:21 15:48:01 CPU %user %nice %system %iowait %steal %idle 16:19:21 15:49:01 all 18.04 0.00 5.59 1.41 0.10 74.87 16:19:21 15:49:01 0 18.11 0.00 6.31 1.65 0.08 73.85 16:19:21 15:49:01 1 17.95 0.00 5.28 0.29 0.10 76.37 16:19:21 15:49:01 2 18.40 0.00 5.85 1.95 0.10 73.70 16:19:21 15:49:01 3 18.98 0.00 6.34 5.41 0.12 69.14 16:19:21 15:49:01 4 16.93 0.00 5.24 0.15 0.10 77.58 16:19:21 15:49:01 5 19.24 0.00 4.78 0.10 0.10 75.78 16:19:21 15:49:01 6 17.12 0.00 5.53 1.40 0.08 75.86 16:19:21 15:49:01 7 17.58 0.00 5.37 0.31 0.10 76.64 16:19:21 15:50:01 all 44.69 0.00 6.96 0.19 0.12 48.05 16:19:21 15:50:01 0 44.56 0.00 6.39 0.03 0.12 48.90 16:19:21 15:50:01 1 44.90 0.00 7.29 0.02 0.13 47.66 16:19:21 15:50:01 2 44.74 0.00 5.89 0.00 0.12 49.25 16:19:21 15:50:01 3 43.55 0.00 6.22 1.31 0.10 48.82 16:19:21 15:50:01 4 44.19 0.00 7.38 0.08 0.12 48.23 16:19:21 15:50:01 5 45.91 0.00 6.36 0.00 0.12 47.61 16:19:21 15:50:01 6 45.67 0.00 6.64 0.02 0.12 47.55 16:19:21 15:50:01 7 43.98 0.00 9.54 0.03 0.12 46.34 16:19:21 15:51:01 all 27.70 0.00 8.29 1.34 0.12 62.55 16:19:21 15:51:01 0 27.17 0.00 9.16 0.19 0.14 63.35 16:19:21 15:51:01 1 26.63 0.00 8.12 0.32 0.10 64.83 16:19:21 15:51:01 2 29.07 0.00 8.10 0.82 0.10 61.91 16:19:21 15:51:01 3 27.02 0.00 7.63 0.58 0.14 64.64 16:19:21 15:51:01 4 31.41 0.00 7.86 0.39 0.14 60.21 16:19:21 15:51:01 5 27.67 0.00 9.06 0.22 0.10 62.94 16:19:21 15:51:01 6 25.16 0.00 8.57 7.96 0.12 58.19 16:19:21 15:51:01 7 27.49 0.00 7.83 0.24 0.12 64.32 16:19:21 15:52:01 all 11.94 0.00 7.70 12.27 0.11 67.98 16:19:21 15:52:01 0 11.49 0.00 7.38 6.69 0.12 74.33 16:19:21 15:52:01 1 11.71 0.00 8.39 13.24 0.10 66.57 16:19:21 15:52:01 2 12.60 0.00 7.62 21.44 0.10 58.24 16:19:21 15:52:01 3 12.18 0.00 8.66 10.06 0.10 68.99 16:19:21 15:52:01 4 12.07 0.00 7.34 11.50 0.10 68.99 16:19:21 15:52:01 5 11.78 0.00 6.72 5.34 0.12 76.04 16:19:21 15:52:01 6 12.02 0.00 8.35 20.62 0.12 58.90 16:19:21 15:52:01 7 11.69 0.00 7.14 9.20 0.15 71.82 16:19:21 15:53:01 all 70.30 0.00 16.46 3.82 0.19 9.24 16:19:21 15:53:01 0 67.36 0.00 17.82 4.31 0.19 10.32 16:19:21 15:53:01 1 70.95 0.00 15.48 3.70 0.19 9.69 16:19:21 15:53:01 2 71.23 0.00 16.91 5.64 0.17 6.06 16:19:21 15:53:01 3 70.18 0.00 16.60 2.74 0.19 10.30 16:19:21 15:53:01 4 71.93 0.00 15.37 2.48 0.19 10.04 16:19:21 15:53:01 5 70.83 0.00 15.67 4.20 0.20 9.10 16:19:21 15:53:01 6 68.97 0.00 17.40 3.64 0.19 9.80 16:19:21 15:53:01 7 70.92 0.00 16.41 3.83 0.20 8.63 16:19:21 15:54:01 all 59.56 0.00 12.52 1.83 0.18 25.92 16:19:21 15:54:01 0 60.11 0.00 12.00 0.74 0.17 26.98 16:19:21 15:54:01 1 58.12 0.00 13.30 2.51 0.19 25.88 16:19:21 15:54:01 2 60.07 0.00 12.75 2.03 0.17 24.98 16:19:21 15:54:01 3 58.81 0.00 12.90 1.97 0.19 26.13 16:19:21 15:54:01 4 60.20 0.00 12.64 1.65 0.19 25.32 16:19:21 15:54:01 5 59.96 0.00 12.01 1.49 0.15 26.39 16:19:21 15:54:01 6 58.51 0.00 12.43 2.15 0.17 26.75 16:19:21 15:54:01 7 60.66 0.00 12.13 2.07 0.19 24.95 16:19:21 15:55:01 all 7.45 0.00 1.11 0.10 0.06 91.27 16:19:21 15:55:01 0 7.54 0.00 1.19 0.08 0.07 91.12 16:19:21 15:55:01 1 6.93 0.00 1.12 0.17 0.07 91.71 16:19:21 15:55:01 2 7.61 0.00 1.19 0.30 0.05 90.85 16:19:21 15:55:01 3 7.18 0.00 0.92 0.00 0.08 91.82 16:19:21 15:55:01 4 9.51 0.00 1.10 0.02 0.07 89.30 16:19:21 15:55:01 5 5.45 0.00 0.95 0.02 0.05 93.53 16:19:21 15:55:01 6 7.05 0.00 0.85 0.02 0.05 92.03 16:19:21 15:55:01 7 8.36 0.00 1.58 0.20 0.08 89.77 16:19:21 15:56:01 all 0.75 0.00 0.19 0.02 0.01 99.03 16:19:21 15:56:01 0 0.98 0.00 0.22 0.08 0.00 98.72 16:19:21 15:56:01 1 0.68 0.00 0.15 0.08 0.00 99.08 16:19:21 15:56:01 2 0.67 0.00 0.13 0.00 0.02 99.18 16:19:21 15:56:01 3 0.87 0.00 0.12 0.00 0.02 99.00 16:19:21 15:56:01 4 0.73 0.00 0.15 0.02 0.00 99.10 16:19:21 15:56:01 5 0.25 0.00 0.12 0.00 0.00 99.63 16:19:21 15:56:01 6 1.37 0.00 0.23 0.00 0.00 98.40 16:19:21 15:56:01 7 0.48 0.00 0.38 0.00 0.02 99.12 16:19:21 15:57:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:19:21 15:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:19:21 15:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 15:57:01 2 0.05 0.00 0.03 0.02 0.02 99.88 16:19:21 15:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 15:57:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 15:57:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 15:57:01 6 0.00 0.00 0.03 0.00 0.00 99.97 16:19:21 15:57:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 15:58:01 all 0.11 0.00 0.02 0.01 0.00 99.86 16:19:21 15:58:01 0 0.02 0.00 0.02 0.03 0.00 99.93 16:19:21 15:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 15:58:01 2 0.72 0.00 0.07 0.03 0.02 99.17 16:19:21 15:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 15:58:01 4 0.03 0.00 0.02 0.00 0.02 99.93 16:19:21 15:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 15:58:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 15:58:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 15:59:01 all 0.21 0.00 0.01 0.00 0.01 99.77 16:19:21 15:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 15:59:01 1 0.00 0.00 0.00 0.02 0.02 99.97 16:19:21 15:59:01 2 1.60 0.00 0.07 0.00 0.00 98.33 16:19:21 15:59:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 15:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 15:59:01 5 0.02 0.00 0.00 0.00 0.02 99.97 16:19:21 15:59:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 15:59:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:19:21 16:19:21 15:59:01 CPU %user %nice %system %iowait %steal %idle 16:19:21 16:00:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:19:21 16:00:01 0 0.00 0.00 0.00 0.02 0.02 99.97 16:19:21 16:00:01 1 0.00 0.00 0.00 0.03 0.00 99.97 16:19:21 16:00:01 2 0.05 0.00 0.05 0.00 0.02 99.88 16:19:21 16:00:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:00:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:00:01 5 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:00:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:01:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:19:21 16:01:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:01:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:01:01 2 0.02 0.00 0.02 0.00 0.02 99.95 16:19:21 16:01:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:01:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 16:19:21 16:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:01:01 7 0.00 0.00 0.02 0.02 0.00 99.97 16:19:21 16:02:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:19:21 16:02:01 0 0.02 0.00 0.02 0.02 0.00 99.95 16:19:21 16:02:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:02:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:02:01 5 0.05 0.00 0.03 0.00 0.00 99.92 16:19:21 16:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:02:01 7 0.02 0.00 0.03 0.02 0.02 99.92 16:19:21 16:03:01 all 0.12 0.00 0.03 0.01 0.00 99.84 16:19:21 16:03:01 0 0.00 0.00 0.02 0.02 0.00 99.97 16:19:21 16:03:01 1 0.00 0.00 0.03 0.00 0.00 99.97 16:19:21 16:03:01 2 0.05 0.00 0.02 0.02 0.00 99.92 16:19:21 16:03:01 3 0.00 0.00 0.03 0.02 0.00 99.95 16:19:21 16:03:01 4 0.02 0.00 0.05 0.00 0.00 99.93 16:19:21 16:03:01 5 0.05 0.00 0.05 0.00 0.02 99.88 16:19:21 16:03:01 6 0.02 0.00 0.03 0.00 0.00 99.95 16:19:21 16:03:01 7 0.85 0.00 0.03 0.00 0.00 99.12 16:19:21 16:04:01 all 0.31 0.00 0.03 0.01 0.00 99.65 16:19:21 16:04:01 0 0.45 0.00 0.05 0.07 0.00 99.43 16:19:21 16:04:01 1 0.23 0.00 0.00 0.00 0.00 99.77 16:19:21 16:04:01 2 0.23 0.00 0.03 0.03 0.02 99.68 16:19:21 16:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:19:21 16:04:01 4 1.35 0.00 0.03 0.00 0.00 98.62 16:19:21 16:04:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:04:01 6 0.03 0.00 0.03 0.02 0.00 99.92 16:19:21 16:04:01 7 0.08 0.00 0.03 0.00 0.00 99.88 16:19:21 16:05:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:19:21 16:05:01 0 0.00 0.00 0.00 0.02 0.00 99.98 16:19:21 16:05:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:05:01 2 0.02 0.00 0.02 0.03 0.00 99.93 16:19:21 16:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:05:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:05:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:05:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:19:21 16:05:01 7 0.05 0.00 0.00 0.00 0.02 99.93 16:19:21 16:06:01 all 0.03 0.00 0.01 0.00 0.00 99.95 16:19:21 16:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:06:01 2 0.03 0.00 0.02 0.03 0.00 99.92 16:19:21 16:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:06:01 4 0.05 0.00 0.00 0.00 0.02 99.93 16:19:21 16:06:01 5 0.07 0.00 0.03 0.00 0.00 99.90 16:19:21 16:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:07:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:19:21 16:07:01 0 0.02 0.00 0.02 0.03 0.00 99.93 16:19:21 16:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:19:21 16:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:07:01 5 0.03 0.00 0.03 0.00 0.02 99.92 16:19:21 16:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:07:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:08:01 all 0.27 0.00 0.01 0.00 0.01 99.70 16:19:21 16:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:19:21 16:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 16:19:21 16:08:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:19:21 16:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:08:01 4 0.03 0.00 0.03 0.02 0.00 99.92 16:19:21 16:08:01 5 0.03 0.00 0.03 0.00 0.00 99.93 16:19:21 16:08:01 6 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:08:01 7 1.99 0.00 0.00 0.00 0.00 98.01 16:19:21 16:09:01 all 0.22 0.00 0.01 0.00 0.00 99.77 16:19:21 16:09:01 0 0.02 0.00 0.00 0.02 0.00 99.97 16:19:21 16:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:09:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:19:21 16:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:09:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:09:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:09:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:09:01 7 1.66 0.00 0.05 0.00 0.00 98.29 16:19:21 16:10:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:19:21 16:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:10:01 2 0.02 0.00 0.03 0.03 0.00 99.92 16:19:21 16:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:10:01 5 0.02 0.00 0.03 0.00 0.02 99.93 16:19:21 16:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:19:21 16:19:21 16:10:01 CPU %user %nice %system %iowait %steal %idle 16:19:21 16:11:01 all 0.02 0.00 0.01 0.01 0.00 99.97 16:19:21 16:11:01 0 0.03 0.00 0.00 0.02 0.00 99.95 16:19:21 16:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:11:01 2 0.03 0.00 0.00 0.03 0.00 99.93 16:19:21 16:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:11:01 5 0.03 0.00 0.05 0.00 0.00 99.92 16:19:21 16:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:12:01 all 0.02 0.00 0.01 0.01 0.00 99.96 16:19:21 16:12:01 0 0.02 0.00 0.03 0.02 0.00 99.93 16:19:21 16:12:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:19:21 16:12:01 2 0.03 0.00 0.03 0.02 0.00 99.92 16:19:21 16:12:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:12:01 4 0.05 0.00 0.02 0.00 0.00 99.93 16:19:21 16:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:19:21 16:12:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:12:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:13:01 all 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:13:01 1 0.02 0.00 0.00 0.02 0.00 99.97 16:19:21 16:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:14:01 all 0.02 0.00 0.01 0.00 0.00 99.97 16:19:21 16:14:01 0 0.02 0.00 0.00 0.03 0.00 99.95 16:19:21 16:14:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:14:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 16:19:21 16:14:01 5 0.03 0.00 0.00 0.00 0.02 99.95 16:19:21 16:14:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:15:01 all 0.20 0.00 0.01 0.00 0.00 99.79 16:19:21 16:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:15:01 1 0.00 0.00 0.02 0.02 0.00 99.97 16:19:21 16:15:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:15:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:15:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:15:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:15:01 7 1.44 0.00 0.02 0.00 0.00 98.55 16:19:21 16:16:01 all 0.07 0.00 0.01 0.01 0.01 99.91 16:19:21 16:16:01 0 0.02 0.00 0.02 0.02 0.00 99.95 16:19:21 16:16:01 1 0.00 0.00 0.00 0.07 0.00 99.93 16:19:21 16:16:01 2 0.03 0.00 0.00 0.00 0.02 99.95 16:19:21 16:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:19:21 16:16:01 4 0.12 0.00 0.02 0.00 0.00 99.87 16:19:21 16:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 16:19:21 16:16:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:19:21 16:16:01 7 0.35 0.00 0.00 0.00 0.02 99.63 16:19:21 16:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:19:21 16:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 16:19:21 16:17:01 1 0.00 0.00 0.00 0.02 0.00 99.98 16:19:21 16:17:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:17:01 3 0.03 0.00 0.00 0.00 0.00 99.97 16:19:21 16:17:01 4 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:17:01 5 0.03 0.00 0.05 0.00 0.00 99.92 16:19:21 16:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:17:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:19:21 16:18:01 all 0.16 0.00 0.01 0.01 0.01 99.80 16:19:21 16:18:01 0 0.02 0.00 0.00 0.03 0.02 99.93 16:19:21 16:18:01 1 0.00 0.00 0.00 0.03 0.02 99.95 16:19:21 16:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:19:21 16:18:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:19:21 16:18:01 4 0.02 0.00 0.02 0.00 0.02 99.95 16:19:21 16:18:01 5 0.03 0.00 0.02 0.00 0.00 99.95 16:19:21 16:18:01 6 0.00 0.00 0.02 0.00 0.02 99.97 16:19:21 16:18:01 7 1.22 0.00 0.02 0.00 0.00 98.76 16:19:21 16:19:01 all 9.24 0.00 4.20 1.34 0.08 85.15 16:19:21 16:19:01 0 9.37 0.00 4.48 5.17 0.07 80.90 16:19:21 16:19:01 1 9.22 0.00 3.96 2.93 0.07 83.82 16:19:21 16:19:01 2 8.23 0.00 4.08 0.47 0.07 87.15 16:19:21 16:19:01 3 8.92 0.00 4.29 0.02 0.07 86.71 16:19:21 16:19:01 4 8.62 0.00 4.46 0.07 0.07 86.78 16:19:21 16:19:01 5 10.11 0.00 4.14 1.65 0.08 84.01 16:19:21 16:19:01 6 8.71 0.00 3.86 0.20 0.08 87.15 16:19:21 16:19:01 7 10.71 0.00 4.32 0.20 0.12 84.64 16:19:21 Average: all 8.04 0.00 2.02 0.72 0.03 89.19 16:19:21 Average: 0 7.91 0.00 2.08 0.62 0.03 89.36 16:19:21 Average: 1 7.91 0.00 2.02 0.75 0.03 89.28 16:19:21 Average: 2 8.18 0.00 2.01 1.05 0.03 88.72 16:19:21 Average: 3 7.92 0.00 2.04 0.71 0.03 89.30 16:19:21 Average: 4 8.24 0.00 1.98 0.52 0.03 89.23 16:19:21 Average: 5 8.05 0.00 1.93 0.42 0.03 89.57 16:19:21 Average: 6 7.83 0.00 2.05 1.15 0.03 88.94 16:19:21 Average: 7 8.30 0.00 2.07 0.51 0.04 89.08 16:19:21 16:19:21 16:19:21