Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a219a96092df6e8a7d6599bd49f1a07919d2084f 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-ssh7322607343299086939.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-ssh16180876267438326059.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-ssh7978640219703609153.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-ssh12188973520544270161.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-ssh2663434118483891629.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-8121 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/436 [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/436 # 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 a219a96092df6e8a7d6599bd49f1a07919d2084f (main) Commit message: "fix: Typos in Apache-2.0 SPDX headers (#4406)" > 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 a219a96092df6e8a7d6599bd49f1a07919d2084f # timeout=10 > git rev-list --no-walk 8aa10c1497df1eea7ec4785a9c01b401f72abbbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:17:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:17:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:17:30 ========================================================= 21:17:30 EdgeX Global Pipelines Version Info 21:17:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:17:31 ------------------- 21:17:31 stable info: 21:17:31 ------------------- 21:17:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:17:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:17:31 Message: update stable to v1.0.244 21:17:31 ------------------- 21:17:31 experimental info: 21:17:31 ------------------- 21:17:31 Commited By: **** collab-it+edgex@linuxfoundation.org 21:17:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 21:17:31 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a219a96 [Pipeline] echo 21:17:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:17:32 provisioning config files... 21:17:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config6028765192949194087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:32 ---> docker-login.sh 21:17:32 nexus3.edgexfoundry.org:10001 21:17:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:33 Configure a credential helper to remove this warning. See 21:17:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:33 21:17:33 Login Succeeded 21:17:33 nexus3.edgexfoundry.org:10002 21:17:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:33 Configure a credential helper to remove this warning. See 21:17:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:33 21:17:33 Login Succeeded 21:17:33 nexus3.edgexfoundry.org:10003 21:17:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:33 Configure a credential helper to remove this warning. See 21:17:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:33 21:17:33 Login Succeeded 21:17:33 nexus3.edgexfoundry.org:10004 21:17:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:33 Configure a credential helper to remove this warning. See 21:17:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:33 21:17:33 Login Succeeded 21:17:33 docker.io 21:17:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:17:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:17:33 Configure a credential helper to remove this warning. See 21:17:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:17:33 21:17:33 Login Succeeded 21:17:33 ---> docker-login.sh ends [Pipeline] } 21:17:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:34 + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile 21:17:34 + dirname cmd/core-command/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo core-command,cmd/core-command/Dockerfile 21:17:34 + dirname cmd/core-common-config-bootstrapper/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 21:17:34 + dirname cmd/core-data/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo core-data,cmd/core-data/Dockerfile 21:17:34 + dirname cmd/core-metadata/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo core-metadata,cmd/core-metadata/Dockerfile 21:17:34 + dirname cmd/security-bootstrapper/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:17:34 + dirname cmd/security-proxy-auth/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile 21:17:34 + dirname cmd/security-proxy-setup/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:17:34 + dirname cmd/security-secretstore-setup/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:17:34 + dirname cmd/security-spiffe-token-provider/Dockerfile+ 21:17:34 cut -d/ -f2 21:17:34 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 21:17:34 + dirname cmd/security-spire-agent/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 21:17:34 + dirname cmd/security-spire-config/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-spire-config,cmd/security-spire-config/Dockerfile 21:17:34 + dirname cmd/security-spire-server/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo security-spire-server,cmd/security-spire-server/Dockerfile 21:17:34 + dirname cmd/support-notifications/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo support-notifications,cmd/support-notifications/Dockerfile 21:17:34 + dirname cmd/support-scheduler/Dockerfile 21:17:34 + cut -d/ -f2 21:17:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 21:17:34 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 21:17:34 + git rev-list -1 --merges a219a96092df6e8a7d6599bd49f1a07919d2084f~1..a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo 21:17:34 -----------> git rev-list -1 --merges a219a96092df6e8a7d6599bd49f1a07919d2084f~1..a219a96092df6e8a7d6599bd49f1a07919d2084f a219a96092df6e8a7d6599bd49f1a07919d2084f [false] [Pipeline] sh 21:17:34 + git log --format=format:%s -1 a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] echo 21:17:34 ========================================================= 21:17:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 21:17:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 21:17:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:17:35 + grep -v github /etc/ssh/ssh_known_hosts 21:17:35 + [ -e /tmp/ssh_known_hosts ] 21:17:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 21:17:35 + + sudo tee -aecho /etc/ssh/ssh_known_hosts 21:17:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 21:17:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:17:35 21:17:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:17:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:17:35 0.1.4: Pulling from edgex-devops/py-git-semver 21:17:35 b85a868b505f: Pulling fs layer 21:17:35 e2be974225ed: Pulling fs layer 21:17:35 339a4e72a1f5: Pulling fs layer 21:17:35 988bab9f4d93: Pulling fs layer 21:17:35 1469e6f7b9e6: Pulling fs layer 21:17:35 eaf3925da568: Pulling fs layer 21:17:35 bab4dde63d76: Pulling fs layer 21:17:35 bde34c3a00c8: Pulling fs layer 21:17:35 b352a97aabf1: Pulling fs layer 21:17:35 4872d77fe225: Pulling fs layer 21:17:35 5851b861e8e6: Pulling fs layer 21:17:35 988bab9f4d93: Waiting 21:17:35 eaf3925da568: Waiting 21:17:35 bde34c3a00c8: Waiting 21:17:35 b352a97aabf1: Waiting 21:17:35 bab4dde63d76: Waiting 21:17:35 4872d77fe225: Waiting 21:17:35 e2be974225ed: Download complete 21:17:35 988bab9f4d93: Download complete 21:17:36 1469e6f7b9e6: Verifying Checksum 21:17:36 1469e6f7b9e6: Download complete 21:17:36 eaf3925da568: Verifying Checksum 21:17:36 eaf3925da568: Download complete 21:17:36 339a4e72a1f5: Verifying Checksum 21:17:36 339a4e72a1f5: Download complete 21:17:36 bde34c3a00c8: Verifying Checksum 21:17:36 bde34c3a00c8: Download complete 21:17:36 b352a97aabf1: Download complete 21:17:36 4872d77fe225: Verifying Checksum 21:17:36 4872d77fe225: Download complete 21:17:36 5851b861e8e6: Download complete 21:17:36 b85a868b505f: Verifying Checksum 21:17:36 b85a868b505f: Download complete 21:17:36 bab4dde63d76: Verifying Checksum 21:17:36 bab4dde63d76: Download complete 21:17:37 b85a868b505f: Pull complete 21:17:37 e2be974225ed: Pull complete 21:17:37 339a4e72a1f5: Pull complete 21:17:37 988bab9f4d93: Pull complete 21:17:38 1469e6f7b9e6: Pull complete 21:17:38 eaf3925da568: Pull complete 21:17:40 bab4dde63d76: Pull complete 21:17:40 bde34c3a00c8: Pull complete 21:17:40 b352a97aabf1: Pull complete 21:17:40 4872d77fe225: Pull complete 21:17:40 5851b861e8e6: Pull complete 21:17:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 21:17:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:17:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:17:40 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:17:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:17:41 $ docker top e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 -eo pid,comm 21:17:41 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:17:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:17:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:41 [ssh-agent] Looking for ssh-agent implementation... 21:17:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:41 $ docker exec e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent 21:17:41 SSH_AUTH_SOCK=/tmp/ssh-H0bUWY75MB8f/agent.31 21:17:41 SSH_AGENT_PID=37 21:17:41 Running ssh-add (command line suppressed) 21:17:41 Identity added: /w/workspace/edgex-go/436@tmp/private_key_4967271468243030451.key (/w/workspace/edgex-go/436@tmp/private_key_4967271468243030451.key) 21:17:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:42 + git tag --points-at HEAD [Pipeline] } 21:17:42 $ docker exec --env ******** --env ******** e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent -k 21:17:42 unset SSH_AUTH_SOCK; 21:17:42 unset SSH_AGENT_PID; 21:17:42 echo Agent pid 37 killed; 21:17:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:17:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:17:42 [ssh-agent] Looking for ssh-agent implementation... 21:17:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:17:42 $ docker exec e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent 21:17:42 SSH_AUTH_SOCK=/tmp/ssh-N7Pslst5doo0/agent.69 21:17:42 SSH_AGENT_PID=75 21:17:42 Running ssh-add (command line suppressed) 21:17:42 Identity added: /w/workspace/edgex-go/436@tmp/private_key_1003101742168194987.key (/w/workspace/edgex-go/436@tmp/private_key_1003101742168194987.key) 21:17:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:17:42 + git semver init 21:17:43 2023-03-02 21:17:43,076 [run_init] DEBUG init version:0.0.0 force:False 21:17:43 2023-03-02 21:17:43,077 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/436/.semver 21:17:43 2023-03-02 21:17:43,077 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/436/.semver 21:17:43 2023-03-02 21:17:43,077 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/436/.semver'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) 21:17:47 2023-03-02 21:17:47,029 [append_file] DEBUG append to file:/w/workspace/edgex-go/436/.git/info/exclude 21:17:47 2023-03-02 21:17:47,029 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/436/.semver/main with force:False 21:17:47 2023-03-02 21:17:47,029 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:17:47 2023-03-02 21:17:47,030 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:17:47 3.0.0-dev.75 [Pipeline] } 21:17:47 $ docker exec --env ******** --env ******** e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 ssh-agent -k 21:17:47 unset SSH_AUTH_SOCK; 21:17:47 unset SSH_AGENT_PID; 21:17:47 echo Agent pid 75 killed; 21:17:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:17:47 + git semver [Pipeline] } 21:17:48 $ docker stop --time=1 e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 21:17:49 $ docker rm -f --volumes e2988f11633e2a36f847283995d5c983a33fe89d038267295ab270d3f2beb882 [Pipeline] // withDockerContainer [Pipeline] sh 21:17:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:17:49 Stashed 1 file(s) [Pipeline] echo 21:17:49 [edgeXSemver]: initialized semver on version 3.0.0-dev.75 [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 21:17:50 + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] echo 21:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:17:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:17:50 ========================================================= 21:17:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 21:17:50 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:17:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:17:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 21:17:50 213ec9aee27d: Pulling fs layer 21:17:50 4583459ba037: Pulling fs layer 21:17:50 93c1e223e6f2: Pulling fs layer 21:17:50 53926ce57604: Pulling fs layer 21:17:50 21b2b0c7a3f4: Pulling fs layer 21:17:50 22ff95d597cd: Pulling fs layer 21:17:50 12d6caf4c0d1: Pulling fs layer 21:17:50 96b7cbca73a9: Pulling fs layer 21:17:50 a7acece74701: Pulling fs layer 21:17:50 21b2b0c7a3f4: Waiting 21:17:50 53926ce57604: Waiting 21:17:50 12d6caf4c0d1: Waiting 21:17:50 96b7cbca73a9: Waiting 21:17:50 a7acece74701: Waiting 21:17:50 22ff95d597cd: Waiting 21:17:50 93c1e223e6f2: Verifying Checksum 21:17:50 93c1e223e6f2: Download complete 21:17:50 4583459ba037: Verifying Checksum 21:17:50 4583459ba037: Download complete 21:17:50 21b2b0c7a3f4: Download complete 21:17:50 22ff95d597cd: Download complete 21:17:50 213ec9aee27d: Verifying Checksum 21:17:50 213ec9aee27d: Download complete 21:17:50 12d6caf4c0d1: Download complete 21:17:50 213ec9aee27d: Pull complete 21:17:50 4583459ba037: Pull complete 21:17:51 93c1e223e6f2: Pull complete 21:17:51 a7acece74701: Verifying Checksum 21:17:51 a7acece74701: Download complete 21:17:51 96b7cbca73a9: Verifying Checksum 21:17:51 53926ce57604: Verifying Checksum 21:17:51 53926ce57604: Download complete 21:17:55 53926ce57604: Pull complete 21:17:55 21b2b0c7a3f4: Pull complete 21:17:55 22ff95d597cd: Pull complete 21:17:55 12d6caf4c0d1: Pull complete 21:17:56 96b7cbca73a9: Pull complete 21:17:57 a7acece74701: Pull complete 21:17:57 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 21:17:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:17:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:17:58 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:17:58 WORKDIR /edgex 21:17:58 COPY go.mod . 21:17:58 RUN go mod download 21:17:58 + docker build -t ci-base-image-x86_64 -f - . 21:17:58 Sending build context to Docker daemon 170.4MB 21:17:58 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 21:17:58 ---> db6d94c90886 21:17:58 Step 2/4 : WORKDIR /edgex 21:18:00 ---> Running in 11e75645fd16 21:18:00 Removing intermediate container 11e75645fd16 21:18:00 ---> c29aec95cca7 21:18:00 Step 3/4 : COPY go.mod . 21:18:00 ---> 460714862831 21:18:00 Step 4/4 : RUN go mod download 21:18:00 ---> Running in 8849e9b30a77 21:18:04 Still waiting to schedule task 21:18:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 21:18:12 Removing intermediate container 8849e9b30a77 21:18:12 ---> ceae21d1b6a4 21:18:12 Successfully built ceae21d1b6a4 21:18:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:13 + docker inspect -f . ci-base-image-x86_64 21:18:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:13 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:18:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:18:13 $ docker top eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 -eo pid,comm [Pipeline] { [Pipeline] sh 21:18:14 + go version 21:18:14 go version go1.18.7 linux/amd64 [Pipeline] } 21:18:14 $ docker stop --time=1 eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 21:18:15 $ docker rm -f --volumes eb2497d55264461fb19f45eb8ef5ea95f652055c4b3f6e417f8078a2bc3e2f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:18:15 + docker inspect -f . ci-base-image-x86_64 21:18:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:18:15 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:18:15 $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:18:16 $ docker top 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 -eo pid,comm [Pipeline] { [Pipeline] echo 21:18:16 ========================================================= 21:18:16 [edgeXBuildGoParallel] Running Tests and Build... 21:18:16 ========================================================= [Pipeline] sh 21:18:16 + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] fileExists [Pipeline] sh 21:18:16 + make test 21:18:16 go test -race -coverprofile=coverage.out ./... 21:18:23 ? github.com/edgexfoundry/edgex-go [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.086s coverage: 28.7% of statements 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:18:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:18:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.094s coverage: 98.5% of statements 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.111s coverage: 71.2% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.072s coverage: 54.0% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.684s coverage: 88.5% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.103s coverage: 3.9% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.480s coverage: 95.6% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.053s coverage: 72.2% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.057s coverage: 65.9% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.065s coverage: 0.9% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.055s coverage: 29.6% of statements 21:18:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 82.9% of statements 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 21:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 21:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements 21:18:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.368s coverage: 79.9% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.070s coverage: 92.9% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 64.4% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.066s coverage: 86.9% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.063s coverage: 87.2% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.043s coverage: 20.0% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 77.4% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.0% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.2% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.1% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 65.3% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 41.0% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.073s coverage: 17.7% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.133s coverage: 92.3% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:19:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.107s coverage: 97.7% of statements 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 21:19:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 21:19:03 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 21:19:21 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." 21:19:21 go vet ./... 21:19:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 21:19:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 21:19:23 ./bin/test-attribution-txt.sh [Pipeline] echo 21:19:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 21:19:24 + ls -al . 21:19:24 total 744 21:19:24 drwxrwxr-x 11 1001 1001 4096 Mar 2 21:18 . 21:19:24 drwxr-xr-x 4 root root 4096 Mar 2 21:18 .. 21:19:24 drwxrwxr-x 2 1001 1001 4096 Mar 2 21:17 .blubracket 21:19:24 -rw-rw-r-- 1 1001 1001 16 Mar 2 21:17 .dockerignore 21:19:24 drwxrwxr-x 8 1001 1001 4096 Mar 2 21:19 .git 21:19:24 drwxrwxr-x 3 1001 1001 4096 Mar 2 21:17 .github 21:19:24 -rw-rw-r-- 1 1001 1001 1068 Mar 2 21:17 .gitignore 21:19:24 -rw-rw-r-- 1 1001 1001 42 Mar 2 21:17 .golangci.yml 21:19:24 -rw-rw-r-- 1 1001 1001 87 Mar 2 21:17 .hadolint.yml 21:19:24 drwxr-xr-x 3 1001 1001 4096 Mar 2 21:17 .semver 21:19:24 -rw-rw-r-- 1 1001 1001 166 Mar 2 21:17 .sonarcloud.properties 21:19:24 -rw-rw-r-- 1 1001 1001 1171 Mar 2 21:17 ADOPTERS.md 21:19:24 -rw-rw-r-- 1 1001 1001 10825 Mar 2 21:17 Attribution.txt 21:19:24 -rw-rw-r-- 1 1001 1001 73765 Mar 2 21:17 CHANGELOG.md 21:19:24 -rw-rw-r-- 1 1001 1001 3804 Mar 2 21:17 CONTRIBUTING.md 21:19:24 -rw-rw-r-- 1 1001 1001 677 Mar 2 21:17 GOVERNANCE.md 21:19:24 -rw-rw-r-- 1 1001 1001 883 Mar 2 21:17 Jenkinsfile 21:19:24 -rw-rw-r-- 1 1001 1001 10775 Mar 2 21:17 LICENSE 21:19:24 -rw-rw-r-- 1 1001 1001 14116 Mar 2 21:17 Makefile 21:19:24 -rw-rw-r-- 1 1001 1001 582 Mar 2 21:17 OWNERS.md 21:19:24 -rw-rw-r-- 1 1001 1001 9403 Mar 2 21:17 README.md 21:19:24 -rw-rw-r-- 1 1001 1001 6912 Mar 2 21:17 SECURITY.md 21:19:24 -rw-rw-r-- 1 1001 1001 12 Mar 2 21:17 VERSION 21:19:24 drwxrwxr-x 2 1001 1001 4096 Mar 2 21:17 bin 21:19:24 drwxrwxr-x 18 1001 1001 4096 Mar 2 21:17 cmd 21:19:24 -rw-r--r-- 1 root root 487670 Mar 2 21:19 coverage.out 21:19:24 -rw-rw-r-- 1 1001 1001 3296 Mar 2 21:17 go.mod 21:19:24 -rw-rw-r-- 1 1001 1001 31429 Mar 2 21:17 go.sum 21:19:24 drwxrwxr-x 7 1001 1001 4096 Mar 2 21:17 internal 21:19:24 drwxrwxr-x 3 1001 1001 4096 Mar 2 21:17 openapi 21:19:24 drwxrwxr-x 4 1001 1001 4096 Mar 2 21:17 snap 21:19:24 -rw-rw-r-- 1 1001 1001 204 Mar 2 21:17 version.go [Pipeline] sh 21:19:24 + '[' -e coverage.out ] 21:19:24 + chown 1001:1001 coverage.out [Pipeline] stash 21:19:24 Stashed 1 file(s) [Pipeline] sh 21:19:24 + make build 21:19:24 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:19:36 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:19:37 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:19:38 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:19:39 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:19:43 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8122 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws 21:19:43 Running in /w/workspace/edgex-go/436 [Pipeline] { [Pipeline] checkout 21:19:43 The recommended git tool is: git 21:19:47 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:19:48 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:19:48 using credential edgex-jenkins-ssh 21:19:48 Cloning the remote Git repository 21:19:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:19:48 > git init /w/workspace/edgex-go/436 # timeout=10 21:19:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:19:48 > git --version # timeout=10 21:19:48 > git --version # 'git version 2.25.1' 21:19:48 using GIT_SSH to set credentials SSH Credentials for GitHub 21:19:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:19:49 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:19:50 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:19:51 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:19:52 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:19:53 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:19:55 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } 21:19:56 $ docker stop --time=1 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 21:19:59 $ docker rm -f --volumes 6ec37fd97e8885267b9b80f4b71461aeaa4bc9b61af83d7a7259e15628bbca42 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:19:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:19:59 21:19:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:00 latest: Pulling from edgex-devops/edgex-compose 21:20:00 cbdbe7a5bc2a: Pulling fs layer 21:20:00 ca9280d653b3: Pulling fs layer 21:20:00 7e9c9ca2126c: Pulling fs layer 21:20:00 cbdbe7a5bc2a: Verifying Checksum 21:20:00 cbdbe7a5bc2a: Download complete 21:20:00 cbdbe7a5bc2a: Pull complete 21:20:00 ca9280d653b3: Download complete 21:20:00 7e9c9ca2126c: Download complete 21:20:00 ca9280d653b3: Pull complete 21:20:03 7e9c9ca2126c: Pull complete 21:20:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:20:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:03 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:20:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:20:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:20:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:20:05 $ docker top bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e -eo pid,comm [Pipeline] { [Pipeline] sh 21:20:06 Avoid second fetch 21:20:06 Checking out Revision a219a96092df6e8a7d6599bd49f1a07919d2084f (main) 21:20:06 + docker-compose build --help 21:20:06 + grep parallel 21:20:06 --parallel Build images in parallel. [Pipeline] } 21:20:06 $ docker stop --time=1 bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e 21:20:06 Commit message: "fix: Typos in Apache-2.0 SPDX headers (#4406)" 21:20:06 > git config core.sparsecheckout # timeout=10 21:20:06 > git checkout -f a219a96092df6e8a7d6599bd49f1a07919d2084f # timeout=10 21:20:07 $ docker rm -f --volumes bea25a8f8a0ae3a177ce32bc3ee089b0b48b962f5b9804f1d55f700a3390de9e [Pipeline] // withDockerContainer [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:20:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:20:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:20:08 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 21:20:08 % Total % Received % Xferd Average Speed Time Time Time Current 21:20:08 Dload Upload Total Spent Left Speed 21:20:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 91078 21:20:08 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:20:08 $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:20:08 $ docker top a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 21:20:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 21:20:09 + docker-compose -f ./docker-compose-build.yml build --parallel 21:20:09 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ 21:20:09 sudo tee /etc/docker/daemon.new 21:20:09 { 21:20:09 "registry-mirrors": [ 21:20:09 "https://nexus3.edgexfoundry.org:10001" 21:20:09 ], 21:20:09 "bip": "10.250.0.254/24", 21:20:09 "hosts": [ 21:20:09 "tcp://0.0.0.0:5555", 21:20:09 "unix:///var/run/docker.sock" 21:20:09 ], 21:20:09 "mtu": 1458, 21:20:09 "selinux-enabled": true, 21:20:09 "seccomp-profile": "/etc/docker/seccomp.json" 21:20:09 } [Pipeline] sh 21:20:09 Building core-command ... 21:20:09 Building core-common-config-bootstrapper ... 21:20:09 Building core-data ... 21:20:09 Building core-metadata ... 21:20:09 Building security-bootstrapper ... 21:20:09 Building security-proxy-auth ... 21:20:09 Building security-proxy-setup ... 21:20:09 Building security-secretstore-setup ... 21:20:09 Building security-spiffe-token-provider ... 21:20:09 Building security-spire-agent ... 21:20:09 Building security-spire-config ... 21:20:09 Building security-spire-server ... 21:20:09 Building support-notifications ... 21:20:09 Building support-scheduler ... 21:20:09 Building security-secretstore-setup 21:20:09 Building security-bootstrapper 21:20:09 Building support-scheduler 21:20:09 Building security-proxy-setup 21:20:09 Building support-notifications 21:20:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 21:20:10 + sudo service docker restart 21:20:20 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:20:20 ---> ceae21d1b6a4 21:20:20 Step 3/21 : WORKDIR /edgex-go 21:20:20 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:20:20 ---> ceae21d1b6a4 21:20:20 Step 3/24 : WORKDIR /edgex-go 21:20:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:20 ---> ceae21d1b6a4 21:20:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:20:20 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:20 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:20:20 ---> ceae21d1b6a4 21:20:20 Step 3/32 : WORKDIR /edgex-go 21:20:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:20:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:20 ---> ceae21d1b6a4 21:20:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:20:22 ---> Running in 6eabf4cf3235 21:20:22 ---> Running in a7a457c75594 21:20:22 ---> Running in cae4c359e8cc 21:20:22 ---> Running in 78d398a87087 21:20:22 ---> Running in b0e516eb115a 21:20:22 Removing intermediate container 78d398a87087 21:20:22 ---> 1eb013cb14d8 21:20:22 Step 4/22 : WORKDIR /edgex-go 21:20:22 Removing intermediate container b0e516eb115a 21:20:22 ---> d124bed5c12a 21:20:22 Step 4/22 : WORKDIR /edgex-go 21:20:22 Removing intermediate container cae4c359e8cc 21:20:22 ---> 51d44533690b 21:20:22 Step 4/21 : RUN apk add --update --no-cache make git 21:20:22 ---> Running in 1ab19b308736 21:20:22 Removing intermediate container 6eabf4cf3235 21:20:22 ---> e295d37e29c9 21:20:22 Step 4/24 : RUN apk add --update --no-cache make git 21:20:22 Removing intermediate container a7a457c75594 21:20:22 ---> f190aaa3268e 21:20:22 Step 4/32 : RUN apk add --update --no-cache make git 21:20:22 ---> Running in 89f0e0ed126a 21:20:22 ---> Running in 32987a0a5d92 21:20:22 ---> Running in b01618ea12b3 21:20:22 ---> Running in 79bfac13dac3 21:20:22 Removing intermediate container 1ab19b308736 21:20:22 ---> 8891d0077c7c 21:20:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:20:22 Removing intermediate container 89f0e0ed126a 21:20:22 ---> b6dac74f5ce8 21:20:22 Step 5/22 : RUN apk add --update --no-cache make git 21:20:22 ---> Running in aeeca7f7edde 21:20:22 ---> Running in d8fae918b9ac 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:23 OK: 211 MiB in 51 packages 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:23 OK: 211 MiB in 51 packages 21:20:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:20:23 OK: 211 MiB in 51 packages 21:20:23 OK: 211 MiB in 51 packages 21:20:23 OK: 211 MiB in 51 packages 21:20:23 Removing intermediate container 79bfac13dac3 21:20:23 ---> 70fb02551627 21:20:23 Step 5/32 : COPY go.mod vendor* ./ 21:20:24 ---> e396777926d4 21:20:24 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:24 Removing intermediate container b01618ea12b3 21:20:24 ---> 175c7200d4f0 21:20:24 Step 5/24 : COPY go.mod vendor* ./ 21:20:24 ---> Running in d289e2df5c7e 21:20:24 Removing intermediate container 32987a0a5d92 21:20:24 ---> 83b36d41daee 21:20:24 Step 5/21 : COPY go.mod vendor* ./ 21:20:24 Removing intermediate container aeeca7f7edde 21:20:24 ---> 20f9c611df8d 21:20:24 Step 6/22 : COPY go.mod vendor* ./ 21:20:24 ---> ba0a7156b65e 21:20:24 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:24 ---> Running in 487a1d7f8b24 21:20:24 Removing intermediate container d8fae918b9ac 21:20:24 ---> 76c0d8d2c760 21:20:24 Step 6/22 : COPY go.mod vendor* ./ 21:20:24 ---> 38210e44f076 21:20:24 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:24 ---> Running in 4a79f3f500d5 21:20:24 ---> 030e27330322 21:20:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:24 ---> Running in 2e0000786cee 21:20:24 ---> c21aa803309f 21:20:24 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:20:24 ---> Running in 2daf5dcd01a3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:20:28 provisioning config files... 21:20:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config11154996083587990790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:20:29 ---> docker-login.sh 21:20:29 nexus3.edgexfoundry.org:10001 21:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:29 Configure a credential helper to remove this warning. See 21:20:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:29 21:20:29 Login Succeeded 21:20:29 nexus3.edgexfoundry.org:10002 21:20:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:30 Configure a credential helper to remove this warning. See 21:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:30 21:20:30 Login Succeeded 21:20:30 nexus3.edgexfoundry.org:10003 21:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:30 Configure a credential helper to remove this warning. See 21:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:30 21:20:30 Login Succeeded 21:20:30 nexus3.edgexfoundry.org:10004 21:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:30 Configure a credential helper to remove this warning. See 21:20:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:30 21:20:30 Login Succeeded 21:20:30 docker.io 21:20:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:20:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:20:31 Configure a credential helper to remove this warning. See 21:20:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:20:31 21:20:31 Login Succeeded 21:20:31 ---> docker-login.sh ends [Pipeline] } 21:20:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 21:20:31 + git config --global --add safe.directory /w/workspace/edgex-go/436 [Pipeline] echo 21:20:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:20:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:20:31 ========================================================= 21:20:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 21:20:31 ========================================================= [Pipeline] fileExists [Pipeline] sh 21:20:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:20:34 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:20:34 9b18e9b68314: Pulling fs layer 21:20:34 35d82f9e3411: Pulling fs layer 21:20:34 e16973657156: Pulling fs layer 21:20:34 fc693d55d65f: Pulling fs layer 21:20:34 7e9fc2657dce: Pulling fs layer 21:20:34 dda99020689f: Pulling fs layer 21:20:34 db1c61fa0a46: Pulling fs layer 21:20:34 891c053d2c06: Pulling fs layer 21:20:34 dda99020689f: Waiting 21:20:34 db1c61fa0a46: Waiting 21:20:34 891c053d2c06: Waiting 21:20:34 7e9fc2657dce: Waiting 21:20:34 fc693d55d65f: Waiting 21:20:34 e16973657156: Download complete 21:20:34 35d82f9e3411: Verifying Checksum 21:20:34 35d82f9e3411: Download complete 21:20:34 7e9fc2657dce: Verifying Checksum 21:20:34 7e9fc2657dce: Download complete 21:20:34 dda99020689f: Verifying Checksum 21:20:34 dda99020689f: Download complete 21:20:34 9b18e9b68314: Verifying Checksum 21:20:34 9b18e9b68314: Download complete 21:20:35 9b18e9b68314: Pull complete 21:20:35 891c053d2c06: Verifying Checksum 21:20:35 891c053d2c06: Download complete 21:20:35 35d82f9e3411: Pull complete 21:20:36 e16973657156: Pull complete 21:20:36 db1c61fa0a46: Verifying Checksum 21:20:36 db1c61fa0a46: Download complete 21:20:37 fc693d55d65f: Verifying Checksum 21:20:37 fc693d55d65f: Download complete 21:20:49 fc693d55d65f: Pull complete 21:20:49 7e9fc2657dce: Pull complete 21:20:50 dda99020689f: Pull complete 21:20:56 Removing intermediate container 4a79f3f500d5 21:20:56 ---> 69a8b5bc15ff 21:20:56 Step 7/21 : COPY . . 21:20:56 Removing intermediate container 487a1d7f8b24 21:20:56 ---> ae38aea6bef8 21:20:56 Step 7/24 : COPY . . 21:20:56 Removing intermediate container 2e0000786cee 21:20:56 ---> acdfc40baa8a 21:20:56 Step 8/22 : COPY . . 21:20:56 Removing intermediate container 2daf5dcd01a3 21:20:56 ---> 4cf6fad745bf 21:20:56 Step 8/22 : COPY . . 21:20:56 Removing intermediate container d289e2df5c7e 21:20:56 ---> 7ab26da09da0 21:20:56 Step 7/32 : COPY . . 21:20:56 db1c61fa0a46: Pull complete 21:20:58 891c053d2c06: Pull complete 21:20:58 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 21:20:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:20:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 21:21:01 + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:21:01 WORKDIR /edgex 21:21:01 COPY go.mod . 21:21:01 RUN go mod download 21:21:01 docker build -t ci-base-image-arm64 -f - . 21:21:01 Sending build context to Docker daemon 3.118MB 21:21:01 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 21:21:01 ---> f96f9c87975a 21:21:01 Step 2/4 : WORKDIR /edgex 21:21:03 ---> Running in 412c2649465a 21:21:03 Removing intermediate container 412c2649465a 21:21:03 ---> fc8141a618d9 21:21:03 Step 3/4 : COPY go.mod . 21:21:04 ---> 71a9a386dce4 21:21:04 Step 4/4 : RUN go mod download 21:21:04 ---> Running in e847ce195676 21:21:04 ---> a781f0cb16cf 21:21:04 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:21:04 ---> bb9b15808325 21:21:04 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 0e2bf6d095ce 21:21:04 21:21:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:21:04 ---> Running in 12fceddee1bc 21:21:04 ---> Running in 3687db07eeb8 21:21:04 ---> 39a228f019e1 21:21:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:21:04 ---> Running in 432410d716ca 21:21:04 ---> e4f23c865178 21:21:04 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:21:04 ---> Running in 63279d24a771 21:21:04 ---> Running in 29a7661923be 21:21:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:21:04 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:21:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:21:04 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:21:04 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:21:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:21:36 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:21:36 Removing intermediate container e847ce195676 21:21:36 ---> a274eeb8e51d 21:21:36 Successfully built a274eeb8e51d 21:21:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:37 + docker inspect -f . ci-base-image-arm64 21:21:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:21:37 prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container 21:21:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:21:38 $ docker top 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee -eo pid,comm [Pipeline] { [Pipeline] sh 21:21:39 + go version 21:21:39 go version go1.18.7 linux/arm64 [Pipeline] } 21:21:39 $ docker stop --time=1 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee 21:21:41 $ docker rm -f --volumes 9b14e410b4c689b01ced3e1929ea51677454162d06b97c68470e290fc532b7ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:41 21:21:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:21:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:41 latest: Pulling from edgex-devops/edgex-compose-arm64 21:21:41 29e5d40040c1: Pulling fs layer 21:21:41 1ce36da41761: Pulling fs layer 21:21:41 25b303627fd3: Pulling fs layer 21:21:42 29e5d40040c1: Verifying Checksum 21:21:42 29e5d40040c1: Download complete 21:21:42 1ce36da41761: Verifying Checksum 21:21:42 1ce36da41761: Download complete 21:21:42 29e5d40040c1: Pull complete 21:21:44 1ce36da41761: Pull complete 21:21:44 25b303627fd3: Download complete 21:21:44 Removing intermediate container 12fceddee1bc 21:21:44 ---> 4887b12fa18b 21:21:44 21:21:44 Step 9/21 : FROM alpine:3.16 21:21:44 Removing intermediate container 29a7661923be 21:21:44 ---> 8196e992e4df 21:21:44 21:21:44 Step 9/24 : FROM alpine:3.16 21:21:44 Removing intermediate container 432410d716ca 21:21:44 ---> a2fb0617bb68 21:21:44 21:21:44 Step 9/32 : FROM alpine:3.16 21:21:44 3.16: Pulling from library/alpine 21:21:44 3.16: Pulling from library/alpine 21:21:44 3.16: Pulling from library/alpine 21:21:46 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:21:46 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:21:46 Status: Downloaded newer image for alpine:3.16 21:21:46 Status: Image is up to date for alpine:3.16 21:21:46 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:21:46 Status: Image is up to date for alpine:3.16 21:21:46 ---> dfd21b5a31f5 21:21:46 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:21:46 ---> dfd21b5a31f5 21:21:46 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:21:46 ---> dfd21b5a31f5 21:21:46 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:21:46 ---> Running in ff0240d09adb 21:21:46 ---> Running in 2f7f0a6c86d6 21:21:46 ---> Running in feccc152e455 21:21:46 Removing intermediate container feccc152e455 21:21:46 ---> b1fba320d7ff 21:21:46 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:21:46 ---> Running in b7ec253140ad 21:21:46 Removing intermediate container 63279d24a771 21:21:46 ---> 0792331308e4 21:21:46 21:21:46 Step 10/22 : FROM alpine:3.16 21:21:46 ---> dfd21b5a31f5 21:21:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:21:46 Removing intermediate container 3687db07eeb8 21:21:46 ---> d040740aa4f5 21:21:46 21:21:46 Step 10/22 : FROM alpine:3.16 21:21:46 ---> dfd21b5a31f5 21:21:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:21:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:46 ---> Running in b46d2b9ebe84 21:21:46 ---> Running in 50397784c12a 21:21:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:47 (1/3) Installing ca-certificates (20220614-r0) 21:21:47 (1/6) Installing ca-certificates (20220614-r0) 21:21:47 (2/3) Installing dumb-init (1.2.5-r1) 21:21:47 (3/3) Installing su-exec (0.2-r1) 21:21:47 Executing busybox-1.35.0-r17.trigger 21:21:47 (2/6) Installing brotli-libs (1.0.9-r6) 21:21:47 Executing ca-certificates-20220614-r0.trigger 21:21:47 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:21:47 (4/6) Installing libcurl (7.83.1-r6) 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:47 (5/6) Installing curl (7.83.1-r6) 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:47 (6/6) Installing dumb-init (1.2.5-r1) 21:21:47 Executing busybox-1.35.0-r17.trigger 21:21:47 OK: 6 MiB in 17 packages 21:21:47 Executing ca-certificates-20220614-r0.trigger 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:47 OK: 8 MiB in 20 packages 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:47 (1/2) Installing dumb-init (1.2.5-r1) 21:21:47 (2/2) Installing su-exec (0.2-r1) 21:21:47 Executing busybox-1.35.0-r17.trigger 21:21:47 OK: 6 MiB in 16 packages 21:21:47 (1/2) Installing ca-certificates (20220614-r0) 21:21:47 (2/2) Installing dumb-init (1.2.5-r1) 21:21:47 (1/1) Installing dumb-init (1.2.5-r1) 21:21:47 Executing busybox-1.35.0-r17.trigger 21:21:47 OK: 6 MiB in 15 packages 21:21:47 Executing busybox-1.35.0-r17.trigger 21:21:47 Executing ca-certificates-20220614-r0.trigger 21:21:47 OK: 6 MiB in 16 packages 21:21:48 Removing intermediate container ff0240d09adb 21:21:48 ---> 82629889c1ec 21:21:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:21:48 ---> Running in 67d550ad8915 21:21:48 Removing intermediate container b7ec253140ad 21:21:48 ---> 2db7d7490450 21:21:48 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:21:48 ---> Running in 4c85474c82f7 21:21:48 Removing intermediate container 67d550ad8915 21:21:48 ---> dc4180c894a3 21:21:48 Step 12/24 : WORKDIR / 21:21:48 Removing intermediate container b46d2b9ebe84 21:21:48 ---> 6a2ef2c770d6 21:21:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:21:48 Removing intermediate container 2f7f0a6c86d6 21:21:48 ---> b4c222c8fc82 21:21:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:21:48 ---> Running in 8e7df4ef4ab8 21:21:48 ---> Running in 20b12bf1f7b9 21:21:48 ---> Running in 11ce7df18584 21:21:48 Removing intermediate container 4c85474c82f7 21:21:48 ---> 35a89d245eff 21:21:48 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:21:48 ---> Running in 56254670666b 21:21:48 Removing intermediate container 20b12bf1f7b9 21:21:48 ---> 14d3063ab2cc 21:21:48 Step 13/22 : ENV APP_PORT=59861Removing intermediate container 11ce7df18584 21:21:48 21:21:48 ---> 343f2f6f6789 21:21:48 Step 12/21 : WORKDIR /edgex 21:21:48 Removing intermediate container 56254670666b 21:21:48 ---> ea127f0b85e3 21:21:48 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:21:48 Removing intermediate container 8e7df4ef4ab8 21:21:48 ---> 9ab578a9cbc0 21:21:48 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:21:48 ---> Running in 75f4d9bc40a9 21:21:48 ---> Running in dacd39ce76d5 21:21:48 Removing intermediate container 50397784c12a 21:21:48 ---> 2b4499744d96 21:21:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:21:48 ---> Running in f6bf6c1ac83e 21:21:48 ---> Running in 06fd922ccfc3 21:21:48 Removing intermediate container dacd39ce76d5 21:21:48 ---> 2959e4490e96 21:21:48 Step 14/22 : EXPOSE $APP_PORT 21:21:48 Removing intermediate container 75f4d9bc40a9 21:21:48 ---> Running in 14088fceffea 21:21:48 ---> f6fa6fd54ef2 21:21:48 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:21:48 Removing intermediate container f6bf6c1ac83e 21:21:48 ---> b6d2e24ce75a 21:21:48 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:21:48 ---> 728b5af1a14b 21:21:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:21:48 Removing intermediate container 06fd922ccfc3 21:21:48 ---> 4dd215e72b70 21:21:48 Step 13/22 : ENV APP_PORT=59860 21:21:48 ---> Running in b9d5189f2c78 21:21:48 ---> Running in cc11e2b47421 21:21:48 Removing intermediate container 14088fceffea 21:21:48 ---> 25c83ead0a54 21:21:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:49 ---> 2119aa749a84 21:21:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:21:49 Removing intermediate container cc11e2b47421 21:21:49 ---> 9e0087b8a1cb 21:21:49 Step 14/22 : EXPOSE $APP_PORT 21:21:49 Removing intermediate container b9d5189f2c78 21:21:49 ---> c060bd3ea746 21:21:49 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:21:49 ---> Running in 9560d54b22d6 21:21:49 ---> 90148dd62177 21:21:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:21:49 ---> Running in c92a91a4229b 21:21:49 ---> 259ed13f6f17 21:21:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:21:49 ---> f669eec18b65 21:21:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:21:49 Removing intermediate container 9560d54b22d6 21:21:49 ---> 7a62ea83f6ee 21:21:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:49 ---> efcac7395076 21:21:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:21:49 ---> 37dcbccc6972 21:21:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:21:49 ---> 06bd042fa03f 21:21:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:21:49 ---> ab6515983a9e 21:21:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:21:49 ---> 579bf2b616b2 21:21:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:21:49 ---> 4999ceb4ec13 21:21:49 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:21:50 ---> Running in c7ab24626bd7 21:21:50 ---> a27b34f2ad35 21:21:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:21:50 ---> 13ec483cb23d 21:21:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:21:50 Removing intermediate container c92a91a4229b 21:21:50 ---> ddc5d445ab2b 21:21:50 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:21:50 ---> Running in 9bdeb89ce2b7 21:21:50 ---> Running in d0ff8c59a2a6 21:21:50 ---> 5b7c6fe40612 21:21:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:21:50 Removing intermediate container 9bdeb89ce2b7 21:21:50 ---> 4d3938be2019 21:21:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:21:50 Removing intermediate container d0ff8c59a2a6 21:21:50 ---> bd42ca84e361 21:21:50 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:21:50 ---> Running in c9721981d102 21:21:50 ---> 925d856d5e94 21:21:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:21:50 ---> 01e01b6e90db 21:21:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:21:50 ---> Running in 0d1dae2b67c1 21:21:50 Removing intermediate container c9721981d102 21:21:50 ---> c6aef99c1d82 21:21:50 Step 20/22 : LABEL arch=x86_64 21:21:50 ---> Running in 2bd070d2e6d1 21:21:50 Removing intermediate container 0d1dae2b67c1 21:21:50 ---> 0ee932931fb5 21:21:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:21:50 ---> e8e1faf7b276 21:21:50 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:21:50 ---> c2889e5575b5 21:21:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:21:50 ---> Running in 12ade86fa3ac 21:21:50 ---> Running in 89ce41fc4f35 21:21:50 ---> Running in 88e3774cc906 21:21:50 Removing intermediate container c7ab24626bd7 21:21:50 ---> 33f37675c8a1 21:21:50 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:21:50 Removing intermediate container 2bd070d2e6d1 21:21:50 ---> dac7e26c871a 21:21:50 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:21:50 ---> Running in 566bfe208197 21:21:50 Removing intermediate container 89ce41fc4f35 21:21:50 ---> 8da3e9d74bd9 21:21:50 Step 20/22 : LABEL arch=x86_64 21:21:50 ---> Running in d799e5f112bb 21:21:51 ---> Running in bf184a09316c 21:21:51 Removing intermediate container 566bfe208197 21:21:51 ---> c9da82948417 21:21:51 Step 19/21 : LABEL arch=x86_64 21:21:51 ---> Running in 081e5217306d 21:21:51 Removing intermediate container d799e5f112bb 21:21:51 ---> e0911ed12c0d 21:21:51 Step 22/22 : LABEL version=3.0.0-dev.75 21:21:51 ---> Running in 75406c2b796c 21:21:51 Removing intermediate container bf184a09316c 21:21:51 ---> 998281f8cb58 21:21:51 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:21:51 ---> Running in f61fe40ac47c 21:21:51 Removing intermediate container 081e5217306d 21:21:51 ---> a4d91d28e063 21:21:51 Step 20/21 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:21:51 Removing intermediate container 75406c2b796c 21:21:51 ---> ba4c5df090d0 21:21:51 21:21:51 Removing intermediate container f61fe40ac47c 21:21:51 ---> b6aa16d70296 21:21:51 Step 22/22 : LABEL version=3.0.0-dev.75 21:21:51 ---> Running in 1c50c527e062 21:21:51 ---> Running in 89ddb6eaa754 21:21:51 Successfully built ba4c5df090d0 21:21:51 Successfully tagged support-scheduler:latest 21:21:51  Building support-scheduler ... done Building security-proxy-auth 21:21:51 Removing intermediate container 1c50c527e062 21:21:51 ---> d82524efebd4 21:21:51 Step 21/21 : LABEL version=3.0.0-dev.75 21:21:51 ---> Running in ae40aae92ca8 21:21:51 Removing intermediate container 89ddb6eaa754 21:21:51 ---> ab57f1487b0d 21:21:51 21:21:51 Successfully built ab57f1487b0d 21:21:52 Successfully tagged support-notifications:latest 21:21:52  Building support-notifications ... done Building security-spire-agent 21:21:54 Removing intermediate container ae40aae92ca8 21:21:54 ---> e247b42ec17c 21:21:54 21:21:54 Successfully built e247b42ec17c 21:21:54 25b303627fd3: Pull complete 21:21:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:21:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:21:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:21:54 Successfully tagged security-proxy-setup:latest 21:21:54  Building security-proxy-setup ... done Building security-spire-config 21:21:54 Removing intermediate container 12ade86fa3ac 21:21:54 ---> b98ae904d440 21:21:54 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:21:54 Removing intermediate container 88e3774cc906 21:21:54 ---> 3b79dd0fa20a 21:21:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:21:54 ---> Running in 3884bf62b445 21:21:54 prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container 21:21:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:21:54 ---> 563d683818b5 21:21:54 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:21:54 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:21:54 ---> ceae21d1b6a4 21:21:54 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:21:54 ---> Using cache 21:21:54 ---> d124bed5c12a 21:21:54 Step 4/22 : WORKDIR /edgex-go 21:21:54 ---> Using cache 21:21:54 ---> b6dac74f5ce8 21:21:54 Step 5/22 : RUN apk add --update --no-cache make git 21:21:54 ---> Using cache 21:21:54 ---> 76c0d8d2c760 21:21:54 Step 6/22 : COPY go.mod vendor* ./ 21:21:54 ---> Using cache 21:21:54 ---> c21aa803309f 21:21:54 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:54 ---> Using cache 21:21:54 ---> 4cf6fad745bf 21:21:54 Step 8/22 : COPY . . 21:21:54 ---> Using cache 21:21:54 ---> 39a228f019e1 21:21:54 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:21:55 Removing intermediate container 3884bf62b445 21:21:55 ---> a707cac76b03 21:21:55 Step 22/24 : LABEL arch=x86_64 21:21:56 ---> Running in cad7bc5f6b9f 21:21:56 ---> b0b2074b7696 21:21:56 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:21:56 ---> Running in e70b51b11287 21:21:56 Removing intermediate container e70b51b11287 21:21:56 ---> 7ceeeeb6e7f9 21:21:56 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:21:56 ---> b22c33da7d10 21:21:56 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:21:56 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:21:56 ---> Running in 9df9c61ae7c9 21:21:56 $ docker top 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 -eo pid,comm 21:21:56 Removing intermediate container 9df9c61ae7c9 21:21:56 ---> 30efa6efa702 21:21:56 Step 24/24 : LABEL version=3.0.0-dev.75 [Pipeline] { [Pipeline] sh 21:21:57 ---> 78148e000179 21:21:57 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:21:57 ---> Running in 26f4c8ddda94 21:21:57 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:21:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:21:57 ---> ceae21d1b6a4 21:21:57 Step 3/24 : WORKDIR /edgex-go 21:21:57 ---> Using cache 21:21:57 ---> f190aaa3268e 21:21:57 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:21:57 ---> Running in 51e1a036e3ad 21:21:57 Removing intermediate container 26f4c8ddda94 21:21:57 ---> 8ed4a545f4bf 21:21:57 21:21:57 ---> 842cdbe2ebaa 21:21:57 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:21:57 Successfully built 8ed4a545f4bf 21:21:57 Successfully tagged security-secretstore-setup:latest 21:21:57 Building core-common-config-bootstrapper 21:21:57 + docker-compose build --help 21:21:57 + grep parallel 21:21:58  Building security-secretstore-setup ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:21:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:21:58 ---> 1b4bc2cfdb36 21:21:58 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:21:58 OK: 211 MiB in 51 packages 21:21:59 ---> d9677119088b 21:21:59 Step 27/32 : RUN chmod +x /entrypoint.sh 21:21:59 ---> Running in 2d707b1ddc8a 21:21:59 Removing intermediate container 51e1a036e3ad 21:21:59 ---> 5ca048b4319d 21:21:59 Step 5/24 : COPY go.mod vendor* ./ 21:21:59 ---> e1b1006719b5 21:21:59 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:21:59 ---> Running in 902693b60a86 21:22:00 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:22:00 ---> ceae21d1b6a4 21:22:00 Step 3/24 : WORKDIR /edgex-go 21:22:00 ---> Using cache 21:22:00 ---> f190aaa3268e 21:22:00 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:22:00 ---> Using cache 21:22:00 ---> 5ca048b4319d 21:22:00 Step 5/24 : COPY go.mod vendor* ./ 21:22:00 ---> Using cache 21:22:00 ---> e1b1006719b5 21:22:00 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:00 Removing intermediate container 2d707b1ddc8a 21:22:00 ---> 2f3282bb6dad 21:22:00 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:22:00 ---> Running in c249ab1ee3e2 21:22:00 ---> Running in 2736c8680a1c 21:22:01 Removing intermediate container 2736c8680a1c 21:22:01 ---> 5870e697d87b 21:22:01 Step 29/32 : CMD ["gate"] 21:22:01 --parallel Build images in parallel. [Pipeline] } 21:22:01 $ docker stop --time=1 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 21:22:01 ---> Running in 507b7515e8c7 21:22:01 Removing intermediate container 507b7515e8c7 21:22:01 ---> 2e97eafc8147 21:22:01 Step 30/32 : LABEL arch=x86_64 21:22:02 ---> Running in 1a30ed4eb2d8 21:22:02 Removing intermediate container 1a30ed4eb2d8 21:22:02 ---> 5c1371b12b17 21:22:02 Step 31/32 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:22:02 ---> Running in a8724a5e0df4 21:22:02 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:22:02 ---> ceae21d1b6a4 21:22:02 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:22:02 ---> Using cache 21:22:02 ---> d124bed5c12a 21:22:02 Step 4/22 : WORKDIR /edgex-go 21:22:02 ---> Using cache 21:22:02 ---> b6dac74f5ce8 21:22:02 Step 5/22 : RUN apk add --update --no-cache make git 21:22:02 ---> Using cache 21:22:02 ---> 76c0d8d2c760 21:22:02 Step 6/22 : COPY go.mod vendor* ./ 21:22:02 ---> Using cache 21:22:02 ---> c21aa803309f 21:22:02 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:02 ---> Using cache 21:22:02 ---> 4cf6fad745bf 21:22:02 Step 8/22 : COPY . . 21:22:02 ---> Using cache 21:22:02 ---> 39a228f019e1 21:22:02 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:22:02 ---> Running in c2b9b0b38fdf 21:22:02 Removing intermediate container a8724a5e0df4 21:22:02 ---> 785c80721f9d 21:22:02 Step 32/32 : LABEL version=3.0.0-dev.75 21:22:02 ---> Running in 1a264447ee57 21:22:02 Removing intermediate container 1a264447ee57 21:22:02 ---> 850e855ce205 21:22:02 21:22:02 Successfully built 850e855ce205 21:22:02 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:22:03 Successfully tagged security-bootstrapper:latest 21:22:03 Building security-spiffe-token-provider 21:22:03 $ docker rm -f --volumes 2ba17e5cc567b88d83b93ef6700e86a968e46097d0063ecc6b757b72a7e82bb1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:22:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:22:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:22:04 prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container 21:22:04 $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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 21:22:06 $ docker top eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f -eo pid,comm [Pipeline] { [Pipeline] sh 21:22:07  Building security-bootstrapper ... done Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:07 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:22:07 ---> ceae21d1b6a4 21:22:07 Step 3/19 : WORKDIR /edgex-go 21:22:07 ---> Using cache 21:22:07 ---> f190aaa3268e 21:22:07 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:22:07 ---> Running in 0d5fdf7b2cbe 21:22:07 + docker-compose -f ./docker-compose-build.yml build --parallel 21:22:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:22:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:22:08 v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:22:08 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:22:08 OK: 17046 distinct packages available 21:22:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:22:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:22:08 OK: 211 MiB in 51 packages 21:22:09 Removing intermediate container 0d5fdf7b2cbe 21:22:09 ---> ae19f41e922b 21:22:09 Step 5/19 : COPY go.mod vendor* ./ 21:22:09 ---> 28295c1502e8 21:22:09 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:09 ---> Running in 55c8333f1bd7 21:22:11 Building core-command ... 21:22:11 Building core-common-config-bootstrapper ... 21:22:11 Building core-data ... 21:22:11 Building core-metadata ... 21:22:11 Building security-bootstrapper ... 21:22:11 Building security-proxy-auth ... 21:22:11 Building security-proxy-setup ... 21:22:11 Building security-secretstore-setup ... 21:22:11 Building security-spiffe-token-provider ... 21:22:11 Building security-spire-agent ... 21:22:11 Building security-spire-config ... 21:22:11 Building security-spire-server ... 21:22:11 Building support-notifications ... 21:22:11 Building support-scheduler ... 21:22:11 Building core-common-config-bootstrapper 21:22:11 Building security-proxy-auth 21:22:11 Building security-spiffe-token-provider 21:22:11 Building security-proxy-setup 21:22:11 Building support-notifications 21:22:21 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:22:21 ---> a274eeb8e51d 21:22:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:22:22 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:22 Step 2/19 : FROM ${BUILDER_BASE} AS builder 21:22:22 ---> a274eeb8e51d 21:22:22 Step 3/19 : WORKDIR /edgex-go 21:22:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:22:22 ---> a274eeb8e51d 21:22:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:22:22 ---> Running in 7e1607de342e 21:22:22 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:22:22 ---> a274eeb8e51d 21:22:22 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:22:22 ---> Running in cb065207cacd 21:22:22 ---> Running in ec679bef44b5 21:22:22 ---> Running in 590c27db6288 21:22:22 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:22:22 ---> a274eeb8e51d 21:22:22 Step 3/21 : WORKDIR /edgex-go 21:22:22 ---> Running in b6049e19ee03 21:22:22 Removing intermediate container 7e1607de342e 21:22:22 ---> 0bbe1b324f7f 21:22:22 Step 4/22 : WORKDIR /edgex-go 21:22:23 Removing intermediate container cb065207cacd 21:22:23 ---> 88a2105fa7c2 21:22:23 Step 4/22 : WORKDIR /edgex-go 21:22:23 ---> Running in 06661a984a5b 21:22:23 ---> Running in b31c854e08e3 21:22:23 Removing intermediate container ec679bef44b5 21:22:23 ---> c9e7a431d902 21:22:23 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 21:22:23 Removing intermediate container 590c27db6288 21:22:23 ---> 76ff9dfb1fb0 21:22:23 Step 4/22 : WORKDIR /edgex-go 21:22:23 ---> Running in c4631e98de66 21:22:23 ---> Running in 50cc1f411c36 21:22:23 Removing intermediate container b6049e19ee03 21:22:23 ---> 5c0a68421745 21:22:23 Step 4/21 : RUN apk add --update --no-cache make git 21:22:23 ---> Running in 9aaf3c519734 21:22:23 Removing intermediate container 06661a984a5b 21:22:23 ---> faf6cf551780 21:22:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:22:24 Removing intermediate container b31c854e08e3 21:22:24 ---> Running in b0d43dafdd22 21:22:24 ---> a66cb44d0ac6 21:22:24 Step 5/22 : RUN apk add --update --no-cache make git 21:22:24 ---> Running in f5404bc8df90 21:22:24 Removing intermediate container 50cc1f411c36 21:22:24 ---> a9a64f20e880 21:22:24 Step 5/22 : RUN apk add --update --no-cache make git 21:22:24 ---> Running in 679063f6ac49 21:22:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:27 v3.16.4-35-g054104bb820 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 21:22:27 v3.16.4-34-gd804f7ec27c [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 21:22:27 OK: 16903 distinct packages available 21:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:22:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:22:27 OK: 221 MiB in 51 packages 21:22:28 OK: 221 MiB in 51 packages 21:22:28 OK: 221 MiB in 51 packages 21:22:28 Removing intermediate container cad7bc5f6b9f 21:22:28 ---> 82886f0fe622 21:22:28 21:22:28 Step 10/22 : FROM alpine:3.16 21:22:28 ---> dfd21b5a31f5 21:22:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:22:28 ---> Running in bca32a848ab1 21:22:28 OK: 221 MiB in 51 packages 21:22:28 Removing intermediate container bca32a848ab1 21:22:28 ---> f8610734c254 21:22:28 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:22:28 ---> Running in 7e5e23fd88fe 21:22:28 Removing intermediate container c249ab1ee3e2 21:22:28 ---> 45413e5bed1a 21:22:28 Step 7/24 : COPY . . 21:22:28 OK: 221 MiB in 51 packages 21:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:22:29 Removing intermediate container 902693b60a86 21:22:29 ---> c825e80ed3d7 21:22:29 Step 7/24 : COPY . . 21:22:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:22:29 Removing intermediate container 9aaf3c519734 21:22:29 ---> a719b690a84a 21:22:29 Step 5/21 : COPY go.mod vendor* ./ 21:22:29 (1/1) Installing dumb-init (1.2.5-r1) 21:22:29 Executing busybox-1.35.0-r17.trigger 21:22:29 OK: 6 MiB in 15 packages 21:22:30 Removing intermediate container 679063f6ac49 21:22:30 ---> 8dd51c4a3b6e 21:22:30 Step 6/22 : COPY go.mod vendor* ./ 21:22:30 Removing intermediate container b0d43dafdd22 21:22:30 ---> 01da9cca5799 21:22:30 Step 6/22 : COPY go.mod vendor* ./ 21:22:30 Removing intermediate container f5404bc8df90 21:22:30 ---> 91e1f3aab061 21:22:30 Step 6/22 : COPY go.mod vendor* ./ 21:22:30 Removing intermediate container c4631e98de66 21:22:30 ---> 3f7ef37d0a6c 21:22:30 Step 5/19 : COPY go.mod vendor* ./ 21:22:31 ---> 0b581b8eda4d 21:22:31 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:31 ---> 5d01f6b4e076 21:22:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:31 ---> 3deeadcb4f78 21:22:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:31 ---> c6f8de4c5316 21:22:31 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:31 ---> Running in d0d084928841 21:22:31 ---> 875aee1afc9c 21:22:31 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:31 ---> Running in 1a9db54cca93 21:22:31 ---> Running in 07e205431d80 21:22:31 ---> Running in b4da307021f8 21:22:31 ---> Running in ab0e55bfa691 21:22:32 Removing intermediate container c2b9b0b38fdf 21:22:32 ---> bd15d562666e 21:22:32 21:22:32 Step 10/22 : FROM alpine:3.16 21:22:32 ---> dfd21b5a31f5 21:22:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:22:32 ---> Using cache 21:22:32 ---> f8610734c254 21:22:32 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:22:33 ---> Running in 5bbc1342b4b4 21:22:33 ---> fc2589939535 21:22:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:22:33 ---> d539731877fa 21:22:33 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:22:33 Removing intermediate container 7e5e23fd88fe 21:22:33 ---> f7f4252e139f 21:22:33 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:33 ---> Running in 6667725f3210 21:22:33 ---> Running in 2f1385ab52e2 21:22:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:22:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:22:34 (1/1) Installing dumb-init (1.2.5-r1) 21:22:34 Executing busybox-1.35.0-r17.trigger 21:22:34 OK: 6 MiB in 15 packages 21:22:34 Removing intermediate container 55c8333f1bd7 21:22:34 ---> c2683a7fb162 21:22:34 Step 7/19 : COPY . . 21:22:34 Removing intermediate container 6667725f3210 21:22:34 ---> cd3f7f48bbf3 21:22:34 Step 9/24 : WORKDIR /edgex-go/spire-build 21:22:34 Removing intermediate container 2f1385ab52e2 21:22:34 ---> a305b6acc2f8 21:22:34 Step 9/24 : WORKDIR /edgex-go/spire-build 21:22:34 ---> 394ed6320b82 21:22:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:22:34 ---> Running in 8195b78b27dc 21:22:34 ---> Running in 41a436689a11 21:22:36 Removing intermediate container 8195b78b27dc 21:22:36 ---> e489c59fb30f 21:22:36 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:22:36 ---> 09bba6b0c67c 21:22:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:22:36 Removing intermediate container 41a436689a11 21:22:36 ---> 2da3a9fd34bb 21:22:36 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:22:36 ---> Running in 59bfbb2f2e89 21:22:36 ---> Running in 5cecdb14b725 21:22:36 Removing intermediate container 5bbc1342b4b4 21:22:36 ---> dc34f81ab4c7 21:22:36 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:36 ---> 9141809bccf0 21:22:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:22:36 ---> cdf4609470be 21:22:36 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:22:36 ---> f0cc0c9b4932 21:22:36 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:36 ---> Running in b750cf7a598b 21:22:36 ---> a9ed8a629263 21:22:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:22:37 ---> 4c7f81a50b7c 21:22:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:22:37 Removing intermediate container 59bfbb2f2e89 21:22:37 ---> 956c5ee25edf 21:22:37 Step 11/24 : WORKDIR /edgex-go 21:22:37 Removing intermediate container 5cecdb14b725 21:22:37 ---> 3c7e61db0a86 21:22:37 Step 11/24 : WORKDIR /edgex-go 21:22:37 ---> Running in bd5bf4a389b1 21:22:37 ---> Running in ad72e0d3015f 21:22:37 ---> 2a4830f334ed 21:22:37 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:22:37 ---> Running in 082deb3e7093 21:22:37 Removing intermediate container bd5bf4a389b1 21:22:37 ---> ed702b8c4895 21:22:37 21:22:37 Step 12/24 : FROM alpine:3.15 21:22:37 Removing intermediate container ad72e0d3015f 21:22:37 ---> 4053f839544a 21:22:37 21:22:37 Step 12/24 : FROM alpine:3.15 21:22:37 Removing intermediate container b750cf7a598b 21:22:37 ---> 1e583aa3cf2d 21:22:37 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:22:37 ---> Running in 1f701cb60e6e 21:22:38 Removing intermediate container 1f701cb60e6e 21:22:38 ---> 15268d0090a2 21:22:38 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:22:38 ---> Running in fd9b78e619f1 21:22:38 Removing intermediate container fd9b78e619f1 21:22:38 ---> 75ef5ab4e152 21:22:38 Step 20/22 : LABEL arch=x86_64 21:22:38 ---> Running in 4ec67388d4ae 21:22:38 Removing intermediate container 4ec67388d4ae 21:22:38 ---> dc25d54f97a5 21:22:38 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:22:38 ---> Running in 9f8b086d6103 21:22:38 3.15: Pulling from library/alpine 21:22:38 3.15: Pulling from library/alpine 21:22:38 ---> 85676320f8d7 21:22:38 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:22:38 ---> Running in cdb9ef7384f0 21:22:38 Removing intermediate container 082deb3e7093 21:22:38 ---> 2dc0f426056f 21:22:38 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:22:38 Removing intermediate container 9f8b086d6103 21:22:38 ---> 2540ef185206 21:22:38 Step 22/22 : LABEL version=3.0.0-dev.75 21:22:38 ---> Running in 60aa99902fd8 21:22:38 ---> Running in 3ab8b7743b9e 21:22:38 Removing intermediate container 60aa99902fd8 21:22:38 ---> a98ede8c09d9 21:22:38 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:22:38 Removing intermediate container 3ab8b7743b9e 21:22:38 ---> 1fe490967280 21:22:38 21:22:38 ---> Running in 120d073d3aa7 21:22:39 Successfully built 1fe490967280 21:22:39 Successfully tagged security-proxy-auth:latest 21:22:39  Building security-proxy-auth ... done Building core-command 21:22:39 Removing intermediate container 120d073d3aa7 21:22:39 ---> e695ce8d3990 21:22:39 Step 20/22 : LABEL arch=x86_64 21:22:39 ---> Running in eab2010db3c6 21:22:39 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:22:39 Removing intermediate container eab2010db3c6 21:22:39 ---> a24ea27ab1ff 21:22:39 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:22:39 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:22:40 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:22:40 Status: Downloaded newer image for alpine:3.15 21:22:40 Status: Image is up to date for alpine:3.15 21:22:40 ---> 5ce65d7b0fde 21:22:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:22:40 ---> 5ce65d7b0fde 21:22:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:22:41 ---> Running in 21cc08c34ec3 21:22:41 ---> Running in c74e95fb40f9 21:22:41 ---> Running in 8467017df3f1 21:22:42 Removing intermediate container 21cc08c34ec3 21:22:42 ---> 7bdc54cd1cbd 21:22:42 Step 22/22 : LABEL version=3.0.0-dev.75 21:22:43 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:22:43 ---> ceae21d1b6a4 21:22:43 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:22:43 ---> Using cache 21:22:43 ---> d124bed5c12a 21:22:43 Step 4/23 : WORKDIR /edgex-go 21:22:43 ---> Using cache 21:22:43 ---> b6dac74f5ce8 21:22:43 Step 5/23 : RUN apk add --update --no-cache make git 21:22:43 ---> Using cache 21:22:43 ---> 76c0d8d2c760 21:22:43 Step 6/23 : COPY go.mod vendor* ./ 21:22:43 ---> Using cache 21:22:43 ---> c21aa803309f 21:22:43 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:43 ---> Using cache 21:22:43 ---> 4cf6fad745bf 21:22:43 Step 8/23 : COPY . . 21:22:43 ---> Using cache 21:22:43 ---> 39a228f019e1 21:22:43 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:22:43 Removing intermediate container 8467017df3f1 21:22:43 ---> 490893bf1d8a 21:22:43 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:22:43 Removing intermediate container c74e95fb40f9 21:22:43 ---> 26199ba6e143 21:22:43 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:22:44 ---> Running in 4bcda8f4f3df 21:22:44 ---> Running in b8bc80ebd859 21:22:44 ---> Running in 15c69451f723 21:22:44 ---> Running in 58439714344f 21:22:44 Removing intermediate container b8bc80ebd859 21:22:44 ---> 24b1407c10d7 21:22:44 21:22:44 Successfully built 24b1407c10d7 21:22:44 Successfully tagged core-common-config-bootstrapper:latest 21:22:44 Building security-spire-server 21:22:44  Building core-common-config-bootstrapper ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:22:45 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:22:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:22:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:22:45 OK: 15857 distinct packages available 21:22:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:22:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:22:45 OK: 15857 distinct packages available 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:22:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:22:45 (1/5) Installing dumb-init (1.2.5-r1) 21:22:45 (1/4) Installing dumb-init (1.2.5-r1) 21:22:45 (2/4) Installing musl-obstack (1.2.3-r0) 21:22:45 (2/5) Installing musl-obstack (1.2.3-r0) 21:22:45 (3/4) Installing libucontext (1.1-r0) 21:22:45 (4/4) Installing gcompat (1.0.0-r4) 21:22:45 (3/5) Installing libucontext (1.1-r0) 21:22:45 (4/5) Installing gcompat (1.0.0-r4) 21:22:45 Executing busybox-1.34.1-r7.trigger 21:22:45 (5/5) Installing openssl (1.1.1t-r1) 21:22:45 OK: 6 MiB in 18 packages 21:22:45 Executing busybox-1.34.1-r7.trigger 21:22:45 OK: 7 MiB in 19 packages 21:22:51 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:22:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:22:51 ---> ceae21d1b6a4 21:22:51 Step 3/23 : WORKDIR /edgex-go 21:22:51 ---> Using cache 21:22:51 ---> f190aaa3268e 21:22:51 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:22:51 ---> Using cache 21:22:51 ---> 5ca048b4319d 21:22:51 Step 5/23 : COPY go.mod vendor* ./ 21:22:51 ---> Using cache 21:22:51 ---> e1b1006719b5 21:22:51 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:22:51 ---> Using cache 21:22:51 ---> c825e80ed3d7 21:22:51 Step 7/23 : COPY . . 21:22:51 ---> Using cache 21:22:51 ---> fc2589939535 21:22:51 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:22:51 ---> Using cache 21:22:51 ---> cd3f7f48bbf3 21:22:51 Step 9/23 : WORKDIR /edgex-go/spire-build 21:22:51 ---> Using cache 21:22:51 ---> e489c59fb30f 21:22:51 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:23:03 ---> Running in 2421ff21c0d2 21:23:03 Removing intermediate container 58439714344f 21:23:03 ---> 160977bbdc6d 21:23:03 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:23:03 Removing intermediate container 4bcda8f4f3df 21:23:03 ---> 61bfe88425ae 21:23:03 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:23:07 ---> cfa5a806f998 21:23:07 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:23:07 ---> c41f971579f6 21:23:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:23:07 Removing intermediate container 2421ff21c0d2 21:23:07 ---> c0dab17f5635 21:23:07 Step 11/23 : WORKDIR /edgex-go 21:23:07 ---> Running in ec19b96d6c4a 21:23:07 ---> cd34672e5d69 21:23:07 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:23:08 ---> Running in 54e7ba4cebe6 21:23:08 Removing intermediate container ec19b96d6c4a 21:23:08 ---> 65ee0c1439dc 21:23:08 21:23:08 Step 12/23 : FROM alpine:3.15 21:23:08 ---> 5ce65d7b0fde 21:23:08 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:23:08 ---> Using cache 21:23:08 ---> 26199ba6e143 21:23:08 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:23:12 Removing intermediate container 54e7ba4cebe6 21:23:12 ---> 04b2ada0668d 21:23:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:23:12 ---> Running in 3bf54c5a5b3c 21:23:12 ---> c7820b4189f0 21:23:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:23:12 Removing intermediate container cdb9ef7384f0 21:23:12 ---> 090da4a7115c 21:23:12 21:23:12 Step 9/19 : FROM alpine:3.15 21:23:12 ---> 5ce65d7b0fde 21:23:12 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:23:12 ---> Using cache 21:23:12 ---> 26199ba6e143 21:23:12 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:23:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:13 ---> Running in 97ef8396cece 21:23:13 ---> 4f56981da3d8 21:23:13 Step 19/24 : WORKDIR / 21:23:13 ---> 73d7cc24f874 21:23:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:23:13 ---> Running in 89e036d1f0ee 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:13 Removing intermediate container 89e036d1f0ee 21:23:13 ---> 149d5493fc4d 21:23:13 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:23:13 ---> 5894c802812c 21:23:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:23:13 ---> Running in 129cff7c241b 21:23:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:23:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:23:13 OK: 15857 distinct packages available 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:13 (1/5) Installing dumb-init (1.2.5-r1) 21:23:13 (2/5) Installing musl-obstack (1.2.3-r0) 21:23:13 (3/5) Installing libucontext (1.1-r0) 21:23:13 (4/5) Installing gcompat (1.0.0-r4) 21:23:13 (5/5) Installing openssl (1.1.1t-r1) 21:23:13 Removing intermediate container 129cff7c241b 21:23:13 ---> f192701ce503 21:23:13 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:23:13 Executing busybox-1.34.1-r7.trigger 21:23:13 OK: 7 MiB in 19 packages 21:23:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:23:13 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:23:13 OK: 15857 distinct packages available 21:23:13 ---> 8fe9d96691fc 21:23:13 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 21:23:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 21:23:14 (1/9) Installing ca-certificates (20220614-r0) 21:23:14 (2/9) Installing brotli-libs (1.0.9-r5) 21:23:14 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:23:14 (4/9) Installing libcurl (7.80.0-r6) 21:23:14 (5/9) Installing curl (7.80.0-r6) 21:23:14 (6/9) Installing dumb-init (1.2.5-r1) 21:23:14 (7/9) Installing musl-obstack (1.2.3-r0) 21:23:14 (8/9) Installing libucontext (1.1-r0) 21:23:14 (9/9) Installing gcompat (1.0.0-r4) 21:23:14 Executing busybox-1.34.1-r7.trigger 21:23:14 Executing ca-certificates-20220614-r0.trigger 21:23:14 OK: 8 MiB in 23 packages 21:23:14 ---> Running in bdd3d2e8bd45 21:23:15 ---> Running in 23632d170699 21:23:15 Removing intermediate container 15c69451f723 21:23:15 ---> ba05068da86b 21:23:15 21:23:15 Step 10/23 : FROM alpine:3.16 21:23:15 ---> dfd21b5a31f5 21:23:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:23:15 ---> Using cache 21:23:15 ---> 6a2ef2c770d6 21:23:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:15 ---> Using cache 21:23:15 ---> 14d3063ab2cc 21:23:15 Step 13/23 : ENV APP_PORT=59882 21:23:15 Removing intermediate container bdd3d2e8bd45 21:23:15 ---> bc3edc7a4b4f 21:23:15 Step 22/24 : LABEL arch=x86_64 21:23:15 ---> Running in 3d5a82a13871 21:23:15 ---> Running in 9b2b0c6a8e68 21:23:15 Removing intermediate container 23632d170699 21:23:15 ---> 4e939c181767 21:23:15 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:23:15 Removing intermediate container 3bf54c5a5b3c 21:23:15 ---> ae124b3fcdbe 21:23:15 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:23:15 ---> Running in 2cf3531d6881 21:23:16 Removing intermediate container 9b2b0c6a8e68 21:23:16 ---> bc11e3177615 21:23:16 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:16 Removing intermediate container 3d5a82a13871 21:23:16 ---> 242e5ae5c113 21:23:16 Step 14/23 : EXPOSE $APP_PORT 21:23:17 Removing intermediate container 2cf3531d6881 21:23:17 ---> 5d5adc2b6c08 21:23:17 Step 22/24 : LABEL arch=x86_64 21:23:17 ---> Running in 73732f67d6f6 21:23:17 ---> Running in b4d0a8a0e093 21:23:17 Removing intermediate container 97ef8396cece 21:23:17 ---> 0565494579c7 21:23:17 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:17 ---> 387246e92ca7 21:23:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:23:17 ---> Running in 19d5f0a63207 21:23:17 Removing intermediate container 73732f67d6f6 21:23:17 ---> 10ce6449ee04 21:23:17 Step 15/23 : WORKDIR / 21:23:17 Removing intermediate container b4d0a8a0e093 21:23:17 ---> 576c7329e733 21:23:17 Step 24/24 : LABEL version=3.0.0-dev.75 21:23:17 ---> Running in 29c197495e7d 21:23:17 ---> Running in 43fdc9c3f8cc 21:23:17 Removing intermediate container 19d5f0a63207 21:23:17 ---> 441006546365 21:23:17 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:17 ---> 78a908207675 21:23:17 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:23:17 ---> 55111c74bdcf 21:23:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:23:17 ---> Running in dcdfc6c786f2 21:23:17 Removing intermediate container 43fdc9c3f8cc 21:23:17 ---> 64577bc49c38 21:23:17 21:23:17 Removing intermediate container 29c197495e7d 21:23:17 ---> 471bc1ca3a21 21:23:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:18 Successfully built 64577bc49c38 21:23:18 Successfully tagged security-spire-config:latest 21:23:18 Building core-metadata 21:23:18  Building security-spire-config ... done Removing intermediate container dcdfc6c786f2 21:23:18 ---> 601b60de40a1 21:23:18 Step 24/24 : LABEL version=3.0.0-dev.75 21:23:18 ---> 167b46c3b878 21:23:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:23:18 ---> b060fd490c26 21:23:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:23:18 ---> Running in 6dcd6223061a 21:23:18 ---> a2b4c7c44797 21:23:18 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:23:20 Removing intermediate container 6dcd6223061a 21:23:20 ---> a65cd878fdb8 21:23:20 21:23:20 Successfully built a65cd878fdb8 21:23:22 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:23:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:23 Successfully tagged security-spire-agent:latest 21:23:23 Building core-data 21:23:23  Building security-spire-agent ... done  ---> ceae21d1b6a4 21:23:23 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:23:23 ---> Using cache 21:23:23 ---> d124bed5c12a 21:23:23 Step 4/24 : WORKDIR /edgex-go 21:23:23 ---> Using cache 21:23:23 ---> b6dac74f5ce8 21:23:23 Step 5/24 : RUN apk add --update --no-cache make git 21:23:23 ---> Using cache 21:23:23 ---> 76c0d8d2c760 21:23:23 Step 6/24 : COPY go.mod vendor* ./ 21:23:23 ---> 4144fdaa6e44 21:23:23 ---> ecbd7004bd78 21:23:23 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:23:23 ---> Using cache 21:23:23 ---> c21aa803309f 21:23:23 ---> 6868b883e643 21:23:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:23:23 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:23:23 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:23:23 ---> Using cache 21:23:23 ---> 4cf6fad745bf 21:23:23 Step 8/24 : COPY . . 21:23:23 ---> Using cache 21:23:23 ---> 39a228f019e1 21:23:23 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:23:23 ---> Running in bca8afd51779 21:23:23 ---> Running in 7f4cd8776ee5 21:23:23 ---> Running in 132c14ddc6fe 21:23:25 Removing intermediate container 7f4cd8776ee5 21:23:25 ---> 9ab551657fe4 21:23:25 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:23:26 Removing intermediate container bca8afd51779 21:23:26 ---> 9e89d61a54b8 21:23:26 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:26 ---> a0ed7c2aa64a 21:23:26 Step 19/23 : ENTRYPOINT ["/core-command"] 21:23:26 ---> Running in 05661ecf2050 21:23:26 ---> Running in e02db0866717 21:23:26 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:23:27 ---> Running in 0c598f4a3eb3 21:23:27 Removing intermediate container 05661ecf2050 21:23:27 ---> 32762529f1e0 21:23:27 Step 21/23 : LABEL arch=x86_64 21:23:27 Removing intermediate container e02db0866717 21:23:27 ---> d9c560593780 21:23:27 Step 17/19 : LABEL arch=x86_64 21:23:27 ---> Running in f01f0df3e25f 21:23:27 ---> Running in c4e7213a4339 21:23:27 Removing intermediate container 0c598f4a3eb3 21:23:27 ---> d08190dbd19f 21:23:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:27 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:23:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:23:27 ---> ceae21d1b6a4 21:23:27 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:23:27 ---> Using cache 21:23:27 ---> d124bed5c12a 21:23:27 Step 4/22 : WORKDIR /edgex-go 21:23:27 ---> Using cache 21:23:27 ---> b6dac74f5ce8 21:23:27 Step 5/22 : RUN apk add --update --no-cache make git 21:23:27 ---> Using cache 21:23:27 ---> 76c0d8d2c760 21:23:27 Step 6/22 : COPY go.mod vendor* ./ 21:23:27 ---> Using cache 21:23:27 ---> c21aa803309f 21:23:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:23:27 ---> Using cache 21:23:27 ---> 4cf6fad745bf 21:23:27 Step 8/22 : COPY . . 21:23:27 ---> Using cache 21:23:27 ---> 39a228f019e1 21:23:27 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:23:27 Removing intermediate container f01f0df3e25f 21:23:27 ---> 5171ec7926b9 21:23:27 Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:27 ---> Running in 0eb6e172feb9 21:23:27 ---> Running in b242e2a5b68d 21:23:27 ---> Running in f883ce111b3a 21:23:27 Removing intermediate container c4e7213a4339 21:23:27 ---> bf63e72a7824 21:23:27 Step 18/19 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:27 ---> Running in e2b84ab2cd80 21:23:27 Removing intermediate container 0eb6e172feb9 21:23:27 ---> 7e60ff9729c2 21:23:27 Step 21/23 : LABEL arch=x86_64 21:23:27 Removing intermediate container f883ce111b3a 21:23:27 ---> 99f499d0ca01 21:23:27 Step 23/23 : LABEL version=3.0.0-dev.75 21:23:28 ---> Running in ccfdc3b5a626 21:23:28 ---> Running in b7f53ffe7ae1 21:23:28 Removing intermediate container e2b84ab2cd80 21:23:28 ---> e71bdde45fd6 21:23:28 Step 19/19 : LABEL version=3.0.0-dev.75 21:23:28 ---> Running in 61ecc833b09e 21:23:28 Removing intermediate container ccfdc3b5a626 21:23:28 ---> 5d5226bdb28e 21:23:28 21:23:28 Removing intermediate container b7f53ffe7ae1 21:23:28 ---> d7f3d3c73996 21:23:28 Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:28 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:23:28 ---> Running in ccffdb447e33 21:23:28 Removing intermediate container 61ecc833b09e 21:23:28 ---> bafc73b80c9e 21:23:28 21:23:28 Successfully built 5d5226bdb28e 21:23:28 Successfully tagged security-spire-server:latest 21:23:28  Building security-spire-server ... done Removing intermediate container ccffdb447e33 21:23:28 ---> 62a8d63b072c 21:23:28 Step 23/23 : LABEL version=3.0.0-dev.75 21:23:28 Successfully built bafc73b80c9e 21:23:28 Successfully tagged security-spiffe-token-provider:latest 21:23:28  Building security-spiffe-token-provider ... done  ---> Running in 0b91bbbdfba4 21:23:28 Removing intermediate container 0b91bbbdfba4 21:23:28 ---> 2779a9c46f02 21:23:28 21:23:28 Successfully built 2779a9c46f02 21:23:28 Successfully tagged core-command:latest 21:23:51  Building core-command ... done Removing intermediate container 132c14ddc6fe 21:23:51 ---> 94dd7bbef6ba 21:23:51 21:23:51 Step 10/24 : FROM alpine:3.16 21:23:51 ---> dfd21b5a31f5 21:23:51 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:23:51 ---> Using cache 21:23:51 ---> 6a2ef2c770d6 21:23:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:51 ---> Using cache 21:23:51 ---> 14d3063ab2cc 21:23:51 Step 13/24 : ENV APP_PORT=59881 21:23:51 Removing intermediate container b242e2a5b68d 21:23:51 ---> 50016a1b5b68 21:23:51 21:23:51 Step 10/22 : FROM alpine:3.16 21:23:51 ---> dfd21b5a31f5 21:23:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:23:51 ---> Running in 59478acc5b0b 21:23:51 ---> Running in a7c21f8c5175 21:23:51 Removing intermediate container 59478acc5b0b 21:23:51 ---> b81064050880 21:23:51 Step 14/24 : EXPOSE $APP_PORT 21:23:51 Removing intermediate container a7c21f8c5175 21:23:51 ---> 18e19690aa5b 21:23:51 Step 12/22 : ENV APP_PORT=59880 21:23:51 ---> Running in 4789d81c5b4d 21:23:51 ---> Running in 49c891c348b3 21:23:51 Removing intermediate container 4789d81c5b4d 21:23:51 ---> 24269b51aeef 21:23:51 Step 15/24 : WORKDIR / 21:23:51 ---> Running in b1c970994411 21:23:51 Removing intermediate container 49c891c348b3 21:23:51 ---> 9203892b4730 21:23:51 Step 13/22 : EXPOSE $APP_PORT 21:23:51 ---> Running in 26a715154fb4 21:23:51 Removing intermediate container b1c970994411 21:23:51 ---> 02746fa4a0e5 21:23:51 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:51 Removing intermediate container 26a715154fb4 21:23:51 ---> bb57617bbea5 21:23:51 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:23:51 ---> Running in 980aa282e21a 21:23:51 ---> 6fb2e8ea7871 21:23:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:23:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 21:23:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 21:23:52 ---> 9f8db81f8b3a 21:23:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:23:52 ---> 8a97639ca889 21:23:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:23:52 (1/1) Installing dumb-init (1.2.5-r1) 21:23:52 Executing busybox-1.35.0-r17.trigger 21:23:52 OK: 6 MiB in 15 packages 21:23:52 ---> 44849ed77d1a 21:23:52 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:23:52 ---> Running in 5934599d189c 21:23:52 Removing intermediate container 5934599d189c 21:23:52 ---> 0651dee0b810 21:23:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:52 ---> Running in 8752a638edd0 21:23:52 Removing intermediate container 8752a638edd0 21:23:52 ---> 808b3125c4d6 21:23:52 Step 22/24 : LABEL arch=x86_64 21:23:52 ---> Running in 445654ab424a 21:23:52 Removing intermediate container 980aa282e21a 21:23:52 ---> a1d63d2020bf 21:23:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:52 Removing intermediate container 445654ab424a 21:23:52 ---> 51c06ff2b5a5 21:23:52 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:52 ---> Running in a9183e57bcd6 21:23:53 ---> dc68bca3c111 21:23:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:23:53 Removing intermediate container a9183e57bcd6 21:23:53 ---> c4bc76895c25 21:23:53 Step 24/24 : LABEL version=3.0.0-dev.75 21:23:53 ---> Running in c45ff109970b 21:23:53 Removing intermediate container c45ff109970b 21:23:53 ---> f3eb97ae1df9 21:23:53 21:23:53 ---> 0d5ca919e951 21:23:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:23:53 Successfully built f3eb97ae1df9 21:23:53 Successfully tagged core-metadata:latest 21:23:53  Building core-metadata ... done  ---> d6bd97a760be 21:23:53 Step 18/22 : ENTRYPOINT ["/core-data"] 21:23:53 ---> Running in 1a3411f15293 21:23:53 Removing intermediate container 1a3411f15293 21:23:53 ---> 913fe3d4b4db 21:23:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:23:53 ---> Running in 13de2c488777 21:23:53 Removing intermediate container 13de2c488777 21:23:53 ---> b1aa2c96f981 21:23:53 Step 20/22 : LABEL arch=x86_64 21:23:53 ---> Running in abb6badb5180 21:23:53 Removing intermediate container abb6badb5180 21:23:53 ---> 1cccd87a3462 21:23:53 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:53 ---> Running in 7efa135d0feb 21:23:53 Removing intermediate container 7efa135d0feb 21:23:53 ---> 9aff1f6cf9ed 21:23:53 Step 22/22 : LABEL version=3.0.0-dev.75 21:23:54 ---> Running in ac656ed79973 21:23:54 Removing intermediate container ac656ed79973 21:23:54 ---> 6d084e8e64e4 21:23:54 21:23:54 Successfully built 6d084e8e64e4 21:23:54 Successfully tagged core-data:latest 21:23:54  Building core-data ... done  [Pipeline] } 21:23:54 $ docker stop --time=1 a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af 21:23:55 $ docker rm -f --volumes a4da9d204649ad807dd40a2ff692b56c593ae8d8f26d63b2a07851ab9cced1af [Pipeline] // withDockerContainer [Pipeline] sh 21:23:55 + docker images 21:23:55 REPOSITORY TAG IMAGE ID CREATED SIZE 21:23:55 core-data latest 6d084e8e64e4 1 second ago 18MB 21:23:55 core-metadata latest f3eb97ae1df9 2 seconds ago 18.5MB 21:23:55 50016a1b5b68 6 seconds ago 1.7GB 21:23:55 94dd7bbef6ba 7 seconds ago 1.7GB 21:23:55 security-spiffe-token-provider latest bafc73b80c9e 27 seconds ago 30MB 21:23:55 core-command latest 2779a9c46f02 27 seconds ago 17.7MB 21:23:55 security-spire-server latest 5d5226bdb28e 28 seconds ago 86.5MB 21:23:55 security-spire-agent latest a65cd878fdb8 37 seconds ago 125MB 21:23:55 security-spire-config latest 64577bc49c38 38 seconds ago 85.8MB 21:23:55 ba05068da86b 40 seconds ago 1.69GB 21:23:55 090da4a7115c 43 seconds ago 1.73GB 21:23:55 65ee0c1439dc 48 seconds ago 1.56GB 21:23:55 core-common-config-bootstrapper latest 24b1407c10d7 About a minute ago 15.5MB 21:23:55 security-proxy-auth latest 1fe490967280 About a minute ago 16.2MB 21:23:55 4053f839544a About a minute ago 1.56GB 21:23:55 ed702b8c4895 About a minute ago 1.56GB 21:23:55 bd15d562666e About a minute ago 1.69GB 21:23:55 82886f0fe622 About a minute ago 1.67GB 21:23:55 security-bootstrapper latest 850e855ce205 About a minute ago 20.4MB 21:23:55 security-secretstore-setup latest 8ed4a545f4bf About a minute ago 30MB 21:23:55 security-proxy-setup latest e247b42ec17c 2 minutes ago 27.8MB 21:23:55 support-notifications latest ab57f1487b0d 2 minutes ago 30.7MB 21:23:55 support-scheduler latest ba4c5df090d0 2 minutes ago 30.1MB 21:23:55 d040740aa4f5 2 minutes ago 1.76GB 21:23:55 0792331308e4 2 minutes ago 1.75GB 21:23:55 a2fb0617bb68 2 minutes ago 1.68GB 21:23:55 8196e992e4df 2 minutes ago 1.68GB 21:23:55 4887b12fa18b 2 minutes ago 1.68GB 21:23:55 ci-base-image-x86_64 latest ceae21d1b6a4 5 minutes ago 904MB 21:23:55 alpine 3.15 5ce65d7b0fde 2 weeks ago 5.59MB 21:23:55 alpine 3.16 dfd21b5a31f5 2 weeks ago 5.55MB 21:23:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 4 months ago 683MB 21:23:55 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 21:23:55 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 21:23:55 provisioning config files... 21:23:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config8994595615032014955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:23:56 ---> docker-login.sh 21:23:56 nexus3.edgexfoundry.org:10001 21:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:56 Configure a credential helper to remove this warning. See 21:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:56 21:23:56 Login Succeeded 21:23:56 nexus3.edgexfoundry.org:10002 21:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:56 Configure a credential helper to remove this warning. See 21:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:56 21:23:56 Login Succeeded 21:23:56 nexus3.edgexfoundry.org:10003 21:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:56 Configure a credential helper to remove this warning. See 21:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:56 21:23:56 Login Succeeded 21:23:56 nexus3.edgexfoundry.org:10004 21:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:56 Configure a credential helper to remove this warning. See 21:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:56 21:23:56 Login Succeeded 21:23:56 docker.io 21:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:23:56 Configure a credential helper to remove this warning. See 21:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:23:56 21:23:56 Login Succeeded 21:23:56 ---> docker-login.sh ends [Pipeline] } 21:23:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:23:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:23:56 [edgeXDocker.push] Tagging docker image core-command with the following tags: 21:23:56 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:56 latest 21:23:56 3.0.0-dev.75 21:23:56 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:23:56 main 21:23:56 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:57 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:57 + docker push nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:23:57 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:23:57 bf5952f48c8d: Preparing 21:23:57 920795db0030: Preparing 21:23:57 31933adea43e: Preparing 21:23:57 0c2826e69e30: Preparing 21:23:57 aa5968d388b8: Preparing 21:23:57 aa5968d388b8: Layer already exists 21:23:57 31933adea43e: Pushed 21:23:57 0c2826e69e30: Pushed 21:23:57 bf5952f48c8d: Pushed 21:23:58 920795db0030: Pushed 21:23:58 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:59 + docker push nexus3.edgexfoundry.org:10004/core-command:latest 21:23:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:23:59 bf5952f48c8d: Preparing 21:23:59 920795db0030: Preparing 21:23:59 31933adea43e: Preparing 21:23:59 0c2826e69e30: Preparing 21:23:59 aa5968d388b8: Preparing 21:23:59 aa5968d388b8: Layer already exists 21:23:59 31933adea43e: Layer already exists 21:23:59 bf5952f48c8d: Layer already exists 21:23:59 920795db0030: Layer already exists 21:23:59 0c2826e69e30: Layer already exists 21:23:59 latest: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:23:59 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:00 + docker push nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 21:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:24:00 bf5952f48c8d: Preparing 21:24:00 920795db0030: Preparing 21:24:00 31933adea43e: Preparing 21:24:00 0c2826e69e30: Preparing 21:24:00 aa5968d388b8: Preparing 21:24:00 aa5968d388b8: Layer already exists 21:24:00 0c2826e69e30: Layer already exists 21:24:00 920795db0030: Layer already exists 21:24:00 bf5952f48c8d: Layer already exists 21:24:00 31933adea43e: Layer already exists 21:24:00 3.0.0-dev.75: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:00 + docker push nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:24:00 bf5952f48c8d: Preparing 21:24:00 920795db0030: Preparing 21:24:00 31933adea43e: Preparing 21:24:00 0c2826e69e30: Preparing 21:24:00 aa5968d388b8: Preparing 21:24:00 aa5968d388b8: Layer already exists 21:24:00 31933adea43e: Layer already exists 21:24:00 bf5952f48c8d: Layer already exists 21:24:00 920795db0030: Layer already exists 21:24:00 0c2826e69e30: Layer already exists 21:24:00 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:00 + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:01 + docker push nexus3.edgexfoundry.org:10004/core-command:main 21:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] 21:24:01 bf5952f48c8d: Preparing 21:24:01 920795db0030: Preparing 21:24:01 31933adea43e: Preparing 21:24:01 0c2826e69e30: Preparing 21:24:01 aa5968d388b8: Preparing 21:24:01 aa5968d388b8: Layer already exists 21:24:01 0c2826e69e30: Layer already exists 21:24:01 920795db0030: Layer already exists 21:24:01 bf5952f48c8d: Layer already exists 21:24:01 31933adea43e: Layer already exists 21:24:01 main: digest: sha256:d5e9ad257e260266d85f8b932c7bbcdc0b2a29737c8506b192565582ac671583 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:01 ===================================================== [Pipeline] echo 21:24:01 taggedImages: 21:24:01 - nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:01 - nexus3.edgexfoundry.org:10004/core-command:latest 21:24:01 - nexus3.edgexfoundry.org:10004/core-command:3.0.0-dev.75 21:24:01 - nexus3.edgexfoundry.org:10004/core-command:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:01 - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo 21:24:01 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper with the following tags: 21:24:01 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:01 latest 21:24:01 3.0.0-dev.75 21:24:01 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:01 main 21:24:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:01 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:24:01 50877a18a385: Preparing 21:24:01 ceacbaaf1921: Preparing 21:24:01 f28d8837dc6c: Preparing 21:24:01 1d5497d9a569: Preparing 21:24:01 31933adea43e: Preparing 21:24:01 e3b71d7ee5b5: Preparing 21:24:01 aa5968d388b8: Preparing 21:24:01 e3b71d7ee5b5: Waiting 21:24:01 aa5968d388b8: Waiting 21:24:01 31933adea43e: Layer already exists 21:24:01 f28d8837dc6c: Pushed 21:24:01 aa5968d388b8: Layer already exists 21:24:01 ceacbaaf1921: Pushed 21:24:01 50877a18a385: Pushed 21:24:01 e3b71d7ee5b5: Pushed 21:24:02 1d5497d9a569: Pushed 21:24:03 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:03 + 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 21:24:03 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:24:03 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:24:03 50877a18a385: Preparing 21:24:03 ceacbaaf1921: Preparing 21:24:03 f28d8837dc6c: Preparing 21:24:03 1d5497d9a569: Preparing 21:24:03 31933adea43e: Preparing 21:24:03 e3b71d7ee5b5: Preparing 21:24:03 aa5968d388b8: Preparing 21:24:03 e3b71d7ee5b5: Waiting 21:24:03 aa5968d388b8: Waiting 21:24:03 31933adea43e: Layer already exists 21:24:03 ceacbaaf1921: Layer already exists 21:24:03 50877a18a385: Layer already exists 21:24:03 f28d8837dc6c: Layer already exists 21:24:03 1d5497d9a569: Layer already exists 21:24:03 e3b71d7ee5b5: Layer already exists 21:24:03 aa5968d388b8: Layer already exists 21:24:03 latest: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:04 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 21:24:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:24:04 50877a18a385: Preparing 21:24:04 ceacbaaf1921: Preparing 21:24:04 f28d8837dc6c: Preparing 21:24:04 1d5497d9a569: Preparing 21:24:04 31933adea43e: Preparing 21:24:04 e3b71d7ee5b5: Preparing 21:24:04 aa5968d388b8: Preparing 21:24:04 aa5968d388b8: Waiting 21:24:04 e3b71d7ee5b5: Waiting 21:24:04 ceacbaaf1921: Layer already exists 21:24:04 1d5497d9a569: Layer already exists 21:24:04 50877a18a385: Layer already exists 21:24:04 31933adea43e: Layer already exists 21:24:04 f28d8837dc6c: Layer already exists 21:24:04 e3b71d7ee5b5: Layer already exists 21:24:04 aa5968d388b8: Layer already exists 21:24:04 3.0.0-dev.75: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:04 + docker tag core-common-config-bootstrapper nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:04 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:04 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:24:04 50877a18a385: Preparing 21:24:04 ceacbaaf1921: Preparing 21:24:04 f28d8837dc6c: Preparing 21:24:04 1d5497d9a569: Preparing 21:24:04 31933adea43e: Preparing 21:24:04 e3b71d7ee5b5: Preparing 21:24:04 aa5968d388b8: Preparing 21:24:04 e3b71d7ee5b5: Waiting 21:24:04 aa5968d388b8: Waiting 21:24:04 ceacbaaf1921: Layer already exists 21:24:04 1d5497d9a569: Layer already exists 21:24:04 f28d8837dc6c: Layer already exists 21:24:04 31933adea43e: Layer already exists 21:24:04 50877a18a385: Layer already exists 21:24:04 e3b71d7ee5b5: Layer already exists 21:24:04 aa5968d388b8: Layer already exists 21:24:04 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:05 + 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 21:24:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main 21:24:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper] 21:24:05 50877a18a385: Preparing 21:24:05 ceacbaaf1921: Preparing 21:24:05 f28d8837dc6c: Preparing 21:24:05 1d5497d9a569: Preparing 21:24:05 31933adea43e: Preparing 21:24:05 e3b71d7ee5b5: Preparing 21:24:05 aa5968d388b8: Preparing 21:24:05 e3b71d7ee5b5: Waiting 21:24:05 aa5968d388b8: Waiting 21:24:05 1d5497d9a569: Layer already exists 21:24:05 ceacbaaf1921: Layer already exists 21:24:05 f28d8837dc6c: Layer already exists 21:24:05 31933adea43e: Layer already exists 21:24:05 50877a18a385: Layer already exists 21:24:05 e3b71d7ee5b5: Layer already exists 21:24:05 aa5968d388b8: Layer already exists 21:24:05 main: digest: sha256:306b6dc45b548e59382bf86ca17e1c8a2c658c7364548511d3297135c2b851ab size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:05 ===================================================== [Pipeline] echo 21:24:05 taggedImages: 21:24:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:latest 21:24:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:3.0.0-dev.75 21:24:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:05 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper:main [Pipeline] echo 21:24:05 [edgeXDocker.push] Tagging docker image core-data with the following tags: 21:24:05 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:05 latest 21:24:05 3.0.0-dev.75 21:24:05 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:05 main 21:24:05 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:05 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:06 + docker push nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:24:06 b60b35e422d4: Preparing 21:24:06 35386d8e95bc: Preparing 21:24:06 31933adea43e: Preparing 21:24:06 35bed3c4dfef: Preparing 21:24:06 aa5968d388b8: Preparing 21:24:06 aa5968d388b8: Layer already exists 21:24:06 31933adea43e: Layer already exists 21:24:06 b60b35e422d4: Pushed 21:24:06 35bed3c4dfef: Pushed 21:24:08 35386d8e95bc: Pushed 21:24:08 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:08 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:08 + docker push nexus3.edgexfoundry.org:10004/core-data:latest 21:24:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:24:08 b60b35e422d4: Preparing 21:24:08 35386d8e95bc: Preparing 21:24:08 31933adea43e: Preparing 21:24:08 35bed3c4dfef: Preparing 21:24:08 aa5968d388b8: Preparing 21:24:08 31933adea43e: Layer already exists 21:24:08 aa5968d388b8: Layer already exists 21:24:08 b60b35e422d4: Layer already exists 21:24:08 35bed3c4dfef: Layer already exists 21:24:08 35386d8e95bc: Layer already exists 21:24:08 latest: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker push nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 21:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:24:09 b60b35e422d4: Preparing 21:24:09 35386d8e95bc: Preparing 21:24:09 31933adea43e: Preparing 21:24:09 35bed3c4dfef: Preparing 21:24:09 aa5968d388b8: Preparing 21:24:09 b60b35e422d4: Layer already exists 21:24:09 35386d8e95bc: Layer already exists 21:24:09 31933adea43e: Layer already exists 21:24:09 35bed3c4dfef: Layer already exists 21:24:09 aa5968d388b8: Layer already exists 21:24:09 3.0.0-dev.75: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:09 + docker push nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:09 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:24:09 b60b35e422d4: Preparing 21:24:09 35386d8e95bc: Preparing 21:24:09 31933adea43e: Preparing 21:24:09 35bed3c4dfef: Preparing 21:24:09 aa5968d388b8: Preparing 21:24:09 aa5968d388b8: Layer already exists 21:24:09 35386d8e95bc: Layer already exists 21:24:09 b60b35e422d4: Layer already exists 21:24:09 35bed3c4dfef: Layer already exists 21:24:09 31933adea43e: Layer already exists 21:24:09 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:10 + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:10 + docker push nexus3.edgexfoundry.org:10004/core-data:main 21:24:10 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] 21:24:10 b60b35e422d4: Preparing 21:24:10 35386d8e95bc: Preparing 21:24:10 31933adea43e: Preparing 21:24:10 35bed3c4dfef: Preparing 21:24:10 aa5968d388b8: Preparing 21:24:10 aa5968d388b8: Layer already exists 21:24:10 35bed3c4dfef: Layer already exists 21:24:10 31933adea43e: Layer already exists 21:24:10 35386d8e95bc: Layer already exists 21:24:10 b60b35e422d4: Layer already exists 21:24:10 main: digest: sha256:81b17ecff4e54ca5287bf334c563c17a6eef9212c93e3819eb446d2ff1d814c6 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:10 ===================================================== [Pipeline] echo 21:24:10 taggedImages: 21:24:10 - nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:10 - nexus3.edgexfoundry.org:10004/core-data:latest 21:24:10 - nexus3.edgexfoundry.org:10004/core-data:3.0.0-dev.75 21:24:10 - nexus3.edgexfoundry.org:10004/core-data:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:10 - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo 21:24:10 [edgeXDocker.push] Tagging docker image core-metadata with the following tags: 21:24:10 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:10 latest 21:24:10 3.0.0-dev.75 21:24:10 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:10 main 21:24:10 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:10 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:11 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:11 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:24:11 b435f8f048fd: Preparing 21:24:11 f9fb73fb09b2: Preparing 21:24:11 dc59d05adc22: Preparing 21:24:11 31933adea43e: Preparing 21:24:11 0c2826e69e30: Preparing 21:24:11 aa5968d388b8: Preparing 21:24:11 31933adea43e: Layer already exists 21:24:11 0c2826e69e30: Layer already exists 21:24:11 aa5968d388b8: Layer already exists 21:24:11 b435f8f048fd: Pushed 21:24:11 f9fb73fb09b2: Pushed 21:24:12 dc59d05adc22: Pushed 21:24:12 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:12 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest 21:24:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:24:13 b435f8f048fd: Preparing 21:24:13 f9fb73fb09b2: Preparing 21:24:13 dc59d05adc22: Preparing 21:24:13 31933adea43e: Preparing 21:24:13 0c2826e69e30: Preparing 21:24:13 aa5968d388b8: Preparing 21:24:13 aa5968d388b8: Waiting 21:24:13 b435f8f048fd: Layer already exists 21:24:13 f9fb73fb09b2: Layer already exists 21:24:13 31933adea43e: Layer already exists 21:24:13 dc59d05adc22: Layer already exists 21:24:13 0c2826e69e30: Layer already exists 21:24:13 aa5968d388b8: Layer already exists 21:24:13 latest: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:13 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:13 + docker push nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 21:24:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:24:13 b435f8f048fd: Preparing 21:24:13 f9fb73fb09b2: Preparing 21:24:13 dc59d05adc22: Preparing 21:24:13 31933adea43e: Preparing 21:24:13 0c2826e69e30: Preparing 21:24:13 aa5968d388b8: Preparing 21:24:13 0c2826e69e30: Layer already exists 21:24:13 dc59d05adc22: Layer already exists 21:24:13 31933adea43e: Layer already exists 21:24:13 f9fb73fb09b2: Layer already exists 21:24:13 b435f8f048fd: Layer already exists 21:24:13 aa5968d388b8: Layer already exists 21:24:13 3.0.0-dev.75: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:14 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:14 + docker push nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:24:14 b435f8f048fd: Preparing 21:24:14 f9fb73fb09b2: Preparing 21:24:14 dc59d05adc22: Preparing 21:24:14 31933adea43e: Preparing 21:24:14 0c2826e69e30: Preparing 21:24:14 aa5968d388b8: Preparing 21:24:14 aa5968d388b8: Waiting 21:24:14 0c2826e69e30: Layer already exists 21:24:14 31933adea43e: Layer already exists 21:24:14 b435f8f048fd: Layer already exists 21:24:14 f9fb73fb09b2: Layer already exists 21:24:14 dc59d05adc22: Layer already exists 21:24:14 aa5968d388b8: Layer already exists 21:24:14 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:15 + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata:main 21:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] 21:24:15 b435f8f048fd: Preparing 21:24:15 f9fb73fb09b2: Preparing 21:24:15 dc59d05adc22: Preparing 21:24:15 31933adea43e: Preparing 21:24:15 0c2826e69e30: Preparing 21:24:15 aa5968d388b8: Preparing 21:24:15 aa5968d388b8: Waiting 21:24:15 0c2826e69e30: Layer already exists 21:24:15 dc59d05adc22: Layer already exists 21:24:15 b435f8f048fd: Layer already exists 21:24:15 31933adea43e: Layer already exists 21:24:15 f9fb73fb09b2: Layer already exists 21:24:15 aa5968d388b8: Layer already exists 21:24:15 main: digest: sha256:8b398b108f69a28e3cab3c8b42f897a633d62cd7873e0d2348caeae238de51a2 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:15 ===================================================== [Pipeline] echo 21:24:15 taggedImages: 21:24:15 - nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:15 - nexus3.edgexfoundry.org:10004/core-metadata:latest 21:24:15 - nexus3.edgexfoundry.org:10004/core-metadata:3.0.0-dev.75 21:24:15 - nexus3.edgexfoundry.org:10004/core-metadata:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:15 - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo 21:24:15 [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: 21:24:15 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:15 latest 21:24:15 3.0.0-dev.75 21:24:15 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:15 main 21:24:15 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:15 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:16 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:16 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:24:16 ef2055b4c6d1: Preparing 21:24:16 ef2055b4c6d1: Preparing 21:24:16 c7441c6b2db1: Preparing 21:24:16 549140e3b963: Preparing 21:24:16 2d0f47d4eb7d: Preparing 21:24:16 23580bc2e2ad: Preparing 21:24:16 737e836b8a4e: Preparing 21:24:16 31933adea43e: Preparing 21:24:16 16bdbed19b6d: Preparing 21:24:16 357608c0ba2d: Preparing 21:24:16 1f6b1e560536: Preparing 21:24:16 672373edb85a: Preparing 21:24:16 aa5968d388b8: Preparing 21:24:16 16bdbed19b6d: Waiting 21:24:16 357608c0ba2d: Waiting 21:24:16 737e836b8a4e: Waiting 21:24:16 1f6b1e560536: Waiting 21:24:16 672373edb85a: Waiting 21:24:16 aa5968d388b8: Waiting 21:24:16 31933adea43e: Waiting 21:24:16 2d0f47d4eb7d: Pushed 21:24:16 23580bc2e2ad: Pushed 21:24:16 549140e3b963: Pushed 21:24:16 c7441c6b2db1: Pushed 21:24:16 ef2055b4c6d1: Pushed 21:24:16 31933adea43e: Layer already exists 21:24:16 357608c0ba2d: Pushed 21:24:16 672373edb85a: Pushed 21:24:16 1f6b1e560536: Pushed 21:24:16 16bdbed19b6d: Pushed 21:24:16 aa5968d388b8: Layer already exists 21:24:17 737e836b8a4e: Pushed 21:24:17 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:24:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:24:18 ef2055b4c6d1: Preparing 21:24:18 ef2055b4c6d1: Preparing 21:24:18 c7441c6b2db1: Preparing 21:24:18 549140e3b963: Preparing 21:24:18 2d0f47d4eb7d: Preparing 21:24:18 23580bc2e2ad: Preparing 21:24:18 737e836b8a4e: Preparing 21:24:18 31933adea43e: Preparing 21:24:18 16bdbed19b6d: Preparing 21:24:18 357608c0ba2d: Preparing 21:24:18 1f6b1e560536: Preparing 21:24:18 672373edb85a: Preparing 21:24:18 aa5968d388b8: Preparing 21:24:18 16bdbed19b6d: Waiting 21:24:18 31933adea43e: Waiting 21:24:18 1f6b1e560536: Waiting 21:24:18 672373edb85a: Waiting 21:24:18 737e836b8a4e: Waiting 21:24:18 aa5968d388b8: Waiting 21:24:18 549140e3b963: Layer already exists 21:24:18 23580bc2e2ad: Layer already exists 21:24:18 2d0f47d4eb7d: Layer already exists 21:24:18 ef2055b4c6d1: Layer already exists 21:24:18 c7441c6b2db1: Layer already exists 21:24:18 737e836b8a4e: Layer already exists 21:24:18 16bdbed19b6d: Layer already exists 21:24:18 31933adea43e: Layer already exists 21:24:18 357608c0ba2d: Layer already exists 21:24:18 1f6b1e560536: Layer already exists 21:24:18 672373edb85a: Layer already exists 21:24:18 aa5968d388b8: Layer already exists 21:24:18 latest: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:18 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:18 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 21:24:18 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:24:18 ef2055b4c6d1: Preparing 21:24:18 ef2055b4c6d1: Preparing 21:24:18 c7441c6b2db1: Preparing 21:24:18 549140e3b963: Preparing 21:24:18 2d0f47d4eb7d: Preparing 21:24:18 23580bc2e2ad: Preparing 21:24:18 737e836b8a4e: Preparing 21:24:18 31933adea43e: Preparing 21:24:18 16bdbed19b6d: Preparing 21:24:18 357608c0ba2d: Preparing 21:24:18 1f6b1e560536: Preparing 21:24:18 672373edb85a: Preparing 21:24:18 aa5968d388b8: Preparing 21:24:18 737e836b8a4e: Waiting 21:24:18 31933adea43e: Waiting 21:24:18 16bdbed19b6d: Waiting 21:24:18 357608c0ba2d: Waiting 21:24:18 1f6b1e560536: Waiting 21:24:18 672373edb85a: Waiting 21:24:18 aa5968d388b8: Waiting 21:24:18 ef2055b4c6d1: Layer already exists 21:24:18 2d0f47d4eb7d: Layer already exists 21:24:18 23580bc2e2ad: Layer already exists 21:24:18 c7441c6b2db1: Layer already exists 21:24:18 549140e3b963: Layer already exists 21:24:18 737e836b8a4e: Layer already exists 21:24:18 31933adea43e: Layer already exists 21:24:18 16bdbed19b6d: Layer already exists 21:24:18 357608c0ba2d: Layer already exists 21:24:18 1f6b1e560536: Layer already exists 21:24:18 672373edb85a: Layer already exists 21:24:18 aa5968d388b8: Layer already exists 21:24:18 3.0.0-dev.75: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:19 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:24:19 ef2055b4c6d1: Preparing 21:24:19 ef2055b4c6d1: Preparing 21:24:19 c7441c6b2db1: Preparing 21:24:19 549140e3b963: Preparing 21:24:19 2d0f47d4eb7d: Preparing 21:24:19 23580bc2e2ad: Preparing 21:24:19 737e836b8a4e: Preparing 21:24:19 31933adea43e: Preparing 21:24:19 16bdbed19b6d: Preparing 21:24:19 357608c0ba2d: Preparing 21:24:19 1f6b1e560536: Preparing 21:24:19 672373edb85a: Preparing 21:24:19 aa5968d388b8: Preparing 21:24:19 16bdbed19b6d: Waiting 21:24:19 357608c0ba2d: Waiting 21:24:19 1f6b1e560536: Waiting 21:24:19 672373edb85a: Waiting 21:24:19 737e836b8a4e: Waiting 21:24:19 31933adea43e: Waiting 21:24:19 549140e3b963: Layer already exists 21:24:19 ef2055b4c6d1: Layer already exists 21:24:19 2d0f47d4eb7d: Layer already exists 21:24:19 c7441c6b2db1: Layer already exists 21:24:19 23580bc2e2ad: Layer already exists 21:24:19 737e836b8a4e: Layer already exists 21:24:19 16bdbed19b6d: Layer already exists 21:24:19 31933adea43e: Layer already exists 21:24:19 1f6b1e560536: Layer already exists 21:24:19 357608c0ba2d: Layer already exists 21:24:19 672373edb85a: Layer already exists 21:24:19 aa5968d388b8: Layer already exists 21:24:19 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:19 + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:20 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main 21:24:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] 21:24:20 ef2055b4c6d1: Preparing 21:24:20 ef2055b4c6d1: Preparing 21:24:20 c7441c6b2db1: Preparing 21:24:20 549140e3b963: Preparing 21:24:20 2d0f47d4eb7d: Preparing 21:24:20 23580bc2e2ad: Preparing 21:24:20 737e836b8a4e: Preparing 21:24:20 31933adea43e: Preparing 21:24:20 16bdbed19b6d: Preparing 21:24:20 357608c0ba2d: Preparing 21:24:20 1f6b1e560536: Preparing 21:24:20 672373edb85a: Preparing 21:24:20 aa5968d388b8: Preparing 21:24:20 737e836b8a4e: Waiting 21:24:20 31933adea43e: Waiting 21:24:20 16bdbed19b6d: Waiting 21:24:20 357608c0ba2d: Waiting 21:24:20 1f6b1e560536: Waiting 21:24:20 672373edb85a: Waiting 21:24:20 aa5968d388b8: Waiting 21:24:20 c7441c6b2db1: Layer already exists 21:24:20 2d0f47d4eb7d: Layer already exists 21:24:20 23580bc2e2ad: Layer already exists 21:24:20 549140e3b963: Layer already exists 21:24:20 ef2055b4c6d1: Layer already exists 21:24:20 737e836b8a4e: Layer already exists 21:24:20 31933adea43e: Layer already exists 21:24:20 16bdbed19b6d: Layer already exists 21:24:20 357608c0ba2d: Layer already exists 21:24:20 1f6b1e560536: Layer already exists 21:24:20 672373edb85a: Layer already exists 21:24:20 aa5968d388b8: Layer already exists 21:24:20 main: digest: sha256:2f03df5ec109bde7cfa323bd7db0566404649c2c1364fa6f3da7f4bcc64c2cdd size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:20 ===================================================== [Pipeline] echo 21:24:20 taggedImages: 21:24:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest 21:24:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:3.0.0-dev.75 21:24:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:20 - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo 21:24:20 [edgeXDocker.push] Tagging docker image security-proxy-auth with the following tags: 21:24:20 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:20 latest 21:24:20 3.0.0-dev.75 21:24:20 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:20 main 21:24:20 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:20 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:20 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:24:20 efc9934c9f78: Preparing 21:24:20 61a60d26bd0c: Preparing 21:24:20 c81958db1d7d: Preparing 21:24:20 80eaafb4d43f: Preparing 21:24:20 31933adea43e: Preparing 21:24:20 3706f0c1d4af: Preparing 21:24:20 aa5968d388b8: Preparing 21:24:20 3706f0c1d4af: Waiting 21:24:20 aa5968d388b8: Waiting 21:24:20 31933adea43e: Layer already exists 21:24:20 61a60d26bd0c: Pushed 21:24:20 efc9934c9f78: Pushed 21:24:20 c81958db1d7d: Pushed 21:24:20 3706f0c1d4af: Pushed 21:24:21 aa5968d388b8: Layer already exists 21:24:22 80eaafb4d43f: Pushed 21:24:22 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:22 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:24:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:24:22 efc9934c9f78: Preparing 21:24:22 61a60d26bd0c: Preparing 21:24:22 c81958db1d7d: Preparing 21:24:22 80eaafb4d43f: Preparing 21:24:22 31933adea43e: Preparing 21:24:22 3706f0c1d4af: Preparing 21:24:22 aa5968d388b8: Preparing 21:24:22 3706f0c1d4af: Waiting 21:24:22 aa5968d388b8: Waiting 21:24:22 31933adea43e: Layer already exists 21:24:22 80eaafb4d43f: Layer already exists 21:24:22 61a60d26bd0c: Layer already exists 21:24:22 c81958db1d7d: Layer already exists 21:24:22 efc9934c9f78: Layer already exists 21:24:22 3706f0c1d4af: Layer already exists 21:24:22 aa5968d388b8: Layer already exists 21:24:22 latest: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:22 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 21:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:24:23 efc9934c9f78: Preparing 21:24:23 61a60d26bd0c: Preparing 21:24:23 c81958db1d7d: Preparing 21:24:23 80eaafb4d43f: Preparing 21:24:23 31933adea43e: Preparing 21:24:23 3706f0c1d4af: Preparing 21:24:23 aa5968d388b8: Preparing 21:24:23 3706f0c1d4af: Waiting 21:24:23 80eaafb4d43f: Layer already exists 21:24:23 efc9934c9f78: Layer already exists 21:24:23 61a60d26bd0c: Layer already exists 21:24:23 31933adea43e: Layer already exists 21:24:23 c81958db1d7d: Layer already exists 21:24:23 3706f0c1d4af: Layer already exists 21:24:23 aa5968d388b8: Layer already exists 21:24:23 3.0.0-dev.75: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:23 Removing intermediate container 1a9db54cca93 21:24:23 ---> 614e910e1e9a 21:24:23 Step 8/22 : COPY . . 21:24:23 Removing intermediate container 07e205431d80 21:24:23 ---> eae78749a645 21:24:23 Step 8/22 : COPY . . 21:24:23 Removing intermediate container ab0e55bfa691 21:24:23 ---> 9e00ad38e553 21:24:23 Step 7/19 : COPY . . 21:24:23 Removing intermediate container b4da307021f8 21:24:23 ---> e7cce35faa1e 21:24:23 Step 8/22 : COPY . . 21:24:23 Removing intermediate container d0d084928841 21:24:23 ---> f67ea7f1869a 21:24:23 Step 7/21 : COPY . . 21:24:23 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:23 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:24:23 efc9934c9f78: Preparing 21:24:23 61a60d26bd0c: Preparing 21:24:23 c81958db1d7d: Preparing 21:24:23 80eaafb4d43f: Preparing 21:24:23 31933adea43e: Preparing 21:24:23 3706f0c1d4af: Preparing 21:24:23 aa5968d388b8: Preparing 21:24:23 3706f0c1d4af: Waiting 21:24:23 aa5968d388b8: Waiting 21:24:23 61a60d26bd0c: Layer already exists 21:24:23 c81958db1d7d: Layer already exists 21:24:23 31933adea43e: Layer already exists 21:24:23 efc9934c9f78: Layer already exists 21:24:23 80eaafb4d43f: Layer already exists 21:24:23 3706f0c1d4af: Layer already exists 21:24:23 aa5968d388b8: Layer already exists 21:24:23 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:24 + docker tag security-proxy-auth nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:24 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth:main 21:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth] 21:24:24 efc9934c9f78: Preparing 21:24:24 61a60d26bd0c: Preparing 21:24:24 c81958db1d7d: Preparing 21:24:24 80eaafb4d43f: Preparing 21:24:24 31933adea43e: Preparing 21:24:24 3706f0c1d4af: Preparing 21:24:24 aa5968d388b8: Preparing 21:24:24 3706f0c1d4af: Waiting 21:24:24 aa5968d388b8: Waiting 21:24:24 61a60d26bd0c: Layer already exists 21:24:24 80eaafb4d43f: Layer already exists 21:24:24 efc9934c9f78: Layer already exists 21:24:24 c81958db1d7d: Layer already exists 21:24:24 31933adea43e: Layer already exists 21:24:24 aa5968d388b8: Layer already exists 21:24:24 3706f0c1d4af: Layer already exists 21:24:24 main: digest: sha256:dc76270216de139f61c14b21274fceef604966b62f826065da0ae492cebfb6d6 size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:24 ===================================================== [Pipeline] echo 21:24:24 taggedImages: 21:24:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth:latest 21:24:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth:3.0.0-dev.75 21:24:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:24 - nexus3.edgexfoundry.org:10004/security-proxy-auth:main [Pipeline] echo 21:24:24 [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: 21:24:24 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:24 latest 21:24:24 3.0.0-dev.75 21:24:24 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:24 main 21:24:24 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:24 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:25 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:25 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:24:25 09ac07efa073: Preparing 21:24:25 0ac04ee40ae0: Preparing 21:24:25 c51547fb39cc: Preparing 21:24:25 fddc15052840: Preparing 21:24:25 6124e172a8f0: Preparing 21:24:25 b83fdbd551e8: Preparing 21:24:25 fc33d8bf77eb: Preparing 21:24:25 aa5968d388b8: Preparing 21:24:25 b83fdbd551e8: Waiting 21:24:25 fc33d8bf77eb: Waiting 21:24:25 aa5968d388b8: Waiting 21:24:25 09ac07efa073: Pushed 21:24:25 6124e172a8f0: Pushed 21:24:25 0ac04ee40ae0: Pushed 21:24:25 aa5968d388b8: Layer already exists 21:24:25 b83fdbd551e8: Pushed 21:24:25 fc33d8bf77eb: Pushed 21:24:25 fddc15052840: Pushed 21:24:26 c51547fb39cc: Pushed 21:24:26 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:26 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:26 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:24:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:24:26 09ac07efa073: Preparing 21:24:26 0ac04ee40ae0: Preparing 21:24:26 c51547fb39cc: Preparing 21:24:26 fddc15052840: Preparing 21:24:26 6124e172a8f0: Preparing 21:24:26 b83fdbd551e8: Preparing 21:24:26 fc33d8bf77eb: Preparing 21:24:26 aa5968d388b8: Preparing 21:24:26 b83fdbd551e8: Waiting 21:24:26 fc33d8bf77eb: Waiting 21:24:26 aa5968d388b8: Waiting 21:24:26 c51547fb39cc: Layer already exists 21:24:26 fddc15052840: Layer already exists 21:24:26 6124e172a8f0: Layer already exists 21:24:26 0ac04ee40ae0: Layer already exists 21:24:26 09ac07efa073: Layer already exists 21:24:26 b83fdbd551e8: Layer already exists 21:24:26 fc33d8bf77eb: Layer already exists 21:24:26 aa5968d388b8: Layer already exists 21:24:26 latest: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:27 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 21:24:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:24:27 09ac07efa073: Preparing 21:24:27 0ac04ee40ae0: Preparing 21:24:27 c51547fb39cc: Preparing 21:24:27 fddc15052840: Preparing 21:24:27 6124e172a8f0: Preparing 21:24:27 b83fdbd551e8: Preparing 21:24:27 fc33d8bf77eb: Preparing 21:24:27 aa5968d388b8: Preparing 21:24:27 b83fdbd551e8: Waiting 21:24:27 aa5968d388b8: Waiting 21:24:27 fc33d8bf77eb: Waiting 21:24:27 0ac04ee40ae0: Layer already exists 21:24:27 09ac07efa073: Layer already exists 21:24:27 c51547fb39cc: Layer already exists 21:24:27 fddc15052840: Layer already exists 21:24:27 6124e172a8f0: Layer already exists 21:24:27 b83fdbd551e8: Layer already exists 21:24:27 fc33d8bf77eb: Layer already exists 21:24:27 aa5968d388b8: Layer already exists 21:24:27 3.0.0-dev.75: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:27 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:27 ---> b29aea32797a 21:24:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:24:27 ---> Running in 79cb0ae1c75f 21:24:27 ---> 86b39230431b 21:24:27 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 21:24:27 ---> 7dd906a853c8 21:24:27 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 21:24:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:24:28 09ac07efa073: Preparing 21:24:28 0ac04ee40ae0: Preparing 21:24:28 c51547fb39cc: Preparing 21:24:28 fddc15052840: Preparing 21:24:28 6124e172a8f0: Preparing 21:24:28 b83fdbd551e8: Preparing 21:24:28 fc33d8bf77eb: Preparing 21:24:28 aa5968d388b8: Preparing 21:24:28 b83fdbd551e8: Waiting 21:24:28 fc33d8bf77eb: Waiting 21:24:28 aa5968d388b8: Waiting 21:24:28 09ac07efa073: Layer already exists 21:24:28 6124e172a8f0: Layer already exists 21:24:28 0ac04ee40ae0: Layer already exists 21:24:28 fddc15052840: Layer already exists 21:24:28 c51547fb39cc: Layer already exists 21:24:28 fc33d8bf77eb: Layer already exists 21:24:28 b83fdbd551e8: Layer already exists 21:24:28 aa5968d388b8: Layer already exists 21:24:28 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:28 ---> Running in 1f32abaafa7e 21:24:28 ---> 19d8403506e9 21:24:28 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/security-proxy-auth/security-proxy-auth 21:24:28 ---> Running in 4b9fba3f4807 21:24:28 + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } 21:24:28 ---> 21c9716da0e7 21:24:28 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:24:28 ---> Running in 08a209db6175 [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:28 ---> Running in c250f9b0176f 21:24:28 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main 21:24:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] 21:24:28 09ac07efa073: Preparing 21:24:28 0ac04ee40ae0: Preparing 21:24:28 c51547fb39cc: Preparing 21:24:28 fddc15052840: Preparing 21:24:28 6124e172a8f0: Preparing 21:24:28 b83fdbd551e8: Preparing 21:24:28 fc33d8bf77eb: Preparing 21:24:28 aa5968d388b8: Preparing 21:24:28 b83fdbd551e8: Waiting 21:24:28 fc33d8bf77eb: Waiting 21:24:28 aa5968d388b8: Waiting 21:24:28 6124e172a8f0: Layer already exists 21:24:28 c51547fb39cc: Layer already exists 21:24:28 fddc15052840: Layer already exists 21:24:28 0ac04ee40ae0: Layer already exists 21:24:28 09ac07efa073: Layer already exists 21:24:28 fc33d8bf77eb: Layer already exists 21:24:28 b83fdbd551e8: Layer already exists 21:24:28 aa5968d388b8: Layer already exists 21:24:28 main: digest: sha256:84ac2d248e5254b4a99a2822bc7dfcc9faae2f675733005b72cc42f8877ec431 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:28 ===================================================== [Pipeline] echo 21:24:28 taggedImages: 21:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest 21:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:3.0.0-dev.75 21:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:28 - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo 21:24:28 [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: 21:24:28 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:28 latest 21:24:28 3.0.0-dev.75 21:24:28 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:28 main 21:24:28 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:29 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:29 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:24:29 eb0b5c83d1dc: Preparing 21:24:29 7964b3585eae: Preparing 21:24:29 1d798e339e61: Preparing 21:24:29 fa02e0db613f: Preparing 21:24:29 5621df0e4f9a: Preparing 21:24:29 828a60ca5646: Preparing 21:24:29 cebc6f5654e2: Preparing 21:24:29 094909488da8: Preparing 21:24:29 a9ae917f44d7: Preparing 21:24:29 aa5968d388b8: Preparing 21:24:29 aa5968d388b8: Waiting 21:24:29 828a60ca5646: Waiting 21:24:29 094909488da8: Waiting 21:24:29 a9ae917f44d7: Waiting 21:24:29 cebc6f5654e2: Waiting 21:24:29 5621df0e4f9a: Pushed 21:24:29 eb0b5c83d1dc: Pushed 21:24:29 7964b3585eae: Pushed 21:24:29 828a60ca5646: Pushed 21:24:29 cebc6f5654e2: Pushed 21:24:29 094909488da8: Pushed 21:24:29 aa5968d388b8: Layer already exists 21:24:29 a9ae917f44d7: Pushed 21:24:30 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:24:30 fa02e0db613f: Pushed 21:24:30 1d798e339e61: Pushed 21:24:30 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:31 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper 21:24:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth 21:24:31 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:24:31 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:24:31 eb0b5c83d1dc: Preparing 21:24:31 7964b3585eae: Preparing 21:24:31 1d798e339e61: Preparing 21:24:31 fa02e0db613f: Preparing 21:24:31 5621df0e4f9a: Preparing 21:24:31 828a60ca5646: Preparing 21:24:31 cebc6f5654e2: Preparing 21:24:31 094909488da8: Preparing 21:24:31 a9ae917f44d7: Preparing 21:24:31 aa5968d388b8: Preparing 21:24:31 828a60ca5646: Waiting 21:24:31 a9ae917f44d7: Waiting 21:24:31 aa5968d388b8: Waiting 21:24:31 cebc6f5654e2: Waiting 21:24:31 094909488da8: Waiting 21:24:31 7964b3585eae: Layer already exists 21:24:31 1d798e339e61: Layer already exists 21:24:31 5621df0e4f9a: Layer already exists 21:24:31 eb0b5c83d1dc: Layer already exists 21:24:31 fa02e0db613f: Layer already exists 21:24:31 cebc6f5654e2: Layer already exists 21:24:31 094909488da8: Layer already exists 21:24:31 828a60ca5646: Layer already exists 21:24:31 aa5968d388b8: Layer already exists 21:24:31 a9ae917f44d7: Layer already exists 21:24:31 latest: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider 21:24:31 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:31 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:24:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 21:24:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:24:32 eb0b5c83d1dc: Preparing 21:24:32 7964b3585eae: Preparing 21:24:32 1d798e339e61: Preparing 21:24:32 fa02e0db613f: Preparing 21:24:32 5621df0e4f9a: Preparing 21:24:32 828a60ca5646: Preparing 21:24:32 cebc6f5654e2: Preparing 21:24:32 094909488da8: Preparing 21:24:32 a9ae917f44d7: Preparing 21:24:32 aa5968d388b8: Preparing 21:24:32 a9ae917f44d7: Waiting 21:24:32 094909488da8: Waiting 21:24:32 828a60ca5646: Waiting 21:24:32 cebc6f5654e2: Waiting 21:24:32 aa5968d388b8: Waiting 21:24:32 fa02e0db613f: Layer already exists 21:24:32 7964b3585eae: Layer already exists 21:24:32 5621df0e4f9a: Layer already exists 21:24:32 1d798e339e61: Layer already exists 21:24:32 cebc6f5654e2: Layer already exists 21:24:32 eb0b5c83d1dc: Layer already exists 21:24:32 094909488da8: Layer already exists 21:24:32 828a60ca5646: Layer already exists 21:24:32 a9ae917f44d7: Layer already exists 21:24:32 aa5968d388b8: Layer already exists 21:24:32 3.0.0-dev.75: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:32 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:32 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:24:32 eb0b5c83d1dc: Preparing 21:24:32 7964b3585eae: Preparing 21:24:32 1d798e339e61: Preparing 21:24:32 fa02e0db613f: Preparing 21:24:32 5621df0e4f9a: Preparing 21:24:32 828a60ca5646: Preparing 21:24:32 cebc6f5654e2: Preparing 21:24:32 094909488da8: Preparing 21:24:32 a9ae917f44d7: Preparing 21:24:32 aa5968d388b8: Preparing 21:24:32 cebc6f5654e2: Waiting 21:24:32 094909488da8: Waiting 21:24:32 a9ae917f44d7: Waiting 21:24:32 aa5968d388b8: Waiting 21:24:32 1d798e339e61: Layer already exists 21:24:32 5621df0e4f9a: Layer already exists 21:24:32 eb0b5c83d1dc: Layer already exists 21:24:32 7964b3585eae: Layer already exists 21:24:32 fa02e0db613f: Layer already exists 21:24:32 828a60ca5646: Layer already exists 21:24:32 cebc6f5654e2: Layer already exists 21:24:32 094909488da8: Layer already exists 21:24:32 a9ae917f44d7: Layer already exists 21:24:32 aa5968d388b8: Layer already exists 21:24:32 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:32 + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:33 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main 21:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] 21:24:33 eb0b5c83d1dc: Preparing 21:24:33 7964b3585eae: Preparing 21:24:33 1d798e339e61: Preparing 21:24:33 fa02e0db613f: Preparing 21:24:33 5621df0e4f9a: Preparing 21:24:33 828a60ca5646: Preparing 21:24:33 cebc6f5654e2: Preparing 21:24:33 094909488da8: Preparing 21:24:33 a9ae917f44d7: Preparing 21:24:33 aa5968d388b8: Preparing 21:24:33 828a60ca5646: Waiting 21:24:33 cebc6f5654e2: Waiting 21:24:33 094909488da8: Waiting 21:24:33 a9ae917f44d7: Waiting 21:24:33 aa5968d388b8: Waiting 21:24:33 1d798e339e61: Layer already exists 21:24:33 5621df0e4f9a: Layer already exists 21:24:33 eb0b5c83d1dc: Layer already exists 21:24:33 fa02e0db613f: Layer already exists 21:24:33 7964b3585eae: Layer already exists 21:24:33 828a60ca5646: Layer already exists 21:24:33 cebc6f5654e2: Layer already exists 21:24:33 a9ae917f44d7: Layer already exists 21:24:33 094909488da8: Layer already exists 21:24:33 aa5968d388b8: Layer already exists 21:24:33 main: digest: sha256:50ab4870c6a04d5c93c6bd18bad4370480f01663c6f19e25e75bc8a2e51b17e6 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:33 ===================================================== [Pipeline] echo 21:24:33 taggedImages: 21:24:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest 21:24:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:3.0.0-dev.75 21:24:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:33 - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo 21:24:33 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: 21:24:33 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:33 latest 21:24:33 3.0.0-dev.75 21:24:33 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:33 main 21:24:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:33 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:33 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:24:33 2029221f25bd: Preparing 21:24:33 576e7acba099: Preparing 21:24:33 31933adea43e: Preparing 21:24:33 6151526a9068: Preparing 21:24:33 4e6476652798: Preparing 21:24:33 31933adea43e: Layer already exists 21:24:33 4e6476652798: Layer already exists 21:24:33 2029221f25bd: Pushed 21:24:34 6151526a9068: Pushed 21:24:35 576e7acba099: Pushed 21:24:36 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:36 + 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 21:24:36 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:24:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:24:36 2029221f25bd: Preparing 21:24:36 576e7acba099: Preparing 21:24:36 31933adea43e: Preparing 21:24:36 6151526a9068: Preparing 21:24:36 4e6476652798: Preparing 21:24:36 4e6476652798: Layer already exists 21:24:36 576e7acba099: Layer already exists 21:24:36 31933adea43e: Layer already exists 21:24:36 6151526a9068: Layer already exists 21:24:36 2029221f25bd: Layer already exists 21:24:36 latest: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:37 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 21:24:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:24:37 2029221f25bd: Preparing 21:24:37 576e7acba099: Preparing 21:24:37 31933adea43e: Preparing 21:24:37 6151526a9068: Preparing 21:24:37 4e6476652798: Preparing 21:24:37 4e6476652798: Layer already exists 21:24:37 2029221f25bd: Layer already exists 21:24:37 31933adea43e: Layer already exists 21:24:37 6151526a9068: Layer already exists 21:24:37 576e7acba099: Layer already exists 21:24:37 3.0.0-dev.75: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:37 + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:24:38 2029221f25bd: Preparing 21:24:38 576e7acba099: Preparing 21:24:38 31933adea43e: Preparing 21:24:38 6151526a9068: Preparing 21:24:38 4e6476652798: Preparing 21:24:38 4e6476652798: Layer already exists 21:24:38 31933adea43e: Layer already exists 21:24:38 576e7acba099: Layer already exists 21:24:38 2029221f25bd: Layer already exists 21:24:38 6151526a9068: Layer already exists 21:24:38 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:38 + 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 21:24:38 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main 21:24:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] 21:24:38 2029221f25bd: Preparing 21:24:38 576e7acba099: Preparing 21:24:38 31933adea43e: Preparing 21:24:38 6151526a9068: Preparing 21:24:38 4e6476652798: Preparing 21:24:38 576e7acba099: Layer already exists 21:24:38 31933adea43e: Layer already exists 21:24:38 2029221f25bd: Layer already exists 21:24:38 4e6476652798: Layer already exists 21:24:38 6151526a9068: Layer already exists 21:24:38 main: digest: sha256:f375e8b9f4ae81b058a2ab7a9fd7122a8b2c86c0bad044bd6bb095d2982112d5 size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:38 ===================================================== [Pipeline] echo 21:24:38 taggedImages: 21:24:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest 21:24:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:3.0.0-dev.75 21:24:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:38 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo 21:24:38 [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: 21:24:38 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:38 latest 21:24:38 3.0.0-dev.75 21:24:38 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:38 main 21:24:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:39 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:24:39 7975aa26d5da: Preparing 21:24:39 51bc0d4739c6: Preparing 21:24:39 589b726b0bf1: Preparing 21:24:39 b89726301418: Preparing 21:24:39 9ddd8c59caf4: Preparing 21:24:39 3f713bedf94b: Preparing 21:24:39 4e6476652798: Preparing 21:24:39 3f713bedf94b: Waiting 21:24:39 4e6476652798: Waiting 21:24:39 7975aa26d5da: Pushed 21:24:39 589b726b0bf1: Pushed 21:24:39 51bc0d4739c6: Pushed 21:24:39 4e6476652798: Layer already exists 21:24:39 3f713bedf94b: Pushed 21:24:43 9ddd8c59caf4: Pushed 21:24:45 b89726301418: Pushed 21:24:45 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:24:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:24:46 7975aa26d5da: Preparing 21:24:46 51bc0d4739c6: Preparing 21:24:46 589b726b0bf1: Preparing 21:24:46 b89726301418: Preparing 21:24:46 9ddd8c59caf4: Preparing 21:24:46 3f713bedf94b: Preparing 21:24:46 4e6476652798: Preparing 21:24:46 3f713bedf94b: Waiting 21:24:46 4e6476652798: Waiting 21:24:46 51bc0d4739c6: Layer already exists 21:24:46 589b726b0bf1: Layer already exists 21:24:46 9ddd8c59caf4: Layer already exists 21:24:46 b89726301418: Layer already exists 21:24:46 7975aa26d5da: Layer already exists 21:24:46 4e6476652798: Layer already exists 21:24:46 3f713bedf94b: Layer already exists 21:24:46 latest: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:46 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:46 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 21:24:46 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:24:46 7975aa26d5da: Preparing 21:24:46 51bc0d4739c6: Preparing 21:24:46 589b726b0bf1: Preparing 21:24:46 b89726301418: Preparing 21:24:46 9ddd8c59caf4: Preparing 21:24:46 3f713bedf94b: Preparing 21:24:46 4e6476652798: Preparing 21:24:46 3f713bedf94b: Waiting 21:24:46 b89726301418: Layer already exists 21:24:46 9ddd8c59caf4: Layer already exists 21:24:46 7975aa26d5da: Layer already exists 21:24:46 51bc0d4739c6: Layer already exists 21:24:46 589b726b0bf1: Layer already exists 21:24:46 3f713bedf94b: Layer already exists 21:24:46 4e6476652798: Layer already exists 21:24:46 3.0.0-dev.75: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:47 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:47 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:24:47 7975aa26d5da: Preparing 21:24:47 51bc0d4739c6: Preparing 21:24:47 589b726b0bf1: Preparing 21:24:47 b89726301418: Preparing 21:24:47 9ddd8c59caf4: Preparing 21:24:47 3f713bedf94b: Preparing 21:24:47 4e6476652798: Preparing 21:24:47 3f713bedf94b: Waiting 21:24:47 4e6476652798: Waiting 21:24:47 51bc0d4739c6: Layer already exists 21:24:47 9ddd8c59caf4: Layer already exists 21:24:47 b89726301418: Layer already exists 21:24:47 589b726b0bf1: Layer already exists 21:24:47 7975aa26d5da: Layer already exists 21:24:47 3f713bedf94b: Layer already exists 21:24:47 4e6476652798: Layer already exists 21:24:47 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:47 + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main 21:24:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] 21:24:48 7975aa26d5da: Preparing 21:24:48 51bc0d4739c6: Preparing 21:24:48 589b726b0bf1: Preparing 21:24:48 b89726301418: Preparing 21:24:48 9ddd8c59caf4: Preparing 21:24:48 3f713bedf94b: Preparing 21:24:48 4e6476652798: Preparing 21:24:48 3f713bedf94b: Waiting 21:24:48 4e6476652798: Waiting 21:24:48 589b726b0bf1: Layer already exists 21:24:48 7975aa26d5da: Layer already exists 21:24:48 b89726301418: Layer already exists 21:24:48 9ddd8c59caf4: Layer already exists 21:24:48 51bc0d4739c6: Layer already exists 21:24:48 3f713bedf94b: Layer already exists 21:24:48 4e6476652798: Layer already exists 21:24:48 main: digest: sha256:43449380f766d7a3a0f669ef596e28e6b6b3c693a92b9f07af8d1da3cd3b3d8a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:48 ===================================================== [Pipeline] echo 21:24:48 taggedImages: 21:24:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:latest 21:24:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:3.0.0-dev.75 21:24:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:48 - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo 21:24:48 [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: 21:24:48 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:48 latest 21:24:48 3.0.0-dev.75 21:24:48 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:48 main 21:24:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:48 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:48 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:48 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:24:48 817c7023843c: Preparing 21:24:48 e2ee7b8615b2: Preparing 21:24:48 ee365aeb1b8e: Preparing 21:24:48 6210cf5cd6d3: Preparing 21:24:48 cf55bc0a6e79: Preparing 21:24:48 4e6476652798: Preparing 21:24:48 4e6476652798: Waiting 21:24:48 817c7023843c: Pushed 21:24:48 e2ee7b8615b2: Pushed 21:24:48 ee365aeb1b8e: Pushed 21:24:48 4e6476652798: Layer already exists 21:24:49 cf55bc0a6e79: Pushed 21:24:55 6210cf5cd6d3: Pushed 21:24:55 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:24:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:24:56 817c7023843c: Preparing 21:24:56 e2ee7b8615b2: Preparing 21:24:56 ee365aeb1b8e: Preparing 21:24:56 6210cf5cd6d3: Preparing 21:24:56 cf55bc0a6e79: Preparing 21:24:56 4e6476652798: Preparing 21:24:56 4e6476652798: Waiting 21:24:56 e2ee7b8615b2: Layer already exists 21:24:56 817c7023843c: Layer already exists 21:24:56 cf55bc0a6e79: Layer already exists 21:24:56 ee365aeb1b8e: Layer already exists 21:24:56 6210cf5cd6d3: Layer already exists 21:24:56 4e6476652798: Layer already exists 21:24:56 latest: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:56 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:56 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 21:24:56 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:24:56 817c7023843c: Preparing 21:24:56 e2ee7b8615b2: Preparing 21:24:56 ee365aeb1b8e: Preparing 21:24:56 6210cf5cd6d3: Preparing 21:24:56 cf55bc0a6e79: Preparing 21:24:56 4e6476652798: Preparing 21:24:56 4e6476652798: Waiting 21:24:56 ee365aeb1b8e: Layer already exists 21:24:56 817c7023843c: Layer already exists 21:24:56 cf55bc0a6e79: Layer already exists 21:24:56 6210cf5cd6d3: Layer already exists 21:24:56 e2ee7b8615b2: Layer already exists 21:24:56 4e6476652798: Layer already exists 21:24:56 3.0.0-dev.75: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:57 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:57 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:24:57 817c7023843c: Preparing 21:24:57 e2ee7b8615b2: Preparing 21:24:57 ee365aeb1b8e: Preparing 21:24:57 6210cf5cd6d3: Preparing 21:24:57 cf55bc0a6e79: Preparing 21:24:57 4e6476652798: Preparing 21:24:57 4e6476652798: Waiting 21:24:57 e2ee7b8615b2: Layer already exists 21:24:57 cf55bc0a6e79: Layer already exists 21:24:57 ee365aeb1b8e: Layer already exists 21:24:57 6210cf5cd6d3: Layer already exists 21:24:57 817c7023843c: Layer already exists 21:24:57 4e6476652798: Layer already exists 21:24:57 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:57 + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main 21:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] 21:24:58 817c7023843c: Preparing 21:24:58 e2ee7b8615b2: Preparing 21:24:58 ee365aeb1b8e: Preparing 21:24:58 6210cf5cd6d3: Preparing 21:24:58 cf55bc0a6e79: Preparing 21:24:58 4e6476652798: Preparing 21:24:58 4e6476652798: Waiting 21:24:58 6210cf5cd6d3: Layer already exists 21:24:58 817c7023843c: Layer already exists 21:24:58 cf55bc0a6e79: Layer already exists 21:24:58 ee365aeb1b8e: Layer already exists 21:24:58 e2ee7b8615b2: Layer already exists 21:24:58 4e6476652798: Layer already exists 21:24:58 main: digest: sha256:62d3e859b49c4d3fe136320dd874d245dd2de3329d883fa110f83abee3686e93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:24:58 ===================================================== [Pipeline] echo 21:24:58 taggedImages: 21:24:58 - nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:58 - nexus3.edgexfoundry.org:10004/security-spire-config:latest 21:24:58 - nexus3.edgexfoundry.org:10004/security-spire-config:3.0.0-dev.75 21:24:58 - nexus3.edgexfoundry.org:10004/security-spire-config:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:58 - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo 21:24:58 [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: 21:24:58 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:58 latest 21:24:58 3.0.0-dev.75 21:24:58 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:24:58 main 21:24:58 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:58 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:24:58 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:24:58 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:24:58 4d97e0bea953: Preparing 21:24:58 7e40bb56ed07: Preparing 21:24:58 8f0d63042414: Preparing 21:24:58 90df56fc1997: Preparing 21:24:58 dba7c1541abe: Preparing 21:24:58 4e6476652798: Preparing 21:24:58 4e6476652798: Waiting 21:24:58 8f0d63042414: Pushed 21:24:58 7e40bb56ed07: Pushed 21:24:58 4d97e0bea953: Pushed 21:24:59 4e6476652798: Layer already exists 21:24:59 dba7c1541abe: Pushed 21:25:05 90df56fc1997: Pushed 21:25:05 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:05 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:25:06 4d97e0bea953: Preparing 21:25:06 7e40bb56ed07: Preparing 21:25:06 8f0d63042414: Preparing 21:25:06 90df56fc1997: Preparing 21:25:06 dba7c1541abe: Preparing 21:25:06 4e6476652798: Preparing 21:25:06 4e6476652798: Waiting 21:25:06 90df56fc1997: Layer already exists 21:25:06 4d97e0bea953: Layer already exists 21:25:06 7e40bb56ed07: Layer already exists 21:25:06 dba7c1541abe: Layer already exists 21:25:06 4e6476652798: Layer already exists 21:25:06 8f0d63042414: Layer already exists 21:25:06 latest: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:06 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:06 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 21:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:25:06 4d97e0bea953: Preparing 21:25:06 7e40bb56ed07: Preparing 21:25:06 8f0d63042414: Preparing 21:25:06 90df56fc1997: Preparing 21:25:06 dba7c1541abe: Preparing 21:25:06 4e6476652798: Preparing 21:25:06 4e6476652798: Waiting 21:25:06 4d97e0bea953: Layer already exists 21:25:06 90df56fc1997: Layer already exists 21:25:06 8f0d63042414: Layer already exists 21:25:06 7e40bb56ed07: Layer already exists 21:25:06 dba7c1541abe: Layer already exists 21:25:06 4e6476652798: Layer already exists 21:25:06 3.0.0-dev.75: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:07 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:07 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:25:07 4d97e0bea953: Preparing 21:25:07 7e40bb56ed07: Preparing 21:25:07 8f0d63042414: Preparing 21:25:07 90df56fc1997: Preparing 21:25:07 dba7c1541abe: Preparing 21:25:07 4e6476652798: Preparing 21:25:07 4e6476652798: Waiting 21:25:07 7e40bb56ed07: Layer already exists 21:25:07 dba7c1541abe: Layer already exists 21:25:07 8f0d63042414: Layer already exists 21:25:07 4d97e0bea953: Layer already exists 21:25:07 90df56fc1997: Layer already exists 21:25:07 4e6476652798: Layer already exists 21:25:07 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:07 + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:08 + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main 21:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] 21:25:08 4d97e0bea953: Preparing 21:25:08 7e40bb56ed07: Preparing 21:25:08 8f0d63042414: Preparing 21:25:08 90df56fc1997: Preparing 21:25:08 dba7c1541abe: Preparing 21:25:08 4e6476652798: Preparing 21:25:08 8f0d63042414: Layer already exists 21:25:08 7e40bb56ed07: Layer already exists 21:25:08 90df56fc1997: Layer already exists 21:25:08 4d97e0bea953: Layer already exists 21:25:08 dba7c1541abe: Layer already exists 21:25:08 4e6476652798: Layer already exists 21:25:08 main: digest: sha256:3ccce4afd1a7edbb6a8587506dfa40077fb0be32a368af0bf92022cb5196e81f size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:25:08 ===================================================== [Pipeline] echo 21:25:08 taggedImages: 21:25:08 - nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:08 - nexus3.edgexfoundry.org:10004/security-spire-server:latest 21:25:08 - nexus3.edgexfoundry.org:10004/security-spire-server:3.0.0-dev.75 21:25:08 - nexus3.edgexfoundry.org:10004/security-spire-server:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:08 - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo 21:25:08 [edgeXDocker.push] Tagging docker image support-notifications with the following tags: 21:25:08 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:08 latest 21:25:08 3.0.0-dev.75 21:25:08 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:08 main 21:25:08 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:08 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:08 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:08 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:25:08 c1cef76d5039: Preparing 21:25:08 d63d1973d396: Preparing 21:25:08 31933adea43e: Preparing 21:25:08 3ca666a14400: Preparing 21:25:08 aa5968d388b8: Preparing 21:25:08 31933adea43e: Layer already exists 21:25:08 aa5968d388b8: Layer already exists 21:25:08 c1cef76d5039: Pushed 21:25:08 3ca666a14400: Pushed 21:25:11 d63d1973d396: Pushed 21:25:11 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:11 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest 21:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:25:12 c1cef76d5039: Preparing 21:25:12 d63d1973d396: Preparing 21:25:12 31933adea43e: Preparing 21:25:12 3ca666a14400: Preparing 21:25:12 aa5968d388b8: Preparing 21:25:12 c1cef76d5039: Layer already exists 21:25:12 3ca666a14400: Layer already exists 21:25:12 aa5968d388b8: Layer already exists 21:25:12 d63d1973d396: Layer already exists 21:25:12 31933adea43e: Layer already exists 21:25:12 latest: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 21:25:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:25:12 c1cef76d5039: Preparing 21:25:12 d63d1973d396: Preparing 21:25:12 31933adea43e: Preparing 21:25:12 3ca666a14400: Preparing 21:25:12 aa5968d388b8: Preparing 21:25:12 c1cef76d5039: Layer already exists 21:25:12 d63d1973d396: Layer already exists 21:25:12 3ca666a14400: Layer already exists 21:25:12 31933adea43e: Layer already exists 21:25:12 aa5968d388b8: Layer already exists 21:25:12 3.0.0-dev.75: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:12 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:25:13 c1cef76d5039: Preparing 21:25:13 d63d1973d396: Preparing 21:25:13 31933adea43e: Preparing 21:25:13 3ca666a14400: Preparing 21:25:13 aa5968d388b8: Preparing 21:25:13 31933adea43e: Layer already exists 21:25:13 3ca666a14400: Layer already exists 21:25:13 d63d1973d396: Layer already exists 21:25:13 aa5968d388b8: Layer already exists 21:25:13 c1cef76d5039: Layer already exists 21:25:13 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:13 + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications:main 21:25:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] 21:25:13 c1cef76d5039: Preparing 21:25:13 d63d1973d396: Preparing 21:25:13 31933adea43e: Preparing 21:25:13 3ca666a14400: Preparing 21:25:13 aa5968d388b8: Preparing 21:25:13 aa5968d388b8: Layer already exists 21:25:13 3ca666a14400: Layer already exists 21:25:13 d63d1973d396: Layer already exists 21:25:13 c1cef76d5039: Layer already exists 21:25:13 31933adea43e: Layer already exists 21:25:13 main: digest: sha256:614c405195797c868696fc750e7a67af988e327ce47ca3e3d65d2a74605aa0c6 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:25:13 ===================================================== [Pipeline] echo 21:25:13 taggedImages: 21:25:13 - nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:13 - nexus3.edgexfoundry.org:10004/support-notifications:latest 21:25:13 - nexus3.edgexfoundry.org:10004/support-notifications:3.0.0-dev.75 21:25:13 - nexus3.edgexfoundry.org:10004/support-notifications:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:13 - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo 21:25:13 [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: 21:25:13 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:13 latest 21:25:13 3.0.0-dev.75 21:25:13 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:13 main 21:25:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:14 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:25:14 a4eb5fd3c7a6: Preparing 21:25:14 cf6d7ac50862: Preparing 21:25:14 31933adea43e: Preparing 21:25:14 0c2826e69e30: Preparing 21:25:14 aa5968d388b8: Preparing 21:25:14 31933adea43e: Layer already exists 21:25:14 0c2826e69e30: Layer already exists 21:25:14 aa5968d388b8: Layer already exists 21:25:14 a4eb5fd3c7a6: Pushed 21:25:17 cf6d7ac50862: Pushed 21:25:17 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:17 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:25:17 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:25:17 a4eb5fd3c7a6: Preparing 21:25:17 cf6d7ac50862: Preparing 21:25:17 31933adea43e: Preparing 21:25:17 0c2826e69e30: Preparing 21:25:17 aa5968d388b8: Preparing 21:25:17 0c2826e69e30: Layer already exists 21:25:17 a4eb5fd3c7a6: Layer already exists 21:25:17 aa5968d388b8: Layer already exists 21:25:17 cf6d7ac50862: Layer already exists 21:25:17 31933adea43e: Layer already exists 21:25:17 latest: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:17 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 21:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:25:18 a4eb5fd3c7a6: Preparing 21:25:18 cf6d7ac50862: Preparing 21:25:18 31933adea43e: Preparing 21:25:18 0c2826e69e30: Preparing 21:25:18 aa5968d388b8: Preparing 21:25:18 0c2826e69e30: Layer already exists 21:25:18 a4eb5fd3c7a6: Layer already exists 21:25:18 cf6d7ac50862: Layer already exists 21:25:18 31933adea43e: Layer already exists 21:25:18 aa5968d388b8: Layer already exists 21:25:18 3.0.0-dev.75: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:18 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:18 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:18 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:25:18 a4eb5fd3c7a6: Preparing 21:25:18 cf6d7ac50862: Preparing 21:25:18 31933adea43e: Preparing 21:25:18 0c2826e69e30: Preparing 21:25:18 aa5968d388b8: Preparing 21:25:18 31933adea43e: Layer already exists 21:25:18 cf6d7ac50862: Layer already exists 21:25:18 0c2826e69e30: Layer already exists 21:25:18 a4eb5fd3c7a6: Layer already exists 21:25:18 aa5968d388b8: Layer already exists 21:25:18 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:19 + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:25:19 + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main 21:25:19 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] 21:25:19 a4eb5fd3c7a6: Preparing 21:25:19 cf6d7ac50862: Preparing 21:25:19 31933adea43e: Preparing 21:25:19 0c2826e69e30: Preparing 21:25:19 aa5968d388b8: Preparing 21:25:19 a4eb5fd3c7a6: Layer already exists 21:25:19 0c2826e69e30: Layer already exists 21:25:19 aa5968d388b8: Layer already exists 21:25:19 31933adea43e: Layer already exists 21:25:19 cf6d7ac50862: Layer already exists 21:25:19 main: digest: sha256:d00ab997b51ce9e5199bdfe32626924e721dacb9bad1fa17123bf2d2b3819a22 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:25:19 ===================================================== [Pipeline] echo 21:25:19 taggedImages: 21:25:19 - nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:25:19 - nexus3.edgexfoundry.org:10004/support-scheduler:latest 21:25:19 - nexus3.edgexfoundry.org:10004/support-scheduler:3.0.0-dev.75 21:25:19 - nexus3.edgexfoundry.org:10004/support-scheduler:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:25:19 - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:30:23 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config 21:30:36 Removing intermediate container 08a209db6175 21:30:36 ---> e68cda94dd6c 21:30:36 21:30:36 Step 10/22 : FROM alpine:3.16 21:30:36 3.16: Pulling from library/alpine 21:30:36 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 21:30:36 Status: Downloaded newer image for alpine:3.16 21:30:36 ---> 4c81e5bf8899 21:30:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:30:36 ---> Running in 2c27c1e5c91a 21:30:37 Removing intermediate container 2c27c1e5c91a 21:30:37 ---> d531e43ab466 21:30:37 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:30:37 ---> Running in 150fce6554d7 21:30:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:30:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:30:41 (1/1) Installing dumb-init (1.2.5-r1) 21:30:41 Executing busybox-1.35.0-r17.trigger 21:30:41 OK: 5 MiB in 15 packages 21:30:44 Removing intermediate container 150fce6554d7 21:30:44 ---> 397a7a281afc 21:30:44 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:30:45 ---> f7b1eb3dc8fd 21:30:45 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / 21:30:48 ---> af37cde34854 21:30:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.toml /res/configuration.toml 21:30:49 ---> e27e15f29435 21:30:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ 21:30:49 Removing intermediate container c250f9b0176f 21:30:49 ---> 68c33307dd27 21:30:49 21:30:49 Step 9/21 : FROM alpine:3.16 21:30:49 ---> 4c81e5bf8899 21:30:49 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 21:30:49 ---> Running in cf3ab0107be6 21:30:51 ---> 0ff4881a166f 21:30:51 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:30:51 ---> Running in aaf4c70c9930 21:30:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:30:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:30:54 (1/6) Installing ca-certificates (20220614-r0) 21:30:54 (2/6) Installing brotli-libs (1.0.9-r6) 21:30:54 (3/6) Installing nghttp2-libs (1.47.0-r0) 21:30:54 (4/6) Installing libcurl (7.83.1-r6) 21:30:54 (5/6) Installing curl (7.83.1-r6) 21:30:54 (6/6) Installing dumb-init (1.2.5-r1) 21:30:54 Executing busybox-1.35.0-r17.trigger 21:30:54 Removing intermediate container aaf4c70c9930 21:30:54 ---> 57ab64b162cf 21:30:54 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:30:54 Executing ca-certificates-20220614-r0.trigger 21:30:54 ---> Running in bbddb4d8b9cb 21:30:55 OK: 8 MiB in 20 packages 21:30:55 Removing intermediate container bbddb4d8b9cb 21:30:55 ---> 4b87749e5a78 21:30:55 Step 19/22 : CMD ["/security-proxy-auth", "-cp=consul.http://edgex-core-consul:8500"] 21:30:55 ---> Running in 94c81c0851ae 21:30:55 Removing intermediate container 94c81c0851ae 21:30:55 ---> 150332f25077 21:30:55 Step 20/22 : LABEL arch=arm64 21:30:56 ---> Running in a97110741a06 21:30:57 Removing intermediate container a97110741a06 21:30:57 ---> 6003cafc6d58 21:30:57 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:30:57 ---> Running in af3e2d15789a 21:30:57 Removing intermediate container cf3ab0107be6 21:30:57 ---> 901e0412f2b2 21:30:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:30:57 ---> Running in 3064f39585c2 21:30:58 Removing intermediate container af3e2d15789a 21:30:58 ---> 0eb26ac0373f 21:30:58 Step 22/22 : LABEL version=3.0.0-dev.75 21:30:58 ---> Running in d9d86e8bfcdd 21:30:58 Removing intermediate container 3064f39585c2 21:30:58 ---> 6c9a801e9919 21:30:58 Step 12/21 : WORKDIR /edgex 21:30:58 ---> Running in 1c509864fa10 21:30:58 Removing intermediate container d9d86e8bfcdd 21:30:58 ---> 9e5610f999cf 21:30:58 21:30:59 Successfully built 9e5610f999cf 21:30:59 Successfully tagged security-proxy-auth-arm64:latest 21:30:59 Removing intermediate container 1c509864fa10 21:30:59 ---> 4ad1f386b7f6 21:30:59 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:30:59  Building security-proxy-auth ... done Building core-data 21:31:00 ---> 91f6ac5d114e 21:31:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:31:02 ---> 1f0a086da8f6 21:31:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:31:04 ---> d9e179594dbc 21:31:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 21:31:04 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:31:04 ---> a274eeb8e51d 21:31:04 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:31:04 ---> Using cache 21:31:04 ---> 76ff9dfb1fb0 21:31:04 Step 4/22 : WORKDIR /edgex-go 21:31:04 ---> Using cache 21:31:04 ---> a9a64f20e880 21:31:04 Step 5/22 : RUN apk add --update --no-cache make git 21:31:04 ---> Using cache 21:31:04 ---> 8dd51c4a3b6e 21:31:04 Step 6/22 : COPY go.mod vendor* ./ 21:31:04 ---> Using cache 21:31:04 ---> 3deeadcb4f78 21:31:04 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:04 ---> Using cache 21:31:04 ---> 614e910e1e9a 21:31:04 Step 8/22 : COPY . . 21:31:04 ---> Using cache 21:31:04 ---> 7dd906a853c8 21:31:04 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 21:31:04 ---> Running in 3a1f070d0844 21:31:05 ---> 70172499a7bc 21:31:05 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:05 ---> Running in 1fc3c721e25d 21:31:08 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data 21:31:11 Removing intermediate container 1fc3c721e25d 21:31:11 ---> 3cd915ecf150 21:31:11 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 21:31:11 ---> Running in 84bcf1a65add 21:31:12 Removing intermediate container 84bcf1a65add 21:31:12 ---> a89684ca22d1 21:31:12 Step 19/21 : LABEL arch=arm64 21:31:12 ---> Running in 4344987b468b 21:31:13 Removing intermediate container 4344987b468b 21:31:13 ---> 170f091e192b 21:31:13 Step 20/21 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:31:14 ---> Running in 4e37acdfa875 21:31:15 Removing intermediate container 4e37acdfa875 21:31:15 ---> 0df98bab8b01 21:31:15 Step 21/21 : LABEL version=3.0.0-dev.75 21:31:15 ---> Running in cbafdb28bf64 21:31:15 Removing intermediate container 4b9fba3f4807 21:31:15 ---> e26b76b57b18 21:31:15 21:31:15 Step 10/22 : FROM alpine:3.16 21:31:15 ---> 4c81e5bf8899 21:31:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 21:31:15 ---> Using cache 21:31:15 ---> d531e43ab466 21:31:15 Step 12/22 : RUN apk add --update --no-cache dumb-init 21:31:15 ---> Using cache 21:31:15 ---> 397a7a281afc 21:31:15 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:31:15 ---> Using cache 21:31:15 ---> f7b1eb3dc8fd 21:31:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 21:31:15 Removing intermediate container cbafdb28bf64 21:31:15 ---> 7a9721a519af 21:31:15 21:31:16 Successfully built 7a9721a519af 21:31:16 Successfully tagged security-proxy-setup-arm64:latest 21:31:16  Building security-proxy-setup ... done Building support-scheduler 21:31:17 ---> d45ab20fef3e 21:31:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 21:31:18 ---> 92107048b415 21:31:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 21:31:19 ---> 3d75f4f62469 21:31:19 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:31:19 ---> Running in 7bdd6cddf910 21:31:21 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:31:21 ---> a274eeb8e51d 21:31:21 Step 3/22 : ARG ADD_BUILD_TAGS="" 21:31:21 ---> Using cache 21:31:21 ---> 76ff9dfb1fb0 21:31:21 Step 4/22 : WORKDIR /edgex-go 21:31:21 ---> Using cache 21:31:21 ---> a9a64f20e880 21:31:21 Step 5/22 : RUN apk add --update --no-cache make git 21:31:21 ---> Using cache 21:31:21 ---> 8dd51c4a3b6e 21:31:21 Step 6/22 : COPY go.mod vendor* ./ 21:31:21 ---> Using cache 21:31:21 ---> 3deeadcb4f78 21:31:21 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:21 ---> Using cache 21:31:21 ---> 614e910e1e9a 21:31:21 Step 8/22 : COPY . . 21:31:21 ---> Using cache 21:31:21 ---> 7dd906a853c8 21:31:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:31:21 ---> Running in 0a9923fdf2af 21:31:23 Removing intermediate container 7bdd6cddf910 21:31:23 ---> 7d38733a4ff1 21:31:23 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 21:31:23 ---> Running in 79c4927a269d 21:31:24 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:31:26 Removing intermediate container 79c4927a269d 21:31:26 ---> 9de7dd079ffa 21:31:26 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 21:31:26 ---> Running in aae1f6249730 21:31:26 Removing intermediate container aae1f6249730 21:31:26 ---> 266b19edc7b7 21:31:26 Step 20/22 : LABEL arch=arm64 21:31:27 ---> Running in 27f35448f1c3 21:31:27 Removing intermediate container 27f35448f1c3 21:31:27 ---> 122e54ca7b26 21:31:27 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:31:27 ---> Running in 1d9e229b51f2 21:31:28 Removing intermediate container 1d9e229b51f2 21:31:28 ---> 34be19d64415 21:31:28 Step 22/22 : LABEL version=3.0.0-dev.75 21:31:28 ---> Running in 0e7ddee62a86 21:31:28 Removing intermediate container 0e7ddee62a86 21:31:28 ---> 746ff405acb2 21:31:28 21:31:28 Successfully built 746ff405acb2 21:31:28 Successfully tagged core-common-config-bootstrapper-arm64:latest 21:31:28 Building security-spire-agent 21:31:32  Building core-common-config-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:31:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:31:32 ---> a274eeb8e51d 21:31:32 Step 3/24 : WORKDIR /edgex-go 21:31:32 ---> Using cache 21:31:32 ---> 5c0a68421745 21:31:32 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:31:32 ---> Running in 9bc509a2fc30 21:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:31:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:31:36 OK: 221 MiB in 51 packages 21:31:37 Removing intermediate container 9bc509a2fc30 21:31:37 ---> 61ec393c6937 21:31:37 Step 5/24 : COPY go.mod vendor* ./ 21:31:38 ---> 4a9a3e46ddb5 21:31:38 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:31:39 ---> Running in 9b0a359a3f50 21:33:15 Removing intermediate container 1f32abaafa7e 21:33:15 ---> 4e51b66e1cd6 21:33:15 21:33:15 Step 9/19 : FROM alpine:3.15 21:33:15 3.15: Pulling from library/alpine 21:33:15 Removing intermediate container 9b0a359a3f50 21:33:15 ---> b1ea2947f50b 21:33:15 Step 7/24 : COPY . . 21:33:15 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 21:33:15 Status: Downloaded newer image for alpine:3.15 21:33:15 ---> 354640af7b1b 21:33:15 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:33:15 ---> Running in 20635e0fe13c 21:33:15 Removing intermediate container 20635e0fe13c 21:33:15 ---> 1a1e22f8bd7f 21:33:15 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 21:33:15 ---> Running in 042e324e934d 21:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:17 ---> 4641d1d9cf18 21:33:17 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:33:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:17 ---> Running in ac23b32d24ac 21:33:18 Removing intermediate container ac23b32d24ac 21:33:18 ---> d9ba55c66e22 21:33:18 Step 9/24 : WORKDIR /edgex-go/spire-build 21:33:18 ---> Running in 68d5ce9079e6 21:33:18 Removing intermediate container 68d5ce9079e6 21:33:18 ---> 11b5ae3cf406 21:33:18 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:33:18 ---> Running in 708010de92fe 21:33:19 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:33:19 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:33:19 OK: 15734 distinct packages available 21:33:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:21 (1/9) Installing ca-certificates (20220614-r0) 21:33:21 (2/9) Installing brotli-libs (1.0.9-r5) 21:33:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 21:33:21 (4/9) Installing libcurl (7.80.0-r6) 21:33:21 (5/9) Installing curl (7.80.0-r6) 21:33:21 (6/9) Installing dumb-init (1.2.5-r1) 21:33:21 (7/9) Installing musl-obstack (1.2.3-r0) 21:33:21 (8/9) Installing libucontext (1.1-r0) 21:33:21 (9/9) Installing gcompat (1.0.0-r4) 21:33:21 Executing busybox-1.34.1-r7.trigger 21:33:21 Executing ca-certificates-20220614-r0.trigger 21:33:22 OK: 8 MiB in 23 packages 21:33:24 Removing intermediate container 708010de92fe 21:33:24 ---> 4658c71519ed 21:33:24 Step 11/24 : WORKDIR /edgex-go 21:33:24 ---> Running in e150a10e4bd5 21:33:25 Removing intermediate container e150a10e4bd5 21:33:25 ---> db6d6403265d 21:33:25 21:33:25 Step 12/24 : FROM alpine:3.15 21:33:25 ---> 354640af7b1b 21:33:25 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:33:25 ---> Using cache 21:33:25 ---> 1a1e22f8bd7f 21:33:25 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:33:25 ---> Running in 7e1c427ac56d 21:33:26 Removing intermediate container 042e324e934d 21:33:26 ---> 17a38df148bb 21:33:26 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 21:33:27 ---> cdb20f8ea255 21:33:27 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 21:33:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:30 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:33:30 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:33:30 OK: 15734 distinct packages available 21:33:30 ---> 4c3f38364172 21:33:30 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 21:33:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:31 ---> 09475f929e03 21:33:31 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 21:33:31 ---> Running in bd529ded62a4 21:33:31 Removing intermediate container bd529ded62a4 21:33:31 ---> d789bd6b0821 21:33:31 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:33:31 ---> Running in a44474831b93 21:33:32 (1/5) Installing dumb-init (1.2.5-r1) 21:33:32 (2/5) Installing musl-obstack (1.2.3-r0) 21:33:32 (3/5) Installing libucontext (1.1-r0) 21:33:32 (4/5) Installing gcompat (1.0.0-r4) 21:33:32 (5/5) Installing openssl (1.1.1t-r1) 21:33:32 Executing busybox-1.34.1-r7.trigger 21:33:32 OK: 6 MiB in 19 packages 21:33:32 Removing intermediate container a44474831b93 21:33:32 ---> d087429b5cb9 21:33:32 Step 17/19 : LABEL arch=arm64 21:33:32 ---> Running in c5ca94f33a8f 21:33:33 Removing intermediate container c5ca94f33a8f 21:33:33 ---> dcd89ba6a358 21:33:33 Step 18/19 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:33:33 ---> Running in 1df28a798f29 21:33:34 Removing intermediate container 1df28a798f29 21:33:34 ---> 9fdc37cecf28 21:33:34 Step 19/19 : LABEL version=3.0.0-dev.75 21:33:34 ---> Running in 9f915b7401ac 21:33:34 Removing intermediate container 7e1c427ac56d 21:33:34 ---> 6ee777fe94cb 21:33:34 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 21:33:35 Removing intermediate container 9f915b7401ac 21:33:35 ---> 586baf8b9f56 21:33:35 21:33:35 Successfully built 586baf8b9f56 21:33:35 Successfully tagged security-spiffe-token-provider-arm64:latest 21:33:35 Building security-spire-config 21:33:37  Building security-spiffe-token-provider ... done  ---> f02ceb283b2d 21:33:37 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:33:40 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:33:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:33:40 ---> a274eeb8e51d 21:33:40 Step 3/24 : WORKDIR /edgex-go 21:33:40 ---> Using cache 21:33:40 ---> 5c0a68421745 21:33:40 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 21:33:40 ---> Using cache 21:33:40 ---> 61ec393c6937 21:33:40 Step 5/24 : COPY go.mod vendor* ./ 21:33:40 ---> Using cache 21:33:40 ---> 4a9a3e46ddb5 21:33:40 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:33:40 ---> Using cache 21:33:40 ---> b1ea2947f50b 21:33:40 Step 7/24 : COPY . . 21:33:40 ---> Using cache 21:33:40 ---> 4641d1d9cf18 21:33:40 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 21:33:40 ---> Using cache 21:33:40 ---> d9ba55c66e22 21:33:40 Step 9/24 : WORKDIR /edgex-go/spire-build 21:33:40 ---> Using cache 21:33:40 ---> 11b5ae3cf406 21:33:40 Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:33:40 ---> Using cache 21:33:40 ---> 4658c71519ed 21:33:40 Step 11/24 : WORKDIR /edgex-go 21:33:40 ---> Using cache 21:33:40 ---> db6d6403265d 21:33:40 21:33:40 Step 12/24 : FROM alpine:3.15 21:33:40 ---> 354640af7b1b 21:33:40 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:33:40 ---> Using cache 21:33:40 ---> 1a1e22f8bd7f 21:33:40 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 21:33:41 ---> Running in fd8954701af2 21:33:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 21:33:45 v3.15.7-29-g169c05a69e2 [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 21:33:45 OK: 15734 distinct packages available 21:33:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 21:33:45 ---> b87fe05fcb6a 21:33:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 21:33:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 21:33:46 ---> 91aabb5c0efd 21:33:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 21:33:47 (1/4) Installing dumb-init (1.2.5-r1) 21:33:47 (2/4) Installing musl-obstack (1.2.3-r0) 21:33:47 (3/4) Installing libucontext (1.1-r0) 21:33:47 (4/4) Installing gcompat (1.0.0-r4) 21:33:47 Executing busybox-1.34.1-r7.trigger 21:33:47 OK: 6 MiB in 18 packages 21:33:47 ---> 969a9b414f21 21:33:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 21:33:50 Removing intermediate container fd8954701af2 21:33:50 ---> c798dc4eb4dc 21:33:50 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:33:50 ---> 628ccfa01de9 21:33:50 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:33:50 ---> Running in 94c40c51c30a 21:33:51 Removing intermediate container 94c40c51c30a 21:33:51 ---> f186aa323ae2 21:33:51 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:33:51 ---> Running in 4773097a72ac 21:33:52 Removing intermediate container 4773097a72ac 21:33:52 ---> 27f9124f4d06 21:33:52 Step 22/24 : LABEL arch=arm64 21:33:52 ---> Running in f04415903e71 21:33:53 Removing intermediate container f04415903e71 21:33:53 ---> d18afae67382 21:33:53 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:33:53 ---> Running in d719d98bfc45 21:33:53 Removing intermediate container d719d98bfc45 21:33:53 ---> 92d73a9ddfde 21:33:53 Step 24/24 : LABEL version=3.0.0-dev.75 21:33:54 ---> Running in d392daddd21f 21:33:55 Removing intermediate container d392daddd21f 21:33:55 ---> ce7fa27d18d9 21:33:55 21:33:55 Successfully built ce7fa27d18d9 21:33:55 Successfully tagged security-spire-agent-arm64:latest 21:33:55 Building security-spire-server 21:33:57  Building security-spire-agent ... done  ---> e6386c5aeddc 21:33:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 21:33:57 ---> 4df23b42df46 21:33:57 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 21:33:58 ---> Running in 855e6f574383 21:33:58 Removing intermediate container 855e6f574383 21:33:58 ---> 54de0775ccc7 21:33:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 21:33:59 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:33:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:33:59 ---> a274eeb8e51d 21:33:59 Step 3/23 : WORKDIR /edgex-go 21:33:59 ---> Using cache 21:33:59 ---> 5c0a68421745 21:33:59 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 21:33:59 ---> Using cache 21:33:59 ---> 61ec393c6937 21:33:59 Step 5/23 : COPY go.mod vendor* ./ 21:33:59 ---> Using cache 21:33:59 ---> 4a9a3e46ddb5 21:33:59 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:33:59 ---> Using cache 21:33:59 ---> b1ea2947f50b 21:33:59 Step 7/23 : COPY . . 21:33:59 ---> Using cache 21:33:59 ---> 4641d1d9cf18 21:33:59 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 21:33:59 ---> Using cache 21:33:59 ---> d9ba55c66e22 21:33:59 Step 9/23 : WORKDIR /edgex-go/spire-build 21:33:59 ---> Using cache 21:33:59 ---> 11b5ae3cf406 21:33:59 Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi 21:33:59 ---> Running in d37cd70f298c 21:34:00 ---> e92fad0e1cf7 21:34:00 Step 19/24 : WORKDIR / 21:34:00 ---> Running in 020650ea8689 21:34:01 Removing intermediate container 020650ea8689 21:34:01 ---> 5b80f7de3cc4 21:34:01 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:34:01 ---> Running in e03f40c5fca8 21:34:01 Removing intermediate container e03f40c5fca8 21:34:01 ---> 4a85cb1f1a9c 21:34:01 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:34:02 ---> Running in 8cdcc0606c74 21:34:03 Removing intermediate container 8cdcc0606c74 21:34:03 ---> 04fb40c2c318 21:34:03 Step 22/24 : LABEL arch=arm64 21:34:03 ---> Running in ef7fce80d34a 21:34:03 Removing intermediate container d37cd70f298c 21:34:03 ---> a5c4feb8bcdd 21:34:03 Step 11/23 : WORKDIR /edgex-go 21:34:03 ---> Running in 72fc8c5b378d 21:34:03 Removing intermediate container ef7fce80d34a 21:34:03 ---> b018e05605ed 21:34:03 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:34:03 ---> Running in fff00fef463e 21:34:04 Removing intermediate container 72fc8c5b378d 21:34:04 ---> cd09182a451b 21:34:04 21:34:04 Step 12/23 : FROM alpine:3.15 21:34:04 ---> 354640af7b1b 21:34:04 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:34:04 ---> Using cache 21:34:04 ---> 1a1e22f8bd7f 21:34:04 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 21:34:04 ---> Using cache 21:34:04 ---> 6ee777fe94cb 21:34:04 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 21:34:04 Removing intermediate container fff00fef463e 21:34:04 ---> 1b3599af97fc 21:34:04 Step 24/24 : LABEL version=3.0.0-dev.75 21:34:04 ---> Running in 62e0207be991 21:34:05 Removing intermediate container 62e0207be991 21:34:05 ---> 72374a3a83bd 21:34:05 21:34:05 Successfully built 72374a3a83bd 21:34:05 Successfully tagged security-spire-config-arm64:latest 21:34:05  Building security-spire-config ... done Building security-bootstrapper 21:34:11 ---> 0298fa47942a 21:34:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 21:34:11 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:34:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:34:11 ---> a274eeb8e51d 21:34:11 Step 3/32 : WORKDIR /edgex-go 21:34:11 ---> Using cache 21:34:11 ---> 5c0a68421745 21:34:11 Step 4/32 : RUN apk add --update --no-cache make git 21:34:11 ---> Using cache 21:34:11 ---> a719b690a84a 21:34:11 Step 5/32 : COPY go.mod vendor* ./ 21:34:11 ---> Using cache 21:34:11 ---> 0b581b8eda4d 21:34:11 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:34:11 ---> Using cache 21:34:11 ---> f67ea7f1869a 21:34:11 Step 7/32 : COPY . . 21:34:11 ---> Using cache 21:34:11 ---> 21c9716da0e7 21:34:11 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:34:11 ---> Running in 032ef8a38aac 21:34:12 ---> bc240dd9aeb7 21:34:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 21:34:14 ---> 1b795623afd3 21:34:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 21:34:14 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:34:16 ---> 28f3017dc2ac 21:34:16 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 21:34:16 ---> Running in 62e3db35f61a 21:34:17 Removing intermediate container 62e3db35f61a 21:34:17 ---> e8003878d17f 21:34:17 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 21:34:17 ---> Running in 8968921d971f 21:34:18 Removing intermediate container 8968921d971f 21:34:18 ---> 99ac1b99442e 21:34:18 Step 21/23 : LABEL arch=arm64 21:34:18 ---> Running in 7001018ca6c3 21:34:19 Removing intermediate container 7001018ca6c3 21:34:19 ---> 69e31ace208a 21:34:19 Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:34:19 ---> Running in f51fb8e1d4fe 21:34:20 Removing intermediate container f51fb8e1d4fe 21:34:20 ---> f8754628be99 21:34:20 Step 23/23 : LABEL version=3.0.0-dev.75 21:34:20 ---> Running in 0fe9f95a2b6a 21:34:21 Removing intermediate container 0fe9f95a2b6a 21:34:21 ---> 97253d5a6d5e 21:34:21 21:34:21 Successfully built 97253d5a6d5e 21:34:21 Successfully tagged security-spire-server-arm64:latest 21:34:21 Building security-secretstore-setup 21:34:26  Building security-spire-server ... done Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:34:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:34:26 ---> a274eeb8e51d 21:34:26 Step 3/24 : WORKDIR /edgex-go 21:34:26 ---> Using cache 21:34:26 ---> 5c0a68421745 21:34:26 Step 4/24 : RUN apk add --update --no-cache make git 21:34:26 ---> Using cache 21:34:26 ---> a719b690a84a 21:34:26 Step 5/24 : COPY go.mod vendor* ./ 21:34:26 ---> Using cache 21:34:26 ---> 0b581b8eda4d 21:34:26 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:34:26 ---> Using cache 21:34:26 ---> f67ea7f1869a 21:34:26 Step 7/24 : COPY . . 21:34:26 ---> Using cache 21:34:26 ---> 21c9716da0e7 21:34:26 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:34:26 ---> Running in ef921b273856 21:34:27 Removing intermediate container 79cb0ae1c75f 21:34:27 ---> 5c4e3bd2150a 21:34:27 21:34:27 Step 10/22 : FROM alpine:3.16 21:34:27 ---> 4c81e5bf8899 21:34:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:34:27 ---> Running in 5ed0ce173d25 21:34:29 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:34:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:34:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:34:31 (1/2) Installing ca-certificates (20220614-r0) 21:34:31 (2/2) Installing dumb-init (1.2.5-r1) 21:34:31 Executing busybox-1.35.0-r17.trigger 21:34:31 Executing ca-certificates-20220614-r0.trigger 21:34:32 OK: 6 MiB in 16 packages 21:34:34 Removing intermediate container 5ed0ce173d25 21:34:34 ---> 74652313f68c 21:34:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:34:34 ---> Running in 40c9fa2f787f 21:34:34 Removing intermediate container 40c9fa2f787f 21:34:34 ---> 4390ecbcece4 21:34:34 Step 13/22 : ENV APP_PORT=59860 21:34:34 ---> Running in f51e76b86032 21:34:35 Removing intermediate container f51e76b86032 21:34:35 ---> 23418723fd95 21:34:35 Step 14/22 : EXPOSE $APP_PORT 21:34:35 ---> Running in 88c59a0807f5 21:34:35 Removing intermediate container 88c59a0807f5 21:34:35 ---> 852b86ac6b44 21:34:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:34:36 ---> 6173e348ca11 21:34:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:34:39 ---> d0f961abecc8 21:34:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:34:40 ---> 7d90d04d3fc3 21:34:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:34:40 ---> Running in 1975b6dc2872 21:34:41 Removing intermediate container 1975b6dc2872 21:34:41 ---> 2d3e7aaaea18 21:34:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:34:41 ---> Running in 7ca57cfc6589 21:34:41 Removing intermediate container 7ca57cfc6589 21:34:41 ---> 7530dcdd1b6f 21:34:41 Step 20/22 : LABEL arch=arm64 21:34:42 ---> Running in 591a54233ba6 21:34:42 Removing intermediate container 591a54233ba6 21:34:42 ---> 15e95c35a56d 21:34:42 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:34:42 ---> Running in f06b351b9c7c 21:34:43 Removing intermediate container f06b351b9c7c 21:34:43 ---> 0ededde789af 21:34:43 Step 22/22 : LABEL version=3.0.0-dev.75 21:34:43 ---> Running in 64e853f8cdec 21:34:43 Removing intermediate container 64e853f8cdec 21:34:43 ---> a17c85d67224 21:34:43 21:34:43 Successfully built a17c85d67224 21:34:43 Successfully tagged support-notifications-arm64:latest 21:34:43  Building support-notifications ... done Building core-command 21:34:47 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:34:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:34:47 ---> a274eeb8e51d 21:34:47 Step 3/23 : ARG ADD_BUILD_TAGS="" 21:34:47 ---> Using cache 21:34:47 ---> 76ff9dfb1fb0 21:34:47 Step 4/23 : WORKDIR /edgex-go 21:34:47 ---> Using cache 21:34:47 ---> a9a64f20e880 21:34:47 Step 5/23 : RUN apk add --update --no-cache make git 21:34:47 ---> Using cache 21:34:47 ---> 8dd51c4a3b6e 21:34:47 Step 6/23 : COPY go.mod vendor* ./ 21:34:47 ---> Using cache 21:34:47 ---> 3deeadcb4f78 21:34:47 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:34:47 ---> Using cache 21:34:47 ---> 614e910e1e9a 21:34:47 Step 8/23 : COPY . . 21:34:47 ---> Using cache 21:34:47 ---> 7dd906a853c8 21:34:47 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 21:34:47 ---> Running in fdb8dc79fa2a 21:34:49 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command 21:37:56 Removing intermediate container 3a1f070d0844 21:37:56 ---> b7b86fc18702 21:37:56 21:37:56 Step 10/22 : FROM alpine:3.16 21:37:56 ---> 4c81e5bf8899 21:37:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:37:56 ---> Running in 81ff787abccf 21:37:56 Removing intermediate container 81ff787abccf 21:37:56 ---> 147d0dd175e0 21:37:56 Step 12/22 : ENV APP_PORT=59880 21:37:56 ---> Running in 9ac1cd951ebc 21:37:56 Removing intermediate container 9ac1cd951ebc 21:37:56 ---> 43a6d93a014e 21:37:56 Step 13/22 : EXPOSE $APP_PORT 21:37:56 ---> Running in a19fb96d4d4c 21:37:56 Removing intermediate container a19fb96d4d4c 21:37:56 ---> 5037b5754f96 21:37:56 Step 14/22 : RUN apk add --update --no-cache dumb-init 21:37:56 ---> Running in 26fbf02fec92 21:37:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:37:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:37:56 (1/1) Installing dumb-init (1.2.5-r1) 21:37:56 Executing busybox-1.35.0-r17.trigger 21:37:56 OK: 5 MiB in 15 packages 21:37:57 Removing intermediate container 26fbf02fec92 21:37:57 ---> 109a4262408b 21:37:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:37:57 ---> 4b729cbba1f9 21:37:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:37:59 ---> 019383b4fa80 21:37:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:38:00 ---> ca4e3f7b875a 21:38:00 Step 18/22 : ENTRYPOINT ["/core-data"] 21:38:00 ---> Running in 6c0e1501348a 21:38:00 Removing intermediate container 6c0e1501348a 21:38:00 ---> a48e62ad4582 21:38:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:38:00 ---> Running in 86bf45eef00d 21:38:01 Removing intermediate container 86bf45eef00d 21:38:01 ---> 5d913a19db1c 21:38:01 Step 20/22 : LABEL arch=arm64 21:38:01 ---> Running in 1c3d72b4930b 21:38:01 Removing intermediate container 1c3d72b4930b 21:38:01 ---> 2a6b848043d9 21:38:01 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:38:01 ---> Running in 64563aa990db 21:38:02 Removing intermediate container 64563aa990db 21:38:02 ---> 478ff7f21ec7 21:38:02 Step 22/22 : LABEL version=3.0.0-dev.75 21:38:02 ---> Running in c41def831bee 21:38:03 Removing intermediate container c41def831bee 21:38:03 ---> bb238c9f3942 21:38:03 21:38:03 Successfully built bb238c9f3942 21:38:03 Successfully tagged core-data-arm64:latest 21:38:03  Building core-data ... done Building core-metadata 21:38:06 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 21:38:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:38:06 ---> a274eeb8e51d 21:38:06 Step 3/24 : ARG ADD_BUILD_TAGS="" 21:38:06 ---> Using cache 21:38:06 ---> 76ff9dfb1fb0 21:38:06 Step 4/24 : WORKDIR /edgex-go 21:38:06 ---> Using cache 21:38:06 ---> a9a64f20e880 21:38:06 Step 5/24 : RUN apk add --update --no-cache make git 21:38:06 ---> Using cache 21:38:06 ---> 8dd51c4a3b6e 21:38:06 Step 6/24 : COPY go.mod vendor* ./ 21:38:06 ---> Using cache 21:38:06 ---> 3deeadcb4f78 21:38:06 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 21:38:06 ---> Using cache 21:38:06 ---> 614e910e1e9a 21:38:06 Step 8/24 : COPY . . 21:38:06 ---> Using cache 21:38:06 ---> 7dd906a853c8 21:38:06 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 21:38:07 ---> Running in 82286ebd2129 21:38:09 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:40:00 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=3.0.0-dev.75" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:40:18 Removing intermediate container ef921b273856 21:40:18 ---> 79a79c36ce18 21:40:18 21:40:18 Step 9/24 : FROM alpine:3.16 21:40:18 ---> 4c81e5bf8899 21:40:18 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 21:40:18 Removing intermediate container 032ef8a38aac 21:40:18 ---> 2599f07dedd2 21:40:18 21:40:18 Step 9/32 : FROM alpine:3.16 21:40:18 ---> 4c81e5bf8899 21:40:18 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 21:40:18 ---> Running in 28f45af0e262 21:40:18 ---> Running in 80b0e1748705 21:40:20 Removing intermediate container 80b0e1748705 21:40:20 ---> 69a6847d1a88 21:40:20 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 21:40:20 ---> Running in cae86a6cb15c 21:40:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:40:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:40:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:40:23 (1/3) Installing ca-certificates (20220614-r0) 21:40:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:40:23 (2/3) Installing dumb-init (1.2.5-r1) 21:40:23 (3/3) Installing su-exec (0.2-r1) 21:40:23 Executing busybox-1.35.0-r17.trigger 21:40:23 Executing ca-certificates-20220614-r0.trigger 21:40:24 OK: 6 MiB in 17 packages 21:40:24 (1/2) Installing dumb-init (1.2.5-r1) 21:40:24 (2/2) Installing su-exec (0.2-r1) 21:40:24 Executing busybox-1.35.0-r17.trigger 21:40:24 OK: 5 MiB in 16 packages 21:40:26 Removing intermediate container cae86a6cb15c 21:40:26 ---> 65af25244cbe 21:40:26 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 21:40:26 ---> Running in 8a07fad15137 21:40:27 Removing intermediate container 28f45af0e262 21:40:27 ---> 7376a98cdcb0 21:40:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:40:27 ---> Running in 229ee6896b9f 21:40:27 Removing intermediate container 8a07fad15137 21:40:27 ---> 7d37bf4978c6 21:40:27 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 21:40:28 ---> Running in c3fce90ddc6c 21:40:28 Removing intermediate container 229ee6896b9f 21:40:28 ---> db1af1ec1631 21:40:28 Step 12/24 : WORKDIR / 21:40:28 ---> Running in f47fa63b0f71 21:40:29 Removing intermediate container c3fce90ddc6c 21:40:29 ---> a55d61c2d7c5 21:40:29 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 21:40:29 Removing intermediate container f47fa63b0f71 21:40:29 ---> e38e4111df4d 21:40:29 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:40:29 ---> Running in b43f8af4ade1 21:40:30 Removing intermediate container b43f8af4ade1 21:40:30 ---> 2b1433fde7be 21:40:30 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 21:40:31 ---> Running in 609c14232c2e 21:40:31 ---> 307e94abce55 21:40:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:40:32 Removing intermediate container 609c14232c2e 21:40:32 ---> 773f81790bd3 21:40:32 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 21:40:32 ---> Running in 0cf9c19e66b8 21:40:33 ---> 4bb00a542c11 21:40:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:40:35 ---> 549c983dcdea 21:40:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:40:36 Removing intermediate container 0cf9c19e66b8 21:40:36 ---> d7ec8afd150c 21:40:36 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 21:40:36 ---> Running in 7289e241e48d 21:40:36 ---> e3e339a7715a 21:40:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:40:36 Removing intermediate container 0a9923fdf2af 21:40:36 ---> e54be62cc3c4 21:40:36 21:40:36 Step 10/22 : FROM alpine:3.16 21:40:36 ---> 4c81e5bf8899 21:40:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:40:36 ---> Running in e4346e129139 21:40:37 Removing intermediate container 7289e241e48d 21:40:37 ---> eb24abdc305f 21:40:37 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 21:40:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 21:40:39 ---> 246b93c2487f 21:40:39 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 21:40:39 ---> Running in 6ba6a3070c0b 21:40:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 21:40:39 ---> 25a7bc424e69 21:40:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:40:40 (1/1) Installing dumb-init (1.2.5-r1) 21:40:40 Executing busybox-1.35.0-r17.trigger 21:40:40 OK: 5 MiB in 15 packages 21:40:44 ---> 3d959c221740 21:40:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:40:44 Removing intermediate container e4346e129139 21:40:44 ---> 54fccdfd33e4 21:40:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:40:44 ---> Running in e64682e4bfea 21:40:45 Removing intermediate container 6ba6a3070c0b 21:40:45 ---> 569419900b44 21:40:45 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:40:45 Removing intermediate container e64682e4bfea 21:40:45 ---> 8b4715068083 21:40:45 Step 13/22 : ENV APP_PORT=59861 21:40:45 ---> Running in 0491711aecb7 21:40:46 ---> 6a717a1bf7f7 21:40:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:40:46 ---> Running in 4c46b1e83ea8 21:40:47 Removing intermediate container 0491711aecb7 21:40:47 ---> f59a4d38ceeb 21:40:47 Step 14/22 : EXPOSE $APP_PORT 21:40:47 ---> e43c9f24ec38 21:40:47 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:40:47 ---> Running in f731f3b89bb7 21:40:48 Removing intermediate container f731f3b89bb7 21:40:48 ---> 86b106583019 21:40:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:40:50 ---> d586c79154ec 21:40:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:40:51 Removing intermediate container 4c46b1e83ea8 21:40:51 ---> 5e98e1350848 21:40:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:40:51 ---> Running in 2e5d40422c7e 21:40:52 Removing intermediate container 2e5d40422c7e 21:40:52 ---> 5eca4b31edac 21:40:52 Step 22/24 : LABEL arch=arm64 21:40:52 ---> 4c7ed52db982 21:40:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:40:52 ---> Running in 8cc43a1a7aa5 21:40:54 Removing intermediate container 8cc43a1a7aa5 21:40:54 ---> b29ba0e0a550 21:40:54 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:40:54 ---> Running in f221926381d6 21:40:57 ---> 1913c466f3fc 21:40:57 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:40:57 Removing intermediate container f221926381d6 21:40:57 ---> ba68cac32d7f 21:40:57 Step 24/24 : LABEL version=3.0.0-dev.75 21:40:57 ---> ae75453e6737 21:40:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:40:57 ---> Running in 9d144c2ec119 21:40:58 Removing intermediate container 9d144c2ec119 21:40:58 ---> 2cbc3cdeea02 21:40:58 21:40:58 Removing intermediate container fdb8dc79fa2a 21:40:58 ---> d5047130e941 21:40:58 21:40:58 Step 10/23 : FROM alpine:3.16 21:40:58 ---> 4c81e5bf8899 21:40:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:40:58 ---> Using cache 21:40:58 ---> 54fccdfd33e4 21:40:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:40:58 ---> Using cache 21:40:58 ---> 8b4715068083 21:40:58 Step 13/23 : ENV APP_PORT=59882 21:40:58 ---> dba9e0a481b0 21:40:58 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 21:40:58 Successfully built 2cbc3cdeea02 21:40:58 ---> 53ad91d3b5ce 21:40:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:40:58 Successfully tagged security-secretstore-setup-arm64:latest 21:40:58  Building security-secretstore-setup ... done  ---> Running in 13509641c31b 21:40:58 ---> Running in 1cb99c0dfebc 21:40:59 Removing intermediate container 13509641c31b 21:40:59 ---> 09b4fb7e2c64 21:40:59 Step 14/23 : EXPOSE $APP_PORT 21:40:59 ---> Running in 604e374d54e8 21:40:59 Removing intermediate container 1cb99c0dfebc 21:40:59 ---> ae654aaa40dc 21:40:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:40:59 ---> Running in be8d2b41fa77 21:41:00 ---> 33368f43efc7 21:41:00 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 21:41:00 Removing intermediate container 604e374d54e8 21:41:00 ---> 9b0ece5da9fc 21:41:00 Step 15/23 : WORKDIR / 21:41:00 Removing intermediate container be8d2b41fa77 21:41:00 ---> 5d4092d7fe1b 21:41:00 Step 20/22 : LABEL arch=arm64 21:41:00 ---> Running in ba3de080cc00 21:41:00 ---> Running in 3f67bb583827 21:41:01 Removing intermediate container ba3de080cc00 21:41:01 ---> d9863531c25a 21:41:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:41:01 ---> d02dd29dd2e4 21:41:01 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:41:01 Removing intermediate container 3f67bb583827 21:41:01 ---> 3dc3dee9bb07 21:41:01 Step 21/22 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:01 ---> Running in 3ad4b903424a 21:41:02 Removing intermediate container 3ad4b903424a 21:41:02 ---> 1760646f3ed3 21:41:02 Step 22/22 : LABEL version=3.0.0-dev.75 21:41:02 ---> Running in 9ed8a7005a50 21:41:02 ---> 482a3cd0e8cc 21:41:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:41:02 ---> 5bbb3f2ecb47 21:41:02 Step 27/32 : RUN chmod +x /entrypoint.sh 21:41:02 ---> Running in 7c75d9a3ed83 21:41:03 Removing intermediate container 9ed8a7005a50 21:41:03 ---> e50dc5d740f5 21:41:03 21:41:04 Successfully built e50dc5d740f5 21:41:04 Successfully tagged support-scheduler-arm64:latest 21:41:05  Building support-scheduler ... done  ---> 71d62b7362d7 21:41:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:41:06 Removing intermediate container 7c75d9a3ed83 21:41:06 ---> e5a159a3d8b9 21:41:06 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:41:06 ---> Running in 402a9b549865 21:41:06 ---> 0a8df46e5fd8 21:41:06 Step 19/23 : ENTRYPOINT ["/core-command"] 21:41:06 ---> Running in 9c7c695d9689 21:41:07 Removing intermediate container 402a9b549865 21:41:07 ---> 4055a1955dac 21:41:07 Step 29/32 : CMD ["gate"] 21:41:07 ---> Running in bafff8215d58 21:41:07 Removing intermediate container 9c7c695d9689 21:41:07 ---> 30839e46102c 21:41:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:41:07 ---> Running in 339d57fefab3 21:41:07 Removing intermediate container bafff8215d58 21:41:07 ---> 63ab4859dcef 21:41:07 Step 30/32 : LABEL arch=arm64 21:41:08 ---> Running in 6fd7b4ebfed2 21:41:08 Removing intermediate container 339d57fefab3 21:41:08 ---> eb00d216bbc7 21:41:08 Step 21/23 : LABEL arch=arm64 21:41:08 ---> Running in ee2fc3c13c9a 21:41:08 Removing intermediate container 6fd7b4ebfed2 21:41:08 ---> 229a3c63b321 21:41:08 Step 31/32 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:08 ---> Running in b08e6d4aac7a 21:41:09 Removing intermediate container ee2fc3c13c9a 21:41:09 ---> 07d1bd812ad0 21:41:09 Step 22/23 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:09 ---> Running in 1fb01772fcc6 21:41:09 Removing intermediate container b08e6d4aac7a 21:41:09 ---> 757020a4f514 21:41:09 Step 32/32 : LABEL version=3.0.0-dev.75 21:41:09 Removing intermediate container 1fb01772fcc6 21:41:09 ---> 65d7ecca3706 21:41:09 Step 23/23 : LABEL version=3.0.0-dev.75 21:41:09 ---> Running in d54312aba388 21:41:10 ---> Running in de5ac5744f9c 21:41:10 Removing intermediate container d54312aba388 21:41:10 ---> dab586c1d45d 21:41:10 21:41:10 Removing intermediate container de5ac5744f9c 21:41:10 ---> bdefcdaf1170 21:41:10 21:41:10 Successfully built dab586c1d45d 21:41:10 Successfully tagged security-bootstrapper-arm64:latest 21:41:10  Building security-bootstrapper ... done Successfully built bdefcdaf1170 21:41:10 Successfully tagged core-command-arm64:latest 21:41:43  Building core-command ... done Removing intermediate container 82286ebd2129 21:41:43 ---> 8b2adde1e75a 21:41:43 21:41:43 Step 10/24 : FROM alpine:3.16 21:41:43 ---> 4c81e5bf8899 21:41:43 Step 11/24 : RUN apk add --update --no-cache dumb-init 21:41:43 ---> Using cache 21:41:43 ---> 54fccdfd33e4 21:41:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:41:43 ---> Using cache 21:41:43 ---> 8b4715068083 21:41:43 Step 13/24 : ENV APP_PORT=59881 21:41:43 ---> Running in a360ac999e1d 21:41:43 Removing intermediate container a360ac999e1d 21:41:43 ---> 7054e996e357 21:41:43 Step 14/24 : EXPOSE $APP_PORT 21:41:43 ---> Running in fa545fe7d1e6 21:41:43 Removing intermediate container fa545fe7d1e6 21:41:43 ---> 1e9b8d6a6275 21:41:43 Step 15/24 : WORKDIR / 21:41:43 ---> Running in 6f21fa603b09 21:41:43 Removing intermediate container 6f21fa603b09 21:41:43 ---> 0bc341d5a5b8 21:41:43 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:41:43 ---> e2c9738f89b9 21:41:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:41:44 ---> baccd8beb7de 21:41:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:41:45 ---> 48b9dae89b2c 21:41:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 21:41:45 ---> 71e3c06b44d9 21:41:45 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:41:45 ---> Running in d001b9d9c47a 21:41:46 Removing intermediate container d001b9d9c47a 21:41:46 ---> 31c57786de63 21:41:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 21:41:46 ---> Running in c9137e79363a 21:41:46 Removing intermediate container c9137e79363a 21:41:46 ---> dbd0ad88eaa1 21:41:46 Step 22/24 : LABEL arch=arm64 21:41:46 ---> Running in d9aed5af5c30 21:41:47 Removing intermediate container d9aed5af5c30 21:41:47 ---> d6295599594a 21:41:47 Step 23/24 : LABEL git_sha=a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:47 ---> Running in 0d2004324136 21:41:47 Removing intermediate container 0d2004324136 21:41:47 ---> 57e1faeabfb8 21:41:47 Step 24/24 : LABEL version=3.0.0-dev.75 21:41:47 ---> Running in 7c372108464a 21:41:47 Removing intermediate container 7c372108464a 21:41:47 ---> 5e9d05a6f0b6 21:41:47 21:41:47 Successfully built 5e9d05a6f0b6 21:41:47 Successfully tagged core-metadata-arm64:latest 21:41:48  Building core-metadata ... done  [Pipeline] } 21:41:48 $ docker stop --time=1 eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f 21:41:49 $ docker rm -f --volumes eb4658a58331e4521e241bb405b5cbc24a16a044d009f741956184ad65c26b2f [Pipeline] // withDockerContainer [Pipeline] sh 21:41:50 + docker images 21:41:50 REPOSITORY TAG IMAGE ID CREATED SIZE 21:41:50 core-metadata-arm64 latest 5e9d05a6f0b6 3 seconds ago 17.8MB 21:41:50 8b2adde1e75a 9 seconds ago 1.34GB 21:41:50 core-command-arm64 latest bdefcdaf1170 40 seconds ago 17.1MB 21:41:50 security-bootstrapper-arm64 latest dab586c1d45d 40 seconds ago 19.6MB 21:41:50 support-scheduler-arm64 latest e50dc5d740f5 47 seconds ago 29.1MB 21:41:50 security-secretstore-setup-arm64 latest 2cbc3cdeea02 53 seconds ago 29MB 21:41:50 d5047130e941 54 seconds ago 1.34GB 21:41:50 e54be62cc3c4 About a minute ago 1.4GB 21:41:50 2599f07dedd2 About a minute ago 1.33GB 21:41:50 79a79c36ce18 About a minute ago 1.33GB 21:41:50 core-data-arm64 latest bb238c9f3942 3 minutes ago 17.3MB 21:41:50 b7b86fc18702 4 minutes ago 1.34GB 21:41:50 support-notifications-arm64 latest a17c85d67224 7 minutes ago 29.7MB 21:41:50 5c4e3bd2150a 7 minutes ago 1.4GB 21:41:50 security-spire-server-arm64 latest 97253d5a6d5e 7 minutes ago 84.3MB 21:41:50 security-spire-config-arm64 latest 72374a3a83bd 7 minutes ago 83.6MB 21:41:50 cd09182a451b 7 minutes ago 1.21GB 21:41:50 security-spire-agent-arm64 latest ce7fa27d18d9 7 minutes ago 122MB 21:41:50 security-spiffe-token-provider-arm64 latest 586baf8b9f56 8 minutes ago 29.1MB 21:41:50 db6d6403265d 8 minutes ago 1.21GB 21:41:50 4e51b66e1cd6 8 minutes ago 1.37GB 21:41:50 core-common-config-bootstrapper-arm64 latest 746ff405acb2 10 minutes ago 14.9MB 21:41:50 security-proxy-setup-arm64 latest 7a9721a519af 10 minutes ago 26.9MB 21:41:50 e26b76b57b18 10 minutes ago 1.33GB 21:41:50 security-proxy-auth-arm64 latest 9e5610f999cf 10 minutes ago 15.6MB 21:41:50 68c33307dd27 11 minutes ago 1.33GB 21:41:50 e68cda94dd6c 11 minutes ago 1.32GB 21:41:50 ci-base-image-arm64 latest a274eeb8e51d 20 minutes ago 905MB 21:41:50 alpine 3.15 354640af7b1b 2 weeks ago 5.34MB 21:41:50 alpine 3.16 4c81e5bf8899 2 weeks ago 5.3MB 21:41:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 4 months ago 685MB 21:41:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:41:50 provisioning config files... 21:41:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config10465014535191146232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:41:51 ---> docker-login.sh 21:41:51 nexus3.edgexfoundry.org:10001 21:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:51 Configure a credential helper to remove this warning. See 21:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:51 21:41:51 Login Succeeded 21:41:51 nexus3.edgexfoundry.org:10002 21:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:51 Configure a credential helper to remove this warning. See 21:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:51 21:41:51 Login Succeeded 21:41:51 nexus3.edgexfoundry.org:10003 21:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:52 Configure a credential helper to remove this warning. See 21:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:52 21:41:52 Login Succeeded 21:41:52 nexus3.edgexfoundry.org:10004 21:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:52 Configure a credential helper to remove this warning. See 21:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:52 21:41:52 Login Succeeded 21:41:52 docker.io 21:41:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:53 Configure a credential helper to remove this warning. See 21:41:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:53 21:41:53 Login Succeeded 21:41:53 ---> docker-login.sh ends [Pipeline] } 21:41:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:41:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 21:41:53 [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: 21:41:53 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:53 latest 21:41:53 3.0.0-dev.75 21:41:53 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:41:53 main 21:41:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:53 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:53 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:41:53 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:41:53 cda279494bc8: Preparing 21:41:53 120267a28219: Preparing 21:41:53 d28635c0549f: Preparing 21:41:53 6ae1c77dc221: Preparing 21:41:53 f70ee36035b9: Preparing 21:41:53 f70ee36035b9: Layer already exists 21:41:54 cda279494bc8: Pushed 21:41:54 d28635c0549f: Pushed 21:41:54 6ae1c77dc221: Pushed 21:41:57 120267a28219: Pushed 21:41:57 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:57 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:41:58 cda279494bc8: Preparing 21:41:58 120267a28219: Preparing 21:41:58 d28635c0549f: Preparing 21:41:58 6ae1c77dc221: Preparing 21:41:58 f70ee36035b9: Preparing 21:41:58 f70ee36035b9: Layer already exists 21:41:58 d28635c0549f: Layer already exists 21:41:58 cda279494bc8: Layer already exists 21:41:58 6ae1c77dc221: Layer already exists 21:41:58 120267a28219: Layer already exists 21:41:58 latest: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:58 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:58 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 21:41:58 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:41:58 cda279494bc8: Preparing 21:41:58 120267a28219: Preparing 21:41:58 d28635c0549f: Preparing 21:41:58 6ae1c77dc221: Preparing 21:41:58 f70ee36035b9: Preparing 21:41:58 f70ee36035b9: Layer already exists 21:41:58 cda279494bc8: Layer already exists 21:41:58 120267a28219: Layer already exists 21:41:58 6ae1c77dc221: Layer already exists 21:41:58 d28635c0549f: Layer already exists 21:41:58 3.0.0-dev.75: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:59 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:41:59 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:41:59 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:41:59 cda279494bc8: Preparing 21:41:59 120267a28219: Preparing 21:41:59 d28635c0549f: Preparing 21:41:59 6ae1c77dc221: Preparing 21:41:59 f70ee36035b9: Preparing 21:41:59 f70ee36035b9: Layer already exists 21:41:59 cda279494bc8: Layer already exists 21:41:59 d28635c0549f: Layer already exists 21:41:59 6ae1c77dc221: Layer already exists 21:41:59 120267a28219: Layer already exists 21:41:59 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:00 + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:00 + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main 21:42:00 The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] 21:42:00 cda279494bc8: Preparing 21:42:00 120267a28219: Preparing 21:42:00 d28635c0549f: Preparing 21:42:00 6ae1c77dc221: Preparing 21:42:00 f70ee36035b9: Preparing 21:42:00 6ae1c77dc221: Layer already exists 21:42:00 f70ee36035b9: Layer already exists 21:42:00 d28635c0549f: Layer already exists 21:42:00 cda279494bc8: Layer already exists 21:42:00 120267a28219: Layer already exists 21:42:00 main: digest: sha256:4ce89c8866f57598b1daa8fc21a2286e55c9fa86b7f0b99fbd4dc3cdff8f9ea1 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:00 ===================================================== [Pipeline] echo 21:42:00 taggedImages: 21:42:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:latest 21:42:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:3.0.0-dev.75 21:42:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:00 - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo 21:42:00 [edgeXDocker.push] Tagging docker image core-common-config-bootstrapper-arm64 with the following tags: 21:42:00 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:00 latest 21:42:00 3.0.0-dev.75 21:42:00 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:00 main 21:42:00 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:01 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:01 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:01 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:42:01 1422754ef3ed: Preparing 21:42:01 371dd33cb1af: Preparing 21:42:01 9370bd759e04: Preparing 21:42:01 d3988c32dc26: Preparing 21:42:01 d28635c0549f: Preparing 21:42:01 2c36be2bc9f8: Preparing 21:42:01 f70ee36035b9: Preparing 21:42:01 2c36be2bc9f8: Waiting 21:42:01 f70ee36035b9: Waiting 21:42:01 d28635c0549f: Layer already exists 21:42:01 1422754ef3ed: Pushed 21:42:01 9370bd759e04: Pushed 21:42:01 371dd33cb1af: Pushed 21:42:01 f70ee36035b9: Layer already exists 21:42:01 2c36be2bc9f8: Pushed 21:42:04 d3988c32dc26: Pushed 21:42:04 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:04 + 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 21:42:05 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:42:05 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:42:05 1422754ef3ed: Preparing 21:42:05 371dd33cb1af: Preparing 21:42:05 9370bd759e04: Preparing 21:42:05 d3988c32dc26: Preparing 21:42:05 d28635c0549f: Preparing 21:42:05 2c36be2bc9f8: Preparing 21:42:05 f70ee36035b9: Preparing 21:42:05 2c36be2bc9f8: Waiting 21:42:05 f70ee36035b9: Waiting 21:42:05 d28635c0549f: Layer already exists 21:42:05 371dd33cb1af: Layer already exists 21:42:05 1422754ef3ed: Layer already exists 21:42:05 9370bd759e04: Layer already exists 21:42:05 d3988c32dc26: Layer already exists 21:42:05 f70ee36035b9: Layer already exists 21:42:05 2c36be2bc9f8: Layer already exists 21:42:05 latest: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:05 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 21:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:42:06 1422754ef3ed: Preparing 21:42:06 371dd33cb1af: Preparing 21:42:06 9370bd759e04: Preparing 21:42:06 d3988c32dc26: Preparing 21:42:06 d28635c0549f: Preparing 21:42:06 2c36be2bc9f8: Preparing 21:42:06 f70ee36035b9: Preparing 21:42:06 2c36be2bc9f8: Waiting 21:42:06 f70ee36035b9: Waiting 21:42:06 371dd33cb1af: Layer already exists 21:42:06 1422754ef3ed: Layer already exists 21:42:06 d3988c32dc26: Layer already exists 21:42:06 9370bd759e04: Layer already exists 21:42:06 d28635c0549f: Layer already exists 21:42:06 2c36be2bc9f8: Layer already exists 21:42:06 f70ee36035b9: Layer already exists 21:42:06 3.0.0-dev.75: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:06 + docker tag core-common-config-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:06 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:42:06 1422754ef3ed: Preparing 21:42:06 371dd33cb1af: Preparing 21:42:06 9370bd759e04: Preparing 21:42:06 d3988c32dc26: Preparing 21:42:06 d28635c0549f: Preparing 21:42:06 2c36be2bc9f8: Preparing 21:42:06 f70ee36035b9: Preparing 21:42:06 2c36be2bc9f8: Waiting 21:42:06 f70ee36035b9: Waiting 21:42:06 d3988c32dc26: Layer already exists 21:42:06 9370bd759e04: Layer already exists 21:42:06 1422754ef3ed: Layer already exists 21:42:06 d28635c0549f: Layer already exists 21:42:06 371dd33cb1af: Layer already exists 21:42:06 f70ee36035b9: Layer already exists 21:42:06 2c36be2bc9f8: Layer already exists 21:42:06 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:07 + 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 21:42:07 + docker push nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main 21:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64] 21:42:07 1422754ef3ed: Preparing 21:42:07 371dd33cb1af: Preparing 21:42:07 9370bd759e04: Preparing 21:42:07 d3988c32dc26: Preparing 21:42:07 d28635c0549f: Preparing 21:42:07 2c36be2bc9f8: Preparing 21:42:07 f70ee36035b9: Preparing 21:42:07 2c36be2bc9f8: Waiting 21:42:07 f70ee36035b9: Waiting 21:42:07 371dd33cb1af: Layer already exists 21:42:07 1422754ef3ed: Layer already exists 21:42:07 d3988c32dc26: Layer already exists 21:42:07 9370bd759e04: Layer already exists 21:42:07 d28635c0549f: Layer already exists 21:42:07 2c36be2bc9f8: Layer already exists 21:42:07 f70ee36035b9: Layer already exists 21:42:07 main: digest: sha256:1dae2ea35dd7ad1e0a8563da0aba47df6c64076c1774b84e2e0dcdfa8dd71b4c size: 1778 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:07 ===================================================== [Pipeline] echo 21:42:07 taggedImages: 21:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:latest 21:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:3.0.0-dev.75 21:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:07 - nexus3.edgexfoundry.org:10004/core-common-config-bootstrapper-arm64:main [Pipeline] echo 21:42:07 [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: 21:42:07 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:07 latest 21:42:07 3.0.0-dev.75 21:42:07 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:07 main 21:42:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:08 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:08 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:42:08 c114d9d0050b: Preparing 21:42:08 33ee20ecce89: Preparing 21:42:08 d28635c0549f: Preparing 21:42:08 c2a8bd3355a3: Preparing 21:42:08 f70ee36035b9: Preparing 21:42:08 f70ee36035b9: Layer already exists 21:42:08 d28635c0549f: Layer already exists 21:42:08 c114d9d0050b: Pushed 21:42:08 c2a8bd3355a3: Pushed 21:42:11 33ee20ecce89: Pushed 21:42:11 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:12 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:42:12 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:42:12 c114d9d0050b: Preparing 21:42:12 33ee20ecce89: Preparing 21:42:12 d28635c0549f: Preparing 21:42:12 c2a8bd3355a3: Preparing 21:42:12 f70ee36035b9: Preparing 21:42:12 33ee20ecce89: Layer already exists 21:42:12 c114d9d0050b: Layer already exists 21:42:12 d28635c0549f: Layer already exists 21:42:12 c2a8bd3355a3: Layer already exists 21:42:12 f70ee36035b9: Layer already exists 21:42:12 latest: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:12 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 21:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:42:13 c114d9d0050b: Preparing 21:42:13 33ee20ecce89: Preparing 21:42:13 d28635c0549f: Preparing 21:42:13 c2a8bd3355a3: Preparing 21:42:13 f70ee36035b9: Preparing 21:42:13 f70ee36035b9: Layer already exists 21:42:13 33ee20ecce89: Layer already exists 21:42:13 c2a8bd3355a3: Layer already exists 21:42:13 d28635c0549f: Layer already exists 21:42:13 c114d9d0050b: Layer already exists 21:42:13 3.0.0-dev.75: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:13 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:13 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:13 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:42:13 c114d9d0050b: Preparing 21:42:13 33ee20ecce89: Preparing 21:42:13 d28635c0549f: Preparing 21:42:13 c2a8bd3355a3: Preparing 21:42:13 f70ee36035b9: Preparing 21:42:13 c2a8bd3355a3: Layer already exists 21:42:13 f70ee36035b9: Layer already exists 21:42:13 d28635c0549f: Layer already exists 21:42:13 33ee20ecce89: Layer already exists 21:42:13 c114d9d0050b: Layer already exists 21:42:13 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:14 + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:14 + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main 21:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] 21:42:14 c114d9d0050b: Preparing 21:42:14 33ee20ecce89: Preparing 21:42:14 d28635c0549f: Preparing 21:42:14 c2a8bd3355a3: Preparing 21:42:14 f70ee36035b9: Preparing 21:42:14 f70ee36035b9: Layer already exists 21:42:14 d28635c0549f: Layer already exists 21:42:14 33ee20ecce89: Layer already exists 21:42:14 c114d9d0050b: Layer already exists 21:42:14 c2a8bd3355a3: Layer already exists 21:42:14 main: digest: sha256:7b4ac52e5f34bdd3275beb060abb3060b4b9ef27c3b22043cad83571da49cca7 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:14 ===================================================== [Pipeline] echo 21:42:14 taggedImages: 21:42:14 - nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:14 - nexus3.edgexfoundry.org:10004/core-data-arm64:latest 21:42:14 - nexus3.edgexfoundry.org:10004/core-data-arm64:3.0.0-dev.75 21:42:14 - nexus3.edgexfoundry.org:10004/core-data-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:14 - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo 21:42:14 [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: 21:42:14 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:14 latest 21:42:14 3.0.0-dev.75 21:42:14 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:14 main 21:42:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:14 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:15 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:42:15 407b2014c989: Preparing 21:42:15 6eee7faad90e: Preparing 21:42:15 c8d30ebd9497: Preparing 21:42:15 d28635c0549f: Preparing 21:42:15 6ae1c77dc221: Preparing 21:42:15 f70ee36035b9: Preparing 21:42:15 f70ee36035b9: Waiting 21:42:15 6ae1c77dc221: Layer already exists 21:42:15 d28635c0549f: Layer already exists 21:42:15 f70ee36035b9: Layer already exists 21:42:15 6eee7faad90e: Pushed 21:42:15 407b2014c989: Pushed 21:42:18 c8d30ebd9497: Pushed 21:42:18 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:19 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:42:19 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:42:19 407b2014c989: Preparing 21:42:19 6eee7faad90e: Preparing 21:42:19 c8d30ebd9497: Preparing 21:42:19 d28635c0549f: Preparing 21:42:19 6ae1c77dc221: Preparing 21:42:19 f70ee36035b9: Preparing 21:42:19 f70ee36035b9: Waiting 21:42:19 6ae1c77dc221: Layer already exists 21:42:19 c8d30ebd9497: Layer already exists 21:42:19 d28635c0549f: Layer already exists 21:42:19 407b2014c989: Layer already exists 21:42:19 6eee7faad90e: Layer already exists 21:42:19 f70ee36035b9: Layer already exists 21:42:19 latest: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:19 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 21:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:42:20 407b2014c989: Preparing 21:42:20 6eee7faad90e: Preparing 21:42:20 c8d30ebd9497: Preparing 21:42:20 d28635c0549f: Preparing 21:42:20 6ae1c77dc221: Preparing 21:42:20 f70ee36035b9: Preparing 21:42:20 6eee7faad90e: Layer already exists 21:42:20 c8d30ebd9497: Layer already exists 21:42:20 d28635c0549f: Layer already exists 21:42:20 407b2014c989: Layer already exists 21:42:20 6ae1c77dc221: Layer already exists 21:42:20 f70ee36035b9: Layer already exists 21:42:20 3.0.0-dev.75: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:20 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:20 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:20 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:42:20 407b2014c989: Preparing 21:42:20 6eee7faad90e: Preparing 21:42:20 c8d30ebd9497: Preparing 21:42:20 d28635c0549f: Preparing 21:42:20 6ae1c77dc221: Preparing 21:42:20 f70ee36035b9: Preparing 21:42:20 f70ee36035b9: Waiting 21:42:20 d28635c0549f: Layer already exists 21:42:20 c8d30ebd9497: Layer already exists 21:42:20 6ae1c77dc221: Layer already exists 21:42:20 407b2014c989: Layer already exists 21:42:20 6eee7faad90e: Layer already exists 21:42:20 f70ee36035b9: Layer already exists 21:42:20 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:21 + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:21 + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main 21:42:21 The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] 21:42:21 407b2014c989: Preparing 21:42:21 6eee7faad90e: Preparing 21:42:21 c8d30ebd9497: Preparing 21:42:21 d28635c0549f: Preparing 21:42:21 6ae1c77dc221: Preparing 21:42:21 f70ee36035b9: Preparing 21:42:21 f70ee36035b9: Waiting 21:42:21 d28635c0549f: Layer already exists 21:42:21 c8d30ebd9497: Layer already exists 21:42:21 407b2014c989: Layer already exists 21:42:21 6ae1c77dc221: Layer already exists 21:42:21 6eee7faad90e: Layer already exists 21:42:21 f70ee36035b9: Layer already exists 21:42:21 main: digest: sha256:a774c135586d0eb838e2645e36dfa699791113b37962e77d5d753fad1e4bcf00 size: 1570 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:21 ===================================================== [Pipeline] echo 21:42:21 taggedImages: 21:42:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest 21:42:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:3.0.0-dev.75 21:42:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:21 - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo 21:42:21 [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: 21:42:21 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:21 latest 21:42:21 3.0.0-dev.75 21:42:21 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:21 main 21:42:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:21 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:22 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:42:22 97432bc1d3d0: Preparing 21:42:22 97432bc1d3d0: Preparing 21:42:22 497093296f84: Preparing 21:42:22 2f6f6e81068d: Preparing 21:42:22 eeda107ab146: Preparing 21:42:22 5aceacc7cc44: Preparing 21:42:22 4e7b653b45e6: Preparing 21:42:22 d28635c0549f: Preparing 21:42:22 70bd0361e2da: Preparing 21:42:22 6a79bbf29286: Preparing 21:42:22 a479d1217394: Preparing 21:42:22 7d9c760685aa: Preparing 21:42:22 f70ee36035b9: Preparing 21:42:22 d28635c0549f: Waiting 21:42:22 70bd0361e2da: Waiting 21:42:22 6a79bbf29286: Waiting 21:42:22 4e7b653b45e6: Waiting 21:42:22 a479d1217394: Waiting 21:42:22 7d9c760685aa: Waiting 21:42:22 f70ee36035b9: Waiting 21:42:22 97432bc1d3d0: Pushed 21:42:22 497093296f84: Pushed 21:42:22 eeda107ab146: Pushed 21:42:22 2f6f6e81068d: Pushed 21:42:22 5aceacc7cc44: Pushed 21:42:22 d28635c0549f: Layer already exists 21:42:22 6a79bbf29286: Pushed 21:42:22 70bd0361e2da: Pushed 21:42:22 7d9c760685aa: Pushed 21:42:22 a479d1217394: Pushed 21:42:22 f70ee36035b9: Layer already exists 21:42:26 4e7b653b45e6: Pushed 21:42:26 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:26 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:26 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:42:26 97432bc1d3d0: Preparing 21:42:26 97432bc1d3d0: Preparing 21:42:26 497093296f84: Preparing 21:42:26 2f6f6e81068d: Preparing 21:42:26 eeda107ab146: Preparing 21:42:26 5aceacc7cc44: Preparing 21:42:26 4e7b653b45e6: Preparing 21:42:26 d28635c0549f: Preparing 21:42:26 70bd0361e2da: Preparing 21:42:26 6a79bbf29286: Preparing 21:42:26 a479d1217394: Preparing 21:42:26 7d9c760685aa: Preparing 21:42:26 f70ee36035b9: Preparing 21:42:26 6a79bbf29286: Waiting 21:42:26 a479d1217394: Waiting 21:42:26 7d9c760685aa: Waiting 21:42:26 4e7b653b45e6: Waiting 21:42:26 f70ee36035b9: Waiting 21:42:26 d28635c0549f: Waiting 21:42:26 70bd0361e2da: Waiting 21:42:26 497093296f84: Layer already exists 21:42:26 eeda107ab146: Layer already exists 21:42:26 97432bc1d3d0: Layer already exists 21:42:26 2f6f6e81068d: Layer already exists 21:42:26 5aceacc7cc44: Layer already exists 21:42:26 4e7b653b45e6: Layer already exists 21:42:26 d28635c0549f: Layer already exists 21:42:26 70bd0361e2da: Layer already exists 21:42:26 6a79bbf29286: Layer already exists 21:42:26 a479d1217394: Layer already exists 21:42:26 f70ee36035b9: Layer already exists 21:42:26 7d9c760685aa: Layer already exists 21:42:26 latest: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:27 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:27 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 21:42:27 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:42:27 97432bc1d3d0: Preparing 21:42:27 97432bc1d3d0: Preparing 21:42:27 497093296f84: Preparing 21:42:27 2f6f6e81068d: Preparing 21:42:27 eeda107ab146: Preparing 21:42:27 5aceacc7cc44: Preparing 21:42:27 4e7b653b45e6: Preparing 21:42:27 d28635c0549f: Preparing 21:42:27 70bd0361e2da: Preparing 21:42:27 6a79bbf29286: Preparing 21:42:27 a479d1217394: Preparing 21:42:27 7d9c760685aa: Preparing 21:42:27 f70ee36035b9: Preparing 21:42:27 6a79bbf29286: Waiting 21:42:27 a479d1217394: Waiting 21:42:27 4e7b653b45e6: Waiting 21:42:27 d28635c0549f: Waiting 21:42:27 70bd0361e2da: Waiting 21:42:27 7d9c760685aa: Waiting 21:42:27 f70ee36035b9: Waiting 21:42:27 497093296f84: Layer already exists 21:42:27 5aceacc7cc44: Layer already exists 21:42:27 97432bc1d3d0: Layer already exists 21:42:27 eeda107ab146: Layer already exists 21:42:27 2f6f6e81068d: Layer already exists 21:42:27 70bd0361e2da: Layer already exists 21:42:27 4e7b653b45e6: Layer already exists 21:42:27 d28635c0549f: Layer already exists 21:42:27 a479d1217394: Layer already exists 21:42:27 6a79bbf29286: Layer already exists 21:42:27 f70ee36035b9: Layer already exists 21:42:27 7d9c760685aa: Layer already exists 21:42:27 3.0.0-dev.75: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:28 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:28 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:28 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:42:28 97432bc1d3d0: Preparing 21:42:28 97432bc1d3d0: Preparing 21:42:28 497093296f84: Preparing 21:42:28 2f6f6e81068d: Preparing 21:42:28 eeda107ab146: Preparing 21:42:28 5aceacc7cc44: Preparing 21:42:28 4e7b653b45e6: Preparing 21:42:28 d28635c0549f: Preparing 21:42:28 70bd0361e2da: Preparing 21:42:28 6a79bbf29286: Preparing 21:42:28 a479d1217394: Preparing 21:42:28 7d9c760685aa: Preparing 21:42:28 f70ee36035b9: Preparing 21:42:28 4e7b653b45e6: Waiting 21:42:28 6a79bbf29286: Waiting 21:42:28 d28635c0549f: Waiting 21:42:28 a479d1217394: Waiting 21:42:28 7d9c760685aa: Waiting 21:42:28 f70ee36035b9: Waiting 21:42:28 70bd0361e2da: Waiting 21:42:28 497093296f84: Layer already exists 21:42:28 5aceacc7cc44: Layer already exists 21:42:28 97432bc1d3d0: Layer already exists 21:42:28 eeda107ab146: Layer already exists 21:42:28 2f6f6e81068d: Layer already exists 21:42:28 4e7b653b45e6: Layer already exists 21:42:28 70bd0361e2da: Layer already exists 21:42:28 d28635c0549f: Layer already exists 21:42:28 a479d1217394: Layer already exists 21:42:28 6a79bbf29286: Layer already exists 21:42:28 7d9c760685aa: Layer already exists 21:42:28 f70ee36035b9: Layer already exists 21:42:28 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:29 + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:29 + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main 21:42:29 The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] 21:42:29 97432bc1d3d0: Preparing 21:42:29 97432bc1d3d0: Preparing 21:42:29 497093296f84: Preparing 21:42:29 2f6f6e81068d: Preparing 21:42:29 eeda107ab146: Preparing 21:42:29 5aceacc7cc44: Preparing 21:42:29 4e7b653b45e6: Preparing 21:42:29 d28635c0549f: Preparing 21:42:29 70bd0361e2da: Preparing 21:42:29 6a79bbf29286: Preparing 21:42:29 a479d1217394: Preparing 21:42:29 7d9c760685aa: Preparing 21:42:29 f70ee36035b9: Preparing 21:42:29 4e7b653b45e6: Waiting 21:42:29 a479d1217394: Waiting 21:42:29 7d9c760685aa: Waiting 21:42:29 f70ee36035b9: Waiting 21:42:29 70bd0361e2da: Waiting 21:42:29 d28635c0549f: Waiting 21:42:29 6a79bbf29286: Waiting 21:42:29 2f6f6e81068d: Layer already exists 21:42:29 5aceacc7cc44: Layer already exists 21:42:29 97432bc1d3d0: Layer already exists 21:42:29 497093296f84: Layer already exists 21:42:29 eeda107ab146: Layer already exists 21:42:29 d28635c0549f: Layer already exists 21:42:29 a479d1217394: Layer already exists 21:42:29 4e7b653b45e6: Layer already exists 21:42:29 6a79bbf29286: Layer already exists 21:42:29 70bd0361e2da: Layer already exists 21:42:29 f70ee36035b9: Layer already exists 21:42:29 7d9c760685aa: Layer already exists 21:42:29 main: digest: sha256:805cb9123a7d285d7984ae200abab49026f3e66b67af34871050d17a6d2585ce size: 3024 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:29 ===================================================== [Pipeline] echo 21:42:29 taggedImages: 21:42:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest 21:42:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:3.0.0-dev.75 21:42:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:29 - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo 21:42:29 [edgeXDocker.push] Tagging docker image security-proxy-auth-arm64 with the following tags: 21:42:29 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:29 latest 21:42:29 3.0.0-dev.75 21:42:29 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:29 main 21:42:29 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:30 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:30 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:42:30 5f9f6f2c1dac: Preparing 21:42:30 5a1cc7b7316b: Preparing 21:42:30 f5a93feadace: Preparing 21:42:30 b656380a7fc4: Preparing 21:42:30 d28635c0549f: Preparing 21:42:30 2c36be2bc9f8: Preparing 21:42:30 f70ee36035b9: Preparing 21:42:30 2c36be2bc9f8: Waiting 21:42:30 f70ee36035b9: Waiting 21:42:30 d28635c0549f: Layer already exists 21:42:30 2c36be2bc9f8: Layer already exists 21:42:30 f70ee36035b9: Layer already exists 21:42:30 f5a93feadace: Pushed 21:42:30 5f9f6f2c1dac: Pushed 21:42:30 5a1cc7b7316b: Pushed 21:42:33 b656380a7fc4: Pushed 21:42:33 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:33 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:33 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:42:33 5f9f6f2c1dac: Preparing 21:42:33 5a1cc7b7316b: Preparing 21:42:33 f5a93feadace: Preparing 21:42:33 b656380a7fc4: Preparing 21:42:33 d28635c0549f: Preparing 21:42:33 2c36be2bc9f8: Preparing 21:42:33 f70ee36035b9: Preparing 21:42:33 2c36be2bc9f8: Waiting 21:42:33 f70ee36035b9: Waiting 21:42:33 f5a93feadace: Layer already exists 21:42:33 b656380a7fc4: Layer already exists 21:42:33 d28635c0549f: Layer already exists 21:42:33 5a1cc7b7316b: Layer already exists 21:42:33 5f9f6f2c1dac: Layer already exists 21:42:33 2c36be2bc9f8: Layer already exists 21:42:33 f70ee36035b9: Layer already exists 21:42:33 latest: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:34 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:34 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 21:42:34 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:42:34 5f9f6f2c1dac: Preparing 21:42:34 5a1cc7b7316b: Preparing 21:42:34 f5a93feadace: Preparing 21:42:34 b656380a7fc4: Preparing 21:42:34 d28635c0549f: Preparing 21:42:34 2c36be2bc9f8: Preparing 21:42:34 f70ee36035b9: Preparing 21:42:34 2c36be2bc9f8: Waiting 21:42:34 f70ee36035b9: Waiting 21:42:34 d28635c0549f: Layer already exists 21:42:34 5f9f6f2c1dac: Layer already exists 21:42:34 5a1cc7b7316b: Layer already exists 21:42:34 b656380a7fc4: Layer already exists 21:42:34 f5a93feadace: Layer already exists 21:42:34 2c36be2bc9f8: Layer already exists 21:42:34 f70ee36035b9: Layer already exists 21:42:34 3.0.0-dev.75: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:35 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:35 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:35 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:42:35 5f9f6f2c1dac: Preparing 21:42:35 5a1cc7b7316b: Preparing 21:42:35 f5a93feadace: Preparing 21:42:35 b656380a7fc4: Preparing 21:42:35 d28635c0549f: Preparing 21:42:35 2c36be2bc9f8: Preparing 21:42:35 f70ee36035b9: Preparing 21:42:35 2c36be2bc9f8: Waiting 21:42:35 f70ee36035b9: Waiting 21:42:35 f5a93feadace: Layer already exists 21:42:35 5a1cc7b7316b: Layer already exists 21:42:35 b656380a7fc4: Layer already exists 21:42:35 d28635c0549f: Layer already exists 21:42:35 5f9f6f2c1dac: Layer already exists 21:42:35 f70ee36035b9: Layer already exists 21:42:35 2c36be2bc9f8: Layer already exists 21:42:35 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:36 + docker tag security-proxy-auth-arm64 nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:36 + docker push nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main 21:42:36 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64] 21:42:36 5f9f6f2c1dac: Preparing 21:42:36 5a1cc7b7316b: Preparing 21:42:36 f5a93feadace: Preparing 21:42:36 b656380a7fc4: Preparing 21:42:36 d28635c0549f: Preparing 21:42:36 2c36be2bc9f8: Preparing 21:42:36 f70ee36035b9: Preparing 21:42:36 2c36be2bc9f8: Waiting 21:42:36 f70ee36035b9: Waiting 21:42:36 5a1cc7b7316b: Layer already exists 21:42:36 d28635c0549f: Layer already exists 21:42:36 b656380a7fc4: Layer already exists 21:42:36 5f9f6f2c1dac: Layer already exists 21:42:36 f5a93feadace: Layer already exists 21:42:36 f70ee36035b9: Layer already exists 21:42:36 2c36be2bc9f8: Layer already exists 21:42:36 main: digest: sha256:7ca59ab7cf8c97f376dcc80363b7ab0ac4f673c9057aaa570098b7ab8f7311fe size: 1777 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:36 ===================================================== [Pipeline] echo 21:42:36 taggedImages: 21:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:latest 21:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:3.0.0-dev.75 21:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:36 - nexus3.edgexfoundry.org:10004/security-proxy-auth-arm64:main [Pipeline] echo 21:42:36 [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: 21:42:36 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:36 latest 21:42:36 3.0.0-dev.75 21:42:36 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:36 main 21:42:36 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:37 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:37 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:42:37 760d605f264c: Preparing 21:42:37 a7fc541d74c4: Preparing 21:42:37 ee30fc646926: Preparing 21:42:37 3645c3962434: Preparing 21:42:37 b545879dc810: Preparing 21:42:37 e77f25e932ec: Preparing 21:42:37 7546ebdabd94: Preparing 21:42:37 f70ee36035b9: Preparing 21:42:37 7546ebdabd94: Waiting 21:42:37 f70ee36035b9: Waiting 21:42:37 e77f25e932ec: Waiting 21:42:37 a7fc541d74c4: Pushed 21:42:37 760d605f264c: Pushed 21:42:37 b545879dc810: Pushed 21:42:37 e77f25e932ec: Pushed 21:42:40 3645c3962434: Pushed 21:42:40 f70ee36035b9: Layer already exists 21:42:40 ee30fc646926: Pushed 21:42:40 7546ebdabd94: Pushed 21:42:40 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:41 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:41 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:42:41 760d605f264c: Preparing 21:42:41 a7fc541d74c4: Preparing 21:42:41 ee30fc646926: Preparing 21:42:41 3645c3962434: Preparing 21:42:41 b545879dc810: Preparing 21:42:41 e77f25e932ec: Preparing 21:42:41 7546ebdabd94: Preparing 21:42:41 f70ee36035b9: Preparing 21:42:41 f70ee36035b9: Waiting 21:42:41 7546ebdabd94: Waiting 21:42:41 e77f25e932ec: Waiting 21:42:41 ee30fc646926: Layer already exists 21:42:41 3645c3962434: Layer already exists 21:42:41 b545879dc810: Layer already exists 21:42:41 a7fc541d74c4: Layer already exists 21:42:41 760d605f264c: Layer already exists 21:42:41 e77f25e932ec: Layer already exists 21:42:41 7546ebdabd94: Layer already exists 21:42:41 f70ee36035b9: Layer already exists 21:42:41 latest: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:42 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:42 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 21:42:42 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:42:42 760d605f264c: Preparing 21:42:42 a7fc541d74c4: Preparing 21:42:42 ee30fc646926: Preparing 21:42:42 3645c3962434: Preparing 21:42:42 b545879dc810: Preparing 21:42:42 e77f25e932ec: Preparing 21:42:42 7546ebdabd94: Preparing 21:42:42 f70ee36035b9: Preparing 21:42:42 e77f25e932ec: Waiting 21:42:42 7546ebdabd94: Waiting 21:42:42 f70ee36035b9: Waiting 21:42:42 b545879dc810: Layer already exists 21:42:42 a7fc541d74c4: Layer already exists 21:42:42 760d605f264c: Layer already exists 21:42:42 ee30fc646926: Layer already exists 21:42:42 3645c3962434: Layer already exists 21:42:42 e77f25e932ec: Layer already exists 21:42:42 f70ee36035b9: Layer already exists 21:42:42 7546ebdabd94: Layer already exists 21:42:42 3.0.0-dev.75: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:43 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:43 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:43 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:42:43 760d605f264c: Preparing 21:42:43 a7fc541d74c4: Preparing 21:42:43 ee30fc646926: Preparing 21:42:43 3645c3962434: Preparing 21:42:43 b545879dc810: Preparing 21:42:43 e77f25e932ec: Preparing 21:42:43 7546ebdabd94: Preparing 21:42:43 f70ee36035b9: Preparing 21:42:43 e77f25e932ec: Waiting 21:42:43 7546ebdabd94: Waiting 21:42:43 f70ee36035b9: Waiting 21:42:43 a7fc541d74c4: Layer already exists 21:42:43 b545879dc810: Layer already exists 21:42:43 ee30fc646926: Layer already exists 21:42:43 760d605f264c: Layer already exists 21:42:43 3645c3962434: Layer already exists 21:42:43 e77f25e932ec: Layer already exists 21:42:43 f70ee36035b9: Layer already exists 21:42:43 7546ebdabd94: Layer already exists 21:42:43 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:44 + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:44 + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main 21:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] 21:42:44 760d605f264c: Preparing 21:42:44 a7fc541d74c4: Preparing 21:42:44 ee30fc646926: Preparing 21:42:44 3645c3962434: Preparing 21:42:44 b545879dc810: Preparing 21:42:44 e77f25e932ec: Preparing 21:42:44 7546ebdabd94: Preparing 21:42:44 f70ee36035b9: Preparing 21:42:44 e77f25e932ec: Waiting 21:42:44 7546ebdabd94: Waiting 21:42:44 f70ee36035b9: Waiting 21:42:44 760d605f264c: Layer already exists 21:42:44 a7fc541d74c4: Layer already exists 21:42:44 b545879dc810: Layer already exists 21:42:44 3645c3962434: Layer already exists 21:42:44 ee30fc646926: Layer already exists 21:42:44 7546ebdabd94: Layer already exists 21:42:44 e77f25e932ec: Layer already exists 21:42:44 f70ee36035b9: Layer already exists 21:42:44 main: digest: sha256:6dc25e5be20bcc52b48a3e5bd9041486693fed7bc9f1ab9ab717d86d00b07cc9 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:44 ===================================================== [Pipeline] echo 21:42:44 taggedImages: 21:42:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest 21:42:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:3.0.0-dev.75 21:42:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:44 - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo 21:42:44 [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: 21:42:44 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:44 latest 21:42:44 3.0.0-dev.75 21:42:44 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:44 main 21:42:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:44 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:45 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:42:45 fe0dcdfb27fb: Preparing 21:42:45 dfbe864f3b1f: Preparing 21:42:45 f1989fb600c2: Preparing 21:42:45 94d85955ffdc: Preparing 21:42:45 b430d750c3e6: Preparing 21:42:45 dbaa30e97c81: Preparing 21:42:45 68c6183a1964: Preparing 21:42:45 fcb1e6769cd1: Preparing 21:42:45 3e084dc455a1: Preparing 21:42:45 f70ee36035b9: Preparing 21:42:45 dbaa30e97c81: Waiting 21:42:45 68c6183a1964: Waiting 21:42:45 fcb1e6769cd1: Waiting 21:42:45 3e084dc455a1: Waiting 21:42:45 f70ee36035b9: Waiting 21:42:45 fe0dcdfb27fb: Pushed 21:42:45 dfbe864f3b1f: Pushed 21:42:45 b430d750c3e6: Pushed 21:42:45 dbaa30e97c81: Pushed 21:42:45 68c6183a1964: Pushed 21:42:45 fcb1e6769cd1: Pushed 21:42:45 f70ee36035b9: Layer already exists 21:42:46 3e084dc455a1: Pushed 21:42:48 94d85955ffdc: Pushed 21:42:48 f1989fb600c2: Pushed 21:42:48 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:49 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:49 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:42:49 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:42:49 fe0dcdfb27fb: Preparing 21:42:49 dfbe864f3b1f: Preparing 21:42:49 f1989fb600c2: Preparing 21:42:49 94d85955ffdc: Preparing 21:42:49 b430d750c3e6: Preparing 21:42:49 dbaa30e97c81: Preparing 21:42:49 68c6183a1964: Preparing 21:42:49 fcb1e6769cd1: Preparing 21:42:49 3e084dc455a1: Preparing 21:42:49 f70ee36035b9: Preparing 21:42:49 dbaa30e97c81: Waiting 21:42:49 68c6183a1964: Waiting 21:42:49 fcb1e6769cd1: Waiting 21:42:49 3e084dc455a1: Waiting 21:42:49 f70ee36035b9: Waiting 21:42:49 94d85955ffdc: Layer already exists 21:42:49 dfbe864f3b1f: Layer already exists 21:42:49 b430d750c3e6: Layer already exists 21:42:49 fe0dcdfb27fb: Layer already exists 21:42:49 f1989fb600c2: Layer already exists 21:42:49 68c6183a1964: Layer already exists 21:42:49 dbaa30e97c81: Layer already exists 21:42:49 fcb1e6769cd1: Layer already exists 21:42:49 3e084dc455a1: Layer already exists 21:42:49 f70ee36035b9: Layer already exists 21:42:49 latest: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:50 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:50 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 21:42:50 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:42:50 fe0dcdfb27fb: Preparing 21:42:50 dfbe864f3b1f: Preparing 21:42:50 f1989fb600c2: Preparing 21:42:50 94d85955ffdc: Preparing 21:42:50 b430d750c3e6: Preparing 21:42:50 dbaa30e97c81: Preparing 21:42:50 68c6183a1964: Preparing 21:42:50 fcb1e6769cd1: Preparing 21:42:50 3e084dc455a1: Preparing 21:42:50 f70ee36035b9: Preparing 21:42:50 fcb1e6769cd1: Waiting 21:42:50 3e084dc455a1: Waiting 21:42:50 dbaa30e97c81: Waiting 21:42:50 f70ee36035b9: Waiting 21:42:50 68c6183a1964: Waiting 21:42:50 b430d750c3e6: Layer already exists 21:42:50 dfbe864f3b1f: Layer already exists 21:42:50 f1989fb600c2: Layer already exists 21:42:50 fe0dcdfb27fb: Layer already exists 21:42:50 94d85955ffdc: Layer already exists 21:42:50 68c6183a1964: Layer already exists 21:42:50 dbaa30e97c81: Layer already exists 21:42:50 fcb1e6769cd1: Layer already exists 21:42:50 f70ee36035b9: Layer already exists 21:42:50 3e084dc455a1: Layer already exists 21:42:50 3.0.0-dev.75: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:51 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:51 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:51 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:42:51 fe0dcdfb27fb: Preparing 21:42:51 dfbe864f3b1f: Preparing 21:42:51 f1989fb600c2: Preparing 21:42:51 94d85955ffdc: Preparing 21:42:51 b430d750c3e6: Preparing 21:42:51 dbaa30e97c81: Preparing 21:42:51 68c6183a1964: Preparing 21:42:51 fcb1e6769cd1: Preparing 21:42:51 3e084dc455a1: Preparing 21:42:51 f70ee36035b9: Preparing 21:42:51 dbaa30e97c81: Waiting 21:42:51 68c6183a1964: Waiting 21:42:51 fcb1e6769cd1: Waiting 21:42:51 3e084dc455a1: Waiting 21:42:51 f70ee36035b9: Waiting 21:42:51 dfbe864f3b1f: Layer already exists 21:42:51 94d85955ffdc: Layer already exists 21:42:51 fe0dcdfb27fb: Layer already exists 21:42:51 b430d750c3e6: Layer already exists 21:42:51 f1989fb600c2: Layer already exists 21:42:51 fcb1e6769cd1: Layer already exists 21:42:51 68c6183a1964: Layer already exists 21:42:51 dbaa30e97c81: Layer already exists 21:42:51 f70ee36035b9: Layer already exists 21:42:51 3e084dc455a1: Layer already exists 21:42:51 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:52 + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:53 + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main 21:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] 21:42:53 fe0dcdfb27fb: Preparing 21:42:53 dfbe864f3b1f: Preparing 21:42:53 f1989fb600c2: Preparing 21:42:53 94d85955ffdc: Preparing 21:42:53 b430d750c3e6: Preparing 21:42:53 dbaa30e97c81: Preparing 21:42:53 68c6183a1964: Preparing 21:42:53 fcb1e6769cd1: Preparing 21:42:53 3e084dc455a1: Preparing 21:42:53 f70ee36035b9: Preparing 21:42:53 68c6183a1964: Waiting 21:42:53 fcb1e6769cd1: Waiting 21:42:53 3e084dc455a1: Waiting 21:42:53 f70ee36035b9: Waiting 21:42:53 dbaa30e97c81: Waiting 21:42:53 b430d750c3e6: Layer already exists 21:42:53 dfbe864f3b1f: Layer already exists 21:42:53 fe0dcdfb27fb: Layer already exists 21:42:53 f1989fb600c2: Layer already exists 21:42:53 94d85955ffdc: Layer already exists 21:42:53 3e084dc455a1: Layer already exists 21:42:53 dbaa30e97c81: Layer already exists 21:42:53 fcb1e6769cd1: Layer already exists 21:42:53 f70ee36035b9: Layer already exists 21:42:53 68c6183a1964: Layer already exists 21:42:53 main: digest: sha256:28626ae8c505fe499f9f3bacdcca48d05670a82d8af7e886ae00388a9c20488a size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:42:53 ===================================================== [Pipeline] echo 21:42:53 taggedImages: 21:42:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest 21:42:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:3.0.0-dev.75 21:42:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:53 - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo 21:42:53 [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: 21:42:53 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:53 latest 21:42:53 3.0.0-dev.75 21:42:53 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:42:53 main 21:42:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:53 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:54 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:42:54 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:42:54 c6373cd00d12: Preparing 21:42:54 7922bdfbf107: Preparing 21:42:54 d28635c0549f: Preparing 21:42:54 ba0c2bc86233: Preparing 21:42:54 a8cfdf0cc8ec: Preparing 21:42:54 a8cfdf0cc8ec: Layer already exists 21:42:54 d28635c0549f: Layer already exists 21:42:54 c6373cd00d12: Pushed 21:42:55 ba0c2bc86233: Pushed 21:42:58 7922bdfbf107: Pushed 21:42:58 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:59 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:42:59 c6373cd00d12: Preparing 21:42:59 7922bdfbf107: Preparing 21:42:59 d28635c0549f: Preparing 21:42:59 ba0c2bc86233: Preparing 21:42:59 a8cfdf0cc8ec: Preparing 21:42:59 7922bdfbf107: Layer already exists 21:42:59 c6373cd00d12: Layer already exists 21:42:59 d28635c0549f: Layer already exists 21:42:59 a8cfdf0cc8ec: Layer already exists 21:42:59 ba0c2bc86233: Layer already exists 21:42:59 latest: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:42:59 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 21:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:43:00 c6373cd00d12: Preparing 21:43:00 7922bdfbf107: Preparing 21:43:00 d28635c0549f: Preparing 21:43:00 ba0c2bc86233: Preparing 21:43:00 a8cfdf0cc8ec: Preparing 21:43:00 7922bdfbf107: Layer already exists 21:43:00 a8cfdf0cc8ec: Layer already exists 21:43:00 c6373cd00d12: Layer already exists 21:43:00 d28635c0549f: Layer already exists 21:43:00 ba0c2bc86233: Layer already exists 21:43:00 3.0.0-dev.75: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:00 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:00 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:43:00 c6373cd00d12: Preparing 21:43:00 7922bdfbf107: Preparing 21:43:00 d28635c0549f: Preparing 21:43:00 ba0c2bc86233: Preparing 21:43:00 a8cfdf0cc8ec: Preparing 21:43:00 ba0c2bc86233: Layer already exists 21:43:00 c6373cd00d12: Layer already exists 21:43:00 a8cfdf0cc8ec: Layer already exists 21:43:00 d28635c0549f: Layer already exists 21:43:00 7922bdfbf107: Layer already exists 21:43:00 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:01 + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:01 + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main 21:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] 21:43:01 c6373cd00d12: Preparing 21:43:01 7922bdfbf107: Preparing 21:43:01 d28635c0549f: Preparing 21:43:01 ba0c2bc86233: Preparing 21:43:01 a8cfdf0cc8ec: Preparing 21:43:01 7922bdfbf107: Layer already exists 21:43:01 c6373cd00d12: Layer already exists 21:43:01 ba0c2bc86233: Layer already exists 21:43:01 a8cfdf0cc8ec: Layer already exists 21:43:01 d28635c0549f: Layer already exists 21:43:01 main: digest: sha256:b8434d8de81f5a29cbc0ae80de0b91115a78f7412936771a9fab0487f06bdf87 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:43:01 ===================================================== [Pipeline] echo 21:43:01 taggedImages: 21:43:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest 21:43:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:3.0.0-dev.75 21:43:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:01 - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo 21:43:01 [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: 21:43:01 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:01 latest 21:43:01 3.0.0-dev.75 21:43:01 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:01 main 21:43:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:02 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:43:02 54cd27ee14b3: Preparing 21:43:02 d482464cf2c3: Preparing 21:43:02 3888a733b200: Preparing 21:43:02 34a519980735: Preparing 21:43:02 857b96efc7dd: Preparing 21:43:02 8087fbee07c4: Preparing 21:43:02 a8cfdf0cc8ec: Preparing 21:43:02 8087fbee07c4: Waiting 21:43:02 a8cfdf0cc8ec: Waiting 21:43:02 54cd27ee14b3: Pushed 21:43:02 d482464cf2c3: Pushed 21:43:02 3888a733b200: Pushed 21:43:02 a8cfdf0cc8ec: Layer already exists 21:43:03 8087fbee07c4: Pushed 21:43:10 857b96efc7dd: Pushed 21:43:18 34a519980735: Pushed 21:43:18 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:18 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:19 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:43:19 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:43:19 54cd27ee14b3: Preparing 21:43:19 d482464cf2c3: Preparing 21:43:19 3888a733b200: Preparing 21:43:19 34a519980735: Preparing 21:43:19 857b96efc7dd: Preparing 21:43:19 8087fbee07c4: Preparing 21:43:19 a8cfdf0cc8ec: Preparing 21:43:19 8087fbee07c4: Waiting 21:43:19 a8cfdf0cc8ec: Waiting 21:43:19 34a519980735: Layer already exists 21:43:19 3888a733b200: Layer already exists 21:43:19 857b96efc7dd: Layer already exists 21:43:19 54cd27ee14b3: Layer already exists 21:43:19 d482464cf2c3: Layer already exists 21:43:19 8087fbee07c4: Layer already exists 21:43:19 a8cfdf0cc8ec: Layer already exists 21:43:19 latest: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:19 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 21:43:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:43:20 54cd27ee14b3: Preparing 21:43:20 d482464cf2c3: Preparing 21:43:20 3888a733b200: Preparing 21:43:20 34a519980735: Preparing 21:43:20 857b96efc7dd: Preparing 21:43:20 8087fbee07c4: Preparing 21:43:20 a8cfdf0cc8ec: Preparing 21:43:20 8087fbee07c4: Waiting 21:43:20 a8cfdf0cc8ec: Waiting 21:43:20 34a519980735: Layer already exists 21:43:20 3888a733b200: Layer already exists 21:43:20 d482464cf2c3: Layer already exists 21:43:20 857b96efc7dd: Layer already exists 21:43:20 54cd27ee14b3: Layer already exists 21:43:20 a8cfdf0cc8ec: Layer already exists 21:43:20 8087fbee07c4: Layer already exists 21:43:20 3.0.0-dev.75: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:20 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:20 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:20 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:43:20 54cd27ee14b3: Preparing 21:43:20 d482464cf2c3: Preparing 21:43:20 3888a733b200: Preparing 21:43:20 34a519980735: Preparing 21:43:20 857b96efc7dd: Preparing 21:43:20 8087fbee07c4: Preparing 21:43:20 a8cfdf0cc8ec: Preparing 21:43:20 8087fbee07c4: Waiting 21:43:20 a8cfdf0cc8ec: Waiting 21:43:20 857b96efc7dd: Layer already exists 21:43:20 3888a733b200: Layer already exists 21:43:20 34a519980735: Layer already exists 21:43:20 d482464cf2c3: Layer already exists 21:43:20 54cd27ee14b3: Layer already exists 21:43:20 a8cfdf0cc8ec: Layer already exists 21:43:20 8087fbee07c4: Layer already exists 21:43:20 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:21 + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:21 + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main 21:43:21 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] 21:43:21 54cd27ee14b3: Preparing 21:43:21 d482464cf2c3: Preparing 21:43:21 3888a733b200: Preparing 21:43:21 34a519980735: Preparing 21:43:21 857b96efc7dd: Preparing 21:43:21 8087fbee07c4: Preparing 21:43:21 a8cfdf0cc8ec: Preparing 21:43:21 8087fbee07c4: Waiting 21:43:21 d482464cf2c3: Layer already exists 21:43:21 54cd27ee14b3: Layer already exists 21:43:21 857b96efc7dd: Layer already exists 21:43:21 3888a733b200: Layer already exists 21:43:21 34a519980735: Layer already exists 21:43:21 a8cfdf0cc8ec: Layer already exists 21:43:21 8087fbee07c4: Layer already exists 21:43:21 main: digest: sha256:2eadf8f5619782bbe8a3ec7634bf4576b1e72f387eaf9c80ce788770064a8ff5 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:43:21 ===================================================== [Pipeline] echo 21:43:21 taggedImages: 21:43:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest 21:43:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:3.0.0-dev.75 21:43:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:21 - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo 21:43:21 [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: 21:43:21 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:21 latest 21:43:21 3.0.0-dev.75 21:43:21 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:21 main 21:43:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:22 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:22 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:22 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:43:22 48e056bef282: Preparing 21:43:22 4c6f69f3bb82: Preparing 21:43:22 2f8d2481ae4a: Preparing 21:43:22 b0b5390c98f6: Preparing 21:43:22 dcb57b75d025: Preparing 21:43:22 a8cfdf0cc8ec: Preparing 21:43:22 a8cfdf0cc8ec: Waiting 21:43:22 4c6f69f3bb82: Pushed 21:43:22 2f8d2481ae4a: Pushed 21:43:22 48e056bef282: Pushed 21:43:22 a8cfdf0cc8ec: Layer already exists 21:43:23 dcb57b75d025: Pushed 21:43:38 b0b5390c98f6: Pushed 21:43:38 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:38 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:38 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:43:38 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:43:38 48e056bef282: Preparing 21:43:38 4c6f69f3bb82: Preparing 21:43:38 2f8d2481ae4a: Preparing 21:43:38 b0b5390c98f6: Preparing 21:43:38 dcb57b75d025: Preparing 21:43:38 a8cfdf0cc8ec: Preparing 21:43:38 a8cfdf0cc8ec: Waiting 21:43:38 b0b5390c98f6: Layer already exists 21:43:38 dcb57b75d025: Layer already exists 21:43:38 48e056bef282: Layer already exists 21:43:38 2f8d2481ae4a: Layer already exists 21:43:38 4c6f69f3bb82: Layer already exists 21:43:38 a8cfdf0cc8ec: Layer already exists 21:43:39 latest: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:39 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:39 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 21:43:39 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:43:39 48e056bef282: Preparing 21:43:39 4c6f69f3bb82: Preparing 21:43:39 2f8d2481ae4a: Preparing 21:43:39 b0b5390c98f6: Preparing 21:43:39 dcb57b75d025: Preparing 21:43:39 a8cfdf0cc8ec: Preparing 21:43:39 a8cfdf0cc8ec: Waiting 21:43:39 4c6f69f3bb82: Layer already exists 21:43:39 b0b5390c98f6: Layer already exists 21:43:39 2f8d2481ae4a: Layer already exists 21:43:39 48e056bef282: Layer already exists 21:43:39 dcb57b75d025: Layer already exists 21:43:39 a8cfdf0cc8ec: Layer already exists 21:43:39 3.0.0-dev.75: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:43:40 48e056bef282: Preparing 21:43:40 4c6f69f3bb82: Preparing 21:43:40 2f8d2481ae4a: Preparing 21:43:40 b0b5390c98f6: Preparing 21:43:40 dcb57b75d025: Preparing 21:43:40 a8cfdf0cc8ec: Preparing 21:43:40 a8cfdf0cc8ec: Waiting 21:43:40 48e056bef282: Layer already exists 21:43:40 2f8d2481ae4a: Layer already exists 21:43:40 b0b5390c98f6: Layer already exists 21:43:40 dcb57b75d025: Layer already exists 21:43:40 4c6f69f3bb82: Layer already exists 21:43:40 a8cfdf0cc8ec: Layer already exists 21:43:40 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:40 + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:40 + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main 21:43:40 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] 21:43:40 48e056bef282: Preparing 21:43:40 4c6f69f3bb82: Preparing 21:43:40 2f8d2481ae4a: Preparing 21:43:40 b0b5390c98f6: Preparing 21:43:40 dcb57b75d025: Preparing 21:43:40 a8cfdf0cc8ec: Preparing 21:43:40 a8cfdf0cc8ec: Waiting 21:43:40 dcb57b75d025: Layer already exists 21:43:40 48e056bef282: Layer already exists 21:43:40 4c6f69f3bb82: Layer already exists 21:43:40 b0b5390c98f6: Layer already exists 21:43:40 2f8d2481ae4a: Layer already exists 21:43:40 a8cfdf0cc8ec: Layer already exists 21:43:40 main: digest: sha256:6ad54f41126f1653c87e805dfdd5d7284e214e2e700dad113889c6a3501cb772 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:43:41 ===================================================== [Pipeline] echo 21:43:41 taggedImages: 21:43:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest 21:43:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:3.0.0-dev.75 21:43:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:41 - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo 21:43:41 [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: 21:43:41 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:41 latest 21:43:41 3.0.0-dev.75 21:43:41 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:43:41 main 21:43:41 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:41 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:41 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:43:41 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:43:41 81b9b3de2792: Preparing 21:43:41 86cc25bceb67: Preparing 21:43:41 a2b58827a75c: Preparing 21:43:41 1194d9367c85: Preparing 21:43:41 8087fbee07c4: Preparing 21:43:41 a8cfdf0cc8ec: Preparing 21:43:41 a8cfdf0cc8ec: Waiting 21:43:41 a2b58827a75c: Pushed 21:43:41 86cc25bceb67: Pushed 21:43:41 81b9b3de2792: Pushed 21:43:43 8087fbee07c4: Layer already exists 21:43:43 a8cfdf0cc8ec: Layer already exists 21:43:58 1194d9367c85: Pushed 21:43:58 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:59 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:43:59 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:43:59 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:44:00 81b9b3de2792: Preparing 21:44:00 86cc25bceb67: Preparing 21:44:00 a2b58827a75c: Preparing 21:44:00 1194d9367c85: Preparing 21:44:00 8087fbee07c4: Preparing 21:44:00 a8cfdf0cc8ec: Preparing 21:44:00 a8cfdf0cc8ec: Waiting 21:44:00 81b9b3de2792: Layer already exists 21:44:00 86cc25bceb67: Layer already exists 21:44:00 a2b58827a75c: Layer already exists 21:44:00 8087fbee07c4: Layer already exists 21:44:00 1194d9367c85: Layer already exists 21:44:00 a8cfdf0cc8ec: Layer already exists 21:44:00 latest: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:01 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:01 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 21:44:01 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:44:01 81b9b3de2792: Preparing 21:44:01 86cc25bceb67: Preparing 21:44:01 a2b58827a75c: Preparing 21:44:01 1194d9367c85: Preparing 21:44:01 8087fbee07c4: Preparing 21:44:01 a8cfdf0cc8ec: Preparing 21:44:01 a8cfdf0cc8ec: Waiting 21:44:01 1194d9367c85: Layer already exists 21:44:01 86cc25bceb67: Layer already exists 21:44:01 a2b58827a75c: Layer already exists 21:44:01 81b9b3de2792: Layer already exists 21:44:01 8087fbee07c4: Layer already exists 21:44:01 a8cfdf0cc8ec: Layer already exists 21:44:01 3.0.0-dev.75: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:02 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:02 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:44:02 81b9b3de2792: Preparing 21:44:02 86cc25bceb67: Preparing 21:44:02 a2b58827a75c: Preparing 21:44:02 1194d9367c85: Preparing 21:44:02 8087fbee07c4: Preparing 21:44:02 a8cfdf0cc8ec: Preparing 21:44:02 a8cfdf0cc8ec: Waiting 21:44:02 1194d9367c85: Layer already exists 21:44:02 86cc25bceb67: Layer already exists 21:44:02 81b9b3de2792: Layer already exists 21:44:02 8087fbee07c4: Layer already exists 21:44:02 a2b58827a75c: Layer already exists 21:44:02 a8cfdf0cc8ec: Layer already exists 21:44:02 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:02 + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:03 + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main 21:44:03 The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] 21:44:03 81b9b3de2792: Preparing 21:44:03 86cc25bceb67: Preparing 21:44:03 a2b58827a75c: Preparing 21:44:03 1194d9367c85: Preparing 21:44:03 8087fbee07c4: Preparing 21:44:03 a8cfdf0cc8ec: Preparing 21:44:03 a8cfdf0cc8ec: Waiting 21:44:03 a2b58827a75c: Layer already exists 21:44:03 86cc25bceb67: Layer already exists 21:44:03 8087fbee07c4: Layer already exists 21:44:03 81b9b3de2792: Layer already exists 21:44:03 1194d9367c85: Layer already exists 21:44:03 a8cfdf0cc8ec: Layer already exists 21:44:03 main: digest: sha256:c50f15d1b3062da3c9c1203dd8b186ec6032286d4fe3af4733f588d41e21f67c size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:44:03 ===================================================== [Pipeline] echo 21:44:03 taggedImages: 21:44:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest 21:44:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:3.0.0-dev.75 21:44:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:03 - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo 21:44:03 [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: 21:44:03 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:03 latest 21:44:03 3.0.0-dev.75 21:44:03 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:03 main 21:44:03 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:03 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:04 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:04 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:44:04 8e5c93648bc1: Preparing 21:44:04 e40b1710bdeb: Preparing 21:44:04 d28635c0549f: Preparing 21:44:04 bcb1fcdce4c1: Preparing 21:44:04 f70ee36035b9: Preparing 21:44:04 f70ee36035b9: Layer already exists 21:44:04 d28635c0549f: Layer already exists 21:44:04 8e5c93648bc1: Pushed 21:44:04 bcb1fcdce4c1: Pushed 21:44:09 e40b1710bdeb: Pushed 21:44:10 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:10 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:10 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:44:10 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:44:10 8e5c93648bc1: Preparing 21:44:10 e40b1710bdeb: Preparing 21:44:10 d28635c0549f: Preparing 21:44:10 bcb1fcdce4c1: Preparing 21:44:10 f70ee36035b9: Preparing 21:44:10 8e5c93648bc1: Layer already exists 21:44:10 f70ee36035b9: Layer already exists 21:44:10 e40b1710bdeb: Layer already exists 21:44:10 bcb1fcdce4c1: Layer already exists 21:44:10 d28635c0549f: Layer already exists 21:44:11 latest: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:11 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:11 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 21:44:11 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:44:11 8e5c93648bc1: Preparing 21:44:11 e40b1710bdeb: Preparing 21:44:11 d28635c0549f: Preparing 21:44:11 bcb1fcdce4c1: Preparing 21:44:11 f70ee36035b9: Preparing 21:44:11 bcb1fcdce4c1: Layer already exists 21:44:11 f70ee36035b9: Layer already exists 21:44:11 e40b1710bdeb: Layer already exists 21:44:11 d28635c0549f: Layer already exists 21:44:11 8e5c93648bc1: Layer already exists 21:44:11 3.0.0-dev.75: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:12 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:12 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:12 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:44:12 8e5c93648bc1: Preparing 21:44:12 e40b1710bdeb: Preparing 21:44:12 d28635c0549f: Preparing 21:44:12 bcb1fcdce4c1: Preparing 21:44:12 f70ee36035b9: Preparing 21:44:12 8e5c93648bc1: Layer already exists 21:44:12 e40b1710bdeb: Layer already exists 21:44:12 d28635c0549f: Layer already exists 21:44:12 f70ee36035b9: Layer already exists 21:44:12 bcb1fcdce4c1: Layer already exists 21:44:12 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:13 + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:13 + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main 21:44:13 The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] 21:44:13 8e5c93648bc1: Preparing 21:44:13 e40b1710bdeb: Preparing 21:44:13 d28635c0549f: Preparing 21:44:13 bcb1fcdce4c1: Preparing 21:44:13 f70ee36035b9: Preparing 21:44:13 f70ee36035b9: Layer already exists 21:44:13 8e5c93648bc1: Layer already exists 21:44:13 e40b1710bdeb: Layer already exists 21:44:13 d28635c0549f: Layer already exists 21:44:13 bcb1fcdce4c1: Layer already exists 21:44:13 main: digest: sha256:eeea685df7471ff4f4914261667471ab4ba9b75b2e750091732d1245f457b335 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:44:13 ===================================================== [Pipeline] echo 21:44:13 taggedImages: 21:44:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest 21:44:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:3.0.0-dev.75 21:44:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:13 - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo 21:44:13 [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: 21:44:13 a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:13 latest 21:44:13 3.0.0-dev.75 21:44:13 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:13 main 21:44:13 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:13 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:14 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:14 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:44:14 efafeb6a4dd7: Preparing 21:44:14 0ada38abf170: Preparing 21:44:14 d28635c0549f: Preparing 21:44:14 6ae1c77dc221: Preparing 21:44:14 f70ee36035b9: Preparing 21:44:14 f70ee36035b9: Layer already exists 21:44:14 d28635c0549f: Layer already exists 21:44:14 6ae1c77dc221: Layer already exists 21:44:14 efafeb6a4dd7: Pushed 21:44:19 0ada38abf170: Pushed 21:44:19 a219a96092df6e8a7d6599bd49f1a07919d2084f: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:20 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:44:20 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:44:20 efafeb6a4dd7: Preparing 21:44:20 0ada38abf170: Preparing 21:44:20 d28635c0549f: Preparing 21:44:20 6ae1c77dc221: Preparing 21:44:20 f70ee36035b9: Preparing 21:44:20 f70ee36035b9: Layer already exists 21:44:20 d28635c0549f: Layer already exists 21:44:20 6ae1c77dc221: Layer already exists 21:44:20 0ada38abf170: Layer already exists 21:44:20 efafeb6a4dd7: Layer already exists 21:44:20 latest: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:20 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 21:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:44:21 efafeb6a4dd7: Preparing 21:44:21 0ada38abf170: Preparing 21:44:21 d28635c0549f: Preparing 21:44:21 6ae1c77dc221: Preparing 21:44:21 f70ee36035b9: Preparing 21:44:21 6ae1c77dc221: Layer already exists 21:44:21 0ada38abf170: Layer already exists 21:44:21 d28635c0549f: Layer already exists 21:44:21 f70ee36035b9: Layer already exists 21:44:21 efafeb6a4dd7: Layer already exists 21:44:21 3.0.0-dev.75: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:21 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:21 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:44:21 efafeb6a4dd7: Preparing 21:44:21 0ada38abf170: Preparing 21:44:21 d28635c0549f: Preparing 21:44:21 6ae1c77dc221: Preparing 21:44:21 f70ee36035b9: Preparing 21:44:21 efafeb6a4dd7: Layer already exists 21:44:21 f70ee36035b9: Layer already exists 21:44:21 6ae1c77dc221: Layer already exists 21:44:21 d28635c0549f: Layer already exists 21:44:21 0ada38abf170: Layer already exists 21:44:21 a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:21 + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:22 + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main 21:44:22 The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] 21:44:22 efafeb6a4dd7: Preparing 21:44:22 0ada38abf170: Preparing 21:44:22 d28635c0549f: Preparing 21:44:22 6ae1c77dc221: Preparing 21:44:22 f70ee36035b9: Preparing 21:44:22 6ae1c77dc221: Layer already exists 21:44:22 efafeb6a4dd7: Layer already exists 21:44:22 d28635c0549f: Layer already exists 21:44:22 0ada38abf170: Layer already exists 21:44:22 f70ee36035b9: Layer already exists 21:44:22 main: digest: sha256:8a9bce1a0c89da7b2946311620a400a4b2b2c90c5dafff650134bfef0d960032 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 21:44:22 ===================================================== [Pipeline] echo 21:44:22 taggedImages: 21:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f 21:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest 21:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:3.0.0-dev.75 21:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:a219a96092df6e8a7d6599bd49f1a07919d2084f-3.0.0-dev.75 21:44:22 - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:44:22 21:44:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:44:23 arm64: Pulling from edgex-lftools-log-publisher 21:44:23 8998bd30e6a1: Pulling fs layer 21:44:23 04944245beec: Pulling fs layer 21:44:23 699f458cf7ca: Pulling fs layer 21:44:23 765212b225bb: Pulling fs layer 21:44:23 f23df028b6ca: Pulling fs layer 21:44:23 d65c8cfc05b1: Pulling fs layer 21:44:23 2437ff75d9bd: Pulling fs layer 21:44:23 f23df028b6ca: Waiting 21:44:23 d65c8cfc05b1: Waiting 21:44:23 2437ff75d9bd: Waiting 21:44:23 765212b225bb: Waiting 21:44:23 04944245beec: Download complete 21:44:23 765212b225bb: Download complete 21:44:23 f23df028b6ca: Verifying Checksum 21:44:23 f23df028b6ca: Download complete 21:44:23 d65c8cfc05b1: Verifying Checksum 21:44:23 d65c8cfc05b1: Download complete 21:44:23 699f458cf7ca: Verifying Checksum 21:44:23 699f458cf7ca: Download complete 21:44:24 8998bd30e6a1: Download complete 21:44:26 2437ff75d9bd: Verifying Checksum 21:44:26 2437ff75d9bd: Download complete 21:44:28 8998bd30e6a1: Pull complete 21:44:28 04944245beec: Pull complete 21:44:30 699f458cf7ca: Pull complete 21:44:30 765212b225bb: Pull complete 21:44:31 f23df028b6ca: Pull complete 21:44:31 d65c8cfc05b1: Pull complete 21:44:46 2437ff75d9bd: Pull complete 21:44:46 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 21:44:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 21:44:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:44:46 prd-ubuntu20.04-docker-arm64-4c-16g-8122 does not seem to be running inside a container 21:44:46 $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 21:44:48 $ docker top 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:44:49 ---> job-cost.sh 21:44:49 lf-activate-venv: SKIPPING 21:44:49 INFO: No Stack... 21:44:50 INFO: Retrieving Pricing Info for: v3-standard-4 21:44:50 INFO: Archiving Costs [Pipeline] sh 21:44:51 + + cat /w/workspace/edgex-go/436/archives/cost.csv 21:44:51 cut -d, -f6 [Pipeline] lock 21:44:51 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] 21:44:51 Resource [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] did not exist. Created. 21:44:51 Lock acquired on [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:44:51 + echo total: 0.10999999940395355 [Pipeline] stash 21:44:52 Stashed 1 file(s) [Pipeline] } 21:44:52 Lock released on resource [jenkins-edgexfoundry-edgex-go-main-436-stack-cost] [Pipeline] // lock [Pipeline] } 21:44:52 $ docker stop --time=1 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 21:44:53 $ docker rm -f --volumes 2a970c88b5593a739b08ed7ca956bf004fb06e7cc6219adad772170e3faec988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 21:44:54 provisioning config files... 21:44:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/436@tmp/config12249002854704058525tmp [Pipeline] { [Pipeline] sh 21:44:54 + set +x 21:44:54 + curl -s+ https://codecov.io/bash 21:44:54 bash -s -- 21:44:54 21:44:54 _____ _ 21:44:54 / ____| | | 21:44:54 | | ___ __| | ___ ___ _____ __ 21:44:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:44:54 | |___| (_) | (_| | __/ (_| (_) \ V / 21:44:54 \_____\___/ \__,_|\___|\___\___/ \_/ 21:44:54 Bash-1.0.6 21:44:54 21:44:54 21:44:54 ==> git version 2.25.1 found 21:44:54 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 21:44:54 Release-Date: 2020-01-08 21:44:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 21:44:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 21:44:54 ==> Jenkins CI detected. 21:44:54 current dir:  /w/workspace/edgex-go/436 21:44:54 project root: . 21:44:54 --> token set from env 21:44:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:44:54 ==> Running gcov in . (disable via -X gcov) 21:44:54 ==> Python coveragepy not found 21:44:54 ==> Searching for coverage reports in: 21:44:54 + . 21:44:54 -> Found 1 reports 21:44:54 ==> Detecting git/mercurial file structure 21:44:54 ==> Reading reports 21:44:54 + ./coverage.out bytes=487670 21:44:54 ==> Appending adjustments 21:44:54 https://docs.codecov.io/docs/fixing-reports 21:44:56 + Found adjustments 21:44:56 ==> Gzipping contents 21:44:56 64K /tmp/codecov.MCJGEs.gz 21:44:56 ==> Uploading reports 21:44:56 url: https://codecov.io 21:44:56 query: branch=main&commit=a219a96092df6e8a7d6599bd49f1a07919d2084f&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:44:56 -> Pinging Codecov 21:44:56 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=a219a96092df6e8a7d6599bd49f1a07919d2084f&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 21:44:56 -> Uploading to 21:44:56 https://storage.googleapis.com/codecov/v4/raw/2023-03-02/00271124DB129430A58F1EEE437C3FCB/a219a96092df6e8a7d6599bd49f1a07919d2084f/62af4b01-027d-48b7-b5a3-abb5862176a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230302%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230302T214455Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c3ba69d6c533dc51182b7204784ec18c8f69041376554a1a6dcbaa317d4b850 21:44:56 % Total % Received % Xferd Average Speed Time Time Time Current 21:44:56 Dload Upload Total Spent Left Speed 21:44:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63116 0 0 100 63116 0 277k --:--:-- --:--:-- --:--:-- 276k 100 63116 0 0 100 63116 0 182k --:--:-- --:--:-- --:--:-- 181k 21:44:56 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/a219a96092df6e8a7d6599bd49f1a07919d2084f [Pipeline] } 21:44:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 21:44:56 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 21:44:56 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:44:57 21:44:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:44:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:44:57 1.410.4: Pulling from edgex-devops/edgex-snyk-go 21:44:57 df9b9388f04a: Pulling fs layer 21:44:57 52dc419b0ee2: Pulling fs layer 21:44:57 25bc292e5bac: Pulling fs layer 21:44:57 114826534d7a: Pulling fs layer 21:44:57 4657fd5d0bcf: Pulling fs layer 21:44:57 6ad1cebc031e: Pulling fs layer 21:44:57 8a3aa393b2d8: Pulling fs layer 21:44:57 6ad1cebc031e: Waiting 21:44:57 8a3aa393b2d8: Waiting 21:44:57 114826534d7a: Waiting 21:44:57 25bc292e5bac: Verifying Checksum 21:44:57 25bc292e5bac: Download complete 21:44:57 52dc419b0ee2: Verifying Checksum 21:44:57 52dc419b0ee2: Download complete 21:44:57 4657fd5d0bcf: Verifying Checksum 21:44:57 4657fd5d0bcf: Download complete 21:44:57 df9b9388f04a: Download complete 21:44:57 df9b9388f04a: Pull complete 21:44:57 6ad1cebc031e: Verifying Checksum 21:44:57 6ad1cebc031e: Download complete 21:44:57 52dc419b0ee2: Pull complete 21:44:57 25bc292e5bac: Pull complete 21:44:58 114826534d7a: Verifying Checksum 21:44:58 114826534d7a: Download complete 21:44:58 8a3aa393b2d8: Verifying Checksum 21:44:58 8a3aa393b2d8: Download complete 21:45:01 114826534d7a: Pull complete 21:45:01 4657fd5d0bcf: Pull complete 21:45:02 6ad1cebc031e: Pull complete 21:45:04 8a3aa393b2d8: Pull complete 21:45:04 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 21:45:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 21:45:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:04 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:04 $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 21:45:06 $ docker top 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 -eo pid,comm [Pipeline] { [Pipeline] echo 21:45:06 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh 21:45:07 + set -o pipefail 21:45:07 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' 21:45:12 21:45:12 Monitoring /w/workspace/edgex-go/436 (github.com/edgexfoundry/edgex-go)... 21:45:12 21:45:12 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/2e11e807-cba6-4e7c-9b8e-760d16d8c094 21:45:12 21:45:12 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 21:45:12 21:45:12 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 21:45:12 21:45:12 21:45:12 A medium severity vulnerability was found in the Snyk CLI versions you are using. 21:45:12 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 21:45:12 More details here: https://snyk.co/ue1NS [Pipeline] } 21:45:12 $ docker stop --time=1 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 21:45:14 $ docker rm -f --volumes 4ccfaa3cfa130f7a8ca17dbb9022d962a4521a1ff49e79362ab87be443d0fe63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 21:45:15 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:45:15 provisioning config files... 21:45:15 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/436@tmp/config16778876530699873011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:45:15 --> edgex-publish-swagger.sh 21:45:15 === Publish openapi/v3 API === 21:45:15 [publishToSwagger] Publishing the API Docs [openapi/v3] to Swagger 21:45:15 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/436/openapi/v3/core-command.yaml] 21:45:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:45:15 Dload Upload Total Spent Left Speed 21:45:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29030 0 0 100 29030 0 133k --:--:-- --:--:-- --:--:-- 133k 100 29030 0 0 100 29030 0 44118 --:--:-- --:--:-- --:--:-- 44051 21:45:15 21:45:15 21:45:15 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/436/openapi/v3/core-data.yaml] 21:45:15 % Total % Received % Xferd Average Speed Time Time Time Current 21:45:15 Dload Upload Total Spent Left Speed 21:45:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 69110 0 0 100 69110 0 101k --:--:-- --:--:-- --:--:-- 101k 100 69110 0 0 100 69110 0 101k --:--:-- --:--:-- --:--:-- 101k 21:45:16 21:45:16 21:45:16 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/436/openapi/v3/core-metadata.yaml] 21:45:16 % Total % Received % Xferd Average Speed Time Time Time Current 21:45:16 Dload Upload Total Spent Left Speed 21:45:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 140k 0 0 100 140k 0 276k --:--:-- --:--:-- --:--:-- 276k 21:45:17 21:45:17 21:45:17 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/436/openapi/v3/support-notifications.yaml] 21:45:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:45:17 Dload Upload Total Spent Left Speed 21:45:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86965 0 0 100 86965 0 157k --:--:-- --:--:-- --:--:-- 156k 100 86965 0 0 100 86965 0 156k --:--:-- --:--:-- --:--:-- 156k 21:45:17 21:45:17 21:45:17 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/436/openapi/v3/support-scheduler.yaml] 21:45:17 % Total % Received % Xferd Average Speed Time Time Time Current 21:45:17 Dload Upload Total Spent Left Speed 21:45:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 34001 0 0 100 34001 0 72342 --:--:-- --:--:-- --:--:-- 72342 21:45:18 21:45:18 [Pipeline] } 21:45:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh 21:45:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:45:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:45:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:18 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:45:19 $ docker top b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 -eo pid,comm 21:45:19 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:45:19 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:19 [ssh-agent] Looking for ssh-agent implementation... 21:45:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:19 $ docker exec b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 ssh-agent 21:45:19 SSH_AUTH_SOCK=/tmp/ssh-29axJ4JDtiSd/agent.32 21:45:19 SSH_AGENT_PID=38 21:45:19 Running ssh-add (command line suppressed) 21:45:19 Identity added: /w/workspace/edgex-go/436@tmp/private_key_12470358353320334655.key (/w/workspace/edgex-go/436@tmp/private_key_12470358353320334655.key) 21:45:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:20 + git semver tag 21:45:20 2023-03-02 21:45:20,237 [run_tag] DEBUG tag force:False 21:45:20 2023-03-02 21:45:20,237 [check_head_tag] DEBUG check head tag 21:45:20 2023-03-02 21:45:20,240 [execute] INFO git cat-file --batch-check 21:45:20 2023-03-02 21:45:20,240 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=) 21:45:20 2023-03-02 21:45:20,243 [execute] INFO git cat-file --batch 21:45:20 2023-03-02 21:45:20,244 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=) 21:45:20 2023-03-02 21:45:20,293 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:20 2023-03-02 21:45:20,293 [execute] INFO git tag -a v3.0.0-dev.75 -m v3.0.0-dev.75 21:45:20 2023-03-02 21:45:20,294 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.75', '-m', 'v3.0.0-dev.75'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) 21:45:20 2023-03-02 21:45:20,299 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:20 3.0.0-dev.75 [Pipeline] } 21:45:20 $ docker exec --env ******** --env ******** b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 ssh-agent -k 21:45:20 unset SSH_AUTH_SOCK; 21:45:20 unset SSH_AGENT_PID; 21:45:20 echo Agent pid 38 killed; 21:45:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:20 + git semver [Pipeline] } 21:45:21 $ docker stop --time=1 b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 21:45:22 $ docker rm -f --volumes b6bfd1419f89cbc4fc920837242a13e7e9b5c7710033f45a67cfab9ab9ff1661 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:45:22 21:45:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:45:23 0.23.1-centos7: Pulling from edgex-lftools 21:45:23 ab5ef0e58194: Pulling fs layer 21:45:23 9712f1f96733: Pulling fs layer 21:45:23 63f879dbbcfc: Pulling fs layer 21:45:23 0d9ebad4ef96: Pulling fs layer 21:45:23 e9a5061849ea: Pulling fs layer 21:45:23 d747dcd14b5f: Pulling fs layer 21:45:23 2de7ff778b66: Pulling fs layer 21:45:23 e9a5061849ea: Waiting 21:45:23 d747dcd14b5f: Waiting 21:45:23 0d9ebad4ef96: Waiting 21:45:23 9712f1f96733: Verifying Checksum 21:45:23 9712f1f96733: Download complete 21:45:23 63f879dbbcfc: Verifying Checksum 21:45:23 63f879dbbcfc: Download complete 21:45:23 0d9ebad4ef96: Verifying Checksum 21:45:23 0d9ebad4ef96: Download complete 21:45:23 d747dcd14b5f: Download complete 21:45:23 ab5ef0e58194: Verifying Checksum 21:45:23 ab5ef0e58194: Download complete 21:45:23 e9a5061849ea: Verifying Checksum 21:45:23 e9a5061849ea: Download complete 21:45:24 2de7ff778b66: Verifying Checksum 21:45:24 2de7ff778b66: Download complete 21:45:26 ab5ef0e58194: Pull complete 21:45:26 9712f1f96733: Pull complete 21:45:27 63f879dbbcfc: Pull complete 21:45:31 0d9ebad4ef96: Pull complete 21:45:31 e9a5061849ea: Pull complete 21:45:31 d747dcd14b5f: Pull complete 21:45:32 2de7ff778b66: Pull complete 21:45:32 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 21:45:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 21:45:32 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:32 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 21:45:34 $ docker top 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 21:45:34 provisioning config files... 21:45:34 copy managed file [sigul-config] to file:/w/workspace/edgex-go/436@tmp/config1850031135895098853tmp 21:45:34 copy managed file [sigul-password] to file:/w/workspace/edgex-go/436@tmp/config12694999161235183164tmp 21:45:34 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/436@tmp/config17327550835515833899tmp [Pipeline] { [Pipeline] echo 21:45:34 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 21:45:34 ---> sigul-configuration.sh 21:45:34 gpg: directory `/root/.gnupg' created 21:45:34 gpg: new configuration file `/root/.gnupg/gpg.conf' created 21:45:34 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 21:45:34 gpg: keyring `/root/.gnupg/secring.gpg' created 21:45:34 gpg: keyring `/root/.gnupg/pubring.gpg' created 21:45:34 gpg: CAST5 encrypted data 21:45:34 gpg: encrypted with 1 passphrase 21:45:34 gpg: WARNING: message was not integrity protected [Pipeline] sh 21:45:35 + mkdir /home/jenkins 21:45:35 + mkdir /home/jenkins/sigul [Pipeline] sh 21:45:35 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 21:45:35 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 21:45:35 ---> sigul-install.sh 21:45:35 Sigul already installed; skipping installation. [Pipeline] sh 21:45:35 + git tag --list 21:45:35 0.6.0 21:45:35 0.6.1 21:45:35 0.7.0 21:45:35 0.7.1 21:45:35 v1.0.0 21:45:35 v1.0.1 21:45:35 v1.1.0 21:45:35 v1.2.0 21:45:35 v1.2.1 21:45:35 v1.3.0 21:45:35 v1.3.1 21:45:35 v2.0.0 21:45:35 v2.1.0 21:45:35 v2.1.1 21:45:35 v2.1.1-dev.1 21:45:35 v2.1.1-dev.2 21:45:35 v2.1.1-dev.3 21:45:35 v2.1.1-dev.4 21:45:35 v2.1.1-dev.5 21:45:35 v2.1.1-dev.6 21:45:35 v2.1.1-dev.7 21:45:35 v2.1.1-dev.8 21:45:35 v2.1.2-dev.1 21:45:35 v2.2.0 21:45:35 v2.2.1-dev.1 21:45:35 v2.2.1-dev.10 21:45:35 v2.2.1-dev.11 21:45:35 v2.2.1-dev.12 21:45:35 v2.2.1-dev.13 21:45:35 v2.2.1-dev.14 21:45:35 v2.2.1-dev.15 21:45:35 v2.2.1-dev.16 21:45:35 v2.2.1-dev.17 21:45:35 v2.2.1-dev.18 21:45:35 v2.2.1-dev.19 21:45:35 v2.2.1-dev.2 21:45:35 v2.2.1-dev.20 21:45:35 v2.2.1-dev.21 21:45:35 v2.2.1-dev.22 21:45:35 v2.2.1-dev.23 21:45:35 v2.2.1-dev.24 21:45:35 v2.2.1-dev.25 21:45:35 v2.2.1-dev.26 21:45:35 v2.2.1-dev.27 21:45:35 v2.2.1-dev.28 21:45:35 v2.2.1-dev.29 21:45:35 v2.2.1-dev.3 21:45:35 v2.2.1-dev.4 21:45:35 v2.2.1-dev.5 21:45:35 v2.2.1-dev.6 21:45:35 v2.2.1-dev.7 21:45:35 v2.2.1-dev.8 21:45:35 v2.2.1-dev.9 21:45:35 v2.3.0 21:45:35 v2.3.0-dev.100 21:45:35 v2.3.0-dev.101 21:45:35 v2.3.0-dev.102 21:45:35 v2.3.0-dev.103 21:45:35 v2.3.0-dev.104 21:45:35 v2.3.0-dev.105 21:45:35 v2.3.0-dev.106 21:45:35 v2.3.0-dev.29 21:45:35 v2.3.0-dev.30 21:45:35 v2.3.0-dev.31 21:45:35 v2.3.0-dev.32 21:45:35 v2.3.0-dev.33 21:45:35 v2.3.0-dev.34 21:45:35 v2.3.0-dev.35 21:45:35 v2.3.0-dev.36 21:45:35 v2.3.0-dev.37 21:45:35 v2.3.0-dev.38 21:45:35 v2.3.0-dev.39 21:45:35 v2.3.0-dev.40 21:45:35 v2.3.0-dev.41 21:45:35 v2.3.0-dev.42 21:45:35 v2.3.0-dev.43 21:45:35 v2.3.0-dev.44 21:45:35 v2.3.0-dev.45 21:45:35 v2.3.0-dev.46 21:45:35 v2.3.0-dev.47 21:45:35 v2.3.0-dev.48 21:45:35 v2.3.0-dev.49 21:45:35 v2.3.0-dev.50 21:45:35 v2.3.0-dev.51 21:45:35 v2.3.0-dev.52 21:45:35 v2.3.0-dev.53 21:45:35 v2.3.0-dev.54 21:45:35 v2.3.0-dev.55 21:45:35 v2.3.0-dev.56 21:45:35 v2.3.0-dev.57 21:45:35 v2.3.0-dev.58 21:45:35 v2.3.0-dev.59 21:45:35 v2.3.0-dev.60 21:45:35 v2.3.0-dev.61 21:45:35 v2.3.0-dev.62 21:45:35 v2.3.0-dev.63 21:45:35 v2.3.0-dev.64 21:45:35 v2.3.0-dev.65 21:45:35 v2.3.0-dev.66 21:45:35 v2.3.0-dev.67 21:45:35 v2.3.0-dev.68 21:45:35 v2.3.0-dev.69 21:45:35 v2.3.0-dev.70 21:45:35 v2.3.0-dev.71 21:45:35 v2.3.0-dev.72 21:45:35 v2.3.0-dev.73 21:45:35 v2.3.0-dev.74 21:45:35 v2.3.0-dev.75 21:45:35 v2.3.0-dev.76 21:45:35 v2.3.0-dev.77 21:45:35 v2.3.0-dev.78 21:45:35 v2.3.0-dev.79 21:45:35 v2.3.0-dev.80 21:45:35 v2.3.0-dev.81 21:45:35 v2.3.0-dev.82 21:45:35 v2.3.0-dev.83 21:45:35 v2.3.0-dev.84 21:45:35 v2.3.0-dev.85 21:45:35 v2.3.0-dev.86 21:45:35 v2.3.0-dev.87 21:45:35 v2.3.0-dev.88 21:45:35 v2.3.0-dev.89 21:45:35 v2.3.0-dev.90 21:45:35 v2.3.0-dev.91 21:45:35 v2.3.0-dev.92 21:45:35 v2.3.0-dev.93 21:45:35 v2.3.0-dev.94 21:45:35 v2.3.0-dev.95 21:45:35 v2.3.0-dev.96 21:45:35 v2.3.0-dev.97 21:45:35 v2.3.0-dev.98 21:45:35 v2.3.0-dev.99 21:45:35 v2.3.1-dev.1 21:45:35 v2.3.1-dev.2 21:45:35 v2.3.1-dev.3 21:45:35 v2.3.1-dev.4 21:45:35 v2.3.1-dev.5 21:45:35 v3.0.0-dev.1 21:45:35 v3.0.0-dev.10 21:45:35 v3.0.0-dev.11 21:45:35 v3.0.0-dev.12 21:45:35 v3.0.0-dev.13 21:45:35 v3.0.0-dev.14 21:45:35 v3.0.0-dev.15 21:45:35 v3.0.0-dev.16 21:45:35 v3.0.0-dev.17 21:45:35 v3.0.0-dev.18 21:45:35 v3.0.0-dev.19 21:45:35 v3.0.0-dev.2 21:45:35 v3.0.0-dev.20 21:45:35 v3.0.0-dev.21 21:45:35 v3.0.0-dev.22 21:45:35 v3.0.0-dev.23 21:45:35 v3.0.0-dev.24 21:45:35 v3.0.0-dev.25 21:45:35 v3.0.0-dev.26 21:45:35 v3.0.0-dev.27 21:45:35 v3.0.0-dev.28 21:45:35 v3.0.0-dev.29 21:45:35 v3.0.0-dev.3 21:45:35 v3.0.0-dev.30 21:45:35 v3.0.0-dev.31 21:45:35 v3.0.0-dev.32 21:45:35 v3.0.0-dev.33 21:45:35 v3.0.0-dev.34 21:45:35 v3.0.0-dev.35 21:45:35 v3.0.0-dev.36 21:45:35 v3.0.0-dev.37 21:45:35 v3.0.0-dev.38 21:45:35 v3.0.0-dev.39 21:45:35 v3.0.0-dev.4 21:45:35 v3.0.0-dev.40 21:45:35 v3.0.0-dev.41 21:45:35 v3.0.0-dev.42 21:45:35 v3.0.0-dev.43 21:45:35 v3.0.0-dev.44 21:45:35 v3.0.0-dev.45 21:45:35 v3.0.0-dev.46 21:45:35 v3.0.0-dev.47 21:45:35 v3.0.0-dev.48 21:45:35 v3.0.0-dev.49 21:45:35 v3.0.0-dev.5 21:45:35 v3.0.0-dev.50 21:45:35 v3.0.0-dev.51 21:45:35 v3.0.0-dev.52 21:45:35 v3.0.0-dev.53 21:45:35 v3.0.0-dev.54 21:45:35 v3.0.0-dev.55 21:45:35 v3.0.0-dev.56 21:45:35 v3.0.0-dev.57 21:45:35 v3.0.0-dev.58 21:45:35 v3.0.0-dev.59 21:45:35 v3.0.0-dev.6 21:45:35 v3.0.0-dev.60 21:45:35 v3.0.0-dev.61 21:45:35 v3.0.0-dev.62 21:45:35 v3.0.0-dev.63 21:45:35 v3.0.0-dev.64 21:45:35 v3.0.0-dev.65 21:45:35 v3.0.0-dev.66 21:45:35 v3.0.0-dev.67 21:45:35 v3.0.0-dev.68 21:45:35 v3.0.0-dev.69 21:45:35 v3.0.0-dev.7 21:45:35 v3.0.0-dev.70 21:45:35 v3.0.0-dev.71 21:45:35 v3.0.0-dev.72 21:45:35 v3.0.0-dev.73 21:45:35 v3.0.0-dev.74 21:45:35 v3.0.0-dev.75 21:45:35 v3.0.0-dev.8 21:45:35 v3.0.0-dev.9 [Pipeline] sh 21:45:36 + lftools sign git-tag v3.0.0-dev.75 21:45:36 Signing Git tag with Sigul... 21:45:36 Signing v3.0.0-dev.75 [Pipeline] echo 21:45:37 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 21:45:37 ---> sigul-configuration-cleanup.sh [Pipeline] } 21:45:37 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 21:45:37 $ docker stop --time=1 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 21:45:38 $ docker rm -f --volumes 2ebf8a5cc9636a9f10fc96c7abcba3c8defcddbafe82358fba8905e76cfaf524 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 21:45:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:45:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:45:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:39 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:45:39 $ docker top 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab -eo pid,comm 21:45:39 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 21:45:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:39 [ssh-agent] Looking for ssh-agent implementation... 21:45:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:39 $ docker exec 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab ssh-agent 21:45:40 SSH_AUTH_SOCK=/tmp/ssh-2zHpqPU8OdUJ/agent.31 21:45:40 SSH_AGENT_PID=37 21:45:40 Running ssh-add (command line suppressed) 21:45:40 Identity added: /w/workspace/edgex-go/436@tmp/private_key_15230451160140345552.key (/w/workspace/edgex-go/436@tmp/private_key_15230451160140345552.key) 21:45:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:40 + git semver bump pre 21:45:40 2023-03-02 21:45:40,666 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:40 2023-03-02 21:45:40,666 [bump_version] DEBUG bumping version:3.0.0-dev.75 on axis:pre with prefix:dev 21:45:40 2023-03-02 21:45:40,666 [bump_version] DEBUG bumped version:3.0.0-dev.76 21:45:40 2023-03-02 21:45:40,666 [write_version] DEBUG write version:3.0.0-dev.76 to path:/w/workspace/edgex-go/436/.semver/main with force:True 21:45:40 2023-03-02 21:45:40,666 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:40 2023-03-02 21:45:40,666 [write_file] DEBUG write to file:/w/workspace/edgex-go/436/.semver/main 21:45:40 2023-03-02 21:45:40,668 [execute] INFO git cat-file --batch-check 21:45:40 2023-03-02 21:45:40,669 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) 21:45:40 2023-03-02 21:45:40,674 [execute] INFO git cat-file --batch 21:45:40 2023-03-02 21:45:40,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) 21:45:40 2023-03-02 21:45:40,680 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:40 3.0.0-dev.76 [Pipeline] } 21:45:40 $ docker exec --env ******** --env ******** 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab ssh-agent -k 21:45:40 unset SSH_AUTH_SOCK; 21:45:40 unset SSH_AGENT_PID; 21:45:40 echo Agent pid 37 killed; 21:45:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:41 + git semver [Pipeline] } 21:45:41 $ docker stop --time=1 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab 21:45:42 $ docker rm -f --volumes 72d1d635ff03a2cabc1e34ebc13d20bbf8ec20d37c63844af761b862298c0fab [Pipeline] // withDockerContainer [Pipeline] sh 21:45:43 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 21:45:43 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 21:45:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:43 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 21:45:43 $ docker top 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:45:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:45:43 [ssh-agent] Looking for ssh-agent implementation... 21:45:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:45:44 $ docker exec 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd ssh-agent 21:45:44 SSH_AUTH_SOCK=/tmp/ssh-1eDkWnkmU9cQ/agent.32 21:45:44 SSH_AGENT_PID=38 21:45:44 Running ssh-add (command line suppressed) 21:45:44 Identity added: /w/workspace/edgex-go/436@tmp/private_key_12812195983342359948.key (/w/workspace/edgex-go/436@tmp/private_key_12812195983342359948.key) 21:45:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:45:44 + git semver push 21:45:44 2023-03-02 21:45:44,698 [run_push] DEBUG push 21:45:44 2023-03-02 21:45:44,699 [execute] INFO git cat-file --batch-check 21:45:44 2023-03-02 21:45:44,699 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=) 21:45:44 2023-03-02 21:45:44,702 [execute] INFO git rev-list 027eb0eaad14856049e06d4734157a1adc796c64 -- 21:45:44 2023-03-02 21:45:44,702 [execute] DEBUG Popen(['git', 'rev-list', '027eb0eaad14856049e06d4734157a1adc796c64', '--'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=None) 21:45:44 2023-03-02 21:45:44,717 [execute] INFO git fetch -v origin 21:45:44 2023-03-02 21:45:44,717 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=True, shell=None, istream=None) 21:45:45 2023-03-02 21:45:45,283 [run_push] DEBUG no remote changes detected 21:45:45 2023-03-02 21:45:45,284 [execute] INFO git push origin semver 21:45:45 2023-03-02 21:45:45,284 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/436/.semver, universal_newlines=False, shell=None, istream=None) 21:45:46 2023-03-02 21:45:46,133 [run_push] DEBUG push all version tags 21:45:46 2023-03-02 21:45:46,134 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 21:45:46 2023-03-02 21:45:46,134 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/436, universal_newlines=False, shell=None, istream=None) 21:45:47 2023-03-02 21:45:46,961 [read_version] DEBUG read version from /w/workspace/edgex-go/436/.semver/main 21:45:47 3.0.0-dev.76 [Pipeline] } 21:45:47 $ docker exec --env ******** --env ******** 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd ssh-agent -k 21:45:47 unset SSH_AUTH_SOCK; 21:45:47 unset SSH_AGENT_PID; 21:45:47 echo Agent pid 38 killed; 21:45:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:47 + git semver [Pipeline] } 21:45:47 $ docker stop --time=1 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd 21:45:49 $ docker rm -f --volumes 1e6d111cb7379a03a451cdc404488add82ad49f522150fa0939ea76f576edebd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 21:45:49 + [ -d /w/workspace/edgex-go/436/archives ] [Pipeline] libraryResource [Pipeline] sh 21:45:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:45:50 ---> package-listing.sh 21:45:50 ++ facter osfamily 21:45:50 ++ tr '[:upper:]' '[:lower:]' 21:45:51 + OS_FAMILY=debian 21:45:51 + workspace=/w/workspace/edgex-go/436 21:45:51 + START_PACKAGES=/tmp/packages_start.txt 21:45:51 + END_PACKAGES=/tmp/packages_end.txt 21:45:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:45:51 + PACKAGES=/tmp/packages_start.txt 21:45:51 + '[' /w/workspace/edgex-go/436 ']' 21:45:51 + PACKAGES=/tmp/packages_end.txt 21:45:51 + case "${OS_FAMILY}" in 21:45:51 + dpkg -l 21:45:51 + grep '^ii' 21:45:51 + '[' -f /tmp/packages_start.txt ']' 21:45:51 + '[' -f /tmp/packages_end.txt ']' 21:45:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:45:51 + '[' /w/workspace/edgex-go/436 ']' 21:45:51 + mkdir -p /w/workspace/edgex-go/436/archives/ 21:45:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/436/archives/ [Pipeline] echo 21:45:51 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/436/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:45:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:45:51 21:45:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 21:45:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:45:52 latest: Pulling from edgex-lftools-log-publisher 21:45:52 5eb5b503b376: Pulling fs layer 21:45:52 5c69ac0246d0: Pulling fs layer 21:45:52 ec43610c2a17: Pulling fs layer 21:45:52 3a2ae6a8a46f: Pulling fs layer 21:45:52 33b1e0a273af: Pulling fs layer 21:45:52 5d3b04190fa2: Pulling fs layer 21:45:52 2f39f015ded8: Pulling fs layer 21:45:52 5d3b04190fa2: Waiting 21:45:52 33b1e0a273af: Waiting 21:45:52 2f39f015ded8: Waiting 21:45:52 3a2ae6a8a46f: Waiting 21:45:52 5c69ac0246d0: Download complete 21:45:52 3a2ae6a8a46f: Verifying Checksum 21:45:52 3a2ae6a8a46f: Download complete 21:45:52 33b1e0a273af: Verifying Checksum 21:45:52 33b1e0a273af: Download complete 21:45:52 5d3b04190fa2: Download complete 21:45:52 ec43610c2a17: Verifying Checksum 21:45:52 ec43610c2a17: Download complete 21:45:52 5eb5b503b376: Verifying Checksum 21:45:52 5eb5b503b376: Download complete 21:45:53 2f39f015ded8: Download complete 21:45:53 5eb5b503b376: Pull complete 21:45:53 5c69ac0246d0: Pull complete 21:45:54 ec43610c2a17: Pull complete 21:45:54 3a2ae6a8a46f: Pull complete 21:45:54 33b1e0a273af: Pull complete 21:45:54 5d3b04190fa2: Pull complete 21:45:58 2f39f015ded8: Pull complete 21:45:58 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 21:45:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 21:45:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 21:45:58 prd-ubuntu20.04-docker-8c-8g-8121 does not seem to be running inside a container 21:45:59 $ 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/436/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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 21:46:00 $ docker top 64267c6d077d3e651d983ad4f2cb55f7ab3df74f00546841a1db22ae9b6cbf77 -eo pid,comm [Pipeline] { [Pipeline] sh 21:46:00 + touch /tmp/pre-build-complete [Pipeline] sh 21:46:01 + mkdir -p /var/log/sysstat [Pipeline] sh 21:46:01 + ls /var/log/sa-host 21:46:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:46:01 provisioning config files... 21:46:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/436@tmp/config13923309055443508842tmp [Pipeline] { [Pipeline] echo 21:46:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:46:01 ---> create-netrc.sh [Pipeline] } 21:46:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 21:46:02 ---> python-tools-install.sh [Pipeline] echo 21:46:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:46:02 ---> sudo-logs.sh 21:46:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:46:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:46:02 ---> job-cost.sh 21:46:02 lf-activate-venv: SKIPPING 21:46:02 DEBUG: total: 0.10999999940395355 21:46:02 INFO: Retrieving Stack Cost... 21:46:02 INFO: Retrieving Pricing Info for: v3-standard-8 21:46:03 INFO: Archiving Costs [Pipeline] echo 21:46:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:46:03 ---> logs-deploy.sh 21:46:03 lf-activate-venv: SKIPPING 21:46:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/436 21:46:03 INFO: archiving workspace using pattern(s): 21:46:04 Archives upload complete. 21:46:04 INFO: archiving logs to Nexus 21:46:05 ---> uname -a: 21:46:05 Linux prd-ubuntu20-04-docker-8c-8g-8121 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 21:46:05 21:46:05 21:46:05 ---> lscpu: 21:46:05 Architecture: x86_64 21:46:05 CPU op-mode(s): 32-bit, 64-bit 21:46:05 Byte Order: Little Endian 21:46:05 Address sizes: 40 bits physical, 48 bits virtual 21:46:05 CPU(s): 8 21:46:05 On-line CPU(s) list: 0-7 21:46:05 Thread(s) per core: 1 21:46:05 Core(s) per socket: 1 21:46:05 Socket(s): 8 21:46:05 NUMA node(s): 1 21:46:05 Vendor ID: AuthenticAMD 21:46:05 CPU family: 23 21:46:05 Model: 49 21:46:05 Model name: AMD EPYC-Rome Processor 21:46:05 Stepping: 0 21:46:05 CPU MHz: 2799.996 21:46:05 BogoMIPS: 5599.99 21:46:05 Virtualization: AMD-V 21:46:05 Hypervisor vendor: KVM 21:46:05 Virtualization type: full 21:46:05 L1d cache: 256 KiB 21:46:05 L1i cache: 256 KiB 21:46:05 L2 cache: 4 MiB 21:46:05 L3 cache: 128 MiB 21:46:05 NUMA node0 CPU(s): 0-7 21:46:05 Vulnerability Itlb multihit: Not affected 21:46:05 Vulnerability L1tf: Not affected 21:46:05 Vulnerability Mds: Not affected 21:46:05 Vulnerability Meltdown: Not affected 21:46:05 Vulnerability Mmio stale data: Not affected 21:46:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:46:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 21:46:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 21:46:05 Vulnerability Srbds: Not affected 21:46:05 Vulnerability Tsx async abort: Not affected 21:46:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 21:46:05 21:46:05 21:46:05 ---> nproc: 21:46:05 8 21:46:05 21:46:05 21:46:05 ---> df -h: 21:46:05 Filesystem Size Used Avail Use% Mounted on 21:46:05 overlay 155G 21G 135G 14% / 21:46:05 tmpfs 64M 0 64M 0% /dev 21:46:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 21:46:05 shm 64M 0 64M 0% /dev/shm 21:46:05 /dev/vda1 155G 21G 135G 14% /facter-os 21:46:05 21:46:05 21:46:05 ---> sar -b -r -n DEV: 21:46:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8121) 03/02/23 _x86_64_ (8 CPU) 21:46:05 21:46:05 21:16:52 LINUX RESTART (8 CPU) 21:46:05 21:46:05 21:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:46:05 21:18:02 178.30 47.55 130.75 0.00 5354.67 139809.47 0.00 21:46:05 21:19:01 64.73 0.71 64.02 0.00 8.27 28221.25 0.00 21:46:05 21:20:01 66.09 0.23 65.86 0.00 3.20 25048.91 0.00 21:46:05 21:21:01 608.05 9.53 598.52 0.00 105.32 301636.53 0.00 21:46:05 21:22:01 706.87 1.05 705.82 0.00 76.25 207487.29 0.00 21:46:05 21:23:01 852.16 12.08 840.08 0.00 5109.02 276808.93 0.00 21:46:05 21:24:01 566.94 0.07 566.87 0.00 4.00 115828.56 0.00 21:46:05 21:25:01 25.48 0.12 25.36 0.00 18.53 856.92 0.00 21:46:05 21:26:01 10.10 0.03 10.06 0.00 6.40 230.63 0.00 21:46:05 21:27:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 21:46:05 21:28:01 1.43 0.00 1.43 0.00 0.00 15.60 0.00 21:46:05 21:29:01 0.93 0.00 0.93 0.00 0.00 10.13 0.00 21:46:05 21:30:01 1.27 0.00 1.27 0.00 0.00 14.66 0.00 21:46:05 21:31:01 1.35 0.00 1.35 0.00 0.00 14.80 0.00 21:46:05 21:32:01 1.80 0.02 1.78 0.00 0.13 21.46 0.00 21:46:05 21:33:01 1.12 0.00 1.12 0.00 0.00 16.93 0.00 21:46:05 21:34:01 1.18 0.00 1.18 0.00 0.00 14.40 0.00 21:46:05 21:35:01 0.88 0.00 0.88 0.00 0.00 12.13 0.00 21:46:05 21:36:01 1.40 0.00 1.40 0.00 0.00 16.26 0.00 21:46:05 21:37:01 1.52 0.00 1.52 0.00 0.00 18.53 0.00 21:46:05 21:38:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 21:46:05 21:39:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 21:46:05 21:40:01 1.30 0.00 1.30 0.00 0.00 16.53 0.00 21:46:05 21:41:01 0.97 0.00 0.97 0.00 0.00 12.80 0.00 21:46:05 21:42:01 1.38 0.00 1.38 0.00 0.00 15.73 0.00 21:46:05 21:43:01 0.95 0.00 0.95 0.00 0.00 11.46 0.00 21:46:05 21:44:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 21:46:05 21:45:01 7.67 0.12 7.55 0.00 10.80 2135.11 0.00 21:46:05 21:46:01 169.39 0.38 169.01 0.00 19.73 73206.47 0.00 21:46:05 Average: 113.05 2.48 110.57 0.00 369.70 40403.48 0.00 21:46:05 21:46:05 21:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:46:05 21:18:02 28687944 31587736 716972 2.18 75980 3095784 1958344 5.77 1052064 2771876 1240 21:46:05 21:19:01 28232976 31564968 730148 2.22 113424 3427644 1882796 5.55 1199896 3003768 152376 21:46:05 21:20:01 28048024 31532312 767064 2.33 116000 3588340 2065788 6.09 1243820 3154200 244016 21:46:05 21:21:01 20538548 31511612 770628 2.34 283888 10531964 1902644 5.61 1739788 9774628 971672 21:46:05 21:22:01 20830052 31285328 985400 3.00 299052 9986100 2650972 7.81 2096760 9093856 2592 21:46:05 21:23:01 17729004 31260228 990240 3.01 403600 12766184 2716316 8.01 2671796 11412500 1864 21:46:05 21:24:01 19219732 31517784 747604 2.27 419592 11561032 1853584 5.46 2454188 10201592 1020 21:46:05 21:25:01 19207648 31503540 761216 2.31 419328 11559092 1978320 5.83 2467004 10199000 1252 21:46:05 21:26:01 19212944 31509444 754968 2.30 419644 11559456 1838932 5.42 2461472 10199248 8 21:46:05 21:27:01 19212620 31509188 755104 2.30 419664 11559464 1838932 5.42 2461480 10199260 204 21:46:05 21:28:01 19218264 31514852 749884 2.28 419684 11559468 1838932 5.42 2455784 10199264 8 21:46:05 21:29:01 19219068 31515680 749120 2.28 419700 11559468 1838932 5.42 2455740 10199264 152 21:46:05 21:30:01 19220848 31517652 747324 2.27 419716 11559472 1838932 5.42 2453728 10199456 4 21:46:05 21:31:01 19220728 31517564 747304 2.27 419724 11559476 1838932 5.42 2454044 10199464 12 21:46:05 21:32:01 19219000 31515868 749260 2.28 419732 11559476 1867548 5.50 2454048 10199456 32 21:46:05 21:33:01 19219480 31516348 748712 2.28 419752 11559456 1867548 5.50 2454120 10199436 148 21:46:05 21:34:01 19219652 31516524 748460 2.28 419768 11559456 1867548 5.50 2454012 10199436 12 21:46:05 21:35:01 19219408 31516304 748644 2.28 419776 11559464 1867548 5.50 2453768 10199440 200 21:46:05 21:36:01 19219328 31516284 748592 2.28 419800 11559460 1867548 5.50 2453780 10199448 12 21:46:05 21:37:01 19219112 31516132 748556 2.28 419824 11559464 1867548 5.50 2454080 10199448 44 21:46:05 21:38:01 19219412 31516444 748240 2.28 419832 11559472 1867548 5.50 2454192 10199452 8 21:46:05 21:39:01 19219512 31516544 748040 2.27 419836 11559472 1867548 5.50 2453848 10199452 152 21:46:05 21:40:01 19219488 31516540 748000 2.27 419848 11559480 1867548 5.50 2453856 10199456 8 21:46:05 21:41:01 19219188 31516272 748220 2.28 419864 11559484 1867548 5.50 2453928 10199464 204 21:46:05 21:42:01 19219392 31516484 747924 2.27 419900 11559476 1867548 5.50 2454276 10199464 4 21:46:05 21:43:01 19219344 31516480 747876 2.27 419920 11559488 1867548 5.50 2454072 10199468 172 21:46:05 21:44:01 19219260 31516424 748096 2.28 419932 11559492 1867548 5.50 2454032 10199472 4 21:46:05 21:45:01 18665612 31478936 784372 2.39 426000 12041056 2161152 6.37 2496684 10681276 488972 21:46:05 21:46:01 17168856 31466380 791460 2.41 484256 13320732 2077656 6.12 2630324 11891344 352 21:46:05 Average: 20120153 31500202 768187 2.34 379898 10741651 1950320 5.75 2299882 9516306 64370 21:46:05 21:46:05 21:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:46:05 21:18:02 ens3 1455.57 1413.52 11914.10 173.72 0.00 0.00 0.00 0.00 21:46:05 21:18:02 veth5fc5fe4 37.43 46.02 3.50 40.65 0.00 0.00 0.00 0.00 21:46:05 21:18:02 docker0 523.27 450.33 38.17 2776.86 0.00 0.00 0.00 0.00 21:46:05 21:18:02 lo 5.27 5.27 0.51 0.51 0.00 0.00 0.00 0.00 21:46:05 21:19:01 ens3 84.31 54.08 692.35 17.38 0.00 0.00 0.00 0.00 21:46:05 21:19:01 docker0 33.30 52.16 2.77 660.45 0.00 0.00 0.00 0.00 21:46:05 21:19:01 vethbfd2620 1.34 1.53 0.10 0.12 0.00 0.00 0.00 0.00 21:46:05 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:20:01 ens3 96.90 85.09 1688.18 111.74 0.00 0.00 0.00 0.00 21:46:05 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:20:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 21:46:05 21:21:01 ens3 883.99 535.24 6087.73 62.14 0.00 0.00 0.00 0.00 21:46:05 21:21:01 veth4521ae0 0.00 0.37 0.00 0.02 0.00 0.00 0.00 0.00 21:46:05 21:21:01 docker0 519.10 856.62 42.93 6060.25 0.00 0.00 0.00 0.00 21:46:05 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:22:01 ens3 105.70 58.01 853.48 14.56 0.00 0.00 0.00 0.00 21:46:05 21:22:01 veth4521ae0 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 21:46:05 21:22:01 vethaf1f527 0.18 0.20 0.02 0.18 0.00 0.00 0.00 0.00 21:46:05 21:22:01 docker0 12.88 25.50 0.87 268.03 0.00 0.00 0.00 0.00 21:46:05 21:22:01 veth74f4421 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 21:46:05 21:22:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 21:46:05 21:22:01 veth8c37135 2.45 2.70 0.22 1.73 0.00 0.00 0.00 0.00 21:46:05 21:23:01 ens3 703.58 359.11 6178.07 45.48 0.00 0.00 0.00 0.00 21:46:05 21:23:01 veth4521ae0 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:46:05 21:23:01 docker0 270.20 511.50 22.16 3831.74 0.00 0.00 0.00 0.00 21:46:05 21:23:01 vethdf67333 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 21:46:05 21:23:01 veth5ed635c 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 21:46:05 21:23:01 lo 1.67 1.67 0.15 0.15 0.00 0.00 0.00 0.00 21:46:05 21:24:01 ens3 84.59 64.32 264.36 131.03 0.00 0.00 0.00 0.00 21:46:05 21:24:01 docker0 9.58 16.53 0.62 213.83 0.00 0.00 0.00 0.00 21:46:05 21:24:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 21:46:05 21:25:01 ens3 508.93 509.28 268.67 2662.51 0.00 0.00 0.00 0.00 21:46:05 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:25:01 lo 51.12 51.12 5.04 5.04 0.00 0.00 0.00 0.00 21:46:05 21:26:01 ens3 148.56 152.67 62.99 725.51 0.00 0.00 0.00 0.00 21:46:05 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:26:01 lo 10.86 10.86 1.07 1.07 0.00 0.00 0.00 0.00 21:46:05 21:27:01 ens3 0.57 0.40 0.26 0.21 0.00 0.00 0.00 0.00 21:46:05 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:28:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:46:05 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:29:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:30:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:31:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:32:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:33:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 21:46:05 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:34:01 ens3 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:35:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:36:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:37:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:38:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 21:46:05 21:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:39:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:40:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:41:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:42:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:43:01 ens3 2.55 1.80 4.15 0.18 0.00 0.00 0.00 0.00 21:46:05 21:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 21:46:05 21:44:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:45:01 ens3 124.93 71.00 3967.54 9.30 0.00 0.00 0.00 0.00 21:46:05 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:46:05 21:45:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 21:46:05 21:46:01 ens3 342.06 221.06 6374.86 61.00 0.00 0.00 0.00 0.00 21:46:05 21:46:01 docker0 35.91 50.51 3.28 589.23 0.00 0.00 0.00 0.00 21:46:05 21:46:01 lo 2.07 2.07 0.21 0.21 0.00 0.00 0.00 0.00 21:46:05 Average: ens3 156.71 121.64 1322.93 138.52 0.00 0.00 0.00 0.00 21:46:05 Average: docker0 48.43 67.70 3.82 496.45 0.00 0.00 0.00 0.00 21:46:05 Average: lo 2.84 2.84 0.28 0.28 0.00 0.00 0.00 0.00 21:46:05 21:46:05 21:46:05 ---> sar -P ALL: 21:46:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-8121) 03/02/23 _x86_64_ (8 CPU) 21:46:05 21:46:05 21:16:52 LINUX RESTART (8 CPU) 21:46:05 21:46:05 21:17:01 CPU %user %nice %system %iowait %steal %idle 21:46:05 21:18:02 all 10.40 0.00 4.05 1.32 0.07 84.16 21:46:05 21:18:02 0 11.16 0.00 3.84 2.46 0.07 82.46 21:46:05 21:18:02 1 12.17 0.00 4.65 0.37 0.08 82.72 21:46:05 21:18:02 2 7.87 0.00 4.39 2.72 0.05 84.96 21:46:05 21:18:02 3 10.82 0.00 3.05 0.25 0.07 85.82 21:46:05 21:18:02 4 10.26 0.00 3.25 1.40 0.05 85.05 21:46:05 21:18:02 5 8.95 0.00 4.42 1.51 0.07 85.05 21:46:05 21:18:02 6 8.74 0.00 3.14 0.66 0.07 87.40 21:46:05 21:18:02 7 13.24 0.00 5.64 1.22 0.09 79.80 21:46:05 21:19:01 all 28.05 0.00 4.91 0.53 0.07 66.45 21:46:05 21:19:01 0 28.30 0.00 4.89 1.30 0.07 65.44 21:46:05 21:19:01 1 27.55 0.00 4.69 1.46 0.05 66.25 21:46:05 21:19:01 2 27.27 0.00 4.52 0.02 0.07 68.12 21:46:05 21:19:01 3 27.06 0.00 4.57 0.07 0.05 68.25 21:46:05 21:19:01 4 28.93 0.00 5.35 0.36 0.08 65.27 21:46:05 21:19:01 5 28.22 0.00 6.29 0.97 0.07 64.44 21:46:05 21:19:01 6 29.15 0.00 4.25 0.00 0.07 66.53 21:46:05 21:19:01 7 27.87 0.00 4.71 0.05 0.07 67.31 21:46:05 21:20:01 all 47.51 0.00 6.94 0.41 0.10 45.04 21:46:05 21:20:01 0 47.70 0.00 6.88 0.24 0.08 45.10 21:46:05 21:20:01 1 47.50 0.00 7.05 0.32 0.10 45.03 21:46:05 21:20:01 2 47.32 0.00 6.73 0.59 0.10 45.26 21:46:05 21:20:01 3 46.77 0.00 7.09 0.03 0.08 46.01 21:46:05 21:20:01 4 47.00 0.00 7.41 1.66 0.08 43.84 21:46:05 21:20:01 5 47.52 0.00 6.70 0.10 0.10 45.58 21:46:05 21:20:01 6 46.50 0.00 6.87 0.12 0.10 46.41 21:46:05 21:20:01 7 49.78 0.00 6.82 0.24 0.10 43.06 21:46:05 21:21:01 all 15.96 0.00 10.91 6.72 0.11 66.30 21:46:05 21:21:01 0 16.56 0.00 11.04 5.09 0.10 67.21 21:46:05 21:21:01 1 14.92 0.00 12.05 10.71 0.07 62.26 21:46:05 21:21:01 2 14.83 0.00 10.57 6.48 0.08 68.02 21:46:05 21:21:01 3 16.26 0.00 10.90 3.32 0.12 69.41 21:46:05 21:21:01 4 16.53 0.00 10.58 10.38 0.09 62.42 21:46:05 21:21:01 5 17.72 0.00 11.80 12.60 0.12 57.76 21:46:05 21:21:01 6 15.79 0.00 9.59 1.63 0.09 72.91 21:46:05 21:21:01 7 15.08 0.00 10.72 3.57 0.22 70.41 21:46:05 21:22:01 all 62.99 0.00 11.87 5.03 0.16 19.95 21:46:05 21:22:01 0 64.67 0.00 12.07 5.28 0.17 17.81 21:46:05 21:22:01 1 60.98 0.00 11.35 4.14 0.12 23.41 21:46:05 21:22:01 2 62.42 0.00 11.55 6.47 0.14 19.42 21:46:05 21:22:01 3 63.95 0.00 12.88 4.16 0.14 18.88 21:46:05 21:22:01 4 64.86 0.00 11.50 6.56 0.29 16.79 21:46:05 21:22:01 5 63.16 0.00 13.12 9.23 0.19 14.31 21:46:05 21:22:01 6 61.63 0.00 10.95 0.93 0.14 26.35 21:46:05 21:22:01 7 62.24 0.00 11.56 3.47 0.14 22.60 21:46:05 21:23:01 all 46.61 0.00 15.40 13.96 0.22 23.81 21:46:05 21:23:01 0 47.39 0.00 17.76 20.52 0.17 14.16 21:46:05 21:23:01 1 43.13 0.00 12.91 8.43 0.17 35.36 21:46:05 21:23:01 2 48.55 0.00 14.99 9.97 0.26 26.23 21:46:05 21:23:01 3 49.15 0.00 15.95 10.27 0.17 24.46 21:46:05 21:23:01 4 49.87 0.00 16.37 15.45 0.24 18.06 21:46:05 21:23:01 5 47.97 0.00 16.95 14.22 0.33 20.52 21:46:05 21:23:01 6 43.93 0.00 13.12 10.80 0.24 31.90 21:46:05 21:23:01 7 42.84 0.00 15.17 22.13 0.18 19.68 21:46:05 21:24:01 all 34.01 0.00 7.85 10.10 0.14 47.90 21:46:05 21:24:01 0 35.76 0.00 8.03 7.17 0.20 48.83 21:46:05 21:24:01 1 33.33 0.00 6.86 3.59 0.15 56.06 21:46:05 21:24:01 2 36.96 0.00 9.71 11.23 0.12 41.98 21:46:05 21:24:01 3 35.42 0.00 8.09 12.60 0.17 43.72 21:46:05 21:24:01 4 33.79 0.00 7.25 1.97 0.10 56.90 21:46:05 21:24:01 5 31.09 0.00 7.49 21.59 0.14 39.69 21:46:05 21:24:01 6 33.49 0.00 7.74 10.87 0.12 47.78 21:46:05 21:24:01 7 32.24 0.00 7.64 11.81 0.12 48.19 21:46:05 21:25:01 all 8.15 0.00 1.09 0.31 0.12 90.32 21:46:05 21:25:01 0 10.20 0.00 1.25 0.17 0.13 88.26 21:46:05 21:25:01 1 8.69 0.00 1.17 1.00 0.10 89.04 21:46:05 21:25:01 2 5.79 0.00 0.85 0.05 0.10 93.21 21:46:05 21:25:01 3 7.43 0.00 1.15 0.10 0.17 91.15 21:46:05 21:25:01 4 10.52 0.00 0.85 0.13 0.10 88.39 21:46:05 21:25:01 5 6.14 0.00 0.85 0.03 0.10 92.87 21:46:05 21:25:01 6 10.39 0.00 1.25 0.95 0.15 87.26 21:46:05 21:25:01 7 6.06 0.00 1.35 0.05 0.12 92.42 21:46:05 21:26:01 all 1.90 0.00 0.29 0.06 0.02 97.73 21:46:05 21:26:01 0 0.90 0.00 0.25 0.00 0.02 98.83 21:46:05 21:26:01 1 2.44 0.00 0.30 0.27 0.02 96.98 21:46:05 21:26:01 2 1.64 0.00 0.32 0.00 0.02 98.02 21:46:05 21:26:01 3 1.85 0.00 0.23 0.02 0.03 97.86 21:46:05 21:26:01 4 2.59 0.00 0.23 0.17 0.03 96.98 21:46:05 21:26:01 5 1.38 0.00 0.30 0.00 0.03 98.28 21:46:05 21:26:01 6 2.85 0.00 0.38 0.00 0.02 96.75 21:46:05 21:26:01 7 1.54 0.00 0.33 0.02 0.02 98.09 21:46:05 21:27:01 all 0.02 0.00 0.01 0.02 0.01 99.94 21:46:05 21:27:01 0 0.05 0.00 0.03 0.00 0.00 99.92 21:46:05 21:27:01 1 0.00 0.00 0.00 0.02 0.02 99.97 21:46:05 21:27:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:27:01 3 0.02 0.00 0.00 0.10 0.02 99.87 21:46:05 21:27:01 4 0.02 0.00 0.00 0.02 0.00 99.97 21:46:05 21:27:01 5 0.02 0.00 0.03 0.02 0.03 99.90 21:46:05 21:27:01 6 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:28:01 all 0.02 0.00 0.02 0.00 0.01 99.95 21:46:05 21:28:01 0 0.02 0.00 0.00 0.02 0.02 99.95 21:46:05 21:28:01 1 0.02 0.00 0.02 0.02 0.00 99.95 21:46:05 21:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:46:05 21:28:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:46:05 21:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:28:01 5 0.02 0.00 0.03 0.00 0.03 99.92 21:46:05 21:28:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:46:05 21:28:01 CPU %user %nice %system %iowait %steal %idle 21:46:05 21:29:01 all 0.01 0.00 0.00 0.00 0.01 99.97 21:46:05 21:29:01 0 0.02 0.00 0.03 0.02 0.00 99.93 21:46:05 21:29:01 1 0.00 0.00 0.00 0.02 0.02 99.97 21:46:05 21:29:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:29:01 3 0.05 0.00 0.00 0.00 0.02 99.93 21:46:05 21:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:29:01 5 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:29:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:30:01 all 0.02 0.00 0.02 0.00 0.01 99.95 21:46:05 21:30:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:46:05 21:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:46:05 21:30:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:46:05 21:30:01 4 0.02 0.00 0.02 0.02 0.02 99.93 21:46:05 21:30:01 5 0.03 0.00 0.03 0.00 0.03 99.90 21:46:05 21:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:30:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:31:01 all 0.03 0.00 0.01 0.01 0.01 99.94 21:46:05 21:31:01 0 0.02 0.00 0.02 0.03 0.00 99.93 21:46:05 21:31:01 1 0.02 0.00 0.03 0.02 0.02 99.92 21:46:05 21:31:01 2 0.13 0.00 0.03 0.00 0.02 99.82 21:46:05 21:31:01 3 0.03 0.00 0.00 0.00 0.02 99.95 21:46:05 21:31:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:31:01 5 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:31:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:32:01 all 0.08 0.00 0.04 0.01 0.01 99.87 21:46:05 21:32:01 0 0.03 0.00 0.05 0.02 0.00 99.90 21:46:05 21:32:01 1 0.05 0.00 0.03 0.03 0.00 99.88 21:46:05 21:32:01 2 0.40 0.00 0.02 0.00 0.02 99.57 21:46:05 21:32:01 3 0.03 0.00 0.07 0.00 0.00 99.90 21:46:05 21:32:01 4 0.03 0.00 0.05 0.00 0.00 99.92 21:46:05 21:32:01 5 0.03 0.00 0.03 0.00 0.05 99.88 21:46:05 21:32:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:32:01 7 0.00 0.00 0.03 0.00 0.00 99.97 21:46:05 21:33:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:46:05 21:33:01 0 0.02 0.00 0.02 0.02 0.00 99.95 21:46:05 21:33:01 1 0.00 0.00 0.02 0.02 0.02 99.95 21:46:05 21:33:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:33:01 3 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:33:01 5 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:34:01 all 0.03 0.00 0.00 0.00 0.01 99.96 21:46:05 21:34:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:34:01 1 0.02 0.00 0.00 0.02 0.00 99.97 21:46:05 21:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 21:46:05 21:34:01 3 0.07 0.00 0.02 0.00 0.00 99.92 21:46:05 21:34:01 4 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:34:01 5 0.03 0.00 0.00 0.00 0.02 99.95 21:46:05 21:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:34:01 7 0.03 0.00 0.00 0.00 0.02 99.95 21:46:05 21:35:01 all 0.01 0.00 0.01 0.00 0.01 99.96 21:46:05 21:35:01 0 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:35:01 1 0.07 0.00 0.02 0.00 0.02 99.90 21:46:05 21:35:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:35:01 3 0.00 0.00 0.03 0.00 0.02 99.95 21:46:05 21:35:01 4 0.00 0.00 0.00 0.02 0.02 99.97 21:46:05 21:35:01 5 0.00 0.00 0.03 0.00 0.03 99.93 21:46:05 21:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:35:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:36:01 all 0.02 0.00 0.01 0.00 0.01 99.96 21:46:05 21:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:36:01 1 0.03 0.00 0.02 0.02 0.00 99.93 21:46:05 21:36:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:36:01 3 0.07 0.00 0.02 0.00 0.00 99.92 21:46:05 21:36:01 4 0.00 0.00 0.00 0.02 0.00 99.98 21:46:05 21:36:01 5 0.02 0.00 0.02 0.00 0.03 99.93 21:46:05 21:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:37:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:46:05 21:37:01 0 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:37:01 1 0.02 0.00 0.00 0.02 0.02 99.95 21:46:05 21:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:37:01 3 0.05 0.00 0.02 0.00 0.00 99.93 21:46:05 21:37:01 4 0.00 0.00 0.02 0.02 0.00 99.97 21:46:05 21:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:38:01 all 0.00 0.00 0.01 0.00 0.01 99.98 21:46:05 21:38:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:38:01 1 0.02 0.00 0.00 0.02 0.00 99.97 21:46:05 21:38:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:38:01 3 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:38:01 4 0.00 0.00 0.00 0.02 0.00 99.98 21:46:05 21:38:01 5 0.00 0.00 0.03 0.00 0.02 99.95 21:46:05 21:38:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:38:01 7 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:39:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:46:05 21:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:46:05 21:39:01 1 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:46:05 21:39:01 3 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:39:01 4 0.03 0.00 0.02 0.02 0.00 99.93 21:46:05 21:39:01 5 0.03 0.00 0.00 0.00 0.02 99.95 21:46:05 21:39:01 6 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:39:01 7 0.03 0.00 0.02 0.00 0.00 99.95 21:46:05 21:46:05 21:39:01 CPU %user %nice %system %iowait %steal %idle 21:46:05 21:40:01 all 0.03 0.00 0.01 0.00 0.01 99.95 21:46:05 21:40:01 0 0.00 0.00 0.02 0.00 0.02 99.97 21:46:05 21:40:01 1 0.02 0.00 0.02 0.02 0.02 99.93 21:46:05 21:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:40:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:40:01 4 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:40:01 5 0.05 0.00 0.02 0.00 0.03 99.90 21:46:05 21:40:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:40:01 7 0.10 0.00 0.00 0.00 0.00 99.90 21:46:05 21:41:01 all 0.01 0.00 0.01 0.01 0.01 99.96 21:46:05 21:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:41:01 1 0.00 0.00 0.02 0.02 0.00 99.97 21:46:05 21:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:41:01 3 0.03 0.00 0.00 0.05 0.02 99.90 21:46:05 21:41:01 4 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:41:01 5 0.02 0.00 0.03 0.00 0.03 99.92 21:46:05 21:41:01 6 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:42:01 all 0.01 0.00 0.01 0.01 0.01 99.97 21:46:05 21:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:42:01 1 0.02 0.00 0.00 0.02 0.02 99.95 21:46:05 21:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:42:01 4 0.02 0.00 0.00 0.03 0.00 99.95 21:46:05 21:42:01 5 0.02 0.00 0.02 0.00 0.03 99.93 21:46:05 21:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:42:01 7 0.02 0.00 0.00 0.00 0.02 99.97 21:46:05 21:43:01 all 0.02 0.00 0.01 0.00 0.00 99.96 21:46:05 21:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:43:01 1 0.02 0.00 0.02 0.02 0.00 99.95 21:46:05 21:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:43:01 3 0.02 0.00 0.02 0.02 0.02 99.93 21:46:05 21:43:01 4 0.03 0.00 0.00 0.00 0.00 99.97 21:46:05 21:43:01 5 0.05 0.00 0.02 0.00 0.02 99.92 21:46:05 21:43:01 6 0.02 0.00 0.02 0.00 0.00 99.97 21:46:05 21:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:44:01 all 0.01 0.00 0.01 0.00 0.01 99.97 21:46:05 21:44:01 0 0.02 0.00 0.02 0.00 0.02 99.95 21:46:05 21:44:01 1 0.00 0.00 0.00 0.00 0.02 99.98 21:46:05 21:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 21:46:05 21:44:01 3 0.00 0.00 0.02 0.02 0.00 99.97 21:46:05 21:44:01 4 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:44:01 5 0.02 0.00 0.02 0.00 0.03 99.93 21:46:05 21:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 21:46:05 21:44:01 7 0.00 0.00 0.02 0.00 0.00 99.98 21:46:05 21:45:01 all 1.79 0.00 0.88 0.05 0.01 97.27 21:46:05 21:45:01 0 1.69 0.00 1.39 0.02 0.00 96.91 21:46:05 21:45:01 1 1.16 0.00 1.00 0.15 0.00 97.69 21:46:05 21:45:01 2 1.59 0.00 0.67 0.02 0.02 97.70 21:46:05 21:45:01 3 1.90 0.00 0.99 0.20 0.02 96.89 21:46:05 21:45:01 4 2.56 0.00 0.60 0.00 0.02 96.82 21:46:05 21:45:01 5 2.06 0.00 0.79 0.00 0.02 97.14 21:46:05 21:45:01 6 1.43 0.00 0.63 0.00 0.02 97.92 21:46:05 21:45:01 7 1.94 0.00 0.95 0.00 0.02 97.09 21:46:05 21:46:01 all 10.03 0.00 4.45 1.04 0.06 84.42 21:46:05 21:46:01 0 12.71 0.00 4.52 0.08 0.07 82.62 21:46:05 21:46:01 1 10.41 0.00 4.38 0.47 0.07 84.67 21:46:05 21:46:01 2 9.80 0.00 3.67 0.05 0.05 86.42 21:46:05 21:46:01 3 9.47 0.00 5.10 2.44 0.07 82.92 21:46:05 21:46:01 4 10.31 0.00 3.58 0.56 0.05 85.50 21:46:05 21:46:01 5 9.46 0.00 4.54 0.69 0.07 85.25 21:46:05 21:46:01 6 10.13 0.00 3.79 0.81 0.05 85.21 21:46:05 21:46:01 7 7.92 0.00 5.99 3.26 0.07 82.77 21:46:05 Average: all 9.07 0.00 2.33 1.34 0.04 87.22 21:46:05 Average: 0 9.40 0.00 2.45 1.43 0.04 86.68 21:46:05 Average: 1 8.90 0.00 2.26 1.05 0.04 87.75 21:46:05 Average: 2 8.99 0.00 2.31 1.27 0.04 87.38 21:46:05 Average: 3 9.18 0.00 2.38 1.14 0.04 87.25 21:46:05 Average: 4 9.40 0.00 2.27 1.31 0.04 86.99 21:46:05 Average: 5 8.92 0.00 2.48 2.05 0.06 86.48 21:46:05 Average: 6 8.95 0.00 2.09 0.90 0.04 88.02 21:46:05 Average: 7 8.84 0.00 2.40 1.54 0.04 87.19 21:46:05 21:46:05 21:46:05